patch for syslog
[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 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
32         Log: Take away _GNU_SOURCE since that does not seem
33              to play well with other software (like Apache),
34              just hint away the WHOAs.
35      Branch: perl
36            ! hints/linux.sh
37 ____________________________________________________________________________
38 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
39         Log: metaconfig unit change for #15326.
40      Branch: metaconfig
41            ! U/threads/d_crypt_r.U
42 ____________________________________________________________________________
43 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
44         Log: Support crypt_r(const char*,const char*, CRYPTD*).
45      Branch: perl
46            ! Configure reentr.h reentr.pl
47 ____________________________________________________________________________
48 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
49         Log: VMS acrobatics from Peter Prymmer.
50      Branch: perl
51            ! lib/ExtUtils/t/ExtUtils.t
52 ____________________________________________________________________________
53 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
54         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
55              From: Stas Bekman <stas@stason.org>
56              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
57              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
58      Branch: perl
59            ! lib/Pod/Html.pm
60 ____________________________________________________________________________
61 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
62         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
63              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64              Date: Tue, 19 Mar 2002 10:49:27 +0100
65              Message-ID: <20020319104927.C705@rafael>   
66      Branch: perl
67            ! ext/B/t/xref.t
68 ____________________________________________________________________________
69 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
70         Log: Integrate perlio;
71              
72              Move docs for Encode::valid_utf8 (which does not exist)
73              to be docs for utf8::valid() (which does).
74      Branch: perl
75           !> ext/Encode/Encode.pm lib/utf8.pm
76 ____________________________________________________________________________
77 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
78         Log: Remove Encode::Tcl::Extended, suggested by
79              SADAHIRO Tomoyuki.
80      Branch: perl
81            - ext/Encode/Encode/euc-jp-0212.enc
82            - ext/Encode/lib/Encode/Tcl/Extended.pm
83            ! MANIFEST ext/Encode/MANIFEST
84            ! ext/Encode/lib/Encode/Tcl/Escape.pm
85            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
86 ____________________________________________________________________________
87 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
88         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
89      Branch: perl
90            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
91            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
92            + ext/Encode/t/jisx0212.ref
93            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
94            - ext/Encode/t/table.ref
95            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
96            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
97            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
98            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
99            ! ext/Encode/lib/Encode/CN/HZ.pm
100            ! ext/Encode/lib/Encode/Encoding.pm
101            ! ext/Encode/lib/Encode/Internal.pm
102            ! ext/Encode/lib/Encode/JP/Constants.pm
103            ! ext/Encode/lib/Encode/JP/H2Z.pm
104            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
105            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
106            ! ext/Encode/lib/Encode/Tcl/Escape.pm
107            ! ext/Encode/lib/Encode/Tcl/Extended.pm
108            ! ext/Encode/lib/Encode/Tcl/Table.pm
109            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
110            ! ext/Encode/lib/Encode/iso10646_1.pm
111            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
112            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
113            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
114 ____________________________________________________________________________
115 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
116         Log: constness+signedness nit.
117      Branch: perl
118            ! ext/Unicode/Normalize/Normalize.xs
119 ____________________________________________________________________________
120 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
121         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
122      Branch: perl
123            ! ext/Unicode/Normalize/Changes
124            ! ext/Unicode/Normalize/Normalize.pm
125            ! ext/Unicode/Normalize/Normalize.xs
126            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
127            ! ext/Unicode/Normalize/t/func.t
128 ____________________________________________________________________________
129 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
130         Log: Split the ebcdic details to perlebcdic.
131      Branch: perl
132            ! pod/perlebcdic.pod pod/perluniintro.pod
133 ____________________________________________________________________________
134 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
135         Log: Be explicit.
136      Branch: perl
137            ! pod/perluniintro.pod
138 ____________________________________________________________________________
139 [ 15315] By: nick                                  on 2002/03/19  09:24:18
140         Log: Integrate mainline
141      Branch: perlio
142           +> ext/List/Util/t/openhan.t
143           !> (integrate 53 files)
144 ____________________________________________________________________________
145 [ 15314] By: nick                                  on 2002/03/19  07:39:07
146         Log: Move docs for Encode::valid_utf8 (which does not exist)
147              to be docs for utf8::valid() (which does).
148      Branch: perlio
149            ! ext/Encode/Encode.pm lib/utf8.pm
150 ____________________________________________________________________________
151 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
152         Log: Update the Unicode vs EBCDIC situation.
153      Branch: perl
154            ! pod/perlebcdic.pod pod/perluniintro.pod
155 ____________________________________________________________________________
156 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
157         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
158              From: Robert Spier <rspier@pobox.com>
159              Date: Mon, 18 Mar 2002 19:22:55 -0800
160              Message-ID: <15510.44815.383439.823671@rls.cx>
161      Branch: perl
162            ! ext/threads/t/end.t
163 ____________________________________________________________________________
164 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
165         Log: UTF-8 walk errors that become visible in EBCDIC.
166      Branch: perl
167            ! regexec.c
168 ____________________________________________________________________________
169 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
170         Log: s/regcinclasslen/reginclass/ and remove the old
171              reginclass since nothing is using it.
172      Branch: perl
173            ! embed.fnc embed.h proto.h regexec.c
174 ____________________________________________________________________________
175 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
176         Log: Close the file so it can be (a) removed (b) reopened.
177      Branch: perl
178            ! ext/B/t/xref.t
179 ____________________________________________________________________________
180 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
181         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
182              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
183              Date: Mon, 18 Mar 2002 23:14:31 +0100
184              Message-ID: <20020318231431.A699@rafael>
185      Branch: perl
186            ! ext/B/B.xs utf8.c
187 ____________________________________________________________________________
188 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
189         Log: Failed patch hunk reapplied.
190      Branch: perl
191            ! lib/Tie/File/t/32_defer_misc.t
192 ____________________________________________________________________________
193 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
194         Log: For DEBUGGING threaded builds.
195      Branch: perl
196            ! sv.c
197 ____________________________________________________________________________
198 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
199         Log: AUTHORS update.
200      Branch: perl
201            ! AUTHORS
202 ____________________________________________________________________________
203 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
204         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
205              (Fix from Craig Berry)
206      Branch: perl
207            ! pp_sys.c
208 ____________________________________________________________________________
209 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
210         Log: Subject: [PATCH] configure.com home-grown kill() check
211              From: "Craig A. Berry" <craigberry@mac.com>
212              Date: Mon, 18 Mar 2002 13:52:59 -0600
213              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
214      Branch: perl
215            ! configure.com
216 ____________________________________________________________________________
217 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
218         Log: Upgrade to Tie::File 0.50.
219      Branch: perl
220            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
221            ! lib/Tie/File/t/32_defer_misc.t
222 ____________________________________________________________________________
223 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
224         Log: AUTHORS updates.
225      Branch: perl
226            ! AUTHORS
227 ____________________________________________________________________________
228 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
229         Log: Update Changes.
230      Branch: perl
231            ! Changes patchlevel.h
232 ____________________________________________________________________________
233 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
234         Log: OS/390 update.
235      Branch: perl
236            ! pod/perldelta.pod
237 ____________________________________________________________________________
238 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
239         Log: Forgot from #15288.
240      Branch: perl
241            ! ext/B/B.xs
242 ____________________________________________________________________________
243 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
244         Log: Make regex DEBUGGING faster.
245      Branch: perl
246            ! perl.c perl.h regexec.c
247 ____________________________________________________________________________
248 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
249         Log: Undo accidental perl.h part of #15295 (wait for #15297)
250      Branch: perl
251            ! perl.h
252 ____________________________________________________________________________
253 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
254         Log: Subject: prefix slip
255              From: andreas.koenig@anima.de (Andreas J. Koenig)
256              Date: Mon, 18 Mar 2002 16:24:46 +0100
257              Message-ID: <m3y9gp3nlt.fsf@anima.de>
258              
259              (perl.h part accidental, undone by #15296)
260      Branch: perl
261            ! INSTALL perl.h
262 ____________________________________________________________________________
263 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
264         Log: Be tidy.
265      Branch: perl
266            ! ext/B/t/xref.t
267 ____________________________________________________________________________
268 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
269         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
270              From: Spider Boardman <spider@web.zk3.dec.com>
271              Date: Mon, 18 Mar 2002 10:09:50 -0500
272              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
273      Branch: perl
274            ! README.tru64 hints/dec_osf.sh
275 ____________________________________________________________________________
276 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
277         Log: NetWare tweaks from C Aditya <caditya@novell.com>
278      Branch: perl
279            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
280 ____________________________________________________________________________
281 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
282         Log: metaconfig unit change for #15290.
283      Branch: metaconfig/U/perl
284            ! perlxv.U
285 ____________________________________________________________________________
286 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
287         Log: Subject: d_nv_preserves_uv_bits
288              From: Nicholas Clark <nick@unfortu.net>
289              Date: Thu, 14 Mar 2002 22:24:19 +0000
290              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
291      Branch: perl
292            ! Configure Porting/Glossary Porting/config.sh config_h.SH
293            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
294            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
295            ! win32/config.bc win32/config.gc win32/config.vc
296            ! win32/config.win64
297 ____________________________________________________________________________
298 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
299         Log: Subject: Re: perl@15244
300              From: Spider Boardman <spider@web.zk3.dec.com>
301              Date: Mon, 18 Mar 2002 09:38:55 -0500
302              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
303              
304              (IA64 work.)
305      Branch: perl
306            ! hints/hpux.sh perl.h
307 ____________________________________________________________________________
308 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
309         Log: Subject: [PATCH B] B::perlstring()
310              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
311              Date: Sun, 17 Mar 2002 23:06:12 +0100
312              Message-ID: <20020317230612.A24442@rafael>
313      Branch: perl
314            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
315 ____________________________________________________________________________
316 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
317         Log: Subject: [PATCH] another pack "w" thing
318              From: Nicholas Clark <nick@unfortu.net>
319              Date: Sat, 16 Mar 2002 21:52:15 +0000
320              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
321      Branch: perl
322            ! pp_pack.c t/op/pack.t
323 ____________________________________________________________________________
324 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
325         Log: More prototypes blindness in Solaris.
326              (TODO: readdir64_r really needs to be seen.)
327      Branch: perl
328            ! hints/solaris_2.sh
329 ____________________________________________________________________________
330 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
331         Log: Integrate perlio;
332              
333              Tidy the "does not map" message for non-characters
334              (e.g. iso-8859-3 "\xA5").
335      Branch: perl
336           !> ext/Encode/Encode.xs
337 ____________________________________________________________________________
338 [ 15284] By: nick                                  on 2002/03/18  11:00:31
339         Log: Integrate mainline
340      Branch: perlio
341           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
342           +> lib/Tie/File/t/32_defer_misc.t
343           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
344           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
345           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
346           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
347           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
348           !> reentr.pl regexec.c t/op/pat.t util.c
349 ____________________________________________________________________________
350 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
351         Log: Sync with Scalar-List-Utils-1.07
352      Branch: perl
353            + ext/List/Util/t/openhan.t
354            ! MANIFEST ext/List/Util/ChangeLog
355            ! ext/List/Util/lib/List/Util.pm
356            ! ext/List/Util/lib/Scalar/Util.pm
357 ____________________________________________________________________________
358 [ 15282] By: nick                                  on 2002/03/18  08:11:28
359         Log: Tidy the "does not map" message for non-characters
360              (e.g. iso-8859-3 "\xA5").
361      Branch: perlio
362            ! ext/Encode/Encode.xs
363 ____________________________________________________________________________
364 [ 15281] By: ams                                   on 2002/03/18  04:44:37
365         Log: URL fix from MJD.
366      Branch: perl
367            ! pod/perlfaq3.pod
368 ____________________________________________________________________________
369 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
370         Log: More prototype calming (really should fix the Configure
371              protochk, but not at this point in time).
372      Branch: perl
373            ! hints/solaris_2.sh
374 ____________________________________________________________________________
375 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
376         Log: return at the wrong side of #endif.
377      Branch: perl
378            ! util.c
379 ____________________________________________________________________________
380 [ 15278] By: ams                                   on 2002/03/17  23:45:31
381         Log: Typo fix from Stas Bekman.
382      Branch: perl
383            ! pod/perlhack.pod
384 ____________________________________________________________________________
385 [ 15277] By: ams                                   on 2002/03/17  23:41:35
386         Log: Upgrade to Tie::File 0.21.
387      Branch: perl
388            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
389            + lib/Tie/File/t/32_defer_misc.t
390            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
391            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
392            ! lib/Tie/File/t/22_autochomp.t
393 ____________________________________________________________________________
394 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
395         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
396              character classes use inlined macros instead of the full
397              function call.
398      Branch: perl
399            ! regexec.c
400 ____________________________________________________________________________
401 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
402         Log: Integrate perlio;
403              
404              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
405              
406              Other :encoding oddities
407              - we should really pop while we can still make method calls
408              in case DESTROY does something.
409              - Provide a no-op DESTROY
410              - Use SvPV_only() rather than just SvPV_on()
411      Branch: perl
412           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
413           !> ext/Encode/lib/Encode/Encoding.pm sv.c
414 ____________________________________________________________________________
415 [ 15274] By: nick                                  on 2002/03/17  20:00:12
416         Log: Other :encoding oddities
417              - we should really pop while we can still make method calls
418              in case DESTROY does something.
419              - Provide a no-op DESTROY
420              - Use SvPV_only() rather than just SvPV_on()
421      Branch: perlio
422            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
423            ! ext/Encode/lib/Encode/Encoding.pm
424 ____________________________________________________________________________
425 [ 15273] By: nick                                  on 2002/03/17  19:53:24
426         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
427      Branch: perlio
428            ! sv.c
429 ____________________________________________________________________________
430 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
431         Log: Implement the retry-on-ERANGE for the get*_r().
432              The buffer will keep doubling until 64k.
433      Branch: perl
434            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
435            ! reentr.h reentr.pl
436 ____________________________________________________________________________
437 [ 15271] By: nick                                  on 2002/03/17  17:38:44
438         Log: Integrate mainline
439      Branch: perlio
440           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
441           +> t/op/pow.t
442           !> (integrate 28 files)
443 ____________________________________________________________________________
444 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
445         Log: Subject: UTF-8 bug (maybe alreayd known?)
446              From: andreas.koenig@anima.de (Andreas J. Koenig)
447              Date: Fri, 08 Mar 2002 16:36:01 +0100
448              Message-ID: <m3n0xjul5q.fsf@anima.de>
449      Branch: perl
450            ! pp_hot.c t/op/pat.t
451 ____________________________________________________________________________
452 [ 15269] By: nick                                  on 2002/03/17  09:12:39
453         Log: Integarate mainline
454      Branch: perlio
455           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
456           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
457           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
458           !> (integrate 69 files)
459 ____________________________________________________________________________
460 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
461         Log: Subject: SEGV in s/// and UTF-8
462              From: andreas.koenig@anima.de (Andreas J. Koenig)
463              Date: Tue, 12 Mar 2002 00:40:09 +0100
464              Message-ID: <m3r8mqad2e.fsf@anima.de>
465      Branch: perl
466            ! regexec.c t/op/pat.t
467 ____________________________________________________________________________
468 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
469         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
470              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
471              which assume that 2**someinteger is accurate.
472      Branch: perl
473            + t/op/pow.t
474            ! MANIFEST pp.c t/test.pl
475 ____________________________________________________________________________
476 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
477         Log: _r-ify config.win64, too.
478      Branch: perl
479            ! win32/config.win64
480 ____________________________________________________________________________
481 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
482         Log: Better place to initialize (IRIX cc noticed that
483              the many "goto defchars" bypass the initialization)
484      Branch: perl
485            ! regcomp.c
486 ____________________________________________________________________________
487 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
488         Log: If not building threaded, never mind the threaded prototypes.
489      Branch: perl
490            ! Configure reentr.pl
491 ____________________________________________________________________________
492 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
493         Log: metaconfig: If not using threads, not point probing for the
494              prototypes (since they might be hidden behind many defines
495              we won't have if not building threaded)
496      Branch: metaconfig
497            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
498            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
499            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
500            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
501            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
502            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
503            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
504            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
505            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
506            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
507            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
508            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
509            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
510            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
511            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
512            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
513            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
514            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
515            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
516            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
517            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
518            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
519            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
520            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
521 ____________________________________________________________________________
522 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
523         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
524      Branch: perl
525            ! hints/freebsd.sh
526 ____________________________________________________________________________
527 [ 15261] By: ams                                   on 2002/03/16  18:14:04
528         Log: Upgrade to Tie::File 0.20.
529      Branch: perl
530            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
531            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
532            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
533            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
534            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
535            ! lib/Tie/File/t/11_rv_splice_rs.t
536            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
537            ! lib/Tie/File/t/16_handle.t
538 ____________________________________________________________________________
539 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
540         Log: There seems to be a trend for the *time_r to be hidden.
541      Branch: perl
542            ! hints/irix_6.sh
543 ____________________________________________________________________________
544 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
545         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
546              From: Stas Bekman <stas@stason.org>
547              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
548              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
549      Branch: perl
550            ! lib/Pod/Html.pm
551 ____________________________________________________________________________
552 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
553         Log: Subject: [PATCH] Re: dumpvar.pl bug
554              From: Peter Scott <Peter@PSDT.com>
555              Date: Fri, 15 Mar 2002 18:19:21 -0800
556              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
557      Branch: perl
558            ! lib/dumpvar.pl lib/perl5db.pl
559 ____________________________________________________________________________
560 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
561         Log: More paranoid _r protochecking.  At least Tru64 and
562              Linux need additional hinting help to believe that
563              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
564              to see what goes bang.
565      Branch: perl
566            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
567            ! reentr.pl
568 ____________________________________________________________________________
569 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
570         Log: metaconfig: more paranoid _r protochecking.
571      Branch: metaconfig
572            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
573            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
574            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
575            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
576            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
577            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
578            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
579            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
580            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
581            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
582            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
583            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
584            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
585            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
586            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
587            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
588            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
589            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
590            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
591            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
592            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
593            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
594            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
595            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
596 ____________________________________________________________________________
597 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
598         Log: HP-UX gcc 3 warnings found by Sarathy.
599      Branch: perl
600            ! regcomp.c sv.c
601 ____________________________________________________________________________
602 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
603         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
604              From: Slaven Rezic <slaven.rezic@berlin.de>
605              Date: 16 Mar 2002 15:29:18 +0100
606              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
607      Branch: perl
608            ! pod/perldelta.pod
609 ____________________________________________________________________________
610 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
611         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
612      Branch: perl
613            ! Porting/findrfuncs reentr.h reentr.pl
614 ____________________________________________________________________________
615 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
616         Log: UIN32_MAX with borken under HP-UX+gcc
617      Branch: perl
618            ! handy.h
619 ____________________________________________________________________________
620 [ 15251] By: ams                                   on 2002/03/16  02:38:08
621         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
622              *::DESTROY() is deprecated
623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
624              Date: Thu, 14 Mar 2002 18:39:22 -0500
625              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
626              
627              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
628              *::DESTROY() is deprecated
629              From: Dave Mitchell <davem@fdgroup.com>
630              Date: Fri, 15 Mar 2002 19:22:49 +0000
631              Message-Id: <20020315192249.A22389@fdgroup.com>
632      Branch: perl
633            ! gv.c t/op/method.t
634 ____________________________________________________________________________
635 [ 15250] By: ams                                   on 2002/03/16  02:14:41
636         Log: Plural nit.
637      Branch: perl
638            ! pod/perldelta.pod
639 ____________________________________________________________________________
640 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
641         Log: Doesn't make sense to test for protos if the
642              functions are not to be used (!= functions exist!)
643              This might be the key (well, a key) to the HP-UX
644              problems.
645      Branch: perl
646            ! reentr.h reentr.pl
647 ____________________________________________________________________________
648 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
649         Log: Typo in #15247.
650      Branch: perl
651            ! hints/hpux.sh
652 ____________________________________________________________________________
653 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
654         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
655              in HP-UX (from H.Merijn Brand)
656      Branch: perl
657            ! hints/hpux.sh
658 ____________________________________________________________________________
659 [ 15246] By: ams                                   on 2002/03/15  17:53:23
660         Log: Subject: minor corrections in perldelta.pod
661              From: mjd@plover.com
662              Date: 15 Mar 2002 18:48:42 -0000
663              Message-Id: <20020315184842.13573.qmail@plover.com>
664      Branch: perl
665            ! pod/perldelta.pod
666 ____________________________________________________________________________
667 [ 15245] By: ams                                   on 2002/03/15  17:37:52
668         Log: Upgrade to Tie::File 0.19.
669      Branch: perl
670            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
671            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
672            + lib/Tie/File/t/21_win32.t
673            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
674            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
675            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
676            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
677            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
678            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
679            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
680            ! lib/Tie/File/t/17_misc_meth.t
681 ____________________________________________________________________________
682 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
683         Log: Update Changes.
684      Branch: perl
685            ! Changes patchlevel.h
686 ____________________________________________________________________________
687 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
688         Log: Forgot from #15241.
689      Branch: perl
690            ! win32/config_sh.PL
691 ____________________________________________________________________________
692 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
693         Log: Subject: patch pod/perltodo.pod
694              From: mjd@plover.com
695              Date: 15 Mar 2002 15:42:18 -0000
696              Message-ID: <20020315154218.10163.qmail@plover.com>
697              
698              (With s/WANT/Want/)
699      Branch: perl
700            ! pod/perltodo.pod
701 ____________________________________________________________________________
702 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
703         Log: Subject: [PATCH bleadperl] (revision 5 undef)
704              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
705              Date: Fri, 15 Mar 2002 00:39:48 +0100
706              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
707      Branch: perl
708            ! win32/config.bc win32/config.gc win32/config.vc
709            ! win32/config.win64
710 ____________________________________________________________________________
711 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
712         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
713              From: Michael G Schwern <schwern@pobox.com>
714              Date: Thu, 14 Mar 2002 16:39:29 -0500
715              Message-ID: <20020314213929.GA2912@blackrider>
716      Branch: perl
717            ! lib/perl5db.pl
718 ____________________________________________________________________________
719 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
720         Log: Integrate perlio.
721      Branch: perl
722           !> embed.fnc ext/Encode/t/JP.t
723 ____________________________________________________________________________
724 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
725         Log: Monster _r patch: try to scan for all known _r variants,
726              and then use them (under ithreads).  May fail in HP-UX,
727              and the op/groups is known to be fickle everywhere.  Known
728              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
729              warnings in AIX since the first arguments of getnetbyaddr
730              and getnetbyadd_r are of different types.  Thanks, IBM.)
731              
732              In non-Configure platforms deny the existence of any
733              of the _r thingies.  (Also add the recently introduced
734              d_tm_* to places it wasn't already in.)
735              
736              TODO: the suggested glibc buffer growth retry loop in case
737              some entries (at least for: gr*, host*) are big.
738              Forgot win32/config.win64.
739      Branch: perl
740            + reentr.c reentr.h reentr.pl
741            ! Configure MANIFEST Makefile.SH NetWare/Makefile
742            ! NetWare/config.wc Porting/Glossary Porting/config.sh
743            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
744            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
745            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
746            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
747            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
748            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
749            ! win32/config.bc win32/config.gc win32/config.vc
750            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
751 ____________________________________________________________________________
752 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
753         Log: Be more explicit on when is the $! worth anything.
754      Branch: perl
755            ! pod/perlvar.pod
756 ____________________________________________________________________________
757 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
758         Log: metaconfig: _r _r we go.
759      Branch: metaconfig
760            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
761            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
762            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
763            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
764            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
765            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
766            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
767            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
768            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
769            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
770            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
771            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
772            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
773            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
774            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
775            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
776            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
777            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
778            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
779            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
780            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
781            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
782            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
783            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
784 ____________________________________________________________________________
785 [ 15235] By: nick                                  on 2002/03/15  07:31:54
786         Log: Add the binmode()s to make JP.t pass on Win32
787      Branch: perlio
788            ! ext/Encode/t/JP.t
789 ____________________________________________________________________________
790 [ 15234] By: nick                                  on 2002/03/15  07:20:49
791         Log: Integrate perlio
792      Branch: perl
793           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
794 ____________________________________________________________________________
795 [ 15233] By: nick                                  on 2002/03/15  07:18:02
796         Log: Mark JP.t's data files as binary
797      Branch: perlio
798            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
799 ____________________________________________________________________________
800 [ 15232] By: nick                                  on 2002/03/15  07:13:38
801         Log: Integrate mainline
802      Branch: perlio
803           +> ext/B/t/xref.t
804           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
805           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
806           !> perl.c t/op/arith.t
807 ____________________________________________________________________________
808 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
809         Log: The section needs to be in the makedepend script
810              (from Jan-Erik Karlsson).
811      Branch: perl
812            ! makedepend.SH
813 ____________________________________________________________________________
814 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
815         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
816              From: Nicholas Clark <nick@unfortu.net>
817              Date: Thu, 14 Mar 2002 23:05:23 +0000
818              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
819      Branch: perl
820            ! ext/Safe/safe2.t
821 ____________________________________________________________________________
822 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
823         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
824              From: "Brent Dax" <brentdax@cpan.org>
825              Date: Thu, 14 Mar 2002 09:08:41 -0800
826              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
827      Branch: perl
828            ! lib/Pod/Html.pm
829 ____________________________________________________________________________
830 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
831         Log: metaconfig: one round again for the _r.
832      Branch: metaconfig
833            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
834            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
835            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
836            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
837            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
838            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
839            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
840            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
841            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
842            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
843            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
844            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
845            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
846            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
847            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
848            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
849            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
850            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
851            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
852            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
853            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
854            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
855            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
856            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
857 ____________________________________________________________________________
858 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
859         Log: metaconfig: new round of the _r units.
860      Branch: metaconfig
861            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
862            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
863            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
864            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
865            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
866            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
867            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
868            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
869            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
870            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
871            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
872            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
873            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
874            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
875            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
876            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
877            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
878            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
879            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
880            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
881            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
882            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
883            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
884            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
885      Branch: metaconfig/U/perl
886            + i_crypt.U
887 ____________________________________________________________________________
888 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
889         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
890              From: Paul_GreenVOS@vos.stratus.com
891              Date: Tue, 12 Mar 02 19:22 est   
892              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
893      Branch: perl
894            ! lib/Benchmark.t t/op/arith.t
895 ____________________________________________________________________________
896 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
897         Log: Subject: Re: Win32: C:\Program Files
898              From: "Ken Williams" <ken@mathforum.org>
899              Date: Wed, 13 Mar 2002 17:50:59 -0600
900              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
901              
902              Add -t to perl -h.
903      Branch: perl
904            ! perl.c
905 ____________________________________________________________________________
906 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
907         Log: Extra paranoia from Nick Clark.
908      Branch: perl
909            ! ext/Safe/safe2.t
910 ____________________________________________________________________________
911 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
912         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
913              From: Nicholas Clark <nick@ccl4.org>
914              Date: Wed, 13 Mar 2002 14:22:50 +0000
915              Message-ID: <20020313142250.G92566@plum.flirble.org>
916      Branch: perl
917            ! ext/Safe/safe2.t
918 ____________________________________________________________________________
919 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
920         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
921              From: <slaven.rezic@berlin.de>
922              Date: Tue, 12 Mar 2002 13:03:41 +0100      
923              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
924      Branch: perl
925            ! Makefile.SH
926 ____________________________________________________________________________
927 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
928         Log: Subject: [PATCH] a test for B::Xref
929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
930              Date: Wed, 13 Mar 2002 17:18:57 +0100
931              Message-ID: <20020313171857.F1144@rafael>
932      Branch: perl
933            + ext/B/t/xref.t
934            ! MANIFEST ext/B/B/Xref.pm
935 ____________________________________________________________________________
936 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
937         Log: Subject: [PATCH] Exporter.pm POD fixups
938              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
939              Date: Wed, 13 Mar 2002 16:21:42 +0100
940              Message-ID: <20020313162142.A1144@rafael>
941      Branch: perl
942            ! lib/Exporter.pm
943 ____________________________________________________________________________
944 [ 15219] By: nick                                  on 2002/03/14  07:00:16
945         Log: Integrate mainline
946      Branch: perlio
947           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
948 ____________________________________________________________________________
949 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
950         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
951              From: Michael G Schwern <schwern@pobox.com>
952              Date: Wed, 13 Mar 2002 17:43:00 -0500
953              Message-ID: <20020313224300.GG3311@blackrider>
954      Branch: perl
955            ! lib/ExtUtils/MM_VMS.pm
956 ____________________________________________________________________________
957 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
958         Log: Pod tweak.
959      Branch: perl
960            ! lib/open.pm
961 ____________________________________________________________________________
962 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
963         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
964              From: "Craig A. Berry" <craigberry@mac.com>
965              Date: Wed, 13 Mar 2002 01:44:01 -0600
966              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
967      Branch: perl
968            ! vms/descrip_mms.template
969 ____________________________________________________________________________
970 [ 15215] By: nick                                  on 2002/03/13  08:08:36
971         Log: Integrate mainline.
972      Branch: perlio
973           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
974            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
975            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
976            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
977            - ext/Data/Util/t/Hash.t
978           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
979           !> ext/Encode/lib/Encode/CN/HZ.pm
980           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
981           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
982           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
983           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
984           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
985           !> t/op/override.t toke.c universal.c
986 ____________________________________________________________________________
987 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
988         Log: metaconfig: three guesses.
989      Branch: metaconfig
990            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
991            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
992            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
993            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
994            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
995            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
996            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
997            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
998            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
999            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1000            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1001            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1002            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1003            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1004            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1005            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1006            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1007            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1008            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1009            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1010            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1011            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1012            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1013            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1014 ____________________________________________________________________________
1015 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
1016         Log: metaconfig: regen _r units again.
1017      Branch: metaconfig
1018            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1019            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1020            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1021            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1022            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1023            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1024            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1025            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1026            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1027            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1028            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1029            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1030            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1031            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1032            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1033            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1034            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1035            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1036            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1037            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1038            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1039            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1040            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1041            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1042 ____________________________________________________________________________
1043 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
1044         Log: metaconfig: regen _r units.
1045      Branch: metaconfig
1046            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
1047            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1048            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1049            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1050            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1051            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1052            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1053            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1054            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1055            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1056            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1057            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1058            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1059            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1060            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1061            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1062            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1063            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1064            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1065            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1066            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1067            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1068            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1069            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1070            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1071 ____________________________________________________________________________
1072 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
1073         Log: metaconfig unit tweaks.
1074      Branch: metaconfig
1075            + U/threads/d_setprotoent_r.U
1076            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
1077            ! U/threads/d_tmpnam_r.U
1078 ____________________________________________________________________________
1079 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
1080         Log: metaconfig: replace the _r units with autogenerated ones.
1081      Branch: metaconfig
1082            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1083            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
1084            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1085            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
1086            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
1087            + U/threads/d_getprotobyname_r.U
1088            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1089            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
1090            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
1091            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1092            + U/threads/d_setservent_r.U
1093            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
1094            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
1095            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
1096            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
1097            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
1098            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
1099            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
1100            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
1101            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
1102            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1103            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1104            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1105            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
1106            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1107            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
1108            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
1109            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1110            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1111            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1112            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
1113            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
1114            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
1115            ! U/threads/d_ttyname_r.U
1116 ____________________________________________________________________________
1117 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
1118         Log: More known threadsafings.
1119      Branch: perl
1120            ! Porting/findrfuncs
1121 ____________________________________________________________________________
1122 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
1123         Log: Small tweaks.
1124      Branch: perl
1125            ! lib/Internals.t universal.c
1126 ____________________________________________________________________________
1127 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
1128         Log: VERSIONize.
1129      Branch: perl
1130            ! ext/Encode/lib/Encode/CN/HZ.pm
1131            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1132            ! ext/Encode/lib/Encode/JP/JIS.pm
1133 ____________________________________________________________________________
1134 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
1135         Log: Subject: perl datastructure conversion shortcuts for DDD
1136              From: Stas Bekman <stas@stason.org>
1137              Date: Mon, 11 Mar 2002 14:54:31 +0800
1138              Message-ID: <3C8C54A7.5020502@stason.org>
1139      Branch: perl
1140            ! pod/perlhack.pod
1141 ____________________________________________________________________________
1142 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
1143         Log: Regen modlib.
1144      Branch: perl
1145            ! pod/perlmodlib.pod
1146 ____________________________________________________________________________
1147 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
1148         Log: Regen toc.
1149      Branch: perl
1150            ! pod/perltoc.pod
1151 ____________________________________________________________________________
1152 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
1153         Log: Tiny pod tweaks.
1154      Branch: perl
1155            ! lib/Hash/Util.pm
1156 ____________________________________________________________________________
1157 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
1158         Log: perldeltaize Hash::Util.
1159      Branch: perl
1160            ! pod/perldelta.pod
1161 ____________________________________________________________________________
1162 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
1163         Log: Move the readonly interface back to universal.c,
1164              (new name: Internals::SvREADONLY), remove Data::Util,
1165              move Hash::Util to lib, also introduce refcnt interface
1166              (Internals::SvREFCNT).     Make both the new interfaces
1167              to be more sane so that if they set the value, they return
1168              the new value, not the old one.
1169      Branch: perl
1170            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
1171            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
1172            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
1173            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
1174            - ext/Data/Util/t/Hash.t
1175            ! MANIFEST ext/B/t/stash.t universal.c
1176 ____________________________________________________________________________
1177 [ 15200] By: ams                                   on 2002/03/12  15:16:05
1178         Log: Subject: Disambiguate "Can't locate"
1179              From: Mike Guy <mjtg@cam.ac.uk>
1180              Date: Tue, 12 Mar 2002 16:04:23 +0000
1181              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
1182      Branch: perl
1183            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
1184            ! pp_ctl.c t/op/override.t
1185 ____________________________________________________________________________
1186 [ 15199] By: ams                                   on 2002/03/12  15:04:43
1187         Log: Subject: [PATCH] perl/lib/File/stat.t
1188              From: Paul_GreenVOS@vos.stratus.com
1189              Date: Tue, 12 Mar 02 11:00 est
1190              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
1191      Branch: perl
1192            ! lib/File/stat.t
1193 ____________________________________________________________________________
1194 [ 15198] By: ams                                   on 2002/03/12  15:00:44
1195         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
1196              From: Robin Barker <rmb1@cise.npl.co.uk>
1197              Date: Tue, 12 Mar 2002 13:31:58 GMT
1198              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
1199      Branch: perl
1200            ! pod/perlfunc.pod
1201 ____________________________________________________________________________
1202 [ 15197] By: ams                                   on 2002/03/12  14:57:34
1203         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
1204              From: "Clinton A. Pierce" <clintp@geeksalad.org>
1205              Date: Tue, 12 Mar 2002 10:11:53 -0500
1206              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
1207      Branch: perl
1208            ! toke.c
1209 ____________________________________________________________________________
1210 [ 15196] By: nick                                  on 2002/03/12  13:40:35
1211         Log: Integrate mainline
1212      Branch: perlio
1213           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
1214           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
1215           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
1216           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
1217            - t/lib/access.t
1218           !> (integrate 96 files)
1219 ____________________________________________________________________________
1220 [ 15195] By: nick                                  on 2002/03/12  06:08:24
1221         Log: Integrate mainline (a while ago)
1222      Branch: perlio
1223           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
1224           +> ext/Encode/t/TW.t
1225            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
1226            - ext/Encode/lib/Encode/Tcl/HanZi.pm
1227            - ext/I18N/Langinfo/fallback.c
1228           !> (integrate 80 files)
1229 ____________________________________________________________________________
1230 [ 15194] By: ams                                   on 2002/03/12  06:02:20
1231         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
1232              From: Jonathan Stowe <gellyfish@gellyfish.com>
1233              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
1234              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
1235      Branch: perl
1236            ! ext/Encode/CN/Makefile.PL
1237 ____________________________________________________________________________
1238 [ 15193] By: ams                                   on 2002/03/12  05:55:07
1239         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
1240              From: Dave Mitchell <davem@fdgroup.co.uk>
1241              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
1242              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
1243      Branch: perl
1244            ! pod/perlguts.pod
1245 ____________________________________________________________________________
1246 [ 15192] By: ams                                   on 2002/03/12  05:50:08
1247         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
1248              From: Anton Tagunov <tagunov@motor.ru>
1249              Date: Tue, 12 Mar 2002 01:40:58 +0300
1250              Message-Id: <1194068830.20020312014058@motor.ru>
1251              (Applied with tweaks.)
1252      Branch: perl
1253            ! lib/utf8.pm
1254 ____________________________________________________________________________
1255 [ 15191] By: ams                                   on 2002/03/12  05:42:21
1256         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
1257              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1258              Date: Sun, 10 Mar 2002 22:10:15 +0100
1259              Message-Id: <3C8BD9C7.13988.73992D@localhost>
1260      Branch: perl
1261            ! iperlsys.h
1262 ____________________________________________________________________________
1263 [ 15190] By: ams                                   on 2002/03/12  05:38:08
1264         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
1265              From: Anton Tagunov <tagunov@motor.ru>
1266              Date: Mon, 11 Mar 2002 23:27:47 +0300
1267              Message-Id: <19414222180.20020311232747@motor.ru>
1268      Branch: perl
1269            ! pod/perlsub.pod
1270 ____________________________________________________________________________
1271 [ 15189] By: ams                                   on 2002/03/12  05:34:49
1272         Log: Subject: minor patch for comment in utfebcdic.h
1273              From: Anton Tagunov <tagunov@motor.ru>
1274              Date: Tue, 12 Mar 2002 00:20:21 +0300
1275              Message-Id: <13817376786.20020312002021@motor.ru>
1276      Branch: perl
1277            ! utfebcdic.h
1278 ____________________________________________________________________________
1279 [ 15188] By: ams                                   on 2002/03/12  05:32:30
1280         Log: Subject: [PATCH ?] B::Xref improvements
1281              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1282              Date: Mon, 11 Mar 2002 23:32:20 +0100
1283              Message-Id: <20020311233220.A12677@rafael>
1284      Branch: perl
1285            ! ext/B/B/Xref.pm
1286 ____________________________________________________________________________
1287 [ 15187] By: ams                                   on 2002/03/12  05:30:02
1288         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
1289              From: Paul_GreenVOS@vos.stratus.com
1290              Date: Mon, 11 Mar 02 17:23 est
1291              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
1292      Branch: perl
1293            ! lib/ExtUtils/MM_Unix.pm
1294 ____________________________________________________________________________
1295 [ 15186] By: ams                                   on 2002/03/12  05:27:06
1296         Log: Subject: [PATCH] installperl - minor untangle for VOS
1297              From: Paul_GreenVOS@vos.stratus.com
1298              Date: Mon, 11 Mar 02 17:05 est
1299              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
1300      Branch: perl
1301            ! installperl
1302 ____________________________________________________________________________
1303 [ 15185] By: ams                                   on 2002/03/12  05:25:59
1304         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
1305              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1306              Date: Mon, 11 Mar 2002 22:37:39 +0100
1307              Message-Id: <20020311223739.A691@rafael>
1308      Branch: perl
1309            ! ext/B/B/Deparse.pm
1310 ____________________________________________________________________________
1311 [ 15184] By: ams                                   on 2002/03/12  05:20:54
1312         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
1313              From: Michael G Schwern <schwern@pobox.com>
1314              Date: Tue, 12 Mar 2002 01:12:08 -0500
1315              Message-Id: <20020312061208.GD904@blackrider>
1316      Branch: perl
1317            ! hints/netbsd.sh
1318 ____________________________________________________________________________
1319 [ 15183] By: ams                                   on 2002/03/12  04:12:30
1320         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
1321              From: Autrijus Tang <autrijus@autrijus.org>
1322              Date: Tue, 12 Mar 2002 13:05:53 +0800
1323              Message-Id: <20020312050553.GA7864@not.autrijus.org>
1324              (Only doc hunk applied, supplementing #15182.)
1325      Branch: perl
1326            ! ext/Encode/Encode.pm
1327 ____________________________________________________________________________
1328 [ 15182] By: ams                                   on 2002/03/12  04:04:34
1329         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
1330              From: Autrijus Tang <autrijus@autrijus.org>
1331              Date: Tue, 12 Mar 2002 12:56:46 +0800
1332              Message-Id: <20020312045646.GA7689@not.autrijus.org>
1333              (Private mail.)
1334      Branch: perl
1335            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
1336 ____________________________________________________________________________
1337 [ 15181] By: ams                                   on 2002/03/12  03:09:20
1338         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
1339              From: Autrijus Tang <autrijus@autrijus.org>
1340              Date: Tue, 12 Mar 2002 11:55:06 +0800
1341              Message-Id: <20020312035506.GA6946@not.autrijus.org>
1342      Branch: perl
1343            ! ext/Encode/Encode.pm
1344 ____________________________________________________________________________
1345 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
1346         Log: Deypo.
1347      Branch: metaconfig
1348            ! U/threads/d_asctime_r.U
1349 ____________________________________________________________________________
1350 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
1351         Log: FAQ sync.
1352      Branch: perl
1353            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1354            ! pod/perlfaq4.pod pod/perlfaq5.pod
1355 ____________________________________________________________________________
1356 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
1357         Log: The test needs perlio.
1358      Branch: perl
1359            ! lib/open.t
1360 ____________________________________________________________________________
1361 [ 15177] By: ams                                   on 2002/03/11  15:41:08
1362         Log: Subject: perlreftut update
1363              From: Mark-Jason Dominus <mjd@plover.com>
1364              Date: Mon, 11 Mar 2002 11:36:27 -0500
1365              Message-Id: <20020311163627.31020.qmail@plover.com>
1366      Branch: perl
1367            ! pod/perlreftut.pod
1368 ____________________________________________________________________________
1369 [ 15176] By: ams                                   on 2002/03/11  15:35:24
1370         Log: Subject: Minor correction in perlfaq5
1371              From: mjd@plover.com
1372              Date: 11 Mar 2002 16:34:22 -0000
1373              Message-Id: <20020311163422.30963.qmail@plover.com>
1374      Branch: perl
1375            ! pod/perlfaq5.pod
1376 ____________________________________________________________________________
1377 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
1378         Log: number of skipped tests was incorrect
1379      Branch: perl
1380            ! t/op/stat.t
1381 ____________________________________________________________________________
1382 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
1383         Log: remove doubled CRs
1384      Branch: perl
1385            ! win32/Makefile
1386 ____________________________________________________________________________
1387 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
1388         Log: Update Changes.
1389      Branch: perl
1390            ! Changes patchlevel.h
1391 ____________________________________________________________________________
1392 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
1393         Log: Regen toc.
1394      Branch: perl
1395            ! pod/perltoc.pod
1396 ____________________________________________________________________________
1397 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
1398         Log: Add t/CN.t and t/TW.t; re-sort.
1399      Branch: perl
1400            ! ext/Encode/MANIFEST
1401 ____________________________________________________________________________
1402 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
1403         Log: Document what to do if one yearns back to
1404              the old legacy encoding.
1405      Branch: perl
1406            ! lib/encoding.pm
1407 ____________________________________________________________________________
1408 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
1409         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
1410              as general purpose encoding transformation interfaces
1411              since that's not what they are.
1412      Branch: perl
1413            ! lib/utf8.pm pod/perlunicode.pod sv.c
1414 ____________________________________________________________________________
1415 [ 15168] By: ams                                   on 2002/03/11  12:54:16
1416         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
1417              warnings
1418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1419              Date: Mon, 11 Mar 2002 14:35:22 +0100
1420              Message-Id: <20020311143522.A7431@rafael>
1421      Branch: perl
1422            ! t/lib/warnings/pp_sys
1423 ____________________________________________________________________________
1424 [ 15167] By: ams                                   on 2002/03/11  04:57:20
1425         Log: A little commonsense is better than 1_compile.
1426      Branch: perl
1427            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1428 ____________________________________________________________________________
1429 [ 15166] By: ams                                   on 2002/03/11  04:53:50
1430         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
1431              From: Michael G Schwern <schwern@pobox.com>
1432              Date: Sun, 10 Mar 2002 13:27:12 -0500
1433              Message-Id: <20020310182712.GC693@blackrider>
1434              
1435              Subject: [PATCH] Hash::Util part 2
1436              From: Michael G Schwern <schwern@pobox.com>
1437              Date: Sun, 10 Mar 2002 15:09:34 -0500
1438              Message-Id: <20020310200934.GB27112@blackrider>
1439              
1440              Subject: [PATCH] Hash::Util MANIFEST correction
1441              From: Michael G Schwern <schwern@pobox.com>
1442              Date: Sun, 10 Mar 2002 16:27:07 -0500
1443              Message-Id: <20020310212707.GF27112@blackrider>
1444              
1445              (Also changes find.t and taint.t, which were looking for access.t)
1446      Branch: perl
1447            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
1448            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
1449            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
1450            + ext/Data/Util/t/Hash.t
1451            - t/lib/access.t
1452            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
1453            ! pod/perldiag.pod pod/perltodo.pod universal.c
1454 ____________________________________________________________________________
1455 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
1456         Log: metaconfig: more thready fixes.
1457      Branch: metaconfig
1458            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
1459            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
1460            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
1461            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
1462            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
1463            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
1464            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1465            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
1466            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
1467 ____________________________________________________________________________
1468 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
1469         Log: Skip obsoleted interfaces.
1470      Branch: perl
1471            ! Porting/findrfuncs
1472 ____________________________________________________________________________
1473 [ 15162] By: ams                                   on 2002/03/11  03:48:14
1474         Log: Typo fixes.
1475      Branch: perl
1476            ! perl.c
1477 ____________________________________________________________________________
1478 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
1479         Log: Upgrade to Locale::Codes 2.02.
1480      Branch: perl
1481            + lib/Locale/Codes/t/rename.t
1482            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
1483            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
1484            ! lib/Locale/Country.pod
1485 ____________________________________________________________________________
1486 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
1487         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
1488              From: Nicholas Clark <nick@unfortu.net>
1489              Date: Sun, 10 Mar 2002 18:17:50 +0000
1490              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
1491              
1492              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
1493              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1494              Date: Sun, 10 Mar 2002 13:53:34 -0800
1495              Message-ID: <eX9i8gzkg26G092yn@efn.org>
1496              
1497              (and reenable the feature in freebsd,
1498              and move the freebsd pr url to perl.c)
1499      Branch: perl
1500            ! hints/freebsd.sh perl.c pod/perldelta.pod
1501 ____________________________________________________________________________
1502 [ 15159] By: ams                                   on 2002/03/11  03:34:13
1503         Log: Subject: [PATCH stash.t] access::readonly is gone
1504              From: Michael G Schwern <schwern@pobox.com>
1505              Date: Sun, 10 Mar 2002 16:18:14 -0500
1506              Message-Id: <20020310211813.GE27112@blackrider>
1507      Branch: perl
1508            ! ext/B/t/stash.t
1509 ____________________________________________________________________________
1510 [ 15158] By: ams                                   on 2002/03/11  03:28:04
1511         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
1512              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1513              Date: Sun, 10 Mar 2002 22:10:15 +0100
1514              Message-Id: <3C8BD9C7.610.7398DD@localhost>
1515      Branch: perl
1516            ! lib/Net/Ping/t/110_icmp_inst.t
1517 ____________________________________________________________________________
1518 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
1519         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
1520              From: Michael G Schwern <schwern@pobox.com>
1521              Date: Sun, 10 Mar 2002 19:22:33 -0500
1522              Message-ID: <20020311002233.GE4927@blackrider>
1523      Branch: perl
1524            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
1525            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
1526            ! lib/Test/Simple/t/fail-more.t
1527 ____________________________________________________________________________
1528 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
1529         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
1530              From: Michael G Schwern <schwern@pobox.com>
1531              Date: Sun, 10 Mar 2002 17:14:10 -0500
1532              Message-ID: <20020310221410.GA4915@blackrider>
1533      Branch: perl
1534            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
1535            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
1536 ____________________________________________________________________________
1537 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
1538         Log: Subject: [PATCH] more warnings tidyup
1539              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1540              Date: Sun, 10 Mar 2002 21:01:39 -0000
1541              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
1542      Branch: perl
1543            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
1544            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
1545            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
1546            ! util.c
1547 ____________________________________________________________________________
1548 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
1549         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
1550              From: Nicholas Clark <nick@unfortu.net>
1551              Date: Sun, 10 Mar 2002 23:21:07 +0000
1552              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
1553      Branch: perl
1554            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
1555            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
1556            ! ext/Encode/TW/Makefile.PL
1557 ____________________________________________________________________________
1558 [ 15153] By: ams                                   on 2002/03/11  03:06:59
1559         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
1560              From: Max Baker <max@warped.org>
1561              Date: Fri, 8 Mar 2002 10:56:19 -0800
1562              Message-Id: <20020308105619.A15039@warped.org>
1563      Branch: perl
1564            ! ext/IO/lib/IO/Socket/INET.pm
1565 ____________________________________________________________________________
1566 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
1567         Log: Subject: [PATCH] spelling correction
1568              From: Nicholas Clark <nick@unfortu.net>
1569              Date: Sun, 10 Mar 2002 18:34:42 +0000
1570              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
1571      Branch: perl
1572            ! pp.c pp_hot.c
1573 ____________________________________________________________________________
1574 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
1575         Log: DG/UX updates from Takis Psarogiannakopoulos.
1576      Branch: perl
1577            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
1578 ____________________________________________________________________________
1579 [ 15150] By: ams                                   on 2002/03/11  03:02:47
1580         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
1581              From: Chris Nandor <pudge@pobox.com>
1582              Date: Mon, 04 Mar 2002 17:48:12 -0500
1583              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
1584      Branch: perl
1585            ! lib/DB.pm lib/perl5db.pl
1586 ____________________________________________________________________________
1587 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
1588         Log: metaconfig unit changes in preparation of reentrancy changes.
1589      Branch: metaconfig
1590            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
1591            + U/threads/d_ttyname_r.U
1592            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
1593            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
1594            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
1595            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
1596            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1597            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
1598            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1599            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
1600            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
1601            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
1602            ! U/threads/d_strerror_r.U
1603 ____________________________________________________________________________
1604 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
1605         Log: Mysterious characters.
1606      Branch: perl
1607            ! utf8.h
1608 ____________________________________________________________________________
1609 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
1610         Log: Unused.
1611      Branch: perl
1612            ! op.c
1613 ____________________________________________________________________________
1614 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
1615         Log: Implement :std subpragma of the open pragma
1616              that makes the standard filehandles to talk in
1617              encodings.  This change set off a weird warning
1618              from op.c, though: disabled it now until someone
1619              who knows what it is about comes along.
1620      Branch: perl
1621            ! lib/open.pm op.c
1622 ____________________________________________________________________________
1623 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
1624         Log: Document the logic of :locale better.
1625      Branch: perl
1626            ! lib/open.pm
1627 ____________________________________________________________________________
1628 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
1629         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
1630              From: Slaven Rezic <slaven.rezic@berlin.de>
1631              Date: 10 Mar 2002 02:49:17 +0100
1632              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
1633      Branch: perl
1634            ! hints/freebsd.sh
1635 ____________________________________________________________________________
1636 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
1637         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
1638              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1639              Date: Sun, 10 Mar 2002 17:08:54 +0900
1640              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
1641      Branch: perl
1642            ! ext/Encode/lib/Encode/Tcl.pm
1643            ! ext/Encode/lib/Encode/Tcl/Escape.pm
1644            ! ext/Encode/lib/Encode/Tcl/Extended.pm
1645            ! ext/Encode/lib/Encode/Tcl/Table.pm
1646 ____________________________________________________________________________
1647 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
1648         Log: The patch does the following:
1649              - Nix the unneccessary diagnostics line
1650              - Quell -w warnings if the first ENV doesn't exist
1651              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
1652              is too baroque and bloated for daily use (and for perl core inclusion).
1653              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
1654              non-fatal.
1655              - Consequently, the ^OPEN bits is set only when needed.
1656      Branch: perl
1657            ! lib/open.pm
1658 ____________________________________________________________________________
1659 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
1660         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
1661      Branch: perl
1662            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
1663 ____________________________________________________________________________
1664 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
1665         Log: Precedence problem.
1666      Branch: perl
1667            ! ext/Socket/socketpair.t
1668 ____________________________________________________________________________
1669 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
1670         Log: Renaming tweaks, and split off the reentrant "superbuffer"
1671              init routine.
1672      Branch: perl
1673            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
1674            ! sv.c util.c
1675 ____________________________________________________________________________
1676 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
1677         Log: The 7-bit jis seems to be the hanging one.
1678      Branch: perl
1679            ! ext/Encode/t/Tcl.t
1680 ____________________________________________________________________________
1681 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
1682         Log: Begone.
1683      Branch: perl
1684            ! ext/Encode/MANIFEST
1685 ____________________________________________________________________________
1686 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
1687         Log: Better fix from Autrijus.
1688      Branch: perl
1689            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
1690            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
1691 ____________________________________________________________________________
1692 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
1693         Log: Not everybody has Encode::HanExtra.
1694      Branch: perl
1695            ! ext/Encode/Encode.pm
1696 ____________________________________________________________________________
1697 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
1698         Log: Decutandpasto.
1699      Branch: perl
1700            ! ext/Encode/lib/Encode/Tcl.pm
1701 ____________________________________________________________________________
1702 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
1703         Log: Subject: [PATCH] Data::Dumper
1704              From: Nicholas Clark <nick@unfortu.net>
1705              Date: Sat, 9 Mar 2002 19:03:54 +0000
1706              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
1707      Branch: perl
1708            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1709            ! ext/Data/Dumper/t/dumper.t
1710 ____________________________________________________________________________
1711 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
1712         Log: Subject: [PATCH] socketpair.t w/o fork
1713              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1714              Date: Sat, 9 Mar 2002 14:55:11 +0100
1715              Message-ID: <3C8A224F.29578.13691BA@localhost>
1716              
1717              (modified as suggested by Sarathy)
1718      Branch: perl
1719            ! ext/Socket/socketpair.t
1720 ____________________________________________________________________________
1721 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
1722         Log: Subject: [PATCH perldelta] Mention Change 14727
1723              From: Autrijus Tang <autrijus@autrijus.org>
1724              Date: Sat, 9 Mar 2002 23:31:40 +0800
1725              Message-ID: <20020309153140.GA4224@not.autrijus.org>
1726      Branch: perl
1727            ! pod/perldelta.pod
1728 ____________________________________________________________________________
1729 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
1730         Log: Make Encode.pm implicitly load external CJK tables the first
1731              time they're needed (instead of immediately), from Autrijus
1732              Tang.
1733      Branch: perl
1734            ! ext/Encode/Encode.pm
1735 ____________________________________________________________________________
1736 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
1737         Log: Subject: Re: Two questions
1738              From: Nicholas Clark <nick@unfortu.net>
1739              Date: Sat, 9 Mar 2002 12:42:40 +0000
1740              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
1741      Branch: perl
1742            ! Porting/pumpkin.pod
1743 ____________________________________________________________________________
1744 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
1745         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
1746              From: Paul_GreenVOS@vos.stratus.com
1747              Date: Fri, 8 Mar 02 22:34 est
1748              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
1749      Branch: perl
1750            ! pp_sys.c
1751 ____________________________________________________________________________
1752 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
1753         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
1754              From: davem@fdgroup.co.uk
1755              Date: Sat, 9 Mar 2002 00:13:27 GMT
1756              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
1757      Branch: perl
1758            ! dump.c
1759 ____________________________________________________________________________
1760 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
1761         Log: Deglitch from Rafael.
1762      Branch: perl
1763            ! ext/B/t/lint.t
1764 ____________________________________________________________________________
1765 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
1766         Log: Still more portability.
1767      Branch: perl
1768            ! Porting/findrfuncs
1769 ____________________________________________________________________________
1770 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
1771         Log: More portability.
1772      Branch: perl
1773            ! Porting/findrfuncs
1774 ____________________________________________________________________________
1775 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
1776         Log: Shared library paths; running tests manually.
1777      Branch: perl
1778            ! INSTALL
1779 ____________________________________________________________________________
1780 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
1781         Log: Subject: RE: Two questions
1782              From: "Green, Paul" <Paul.Green@stratus.com>
1783              Date: Fri, 8 Mar 2002 17:55:19 -0500
1784              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
1785      Branch: perl
1786            ! Porting/pumpkin.pod
1787 ____________________________________________________________________________
1788 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
1789         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
1790              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
1791      Branch: perl
1792            + ext/B/t/lint.t
1793            ! MANIFEST ext/B/B/Lint.pm
1794 ____________________________________________________________________________
1795 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
1796         Log: metaconfig unit change for #15119.
1797      Branch: metaconfig
1798            ! U/threads/d_pthread_atfork.U
1799 ____________________________________________________________________________
1800 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
1801         Log: In DG/UX finding pthread_atfork requires a true compile,
1802              from Takis Psarogiannakopoulos.
1803      Branch: perl
1804            ! Configure config_h.SH
1805 ____________________________________________________________________________
1806 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
1807         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
1808              From: John Peacock <jpeacock@rowman.com>
1809              Date: Fri, 08 Mar 2002 15:52:41 -0500
1810              Message-ID: <3C892499.4050502@rowman.com>
1811      Branch: perl
1812            ! lib/ExtUtils/xsubpp
1813 ____________________________________________________________________________
1814 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
1815         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
1816              From: "Craig A. Berry" <craigberry@mac.com>
1817              Date: Fri, 08 Mar 2002 15:02:51 -0600
1818              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
1819      Branch: perl
1820            ! t/op/write.t
1821 ____________________________________________________________________________
1822 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
1823         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
1824              From: Paul_GreenVOS@vos.stratus.com
1825              Date: Fri, 8 Mar 02 14:45 est
1826              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
1827      Branch: perl
1828            ! installperl
1829 ____________________________________________________________________________
1830 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
1831         Log: Subject: [PATCH @15109] tm_tm_* for VMS
1832              From: "Craig A. Berry" <craigberry@mac.com>
1833              Date: Fri, 08 Mar 2002 13:07:52 -0600
1834              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
1835      Branch: perl
1836            ! configure.com
1837 ____________________________________________________________________________
1838 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
1839         Log: Detypo.
1840      Branch: perl
1841            ! Changes
1842 ____________________________________________________________________________
1843 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
1844         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
1845      Branch: perl
1846            ! t/op/pat.t
1847 ____________________________________________________________________________
1848 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
1849         Log: HP-UX nm seems to repeat itself.
1850      Branch: perl
1851            ! Porting/findrfuncs
1852 ____________________________________________________________________________
1853 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
1854         Log: Nice porting script from Sarathy.  Well, less nice
1855              in the sense that it shows the looong road ahead.
1856      Branch: perl
1857            + Porting/findrfuncs
1858            ! MANIFEST Porting/makerel
1859 ____________________________________________________________________________
1860 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
1861         Log: Subject: Re: Performance considerations for UTF-8
1862              From: Jarkko Hietaniemi <jhi@iki.fi>
1863              Date: Fri, 8 Mar 2002 18:53:28 +0200
1864              Message-ID: <20020308185328.D640@alpha.hut.fi>
1865              
1866              (put all in perlunicode)
1867      Branch: perl
1868            ! pod/perlunicode.pod
1869 ____________________________________________________________________________
1870 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
1871         Log: Update Changes.
1872      Branch: perl
1873            ! Changes patchlevel.h
1874 ____________________________________________________________________________
1875 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
1876         Log: Subject: Cygwin cygipc support skipped
1877              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
1878              Date: Fri, 8 Mar 2002 16:59:34 +0100
1879              Message-ID: <113694157285.20020308165934@familiehaase.de>
1880      Branch: perl
1881            ! hints/cygwin.sh
1882 ____________________________________________________________________________
1883 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
1884         Log: metaconfig unit change for #15106.
1885      Branch: metaconfig
1886            ! U/compline/d_gconvert.U
1887 ____________________________________________________________________________
1888 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
1889         Log: Subject: Re: [PATCH] tests for Gconvert
1890              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1891              Date: Thu, 07 Mar 2002 16:48:10 -0800
1892              Message-ID: <KpAi8gzkganW092yn@efn.org>
1893      Branch: perl
1894            ! Configure config_h.SH t/base/num.t
1895 ____________________________________________________________________________
1896 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
1897         Log: The new test has some teething problems.
1898      Branch: perl
1899            - ext/B/t/lint.t
1900            ! MANIFEST
1901 ____________________________________________________________________________
1902 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
1903         Log: Subject: [PATCH] B::Lint tests
1904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1905              Date: Fri, 8 Mar 2002 14:47:19 +0100
1906              Message-ID: <20020308144719.A2663@rafael>
1907      Branch: perl
1908            + ext/B/t/lint.t
1909            ! MANIFEST ext/B/B/Lint.pm
1910 ____________________________________________________________________________
1911 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
1912         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
1913              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1914              Date: Fri, 8 Mar 2002 13:24:14 GMT
1915              Message-Id: <200203081324.NAA00642@cleo>
1916      Branch: perl
1917            ! hints/powerux.sh
1918 ____________________________________________________________________________
1919 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
1920         Log: Subject: HP has some new models
1921              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1922              Date: Fri, 08 Mar 2002 13:07:02 +0100
1923              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
1924      Branch: perl
1925            ! README.hpux
1926 ____________________________________________________________________________
1927 [ 15101] By: ams                                   on 2002/03/08  09:11:40
1928         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
1929              From: Stas Bekman <stas@stason.org>
1930              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
1931              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
1932      Branch: perl
1933            ! pod/perlguts.pod
1934 ____________________________________________________________________________
1935 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
1936         Log: Update Changes
1937      Branch: maint-5.6/macperl
1938            ! macos/Changes
1939 ____________________________________________________________________________
1940 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
1941         Log: Replace macperlbundled with macperldelta
1942      Branch: maint-5.6/macperl
1943            ! macos/macperl/MacPerl.podhelp
1944 ____________________________________________________________________________
1945 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
1946         Log: Comsetic fixes (Thomas Wegner)
1947      Branch: maint-5.6/macperl
1948            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
1949 ____________________________________________________________________________
1950 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
1951         Log: Bump OS version
1952      Branch: maint-5.6/macperl
1953            ! macos/config.sh
1954 ____________________________________________________________________________
1955 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
1956         Log: Thought I deleted this already?
1957      Branch: perl
1958            - ext/I18N/Langinfo/fallback.c
1959 ____________________________________________________________________________
1960 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
1961         Log: perlport updates from Pudge.
1962      Branch: perl
1963            ! pod/perlport.pod
1964 ____________________________________________________________________________
1965 [ 15094] By: ams                                   on 2002/03/08  03:06:03
1966         Log: Nitpick.
1967      Branch: perl
1968            ! MANIFEST
1969 ____________________________________________________________________________
1970 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
1971         Log: Wrong test.
1972      Branch: perl
1973            ! pod/perldelta.pod
1974 ____________________________________________________________________________
1975 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
1976         Log: Integrate change 14064 from macperl to blead.
1977      Branch: perl
1978           !> pod/perlmodinstall.pod pod/perlport.pod
1979 ____________________________________________________________________________
1980 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
1981         Log: Integrate recent perlport changes
1982      Branch: maint-5.6/macperl
1983           !> pod/perlport.pod
1984 ____________________________________________________________________________
1985 [ 15089] By: ams                                   on 2002/03/08  01:54:03
1986         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
1987              minor typo in perlguts.pod
1988              From: Anton Tagunov <tagunov@motor.ru>
1989              Date: Fri, 8 Mar 2002 05:26:59 +0300
1990              Message-Id: <4649821189.20020308052659@motor.ru>
1991      Branch: perl
1992            ! pod/perlguts.pod
1993 ____________________________________________________________________________
1994 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
1995         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
1996              From: Anton Tagunov <tagunov@newmail.ru>
1997              Date: Fri, 8 Mar 2002 04:31:44 +0300
1998              Message-ID: <13946506773.20020308043144@newmail.ru>
1999              
2000              (one test changed)
2001      Branch: perl
2002            ! lib/encoding.t sv.c
2003 ____________________________________________________________________________
2004 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
2005         Log: Subject: [PATCH perldelta] some more deltas
2006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2007              Date: Thu, 7 Mar 2002 23:13:23 +0100
2008              Message-ID: <20020307231323.A13068@rafael>
2009      Branch: perl
2010            ! pod/perldelta.pod
2011 ____________________________________________________________________________
2012 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
2013         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
2014              From: Paul_GreenVOS@vos.stratus.com
2015              Date: Thu, 7 Mar 02 14:25 est
2016              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
2017      Branch: perl
2018            ! t/io/fs.t
2019 ____________________________________________________________________________
2020 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
2021         Log: As suggested by Anton Tagunov, eq and cmp now obey the
2022              encoding pragma (by remapping their byte argument if the
2023              other argument is in Unicode).  Also fix a bug found by
2024              Anton where ord undef under the encoding pragma would barf.
2025              ([ID 20020307.009] A null pointer dereference with 'use encoding')
2026              Finally, use the nicer form of sv_recode_to_utf8.
2027      Branch: perl
2028            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
2029 ____________________________________________________________________________
2030 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
2031         Log: Retract #14985, #14899, and #14990, following the principles
2032              "Do no harm." and "If it ain't broke, don't fix it."
2033              
2034              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
2035              some, but still broken, and I do not have the extra brain
2036              cells for the EBCDIC backport.  Secondly, the old version
2037              worked both in EBCDIC and non-.  Thirdly, the old version
2038              may be more amenable for the behaviour suggsted by Anton
2039              Tagunov regarding the encoding pragma.
2040      Branch: perl
2041            ! embed.fnc embed.h global.sym proto.h sv.c util.c
2042 ____________________________________________________________________________
2043 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
2044         Log: Long doubles give you long doubles.
2045      Branch: perl
2046            ! t/base/num.t
2047 ____________________________________________________________________________
2048 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
2049         Log: Forgotten deMANIFESTation.
2050      Branch: perl
2051            ! MANIFEST
2052 ____________________________________________________________________________
2053 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
2054         Log: Obsolete unused file, noticed by Dank Kogai.
2055      Branch: perl
2056            - ext/Encode/lib/Encode/JP/Tr.pm
2057 ____________________________________________________________________________
2058 [ 15080] By: ams                                   on 2002/03/07  11:31:46
2059         Log: Subject: [PATCH Changes] Changes should mirror version number
2060              From: Robin Barker <rmb1@cise.npl.co.uk>
2061              Date: Thu, 7 Mar 2002 11:04:24 GMT
2062              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
2063      Branch: perl
2064            ! Porting/pumpkin.pod
2065 ____________________________________________________________________________
2066 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
2067         Log: metaconfig unit change for #15078.
2068      Branch: metaconfig
2069            ! U/compline/d_gconvert.U
2070 ____________________________________________________________________________
2071 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
2072         Log: Subject: Re: [PATCH] tests for Gconvert
2073              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2074              Date: Wed, 06 Mar 2002 20:22:54 -0800
2075              Message-ID: <esuh8gzkg2/b092yn@efn.org>
2076      Branch: perl
2077            ! Configure pod/perldelta.pod t/base/num.t
2078 ____________________________________________________________________________
2079 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
2080         Log: Mac OS X UFS does not do ctime.
2081      Branch: perl
2082            ! pod/perldelta.pod pod/perlport.pod
2083 ____________________________________________________________________________
2084 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
2085         Log: AUTHORS updates.
2086      Branch: perl
2087            ! AUTHORS
2088 ____________________________________________________________________________
2089 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
2090         Log: Continued Chinese puzzles from Autrijus.
2091      Branch: perl
2092            + ext/Encode/t/CN.t ext/Encode/t/TW.t
2093            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
2094 ____________________________________________________________________________
2095 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
2096         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
2097              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2098              Date: Wed, 6 Mar 2002 18:13:51 +0100
2099              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
2100      Branch: perl
2101            ! lib/File/Spec/Win32.pm
2102 ____________________________________________________________________________
2103 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
2104         Log: perlport tweaks.
2105      Branch: perl
2106            ! pod/perlport.pod
2107 ____________________________________________________________________________
2108 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
2109         Log: Subject: Re: [PATCH docs] Re: Bug with -M
2110              From: Michael G Schwern <schwern@pobox.com>
2111              Date: Wed, 6 Mar 2002 16:20:27 -0500
2112              Message-ID: <20020306212027.GC4257@blackrider>
2113      Branch: perl
2114            ! pod/perlfunc.pod pod/perlport.pod
2115 ____________________________________________________________________________
2116 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
2117         Log: perldelta updates.
2118      Branch: perl
2119            ! pod/perldelta.pod
2120 ____________________________________________________________________________
2121 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
2122         Log: 5005threads wasn't even compiling.
2123      Branch: perl
2124            ! perl.c
2125 ____________________________________________________________________________
2126 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
2127         Log: Subject: Re: perl@15047 New format tests for still existing bugs
2128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2129              Date: Wed, 06 Mar 2002 12:59:29 +0100
2130              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
2131      Branch: perl
2132            ! t/op/write.t
2133 ____________________________________________________________________________
2134 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
2135         Log: Regen Glossary et al.
2136      Branch: perl
2137            ! Porting/Glossary Porting/config.sh Porting/config_H
2138 ____________________________________________________________________________
2139 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
2140         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
2141              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
2142      Branch: perl
2143            ! util.c
2144 ____________________________________________________________________________
2145 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
2146         Log: metaconfig unit change for #15065.
2147      Branch: metaconfig
2148            ! U/compline/i_time.U
2149 ____________________________________________________________________________
2150 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
2151         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
2152      Branch: perl
2153            ! Configure config_h.SH
2154 ____________________________________________________________________________
2155 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
2156         Log: Must remove fallback.c also from here.
2157      Branch: perl
2158            ! MANIFEST
2159 ____________________________________________________________________________
2160 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
2161         Log: Subject: Re: perl@15047 WinCE
2162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2163              Date: Wed, 06 Mar 2002 13:41:30 +0100
2164              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
2165              
2166              Subject: Re: perl@15047 Win32
2167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2168              Date: Wed, 06 Mar 2002 13:46:02 +0100
2169              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
2170              
2171              Subject: Re: perl@15047 Epoc
2172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2173              Date: Wed, 06 Mar 2002 13:48:31 +0100
2174              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
2175              
2176              Subject: Re: perl@15047 NetWare
2177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2178              Date: Wed, 06 Mar 2002 13:55:46 +0100
2179              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
2180      Branch: perl
2181            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
2182            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2183            ! wince/Makefile.ce wince/config.h
2184 ____________________________________________________________________________
2185 [ 15062] By: ams                                   on 2002/03/06  09:26:49
2186         Log: Subject: Re: perl@15047
2187              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2188              Date: Wed, 06 Mar 2002 11:25:50 +0100
2189              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
2190      Branch: perl
2191            ! cygwin/perlld.in
2192 ____________________________________________________________________________
2193 [ 15061] By: ams                                   on 2002/03/06  08:44:12
2194         Log: Subject: Re: perl@15047
2195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2196              Date: Wed, 06 Mar 2002 10:38:02 +0100
2197              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
2198      Branch: perl
2199            ! pod/perldelta.pod
2200 ____________________________________________________________________________
2201 [ 15060] By: ams                                   on 2002/03/06  08:30:33
2202         Log: Subject: Update perlhist.pod
2203              From: mjd@plover.com
2204              Date: 6 Mar 2002 07:11:55 -0000
2205              Message-Id: <20020306071155.10240.qmail@plover.com>
2206              
2207              Subject: [PATCH pod/perlvar.pod] $^V => string
2208              From: Stas Bekman <stas@stason.org>
2209              Date: Wed, 06 Mar 2002 14:56:55 +0800
2210              Message-Id: <3C85BDB7.7050700@stason.org>
2211      Branch: perl
2212            ! pod/perlhist.pod pod/perlvar.pod
2213 ____________________________________________________________________________
2214 [ 15059] By: ams                                   on 2002/03/06  04:15:38
2215         Log: Subject: [PATCH] assorted configure.com fix-ups
2216              From: "Craig A. Berry" <craigberry@mac.com>
2217              Date: Tue, 5 Mar 2002 23:11:22 -0600
2218              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
2219      Branch: perl
2220            ! configure.com
2221 ____________________________________________________________________________
2222 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
2223         Log: IRIX failure with long doubles.
2224      Branch: perl
2225            ! t/op/pack.t
2226 ____________________________________________________________________________
2227 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
2228         Log: Make reality and Changes coincide.
2229      Branch: perl
2230            ! Changes
2231 ____________________________________________________________________________
2232 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
2233         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
2234              From: Anton Tagunov <tagunov@motor.ru>
2235              Date: Wed, 6 Mar 2002 02:10:21 +0300
2236              Message-ID: <11152782757.20020306021021@motor.ru>
2237              
2238              (reworded)
2239      Branch: perl
2240            ! pod/perluniintro.pod
2241 ____________________________________________________________________________
2242 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
2243         Log: Subject: [PATCH] B::Lint doesn't work
2244              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2245              Date: Tue, 5 Mar 2002 22:51:18 +0100
2246              Message-ID: <20020305225118.C733@rafael>
2247      Branch: perl
2248            ! ext/B/B/Lint.pm
2249 ____________________________________________________________________________
2250 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
2251         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
2252              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2253              Date: Mon, 04 Mar 2002 16:24:32 -0800
2254              Message-ID: <ABBh8gzkgezX092yn@efn.org>
2255      Branch: perl
2256            ! op.h pp_ctl.c t/op/flip.t
2257 ____________________________________________________________________________
2258 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
2259         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
2260              From: Nicholas Clark <nick@unfortu.net>
2261              Date: Tue, 5 Mar 2002 22:30:49 +0000
2262              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
2263      Branch: perl
2264            ! pod/perldelta.pod
2265 ____________________________________________________________________________
2266 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
2267         Log: Subject: [PATCH] tests for Gconvert
2268              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2269              Date: Tue, 05 Mar 2002 16:35:45 -0800
2270              Message-ID: <hRWh8gzkgONX092yn@efn.org>
2271      Branch: perl
2272            ! t/base/num.t
2273 ____________________________________________________________________________
2274 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
2275         Log: Subject: [PATCH] toplevel Makefile.SH
2276              From: Paul_GreenVOS@vos.stratus.com
2277              Date: Tue, 5 Mar 02 17:34 est
2278              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
2279      Branch: perl
2280            ! Makefile.SH
2281 ____________________________________________________________________________
2282 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
2283         Log: Subject: [PATCH] pointer to perldelta in Changes
2284              From: Chris Nandor <pudge@pobox.com>
2285              Date: Tue, 05 Mar 2002 16:04:50 -0500
2286              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
2287      Branch: perl
2288            ! Changes
2289 ____________________________________________________________________________
2290 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
2291         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
2292              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2293              Date: Tue, 5 Mar 2002 22:26:20 +0100
2294              Message-ID: <20020305222620.A733@rafael>
2295      Branch: perl
2296            ! pod/perldelta.pod
2297 ____________________________________________________________________________
2298 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
2299         Log: Solaris: allow for /usr/bin/df not to exist.
2300              
2301              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
2302              From: Kingpin <mthurn@copper.dulles.tasc.com>
2303              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
2304              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
2305      Branch: perl
2306            ! hints/solaris_2.sh
2307 ____________________________________________________________________________
2308 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
2309         Log: Update Changes.
2310      Branch: perl
2311            ! Changes patchlevel.h
2312 ____________________________________________________________________________
2313 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
2314         Log: Double MANIFESTing.
2315      Branch: perl
2316            ! ext/Encode/MANIFEST
2317 ____________________________________________________________________________
2318 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
2319         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
2320      Branch: perl
2321            - ext/Encode/Encode/7bit-kr.enc
2322            - ext/Encode/lib/Encode/Tcl/HanZi.pm
2323            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
2324 ____________________________________________________________________________
2325 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
2326         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
2327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2328              Date: Tue, 5 Mar 2002 14:35:57 +0100
2329              Message-ID: <20020305143557.C695@rafael>   
2330      Branch: perl
2331            ! pp_sys.c t/lib/warnings/pp_sys
2332 ____________________________________________________________________________
2333 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
2334         Log: Subject: [PATCH Devel::PPPort]
2335              From: Robin Barker <rmb1@cise.npl.co.uk>
2336              Date: Tue, 5 Mar 2002 13:37:59 GMT
2337              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
2338      Branch: perl
2339            ! ext/Devel/PPPort/Makefile.PL
2340 ____________________________________________________________________________
2341 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
2342         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
2343      Branch: perl
2344            ! ext/Encode/t/Tcl.t
2345 ____________________________________________________________________________
2346 [ 15041] By: nick                                  on 2002/03/05  07:23:58
2347         Log: Integrate mainline (5.7.3)
2348      Branch: perlio
2349           +> ext/Encode/lib/Encode/CN/HZ.pm
2350            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
2351           !> (integrate 54 files)
2352 ____________________________________________________________________________
2353 [ 15040] By: ams                                   on 2002/03/05  05:10:33
2354         Log: Subject: DOC PATCH 5.7.3 (perldelta)
2355              From: mjd@plover.com
2356              Date: 5 Mar 2002 05:35:58 -0000
2357              Message-Id: <20020305053558.31677.qmail@plover.com>
2358      Branch: perl
2359            ! pod/perldelta.pod
2360 ____________________________________________________________________________
2361 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
2362         Log: This is 5.7.3.
2363      Branch: perl
2364            ! patchlevel.h
2365 ____________________________________________________________________________
2366 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
2367         Log: Shoo.
2368      Branch: perl
2369            ! ext/Encode/t/Tcl.t
2370 ____________________________________________________________________________
2371 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
2372         Log: Update Changes.
2373      Branch: perl
2374            ! Changes patchlevel.h
2375 ____________________________________________________________________________
2376 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
2377         Log: Regen perlapi.
2378      Branch: perl
2379            ! pod/perlapi.pod
2380 ____________________________________________________________________________
2381 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
2382         Log: Tie::File doc tweak for Win32 from mjd. 
2383      Branch: perl
2384            ! lib/Tie/File.pm
2385 ____________________________________________________________________________
2386 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
2387         Log: Regen toc.
2388      Branch: perl
2389            ! pod/perltoc.pod
2390 ____________________________________________________________________________
2391 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
2392         Log: Decommission Encode::Tcl HZ testing for now.
2393      Branch: perl
2394            ! ext/Encode/t/Tcl.t
2395 ____________________________________________________________________________
2396 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
2397         Log: Must have a return.
2398      Branch: perl
2399            ! pp_pack.c
2400 ____________________________________________________________________________
2401 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
2402         Log: The very latest win32 score from Jan Dubois.
2403      Branch: perl
2404            ! pod/perldelta.pod
2405 ____________________________________________________________________________
2406 [ 15030] By: ams                                   on 2002/03/05  01:40:01
2407         Log: Subject: [PATCH] README.macos
2408              From: Chris Nandor <pudge@pobox.com>
2409              Date: Mon, 04 Mar 2002 17:37:59 -0500
2410              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
2411      Branch: perl
2412            ! README.macos
2413 ____________________________________________________________________________
2414 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
2415         Log: "The last pieces of Chinese puzzle" from Autrijus.
2416      Branch: perl
2417            + ext/Encode/lib/Encode/CN/HZ.pm
2418            - ext/Encode/Encode/HZ.enc
2419            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
2420            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
2421 ____________________________________________________________________________
2422 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
2423         Log: Known test failures updates.
2424      Branch: perl
2425            ! pod/perldelta.pod
2426 ____________________________________________________________________________
2427 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
2428         Log: One more nit from mjd.
2429      Branch: perl
2430            ! lib/Tie/File/t/16_handle.t
2431 ____________________________________________________________________________
2432 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
2433         Log: Upgrade to Tie::File 0.17 from mjd.
2434      Branch: perl
2435            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
2436            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
2437 ____________________________________________________________________________
2438 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
2439         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
2440              From: Nicholas Clark <nick@unfortu.net>
2441              Date: Mon, 4 Mar 2002 23:33:52 +0000
2442              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
2443      Branch: perl
2444            ! pod/perldelta.pod
2445 ____________________________________________________________________________
2446 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
2447         Log: Escapee.
2448      Branch: perl
2449            ! proto.h
2450 ____________________________________________________________________________
2451 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
2452         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
2453              From: Nicholas Clark <nick@unfortu.net>
2454              Date: Mon, 4 Mar 2002 22:48:38 +0000
2455              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
2456      Branch: perl
2457            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
2458            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
2459            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
2460            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
2461            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
2462            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
2463            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
2464 ____________________________________________________________________________
2465 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
2466         Log: Cleaner.
2467      Branch: perl
2468            ! Makefile.SH
2469 ____________________________________________________________________________
2470 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
2471         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
2472              From: Jeffrey Friedl <jfriedl@yahoo.com>
2473              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
2474              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
2475      Branch: perl
2476            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
2477            ! pod/perlvar.pod
2478 ____________________________________________________________________________
2479 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
2480         Log: More Han tweaks from Autrjius Tang: most importantly,
2481              gbk is identical to cp936, so gbk can be removed and
2482              taken care of by an alias.
2483      Branch: perl
2484            - ext/Encode/Encode/gbk.enc
2485            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
2486            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
2487            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
2488            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2489 ____________________________________________________________________________
2490 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
2491         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
2492              From: Nicholas Clark <nick@unfortu.net>
2493              Date: Mon, 4 Mar 2002 22:20:13 +0000
2494              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
2495      Branch: perl
2496            ! pod/perldelta.pod
2497 ____________________________________________________________________________
2498 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
2499         Log: Based on
2500              
2501              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
2502              From: Anton Tagunov <tagunov@motor.ru>
2503              Date: Mon, 4 Mar 2002 21:14:39 +0300
2504              Message-ID: <1814137429.20020304211439@motor.ru>
2505      Branch: perl
2506            ! pod/perlunicode.pod
2507 ____________________________________________________________________________
2508 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
2509         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
2510              From: John Peacock <jpeacock@rowman.com>
2511              Date: Mon, 04 Mar 2002 16:18:42 -0500
2512              Message-ID: <3C83E4B2.3060700@rowman.com>
2513              
2514              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
2515              From: John Peacock <jpeacock@rowman.com>
2516              Date: Mon, 04 Mar 2002 16:42:55 -0500
2517              Message-ID: <3C83EA5F.80303@rowman.com>
2518      Branch: perl
2519            ! lib/ExtUtils/xsubpp pod/perlxs.pod
2520 ____________________________________________________________________________
2521 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
2522         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
2523              From: "Craig A. Berry" <craigberry@mac.com>
2524              Date: Mon, 04 Mar 2002 14:47:59 -0600
2525              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
2526              
2527              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
2528              From: "Craig A. Berry" <craigberry@mac.com>
2529              Date: Mon, 04 Mar 2002 15:04:58 -0600
2530              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
2531      Branch: perl
2532            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
2533 ____________________________________________________________________________
2534 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
2535         Log: metaconfig unit change for #15014.
2536      Branch: metaconfig/U/perl
2537            ! Extensions.U
2538 ____________________________________________________________________________
2539 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
2540         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
2541              of known extensions, where Encode::JP already is.
2542      Branch: perl
2543            ! Configure Porting/config.sh Porting/config_H uconfig.h
2544 ____________________________________________________________________________
2545 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
2546         Log: SJIS, from Dan Kogai.
2547      Branch: perl
2548            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
2549 ____________________________________________________________________________
2550 [ 15012] By: nick                                  on 2002/03/04  17:35:50
2551         Log: Intergrate perlio's Encode/compile
2552      Branch: perl
2553           !> ext/Encode/compile
2554 ____________________________________________________________________________
2555 [ 15011] By: nick                                  on 2002/03/04  17:29:54
2556         Log: Avoid $Id$ cleverness and just have a $VERSION.
2557      Branch: perlio
2558            ! ext/Encode/compile
2559 ____________________________________________________________________________
2560 [ 15010] By: nick                                  on 2002/03/04  17:29:14
2561         Log: Integrate mainline
2562      Branch: perlio
2563           +> lib/Math/BigInt/t/isa.t
2564           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
2565           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
2566           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
2567           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
2568           !> warnings.pl
2569 ____________________________________________________________________________
2570 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
2571         Log: Integrate ext/Encode/compile from perlio.
2572      Branch: perl
2573           !> ext/Encode/compile
2574 ____________________________________________________________________________
2575 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
2576         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
2577              updates not integrated, something odd going on in there.)
2578      Branch: perl
2579           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
2580           !> lib/Tie/File/t/16_handle.t
2581 ____________________________________________________________________________
2582 [ 15007] By: nick                                  on 2002/03/04  17:08:17
2583         Log: Integrate mainline
2584      Branch: perlio
2585           !> AUTHORS Changes Porting/Glossary Porting/config.sh
2586           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
2587           !> pod/perltoc.pod
2588 ____________________________________________________________________________
2589 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
2590         Log: A new M::BI test.
2591      Branch: perl
2592            + lib/Math/BigInt/t/isa.t
2593            ! MANIFEST
2594 ____________________________________________________________________________
2595 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
2596         Log: Subject: VMS test and perldelta update
2597              From: "Craig A. Berry" <craigberry@mac.com>
2598              Date: Mon, 04 Mar 2002 11:03:37 -0600
2599              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
2600      Branch: perl
2601            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
2602 ____________________________________________________________________________
2603 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
2604         Log: Needed for threaded builds.
2605      Branch: perl
2606            ! embed.fnc embed.h
2607 ____________________________________________________________________________
2608 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
2609         Log: Subject: [PATCH] taint + deprecated warnings
2610              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2611              Date: Mon, 4 Mar 2002 16:33:23 -0000
2612              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
2613      Branch: perl
2614            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
2615            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
2616            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
2617 ____________________________________________________________________________
2618 [ 15002] By: nick                                  on 2002/03/04  16:19:06
2619         Log: Win32 tweak
2620      Branch: perlio
2621            ! lib/Tie/File/t/16_handle.t
2622 ____________________________________________________________________________
2623 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
2624         Log: Update Changes.
2625      Branch: perl
2626            ! Changes patchlevel.h
2627 ____________________________________________________________________________
2628 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
2629         Log: AUTHORS updates.
2630      Branch: perl
2631            ! AUTHORS
2632 ____________________________________________________________________________
2633 [ 14999] By: nick                                  on 2002/03/04  15:26:43
2634         Log: Win32 hack
2635      Branch: perlio
2636            ! ext/Encode/compile ext/Encode/t/JP.t
2637 ____________________________________________________________________________
2638 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
2639         Log: Encode doc tweak from Autrijus Tang.
2640      Branch: perl
2641            ! ext/Encode/Encode.pm
2642 ____________________________________________________________________________
2643 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
2644         Log: Regen Glossary et al.  (It seems the #14875 didn't
2645              quite work in removing the double-dot?)
2646      Branch: perl
2647            ! Porting/Glossary Porting/config.sh Porting/config_H
2648 ____________________________________________________________________________
2649 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
2650         Log: Regen toc.
2651      Branch: perl
2652            ! pod/perltoc.pod
2653 ____________________________________________________________________________
2654 [ 14995] By: nick                                  on 2002/03/04  14:42:09
2655         Log: Remove debugging assert
2656      Branch: perlio
2657            ! ext/threads/shared/shared.xs
2658 ____________________________________________________________________________
2659 [ 14994] By: nick                                  on 2002/03/04  14:41:54
2660         Log: Integrate mainline
2661      Branch: perlio
2662           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
2663           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
2664           !> lib/Tie/File/t/15_pushpop.t util.c
2665 ____________________________________________________________________________
2666 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
2667         Log: Han update from Autrijus Tang. 
2668      Branch: perl
2669            ! ext/Encode/Encode.pm
2670 ____________________________________________________________________________
2671 [ 14992] By: nick                                  on 2002/03/04  14:08:38
2672         Log: Integrate mainline - all tests pass - some noise from threads
2673              av_simple (SuSE7.3).
2674      Branch: perlio
2675           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
2676           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
2677           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
2678           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
2679           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
2680           +> lib/Tie/File/t/11_rv_splice_rs.t
2681           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
2682           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
2683           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
2684            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
2685            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
2686            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
2687            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
2688            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
2689            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
2690            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
2691            - lib/Tie/File/15_pushpop.t
2692           !> (integrate 47 files)
2693 ____________________________________________________________________________
2694 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
2695         Log: Missing MANIFESTations.
2696      Branch: perl
2697            ! MANIFEST
2698 ____________________________________________________________________________
2699 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
2700         Log: Attempt at portability.
2701      Branch: perl
2702            ! util.c
2703 ____________________________________________________________________________
2704 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
2705         Log: Needed by #14985.
2706      Branch: perl
2707            ! embed.h global.sym proto.h
2708 ____________________________________________________________________________
2709 [ 14988] By: ams                                   on 2002/03/04  08:59:27
2710         Log: Upgrade to Tie::File 0.16.
2711      Branch: perl
2712            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
2713            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
2714            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
2715            ! lib/Tie/File/t/15_pushpop.t
2716 ____________________________________________________________________________
2717 [ 14987] By: ams                                   on 2002/03/04  08:48:11
2718         Log: Subject: [PATCH @14577] perly-fixer
2719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2720              Date: Mon, 4 Mar 2002 02:28:51 -0500
2721              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
2722      Branch: perl
2723            ! Makefile.SH perly.fixer
2724 ____________________________________________________________________________
2725 [ 14986] By: ams                                   on 2002/03/04  08:43:37
2726         Log: Subject: [PATCH @14577] xsubpp
2727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2728              Date: Mon, 4 Mar 2002 02:25:52 -0500
2729              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
2730      Branch: perl
2731            ! lib/ExtUtils/xsubpp pod/perlxs.pod
2732 ____________________________________________________________________________
2733 [ 14985] By: ams                                   on 2002/03/04  08:40:46
2734         Log: Subject: [PATCH @14577] sv_cmp and friends
2735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2736              Date: Mon, 4 Mar 2002 02:31:04 -0500
2737              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
2738      Branch: perl
2739            ! embed.fnc sv.c util.c
2740 ____________________________________________________________________________
2741 [ 14984] By: ams                                   on 2002/03/04  08:16:06
2742         Log: Fix File::Path docs as suggested by Ronald Kimball.
2743      Branch: perl
2744            ! lib/File/Path.pm
2745 ____________________________________________________________________________
2746 [ 14983] By: ams                                   on 2002/03/04  08:11:20
2747         Log: Update perldata fix as suggested by Benjamin Goldberg.
2748      Branch: perl
2749            ! pod/perldata.pod
2750 ____________________________________________________________________________
2751 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
2752         Log: Faulty skip.
2753      Branch: perl
2754            ! ext/DB_File/t/db-recno.t
2755 ____________________________________________________________________________
2756 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
2757         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
2758              From: Anton Tagunov <tagunov@motor.ru>
2759              Date: Mon, 4 Mar 2002 05:41:41 +0300
2760              Message-Id: <7916563907.20020304054141@motor.ru>
2761              
2762              Subject: [ID 20020303.005] Patch perlinicode C API description
2763              From: Anton Tagunov <tagunov@motor.ru>
2764              Date: Mon, 4 Mar 2002 06:08:23 +0300
2765              Message-Id: <2018165510.20020304060823@motor.ru>
2766      Branch: perl
2767            ! lib/utf8.pm pod/perlunicode.pod
2768 ____________________________________________________________________________
2769 [ 14980] By: ams                                   on 2002/03/04  02:19:20
2770         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
2771              From: Anton Tagunov <tagunov@motor.ru>
2772              Date: Mon, 4 Mar 2002 02:17:40 +0300
2773              Message-Id: <1344322124.20020304021740@motor.ru>
2774      Branch: perl
2775            ! pod/perldata.pod
2776 ____________________________________________________________________________
2777 [ 14979] By: ams                                   on 2002/03/04  02:17:54
2778         Log: Subject: RE: [PATCH] RE: DB_File breakage
2779              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2780              Date: Sun, 3 Mar 2002 23:56:31 -0000
2781              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
2782      Branch: perl
2783            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2784            ! ext/DB_File/t/db-recno.t
2785 ____________________________________________________________________________
2786 [ 14978] By: ams                                   on 2002/03/04  02:07:16
2787         Log: Subject: [PATCH] docs for ExtUtils::Manifest
2788              From: Nicholas Clark <nick@unfortu.net>
2789              Date: Sun, 3 Mar 2002 23:29:25 +0000
2790              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
2791      Branch: perl
2792            ! lib/ExtUtils/Manifest.pm
2793 ____________________________________________________________________________
2794 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
2795         Log: Forgot from the M::BI 1.54 update.
2796      Branch: perl
2797            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
2798            ! lib/Math/BigInt/t/upgrade.inc
2799 ____________________________________________________________________________
2800 [ 14976] By: ams                                   on 2002/03/04  02:04:32
2801         Log: Subject: [PATCH] attr
2802              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2803              Date: Sun, 3 Mar 2002 22:09:58 -0000
2804              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
2805      Branch: perl
2806            ! lib/warnings.pm warnings.pl
2807 ____________________________________________________________________________
2808 [ 14975] By: ams                                   on 2002/03/04  02:01:27
2809         Log: Subject: [PATCH] File::Path documentation
2810              From: Colin Meyer <cmeyer@helvella.org>
2811              Date: Sun, 3 Mar 2002 14:54:24 -0800
2812              Message-Id: <20020303145424.A21774@hobart.helvella.org>
2813      Branch: perl
2814            ! lib/File/Path.pm
2815 ____________________________________________________________________________
2816 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
2817         Log: Typo.
2818      Branch: perl
2819            ! lib/Math/BigInt/t/upgrade.t
2820 ____________________________________________________________________________
2821 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
2822         Log: Editing errors.
2823      Branch: perl
2824            ! MANIFEST
2825 ____________________________________________________________________________
2826 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
2827         Log: Upgrade to Math::BigInt 1.54.
2828      Branch: perl
2829            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2830            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2831            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
2832            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
2833            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
2834            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
2835 ____________________________________________________________________________
2836 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
2837         Log: Test tweak from Craig Berry.
2838      Branch: perl
2839            ! lib/Tie/File/t/15_pushpop.t
2840 ____________________________________________________________________________
2841 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
2842         Log: Upgrade to Tie::File 0.15.
2843      Branch: perl
2844            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
2845            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
2846            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
2847            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
2848            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
2849            + lib/Tie/File/t/11_rv_splice_rs.t
2850            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
2851            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
2852            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
2853            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
2854            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
2855            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
2856            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
2857            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
2858            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
2859            - lib/Tie/File/15_pushpop.t
2860            ! MANIFEST lib/Tie/File.pm
2861 ____________________________________________________________________________
2862 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
2863         Log: The EBCDIC gaps apply only to the real A-Z.
2864      Branch: perl
2865            ! ext/B/B/Deparse.pm
2866 ____________________________________________________________________________
2867 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
2868         Log: EBCDIC: deparse \cX correctly.
2869      Branch: perl
2870            ! ext/B/B/Deparse.pm
2871 ____________________________________________________________________________
2872 [ 14967] By: ams                                   on 2002/03/03  18:18:00
2873         Log: Subject: [PATCH] nit in perlsyn.pod
2874              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2875              Date: Sun, 03 Mar 2002 20:16:10 +0100
2876              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
2877      Branch: perl
2878            ! pod/perlsyn.pod
2879 ____________________________________________________________________________
2880 [ 14966] By: ams                                   on 2002/03/03  18:06:32
2881         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
2882              From: Michael G Schwern <schwern@pobox.com>
2883              Date: Sun, 3 Mar 2002 13:33:28 -0500
2884              Message-Id: <20020303183328.GA3296@blackrider>
2885      Branch: perl
2886            ! utils/h2xs.PL
2887 ____________________________________________________________________________
2888 [ 14965] By: ams                                   on 2002/03/03  18:00:03
2889         Log: Subject: [ PATCH ] HP back to default
2890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2891              Date: Sun, 03 Mar 2002 18:48:34 +0100
2892              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
2893      Branch: perl
2894            ! hints/hpux.sh
2895 ____________________________________________________________________________
2896 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
2897         Log: EBCDIC: special cases of special cases.
2898      Branch: perl
2899            ! t/uni/case.pl
2900 ____________________________________________________________________________
2901 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
2902         Log: EBCDIC: the v-string components cannot exceed 2147483647.
2903      Branch: perl
2904            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
2905 ____________________________________________________________________________
2906 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
2907         Log: Remove the bogus "incorrect case" warning completely.
2908              The problem exists, but the cure, in which ever form
2909              it will be, needs to be something more subtle.
2910      Branch: perl
2911            ! op.c pod/perldiag.pod
2912 ____________________________________________________________________________
2913 [ 14961] By: ams                                   on 2002/03/03  13:39:09
2914         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
2915              From: Mark-Jason Dominus <mjd@plover.com>
2916              Date: Sun, 03 Mar 2002 09:32:16 -0500
2917              Message-Id: <20020303143216.10536.qmail@plover.com>
2918      Branch: perl
2919            ! t/op/tiearray.t
2920 ____________________________________________________________________________
2921 [ 14960] By: nick                                  on 2002/03/03  09:59:59
2922         Log: Integrate mainline
2923      Branch: perlio
2924           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
2925            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
2926            ! ext/Encode/compile
2927           !> (integrate 27 files)
2928 ____________________________________________________________________________
2929 [ 14959] By: ams                                   on 2002/03/03  08:11:34
2930         Log: Fix #14957.
2931      Branch: perl
2932            ! ext/DB_File/t/db-recno.t
2933 ____________________________________________________________________________
2934 [ 14958] By: ams                                   on 2002/03/03  05:51:00
2935         Log: Subject: [PATCH @14577] NL in debugger
2936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2937              Date: Sat, 2 Mar 2002 05:34:12 -0500
2938              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
2939      Branch: perl
2940            ! lib/perl5db.pl
2941 ____________________________________________________________________________
2942 [ 14957] By: ams                                   on 2002/03/03  05:00:04
2943         Log: Subject: Re: DB_File breakage
2944              From: Schuyler Erle <schuyler@oreilly.com>
2945              Date: Sat, 02 Mar 2002 21:50:30 -0800
2946              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
2947      Branch: perl
2948            ! ext/DB_File/t/db-recno.t
2949 ____________________________________________________________________________
2950 [ 14956] By: ams                                   on 2002/03/03  04:40:08
2951         Log: Subject: [PATCH @14577] Debugging OPs
2952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2953              Date: Sat, 2 Mar 2002 05:49:58 -0500
2954              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
2955      Branch: perl
2956            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
2957            ! pod/perlrun.pod sv.h
2958 ____________________________________________________________________________
2959 [ 14955] By: ams                                   on 2002/03/03  04:34:41
2960         Log: Subject: Tie::Array doc patch
2961              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
2962              Date: Sat, 02 Mar 2002 08:42:56 +0900
2963              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
2964      Branch: perl
2965            ! lib/Tie/Array.pm
2966 ____________________________________________________________________________
2967 [ 14954] By: ams                                   on 2002/03/03  04:23:33
2968         Log: Subject: Re: Smoke 14870
2969              From: Nicholas Clark <nick@unfortu.net>
2970              Date: Sat, 2 Mar 2002 20:00:53 +0000
2971              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
2972      Branch: perl
2973            ! README.hpux
2974 ____________________________________________________________________________
2975 [ 14953] By: ams                                   on 2002/03/03  04:15:49
2976         Log: Subject: RE: VERSION core
2977              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2978              Date: Sat, 2 Mar 2002 22:50:44 -0000
2979              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
2980      Branch: perl
2981            ! t/comp/use.t
2982 ____________________________________________________________________________
2983 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
2984         Log: The #14949 removed this error from non-Win32.
2985      Branch: perl
2986            ! t/lib/warnings/op
2987 ____________________________________________________________________________
2988 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
2989         Log: BeOS back on track.
2990      Branch: perl
2991            ! README.beos
2992 ____________________________________________________________________________
2993 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
2994         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
2995              higher is okay.
2996      Branch: perl
2997            ! ext/POSIX/t/posix.t
2998 ____________________________________________________________________________
2999 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
3000         Log: For now, make "incorrect case" a Win32-only warning.
3001      Branch: perl
3002            ! op.c
3003 ____________________________________________________________________________
3004 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
3005         Log: Demand more before attempting socketpair().
3006      Branch: perl
3007            ! pp_sys.c
3008 ____________________________________________________________________________
3009 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
3010         Log: Remove obsolete hack.
3011      Branch: perl
3012            ! makedepend.SH
3013 ____________________________________________________________________________
3014 [ 14946] By: ams                                   on 2002/03/02  16:00:32
3015         Log: Forgot to delete encode.* from MANIFEST.
3016      Branch: perl
3017            ! MANIFEST
3018 ____________________________________________________________________________
3019 [ 14945] By: ams                                   on 2002/03/02  14:41:03
3020         Log: Delete ex-test output.
3021      Branch: perl
3022            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
3023 ____________________________________________________________________________
3024 [ 14944] By: ams                                   on 2002/03/02  13:54:35
3025         Log: Subject: [PATCH] DB_File 1.803
3026              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3027              Date: Sat, 2 Mar 2002 14:33:32 -0000
3028              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
3029      Branch: perl
3030            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3031            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
3032 ____________________________________________________________________________
3033 [ 14943] By: ams                                   on 2002/03/02  13:43:06
3034         Log: Upgrade to Tie::File 0.14.
3035      Branch: perl
3036            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
3037            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
3038            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
3039 ____________________________________________________________________________
3040 [ 14942] By: nick                                  on 2002/03/02  11:05:53
3041         Log: Integrate mainline
3042      Branch: perlio
3043           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
3044           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
3045           +> ext/Encode/t/table.utf8
3046           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
3047           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
3048           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3049           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
3050           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
3051           !> universal.c utils/perldoc.PL
3052 ____________________________________________________________________________
3053 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
3054         Log: More CJK (just C, really) tables from Autrijus Tang
3055              (originally from iconv, used with permission of Bruno Haible)
3056      Branch: perl
3057            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
3058            + ext/Encode/Encode/iso-ir-165.enc
3059            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3060            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
3061            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
3062 ____________________________________________________________________________
3063 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
3064         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
3065              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3066              Date: Fri, 1 Mar 2002 15:32:13 -0500
3067              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
3068      Branch: perl
3069            ! utils/perldoc.PL
3070 ____________________________________________________________________________
3071 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
3072         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
3073              From: Schuyler Erle <schuyler@oreilly.com>
3074              Date: Fri, 01 Mar 2002 14:22:19 -0800
3075              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
3076              
3077              Subject: Re: PATCH: "splice() offset past end of array" warning.
3078              From: Mark-Jason Dominus <mjd@plover.com>
3079              Date: Fri, 01 Mar 2002 17:19:49 -0500
3080              Message-ID: <20020301221949.7610.qmail@plover.com>
3081      Branch: perl
3082            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
3083 ____________________________________________________________________________
3084 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
3085         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
3086              From: Mark-Jason Dominus <mjd@plover.com>
3087              Date: Fri, 01 Mar 2002 18:35:35 -0500
3088              Message-ID: <20020301233535.15969.qmail@plover.com>
3089      Branch: perl
3090            ! av.c
3091 ____________________________________________________________________________
3092 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
3093         Log: Subject: RE: VERSION core
3094              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3095              Date: Fri, 1 Mar 2002 23:47:48 -0000
3096              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
3097      Branch: perl
3098            ! pod/perldiag.pod universal.c
3099 ____________________________________________________________________________
3100 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
3101         Log: Update Changes
3102      Branch: maint-5.6/macperl
3103            ! macos/Changes
3104 ____________________________________________________________________________
3105 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
3106         Log: Fix update to resources
3107      Branch: maint-5.6/macperl
3108            ! macos/macperl/MacPerl.r
3109 ____________________________________________________________________________
3110 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
3111         Log: metaconfig unit change for #14930.
3112      Branch: metaconfig
3113            ! U/modified/Init.U
3114 ____________________________________________________________________________
3115 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
3116         Log: Fix debugger to handle Mac OS psedofiles
3117      Branch: maint-5.6/macperl
3118            ! lib/DB.pm lib/perl5db.pl
3119 ____________________________________________________________________________
3120 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
3121         Log: Various fixes from Thomas Wegner
3122      Branch: maint-5.6/macperl
3123            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
3124 ____________________________________________________________________________
3125 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
3126         Log: Some resource updates
3127      Branch: maint-5.6/macperl
3128            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
3129            ! macos/macperl/MacPerl.rsrc
3130 ____________________________________________________________________________
3131 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
3132         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
3133              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3134              Date: Fri, 01 Mar 2002 09:38:59 -0800
3135              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
3136      Branch: perl
3137            ! Configure
3138 ____________________________________________________________________________
3139 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
3140         Log: Add some missing sfio symbols (Alan Fry)
3141      Branch: maint-5.6/macperl
3142            ! macos/macperl.sym
3143 ____________________________________________________________________________
3144 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
3145         Log: Update version and README
3146      Branch: maint-5.6/macperl
3147            ! README.macos macos/MPVersion.r
3148 ____________________________________________________________________________
3149 [ 14926] By: nick                                  on 2002/03/01  15:56:41
3150         Log: Integrate mainline
3151      Branch: perlio
3152           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
3153           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
3154           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
3155           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
3156           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
3157           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
3158           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
3159           +> lib/Tie/File/13_size_rs.t
3160           !> (integrate 80 files)
3161 ____________________________________________________________________________
3162 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
3163         Log: Better advertising.
3164      Branch: perl
3165            ! pod/perldelta.pod pod/perlfaq5.pod
3166 ____________________________________________________________________________
3167 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
3168         Log: Update Changes.
3169      Branch: perl
3170            ! Changes patchlevel.h
3171 ____________________________________________________________________________
3172 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
3173         Log: Lost in the shuffle.
3174      Branch: perl
3175            + lib/Math/BigInt/t/downgrade.t
3176            ! MANIFEST
3177 ____________________________________________________________________________
3178 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
3179         Log: Advertise Tie::File.
3180      Branch: perl
3181            ! pod/perldelta.pod pod/perlfaq5.pod
3182 ____________________________________________________________________________
3183 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
3184         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
3185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3186              Date: Thu, 28 Feb 2002 18:55:48 +0100
3187              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
3188      Branch: perl
3189            ! x2p/walk.c
3190 ____________________________________________________________________________
3191 [ 14920] By: ams                                   on 2002/03/01  09:06:01
3192         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
3193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3194              Date: Tue, 26 Feb 2002 19:54:31 -0500
3195              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
3196      Branch: perl
3197            ! embed.fnc ext/B/B/Deparse.pm gv.c
3198 ____________________________________________________________________________
3199 [ 14919] By: ams                                   on 2002/03/01  03:03:12
3200         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
3201      Branch: perl
3202            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
3203            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
3204            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
3205            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
3206            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
3207            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
3208            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
3209 ____________________________________________________________________________
3210 [ 14918] By: ams                                   on 2002/03/01  02:36:58
3211         Log: Add Tie::File 0.12 from MJD.
3212      Branch: perl
3213            + lib/Tie/File.pm lib/Tie/File/01_gen.t
3214            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
3215            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
3216            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
3217            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
3218            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
3219            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
3220            ! MANIFEST
3221 ____________________________________________________________________________
3222 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
3223         Log: Encoding name mapping tweaks.
3224      Branch: perl
3225            ! ext/Encode/Encode.pm
3226 ____________________________________________________________________________
3227 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
3228         Log: metaconfig unit change for #14915.
3229      Branch: metaconfig
3230            ! U/modified/Init.U
3231 ____________________________________________________________________________
3232 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
3233         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
3234              From: Paul_GreenVOS@vos.stratus.com
3235              Date: Thu, 28 Feb 02 15:05 est
3236              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
3237      Branch: perl
3238            ! Configure
3239 ____________________________________________________________________________
3240 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
3241         Log: PL_bostr was pointing to the wrong string
3242              (a string left around from the loading of the Unicode \w)
3243              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
3244              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
3245      Branch: perl
3246            ! regexec.c
3247 ____________________________________________________________________________
3248 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
3249         Log: Sync with libnet-1.10
3250      Branch: perl
3251            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
3252            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
3253            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
3254            ! lib/Net/t/netrc.t
3255 ____________________________________________________________________________
3256 [ 14912] By: ams                                   on 2002/02/28  13:02:50
3257         Log: Subject: [PATCH] perldelta.pod fixes
3258              From: Autrijus Tang <autrijus@autrijus.org>
3259              Date: Thu, 28 Feb 2002 21:44:15 +0800
3260              Message-Id: <20020228134415.GB16422@not.autrijus.org>
3261      Branch: perl
3262            ! pod/perldelta.pod
3263 ____________________________________________________________________________
3264 [ 14911] By: ams                                   on 2002/02/28  11:31:44
3265         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
3266              From: Stas Bekman <stas@stason.org>
3267              Date: Mon, 04 Feb 2002 16:18:53 +0800
3268              Message-Id: <3C7E1E5F.1000605@stason.org>
3269              (Applied by hand).
3270      Branch: perl
3271            ! lib/File/Copy.pm
3272 ____________________________________________________________________________
3273 [ 14910] By: ams                                   on 2002/02/28  11:26:47
3274         Log: Subject: [PATCH lib/Pod/Html.pm]
3275              From: Stas Bekman <stas@stason.org>
3276              Date: Thu, 28 Feb 2002 20:05:01 +0800
3277              Message-Id: <3C7E1CED.7000307@stason.org>
3278      Branch: perl
3279            ! lib/Pod/Html.pm
3280 ____________________________________________________________________________
3281 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
3282         Log: Tests for #14908.
3283      Branch: perl
3284            ! t/op/pat.t
3285 ____________________________________________________________________________
3286 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
3287         Log: Make shared hash keys to be \0-terminated:
3288              one possible resolution for
3289              "UTF-8, weird \w behaviour after HASH-KEY-ification"
3290              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
3291              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
3292              The hash keys weren't \0-terminated.  This meant that the EOL ($)
3293              in regmatch() got the nextchr beyond the last character.  Since
3294              the keys were UTF-8, the nextchr was \1, not the usual
3295              string-terminating \0.  Wham, no match.
3296              
3297              I think another possible resolution could be to stop the nextchr
3298              computation in regmatch() from peeking beyond the last character
3299              of the string:
3300              
3301              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
3302      Branch: perl
3303            ! hv.c hv.h
3304 ____________________________________________________________________________
3305 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
3306         Log: Subject: [PATCH] Perl interface to newIO()
3307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3308              Date: Wed, 27 Feb 2002 20:15:27 -0800
3309              Message-ID: <f7af8gzkgaET092yn@efn.org>
3310      Branch: perl
3311            ! lib/Symbol.pm
3312 ____________________________________________________________________________
3313 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
3314         Log: The "list" part of
3315              
3316              Subject: [PATCH perlop] .. returns a *list* of *integers*
3317              From: Mike Guy <mjtg@cam.ac.uk>
3318              Date: Tue, 26 Feb 2002 18:30:22 +0000
3319              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
3320              
3321              plus few nits.
3322      Branch: perl
3323            ! pod/perlop.pod
3324 ____________________________________________________________________________
3325 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
3326         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
3327              From: Abe Timmerman <abe@ztreet.demon.nl>
3328              Date: Thu, 28 Feb 2002 00:04:06 +0100
3329              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
3330      Branch: perl
3331            ! lib/File/stat.t
3332 ____________________________________________________________________________
3333 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
3334         Log: Integrate from maintperl.
3335      Branch: maint-5.6/macperl
3336           !> doio.c op.c t/io/open.t t/pragma/strict-subs
3337 ____________________________________________________________________________
3338 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
3339         Log: Upgrade to Math::BigInt 1.53.
3340      Branch: perl
3341            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3342            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3343            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3344            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
3345            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
3346            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
3347 ____________________________________________________________________________
3348 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
3349         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
3350              From: "Craig A. Berry" <craigberry@mac.com>
3351              Date: Wed, 27 Feb 2002 15:36:38 -0600
3352              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
3353      Branch: perl
3354            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
3355            ! vms/ext/filespec.t
3356 ____________________________________________________________________________
3357 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
3358         Log: Subject: [PATCH] Some minor changes for Cygwin
3359              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
3360              Date: Wed, 27 Feb 2002 22:25:41 +0100
3361              Message-ID: <14296492589.20020227222541@familiehaase.de>
3362      Branch: perl
3363            ! Makefile.SH README.cygwin cygwin/perlld.in
3364 ____________________________________________________________________________
3365 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
3366         Log: Update the UTF-8 explanation table.
3367      Branch: perl
3368            ! pod/perlunicode.pod utf8.h
3369 ____________________________________________________________________________
3370 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
3371         Log: Repatch from Robin Barker: anon subs in C<package;> are
3372              now __ANON__::__ANON__ (should help for mod_perl package
3373              since #12251)
3374      Branch: perl
3375            ! gv.c op.c t/op/runlevel.t toke.c
3376 ____________________________________________________________________________
3377 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
3378         Log: Update Changes.
3379      Branch: perl
3380            ! Changes patchlevel.h
3381 ____________________________________________________________________________
3382 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
3383         Log: perldelta updates.
3384      Branch: perl
3385            ! pod/perldelta.pod
3386 ____________________________________________________________________________
3387 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
3388         Log: Signedness nit.
3389      Branch: perl
3390            ! regexec.c
3391 ____________________________________________________________________________
3392 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
3393         Log: Subject: Re: Smoke 14870
3394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3395              Date: Wed, 27 Feb 2002 16:48:35 +0100
3396              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
3397              
3398              (with some additional garnish)
3399      Branch: perl
3400            ! README.hpux hints/hpux.sh
3401 ____________________________________________________________________________
3402 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
3403         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
3404              into perl.exp in AIX.
3405      Branch: perl
3406            ! makedef.pl perl.h
3407 ____________________________________________________________________________
3408 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
3409         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
3410              From: Robin Barker <rmb1@cise.npl.co.uk>
3411              Date: Wed, 27 Feb 2002 14:39:35 GMT
3412              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
3413      Branch: perl
3414            ! pod/perlrun.pod
3415 ____________________________________________________________________________
3416 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
3417         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
3418              From: Robin Barker <rmb1@cise.npl.co.uk>
3419              Date: Wed, 27 Feb 2002 12:25:30 GMT
3420              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
3421      Branch: perl
3422            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
3423            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
3424            ! pod/perlunicode.pod pod/perluniintro.pod
3425 ____________________________________________________________________________
3426 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
3427         Log: Only modify LD_LIBRARY_PATH in case there are directories.
3428      Branch: perl
3429            ! hints/dec_osf.sh
3430 ____________________________________________________________________________
3431 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
3432         Log: Subject: [PATCH] perl/hints/vos.sh
3433              From: Paul_GreenVOS@vos.stratus.com
3434              Date: Tue, 26 Feb 02 15:19 est
3435              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
3436      Branch: perl
3437            ! hints/vos.sh
3438 ____________________________________________________________________________
3439 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
3440         Log: Forgot from #14888.
3441      Branch: perl
3442            ! ext/Unicode/Normalize/mkheader
3443 ____________________________________________________________________________
3444 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
3445         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
3446      Branch: perl
3447            ! ext/Unicode/Normalize/Changes
3448            ! ext/Unicode/Normalize/Normalize.pm
3449            ! ext/Unicode/Normalize/Normalize.xs
3450            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
3451            ! ext/Unicode/Normalize/t/test.t
3452 ____________________________________________________________________________
3453 [ 14887] By: ams                                   on 2002/02/26  23:51:52
3454         Log: Subject: Missing diagnostics
3455              From: Simon Glover <scog@roe.ac.uk>
3456              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
3457              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
3458              
3459              Subject: [PATCH] Better wording for the lvalue vec diagnostic
3460              From: Simon Glover <scog@roe.ac.uk>
3461              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
3462              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
3463      Branch: perl
3464            ! doop.c pod/perldiag.pod t/op/vec.t
3465 ____________________________________________________________________________
3466 [ 14886] By: ams                                   on 2002/02/26  15:48:34
3467         Log: Subject: [PATCH] Not OK 5.7.2@14884
3468              From: andreas.koenig@anima.de (Andreas J. Koenig)
3469              Date: Tue, 26 Feb 2002 15:03:55 +0100
3470              Message-Id: <m38z9gfigk.fsf@anima.de>
3471      Branch: perl
3472            ! t/lib/access.t
3473 ____________________________________________________________________________
3474 [ 14885] By: nick                                  on 2002/02/26  13:48:55
3475         Log: Integrate mainline
3476      Branch: perlio
3477           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
3478           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
3479           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
3480            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
3481           !> (integrate 102 files)
3482 ____________________________________________________________________________
3483 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
3484         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
3485              1.1999999999999996, or thereabouts (yes, even sprintf).
3486      Branch: perl
3487            ! t/base/num.t
3488 ____________________________________________________________________________
3489 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
3490         Log: Neither.
3491      Branch: perl
3492            ! pod/perldelta.pod
3493 ____________________________________________________________________________
3494 [ 14882] By: ams                                   on 2002/02/26  08:46:55
3495         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
3496              From: Michael G Schwern <schwern@pobox.com>
3497              Date: Tue, 26 Feb 2002 01:01:28 -0500
3498              Message-Id: <20020226060128.GA2439@blackrider>
3499      Branch: perl
3500            ! hv.c pod/perldiag.pod
3501 ____________________________________________________________________________
3502 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
3503         Log: Subject: [PATCH B::Concise] docs, typos
3504              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3505              Date: Mon, 25 Feb 2002 16:41:16 +0100
3506              Message-ID: <20020225164116.A1054@rafael>
3507      Branch: perl
3508            ! ext/B/B/Concise.pm
3509 ____________________________________________________________________________
3510 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
3511         Log: POSIX: add isatty to @EXPORT_OK, reformat.
3512      Branch: perl
3513            ! ext/POSIX/POSIX.pm
3514 ____________________________________________________________________________
3515 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
3516         Log: If using -Dloclibpth=... the directories need to
3517              be appended to LD_LIBRARY_PATH (and ickily, if those
3518              directories contain a (newer?) libdb.so, we need to
3519              prepend    /usr/shlib to loclibpth).
3520      Branch: perl
3521            ! hints/dec_osf.sh
3522 ____________________________________________________________________________
3523 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
3524         Log: Subject: [PATCH] Perl interface to newIO()
3525              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
3526              Date: Mon, 25 Feb 2002 15:04:57 -0800
3527              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
3528      Branch: perl
3529            ! lib/Symbol.pm lib/Symbol.t
3530 ____________________________________________________________________________
3531 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
3532         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
3533              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
3534              Date: Mon, 25 Feb 2002 21:58:30 +0100
3535              Message-ID: <20020225215830.A744@rafael>
3536      Branch: perl
3537            ! pod/perlvar.pod
3538 ____________________________________________________________________________
3539 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
3540         Log: Big5 tweaks from Autrijus Tang.
3541      Branch: perl
3542            ! ext/Encode/Encode/big5.enc
3543 ____________________________________________________________________________
3544 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
3545         Log: Subject: [PATCH Glossary configpm] cleanups
3546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3547              Date: Mon, 25 Feb 2002 23:27:15 +0100
3548              Message-ID: <20020225232715.C744@rafael>
3549      Branch: perl
3550            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
3551 ____________________________________________________________________________
3552 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
3553         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
3554              From: Nicholas Clark <nick@unfortu.net>
3555              Date: Mon, 25 Feb 2002 21:53:24 +0000
3556              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
3557      Branch: perl
3558            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
3559            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
3560            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
3561 ____________________________________________________________________________
3562 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
3563         Log: Upgrade to I18N::LangTags 0.27.
3564              (Causes one flipflop back to perl.com URL, must poke Sean.)
3565      Branch: perl
3566            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3567            ! lib/I18N/LangTags/List.pm
3568 ____________________________________________________________________________
3569 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
3570         Log: Upgrade to Getopt::Long 2.28.
3571      Branch: perl
3572            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
3573            ! lib/Getopt/Long/README
3574 ____________________________________________________________________________
3575 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
3576         Log: No =head.
3577      Branch: perl
3578            ! pod/perlebcdic.pod
3579 ____________________________________________________________________________
3580 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
3581         Log: Update Changes.
3582      Branch: perl
3583            ! Changes patchlevel.h
3584 ____________________________________________________________________________
3585 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
3586         Log: metaconfig unit change for #14868.
3587      Branch: metaconfig
3588            ! U/modified/Chk_MANI.U
3589 ____________________________________________________________________________
3590 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
3591         Log: Some hosts understand split -l 50, some only split -50
3592              (from Paul Eggert).
3593      Branch: perl
3594            ! Configure
3595 ____________________________________________________________________________
3596 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
3597         Log: Subject: Re: [PATCH bleadperl] socketpair.t
3598              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3599              Date: Sun, 24 Feb 2002 10:31:25 +0100
3600              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
3601              
3602              (the pid half only)
3603      Branch: perl
3604            ! win32/win32.c
3605 ____________________________________________________________________________
3606 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
3607         Log: Mention the new pack tricks.
3608      Branch: perl
3609            ! pod/perldelta.pod
3610 ____________________________________________________________________________
3611 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
3612         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
3613              From: Richard.Foley@t-online.de (Richard Foley)
3614              Date: Mon, 25 Feb 2002 13:47:03 +0100
3615              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
3616      Branch: perl
3617            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
3618            ! pod/perldebug.pod pod/perldelta.pod
3619 ____________________________________________________________________________
3620 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
3621         Log: Typo corrections from John P. Linderman.
3622      Branch: perl
3623            ! ext/IPC/SysV/Semaphore.pm
3624 ____________________________________________________________________________
3625 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
3626         Log: Upgrade to Math::BigInt 1.52.
3627      Branch: perl
3628            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3629            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3630            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3631            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
3632            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
3633 ____________________________________________________________________________
3634 [ 14862] By: ams                                   on 2002/02/25  10:39:40
3635         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
3636              From: Robin Barker <rmb1@cise.npl.co.uk>
3637              Date: Mon, 25 Feb 2002 11:35:06 GMT
3638              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
3639              
3640              Subject: [PATCH Net/Cmd.pm]
3641              From: Robin Barker <rmb1@cise.npl.co.uk>
3642              Date: Mon, 25 Feb 2002 11:37:06 GMT
3643              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
3644      Branch: perl
3645            ! lib/Cwd.pm lib/Net/Cmd.pm
3646 ____________________________________________________________________________
3647 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
3648         Log: Cut-and-paste errors.
3649      Branch: perl
3650            ! t/op/pat.t
3651 ____________________________________________________________________________
3652 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
3653         Log: EBCDIC: the control characters are not that easy to find.
3654      Branch: perl
3655            ! t/op/pat.t
3656 ____________________________________________________________________________
3657 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
3658         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
3659              From: John Peacock <jpeacock@rowman.com>
3660              Date: Sun, 24 Feb 2002 22:08:28 -0500
3661              Message-ID: <3C79AAAC.6060903@rowman.com>
3662      Branch: perl
3663            ! sv.c
3664 ____________________________________________________________________________
3665 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
3666         Log: SvSetSV() is not returnable, but that's okay since
3667              sv_copypv() returns void.
3668      Branch: perl
3669            ! sv.c
3670 ____________________________________________________________________________
3671 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
3672         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
3673              From: John Peacock <jpeacock@rowman.com>                 
3674              Date: Sun, 24 Feb 2002 16:40:07 -0500
3675              Message-ID: <3C795DB7.40105@rowman.com>               
3676      Branch: perl
3677            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
3678            ! pp_hot.c proto.h sv.c
3679 ____________________________________________________________________________
3680 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
3681         Log: Tiny code cleanup.
3682      Branch: perl
3683            ! regexec.c
3684 ____________________________________________________________________________
3685 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
3686         Log: Use to_uni_fold().
3687      Branch: perl
3688            ! regcomp.c
3689 ____________________________________________________________________________
3690 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
3691         Log: Document the new taint behaviour of exec LIST and
3692              system LIST.
3693      Branch: perl
3694            ! pod/perldelta.pod
3695 ____________________________________________________________________________
3696 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
3697         Log: Subject: [PATCH] Re: taint news
3698              From: Rick Delaney <rick.delaney@rogers.com>             
3699              Date: 24 Feb 2002 11:35:00 -0500
3700              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
3701      Branch: perl
3702            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
3703 ____________________________________________________________________________
3704 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
3705         Log: EBCDIC tweak (native instead of uni) and comment update.
3706      Branch: perl
3707            ! regexec.c
3708 ____________________________________________________________________________
3709 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
3710         Log: Using uninitialized (and wrong) variables is not good.
3711      Branch: perl
3712            ! regcomp.c
3713 ____________________________________________________________________________
3714 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
3715         Log: EBCDIC: this seems to calm the last of the
3716              Malformed UTF-8 warnings.
3717      Branch: perl
3718            ! regcomp.c utf8.c
3719 ____________________________________________________________________________
3720 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
3721         Log: EBCDIC: document using Encode for character conversions.
3722      Branch: perl
3723            ! pod/perlebcdic.pod
3724 ____________________________________________________________________________
3725 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
3726         Log: EBCDIC: disable also Unicode::Collate and
3727              Unicode::Normalize for now.  Real users of
3728              EBCDIC have to decide what they want.
3729      Branch: perl
3730            ! ext/Unicode/Normalize/Normalize.pm
3731            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3732            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
3733            ! lib/Unicode/Collate/t/test.t
3734 ____________________________________________________________________________
3735 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
3736         Log: AUTHORS updates.
3737      Branch: perl
3738            ! AUTHORS
3739 ____________________________________________________________________________
3740 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
3741         Log: Retract #14571: there may be a better solution than
3742              tweaking the test.
3743      Branch: perl
3744            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3745 ____________________________________________________________________________
3746 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
3747         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
3748              From: "Craig A. Berry" <craigberry@mac.com> 
3749              Date: Sat, 23 Feb 2002 14:14:35 -0600
3750              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
3751      Branch: perl
3752            ! configure.com
3753 ____________________________________________________________________________
3754 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
3755         Log: metaconfig unit change for #14843.
3756      Branch: metaconfig/U/perl
3757            ! Extensions.U
3758 ____________________________________________________________________________
3759 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
3760         Log: Also Encode/JP needs to be listed explicitly.
3761              (Any other sub-Encode extensions?)
3762      Branch: perl
3763            ! Configure
3764 ____________________________________________________________________________
3765 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
3766         Log: Document known UNICOS/mk deficiency.
3767      Branch: perl
3768            ! pod/perldelta.pod
3769 ____________________________________________________________________________
3770 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
3771         Log: Subject: [PATCH] README mention version 5.0
3772              From: Autrijus Tang <autrijus@autrijus.org>
3773              Date: Sat, 23 Feb 2002 09:35:22 +0800
3774              Message-ID: <20020223013522.GA8694@not.autrijus.org>
3775      Branch: perl
3776            ! README
3777 ____________________________________________________________________________
3778 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
3779         Log: metaconfig unit change for #14839.
3780      Branch: metaconfig
3781            ! U/modified/Signal.U
3782 ____________________________________________________________________________
3783 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
3784         Log: Old hosts like NeXT Classic don't have sort -k,
3785              from Paul Eggert.
3786      Branch: perl
3787            ! Configure
3788 ____________________________________________________________________________
3789 [ 14838] By: ams                                   on 2002/02/22  21:14:29
3790         Log: Minor clarifications as suggested by Anton Tagunov.
3791      Branch: perl
3792            ! pod/perlsyn.pod
3793 ____________________________________________________________________________
3794 [ 14837] By: ams                                   on 2002/02/22  21:07:02
3795         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
3796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3797              Date: Fri, 22 Feb 2002 23:01:07 +0100
3798              Message-Id: <20020222230107.A15069@rafael>
3799      Branch: perl
3800            ! sv.c t/op/gv.t
3801 ____________________________________________________________________________
3802 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
3803         Log: metaconfig unit change for #14835.
3804      Branch: metaconfig
3805            ! U/modified/Chk_MANI.U
3806 ____________________________________________________________________________
3807 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
3808         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
3809      Branch: perl
3810            ! Configure
3811 ____________________________________________________________________________
3812 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
3813         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
3814              From: Michael G Schwern <schwern@pobox.com>
3815              Date: Fri, 22 Feb 2002 12:10:28 -0500
3816              Message-ID: <20020222171027.GB4181@blackrider>
3817      Branch: perl
3818            ! ext/Encode/compile
3819 ____________________________________________________________________________
3820 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
3821         Log: Update Changes.
3822      Branch: perl
3823            ! Changes patchlevel.h
3824 ____________________________________________________________________________
3825 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
3826         Log: Implement IV/UV/NV/long double pack/unpack with
3827              template letters j/J/F/D (the latter two have been
3828              undocumented aliases of f/d).
3829      Branch: perl
3830            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
3831 ____________________________________________________________________________
3832 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
3833         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
3834              From: Nicholas Clark <nick@unfortu.net>
3835              Date: Fri, 22 Feb 2002 14:01:25 +0000
3836              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
3837      Branch: perl
3838            ! ext/Encode/compile
3839 ____________________________________________________________________________
3840 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
3841         Log: NetWare change from Ananth Kesari.
3842      Branch: perl
3843            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
3844            ! MANIFEST
3845 ____________________________________________________________________________
3846 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
3847         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
3848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3849              Date: Fri, 22 Feb 2002 03:55:13 -0500
3850              Message-ID: <20020222035513.A894@math.ohio-state.edu>
3851      Branch: perl
3852            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
3853 ____________________________________________________________________________
3854 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
3855         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
3856      Branch: perl
3857            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
3858 ____________________________________________________________________________
3859 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
3860         Log: Make measure_struct a file static.
3861      Branch: perl
3862            ! pp_pack.c
3863 ____________________________________________________________________________
3864 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
3865         Log: EBCDIC: someone who knows what they are doing
3866              and whether it is possible at all in the first
3867              place needs to figure these tests out on EBCDIC.
3868              The CJK encodings heavily abuse their knowledge
3869              of ASCII and that may require a translation layer
3870              or four to survive UTF-EBCDIC.
3871      Branch: perl
3872            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
3873 ____________________________________________________________________________
3874 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
3875         Log: croak() needs context.
3876      Branch: perl
3877            ! pp_pack.c
3878 ____________________________________________________________________________
3879 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
3880         Log: Subject: [PATCH @14577] pack with a human face: the sequel
3881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3882              Date: Thu, 21 Feb 2002 21:33:37 -0500
3883              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
3884      Branch: perl
3885            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
3886            ! proto.h t/op/pack.t
3887 ____________________________________________________________________________
3888 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
3889         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
3890              From: Nicholas Clark <nick@unfortu.net> 
3891              Date: Fri, 22 Feb 2002 00:49:44 +0000
3892              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
3893      Branch: perl
3894            ! ext/Encode/compile
3895 ____________________________________________________________________________
3896 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
3897         Log: Test for #14795.
3898      Branch: perl
3899            ! t/op/pat.t
3900 ____________________________________________________________________________
3901 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
3902         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
3903      Branch: perl
3904            ! t/op/pat.t
3905 ____________________________________________________________________________
3906 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
3907         Log: Subject: [PATCH] next batch of bugfixes
3908              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3909              Date: Thu, 21 Feb 2002 23:54:41 +0100
3910              Message-ID: <20020221235441.A17260@rafael>
3911      Branch: perl
3912            ! ext/B/B/Deparse.pm
3913 ____________________________________________________________________________
3914 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
3915         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
3916              From: chromatic <chromatic@rmci.net>
3917              Date: Thu, 21 Feb 2002 14:17:35 -0700
3918              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
3919      Branch: perl
3920            ! lib/File/stat.pm lib/File/stat.t
3921 ____________________________________________________________________________
3922 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
3923         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
3924      Branch: perl
3925            ! ext/re/re.xs
3926 ____________________________________________________________________________
3927 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
3928         Log: Upgrade to Math::BigInt 1.51.
3929      Branch: perl
3930            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
3931            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
3932            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
3933            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3934            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3935            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3936            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
3937            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
3938            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
3939            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
3940            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
3941            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
3942 ____________________________________________________________________________
3943 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
3944         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
3945              From: "Gerrit P. Haase" <gp@familiehaase.de>
3946              Date: Thu, 21 Feb 2002 21:20:25 +0100
3947              Message-ID: <69510538936.20020221212025@familiehaase.de>
3948      Branch: perl
3949            ! Makefile.SH
3950 ____________________________________________________________________________
3951 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
3952         Log: Subject: [PATCH @14577] grouping in pack/unpack
3953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3954              Date: Thu, 21 Feb 2002 06:06:14 -0500
3955              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
3956      Branch: perl
3957            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
3958            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
3959 ____________________________________________________________________________
3960 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
3961         Log: Subject: [PATCH propose] question about fs.t
3962              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3963              Date: Thu, 21 Feb 2002 15:10:21 +0100
3964              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
3965      Branch: perl
3966            ! t/io/fs.t
3967 ____________________________________________________________________________
3968 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
3969         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
3970              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
3971              Date: Thu, 21 Feb 2002 09:54:28 +0100
3972              Message-ID: <13576559576.20020221095428@familiehaase.de>     
3973      Branch: perl
3974            ! Makefile.SH
3975 ____________________________________________________________________________
3976 [ 14812] By: ams                                   on 2002/02/21  14:59:09
3977         Log: Subject: typo correction
3978              From: mjd@plover.com
3979              Date: 21 Feb 2002 15:43:49 -0000
3980              Message-Id: <20020221154349.22772.qmail@plover.com>
3981      Branch: perl
3982            ! pod/perldebug.pod
3983 ____________________________________________________________________________
3984 [ 14811] By: ams                                   on 2002/02/21  14:02:12
3985         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
3986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3987              Date: Thu, 21 Feb 2002 15:22:22 +0100
3988              Message-Id: <20020221152222.A15095@rafael>
3989      Branch: perl
3990            ! op.h toke.c
3991 ____________________________________________________________________________
3992 [ 14810] By: ams                                   on 2002/02/21  12:45:28
3993         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
3994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3995              Date: Thu, 21 Feb 2002 06:02:48 -0500
3996              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
3997      Branch: perl
3998            ! lib/ExtUtils/Mksymlists.pm makedef.pl
3999 ____________________________________________________________________________
4000 [ 14809] By: nick                                  on 2002/02/21  09:31:08
4001         Log: Integrate mainline
4002      Branch: perlio
4003           +> lib/Pod/t/Select.t
4004           !> (integrate 37 files)
4005 ____________________________________________________________________________
4006 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
4007         Log: metaconfig unit change for #14807.
4008      Branch: metaconfig
4009            ! U/modified/Signal.U
4010 ____________________________________________________________________________
4011 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
4012         Log: Revert #14805, didn't quite work.
4013      Branch: perl
4014            ! Configure config_h.SH
4015 ____________________________________________________________________________
4016 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
4017         Log: metaconfig changes for #14805.
4018      Branch: metaconfig
4019            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
4020 ____________________________________________________________________________
4021 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
4022         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
4023              From: Paul Eggert <eggert@twinsun.com>
4024              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
4025              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
4026      Branch: perl
4027            ! Configure config_h.SH
4028 ____________________________________________________________________________
4029 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
4030         Log: More advice.
4031      Branch: perl
4032            ! README.os390
4033 ____________________________________________________________________________
4034 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
4035         Log: Missing MANIFESTation.
4036      Branch: perl
4037            ! MANIFEST
4038 ____________________________________________________________________________
4039 [ 14802] By: ams                                   on 2002/02/20  22:55:25
4040         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
4041              From: Autrijus Tang <autrijus@autrijus.org>
4042              Date: Thu, 21 Feb 2002 07:13:12 +0800
4043              Message-Id: <20020220231312.GA775@not.autrijus.org>
4044      Branch: perl
4045            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
4046 ____________________________________________________________________________
4047 [ 14801] By: ams                                   on 2002/02/20  22:27:20
4048         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
4049              From: Abe Timmerman <abe@ztreet.demon.nl>
4050              Date: Thu, 21 Feb 2002 00:20:40 +0100
4051              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
4052      Branch: perl
4053            + lib/Pod/t/Select.t
4054 ____________________________________________________________________________
4055 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
4056         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
4057              twice, causing the loop to skip every other character.
4058      Branch: perl
4059            ! utf8.c
4060 ____________________________________________________________________________
4061 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
4062         Log: Better debugging info.
4063      Branch: perl
4064            ! t/uni/case.pl
4065 ____________________________________________________________________________
4066 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
4067         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
4068              From: Nicholas Clark <nick@unfortu.net>
4069              Date: Wed, 20 Feb 2002 22:13:05 +0000
4070              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
4071      Branch: perl
4072            ! ext/Encode/compile
4073 ____________________________________________________________________________
4074 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
4075         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
4076              From: Paul Eggert <eggert@twinsun.com>
4077              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
4078              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
4079      Branch: perl
4080            ! pod/perlhack.pod
4081 ____________________________________________________________________________
4082 [ 14796] By: nick                                  on 2002/02/20  18:15:00
4083         Log: Integrate mainline
4084      Branch: perlio
4085           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
4086           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
4087           +> lib/Locale/Country.pod lib/Locale/Currency.pod
4088           +> lib/Locale/Language.pod lib/Locale/Script.pm
4089           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
4090           +> t/uni/title.t t/uni/upper.t
4091           !> (integrate 41 files)
4092 ____________________________________________________________________________
4093 [ 14795] By: ams                                   on 2002/02/20  17:08:38
4094         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
4095              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4096              Date: Wed, 20 Feb 2002 18:06:59 +0000
4097              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
4098      Branch: perl
4099            ! pp_ctl.c
4100 ____________________________________________________________________________
4101 [ 14794] By: ams                                   on 2002/02/20  16:41:56
4102         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
4103              From: Paul_GreenVOS@vos.stratus.com
4104              Date: Wed, 20 Feb 02 12:21 est
4105              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
4106      Branch: perl
4107            ! Makefile.SH
4108 ____________________________________________________________________________
4109 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
4110         Log: Forgot from #14790.
4111      Branch: perl
4112            ! pp_pack.c
4113 ____________________________________________________________________________
4114 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
4115         Log: Update Changes.
4116      Branch: perl
4117            ! Changes patchlevel.h
4118 ____________________________________________________________________________
4119 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
4120         Log: Integrate change #14778 from maintperl.
4121      Branch: perl
4122            ! t/lib/strict/subs
4123           !> op.c
4124 ____________________________________________________________________________
4125 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
4126         Log: Subject: Re: [ID 20020220.001] pack w with objects
4127              From: Ulrich Pfeifer <upf@de.uu.net>
4128              Date: 20 Feb 2002 11:21:15 +0100
4129              Message-ID: <p5g03wcv38.fsf@de.uu.net>
4130      Branch: perl
4131            ! t/op/pack.t
4132 ____________________________________________________________________________
4133 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
4134         Log: Subject: Re: [PATCH] go faster for Encode's compile
4135              From: Nicholas Clark <nick@unfortu.net> 
4136              Date: Tue, 19 Feb 2002 23:38:36 +0000
4137              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
4138      Branch: perl
4139            ! ext/Encode/compile
4140 ____________________________________________________________________________
4141 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
4142         Log: Regen Glossary.
4143      Branch: perl
4144            ! Porting/Glossary Porting/config.sh Porting/config_H
4145 ____________________________________________________________________________
4146 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
4147         Log: metaconfig unit change for #14786 (not visible yet,
4148              since Glossary needs regenerating)
4149      Branch: metaconfig
4150            ! U/compline/d_gconvert.U
4151 ____________________________________________________________________________
4152 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
4153         Log: Subject: d_Gconvert hints and Glossary
4154              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4155              Date: Tue, 19 Feb 2002 11:55:36 -0800
4156              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
4157      Branch: perl
4158            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
4159            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
4160            ! hints/svr5.sh
4161 ____________________________________________________________________________
4162 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
4163         Log: metaconfig unit changes for #14784.
4164      Branch: metaconfig
4165            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
4166 ____________________________________________________________________________
4167 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
4168         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
4169              From: Paul Eggert <eggert@twinsun.com>              
4170              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
4171              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
4172      Branch: perl
4173            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
4174            ! pod/perlhack.pod
4175 ____________________________________________________________________________
4176 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
4177         Log: metaconfig unit change for #14782.
4178      Branch: metaconfig/U/perl
4179            ! Mksymlinks.U
4180 ____________________________________________________________________________
4181 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
4182         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
4183              From: "Gerrit P. Haase" <gp@familiehaase.de>
4184              Date: Wed, 20 Feb 2002 00:23:29 +0100
4185              Message-ID: <70348722516.20020220002329@familiehaase.de>
4186      Branch: perl
4187            ! Configure
4188 ____________________________________________________________________________
4189 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
4190         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
4191              From: Nicholas Clark <nick@unfortu.net> 
4192              Date: Tue, 19 Feb 2002 19:27:42 +0000
4193              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
4194              
4195              (with modifications)
4196      Branch: perl
4197            ! pod/perlsub.pod
4198 ____________________________________________________________________________
4199 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
4200         Log: NetWare tweak from Ananth Kesari.
4201      Branch: perl
4202            ! lib/ExtUtils/MakeMaker.pm
4203 ____________________________________________________________________________
4204 [ 14779] By: ams                                   on 2002/02/20  06:51:55
4205         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
4206      Branch: perl
4207            ! pod/perlfaq4.pod
4208 ____________________________________________________________________________
4209 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
4210         Log: constant folding on the range operator had the effect of disabling
4211              peephole optimizations in all the siblings of the range OP; the
4212              effect of this was that barewords could escape strictures when
4213              they were hiding in such places
4214      Branch: maint-5.6/perl
4215            ! op.c t/pragma/strict-subs
4216 ____________________________________________________________________________
4217 [ 14777] By: ams                                   on 2002/02/20  00:56:21
4218         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
4219              From: Graham Barr <gbarr@pobox.com>
4220              Date: Tue, 19 Feb 2002 23:08:47 +0000
4221              Message-Id: <20020219230847.G66560@pobox.com>
4222      Branch: perl
4223            ! lib/Time/Local.pm
4224 ____________________________________________________________________________
4225 [ 14776] By: ams                                   on 2002/02/19  17:20:28
4226         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
4227              From: Nicholas Clark <nick@unfortu.net>
4228              Date: Tue, 19 Feb 2002 16:23:22 +0000
4229              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
4230      Branch: perl
4231            ! lib/Tie/Hash.pm
4232 ____________________________________________________________________________
4233 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
4234         Log: Regen doc, regen toc.
4235      Branch: perl
4236            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
4237 ____________________________________________________________________________
4238 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
4239         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
4240              From: Dave Mitchell <davem@fdgroup.co.uk>
4241              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
4242              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
4243      Branch: perl
4244            ! pod/perlsub.pod
4245 ____________________________________________________________________________
4246 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
4247         Log: Detypo.
4248      Branch: perl
4249            ! lib/Tie/Memoize.pm
4250 ____________________________________________________________________________
4251 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
4252         Log: UTF-8 C API doc tweaks.
4253      Branch: perl
4254            ! pod/perlunicode.pod
4255 ____________________________________________________________________________
4256 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
4257         Log: Mention that the case-switchers know about Unicode, too.
4258      Branch: perl
4259            ! pod/perlop.pod
4260 ____________________________________________________________________________
4261 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
4262         Log: Upgrade to Locale::Codes 2.01.
4263      Branch: perl
4264            + lib/Locale/Constants.pod lib/Locale/Country.pod
4265            + lib/Locale/Currency.pod lib/Locale/Language.pod
4266            + lib/Locale/Script.pod
4267            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
4268            ! lib/Locale/Constants.pm lib/Locale/Country.pm
4269            ! lib/Locale/Currency.pm lib/Locale/Language.pm
4270            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
4271 ____________________________________________________________________________
4272 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
4273         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
4274              From: Dave Mitchell <davem@fdgroup.co.uk>
4275              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
4276              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
4277      Branch: perl
4278            ! pod/perlsub.pod
4279 ____________________________________________________________________________
4280 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
4281         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
4282              From: Sam Tregar <sam@tregar.com> 
4283              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
4284              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
4285      Branch: perl
4286            ! sv.h
4287 ____________________________________________________________________________
4288 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
4289         Log: The test requires perlio.
4290      Branch: perl
4291            ! ext/Encode/t/JP.t
4292 ____________________________________________________________________________
4293 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
4294         Log: Misplaced block end.
4295      Branch: perl
4296            ! utf8.c
4297 ____________________________________________________________________________
4298 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
4299         Log: The POSIX extensions are deadly.
4300      Branch: perl
4301            ! regcomp.c
4302 ____________________________________________________________________________
4303 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
4304         Log: Let's not overdo the growth.
4305      Branch: perl
4306            ! pp.c
4307 ____________________________________________________________________________
4308 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
4309         Log: Third time makes the charm.
4310      Branch: perl
4311            ! README.os390
4312 ____________________________________________________________________________
4313 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
4314         Log: Oops.
4315      Branch: perl
4316            ! utf8.c
4317 ____________________________________________________________________________
4318 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
4319         Log: Add back the new casing tests.
4320      Branch: perl
4321            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
4322            ! MANIFEST
4323 ____________________________________________________________________________
4324 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
4325         Log: Prefer special case mappings.
4326      Branch: perl
4327            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
4328            ! lib/unicore/To/Upper.pl lib/unicore/mktables
4329 ____________________________________________________________________________
4330 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
4331         Log: Try special casing first.
4332      Branch: perl
4333            ! utf8.c
4334 ____________________________________________________________________________
4335 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
4336         Log: Not extending enough.
4337      Branch: perl
4338            ! pp.c utf8.h
4339 ____________________________________________________________________________
4340 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
4341         Log: No need to store identity mappings.
4342      Branch: perl
4343            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
4344            ! lib/unicore/mktables
4345 ____________________________________________________________________________
4346 [ 14756] By: ams                                   on 2002/02/18  20:21:17
4347         Log: Forward port #14704 from maint-5.6.
4348      Branch: perl
4349            ! doio.c
4350 ____________________________________________________________________________
4351 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
4352         Log: Regen Changes.
4353      Branch: perl
4354            ! Changes
4355 ____________________________________________________________________________
4356 [ 14754] By: ams                                   on 2002/02/18  19:01:09
4357         Log: Subject: [PATCH] VMS cando_by_name and current process privs
4358              From: "Craig A. Berry" <craigberry@mac.com>
4359              Date: Mon, 18 Feb 2002 14:03:30 -0600
4360              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
4361      Branch: perl
4362            ! vms/vms.c
4363 ____________________________________________________________________________
4364 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
4365         Log: Update Changes.
4366      Branch: perl
4367            ! Changes patchlevel.h
4368 ____________________________________________________________________________
4369 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
4370         Log: What do you know; these tests unearthed nasty problems.
4371              Will resolve those first.
4372      Branch: perl
4373            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
4374            ! MANIFEST
4375 ____________________________________________________________________________
4376 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
4377         Log: Update Changes.
4378      Branch: perl
4379            ! Changes patchlevel.h
4380 ____________________________________________________________________________
4381 [ 14750] By: ams                                   on 2002/02/18  17:36:05
4382         Log: Subject: Re: IO::Poll: Removing Handles
4383              From: Matthew Sachs <matthewg@zevils.com>
4384              Date: Mon, 18 Feb 2002 13:19:01 -0500
4385              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
4386      Branch: perl
4387            ! ext/IO/lib/IO/t/io_poll.t
4388 ____________________________________________________________________________
4389 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
4390         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
4391              From: "Craig A. Berry" <craigberry@mac.com>
4392              Date: Mon, 18 Feb 2002 11:52:21 -0600
4393              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
4394      Branch: perl
4395            ! t/op/alarm.t t/op/glob.t
4396 ____________________________________________________________________________
4397 [ 14748] By: ams                                   on 2002/02/18  15:53:36
4398         Log: s/load_module/Perl_load_module/
4399      Branch: perl
4400            ! gv.c
4401 ____________________________________________________________________________
4402 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
4403         Log: Unused in ASCII, used in EBCDIC.
4404      Branch: perl
4405            ! utf8.c
4406 ____________________________________________________________________________
4407 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
4408         Log: Upgrade to Locale::Codes 2.00.
4409      Branch: perl
4410            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
4411            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
4412            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
4413            ! lib/Locale/Constants.pm lib/Locale/Country.pm
4414            ! lib/Locale/Currency.pm lib/Locale/Language.pm
4415 ____________________________________________________________________________
4416 [ 14745] By: ams                                   on 2002/02/18  15:20:44
4417         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
4418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4419              Date: Sat, 16 Feb 2002 00:06:01 +0100
4420              Message-Id: <20020216000601.A17249@rafael>
4421      Branch: perl
4422            ! gv.c
4423 ____________________________________________________________________________
4424 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
4425         Log: More Unicode casing checks.
4426      Branch: perl
4427            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
4428            ! MANIFEST
4429 ____________________________________________________________________________
4430 [ 14743] By: ams                                   on 2002/02/18  14:35:38
4431         Log: Subject: IO::Poll: Removing Handles
4432              From: Matthew Sachs <matthewg@zevils.com>
4433              Date: Sun, 17 Feb 2002 04:49:46 -0500
4434              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
4435      Branch: perl
4436            ! ext/IO/lib/IO/Poll.pm
4437 ____________________________________________________________________________
4438 [ 14741] By: ams                                   on 2002/02/18  13:59:48
4439         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
4440              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4441              Date: Mon, 18 Feb 2002 15:41:26 +0100
4442              Message-Id: <20020218154126.A692@rafael>
4443      Branch: perl
4444            ! pp_ctl.c t/op/do.t
4445 ____________________________________________________________________________
4446 [ 14740] By: nick                                  on 2002/02/18  09:09:23
4447         Log: Integrate mainline
4448      Branch: perlio
4449           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
4450           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
4451           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
4452           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4453           +> ext/Encode/lib/Encode/JP/Constants.pm
4454           +> ext/Encode/lib/Encode/JP/H2Z.pm
4455           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4456           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
4457           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
4458           +> os2/OS2/Process/t/os2_process.t
4459           +> os2/OS2/Process/t/os2_process_kid.t
4460           +> os2/OS2/Process/t/os2_process_text.t
4461            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
4462            - ext/Encode/t/Japanese.t
4463           !> (integrate 47 files)
4464 ____________________________________________________________________________
4465 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
4466         Log: EBCDIC: now the worst seems to be over for
4467              the "Malformed" warnings.  Still a few of them,
4468              and plenty of test failures, but getting better.
4469      Branch: perl
4470            ! regcomp.c utf8.c
4471 ____________________________________________________________________________
4472 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
4473         Log: Upgrade to Net::Ping 2.12.
4474      Branch: perl
4475            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
4476            ! lib/Net/Ping/t/110_icmp_inst.t
4477 ____________________________________________________________________________
4478 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
4479         Log: After much rewriting we are now pretty much
4480              back to where we started.
4481      Branch: perl
4482            ! utf8.c
4483 ____________________________________________________________________________
4484 [ 14736] By: ams                                   on 2002/02/18  01:23:00
4485         Log: Subject: [PATCH B::Deparse] two fixes
4486              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4487              Date: Sun, 17 Feb 2002 23:58:59 +0100
4488              Message-Id: <20020217235859.A32513@rafael>
4489      Branch: perl
4490            ! ext/B/B/Deparse.pm
4491 ____________________________________________________________________________
4492 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
4493         Log: Buglet.
4494      Branch: perl
4495            ! ext/Encode/lib/Encode/JP/JIS.pm
4496 ____________________________________________________________________________
4497 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
4498         Log: Clearing up to_utf8_case() continues: this time use
4499              a single return, and EBCDICification for all paths.
4500      Branch: perl
4501            ! utf8.c
4502 ____________________________________________________________________________
4503 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
4504         Log: Small tweaks to get the test running (fix @INC and
4505              do not overwrite the table.utf8 and table.rnd).
4506      Branch: perl
4507            ! ext/Encode/t/JP.t
4508 ____________________________________________________________________________
4509 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
4510         Log: Tiny tweak.
4511      Branch: perl
4512            ! utf8.c
4513 ____________________________________________________________________________
4514 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
4515         Log: Redundant casts.
4516      Branch: perl
4517            ! utf8.c
4518 ____________________________________________________________________________
4519 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
4520         Log: More filename portability tips.
4521      Branch: perl
4522            ! pod/perlport.pod
4523 ____________________________________________________________________________
4524 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
4525         Log: FAQ sync.
4526      Branch: perl
4527            ! pod/perlfaq3.pod pod/perlfaq5.pod
4528 ____________________________________________________________________________
4529 [ 14728] By: ams                                   on 2002/02/17  16:15:09
4530         Log: Subject: podlators 1.21 released
4531              From: Russ Allbery <rra@stanford.edu>
4532              Date: Sat, 16 Feb 2002 21:42:56 -0800
4533              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
4534      Branch: perl
4535            ! lib/Pod/Text/Overstrike.pm
4536 ____________________________________________________________________________
4537 [ 14727] By: sky                                   on 2002/02/17  11:36:52
4538         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
4539              From: Autrijus Tang <autrijus@autrijus.org>
4540              Date: Sun, 17 Feb 2002 19:46:47 +0800
4541              Message-ID: <20020217194647.A1410@not.autrijus.org>
4542      Branch: perl
4543            ! pp_ctl.c t/op/tiehandle.t util.c
4544 ____________________________________________________________________________
4545 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
4546         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
4547              input in native code points, not Unicode.
4548      Branch: perl
4549            ! utf8.c
4550 ____________________________________________________________________________
4551 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
4552         Log: Regen Glossary.
4553      Branch: perl
4554            ! Porting/Glossary Porting/config.sh Porting/config_H
4555 ____________________________________________________________________________
4556 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
4557         Log: The #14715 and #14716 were okay: they just revealed
4558              a bug in the EXACTF matching.
4559      Branch: perl
4560            ! regexec.c utf8.c
4561 ____________________________________________________________________________
4562 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
4563         Log: Retreat, retreat! (retract #14715 and #14716)
4564      Branch: perl
4565            ! utf8.c
4566 ____________________________________________________________________________
4567 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
4568         Log: Encode 0.40, from Dan Kogai.
4569      Branch: perl
4570            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
4571            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
4572            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
4573            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4574            + ext/Encode/lib/Encode/JP/Constants.pm
4575            + ext/Encode/lib/Encode/JP/H2Z.pm
4576            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4577            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
4578            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
4579            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
4580            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
4581            - ext/Encode/t/Japanese.t
4582            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
4583            ! ext/Encode/t/Encode.t
4584 ____________________________________________________________________________
4585 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
4586         Log: metaconfig unit change for #14720.
4587      Branch: perl
4588            ! Configure
4589 ____________________________________________________________________________
4590 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
4591         Log: Regenerate Configure (small tweaks on Yitzchak's,
4592              main difference being that the preference variables are
4593              called gconvert_...).
4594      Branch: metaconfig
4595            ! U/compline/d_gconvert.U
4596 ____________________________________________________________________________
4597 [ 14719] By: ams                                   on 2002/02/16  14:11:01
4598         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
4599              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4600              Date: Thu, 14 Feb 2002 22:27:33 -0800
4601              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
4602              (Applied by hand.)
4603      Branch: perl
4604            ! Configure
4605 ____________________________________________________________________________
4606 [ 14718] By: ams                                   on 2002/02/16  13:45:28
4607         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
4608              From: Philip Newton <Philip.Newton@gmx.net>
4609              Date: Sat, 16 Feb 2002 10:05:05 +0100
4610              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
4611              (Applied by hand.)
4612      Branch: perl
4613            ! pod/perlport.pod
4614 ____________________________________________________________________________
4615 [ 14717] By: ams                                   on 2002/02/16  04:30:23
4616         Log: Remove dubious test.
4617      Branch: perl
4618            ! t/io/open.t
4619 ____________________________________________________________________________
4620 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
4621         Log: Tiny tweak.
4622      Branch: perl
4623            ! utf8.c
4624 ____________________________________________________________________________
4625 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
4626         Log: Restructure to_utf8_case() for simpler execution paths.
4627      Branch: perl
4628            ! utf8.c
4629 ____________________________________________________________________________
4630 [ 14714] By: ams                                   on 2002/02/16  02:43:59
4631         Log: Absorb #14701 by Sarathy from maint-5.6.
4632      Branch: perl
4633            ! doio.c t/io/open.t
4634 ____________________________________________________________________________
4635 [ 14713] By: ams                                   on 2002/02/16  01:51:27
4636         Log: Subject: [PATCH] VOS patches for perl 5.8
4637              From: Paul_GreenVOS@vos.stratus.com
4638              Date: Fri, 15 Feb 02 17:41 est
4639              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
4640      Branch: perl
4641            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
4642            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4643            ! vos/install_perl.cm
4644 ____________________________________________________________________________
4645 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
4646         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
4647              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4648              Date: Fri, 15 Feb 2002 23:05:44 +0100
4649              Message-ID: <20020215230544.A690@rafael>
4650      Branch: perl
4651            ! ext/B/B/Deparse.pm
4652 ____________________________________________________________________________
4653 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
4654         Log: Add $VERSION.
4655      Branch: perl
4656            ! lib/Tie/Memoize.pm
4657 ____________________________________________________________________________
4658 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
4659         Log: Update Changes.
4660      Branch: perl
4661            ! Changes patchlevel.h
4662 ____________________________________________________________________________
4663 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
4664         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
4665              From: Robin Barker <rmb1@cise.npl.co.uk>
4666              Date: Thu, 14 Feb 2002 19:07:40 GMT
4667              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
4668              
4669              (the hints part only)
4670      Branch: perl
4671            ! hints/solaris_2.sh
4672 ____________________________________________________________________________
4673 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
4674         Log: metaconfig unit changes for #14707.
4675      Branch: metaconfig
4676            ! U/modified/cc.U
4677      Branch: metaconfig/U/perl
4678            ! Checkcc.U
4679 ____________________________________________________________________________
4680 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
4681         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
4682              From: Robin Barker <rmb1@cise.npl.co.uk>
4683              Date: Fri, 15 Feb 2002 12:14:39 GMT
4684              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
4685              
4686              Split checking-for-gcc and checking-for-cc.
4687      Branch: perl
4688            ! Configure
4689 ____________________________________________________________________________
4690 [ 14706] By: ams                                   on 2002/02/15  13:57:15
4691         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
4692              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
4693              Date: 15 Feb 2002 10:53:06 +0200
4694              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
4695      Branch: perl
4696            ! lib/Pod/Html.pm
4697 ____________________________________________________________________________
4698 [ 14705] By: ams                                   on 2002/02/15  08:42:55
4699         Log: Subject: [PATCH @14577] OS/2 tests and more
4700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4701              Date: Fri, 15 Feb 2002 03:56:24 -0500
4702              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
4703      Branch: perl
4704            + os2/OS2/Process/t/os2_process.t
4705            + os2/OS2/Process/t/os2_process_kid.t
4706            + os2/OS2/Process/t/os2_process_text.t
4707            ! MANIFEST configpm hints/os2.sh makedef.pl
4708            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
4709            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
4710            ! os2/os2ish.h
4711 ____________________________________________________________________________
4712 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
4713         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
4714              avoid wasteful PL_fdpid fiddling where that is not warranted;
4715              mostly whitespace fixes
4716              
4717              these were longstanding todo items from:
4718              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
4719      Branch: maint-5.6/perl
4720            ! doio.c
4721 ____________________________________________________________________________
4722 [ 14702] By: nick                                  on 2002/02/15  08:31:41
4723         Log: Integrate mainline
4724      Branch: perlio
4725           +> lib/if.pm lib/if.t
4726           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
4727           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
4728           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
4729           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
4730           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
4731           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
4732           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
4733           !> t/lib/warnings/pp_sys
4734 ____________________________________________________________________________
4735 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
4736         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
4737              (and also dies quickly on Windows); this bug crept in as
4738              change#610, a.k.a change#646
4739      Branch: maint-5.6/perl
4740            ! doio.c t/io/open.t
4741 ____________________________________________________________________________
4742 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
4743         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
4744              From: Ville "Skyttä" <ville.skytta@iki.fi>
4745              Date: Wed, 13 Feb 2002 22:29:39 +0200
4746              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
4747      Branch: perl
4748            ! lib/Pod/Html.pm
4749 ____________________________________________________________________________
4750 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
4751         Log: Document and test the C0 and C1.
4752      Branch: perl
4753            ! lib/charnames.pm lib/charnames.t
4754 ____________________________________________________________________________
4755 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
4756         Log: metaconfig unit change for #14697.
4757      Branch: metaconfig
4758            ! U/modified/Init.U
4759 ____________________________________________________________________________
4760 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
4761         Log: Also OS/2 seems to need exe set early.
4762      Branch: perl
4763            ! Configure
4764 ____________________________________________________________________________
4765 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
4766         Log: Document pack U0U.
4767      Branch: perl
4768            ! pod/perluniintro.pod
4769 ____________________________________________________________________________
4770 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
4771         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
4772              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4773              Date: Thu, 14 Feb 2002 23:58:00 +0100
4774              Message-ID: <20020214235800.A12901@rafael>
4775      Branch: perl
4776            ! pp_sys.c t/lib/warnings/pp_sys
4777 ____________________________________________________________________________
4778 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
4779         Log: Subject: [PATCH @13746] conditional pragmas
4780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4781              Date: Mon, 31 Dec 2001 18:18:09 -0500
4782              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
4783      Branch: perl
4784            + lib/if.pm lib/if.t
4785            ! MANIFEST
4786 ____________________________________________________________________________
4787 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
4788         Log: Deparse bug introduced by #14615: the fix is just a workaround,
4789              I suspect there to be another deeper bug, must distill simpler
4790              test case.
4791      Branch: perl
4792            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4793 ____________________________________________________________________________
4794 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
4795         Log: Integrate perlio; 
4796              
4797              Make dependencies more precise (for nmake)
4798      Branch: perl
4799           !> ext/Encode/EUC_JP/Makefile.PL
4800 ____________________________________________________________________________
4801 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
4802         Log: Just a guess.
4803      Branch: perl
4804            ! lib/Tie/Handle.pm
4805 ____________________________________________________________________________
4806 [ 14690] By: nick                                  on 2002/02/14  16:30:56
4807         Log: Integrate mainline
4808      Branch: perlio
4809           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
4810           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
4811           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
4812           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
4813           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
4814           !> utf8.c
4815 ____________________________________________________________________________
4816 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
4817         Log: Upgrade to Net::Ping 2.11.
4818      Branch: perl
4819            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
4820            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
4821            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
4822            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
4823 ____________________________________________________________________________
4824 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
4825         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
4826              From: Robin Barker <rmb1@cise.npl.co.uk>
4827              Date: Wed, 13 Feb 2002 17:37:07 GMT
4828              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
4829              
4830              (updated version of the above)
4831      Branch: perl
4832            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
4833 ____________________________________________________________________________
4834 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
4835         Log: Excise inexact blather.
4836      Branch: perl
4837            ! utf8.c
4838 ____________________________________________________________________________
4839 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
4840         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
4841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4842              Date: Mon, 31 Dec 2001 20:28:46 -0500
4843              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
4844      Branch: perl
4845            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
4846            ! MANIFEST
4847 ____________________________________________________________________________
4848 [ 14685] By: nick                                  on 2002/02/14  14:20:20
4849         Log: Make dependencies more precise (for nmake)
4850      Branch: perlio
4851            ! ext/Encode/EUC_JP/Makefile.PL
4852 ____________________________________________________________________________
4853 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
4854         Log: Subject: [PATCH @13746] tied hashes
4855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
4856              Date: Mon, 31 Dec 2001 19:15:39 -0500
4857              Message-ID: <20011231191539.A46@math.ohio-state.edu>
4858      Branch: perl
4859            ! lib/Tie/Hash.pm pod/perltie.pod
4860 ____________________________________________________________________________
4861 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
4862         Log: Subject: Re: [PATCH] Configure followed by make minitest
4863              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4864              Date: Sun, 10 Feb 2002 23:22:05 -0800
4865              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
4866      Branch: perl
4867            ! Makefile.SH
4868 ____________________________________________________________________________
4869 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
4870         Log: Subject: Re: perl@14647
4871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4872              Date: Mon, 11 Feb 2002 19:30:36 +0100
4873              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
4874      Branch: perl
4875            ! t/op/groups.t
4876 ____________________________________________________________________________
4877 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
4878         Log: Update Changes.
4879      Branch: perl
4880            ! Changes patchlevel.h
4881 ____________________________________________________________________________
4882 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
4883         Log: Integrate perlio;
4884              
4885              Do not lc() the file names before doing dirname() or they don't match.
4886      Branch: perl
4887           !> lib/ExtUtils/t/Installed.t
4888 ____________________________________________________________________________
4889 [ 14679] By: sky                                   on 2002/02/13  12:56:13
4890         Log: rename mutex to make a bit more sense
4891      Branch: perl
4892            ! ext/threads/threads.xs
4893 ____________________________________________________________________________
4894 [ 14678] By: sky                                   on 2002/02/13  12:46:11
4895         Log: Track active threads....
4896      Branch: perl
4897            ! ext/threads/threads.pm ext/threads/threads.xs
4898 ____________________________________________________________________________
4899 [ 14677] By: nick                                  on 2002/02/13  09:30:42
4900         Log: Do not lc() the file names before doing dirname() or they don't match.
4901      Branch: perlio
4902            ! lib/ExtUtils/t/Installed.t
4903 ____________________________________________________________________________
4904 [ 14676] By: sky                                   on 2002/02/13  09:03:37
4905         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
4906              From: Michael G Schwern <schwern@pobox.com>
4907              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
4908              Message-Id: <20020213100017.GA6288@blackrider>
4909      Branch: perl
4910            ! lib/File/Spec/t/rel2abs2rel.t
4911 ____________________________________________________________________________
4912 [ 14675] By: sky                                   on 2002/02/13  09:00:24
4913         Log: Do not propagate END blocks to child threads, test.
4914      Branch: perl
4915            + ext/threads/t/end.t
4916            ! MANIFEST ext/threads/threads.xs
4917 ____________________________________________________________________________
4918 [ 14674] By: nick                                  on 2002/02/13  08:34:55
4919         Log: Integrate mainline
4920      Branch: perlio
4921           +> ext/threads/t/join.t
4922           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
4923           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
4924           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
4925 ____________________________________________________________________________
4926 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
4927         Log: metaconfig unit change for #14672.
4928      Branch: metaconfig
4929            ! U/modified/lns.U
4930 ____________________________________________________________________________
4931 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
4932         Log: $ln is supposed to be already set to $ln + executable suffix
4933              on platforms that need it, from Paul Green.
4934      Branch: perl
4935            ! Configure
4936 ____________________________________________________________________________
4937 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
4938         Log: Subject: New command syntax for 'x' command
4939              From: Mark-Jason Dominus <mjd@plover.com>
4940              Date: Tue, 12 Feb 2002 20:54:01 -0500
4941              Message-ID: <20020213015401.25685.qmail@plover.com>
4942      Branch: perl
4943            ! lib/perl5db.pl pod/perldebug.pod
4944 ____________________________________________________________________________
4945 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
4946         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
4947              From: Mark-Jason Dominus <mjd@plover.com>
4948              Date: Tue, 12 Feb 2002 20:20:42 -0500
4949              Message-ID: <20020213012042.25245.qmail@plover.com>
4950      Branch: perl
4951            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
4952 ____________________________________________________________________________
4953 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
4954         Log: Iteration continues.
4955      Branch: perl
4956            ! utf8.c
4957 ____________________________________________________________________________
4958 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
4959         Log: Duh.
4960      Branch: perl
4961            ! pp_pack.c t/op/length.t
4962 ____________________________________________________________________________
4963 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
4964         Log: Retract #14666.
4965      Branch: perl
4966            ! t/op/lc.t
4967 ____________________________________________________________________________
4968 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
4969         Log: (retracted by #14667)
4970      Branch: perl
4971            ! t/op/lc.t
4972 ____________________________________________________________________________
4973 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
4974         Log: Tiny test script tweaks.
4975      Branch: perl
4976            ! t/uni/fold.t
4977 ____________________________________________________________________________
4978 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
4979         Log: Rewrite the "special mapping" part of to_utf8_case(),
4980              this time with fewer bugs.  (See: The Law of Cybernetic
4981              Entymology.)
4982      Branch: perl
4983            ! utf8.c
4984 ____________________________________________________________________________
4985 [ 14663] By: sky                                   on 2002/02/12  18:26:16
4986         Log: Stop failures if you pass an object, sv_dup might not be the right 
4987              thing to use since I have a feeling we end up cloning far too much. 
4988              (Like the stash for example).... Maybe we need a lightweight sv_dup 
4989              that searches the target for things....
4990              Real fix is another option to perl_clone which controls if you should 
4991              save stashes.
4992      Branch: perl
4993            ! ext/threads/threads.xs
4994 ____________________________________________________________________________
4995 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
4996         Log: Retract #14661.
4997      Branch: perl
4998            ! hints/solaris_2.sh
4999 ____________________________________________________________________________
5000 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
5001         Log: (retracted by #14662)
5002      Branch: perl
5003            ! hints/solaris_2.sh
5004 ____________________________________________________________________________
5005 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
5006         Log: EBCDIC: another "can't happen".
5007      Branch: perl
5008            ! utf8.c
5009 ____________________________________________________________________________
5010 [ 14659] By: sky                                   on 2002/02/12  14:38:21
5011         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
5012      Branch: perl
5013            + ext/threads/t/join.t
5014            ! MANIFEST ext/threads/threads.xs
5015 ____________________________________________________________________________
5016 [ 14658] By: nick                                  on 2002/02/12  13:54:06
5017         Log: Integrate mainline
5018      Branch: perlio
5019           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
5020           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
5021           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
5022 ____________________________________________________________________________
5023 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
5024         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
5025              From: Jan Dubois <JanD@ActiveState.com> 
5026              Date: Tue, 12 Feb 2002 00:56:31 -0800
5027              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
5028      Branch: perl
5029            ! lib/Win32.pod win32/win32.c win32/win32.h
5030 ____________________________________________________________________________
5031 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
5032         Log: Subject: [PATCH] Re: 14654 introduced a bug 
5033              From: Michael G Schwern <schwern@pobox.com> 
5034              Date: Tue, 12 Feb 2002 05:37:36 -0500
5035              Message-ID: <20020212103736.GC14327@blackrider>
5036      Branch: perl
5037            ! lib/File/Spec/t/rel2abs2rel.t
5038 ____________________________________________________________________________
5039 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
5040         Log: More unset installman[13]dir tweaks from chromatic.
5041      Branch: perl
5042            ! lib/ExtUtils/Installed.pm
5043 ____________________________________________________________________________
5044 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
5045         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
5046              From: Michael G Schwern <schwern@pobox.com>
5047              Date: Mon, 11 Feb 2002 12:23:02 -0500
5048              Message-ID: <20020211172302.GD9556@blackrider>
5049      Branch: perl
5050            ! lib/File/Spec/t/rel2abs2rel.t
5051 ____________________________________________________________________________
5052 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
5053         Log: Use `` instead of -| to be a little bit more portable,
5054              from Michael Schwern.
5055      Branch: perl
5056            ! lib/ExtUtils/t/Embed.t
5057 ____________________________________________________________________________
5058 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
5059         Log: EBCDIC: this change for \N{} in particular is now
5060              unnecessary because of the recent more general
5061              pack U change.
5062      Branch: perl
5063            ! toke.c
5064 ____________________________________________________________________________
5065 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
5066         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
5067              From: "Craig A. Berry" <craigberry@mac.com>
5068              Date: Mon, 11 Feb 2002 17:13:47 -0600
5069              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
5070      Branch: perl
5071            ! t/test.pl
5072 ____________________________________________________________________________
5073 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
5074         Log: EBCDIC: pack U bytes change.
5075      Branch: perl
5076            ! t/op/length.t
5077 ____________________________________________________________________________
5078 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
5079         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
5080      Branch: perl
5081            ! t/op/each.t
5082 ____________________________________________________________________________
5083 [ 14648] By: nick                                  on 2002/02/11  16:14:50
5084         Log: Integrate mainline
5085      Branch: perlio
5086           !> Changes Configure Makefile.SH autodoc.pl
5087           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
5088           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
5089           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
5090 ____________________________________________________________________________
5091 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
5092         Log: Update Changes.
5093      Branch: perl
5094            ! Changes patchlevel.h
5095 ____________________________________________________________________________
5096 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
5097         Log: Regen toc.
5098      Branch: perl
5099            ! pod/perltoc.pod
5100 ____________________________________________________________________________
5101 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
5102         Log: Forgot from #14641.
5103      Branch: perl
5104            ! lib/ExtUtils/t/Embed.t
5105 ____________________________________________________________________________
5106 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
5107         Log: A forgotten metaconfig unit.
5108      Branch: metaconfig/U/perl
5109            + i_features.U
5110 ____________________________________________________________________________
5111 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
5112         Log: metaconfig unit changes for #14642.
5113      Branch: metaconfig
5114            + U/modified/lns.U
5115      Branch: metaconfig/U/perl
5116            ! issymlink.U
5117 ____________________________________________________________________________
5118 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
5119         Log: -Dmksymlinks was broken by #14628.
5120      Branch: perl
5121            ! Configure
5122 ____________________________________________________________________________
5123 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
5124         Log: Subject: [PATCH @14577] OS/2 build
5125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5126              Date: Mon, 11 Feb 2002 06:56:41 -0500
5127              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
5128              
5129              (sans the Configure, perlio.sym, and t/op/stat.t parts)
5130      Branch: perl
5131            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
5132            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
5133            ! os2/os2ish.h
5134 ____________________________________________________________________________
5135 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
5136         Log: Integrate perlio;
5137              
5138              Re-structure Japanese encodings - part 1
5139              
5140              Split Japanese encodings - part 2
5141              - build separate .c files with separate 'compile' steps
5142              - overall Japanese.xs / Japanese.pm which loads them
5143              
5144              Add test for Japanese encoding (well euc-jp anyway).
5145              Fix one bug shown by above
5146              Skip test which does not pass yet.
5147              
5148              Patch up the failing multi-byte write case, and un-skip
5149              the test.
5150      Branch: perl
5151           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
5152           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
5153            - ext/Encode/EUC_JP/EUC_JP.pm
5154           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
5155 ____________________________________________________________________________
5156 [ 14639] By: nick                                  on 2002/02/11  11:59:18
5157         Log: Patch up the failing multi-byte write case, and un-skip
5158              the test.
5159      Branch: perlio
5160            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
5161 ____________________________________________________________________________
5162 [ 14638] By: nick                                  on 2002/02/11  10:55:39
5163         Log: Add test for Japanese encoding (well euc-jp anyway).
5164              Fix one bug shown by above
5165              Skip test which does not pass yet.
5166      Branch: perlio
5167            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
5168            + ext/Encode/t/table.ref
5169            ! MANIFEST ext/Encode/Encode.xs
5170 ____________________________________________________________________________
5171 [ 14637] By: nick                                  on 2002/02/11  09:07:04
5172         Log: Split Japanese encodings - part 2
5173              - build separate .c files with separate 'compile' steps
5174              - overall Japanese.xs / Japanese.pm which loads them
5175      Branch: perlio
5176            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
5177 ____________________________________________________________________________
5178 [ 14636] By: nick                                  on 2002/02/11  08:15:42
5179         Log: Re-structure Japanese encodings - part 1
5180      Branch: perlio
5181           +> ext/Encode/EUC_JP/Japanese.pm
5182            - ext/Encode/EUC_JP/EUC_JP.pm
5183            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
5184 ____________________________________________________________________________
5185 [ 14635] By: nick                                  on 2002/02/11  08:05:12
5186         Log: Integrate mainline
5187      Branch: perlio
5188           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
5189           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
5190           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
5191 ____________________________________________________________________________
5192 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
5193         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
5194              From: Mike Guy <mjtg@cam.ac.uk>
5195              Date: Mon, 11 Feb 2002 02:50:42 +0000
5196              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
5197      Branch: perl
5198            ! t/op/arith.t
5199 ____________________________________________________________________________
5200 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
5201         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
5202              Stepping backward in the string would be majorly bad.
5203      Branch: perl
5204            ! regcomp.c
5205 ____________________________________________________________________________
5206 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
5207         Log: The debugger part of
5208              
5209              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
5210              From: Michael G Schwern <schwern@pobox.com> 
5211              Date: Wed, 6 Feb 2002 17:32:12 -0500
5212              Message-ID: <20020206223212.GG1346@blackrider>
5213      Branch: perl
5214            ! lib/perl5db.pl
5215 ____________________________________________________________________________
5216 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
5217         Log: Integrate perlio;
5218              
5219              Borland/Win32 tuning
5220              
5221              Move PerlIO_perlio to layer_syms where it belongs?
5222      Branch: perl
5223           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
5224 ____________________________________________________________________________
5225 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
5226         Log: EBCDIC: the low 256 needs to be shuffled also
5227              in pack/unpack U (this breaks the equivalence
5228              of pack U and v-strings, but I think if someone
5229              has to give, v-strings are a good victim)
5230      Branch: perl
5231            ! pp_pack.c t/op/pack.t
5232 ____________________________________________________________________________
5233 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
5234         Log: metaconfig unit changes for #14628.
5235      Branch: metaconfig/U/perl
5236            ! d_u32align.U issymlink.U
5237 ____________________________________________________________________________
5238 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
5239         Log: Two Configure tweaks; the u32align test was trying
5240              to write into a string literal, the ln -s test was
5241              failing in VOS.
5242      Branch: perl
5243            ! Configure
5244 ____________________________________________________________________________
5245 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
5246         Log: DJGPP tweaks from Laszlo Molnar.
5247      Branch: perl
5248            ! djgpp/djgpp.c lib/File/Spec.pm
5249 ____________________________________________________________________________
5250 [ 14626] By: nick                                  on 2002/02/10  18:36:47
5251         Log: Move PerlIO_perlio to layer_syms where it belongs?
5252      Branch: perlio
5253            ! makedef.pl
5254 ____________________________________________________________________________
5255 [ 14625] By: nick                                  on 2002/02/10  18:02:21
5256         Log: Borland/Win32 tuning
5257      Branch: perlio
5258            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
5259 ____________________________________________________________________________
5260 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
5261         Log: Additional explanation for the [:...:] failure.
5262      Branch: perl
5263            ! pod/perldiag.pod
5264 ____________________________________________________________________________
5265 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
5266         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
5267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5268              Date: Sun, 10 Feb 2002 13:32:48 +0100
5269              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
5270      Branch: perl
5271            ! makedef.pl
5272 ____________________________________________________________________________
5273 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
5274         Log: Test tweaks from chromatic for cases where there
5275              are no installman1dir or installman3dir.
5276      Branch: perl
5277            ! lib/ExtUtils/t/Installed.t
5278 ____________________________________________________________________________
5279 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
5280         Log: Integrate perlio;
5281              
5282              Nick Clark's tweaks to Encode compile process
5283              1. Use decimal constants to unit string arrays rather than
5284              very long string litterals (latter having possible "\0"
5285              on end issues, and needing ANSI C line splicing).
5286              2. Replace tail-recursion during insert process with itteration.
5287              Nick C sees 12% speedup from these.
5288      Branch: perl
5289           !> ext/Encode/Encode.pm ext/Encode/compile
5290 ____________________________________________________________________________
5291 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
5292         Log: Portability notes: filename characters, character sets.
5293      Branch: perl
5294            ! pod/perlport.pod
5295 ____________________________________________________________________________
5296 [ 14619] By: nick                                  on 2002/02/10  11:06:05
5297         Log: Integrate mainline
5298      Branch: perlio
5299            ! ext/Encode/Encode.pm
5300           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
5301           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
5302           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
5303           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
5304           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
5305 ____________________________________________________________________________
5306 [ 14618] By: nick                                  on 2002/02/10  10:48:15
5307         Log: Nick Clark's tweaks to Encode compile process
5308              1. Use decimal constants to unit string arrays rather than
5309              very long string litterals (latter having possible "\0"
5310              on end issues, and needing ANSI C line splicing).
5311              2. Replace tail-recursion during insert process with itteration.
5312              Nick C sees 12% speedup from these.
5313      Branch: perlio
5314            ! ext/Encode/compile
5315 ____________________________________________________________________________
5316 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
5317         Log: Use the "Unicode 1.0" name field for control characters,
5318              as suggested by Mark Davis.  Note that Unicode 3.2 will
5319              require some more legwork on this because of certain
5320              alternative names.
5321      Branch: perl
5322            ! lib/unicore/Name.pl lib/unicore/mktables
5323 ____________________________________________________________________________
5324 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
5325         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
5326      Branch: perl
5327            ! hints/os390.sh
5328 ____________________________________________________________________________
5329 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
5330         Log: EBCDIC: the non-printable characters are different.
5331      Branch: perl
5332            ! ext/B/B/Deparse.pm
5333 ____________________________________________________________________________
5334 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
5335         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
5336              From: Nicholas Clark <nick@unfortu.net> 
5337              Date: Sat, 9 Feb 2002 22:31:29 +0000
5338              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
5339      Branch: perl
5340            ! t/lib/warnings/pp_hot
5341 ____________________________________________________________________________
5342 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
5343         Log: Subject: [PATCH] Re: Modulus operator inconsistency
5344              From: Nicholas Clark <nick@unfortu.net>
5345              Date: Sat, 9 Feb 2002 21:00:13 +0000
5346              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
5347      Branch: perl
5348            ! op.c t/op/arith.t
5349 ____________________________________________________________________________
5350 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
5351         Log: Use the same escaping mechanism for all the *flags.
5352      Branch: perl
5353            ! lib/ExtUtils/Embed.pm
5354 ____________________________________________________________________________
5355 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
5356         Log: Protect possible parentheses in ccflags, ccdlflags, and
5357              ldflags.  (In OS/390 there are parentheses in ccflags.)
5358      Branch: perl
5359            ! lib/ExtUtils/Embed.pm
5360 ____________________________________________________________________________
5361 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
5362         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
5363              From: Peter Scott <Peter@PSDT.com>
5364              Date: Fri, 08 Feb 2002 19:20:19 -0800
5365              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
5366      Branch: perl
5367            ! lib/perl5db.pl
5368 ____________________________________________________________________________
5369 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
5370         Log: FAQ sync.
5371      Branch: perl
5372            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
5373 ____________________________________________________________________________
5374 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
5375         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
5376              From: Chris Nandor <pudge@pobox.com>
5377              Date: Fri, 08 Feb 2002 16:31:41 -0500
5378              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
5379      Branch: perl
5380            ! cop.h deb.c pp_ctl.c toke.c util.c
5381 ____________________________________________________________________________
5382 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
5383         Log: Redo CopFILE / MacPerl_MPWFIleName patch
5384      Branch: maint-5.6/macperl
5385            ! cop.h deb.c pp_ctl.c toke.c util.c
5386 ____________________________________________________________________________
5387 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
5388         Log: The metaconfig unit change to go with #14605.
5389      Branch: metaconfig/U/perl
5390            ! libperl.U
5391 ____________________________________________________________________________
5392 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
5393         Log: The Configure change to go with #14604.
5394      Branch: perl
5395            ! Configure
5396 ____________________________________________________________________________
5397 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
5398         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
5399              From: Andy Dougherty <doughera@lafayette.edu>
5400              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
5401              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
5402      Branch: perl
5403            ! hints/bsdos.sh
5404 ____________________________________________________________________________
5405 [ 14603] By: nick                                  on 2002/02/08  18:16:09
5406         Log: Integrate mainline
5407      Branch: perlio
5408           +> ext/threads/t/libc.t
5409           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
5410           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
5411 ____________________________________________________________________________
5412 [ 14602] By: sky                                   on 2002/02/08  15:19:15
5413         Log: Start testing for safe localtime functions, TODO, test more functions.
5414      Branch: perl
5415            + ext/threads/t/libc.t
5416            ! MANIFEST
5417 ____________________________________________________________________________
5418 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
5419         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
5420              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5421              Date: Fri, 8 Feb 2002 00:21:07 +0100
5422              Message-ID: <20020208002107.E763@rafael>
5423      Branch: perl
5424            ! doio.c pp_sys.c t/io/argv.t
5425 ____________________________________________________________________________
5426 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
5427         Log: Subject: [PATCH] Configure followed by make minitest
5428              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5429              Date: Wed, 06 Feb 2002 21:35:20 -0800
5430              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
5431      Branch: perl
5432            ! t/op/taint.t t/run/fresh_perl.t
5433 ____________________________________________________________________________
5434 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
5435         Log: Integrate perlio;
5436              
5437              Extract something from yesterdays effort - convert my mail on pad
5438              data structures (incoporating Sarathy's corrections/clarifications)
5439              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
5440      Branch: perl
5441           !> cv.h pod/perlapi.pod pod/perlintern.pod
5442 ____________________________________________________________________________
5443 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
5444         Log: metaconfig unit changes for #14597.
5445      Branch: metaconfig
5446            ! U/modified/Loc.U
5447      Branch: metaconfig/U/perl
5448            ! libperl.U
5449 ____________________________________________________________________________
5450 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
5451         Log: Configure DJGPP tweak from Laszlo Molnar.
5452      Branch: perl
5453            ! Configure
5454 ____________________________________________________________________________
5455 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
5456         Log: DJGPP tweaks from Laszlo Molnar.
5457      Branch: perl
5458            ! djgpp/djgppsed.sh perl.c
5459 ____________________________________________________________________________
5460 [ 14595] By: nick                                  on 2002/02/08  09:19:29
5461         Log: Extract something from yesterdays effort - convert my mail on pad
5462              data structures (incoporating Sarathy's corrections/clarifications)
5463              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
5464      Branch: perlio
5465            ! cv.h pod/perlapi.pod pod/perlintern.pod
5466 ____________________________________________________________________________
5467 [ 14594] By: nick                                  on 2002/02/08  08:34:49
5468         Log: Integrate mainline
5469      Branch: perlio
5470           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
5471           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
5472           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
5473           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
5474           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
5475           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
5476 ____________________________________________________________________________
5477 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
5478         Log: To really skip the test an exit() is needed.
5479      Branch: perl
5480            ! lib/encoding.t
5481 ____________________________________________________________________________
5482 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
5483         Log: More diagnostics from Nicholas Clark.
5484      Branch: perl
5485            ! lib/Benchmark.t
5486 ____________________________________________________________________________
5487 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
5488         Log: In case of failure be more verbose.
5489      Branch: perl
5490            ! t/base/num.t
5491 ____________________________________________________________________________
5492 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
5493         Log: Update Changes
5494      Branch: maint-5.6/macperl
5495            ! macos/Changes
5496 ____________________________________________________________________________
5497 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
5498         Log: Merge AEGizmos library into PPC binary
5499      Branch: maint-5.6/macperl
5500            ! macos/Makefile.mk
5501 ____________________________________________________________________________
5502 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
5503         Log: Add -ansifor for MrCpp options
5504      Branch: maint-5.6/macperl
5505            ! macos/BuildRules.mk
5506 ____________________________________________________________________________
5507 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
5508         Log: Check ownership of CatInfos (MacPerl Bug #494482)
5509      Branch: maint-5.6/macperl
5510            ! macos/ext/Mac/Files/Files.xs
5511 ____________________________________________________________________________
5512 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
5513         Log: Resource updates
5514      Branch: maint-5.6/macperl
5515            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
5516 ____________________________________________________________________________
5517 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
5518         Log: Empty path is ENOENT (MacPerl Bug #512351)
5519      Branch: maint-5.6/macperl
5520            ! macos/macperl/MPAppleEvents.c
5521 ____________________________________________________________________________
5522 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
5523         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
5524      Branch: maint-5.6/macperl
5525            ! macos/macperl/MPAEVTStream.cp
5526 ____________________________________________________________________________
5527 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
5528         Log: macify(ABSTRACT_FROM)
5529      Branch: maint-5.6/macperl
5530            ! macos/lib/ExtUtils/MM_MacOS.pm
5531 ____________________________________________________________________________
5532 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
5533         Log: Use correct Mac filenames in error messages, caller()
5534      Branch: maint-5.6/macperl
5535            ! deb.c pp_ctl.c toke.c util.c
5536 ____________________________________________________________________________
5537 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
5538         Log: Sanity checks to see that the IV/NV and the PV of numeric
5539              scalars stay in sync (unearthed this via the OS/390 gcvt()
5540              brokenness)
5541      Branch: perl
5542            + t/base/num.t
5543            ! MANIFEST
5544 ____________________________________________________________________________
5545 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
5546         Log: Retract the anon leak subpatch of #14418 and #14431
5547              (the latter came into bleadperl as part of #14433).
5548      Branch: perl
5549            ! op.c t/run/fresh_perl.t
5550 ____________________________________________________________________________
5551 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
5552         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
5553              mangles 0.1 to "10".  sprintf() seems more well-behaved.
5554      Branch: perl
5555            ! hints/os390.sh
5556 ____________________________________________________________________________
5557 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
5558         Log: Subject: [PATCH @14557] another Encode fix for VMS
5559              From: "Craig A. Berry" <craigberry@mac.com>
5560              Date: Wed, 06 Feb 2002 14:44:20 -0600
5561              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
5562      Branch: perl
5563            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
5564 ____________________________________________________________________________
5565 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
5566         Log: Integrate perlio;
5567              
5568              One way to avoid OS390 winge about #line directives.
5569      Branch: perl
5570           !> ext/Encode/EUC_JP/Makefile.PL
5571 ____________________________________________________________________________
5572 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
5573         Log: Update Changes.
5574      Branch: perl
5575            ! Changes patchlevel.h
5576 ____________________________________________________________________________
5577 [ 14575] By: nick                                  on 2002/02/06  15:23:24
5578         Log: One way to avoid OS390 winge about #line directives.
5579      Branch: perlio
5580            ! ext/Encode/EUC_JP/Makefile.PL
5581 ____________________________________________________________________________
5582 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
5583         Log: s/Netware/NetWare/
5584      Branch: perl
5585            ! MANIFEST
5586 ____________________________________________________________________________
5587 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
5588         Log: New Netware scripts.
5589      Branch: perl
5590            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
5591            + NetWare/t/NWScripts-Exist.pl
5592            ! MANIFEST
5593 ____________________________________________________________________________
5594 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
5595         Log: EBCDIC: the encoding pragma would need some rethinking,
5596              probably a pass of EBCDIC->Unicode mapping.  For now,
5597              disable it on EBCDIC.
5598      Branch: perl
5599            ! lib/encoding.pm lib/encoding.t
5600 ____________________________________________________________________________
5601 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
5602         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
5603              for the low 256.  Now tweaked the tests, but maybe it's
5604              the module that needs few NATIVE_TO_UNI()s somewhere?
5605      Branch: perl
5606            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
5607 ____________________________________________________________________________
5608 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
5609         Log: Subject: [PATCH utf8.c] format problem
5610              From: Robin Barker <rmb1@cise.npl.co.uk>
5611              Date: Wed, 6 Feb 2002 14:01:43 GMT
5612              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
5613      Branch: perl
5614            ! utf8.c
5615 ____________________________________________________________________________
5616 [ 14569] By: nick                                  on 2002/02/06  09:52:23
5617         Log: Integrate mainline
5618      Branch: perlio
5619           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
5620           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
5621           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
5622           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
5623           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
5624           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
5625 ____________________________________________________________________________
5626 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
5627         Log: EBCDIC: 0x41 is not cricket.
5628      Branch: perl
5629            ! ext/Encode/t/Encode.t
5630 ____________________________________________________________________________
5631 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
5632         Log: NetWare update from Ananth Kesari.
5633      Branch: perl
5634            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
5635            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
5636            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
5637            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
5638            ! NetWare/t/NWScripts.pl makedef.pl
5639 ____________________________________________________________________________
5640 [ 14566] By: sky                                   on 2002/02/05  18:39:13
5641         Log: Subject: Re: File::Spec::rel2abs2rel (?)
5642              From: Michael G Schwern <schwern@pobox.com>
5643              Date: Tue, 5 Feb 2002 13:47:39 -0500
5644              Message-ID: <20020205184739.GB17375@blackrider>
5645      Branch: perl
5646            ! lib/File/Spec/t/rel2abs2rel.t
5647 ____________________________________________________________________________
5648 [ 14565] By: nick                                  on 2002/02/05  17:31:24
5649         Log: Integrate mainline
5650      Branch: perlio
5651           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
5652           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
5653           !> utf8.h
5654 ____________________________________________________________________________
5655 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
5656         Log: Integrate perlio;
5657              
5658              More Encode tweaks:
5659              - make expensive and marginal substring search optional (-O)
5660              - enable -O for ASCII-oid encodings (search space is small)
5661              - add ASCII-oid jis0201 to basic Encode.so
5662              - add some other Japanese encodings to EUC_JP bundle (without -O)
5663      Branch: perl
5664           +> ext/Encode/Encode/jis0201.ucm
5665           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
5666           !> ext/Encode/compile
5667 ____________________________________________________________________________
5668 [ 14563] By: nick                                  on 2002/02/05  16:01:15
5669         Log: More Encode tweaks:
5670              - make expensive and marginal substring search optional (-O)
5671              - enable -O for ASCII-oid encodings (search space is small)
5672              - add ASCII-oid jis0201 to basic Encode.so
5673              - add some other Japanese encodings to EUC_JP bundle (without -O)
5674      Branch: perlio
5675            + ext/Encode/Encode/jis0201.ucm
5676            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
5677            ! ext/Encode/compile
5678 ____________________________________________________________________________
5679 [ 14562] By: sky                                   on 2002/02/05  14:50:36
5680         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
5681      Branch: perl
5682            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
5683 ____________________________________________________________________________
5684 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
5685         Log: EBCDIC: SHARP S is different.
5686      Branch: perl
5687            ! regexec.c utf8.h
5688 ____________________________________________________________________________
5689 [ 14560] By: sky                                   on 2002/02/05  13:49:40
5690         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
5691      Branch: perl
5692            ! t/op/filetest.t
5693 ____________________________________________________________________________
5694 [ 14559] By: sky                                   on 2002/02/05  11:39:24
5695         Log: Add . first to the PATH environment to test that we really
5696              get ./perl and not some other older perl.
5697      Branch: perl
5698            ! lib/File/Spec/t/rel2abs2rel.t
5699 ____________________________________________________________________________
5700 [ 14558] By: sky                                   on 2002/02/05  11:20:21
5701         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
5702      Branch: perl
5703            ! ext/POSIX/t/posix.t
5704 ____________________________________________________________________________
5705 [ 14557] By: sky                                   on 2002/02/05  10:30:58
5706         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
5707      Branch: perl
5708            ! hints/darwin.sh perl.h
5709 ____________________________________________________________________________
5710 [ 14556] By: nick                                  on 2002/02/05  06:58:52
5711         Log: Integrate mainline
5712      Branch: perlio
5713           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
5714           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
5715           !> lib/File/Find/t/taint.t
5716 ____________________________________________________________________________
5717 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
5718         Log: Integrate change #14439 from maintperl
5719      Branch: maint-5.6/macperl
5720           !> op.c
5721 ____________________________________________________________________________
5722 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
5723         Log: Subject: [PATCH] File::Find tests not cleaning up properly
5724              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5725              Date: Mon, 4 Feb 2002 22:09:07 +0100
5726              Message-ID: <20020204220907.A8288@rafael>
5727      Branch: perl
5728            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
5729 ____________________________________________________________________________
5730 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
5731         Log: Signedness mumblings from Tru64.
5732      Branch: perl
5733            ! ext/Encode/Encode.xs
5734 ____________________________________________________________________________
5735 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
5736         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
5737              From: "Craig A. Berry" <craigberry@mac.com>
5738              Date: Mon, 04 Feb 2002 17:16:00 -0600
5739              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
5740      Branch: perl
5741            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
5742            ! ext/Encode/Encode.xs
5743 ____________________________________________________________________________
5744 [ 14551] By: nick                                  on 2002/02/04  16:00:31
5745         Log: Integrate mainline
5746      Branch: perlio
5747           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
5748           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
5749           !> regcomp.c
5750 ____________________________________________________________________________
5751 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
5752         Log: Update Changes.
5753      Branch: perl
5754            ! Changes patchlevel.h
5755 ____________________________________________________________________________
5756 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
5757         Log: Comment microtweaks.
5758      Branch: perl
5759            ! lib/locale.t
5760 ____________________________________________________________________________
5761 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
5762         Log: Subject: trivial docu patch
5763              From: andreas.koenig@anima.de (Andreas J. Koenig)
5764              Date: 04 Feb 2002 08:15:19 +0100
5765              Message-ID: <m3pu3l7m60.fsf@anima.de>
5766      Branch: perl
5767            ! pod/perluniintro.pod
5768 ____________________________________________________________________________
5769 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
5770         Log: Subject: [PATCH] (??{ }) anomaly
5771              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5772              Date: Sun, 03 Feb 2002 20:21:45 -0800
5773              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
5774      Branch: perl
5775            ! regcomp.c
5776 ____________________________________________________________________________
5777 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
5778         Log: Integrate perlio.
5779              
5780              Carry on where we left off if we have to grow destination
5781              SV during XS encode/decode
5782              
5783              Remove debugging warning, be consistent about API fails.
5784      Branch: perl
5785           !> ext/Encode/Encode.xs
5786 ____________________________________________________________________________
5787 [ 14545] By: nick                                  on 2002/02/03  20:03:38
5788         Log: Remove debugging warning, be consistent about API fails.
5789      Branch: perlio
5790            ! ext/Encode/Encode.xs
5791 ____________________________________________________________________________
5792 [ 14544] By: nick                                  on 2002/02/03  19:47:48
5793         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
5794      Branch: perlio
5795            ! ext/Encode/Encode.xs
5796 ____________________________________________________________________________
5797 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
5798         Log: Subject: PATCH CPAN.pm
5799              From: Mark-Jason Dominus <mjd@plover.com>
5800              Date: Sun, 03 Feb 2002 12:36:36 -0500
5801              Message-ID: <20020203173636.27451.qmail@plover.com>
5802      Branch: perl
5803            ! lib/CPAN.pm
5804 ____________________________________________________________________________
5805 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
5806         Log: Must search further back.
5807      Branch: perl
5808            ! lib/h2xs.t
5809 ____________________________________________________________________________
5810 [ 14541] By: nick                                  on 2002/02/03  18:52:09
5811         Log: Integrate mainline
5812      Branch: perlio
5813           !> (integrate 29 files)
5814 ____________________________________________________________________________
5815 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
5816         Log: EBCDIC: more natification.
5817      Branch: perl
5818            ! regcomp.c
5819 ____________________________________________________________________________
5820 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
5821         Log: Debug noise.
5822      Branch: perl
5823            ! ext/Encode/Encode.xs
5824 ____________________________________________________________________________
5825 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
5826         Log: Integrate perlio;
5827              
5828              Stable intermediate point in Encode cleanup.
5829              :encode(euc-jp) works on Dan's table.euc
5830              Much buffer copying and other silliness remains.
5831      Branch: perl
5832           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5833           !> ext/Encode/lib/Encode/Encoding.pm
5834 ____________________________________________________________________________
5835 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
5836         Log: Prettify.
5837      Branch: perl
5838            ! lib/unicore/mktables
5839 ____________________________________________________________________________
5840 [ 14536] By: nick                                  on 2002/02/03  17:32:03
5841         Log: Stable intermediate point in Encode cleanup.
5842              :encode(euc-jp) works on Dan's table.euc
5843              Much buffer copying and other silliness remains.
5844      Branch: perlio
5845            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5846            ! ext/Encode/lib/Encode/Encoding.pm
5847 ____________________________________________________________________________
5848 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
5849         Log: EBCDIC: it's much nicer to compare Unicode code points
5850              to Unicode code points.
5851      Branch: perl
5852            ! regexec.c
5853 ____________________________________________________________________________
5854 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
5855         Log: EBCDIC: character classes must remap the low 256.
5856      Branch: perl
5857            ! regcomp.c
5858 ____________________________________________________________________________
5859 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
5860         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
5861      Branch: perl
5862            ! lib/I18N/LangTags/List.pm
5863 ____________________________________________________________________________
5864 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
5865         Log: FAQ sync.
5866      Branch: perl
5867            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
5868            ! pod/perlfaq6.pod pod/perlfaq7.pod
5869 ____________________________________________________________________________
5870 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
5871         Log: Integrate perlio;
5872              
5873              Re-indent Encode.xs
5874              
5875              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
5876              (Mis-feature discovered by Encode.)
5877      Branch: perl
5878           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
5879 ____________________________________________________________________________
5880 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
5881         Log: Subject: [PATCH] lstat FH and -l FH warnings
5882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5883              Date: Sat, 2 Feb 2002 22:24:54 +0100           
5884              Message-ID: <20020202222454.A11608@rafael>       
5885      Branch: perl
5886            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
5887            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
5888 ____________________________________________________________________________
5889 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
5890         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
5891              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5892              Date: Sat, 2 Feb 2002 13:11:01 +0100           
5893              Message-ID: <20020202131101.A722@rafael>               
5894              
5895              Subject: [PATCH t/op/ver.t] another false positive
5896              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5897              Date: Sat, 2 Feb 2002 13:38:22 +0100           
5898              Message-ID: <20020202133822.E722@rafael>         
5899              
5900              Subject: [PATCH] t/test.pl:ok() doesn't work
5901              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
5902              Date: Sun, 03 Feb 2002 00:02:38 -0800          
5903              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
5904      Branch: perl
5905            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
5906            ! t/test.pl
5907 ____________________________________________________________________________
5908 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
5909         Log: Subject: [PATCH @13746] OS2::Process's constants
5910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5911              Date: Sat, 2 Feb 2002 01:00:55 -0500           
5912              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
5913      Branch: perl
5914            ! os2/OS2/Process/Makefile.PL
5915 ____________________________________________________________________________
5916 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
5917         Log: Subject: [PATCH @13746] h2xs   
5918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5919              Date: Sat, 2 Feb 2002 00:58:44 -0500           
5920              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
5921      Branch: perl
5922            ! utils/h2xs.PL
5923 ____________________________________________________________________________
5924 [ 14526] By: nick                                  on 2002/02/03  14:54:18
5925         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
5926              (Mis-feature discovered by Encode.)
5927      Branch: perlio
5928            ! sv.c
5929 ____________________________________________________________________________
5930 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
5931         Log: EBCDIC: since #14519 made \N{...} to remap,
5932              the test cannot expect an ASCII code point.
5933      Branch: perl
5934            ! lib/charnames.t
5935 ____________________________________________________________________________
5936 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
5937         Log: Sub-MANIFEST-tweak.
5938      Branch: perl
5939            ! ext/Encode/MANIFEST
5940 ____________________________________________________________________________
5941 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
5942         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
5943              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5944              Date: Fri, 01 Feb 2002 23:51:03 +0900
5945              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
5946      Branch: perl
5947            ! ext/Encode/lib/Encode/Tcl/Escape.pm
5948 ____________________________________________________________________________
5949 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
5950         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
5951              From: Andy Dougherty <doughera@lafayette.edu>
5952              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
5953              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
5954      Branch: perl
5955            ! README.solaris hints/solaris_2.sh
5956 ____________________________________________________________________________
5957 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
5958         Log: EBCDIC: no hope to get the low 256 right in unifolding.
5959      Branch: perl
5960            ! t/uni/fold.t
5961 ____________________________________________________________________________
5962 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
5963         Log: todo entry for missing pack formats.
5964      Branch: perl
5965            ! pod/perltodo.pod
5966 ____________________________________________________________________________
5967 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
5968         Log: EBCDIC: the low 256 \N{...} need to be remapped.
5969      Branch: perl
5970            ! toke.c
5971 ____________________________________________________________________________
5972 [ 14518] By: nick                                  on 2002/02/01  18:32:03
5973         Log: indent -kr -nce and some manual tweaks to match perl style.
5974      Branch: perlio
5975            ! ext/Encode/Encode.xs
5976 ____________________________________________________________________________
5977 [ 14517] By: nick                                  on 2002/02/01  18:20:46
5978         Log: Integrate mainline
5979      Branch: perlio
5980           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
5981           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
5982           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
5983           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
5984           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
5985           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
5986           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
5987 ____________________________________________________________________________
5988 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
5989         Log: Integrate perlio; 
5990              
5991              Minor Encode tweaks:
5992              - move Encode.pm back to top of Encode like normal XS extension
5993              - avoid .def as a file extension (Win32 builds)
5994      Branch: perl
5995            ! MANIFEST
5996           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
5997           !> ext/Encode/Makefile.PL ext/Encode/compile
5998 ____________________________________________________________________________
5999 [ 14515] By: nick                                  on 2002/02/01  16:27:59
6000         Log: Minor Encode tweaks:
6001              - move Encode.pm back to top of Encode like normal XS extension
6002              - avoid .def as a file extension (Win32 builds)
6003      Branch: perlio
6004           +> ext/Encode/Encode.pm
6005            - ext/Encode/lib/Encode.pm
6006            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
6007            ! ext/Encode/Makefile.PL ext/Encode/compile
6008 ____________________________________________________________________________
6009 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
6010         Log: Subject: [PATCH utf8.t] temp file not cleaned up
6011              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6012              Date: Fri, 1 Feb 2002 15:47:46 +0100
6013              Message-ID: <20020201154746.A24079@rafael>
6014      Branch: perl
6015            ! t/io/utf8.t
6016 ____________________________________________________________________________
6017 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
6018         Log: Subject: [PATCH] make "lstat FH" croak
6019              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6020              Date: Fri, 1 Feb 2002 15:12:50 +0100
6021              Message-ID: <20020201151250.A738@rafael>
6022      Branch: perl
6023            ! pod/perldiag.pod pp_sys.c t/op/stat.t
6024 ____________________________________________________________________________
6025 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
6026         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
6027              From: Kay Röpke <kroepke@dolphin-services.de>
6028              Date: Fri, 1 Feb 2002 01:10:43 +0100
6029              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
6030      Branch: perl
6031            ! t/op/stat.t
6032 ____________________________________________________________________________
6033 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
6034         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
6035              I got it in Tru64 + ithreads but only without -g, took
6036              some debugging by printf (which was no fun either since
6037              adding some debug printfs hid the error)
6038      Branch: perl
6039            ! regexec.c utf8.c
6040 ____________________________________________________________________________
6041 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
6042         Log: Subject: Re: [PATCH] perl -V:
6043              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
6044              Date: Thu, 31 Jan 2002 12:10:20 -0800
6045              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
6046              
6047              Subject: Re: [PATCH] perl -V:
6048              From: Michael G Schwern <schwern@pobox.com>
6049              Date: Thu, 31 Jan 2002 16:43:13 -0500
6050              Message-ID: <20020131214313.GH6498@blackrider>
6051      Branch: perl
6052            ! t/run/switches.t
6053 ____________________________________________________________________________
6054 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
6055         Log: #14505 effect.
6056      Branch: perl
6057            ! pod/perluniintro.pod
6058 ____________________________________________________________________________
6059 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
6060         Log: Daniel S. Lewart adopts the Math::Complex.
6061      Branch: perl
6062            ! lib/Math/Complex.pm
6063 ____________________________________________________________________________
6064 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
6065         Log: More Complex DWIMmery.
6066      Branch: perl
6067            ! lib/Math/Complex.pm lib/Math/Complex.t
6068 ____________________________________________________________________________
6069 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
6070         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
6071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6072              Date: Thu, 31 Jan 2002 14:37:52 +0100
6073              Message-ID: <20020131143752.A1452@rafael>
6074      Branch: perl
6075            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
6076 ____________________________________________________________________________
6077 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
6078         Log: Turn the I/O Unicode error by default on, but the
6079              character-generating Unicode error by default off,
6080              as Larry suggested.
6081      Branch: perl
6082            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
6083            ! utf8.c
6084 ____________________________________________________________________________
6085 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
6086         Log: Subject: [PATCH] open.pm minor cleanup
6087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6088              Date: Thu, 31 Jan 2002 15:03:02 +0100
6089              Message-ID: <20020131150302.C1452@rafael>
6090      Branch: perl
6091            ! lib/open.pm
6092 ____________________________________________________________________________
6093 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
6094         Log: Update Changes.
6095      Branch: perl
6096            ! Changes patchlevel.h
6097 ____________________________________________________________________________
6098 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
6099         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
6100              From: Robin Barker <rmb1@cise.npl.co.uk>
6101              Date: Wed, 30 Jan 2002 11:58:33 GMT
6102              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
6103      Branch: perl
6104            ! lib/CPAN.pm
6105 ____________________________________________________________________________
6106 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
6107         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
6108              re-sort MANIFEST.
6109      Branch: perl
6110            + ext/Encode/Encode.pm
6111            - ext/Encode/lib/Encode.pm
6112            ! MANIFEST ext/Encode/Makefile.PL
6113 ____________________________________________________________________________
6114 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
6115         Log: Integrate perlio;
6116              
6117              Collect some stats during compile process.
6118              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
6119              as one XS - inconclusive - marginal win?
6120              Add some comments to encode.h
6121      Branch: perl
6122           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
6123           !> ext/Encode/encode.h
6124 ____________________________________________________________________________
6125 [ 14499] By: nick                                  on 2002/01/30  09:57:47
6126         Log: Collect some stats during compile process.
6127              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
6128              as one XS - inconclusive - marginal win?
6129              Add some comments to encode.h
6130      Branch: perlio
6131            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
6132            ! ext/Encode/encode.h
6133 ____________________________________________________________________________
6134 [ 14498] By: nick                                  on 2002/01/30  07:27:55
6135         Log: Integrate Jarkko's path/INC tweaks
6136      Branch: perlio
6137           !> ext/Encode/compile
6138 ____________________________________________________________________________
6139 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
6140         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
6141              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6142              Date: Tue, 29 Jan 2002 01:13:09 -0800
6143              Message-ID: <lemV8gzkgu/K092yn@efn.org>
6144      Branch: perl
6145            ! configpm
6146 ____________________________________________________________________________
6147 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
6148         Log: Subject: [PATCH t/op/inccode.t] new test
6149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6150              Date: Tue, 29 Jan 2002 22:03:45 +0100
6151              Message-ID: <20020129220345.A704@rafael>
6152      Branch: perl
6153            ! t/op/inccode.t
6154 ____________________________________________________________________________
6155 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
6156         Log: EBCDIC: t/op/lc.t now passes.
6157      Branch: perl
6158            ! t/op/lc.t
6159 ____________________________________________________________________________
6160 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
6161         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
6162      Branch: perl
6163            ! utf8.c
6164 ____________________________________________________________________________
6165 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
6166         Log: Must find stuff during build.
6167      Branch: perl
6168            ! ext/Encode/compile
6169 ____________________________________________________________________________
6170 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
6171         Log: Integrate with perlio;
6172              
6173              Basics of a compiled Encode XS extension
6174      Branch: perl
6175           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
6176           +> ext/Encode/Encode/euc-jp.ucm
6177           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
6178           !> ext/Encode/encode.h
6179 ____________________________________________________________________________
6180 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
6181         Log: EBCDIC tweaks-- no new test passes, but getting closer.
6182      Branch: perl
6183            ! utf8.c
6184 ____________________________________________________________________________
6185 [ 14490] By: nick                                  on 2002/01/29  21:20:57
6186         Log: Basics of a compiled Encode XS extension
6187      Branch: perlio
6188            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
6189            + ext/Encode/Encode/euc-jp.ucm
6190            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
6191            ! ext/Encode/encode.h
6192 ____________________________________________________________________________
6193 [ 14489] By: nick                                  on 2002/01/29  18:40:54
6194         Log: Integrate mainline
6195      Branch: perlio
6196           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
6197           +> ext/Encode/lib/Encode/Encoding.pm
6198           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
6199           +> ext/Encode/lib/Encode/Tcl/Escape.pm
6200           +> ext/Encode/lib/Encode/Tcl/Extended.pm
6201           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
6202           +> ext/Encode/lib/Encode/Tcl/Table.pm
6203           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6204           +> ext/Encode/lib/Encode/iso10646_1.pm
6205           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6206           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
6207           +> ext/Encode/t/Tcl.t
6208            - ext/Encode.t ext/Encode/Encode.pm
6209            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
6210            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
6211           !> (integrate 33 files)
6212 ____________________________________________________________________________
6213 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
6214         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
6215              From: Richard Clamp <richardc@unixbeard.net>
6216              Date: Mon, 28 Jan 2002 02:17:55 +0000
6217              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
6218      Branch: perl
6219            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
6220 ____________________________________________________________________________
6221 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
6222         Log: OS/390 seems to do length 0 udp reads, Nicholas says
6223              skippage is for now the best cause of action.
6224      Branch: perl
6225            ! ext/Socket/socketpair.t
6226 ____________________________________________________________________________
6227 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
6228         Log: Encode cleanup from Dan Kogai; reworked even further.
6229      Branch: perl
6230            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
6231            + ext/Encode/lib/Encode/Encoding.pm
6232            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
6233            + ext/Encode/lib/Encode/Tcl/Escape.pm
6234            + ext/Encode/lib/Encode/Tcl/Extended.pm
6235            + ext/Encode/lib/Encode/Tcl/HanZi.pm
6236            + ext/Encode/lib/Encode/Tcl/Table.pm
6237            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6238            + ext/Encode/lib/Encode/iso10646_1.pm
6239            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6240            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
6241            + ext/Encode/t/Tcl.t
6242            - ext/Encode.t ext/Encode/Encode.pm
6243            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
6244            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
6245            ! MANIFEST ext/Encode/Encode/8859-1.ucm
6246            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
6247            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
6248            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
6249            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
6250            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
6251            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
6252            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
6253            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
6254            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
6255            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
6256            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
6257            ! ext/Encode/compile
6258 ____________________________________________________________________________
6259 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
6260         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
6261      Branch: perl
6262            ! djgpp/djgpp.c perlio.c
6263 ____________________________________________________________________________
6264 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
6265         Log: Prettier printing from Michael Schwern.
6266      Branch: perl
6267            ! t/test.pl
6268 ____________________________________________________________________________
6269 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
6270         Log: Show also the debug and debugcolor as known pragmas.
6271      Branch: perl
6272            ! ext/re/re.pm
6273 ____________________________________________________________________________
6274 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
6275         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
6276              From: "Craig A. Berry" <craigberry@mac.com>
6277              Date: Mon, 28 Jan 2002 16:30:30 -0600
6278              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
6279      Branch: perl
6280            ! ext/B/t/assembler.t
6281 ____________________________________________________________________________
6282 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
6283         Log: metaconfig unit change for #14480.
6284      Branch: metaconfig
6285            ! U/modified/Init.U
6286 ____________________________________________________________________________
6287 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
6288         Log: DJGPP needs to know its exe soon, too.
6289      Branch: perl
6290            ! Configure
6291 ____________________________________________________________________________
6292 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
6293         Log: Round #2 on EBCDICation.
6294      Branch: perl
6295            ! t/op/append.t
6296 ____________________________________________________________________________
6297 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
6298         Log: Integrate perlio;
6299              
6300              Set makefile.mk CCHOME etc. for default locations of MinGW and free
6301              Borland compilers. (Borland builds one or two oddities.)
6302      Branch: perl
6303           !> win32/config.bc win32/makefile.mk
6304 ____________________________________________________________________________
6305 [ 14477] By: nick                                  on 2002/01/28  20:12:31
6306         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
6307              Borland compilers. (Borland builds one or two oddities.)
6308      Branch: perlio
6309            ! win32/config.bc win32/makefile.mk
6310 ____________________________________________________________________________
6311 [ 14476] By: nick                                  on 2002/01/28  18:43:47
6312         Log: Integrate mainline
6313      Branch: perlio
6314           !> Configure hints/hpux.sh
6315 ____________________________________________________________________________
6316 [ 14475] By: nick                                  on 2002/01/28  17:15:12
6317         Log: Integrate mainline
6318      Branch: perlio
6319           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
6320           !> patchlevel.h pp_sys.c t/lib/warnings/perl
6321 ____________________________________________________________________________
6322 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
6323         Log: metaconfig unit change for #14472.
6324      Branch: metaconfig/U/perl
6325            ! d_u32align.U
6326 ____________________________________________________________________________
6327 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
6328         Log: Misunderstood Merijn's patch.
6329      Branch: perl
6330            ! hints/hpux.sh
6331 ____________________________________________________________________________
6332 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
6333         Log: Misapplied Merijn's patch.
6334      Branch: perl
6335            ! Configure
6336 ____________________________________________________________________________
6337 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
6338         Log: Update Changes.
6339      Branch: perl
6340            ! Changes patchlevel.h
6341 ____________________________________________________________________________
6342 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
6343         Log: BeOS has sockets but not true ones.
6344      Branch: perl
6345            ! pp_sys.c
6346 ____________________________________________________________________________
6347 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
6348         Log: metaconfig unit change for #14467.
6349      Branch: metaconfig/U/perl
6350            ! d_u32align.U
6351 ____________________________________________________________________________
6352 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
6353         Log: For some strange reason under the smoke harness the alignment
6354              test hangs in HP-UX 10.20.  So hint it to avoid the test.
6355      Branch: perl
6356            ! hints/hpux.sh
6357 ____________________________________________________________________________
6358 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
6359         Log: Allow d_u32align to be hinted.
6360      Branch: perl
6361            ! Configure
6362 ____________________________________________________________________________
6363 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
6364         Log: The shift key is important.
6365      Branch: perl
6366            ! ext/B/B.xs
6367 ____________________________________________________________________________
6368 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
6369         Log: The "used only once" warnings (from gv_check) come
6370              in pseudorandom hash order-- in EBCDIC the order
6371              is different.  Add a new option that allow the warnings
6372              to come in any order (Paul Marquess).
6373      Branch: perl
6374            ! lib/warnings.t t/lib/warnings/perl
6375 ____________________________________________________________________________
6376 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
6377         Log: Integrate perlio; the 0nothread test failure without threads.
6378      Branch: perl
6379           !> ext/threads/shared/t/0nothread.t
6380 ____________________________________________________________________________
6381 [ 14463] By: nick                                  on 2002/01/28  08:22:36
6382         Log: Integrate mainline
6383      Branch: perlio
6384           !> (integrate 37 files)
6385 ____________________________________________________________________________
6386 [ 14462] By: nick                                  on 2002/01/28  08:09:53
6387         Log: 1st attempt at skipping broke threads case.
6388      Branch: perlio
6389            ! ext/threads/shared/t/0nothread.t
6390 ____________________________________________________________________________
6391 [ 14461] By: nick                                  on 2002/01/28  07:25:58
6392         Log: Skip new threads::shared test unless -Duseithreads
6393      Branch: perlio
6394            ! ext/threads/shared/t/0nothread.t
6395 ____________________________________________________________________________
6396 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
6397         Log: FAQ sync.
6398      Branch: perl
6399            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6400            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6401            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6402            ! pod/perlfaq9.pod
6403 ____________________________________________________________________________
6404 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
6405         Log: Upgrade to podlators 1.20.
6406      Branch: perl
6407            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
6408 ____________________________________________________________________________
6409 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
6410         Log: Retract #14448, a better patch coming up.
6411      Branch: perl
6412            ! lib/Pod/t/basic.t
6413 ____________________________________________________________________________
6414 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
6415         Log: EBCDIC portability.
6416      Branch: perl
6417            ! t/op/append.t
6418 ____________________________________________________________________________
6419 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
6420         Log: Further cygwin installperl tweak from Gerrit P. Haase.
6421      Branch: perl
6422            ! installperl
6423 ____________________________________________________________________________
6424 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
6425         Log: A bug in Bulgarian EBCDIC locale (this sounds like
6426              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
6427              locales failed, too.  The patch works around the bug by
6428              skipping the test, but the real problem may be deeper
6429              (affecting probably only EBCDIC platforms, though):
6430              see the comment in locale.t for more details.
6431      Branch: perl
6432            ! lib/locale.t
6433 ____________________________________________________________________________
6434 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
6435         Log: metaconfig unit change for #14453.
6436      Branch: metaconfig/U/perl
6437            ! libperl.U
6438 ____________________________________________________________________________
6439 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
6440         Log: Subject: Bleadperl on Cygwin today
6441              From: "Gerrit P. Haase" <gp@familiehaase.de>              
6442              Date: Sun, 27 Jan 2002 22:30:41 +0100
6443              Message-ID: <462007239437.20020127223041@familiehaase.de>
6444      Branch: perl
6445            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
6446            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
6447            ! lib/ExtUtils/t/MM_Cygwin.t
6448 ____________________________________________________________________________
6449 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
6450         Log: Unfinished EBCDIC branch.
6451      Branch: perl
6452            ! t/op/ver.t
6453 ____________________________________________________________________________
6454 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
6455         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
6456      Branch: perl
6457            ! ext/B/B.xs ext/B/B/Deparse.pm
6458 ____________________________________________________________________________
6459 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
6460         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
6461              platforms.
6462      Branch: perl
6463            ! ext/B/t/stash.t
6464 ____________________________________________________________________________
6465 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
6466         Log: Apparently no need for EBCDIC exception any more.
6467      Branch: perl
6468            ! ext/B/t/showlex.t
6469 ____________________________________________________________________________
6470 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
6471         Log: (retracted by #14458)
6472              (Russ Allbery) OS/390 is using a high-bit character for ESC,
6473              skip the test for now.  A better fix would be to override
6474              the notion of the platform's escape sequence in the test
6475              of Pod::Text::Termcap.  We may have to apply a filter to
6476              the output to substitute back in the ESC character that
6477              the test expects, but only on OS/390.
6478      Branch: perl
6479            ! lib/Pod/t/basic.t
6480 ____________________________________________________________________________
6481 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
6482         Log: Detypo.
6483      Branch: perl
6484            ! ext/Devel/Peek/Peek.t
6485 ____________________________________________________________________________
6486 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
6487         Log: OS/390 USS has a different idea of the pw* functions.
6488              Also, test the name with eq, not with ==.
6489      Branch: perl
6490            ! lib/User/pwent.t
6491 ____________________________________________________________________________
6492 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
6493         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
6494      Branch: perl
6495            ! doio.c
6496 ____________________________________________________________________________
6497 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
6498         Log: ASCIIisms.
6499      Branch: perl
6500            ! ext/PerlIO/t/encoding.t
6501 ____________________________________________________________________________
6502 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
6503         Log: chr(42) ne '*'  if one is in EBCDIC.
6504      Branch: perl
6505            ! t/op/pack.t
6506 ____________________________________________________________________________
6507 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
6508         Log: Subject: [PATCH] Fix up recent op/stat.t failures
6509              From: Andy Dougherty <doughera@lafayette.edu>
6510              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
6511              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
6512      Branch: perl
6513            ! t/op/stat.t
6514 ____________________________________________________________________________
6515 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
6516         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
6517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6518              Date: Sun, 27 Jan 2002 15:03:18 +0100
6519              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
6520      Branch: perl
6521            ! lib/ExtUtils/t/Command.t
6522 ____________________________________________________________________________
6523 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
6524         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
6525              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6526              Date: Sun, 27 Jan 2002 14:51:10 +0100
6527              Message-ID: <20020127145110.A16332@rafael>
6528      Branch: perl
6529            ! ext/B/B/Deparse.pm
6530 ____________________________________________________________________________
6531 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
6532         Log: integrate change#14431 from perlio branch (Nick's fix for
6533              change#13474 to be more defensive about looking at pad entries
6534              that may not exist yet)
6535      Branch: maint-5.6/perl
6536            ! op.c
6537 ____________________________________________________________________________
6538 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
6539         Log: Comment to avoid later "cleanups."
6540      Branch: perl
6541            ! lib/ExtUtils/MakeMaker.pm
6542 ____________________________________________________________________________
6543 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
6544         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
6545              instead of just FOO=... cmd ...
6546      Branch: perl
6547            ! Makefile.SH
6548 ____________________________________________________________________________
6549 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
6550         Log: Overquoting bad (in UNIX one would get
6551              Can't open perl script "'-I../lib'": No such file or directory)
6552      Branch: perl
6553            ! lib/Pod/t/Usage.t
6554 ____________________________________________________________________________
6555 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
6556         Log: Integrate perlio;
6557              
6558              "All tests successful" VC6.0 Win32
6559              (Update config.vc to need cppstdin so those tests are skipped...)
6560      Branch: perl
6561           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6562           !> win32/config_H.vc
6563 ____________________________________________________________________________
6564 [ 14434] By: nick                                  on 2002/01/26  22:27:08
6565         Log: "All tests successful" VC6.0 Win32
6566              (Update config.vc to need cppstdin so those tests are skipped...)
6567      Branch: perlio
6568            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6569            ! win32/config_H.vc
6570 ____________________________________________________________________________
6571 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
6572         Log: Integrate perlio;
6573              
6574              1st two tests of File/Find/t/find.t and taint.t were run after 
6575              calling cleanup(). If previous fail had left for_find directory,
6576              but no content in it then cleanup() returned cd'ed to that directory.
6577              So tests failed. Fixed cleanup()-s.
6578              
6579              If we get to sighandler by mistake (no perl handler set) then
6580              warn() and exit() rather than die() - should never happen
6581              but if it does context needed to die is likely to be trashed
6582              as well.
6583              
6584              Win32 signal emulation cleanup.
6585              
6586              Tinkering with thread cleanup mutex-ing - not the problem 
6587              (op.c is) but could have been...
6588              
6589              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
6590              Should really be looked at by someone that knows about pads.
6591              
6592              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
6593              for CRLF line endings.
6594      Branch: perl
6595           !> ext/threads/threads.xs lib/File/Find/t/find.t
6596           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
6597           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
6598 ____________________________________________________________________________
6599 [ 14432] By: nick                                  on 2002/01/26  21:10:38
6600         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
6601              for CRLF line endings.
6602      Branch: perlio
6603            ! lib/Filter/Simple.pm
6604 ____________________________________________________________________________
6605 [ 14431] By: nick                                  on 2002/01/26  21:08:35
6606         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
6607              Should really be looked at by someone that knows about pads.
6608      Branch: perlio
6609            ! op.c
6610 ____________________________________________________________________________
6611 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
6612         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
6613              From: "Craig A. Berry" <craigberry@mac.com>       
6614              Date: Sat, 26 Jan 2002 11:19:44 -0600
6615              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
6616      Branch: perl
6617            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
6618 ____________________________________________________________________________
6619 [ 14429] By: nick                                  on 2002/01/26  18:04:22
6620         Log: Tinkering with thread cleanup mutex-ing - not the problem 
6621              (op.c is) but could have been...
6622      Branch: perlio
6623            ! ext/threads/threads.xs
6624 ____________________________________________________________________________
6625 [ 14428] By: nick                                  on 2002/01/26  18:03:13
6626         Log: Win32 signal emulation cleanup.
6627      Branch: perlio
6628            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
6629 ____________________________________________________________________________
6630 [ 14427] By: nick                                  on 2002/01/26  13:59:33
6631         Log: If we get to sighandler by mistake (no perl handler set) then
6632              warn() and exit() rather than die() - should never happen
6633              but if it does context needed to die is likely to be trashed
6634              as well.
6635      Branch: perlio
6636            ! mg.c
6637 ____________________________________________________________________________
6638 [ 14426] By: nick                                  on 2002/01/26  13:56:23
6639         Log: Integrate mainline
6640      Branch: perlio
6641           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
6642           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
6643           !> t/run/fresh_perl.t
6644 ____________________________________________________________________________
6645 [ 14425] By: nick                                  on 2002/01/26  08:11:33
6646         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
6647              calling cleanup(). If previous fail had left for_find directory,
6648              but no content in it then cleanup() returned cd'ed to that directory.
6649              So tests failed. Fixed cleanup()-s.
6650      Branch: perlio
6651            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
6652 ____________________________________________________________________________
6653 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
6654         Log: Integrate perlio;
6655              
6656              Fix winsystem.t's attempt to build showav.exe to work
6657              with gcc (which writes a.exe unless told with -o ).
6658              Also put in a few more fail-safes to check .exe got
6659              built somehow.
6660              
6661              More Win32 tuning
6662              
6663              Save $! so that other syscalls don't disturb it before
6664              we test it.
6665      Branch: perl
6666           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
6667           !> t/op/winsystem.t
6668 ____________________________________________________________________________
6669 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
6670         Log: Subject: [PATCH] new test in op/universal.t
6671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6672              Date: Fri, 25 Jan 2002 23:17:33 +0100
6673              Message-ID: <20020125231733.A11733@rafael>
6674      Branch: perl
6675            ! t/op/universal.t
6676 ____________________________________________________________________________
6677 [ 14422] By: nick                                  on 2002/01/25  21:37:03
6678         Log: Save $! so that other syscalls don't disturb it before 
6679              we test it.
6680      Branch: perlio
6681            ! ext/Socket/socketpair.t
6682 ____________________________________________________________________________
6683 [ 14421] By: nick                                  on 2002/01/25  19:05:57
6684         Log: More Win32 tuning
6685      Branch: perlio
6686            ! t/op/stat.t t/op/taint.t
6687 ____________________________________________________________________________
6688 [ 14420] By: nick                                  on 2002/01/25  18:21:42
6689         Log: Fix winsystem.t's attempt to build showav.exe to work 
6690              with gcc (which writes a.exe unless told with -o ).
6691              Also put in a few more fail-safes to check .exe got 
6692              built somehow.
6693      Branch: perlio
6694            ! t/op/winsystem.t
6695 ____________________________________________________________________________
6696 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
6697         Log: Subject: [Patch Encode.xs] calculation of need overflows
6698              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6699              Date: Sat, 26 Jan 2002 00:58:50 +0900
6700              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
6701      Branch: perl
6702            ! ext/Encode/Encode.xs
6703 ____________________________________________________________________________
6704 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
6705         Log: Integrate changes 13474+13478+13584 from maintperl;
6706              anon sub leakage.
6707      Branch: perl
6708            ! op.c t/run/fresh_perl.t
6709 ____________________________________________________________________________
6710 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
6711         Log: Update Changes.
6712      Branch: perl
6713            ! Changes patchlevel.h
6714 ____________________________________________________________________________
6715 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
6716         Log: Integrate perlio; extensive threads and threads::shared work
6717              (note that the below is a chronological list of perlio
6718              check-in entries since the last integrate)
6719              
6720              Nearly-working threads re-structuring. Do not integrate,
6721              submit-ing to get to Win32, and as "off site" backup.
6722              
6723              threads work again on Win32. (Not threads::shared yet)
6724              Submit to see if they do on Linux.
6725              
6726              Add new threads/typemap to MANIFEST
6727              
6728              XS side of new threads::shared designed, coded and compiles,
6729              and mostly commented but is totaly untested.
6730              submit in case anyone wants a preview.
6731              
6732              Miss mg_len == 0 meaning don't Safefree
6733              
6734              Shared scalars working, some shared array ops working.
6735              
6736              Implement recursive lock and use of scope for PL_sharedsv_space,
6737              so now croak() from asserts does not leave locks.
6738              Make hv_simple compile (new prototype for debugging probe).
6739              
6740              thread::shared nearly working again - remaining issue
6741              is references withing shared space.
6742              Added bulk test with no threads involved (for debugging)
6743              Tuned tests to skip those needing _thrcnt
6744              
6745              SvTEMP_off to stop private PV's being stolen and stored in shared space
6746              
6747              Except Win32 from echo tests. (Alarm does not break into connect)
6748              
6749              Expand command line test globs on Win32.
6750              
6751              threads::shared tidy up:
6752              - Add _id() function to shared.xs so we can test refs point at same thing.
6753              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
6754              - Allow no_share to pass if sharing to works despite mis-ordering.
6755              - Change docs of threads to document ->create() (as used in tests),
6756              and not mention "new".
6757              
6758              Linux/NFS hackery was not faking right number of passes.
6759      Branch: perl
6760           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
6761           +> ext/threads/typemap
6762            - ext/threads/threads.h sharedsv.c sharedsv.h
6763            ! NetWare/config_H.wc
6764           !> (integrate 38 files)
6765 ____________________________________________________________________________
6766 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
6767         Log: Subject: Re: perldebguts minor tweaks
6768              From: Joe McMahon <mcmahon@metalab.unc.edu>
6769              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
6770              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
6771      Branch: perl
6772            ! pod/perldebguts.pod
6773 ____________________________________________________________________________
6774 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
6775         Log: metaconfig unit change for #14413.
6776      Branch: metaconfig
6777            ! U/modified/prototype.U
6778 ____________________________________________________________________________
6779 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
6780         Log: Okay, you can come home now, _().
6781      Branch: perl
6782            ! config_h.SH
6783 ____________________________________________________________________________
6784 [ 14412] By: nick                                  on 2002/01/25  11:01:49
6785         Log: Integrate mainline
6786              All but ../lib/Unicode/UCD.t pass.
6787      Branch: perlio
6788           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
6789           +> lib/unicore/CaseFolding.txt
6790           +> lib/unicore/CompositionExclusions.txt
6791           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
6792           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
6793           +> vos/vos.c
6794            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
6795            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
6796            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
6797            - lib/unicore/NamesList.html lib/unicore/PropList.html
6798            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
6799            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
6800            - lib/unicore/rename
6801           !> (integrate 424 files)
6802 ____________________________________________________________________________
6803 [ 14411] By: nick                                  on 2002/01/25  09:45:13
6804         Log: Linux/NFS hackery was not faking right number of passes.
6805      Branch: perlio
6806            ! t/io/fs.t
6807 ____________________________________________________________________________
6808 [ 14410] By: nick                                  on 2002/01/25  09:35:07
6809         Log: threads::shared tidy up:
6810              - Add _id() function to shared.xs so we can test refs point at same thing.
6811              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
6812              - Allow no_share to pass if sharing to works despite mis-ordering.
6813              - Change docs of threads to document ->create() (as used in tests),
6814              and not mention "new".
6815      Branch: perlio
6816            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6817            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
6818            ! ext/threads/threads.pm
6819 ____________________________________________________________________________
6820 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
6821         Log: Subject: perldebguts minor tweaks
6822              From: Joe McMahon <mcmahon@metalab.unc.edu>
6823              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
6824              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
6825      Branch: perl
6826            ! pod/perldebguts.pod
6827 ____________________________________________________________________________
6828 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
6829         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
6830              From: Peter Scott <Peter@PSDT.com>
6831              Date: Thu, 24 Jan 2002 08:51:34 -0800
6832              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
6833      Branch: perl
6834            ! pod/perldebguts.pod
6835 ____________________________________________________________________________
6836 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
6837         Log: Few more paranoia checks for Unicode hash keys.
6838      Branch: perl
6839            ! t/op/each.t
6840 ____________________________________________________________________________
6841 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
6842         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
6843              From: Andy Dougherty <doughera@lafayette.edu>
6844              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
6845              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
6846      Branch: perl
6847            ! t/op/stat.t
6848 ____________________________________________________________________________
6849 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
6850         Log: The
6851              
6852              Subject: Very old debugger UTF-8 bug
6853              From: andreas.koenig@anima.de (Andreas J. Koenig)
6854              Date: 24 Jan 2002 12:45:44 +0100
6855              Message-ID: <m3y9iot1jr.fsf@anima.de>
6856              
6857              still broken, but this should work as a stopgap
6858              measure to stop pp_match accessing naughty data.
6859      Branch: perl
6860            ! pod/perldiag.pod pp_hot.c
6861 ____________________________________________________________________________
6862 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
6863         Log: metaconfig unit change for #14403.
6864      Branch: metaconfig/U/perl
6865            ! d_u32align.U
6866 ____________________________________________________________________________
6867 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
6868         Log: Pacify picky compilers (this time Sun Workshop).
6869      Branch: perl
6870            ! Configure
6871 ____________________________________________________________________________
6872 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
6873         Log: Subject: Very old debugger UTF-8 bug
6874              From: andreas.koenig@anima.de (Andreas J. Koenig)
6875              Date: 24 Jan 2002 12:45:44 +0100
6876              Message-ID: <m3y9iot1jr.fsf@anima.de>
6877      Branch: perl
6878            ! lib/dumpvar.pl
6879 ____________________________________________________________________________
6880 [ 14401] By: nick                                  on 2002/01/24  07:50:38
6881         Log: Expand command line test globs on Win32.
6882      Branch: perlio
6883            ! t/harness
6884 ____________________________________________________________________________
6885 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
6886         Log: Sprinkle some copyrights (use the oldest timestamp to
6887              be found in the repository, which is most often not right,
6888              but at least consistent)
6889      Branch: perl
6890            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
6891            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
6892            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
6893            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
6894            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
6895            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
6896            ! unixish.h xsutils.c
6897 ____________________________________________________________________________
6898 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
6899         Log: Don't crash on Help for long text (bug #506672)
6900      Branch: maint-5.6/macperl
6901            ! macos/macperl/MPHelp.c
6902 ____________________________________________________________________________
6903 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
6904         Log: Fix minor path problem
6905      Branch: maint-5.6/macperl
6906            ! macos/macperl/Droplets/tarzipme.plx
6907 ____________________________________________________________________________
6908 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
6909         Log: Minor text changes
6910      Branch: maint-5.6/macperl
6911            ! macos/Perl.r
6912 ____________________________________________________________________________
6913 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
6914         Log: Bump versions, dates, etc.
6915      Branch: maint-5.6/macperl
6916            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
6917 ____________________________________________________________________________
6918 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
6919         Log: coderefs in @INC and absolute paths
6920      Branch: maint-5.6/macperl
6921            ! embed.h pp_ctl.c proto.h
6922 ____________________________________________________________________________
6923 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
6924         Log: Minor module thingys
6925      Branch: maint-5.6/macperl
6926            ! macos/ext/Mac/Controls/Controls.xs
6927            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
6928            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
6929            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
6930            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
6931            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
6932            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
6933            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
6934            ! macos/ext/Mac/Movies/Movies.xs
6935            ! macos/ext/Mac/Navigation/Navigation.pm
6936            ! macos/ext/Mac/Navigation/Navigation.xs
6937            ! macos/ext/Mac/Notification/Notification.xs
6938            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
6939            ! macos/ext/Mac/Processes/Processes.xs
6940            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
6941            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
6942            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
6943            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
6944            ! macos/ext/Mac/Resources/Resources.pm
6945            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
6946            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
6947            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
6948            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
6949            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
6950 ____________________________________________________________________________
6951 [ 14393] By: nick                                  on 2002/01/23  19:52:19
6952         Log: Except Win32 from echo tests. (Alarm does not break into connect)
6953      Branch: perlio
6954            ! ext/Socket/Socket.t
6955 ____________________________________________________________________________
6956 [ 14392] By: nick                                  on 2002/01/23  19:31:57
6957         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
6958      Branch: perlio
6959            ! ext/threads/shared/shared.xs
6960 ____________________________________________________________________________
6961 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
6962         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
6963      Branch: perl
6964            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6965            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
6966            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
6967            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
6968            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
6969            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
6970            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
6971            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
6972            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
6973            ! x2p/util.c x2p/util.h x2p/walk.c
6974 ____________________________________________________________________________
6975 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
6976         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
6977              therefore quite probably also obsolete code.
6978      Branch: perl
6979            ! sv.c
6980 ____________________________________________________________________________
6981 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
6982         Log: Update Changes.
6983      Branch: perl
6984            ! Changes patchlevel.h
6985 ____________________________________________________________________________
6986 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
6987         Log: Small update on todo.  Could use a lot more.
6988      Branch: perl
6989            ! pod/perltodo.pod
6990 ____________________________________________________________________________
6991 [ 14387] By: nick                                  on 2002/01/23  14:19:30
6992         Log: thread::shared nearly working again - remaining issue
6993              is references withing shared space.
6994              Added bulk test with no threads involved (for debugging)
6995              Tuned tests to skip those needing _thrcnt
6996      Branch: perlio
6997            + ext/threads/shared/t/0nothread.t
6998            ! MANIFEST ext/threads/shared/shared.pm
6999            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
7000            ! ext/threads/shared/t/hv_refs.t
7001            ! ext/threads/shared/t/hv_simple.t
7002            ! ext/threads/shared/t/sv_simple.t
7003 ____________________________________________________________________________
7004 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
7005         Log: Subject: [ID 20020121.003] perldata doco bug
7006              From: John Stumbles <jstumbles@bluearc.com>
7007              Date: Mon, 21 Jan 2002 14:19:56 -0000
7008              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
7009      Branch: perl
7010            ! pod/perldata.pod
7011 ____________________________________________________________________________
7012 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
7013         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
7014              From: Michael G Schwern <schwern@pobox.com>
7015              Date: Mon, 21 Jan 2002 15:16:42 -0500
7016              Message-ID: <20020121201642.GA6659@blackrider>
7017      Branch: perl
7018            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
7019 ____________________________________________________________________________
7020 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
7021         Log: Subject: [PATCH] Re: eval not catching warnings?
7022              From: abigail@foad.org
7023              Date: Wed, 23 Jan 2002 15:35:47 +0100
7024              Message-ID: <20020123143547.24798.qmail@foad.org>
7025      Branch: perl
7026            ! pod/perlfunc.pod
7027 ____________________________________________________________________________
7028 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
7029         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
7030              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7031              Date: Tue, 22 Jan 2002 17:00:54 -0800            
7032              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
7033      Branch: perl
7034            ! t/run/fresh_perl.t
7035 ____________________________________________________________________________
7036 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
7037         Log: metaconfig unit change for #14381.
7038      Branch: metaconfig/U/perl
7039            ! d_u32align.U
7040 ____________________________________________________________________________
7041 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
7042         Log: HP-UX 10.20 cc pacifying from Merijn.
7043      Branch: perl
7044            ! Configure
7045 ____________________________________________________________________________
7046 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
7047         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
7048              From: "Craig A. Berry" <craigberry@mac.com> 
7049              Date: Tue, 22 Jan 2002 22:14:26 -0600
7050              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
7051      Branch: perl
7052            ! vms/test.com
7053 ____________________________________________________________________________
7054 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
7055         Log: AIX cpp bug: having macro arguments and character constants
7056              "the same" means trouble (here s and 's')
7057              What broke now was 841 and 842 of t/op/pat.t, because of the
7058              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
7059              (note that breakage happened only under cc_r and usethreads+
7060              useithreads)
7061      Branch: perl
7062            ! utf8.h
7063 ____________________________________________________________________________
7064 [ 14378] By: nick                                  on 2002/01/22  20:33:15
7065         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
7066              so now croak() from asserts does not leave locks.
7067              Make hv_simple compile (new prototype for debugging probe).
7068      Branch: perlio
7069            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7070            ! ext/threads/shared/t/hv_simple.t
7071 ____________________________________________________________________________
7072 [ 14377] By: nick                                  on 2002/01/22  17:32:21
7073         Log: Shared scalars working, some shared array ops working.
7074      Branch: perlio
7075            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7076            ! ext/threads/shared/t/sv_refs.t
7077            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
7078 ____________________________________________________________________________
7079 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
7080         Log: Subject: [PATCH] Support truncate() in VOS port
7081              From: Paul_GreenVOS@vos.stratus.com
7082              Date: Mon, 21 Jan 02 23:27 est
7083              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
7084      Branch: perl
7085            + vos/vos.c
7086            ! MANIFEST hints/vos.sh vos/vosish.h
7087 ____________________________________________________________________________
7088 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
7089         Log: metaconfig unit changes for #14374.  Couldn't figure
7090              how to get completely rid of _() (some weird dependency
7091              pulling it in?) so renamed it as PROTO_().
7092      Branch: metaconfig
7093            + U/modified/d_shmat.U U/modified/prototype.U
7094            ! U/protos/d_drand48proto.U
7095      Branch: metaconfig/U/perl
7096            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
7097 ____________________________________________________________________________
7098 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
7099         Log: Get rid of the _() macro since (1) we require ANSI anyway
7100              (2) Other software (GNU) seems to use it and we don't need it,
7101              so let's give it up.
7102      Branch: perl
7103            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7104            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
7105            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
7106            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
7107            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
7108            ! wince/config.h wince/config_H.ce
7109 ____________________________________________________________________________
7110 [ 14373] By: nick                                  on 2002/01/22  10:10:48
7111         Log: Miss mg_len == 0 meaning don't Safefree
7112      Branch: perlio
7113            ! mg.c
7114 ____________________________________________________________________________
7115 [ 14372] By: nick                                  on 2002/01/21  22:34:06
7116         Log: XS side of new threads::shared designed, coded and compiles,
7117              and mostly commented but is totaly untested.
7118              submit in case anyone wants a preview.
7119      Branch: perlio
7120            + ext/threads/shared/typemap
7121            ! MANIFEST ext/threads/shared/shared.pm
7122            ! ext/threads/shared/shared.xs
7123 ____________________________________________________________________________
7124 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
7125         Log: Subject: [BUG] /\_/ an unrecognized escape?
7126              From: Michael G Schwern <schwern@pobox.com>
7127              Date: Mon, 21 Jan 2002 15:22:54 -0500
7128              Message-ID: <20020121202254.GA6731@blackrider>
7129      Branch: perl
7130            ! t/lib/warnings/toke toke.c
7131 ____________________________________________________________________________
7132 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
7133         Log: Undo the renaming of the Unicode data files; the simple
7134              solution being not including the *.html files.  This means
7135              that in the future there is no need for any renamings
7136              (well, assuming that the Consortium doesn't cause any),
7137              and the files are named like they are in the Consortium
7138              website, thus alleviating confusion.
7139      Branch: perl
7140            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
7141            + lib/unicore/CaseFolding.txt
7142            + lib/unicore/CompositionExclusions.txt
7143            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
7144            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
7145            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
7146            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
7147            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
7148            - lib/unicore/NamesList.html lib/unicore/PropList.html
7149            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
7150            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
7151            - lib/unicore/rename
7152            ! (edit 285 files)
7153 ____________________________________________________________________________
7154 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
7155         Log: Update Changes.
7156      Branch: perl
7157            ! Changes patchlevel.h
7158 ____________________________________________________________________________
7159 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
7160         Log: Subject: RE: BCC for Win32 is unhappy @14331
7161              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
7162              Date: Mon, 21 Jan 2002 09:48:40 +0300
7163              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
7164              
7165              (using IV instead of int)
7166      Branch: perl
7167            ! hv.h
7168 ____________________________________________________________________________
7169 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
7170         Log: path_is_absolute() needs a prototype (and maybe
7171              a better name, but that's another story).
7172      Branch: perl
7173            ! embed.fnc embed.h pp_ctl.c proto.h
7174 ____________________________________________________________________________
7175 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
7176         Log: Subject: Re: coderefs in @INC
7177              From: Chris Nandor <pudge@pobox.com>
7178              Date: Thu, 17 Jan 2002 11:26:02 -0500
7179              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
7180      Branch: perl
7181            ! pp_ctl.c
7182 ____________________________________________________________________________
7183 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
7184         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
7185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7186              Date: Sun, 20 Jan 2002 22:53:56 +0100
7187              Message-ID: <20020120225356.A12093@rafael>
7188      Branch: perl
7189            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
7190            ! t/lib/warnings/9enabled warnings.h warnings.pl
7191 ____________________________________________________________________________
7192 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
7193         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
7194              From: "Craig A. Berry" <craigberry@mac.com>
7195              Date: Sun, 20 Jan 2002 22:49:42 -0600
7196              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
7197      Branch: perl
7198            ! lib/ExtUtils/MakeMaker.pm
7199 ____________________________________________________________________________
7200 [ 14363] By: nick                                  on 2002/01/20  20:38:23
7201         Log: Add new threads/typemap to MANIFEST
7202      Branch: perlio
7203            ! MANIFEST
7204 ____________________________________________________________________________
7205 [ 14362] By: nick                                  on 2002/01/20  20:34:36
7206         Log: Integrate mainline
7207      Branch: perlio
7208           +> lib/Pod/t/Usage.t
7209           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
7210           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
7211           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
7212           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
7213           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
7214           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
7215           !> util.c
7216 ____________________________________________________________________________
7217 [ 14361] By: nick                                  on 2002/01/20  18:51:47
7218         Log: Integrate MANIFEST
7219      Branch: perlio
7220           !> MANIFEST
7221 ____________________________________________________________________________
7222 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
7223         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
7224              From: Paul_GreenVOS@vos.stratus.com
7225              Date: Sat, 19 Jan 02 17:17 est
7226              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
7227              
7228              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
7229              From: Paul_GreenVOS@vos.stratus.com
7230              Date: Sat, 19 Jan 02 17:19 est
7231              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
7232      Branch: perl
7233            ! lib/ExtUtils/t/Command.t
7234 ____________________________________________________________________________
7235 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
7236         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
7237              From: Paul_GreenVOS@vos.stratus.com
7238              Date: Sat, 19 Jan 02 14:30 est
7239              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
7240      Branch: perl
7241            ! lib/AnyDBM_File.t
7242 ____________________________________________________________________________
7243 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
7244         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
7245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7246              Date: Sun, 20 Jan 2002 13:51:36 +0100
7247              Message-ID: <20020120135136.A710@rafael>
7248      Branch: perl
7249            ! ext/File/Glob/t/basic.t
7250 ____________________________________________________________________________
7251 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
7252         Log: #14352 deleted ext/threads/threads.h
7253      Branch: perlio
7254            ! MANIFEST
7255 ____________________________________________________________________________
7256 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
7257         Log: Eradicate sharedsv.*
7258      Branch: perlio
7259            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
7260 ____________________________________________________________________________
7261 [ 14355] By: nick                                  on 2002/01/20  11:50:22
7262         Log: threads work again on Win32. (Not threads::shared yet)
7263              Submit to see if they do on Linux.
7264      Branch: perlio
7265            ! ext/threads/shared/shared.xs ext/threads/threads.xs
7266            ! win32/makefile.mk
7267 ____________________________________________________________________________
7268 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
7269         Log: Make also hex() and oct() to croak if their arguments
7270              cannot be downgraded (that is, if they contain wide
7271              characters), just like crypt() does (and use the croak
7272              feature of sv_utf8_downgrade()).
7273      Branch: perl
7274            ! pp.c t/op/oct.t
7275 ____________________________________________________________________________
7276 [ 14353] By: nick                                  on 2002/01/19  22:20:09
7277         Log: Integrate Time/Local and its test
7278      Branch: perlio
7279           !> lib/Time/Local.pm lib/Time/Local.t
7280 ____________________________________________________________________________
7281 [ 14352] By: nick                                  on 2002/01/19  22:17:07
7282         Log: Nearly-working threads re-structuring. Do not integrate,
7283              submit-ing to get to Win32, and as "off site" backup.
7284      Branch: perlio
7285            + ext/threads/typemap
7286            - ext/threads/threads.h sharedsv.c sharedsv.h
7287            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
7288            ! embedvar.h ext/threads/shared/shared.pm
7289            ! ext/threads/shared/shared.xs ext/threads/threads.pm
7290            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
7291            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
7292            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
7293 ____________________________________________________________________________
7294 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
7295         Log: Regen toc.
7296      Branch: perl
7297            ! pod/perltoc.pod
7298 ____________________________________________________________________________
7299 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
7300         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
7301              From: David Dyck <dcd@tc.fluke.com>
7302              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
7303              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
7304      Branch: perl
7305            ! pod/perl5004delta.pod pod/perl5005delta.pod
7306            ! pod/perl561delta.pod pod/perl56delta.pod
7307 ____________________________________________________________________________
7308 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
7309         Log: FAQ sync.
7310      Branch: perl
7311            ! pod/perlfaq1.pod pod/perlfaq2.pod
7312 ____________________________________________________________________________
7313 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
7314         Log: Subject: [PATCH lib/Pod/t/Usage.t]
7315              From: Abe Timmerman <abe@ztreet.demon.nl>
7316              Date: Sat, 19 Jan 2002 19:57:57 +0100
7317              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
7318      Branch: perl
7319            + lib/Pod/t/Usage.t
7320            ! MANIFEST
7321 ____________________________________________________________________________
7322 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
7323         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
7324              From: Paul_GreenVOS@vos.stratus.com
7325              Date: Sat, 19 Jan 02 13:15 est
7326              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
7327      Branch: perl
7328            ! ext/SDBM_File/sdbm.t
7329 ____________________________________________________________________________
7330 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
7331         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
7332      Branch: perl
7333           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
7334           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
7335 ____________________________________________________________________________
7336 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
7337         Log: Alternative Time::Local algorithm that uses matemathical formula
7338              for timegm instead of progressive guessing
7339      Branch: perl
7340            ! lib/Time/Local.pm
7341 ____________________________________________________________________________
7342 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
7343         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
7344              From: Paul_GreenVOS@vos.stratus.com
7345              Date: Sat, 19 Jan 02 11:20 est
7346              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
7347      Branch: perl
7348            ! ext/File/Glob/t/basic.t
7349 ____________________________________________________________________________
7350 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
7351         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
7352              From: Paul_GreenVOS@vos.stratus.com
7353              Date: Fri, 18 Jan 02 22:56 est
7354              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
7355      Branch: perl
7356            ! ext/Cwd/t/cwd.t
7357 ____________________________________________________________________________
7358 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
7359         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
7360              From: Paul_GreenVOS@vos.stratus.com
7361              Date: Fri, 18 Jan 02 22:48 est
7362              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
7363      Branch: perl
7364            ! lib/Time/Local.t
7365 ____________________________________________________________________________
7366 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
7367         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
7368              From: Paul_GreenVOS@vos.stratus.com
7369              Date: Fri, 18 Jan 02 16:22 est
7370              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
7371      Branch: perl
7372            ! ext/Devel/DProf/DProf.t
7373 ____________________________________________________________________________
7374 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
7375         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
7376              From: Tels <perl_dummy@bloodgate.com>
7377              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
7378              Message-Id: <200201182106.XAA19133@taku.hut.fi>
7379      Branch: perl
7380            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
7381 ____________________________________________________________________________
7382 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
7383         Log: Don't do socketpair udp unless you've got all what it takes.
7384      Branch: perl
7385            ! util.c
7386 ____________________________________________________________________________
7387 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
7388         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
7389              From: Tels <perl_dummy@bloodgate.com>
7390              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
7391              Message-Id: <200201182206.AAA15310@taku.hut.fi>
7392      Branch: perl
7393            ! lib/ExtUtils/MM_BeOS.pm
7394 ____________________________________________________________________________
7395 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
7396         Log: metaconfig unit change for #14336.
7397      Branch: metaconfig
7398            ! U/modified/myhostname.U
7399 ____________________________________________________________________________
7400 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
7401         Log: Avoid bare "set", and kiss .uucp goodbye.
7402      Branch: perl
7403            ! Configure
7404 ____________________________________________________________________________
7405 [ 14335] By: nick                                  on 2002/01/18  22:11:42
7406         Log: Split out core of sv_magic() into sv_magicext().
7407              sv_magic provides the extra restictions (no READONLY, only
7408              one of each type, canned set of vtables), and sv_magicext()
7409              does the actual data twiddling.
7410              Also enhances semantics of ->mg_ptr setting via name/namlen
7411              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
7412              scratch area (namlen > 0 && name == NULL).
7413              sv_magicext also returns the MAGIC * it added.
7414              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
7415              
7416              To come sv_unmagicext() - which will remove just one magic
7417              of particular type, and additionaly match against ->mg_ptr,
7418              or the MAGIC * (need to experiment as to which is more natural).
7419      Branch: perlio
7420            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
7421            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
7422 ____________________________________________________________________________
7423 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
7424         Log: Retract #14327 for now, going to the limit seems
7425              to be too much for many platforms.
7426      Branch: perl
7427            ! lib/Time/Local.t
7428 ____________________________________________________________________________
7429 [ 14333] By: nick                                  on 2002/01/18  18:58:33
7430         Log: Integrate mainline
7431      Branch: perlio
7432           !> Changes patchlevel.h
7433 ____________________________________________________________________________
7434 [ 14332] By: nick                                  on 2002/01/18  16:19:06
7435         Log: Integrate mainline
7436      Branch: perlio
7437           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
7438           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
7439            - lib/ExtUtils/inst
7440           !> (integrate 32 files)
7441 ____________________________________________________________________________
7442 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
7443         Log: Update Changes.
7444      Branch: perl
7445            ! Changes patchlevel.h
7446 ____________________________________________________________________________
7447 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
7448         Log: Try to make the connect/read/write timeouting.
7449      Branch: perl
7450            ! ext/Socket/Socket.t
7451 ____________________________________________________________________________
7452 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
7453         Log: Netware Makefile tweak from Ananth Kesari.
7454      Branch: perl
7455            ! NetWare/Makefile
7456 ____________________________________________________________________________
7457 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
7458         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
7459              From: Michael G Schwern <schwern@pobox.com>
7460              Date: Fri, 18 Jan 2002 03:10:27 -0500
7461              Message-ID: <20020118081027.GE7226@blackrider>
7462      Branch: perl
7463            ! lib/File/Find.pm
7464 ____________________________________________________________________________
7465 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
7466         Log: (retracted by #14334)
7467              
7468              Subject: [PATCH] Improving lib/Time/Local.t
7469              From: Paul_GreenVOS@vos.stratus.com        
7470              Date: Thu, 17 Jan 02 22:36 est
7471              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
7472      Branch: perl
7473            ! lib/Time/Local.t
7474 ____________________________________________________________________________
7475 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
7476         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
7477              From: Abe Timmerman <abe@ztreet.demon.nl>  
7478              Date: Fri, 18 Jan 2002 13:18:47 +0100
7479              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
7480      Branch: perl
7481            ! lib/ExtUtils/t/MM_Win32.t
7482 ____________________________________________________________________________
7483 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
7484         Log: Subject: [PATCH] Syncing with bleadperl 
7485              From: Michael G Schwern <schwern@pobox.com> 
7486              Date: Fri, 18 Jan 2002 03:04:33 -0500
7487              Message-ID: <20020118080432.GC7226@blackrider>
7488      Branch: perl
7489            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
7490            - lib/ExtUtils/inst
7491            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
7492            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7493            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
7494            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
7495            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
7496            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
7497            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
7498            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
7499            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
7500            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
7501            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
7502            ! lib/ExtUtils/testlib.pm
7503 ____________________________________________________________________________
7504 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
7505         Log: Detypo.
7506      Branch: perl
7507            ! AUTHORS
7508 ____________________________________________________________________________
7509 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
7510         Log: Subject: [PATCH] MM check_hints test
7511              From: Michael G Schwern <schwern@pobox.com>
7512              Date: Thu, 17 Jan 2002 20:25:57 -0500
7513              Message-ID: <20020118012557.GE32762@blackrider>
7514      Branch: perl
7515            + lib/ExtUtils/t/hints.t
7516            ! MANIFEST
7517 ____________________________________________________________________________
7518 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
7519         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
7520              From: Michael G Schwern <schwern@pobox.com> 
7521              Date: Thu, 17 Jan 2002 20:12:20 -0500
7522              Message-ID: <20020118011220.GC32762@blackrider>
7523              
7524              (#14317 replaced with this)
7525      Branch: perl
7526            ! lib/ExtUtils/MakeMaker.pm
7527 ____________________________________________________________________________
7528 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
7529         Log: Subject: [PATCH perldiag] overload.pm warnings
7530              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7531              Date: Thu, 17 Jan 2002 23:53:49 +0100
7532              Message-ID: <20020117235349.A14530@rafael>
7533      Branch: perl
7534            ! pod/perldiag.pod
7535 ____________________________________________________________________________
7536 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
7537         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
7538              From: Michael G Schwern <schwern@pobox.com>
7539              Date: Thu, 17 Jan 2002 16:35:47 -0500
7540              Message-ID: <20020117213546.GD23830@blackrider>
7541      Branch: perl
7542            ! lib/File/Find.pm
7543 ____________________________________________________________________________
7544 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
7545         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
7546              From: chromatic <chromatic@rmci.net>
7547              Date: Thu, 17 Jan 2002 13:04:22 -0700
7548              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
7549      Branch: perl
7550            ! pod/perltodo.pod
7551 ____________________________________________________________________________
7552 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
7553         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
7554              From: chromatic <chromatic@rmci.net>
7555              Date: Thu, 17 Jan 2002 12:59:04 -0700
7556              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
7557      Branch: perl
7558            ! lib/ExtUtils/t/Mkbootstrap.t
7559 ____________________________________________________________________________
7560 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
7561         Log: (replaced by #14322)
7562              The #14300 broke hints file handling.
7563      Branch: perl
7564            ! lib/ExtUtils/MakeMaker.pm
7565 ____________________________________________________________________________
7566 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
7567         Log: metaconfig unit change for #14315.
7568      Branch: metaconfig/U/perl
7569            ! uselongdbl.U
7570 ____________________________________________________________________________
7571 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
7572         Log: Subject: [PATCH] long doubles
7573              From: Nicholas Clark <nick@unfortu.net>
7574              Date: Thu, 17 Jan 2002 17:06:28 +0000
7575              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
7576      Branch: perl
7577            ! Configure
7578 ____________________________________________________________________________
7579 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
7580         Log: metaconfig unit change for #14313.
7581      Branch: metaconfig
7582            ! U/modified/i_ndbm.U
7583 ____________________________________________________________________________
7584 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
7585         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
7586              From: Andy Dougherty <doughera@lafayette.edu>
7587              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
7588              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
7589      Branch: perl
7590            ! Configure
7591 ____________________________________________________________________________
7592 [ 14312] By: nick                                  on 2002/01/17  21:38:38
7593         Log: Integrate mainline (for ndbm fixes etc.)
7594      Branch: perlio
7595           +> t/run/fresh_perl.t
7596            - t/run/kill_perl.t
7597           !> Changes MANIFEST ext/Opcode/Opcode.xs
7598           !> ext/SDBM_File/sdbm/Makefile.PL
7599           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
7600           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
7601           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
7602           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
7603           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
7604 ____________________________________________________________________________
7605 [ 14311] By: sky                                   on 2002/01/17  21:01:00
7606         Log: Simplify the code that duplicates the threads 
7607              init function and the parameters to the thread by using sv_dup. 
7608              Note,what happens if you pass a shared variable as a parameter?
7609      Branch: perl
7610            ! ext/threads/threads.xs
7611 ____________________________________________________________________________
7612 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
7613         Log: Update Changes.
7614      Branch: perl
7615            ! Changes patchlevel.h
7616 ____________________________________________________________________________
7617 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
7618         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
7619              with fresh_perl_is() and fresh_perl_like().
7620      Branch: perl
7621            + t/run/fresh_perl.t
7622            - t/run/kill_perl.t
7623            ! MANIFEST t/test.pl
7624 ____________________________________________________________________________
7625 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
7626         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
7627              From: Benjamin Goldberg <goldbb2@earthlink.net>
7628              Date: Wed, 09 Jan 2002 21:03:16 -0500
7629              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
7630      Branch: perl
7631            ! ext/Unicode/Normalize/Normalize.pm
7632 ____________________________________________________________________________
7633 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
7634         Log: Retract #14144 as Hugo isn't happy with it.
7635      Branch: perl
7636            ! scope.c t/run/kill_perl.t
7637 ____________________________________________________________________________
7638 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
7639         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
7640              From: Richard Clamp <richardc@unixbeard.net>
7641              Date: Wed, 16 Jan 2002 17:34:31 +0000
7642              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
7643      Branch: perl
7644            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
7645 ____________________________________________________________________________
7646 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
7647         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
7648              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7649              Date: Tue, 15 Jan 2002 21:23:30 +0100
7650              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
7651      Branch: perl
7652            ! ext/Opcode/Opcode.xs
7653 ____________________________________________________________________________
7654 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
7655         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
7656              From: Paul_GreenVOS@vos.stratus.com
7657              Date: Wed, 16 Jan 02 6:42 est
7658              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
7659      Branch: perl
7660            ! t/io/fs.t t/op/crypt.t
7661 ____________________________________________________________________________
7662 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
7663         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
7664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7665              Date: Wed, 16 Jan 2002 13:43:39 +0100
7666              Message-ID: <20020116134339.A704@rafael>
7667              
7668              (replaces #14302)
7669      Branch: perl
7670            ! mg.c t/lib/warnings/mg
7671 ____________________________________________________________________________
7672 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
7673         Log: (replaced by #14303)
7674              Subject: [PATCH] length of undefined $(digit) should warn
7675              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7676              Date: Tue, 15 Jan 2002 23:02:44 +0100            
7677              Message-ID: <20020115230244.A31786@rafael>     
7678      Branch: perl
7679            ! mg.c t/lib/warnings/mg
7680 ____________________________________________________________________________
7681 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
7682         Log: The non-MakeMaker.pm parts of
7683              
7684              Subject: [PATCH] Re: MM_Beos.pm?
7685              From: Tels <perl_dummy@bloodgate.com>
7686              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
7687              Message-Id: <200201142006.WAA29544@taas.iki.fi>
7688      Branch: perl
7689            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
7690            ! lib/ExtUtils/t/MM_Unix.t
7691 ____________________________________________________________________________
7692 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
7693         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
7694              From: Michael G Schwern <schwern@pobox.com>    
7695              Date: Tue, 15 Jan 2002 20:07:50 -0500            
7696              Message-ID: <20020116010750.GH625@blackrider>  
7697      Branch: perl
7698            ! lib/ExtUtils/MakeMaker.pm
7699 ____________________________________________________________________________
7700 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
7701         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
7702              From: Jeffrey Friedl <jfriedl@yahoo.com>       
7703              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
7704              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
7705      Branch: perl
7706            ! lib/Text/Tabs.pm
7707 ____________________________________________________________________________
7708 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
7709         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
7710              From: "Green, Paul" <Paul.Green@stratus.com>
7711              Date: Tue, 15 Jan 2002 22:28:10 -0500
7712              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
7713      Branch: perl
7714            ! lib/ExtUtils/MM_Unix.pm
7715 ____________________________________________________________________________
7716 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
7717         Log: Integrate perlio; offsetof() is in <stddef.h>
7718      Branch: perl
7719           !> ext/Socket/Socket.xs
7720 ____________________________________________________________________________
7721 [ 14296] By: nick                                  on 2002/01/16  13:02:29
7722         Log: offsetof() is in <stddef.h>
7723      Branch: perlio
7724            ! ext/Socket/Socket.xs
7725 ____________________________________________________________________________
7726 [ 14295] By: nick                                  on 2002/01/16  07:25:29
7727         Log: Integrate mainline
7728      Branch: perlio
7729           +> (branch 262 files)
7730            - (delete 285 files)
7731           !> (integrate 34 files)
7732 ____________________________________________________________________________
7733 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
7734         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
7735              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
7736              Canonical.pl and Exact.pl.
7737      Branch: perl
7738            + (add 259 files)
7739            - (delete 288 files)
7740            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
7741            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
7742            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
7743            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
7744 ____________________________________________________________________________
7745 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
7746         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
7747      Branch: perl
7748            ! ext/Socket/Socket.xs
7749 ____________________________________________________________________________
7750 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
7751         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
7752              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7753              Date: Tue, 15 Jan 2002 21:59:19 +0100
7754              Message-ID: <3C44A637.16602.25EB208@localhost>
7755      Branch: perl
7756            ! embed.fnc embed.h proto.h
7757 ____________________________________________________________________________
7758 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
7759         Log: Duh.  The updated In/*.pl weren't checked in.
7760      Branch: perl
7761            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
7762            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
7763            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
7764            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
7765            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
7766            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
7767            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
7768            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
7769            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
7770            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
7771            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
7772            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
7773            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
7774            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
7775            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
7776            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
7777            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
7778            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
7779            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
7780            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
7781            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
7782            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
7783            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
7784            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
7785            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
7786            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
7787            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
7788            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
7789            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
7790            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
7791            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
7792            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
7793            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
7794            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
7795            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
7796            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
7797            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
7798            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
7799            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
7800            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
7801            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
7802            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
7803            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
7804            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
7805            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
7806            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
7807            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
7808            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
7809 ____________________________________________________________________________
7810 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
7811         Log: Update Changes.
7812      Branch: perl
7813            ! Changes patchlevel.h
7814 ____________________________________________________________________________
7815 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
7816         Log: Jeffrey is trying very hard to avoid working on his
7817              book, it would seem :-) (better naming, better comments
7818              in the files)
7819      Branch: perl
7820            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
7821            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
7822            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
7823            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
7824            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
7825            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
7826            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
7827            - lib/unicore/Is/IDStart.pl
7828            ! (edit 200 files)
7829 ____________________________________________________________________________
7830 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
7831         Log: metaconfig unit changes for #14287.
7832      Branch: metaconfig
7833            + U/modified/Chk_MANI.U
7834            ! U/modified/Extract.U U/modified/Finish.U
7835      Branch: metaconfig/U/perl
7836            ! Extensions.U dlsrc.U
7837 ____________________________________________________________________________
7838 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
7839         Log: Some protection against spaces in directory names.
7840              (Tru64 still has some makedepend problems in such
7841              cases but that looks like Tru64's problem.)
7842      Branch: perl
7843            ! Configure Makefile.SH
7844 ____________________________________________________________________________
7845 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
7846         Log: Should have been in #14285 but I have sausages for fingers.
7847      Branch: perl
7848            + lib/ExtUtils/MM_BeOS.pm
7849 ____________________________________________________________________________
7850 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
7851         Log: MM_BeOS from Tels.
7852      Branch: perl
7853            + lib/ExtUtils/t/MM_BeOS.t
7854            ! MANIFEST
7855 ____________________________________________________________________________
7856 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
7857         Log: Integrate perlio;
7858              
7859              (reintroduce #14251) Slab allocator for ops
7860              - moved the statics to intrpvar.h
7861              - implemented Slab_Free()
7862              - uses PerlMemShared (for now) if distinction exists.
7863              
7864              Slab allocator submit after resolve -ay to keep it!
7865              
7866              Hand merge of non slab allocator stuff
7867              
7868              const-ness fix in savepv's passing of NULL
7869              
7870              Typo in #else branch of PL_SLAB_ALLOC
7871              
7872              Integrate rest of mainline
7873              
7874              Regen embed enable slab for PERL_IMPLICIT_SYS
7875              
7876              Correct name of PL_OP_SLAB_ALLOC
7877              
7878              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
7879              e.g. -Duse64bitint on a 32-bit platform.
7880              Now uses I32 for use-count and is more careful with its casts.
7881      Branch: perl
7882           !> (integrate 28 files)
7883 ____________________________________________________________________________
7884 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
7885         Log: Add Shuck URL
7886      Branch: maint-5.6/macperl
7887            ! macos/macperl/MacPerl.podhelp
7888 ____________________________________________________________________________
7889 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
7890         Log: Remove obsolete docs
7891      Branch: maint-5.6/macperl
7892            ! ext/File/Glob/Glob.pm
7893 ____________________________________________________________________________
7894 [ 14281] By: nick                                  on 2002/01/15  15:08:43
7895         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
7896              e.g. -Duse64bitint on a 32-bit platform.
7897              Now uses I32 for use-count and is more careful with its casts.
7898      Branch: perlio
7899            ! intrpvar.h op.c
7900 ____________________________________________________________________________
7901 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
7902         Log: Update bundled modules.  Yow!
7903      Branch: maint-5.6/macperl
7904            + macos/bundled_ext/Compress/Zlib/constants.h
7905            + macos/bundled_ext/Compress/Zlib/constants.xs
7906            + macos/bundled_ext/Filter/Util/Call/ppport.h
7907            + macos/bundled_ext/Storable/t/compat-0.6.t
7908            + macos/bundled_ext/Storable/t/dump.pl
7909            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
7910            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
7911            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
7912            + macos/bundled_lib/blib/lib/URI/ssh.pm
7913            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
7914            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
7915            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
7916            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
7917            + macos/bundled_lib/t/Filter/Simple/data.t
7918            + macos/bundled_lib/t/Filter/Simple/export.t
7919            + macos/bundled_lib/t/Filter/Simple/filter_only.t
7920            + macos/bundled_lib/t/Filter/Simple/import.t
7921            + macos/bundled_lib/t/NEXT/actual.t
7922            + macos/bundled_lib/t/NEXT/actuns.t
7923            + macos/bundled_lib/t/NEXT/next.t
7924            + macos/bundled_lib/t/NEXT/unseen.t
7925            + macos/bundled_lib/t/libnet/netrc.t
7926            + macos/bundled_lib/t/libwww-perl/base/http.t
7927            + macos/bundled_lib/t/libwww-perl/live/activestate.t
7928            - macos/bundled_ext/Filter/t/FilterTest.pm
7929            - macos/bundled_ext/Storable/t/compat06.t
7930            - macos/bundled_ext/Storable/t/st-dump.pl
7931            - macos/bundled_lib/t/NEXT/test.pl
7932            - macos/bundled_lib/t/libwww-perl/live/google.t
7933            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
7934            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
7935            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
7936            ! macos/bundled_ext/Compress/Zlib/README
7937            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
7938            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
7939            ! macos/bundled_ext/Compress/Zlib/t/examples.t
7940            ! macos/bundled_ext/Filter/Util/Call/Call.pm
7941            ! macos/bundled_ext/Filter/Util/Call/Call.xs
7942            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
7943            ! macos/bundled_ext/Filter/t/call.t
7944            ! macos/bundled_ext/Filter/t/filter-util.pl
7945            ! macos/bundled_ext/Storable/ChangeLog
7946            ! macos/bundled_ext/Storable/README
7947            ! macos/bundled_ext/Storable/Storable.pm
7948            ! macos/bundled_ext/Storable/t/blessed.t
7949            ! macos/bundled_ext/Storable/t/canonical.t
7950            ! macos/bundled_ext/Storable/t/dclone.t
7951            ! macos/bundled_ext/Storable/t/forgive.t
7952            ! macos/bundled_ext/Storable/t/freeze.t
7953            ! macos/bundled_ext/Storable/t/lock.t
7954            ! macos/bundled_ext/Storable/t/overload.t
7955            ! macos/bundled_ext/Storable/t/recurse.t
7956            ! macos/bundled_ext/Storable/t/retrieve.t
7957            ! macos/bundled_ext/Storable/t/store.t
7958            ! macos/bundled_ext/Storable/t/tied.t
7959            ! macos/bundled_ext/Storable/t/tied_hook.t
7960            ! macos/bundled_ext/Storable/t/tied_items.t
7961            ! macos/bundled_ext/Storable/t/utf8.t
7962            ! macos/bundled_lib/blib/lib/File/Sort.pm
7963            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
7964            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
7965            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
7966            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
7967            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
7968            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
7969            ! macos/bundled_lib/blib/lib/LWP.pm
7970            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
7971            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
7972            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
7973            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
7974            ! macos/bundled_lib/blib/lib/Mail/Address.pm
7975            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
7976            ! macos/bundled_lib/blib/lib/Mail/Field.pm
7977            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
7978            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
7979            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
7980            ! macos/bundled_lib/blib/lib/Mail/Header.pm
7981            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
7982            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
7983            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
7984            ! macos/bundled_lib/blib/lib/Mail/Send.pm
7985            ! macos/bundled_lib/blib/lib/Mail/Util.pm
7986            ! macos/bundled_lib/blib/lib/NEXT.pm
7987            ! macos/bundled_lib/blib/lib/Net/Config.pm
7988            ! macos/bundled_lib/blib/lib/Net/Domain.pm
7989            ! macos/bundled_lib/blib/lib/Net/FTP.pm
7990            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
7991            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
7992            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
7993            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
7994            ! macos/bundled_lib/blib/lib/Net/POP3.pm
7995            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
7996            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
7997            ! macos/bundled_lib/blib/lib/Switch.pm
7998            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
7999            ! macos/bundled_lib/blib/lib/URI/Escape.pm
8000            ! macos/bundled_lib/blib/lib/URI/ftp.pm
8001            ! macos/bundled_lib/blib/lib/lwpcook.pod
8002            ! macos/bundled_lib/t/Filter/Simple/filter.t
8003            ! macos/bundled_lib/t/Switch/t/nested.t
8004            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8005            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8006            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
8007            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
8008            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8009            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
8010            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
8011            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
8012            ! macos/bundled_lib/t/libnet/config.t
8013            ! macos/bundled_lib/t/libnet/ftp.t
8014            ! macos/bundled_lib/t/libnet/hostname.t
8015            ! macos/bundled_lib/t/libnet/nntp.t
8016            ! macos/bundled_lib/t/libnet/require.t
8017            ! macos/bundled_lib/t/libnet/smtp.t
8018            ! macos/bundled_lib/t/libwww-perl/base/headers.t
8019            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
8020            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
8021            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
8022            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8023            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
8024            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
8025            ! macos/bundled_lib/t/libwww-perl/live/validator.t
8026            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
8027 ____________________________________________________________________________
8028 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
8029         Log: Subject: [PATCH] Socket::sockaddr_family
8030              From: Gisle Aas <gisle@ActiveState.com> 
8031              Date: 15 Jan 2002 06:35:28 -0800
8032              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
8033      Branch: perl
8034            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
8035 ____________________________________________________________________________
8036 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
8037         Log: Subject: [PATCH perldiag] Style issue
8038              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8039              Date: Tue, 15 Jan 2002 15:36:30 +0100                
8040              Message-ID: <20020115153630.A11568@rafael>
8041      Branch: perl
8042            ! pod/perldiag.pod
8043 ____________________________________________________________________________
8044 [ 14277] By: nick                                  on 2002/01/15  14:30:51
8045         Log: Correct name of PL_OP_SLAB_ALLOC
8046      Branch: perlio
8047            ! perl.h
8048 ____________________________________________________________________________
8049 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
8050         Log: NetWare tweak from Ananth Kesari.
8051      Branch: perl
8052            ! lib/ExtUtils/MakeMaker.pm
8053 ____________________________________________________________________________
8054 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
8055         Log: Throwback.
8056      Branch: perl
8057            ! MANIFEST
8058 ____________________________________________________________________________
8059 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
8060         Log: A couple of additional character classes from Jeffrey,
8061              hopefully useful in future for internal use for implementing
8062              some special cases of casing.
8063              
8064              Also regenerate once more all the character classes,
8065              now without the timestamp.  A timestamp would be kind of
8066              nice but it's not: having a timestamp in a file means that
8067              even if the effective contents of file really didn't
8068              change, the file looks as if it changed.
8069      Branch: perl
8070            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
8071            + lib/unicore/Is/CombAbov.pl
8072            ! (edit 304 files)
8073 ____________________________________________________________________________
8074 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
8075         Log: Make the test harder.
8076      Branch: perl
8077            ! t/op/pat.t
8078 ____________________________________________________________________________
8079 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
8080         Log: Additional utf8_heavy.pl tweak from Jeffrey.
8081      Branch: perl
8082            ! lib/utf8_heavy.pl
8083 ____________________________________________________________________________
8084 [ 14271] By: nick                                  on 2002/01/15  11:29:47
8085         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
8086      Branch: perlio
8087            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
8088            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
8089 ____________________________________________________________________________
8090 [ 14270] By: nick                                  on 2002/01/15  08:19:08
8091         Log: Integrate rest of mainline
8092      Branch: perlio
8093           !> (integrate 28 files)
8094 ____________________________________________________________________________
8095 [ 14269] By: nick                                  on 2002/01/15  08:02:44
8096         Log: Typo in #else branch of PL_SLAB_ALLOC
8097      Branch: perlio
8098            ! op.c
8099 ____________________________________________________________________________
8100 [ 14268] By: nick                                  on 2002/01/15  07:57:47
8101         Log: const-ness fix in savepv's passing of NULL
8102      Branch: perlio
8103            ! util.c
8104 ____________________________________________________________________________
8105 [ 14267] By: nick                                  on 2002/01/15  07:42:17
8106         Log: Hand merge of non slab allocator stuff
8107      Branch: perlio
8108            ! op.c
8109 ____________________________________________________________________________
8110 [ 14266] By: nick                                  on 2002/01/15  07:39:33
8111         Log: Slab allocator submit after resolve -ay to keep it!
8112      Branch: perlio
8113           !> op.c
8114 ____________________________________________________________________________
8115 [ 14265] By: nick                                  on 2002/01/15  07:05:06
8116         Log: Blind integrate of bulk of mainline.
8117      Branch: perlio
8118           +> (branch 173 files)
8119            - (delete 184 files)
8120           !> (integrate 146 files)
8121 ____________________________________________________________________________
8122 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
8123         Log: Pod nits.
8124      Branch: perl
8125            ! lib/Unicode/UCD.pm pod/perlunicode.pod
8126 ____________________________________________________________________________
8127 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
8128         Log: The Unicode categories doc patch to go with #14254,
8129              from Jeffrey.
8130      Branch: perl
8131            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
8132 ____________________________________________________________________________
8133 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
8134         Log: There isn't going to be perl.third.exe.
8135      Branch: perl
8136            ! Makefile.SH
8137 ____________________________________________________________________________
8138 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
8139         Log: Subject: [PATCH] small coredump correction
8140              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8141              Date: Tue, 15 Jan 2002 00:22:52 +0100
8142              Message-ID: <20020115002252.I691@rafael>
8143      Branch: perl
8144            ! op.c
8145 ____________________________________________________________________________
8146 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
8147         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
8148              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8149              Date: Mon, 14 Jan 2002 23:03:04 +0100
8150              Message-ID: <20020114230304.A691@rafael>   
8151              
8152              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
8153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8154              Date: Mon, 14 Jan 2002 23:18:43 +0100
8155              Message-ID: <20020114231843.E691@rafael>   
8156      Branch: perl
8157            ! pod/perlsub.pod t/op/override.t toke.c
8158 ____________________________________________________________________________
8159 [ 14259] By: nick                                  on 2002/01/14  22:02:49
8160         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
8161              Need to use CopXXXXX macros everywhere and add CopSTASH_free
8162              Add new scope type and add support for it to scope.c and scope stack
8163              dup-er in sv.c. Add savesharedpv().
8164              Also zealous version of Win32's vmem.h to catch all the abuses.
8165              With this t/op/fork.t passes even with zealous checking and 
8166              checker is point a finger at various threads/shared issues.
8167              
8168              PL_curcop->cop_io is still an issue.
8169      Branch: perlio
8170            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
8171            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
8172            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
8173            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
8174            ! win32/vmem.h win32/win32.c win32/win32.h
8175 ____________________________________________________________________________
8176 [ 14258] By: nick                                  on 2002/01/14  20:24:28
8177         Log: Integrate build parts of mainline
8178      Branch: perlio
8179           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
8180           !> lib/ExtUtils/t/MM_Win32.t
8181 ____________________________________________________________________________
8182 [ 14257] By: nick                                  on 2002/01/14  16:10:54
8183         Log: Inverted sense of special-ness of specialCopIO - supposed to 
8184              be true if value is "special" i.e. NOT an SV.
8185      Branch: perlio
8186            ! perlio.h
8187 ____________________________________________________________________________
8188 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
8189         Log: Update Changes.
8190      Branch: perl
8191            ! Changes patchlevel.h
8192 ____________________________________________________________________________
8193 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
8194         Log: Retract #14251 (the op slab allocator from perlio)
8195              until we figure out why 2.2.19 x86 debian gets
8196              a circular sibling chain and therefore hangs in
8197              the Perl_ck_subr() sibling for-loop.
8198      Branch: perl
8199            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
8200            ! perlapi.c perlapi.h proto.h
8201 ____________________________________________________________________________
8202 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
8203         Log: Big mktables rewrite from Jeffrey;
8204              documentation not yet updated.
8205      Branch: perl
8206            + (add 171 files)
8207            - (delete 182 files)
8208            ! (edit 135 files)
8209 ____________________________________________________________________________
8210 [ 14253] By: ams                                   on 2002/01/14  03:15:05
8211         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
8212              From: Michael G Schwern <schwern@pobox.com>
8213              Date: Sun, 13 Jan 2002 21:00:07 -0500
8214              Message-Id: <20020114020007.GB2877@blackrider>
8215      Branch: perl
8216            ! lib/Cwd.pm
8217 ____________________________________________________________________________
8218 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
8219         Log: Subject: Re: Win32 status - progress !
8220              From: Abe Timmerman <abe@ztreet.demon.nl>       
8221              Date: Mon, 14 Jan 2002 02:29:51 +0100
8222              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
8223      Branch: perl
8224            ! lib/ExtUtils/t/MM_Win32.t
8225 ____________________________________________________________________________
8226 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
8227         Log: Integrate perlio.
8228              
8229              Slab allocator for ops
8230              - moved the statics to intrpvar.h
8231              - implemented Slab_Free()
8232              - uses PerlMemShared (for now) if distinction exists.
8233      Branch: perl
8234           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
8235           !> perlapi.c perlapi.h proto.h
8236 ____________________________________________________________________________
8237 [ 14250] By: nick                                  on 2002/01/13  23:22:34
8238         Log: Slab allocator for ops
8239              - moved the statics to intrpvar.h
8240              - implemented Slab_Free()
8241              - uses PerlMemShared (for now) if distinction exists.
8242      Branch: perlio
8243            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
8244            ! perlapi.c perlapi.h proto.h
8245 ____________________________________________________________________________
8246 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
8247         Log: Start a new test category: uni.  Much of t/op/pat
8248              should probably be moved here, but holding on that
8249              until Jeffrey finishes his big mktables rewrite.
8250              Bits and pieces of op/split, op/pack, op/append,
8251              op/join, could probably be moved to respective uni
8252              tests, too.
8253      Branch: perl
8254            + t/uni/fold.t t/uni/sprintf.t
8255            - t/op/unifold.t t/op/unisprintf.t
8256            ! MANIFEST t/TEST t/harness
8257 ____________________________________________________________________________
8258 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
8259         Log: Subject: [PATCH] enable Win32 to build again
8260              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8261              Date: Sun, 13 Jan 2002 21:49:24 +0100
8262              Message-ID: <3C4200E4.15926.23F6131@localhost>
8263              
8264              miniperl.exe.exe does not exe that well.
8265      Branch: perl
8266            ! lib/ExtUtils/MM_Unix.pm
8267 ____________________________________________________________________________
8268 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
8269         Log: Mention some of the load-affected tests.
8270      Branch: perl
8271            ! INSTALL
8272 ____________________________________________________________________________
8273 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
8274         Log: Move the UTF-8 conversion code earlier so that
8275              op/ver is happy.
8276      Branch: perl
8277            ! sv.c t/op/ver.t
8278 ____________________________________________________________________________
8279 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
8280         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
8281              have diverged quite a bit so no updates there.
8282      Branch: perl
8283            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
8284            ! ext/List/Util/lib/List/Util.pm
8285            ! ext/List/Util/lib/Scalar/Util.pm
8286 ____________________________________________________________________________
8287 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
8288         Log: Make the crypt() pickier: if downgrading doesn't work,
8289              croak.
8290      Branch: perl
8291            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
8292 ____________________________________________________________________________
8293 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
8294         Log: Grow the buffer in case Unicode caused size changes
8295              (and it very probably did).
8296      Branch: perl
8297            ! sv.c
8298 ____________________________________________________________________________
8299 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
8300         Log: Future-proofing from Jeffrey Friedl (for conflicting
8301              In* and Is* names).
8302      Branch: perl
8303            ! lib/utf8_heavy.pl
8304 ____________________________________________________________________________
8305 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
8306         Log: Subject: [PATCH] Re: Warning in B.xs
8307              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8308              Date: Sun, 13 Jan 2002 19:39:52 +0100
8309              Message-ID: <3C41E288.20562.1C8C895@localhost>
8310      Branch: perl
8311            ! ext/B/B.xs
8312 ____________________________________________________________________________
8313 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
8314         Log: Subject: Re: lookbehind broken with latest bleedperl
8315              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8316              Date: Sun, 13 Jan 2002 18:06:22 +0000
8317              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
8318      Branch: perl
8319            ! regexec.c t/op/re_tests
8320 ____________________________________________________________________________
8321 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
8322         Log: Subject: [PATCH] more MM_Unix.t tests
8323              From: Tels <perl_dummy@bloodgate.com>
8324              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
8325              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
8326              
8327              Subject: [PATCH] 14220 misunderstood, I bet          
8328              From: andreas.koenig@anima.de (Andreas J. Koenig)
8329              Date: 12 Jan 2002 21:31:58 +0100
8330              Message-ID: <m3k7un8g5d.fsf@anima.de>
8331      Branch: perl
8332            ! lib/ExtUtils/t/MM_Unix.t
8333 ____________________________________________________________________________
8334 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
8335         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
8336              From: Tels <perl_dummy@bloodgate.com>
8337              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
8338              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
8339              
8340              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
8341              From: Tels <perl_dummy@bloodgate.com>
8342              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
8343              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
8344      Branch: perl
8345            ! lib/ExtUtils/MM_Unix.pm
8346 ____________________________________________________________________________
8347 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
8348         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
8349              From: Nicholas Clark <nick@unfortu.net> 
8350              Date: Sun, 13 Jan 2002 15:58:34 +0000
8351              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
8352      Branch: perl
8353            ! lib/Benchmark.t
8354 ____________________________________________________________________________
8355 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
8356         Log: Anton Berezin did more reading and the uid setting story
8357              gets more complex.
8358      Branch: perl
8359            ! pod/perltodo.pod utils/perldoc.PL
8360 ____________________________________________________________________________
8361 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
8362         Log: Integrate perlio;
8363              
8364              Win32 fixes:
8365              - vmem.h hack to handle free-by-wrong-thread after eval "".
8366              - Initialize timerid 
8367      Branch: perl
8368           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
8369 ____________________________________________________________________________
8370 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
8371         Log: Subject: Re: HiRes
8372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8373              Date: Sun, 13 Jan 2002 10:18:46 +0100
8374              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
8375              
8376              Give up on socketpair in HP-UX.
8377      Branch: perl
8378            ! ext/Socket/socketpair.t
8379 ____________________________________________________________________________
8380 [ 14233] By: nick                                  on 2002/01/13  16:29:30
8381         Log: Integrate mainline
8382      Branch: perlio
8383           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
8384           !> (integrate 46 files)
8385 ____________________________________________________________________________
8386 [ 14232] By: nick                                  on 2002/01/13  15:37:48
8387         Log: Win32 fixes:
8388              - vmem.h hack to handle free-by-wrong-thread after eval "".
8389              - Initialize timerid 
8390      Branch: perlio
8391            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
8392 ____________________________________________________________________________
8393 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
8394         Log: *groan*
8395      Branch: perl
8396            ! t/op/pat.t
8397 ____________________________________________________________________________
8398 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
8399         Log: One more sharp s case found by Jeffrey.
8400      Branch: perl
8401            ! regexec.c t/op/pat.t
8402 ____________________________________________________________________________
8403 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
8404         Log: Comment tweak.
8405      Branch: perl
8406            ! regexec.c
8407 ____________________________________________________________________________
8408 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
8409         Log: Don't bother checking for the Greek special
8410              cases if the node is too short.
8411      Branch: perl
8412            ! regcomp.c
8413 ____________________________________________________________________________
8414 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
8415         Log: Update Changes.
8416      Branch: perl
8417            ! Changes patchlevel.h
8418 ____________________________________________________________________________
8419 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
8420         Log: metaconfig unit change for #14225.
8421      Branch: metaconfig
8422            + U/modified/i_ndbm.U
8423 ____________________________________________________________________________
8424 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
8425         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
8426              From: Jonathan Stowe <gellyfish@gellyfish.com>
8427              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
8428              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
8429      Branch: perl
8430            ! Configure config_h.SH
8431 ____________________________________________________________________________
8432 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
8433         Log: Quick reformat using indent -kr -nce, as requested
8434              by Dan Kogai and suggest by NI-S.
8435      Branch: perl
8436            ! ext/Encode/encengine.c
8437 ____________________________________________________________________________
8438 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
8439         Log: Couple more Unicode lookbehind tests.
8440      Branch: perl
8441            ! t/op/pat.t
8442 ____________________________________________________________________________
8443 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
8444         Log: Sharp S as a special treat for our German UTF-8 testers :-)
8445      Branch: perl
8446            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
8447 ____________________________________________________________________________
8448 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
8449         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
8450              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8451              Date: Sat, 12 Jan 2002 20:37:32 +0100
8452              Message-ID: <3C409E8C.16203.196C2D3@localhost>
8453      Branch: perl
8454            ! ext/B/B/Deparse.pm
8455 ____________________________________________________________________________
8456 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
8457         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
8458              really worth the bits it's printed on?
8459      Branch: perl
8460            ! lib/ExtUtils/t/MM_Unix.t
8461 ____________________________________________________________________________
8462 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
8463         Log: Special treatment for U+03B0 and U+0390 in //i,
8464              this means that we can remove the minlen pessimisations
8465              introduced by the #14096.
8466      Branch: perl
8467            ! pp_hot.c regcomp.c regexec.c
8468 ____________________________________________________________________________
8469 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
8470         Log: Integrate perlio;
8471              
8472              Abstract out the cloning of SvPVX and handle shared pv in a 
8473              safe (if suboptimal) manner. Does not fix op/fork.t :-(
8474              
8475              Win32-ize socketpair test
8476              - Win32 can fork even though $Config{d_fork} is undef
8477              - SOCK_DGRAM does not work - skip those tests.
8478      Branch: perl
8479           !> ext/Socket/socketpair.t sv.c
8480 ____________________________________________________________________________
8481 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
8482         Log: One should first drop the real uid, not the effective uid.
8483              [ID 20020110.003]
8484      Branch: perl
8485            ! utils/perldoc.PL
8486 ____________________________________________________________________________
8487 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
8488         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
8489              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8490              Date: Fri, 11 Jan 2002 23:29:48 +0100
8491              Message-ID: <3C3F756C.4581.2E2A938@localhost>
8492      Branch: perl
8493            + ext/B/C/C.xs ext/B/C/Makefile.PL
8494            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
8495            ! utils/perlcc.PL
8496 ____________________________________________________________________________
8497 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
8498         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
8499              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
8500              Date: Fri, 11 Jan 2002 14:29:30 -0800
8501              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
8502      Branch: perl
8503            ! ext/B/t/concise.t
8504 ____________________________________________________________________________
8505 [ 14214] By: nick                                  on 2002/01/12  12:31:12
8506         Log: Win32-ize socketpair test
8507              - Win32 can fork even though $Config{d_fork} is undef
8508              - SOCK_DGRAM does not work - skip those tests.
8509      Branch: perlio
8510            ! ext/Socket/socketpair.t
8511 ____________________________________________________________________________
8512 [ 14213] By: nick                                  on 2002/01/12  11:46:28
8513         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
8514              safe (if suboptimal) manner. Does not fix op/fork.t :-(
8515      Branch: perlio
8516            ! sv.c
8517 ____________________________________________________________________________
8518 [ 14212] By: ams                                   on 2002/01/12  06:10:52
8519         Log: Subject: [PATCH] More fixes for Stratus VOS
8520              From: "Green, Paul" <Paul.Green@stratus.com>
8521              Date: Fri, 11 Jan 2002 17:30:37 -0500
8522              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
8523      Branch: perl
8524            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
8525 ____________________________________________________________________________
8526 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
8527         Log: Upgrade to CGI.pm 2.80.
8528      Branch: perl
8529            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
8530 ____________________________________________________________________________
8531 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
8532         Log: FAQ sync.
8533      Branch: perl
8534            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8535            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8536            ! pod/perlfaq8.pod
8537 ____________________________________________________________________________
8538 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
8539         Log: This is getting embarrassing.
8540      Branch: perl
8541            ! t/op/pat.t
8542 ____________________________________________________________________________
8543 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
8544         Log: Doc tweaks.
8545      Branch: perl
8546            ! pod/perlunicode.pod
8547 ____________________________________________________________________________
8548 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
8549         Log: Updating the test count is good; also rephrasing
8550              so that there is no ok output containing "not".
8551      Branch: perl
8552            ! t/op/pat.t
8553 ____________________________________________________________________________
8554 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
8555         Log: Andreas is busy :-)
8556      Branch: perl
8557            ! doop.c t/op/unisprintf.t
8558 ____________________________________________________________________________
8559 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
8560         Log: Unicode lookbehind looked bad.
8561      Branch: perl
8562            ! regexec.c t/op/pat.t
8563 ____________________________________________________________________________
8564 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
8565         Log: Garbage collection.
8566      Branch: perl
8567            ! t/run/kill_perl.t
8568 ____________________________________________________________________________
8569 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
8570         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
8571              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8572              Date: Fri, 11 Jan 2002 23:29:48 +0100
8573              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
8574      Branch: perl
8575            ! embed.fnc global.sym makedef.pl
8576 ____________________________________________________________________________
8577 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
8578         Log: Subject: [PATCH] perldelta nit?
8579              From: Robert Spier <rspier@pobox.com>
8580              Date: Fri, 11 Jan 2002 15:19:16 -0800
8581              Message-ID: <15423.29428.164185.251700@rls.cx>
8582      Branch: perl
8583            ! pod/perldelta.pod
8584 ____________________________________________________________________________
8585 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
8586         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
8587              From: Michael G Schwern <schwern@pobox.com>
8588              Date: Fri, 11 Jan 2002 17:08:17 -0500
8589              Message-ID: <20020111220817.GG2838@blackrider>
8590      Branch: perl
8591            ! t/run/kill_perl.t t/test.pl
8592 ____________________________________________________________________________
8593 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
8594         Log: Subject: [PATCH] Correct misleading error message
8595              From: Mike Guy <mjtg@cam.ac.uk>
8596              Date: Fri, 11 Jan 2002 18:36:33 +0000
8597              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
8598              
8599              hash assignment -> anonymous hash
8600      Branch: perl
8601            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
8602 ____________________________________________________________________________
8603 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
8604         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
8605              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8606              Date: Fri, 11 Jan 2002 16:58:14 +0100
8607              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
8608      Branch: perl
8609            ! ext/Unicode/Normalize/mkheader
8610 ____________________________________________________________________________
8611 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
8612         Log: Add a new test for is-sprintf-preserving Unicodeness:
8613              #14194 and an old one from kill_perl.t (I could have used
8614              sprintf.t, but it's format was quite fixed, and I didn't
8615              feel like breaking the format)
8616      Branch: perl
8617            + t/op/unisprintf.t
8618            ! MANIFEST t/run/kill_perl.t
8619 ____________________________________________________________________________
8620 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
8621         Log: Integrate perlio;
8622              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
8623      Branch: perl
8624           !> win32/win32.c
8625 ____________________________________________________________________________
8626 [ 14196] By: nick                                  on 2002/01/11  20:58:20
8627         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
8628              as C runtime seems to get its hands on them even though we said
8629              they were handled.
8630              Still an issue with "die" out of signal handler - get panic: pp_iter
8631      Branch: perlio
8632            ! win32/win32.c
8633 ____________________________________________________________________________
8634 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
8635         Log: Integrate perlio;
8636              A mostly-stable version of "new" Win32 signal/kill support.
8637      Branch: perl
8638           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
8639           !> win32/config.gc win32/config.vc win32/config_H.bc
8640           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
8641           !> win32/makefile.mk win32/win32.c win32/win32.h
8642 ____________________________________________________________________________
8643 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
8644         Log: Fix for
8645              
8646              Subject: UTF-8 sprintf bug in bleadperl
8647              From: andreas.koenig@anima.de (Andreas J. Koenig)
8648              Date: 11 Jan 2002 15:47:15 +0100
8649              Message-ID: <m3vge99c7g.fsf@anima.de>
8650              
8651              I have tests, have just to figure out where to put them
8652              since op/sprintf looks a bit unfriendly for tests of
8653              somewhat freer form.
8654      Branch: perl
8655            ! doop.c sv.c
8656 ____________________________________________________________________________
8657 [ 14193] By: nick                                  on 2002/01/11  18:25:34
8658         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
8659              Builds and passes a few tests.
8660      Branch: perlio
8661           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
8662           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
8663           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
8664           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
8665           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
8666           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
8667           +> t/lib/sample-tests/lone_not_bug
8668           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
8669           +> t/lib/sample-tests/vms_nit
8670           !> (integrate 63 files)
8671 ____________________________________________________________________________
8672 [ 14192] By: nick                                  on 2002/01/11  17:49:39
8673         Log: A mostly-stable version of "new" Win32 signal/kill support.
8674      Branch: perlio
8675            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
8676            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8677            ! win32/config_h.PL win32/makefile.mk win32/win32.c
8678            ! win32/win32.h
8679 ____________________________________________________________________________
8680 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
8681         Log: Update Changes.
8682      Branch: perl
8683            ! Changes patchlevel.h
8684 ____________________________________________________________________________
8685 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
8686         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
8687              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8688              Date: Thu, 10 Jan 2002 18:21:34 -0800
8689              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
8690      Branch: perl
8691            + ext/B/t/concise.t
8692            ! MANIFEST
8693 ____________________________________________________________________________
8694 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
8695         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
8696              necessary in form.t and html.t @INC setups.
8697      Branch: perl
8698            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
8699 ____________________________________________________________________________
8700 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
8701         Log: Yet another twist.
8702      Branch: perl
8703            ! t/test.pl
8704 ____________________________________________________________________________
8705 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
8706         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
8707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8708              Date: Fri, 11 Jan 2002 13:04:15 +0100      
8709              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
8710      Branch: perl
8711            ! hints/aix.sh
8712 ____________________________________________________________________________
8713 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
8714         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
8715              From: Jonathan Stowe <gellyfish@gellyfish.com> 
8716              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
8717              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
8718      Branch: perl
8719            ! lib/AnyDBM_File.t
8720 ____________________________________________________________________________
8721 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
8722         Log: Arguments were being mangled.
8723      Branch: perl
8724            ! t/test.pl
8725 ____________________________________________________________________________
8726 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
8727         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
8728              From: Jonathan Stowe <gellyfish@gellyfish.com>
8729              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
8730              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
8731      Branch: perl
8732            ! lib/AnyDBM_File.t
8733 ____________________________________________________________________________
8734 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
8735         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
8736              From: Michael G Schwern <schwern@pobox.com> 
8737              Date: Fri, 11 Jan 2002 04:26:27 -0500
8738              Message-ID: <20020111092626.GA16544@blackrider>
8739      Branch: perl
8740            ! t/run/kill_perl.t t/test.pl
8741 ____________________________________________________________________________
8742 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
8743         Log: Subject: [PATCH] Test::Harness 2.01
8744              From: Michael G Schwern <schwern@pobox.com> 
8745              Date: Thu, 10 Jan 2002 21:11:24 -0500
8746              Message-ID: <20020111021123.GA30666@blackrider>
8747      Branch: perl
8748            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
8749            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
8750            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
8751            + lib/Test/Harness/t/nonumbers.t
8752            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
8753            + t/lib/sample-tests/lone_not_bug
8754            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
8755            + t/lib/sample-tests/vms_nit
8756            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
8757            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
8758 ____________________________________________________________________________
8759 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
8760         Log: patch is silly when creating new files: don't run
8761              patch more than once.
8762      Branch: perl
8763            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
8764 ____________________________________________________________________________
8765 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
8766         Log: Forgot from #14179.
8767      Branch: perl
8768            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
8769 ____________________________________________________________________________
8770 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
8771         Log: Subject: [PATCH] is() undef/'' behavior change
8772              From: Michael G Schwern <schwern@pobox.com> 
8773              Date: Fri, 11 Jan 2002 03:35:51 -0500
8774              Message-ID: <20020111083551.GC30666@blackrider>
8775              
8776              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
8777              From: Michael G Schwern <schwern@pobox.com> 
8778              Date: Fri, 11 Jan 2002 03:37:44 -0500
8779              Message-ID: <20020111083744.GD30666@blackrider>
8780      Branch: perl
8781            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
8782            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
8783            ! lib/Pod/t/InputObjects.t lib/blib.t
8784 ____________________________________________________________________________
8785 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
8786         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
8787              From: Michael G Schwern <schwern@pobox.com> 
8788              Date: Thu, 10 Jan 2002 19:56:23 -0500
8789              Message-ID: <20020111005623.GA13192@blackrider>
8790      Branch: perl
8791            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
8792            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
8793            ! lib/Test/Simple.pm lib/Test/Simple/Changes
8794            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
8795            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8796            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8797            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
8798            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
8799            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
8800            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
8801            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
8802            ! lib/Test/Simple/t/plan_is_noplan.t
8803            ! lib/Test/Simple/t/plan_no_plan.t
8804            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
8805            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
8806            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
8807            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
8808            ! lib/Test/Tutorial.pod
8809 ____________________________________________________________________________
8810 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
8811         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
8812              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
8813              
8814              turns out even the malloc() was never really needed to begin with,
8815              so get rid of it
8816      Branch: perl
8817            ! sv.c
8818 ____________________________________________________________________________
8819 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
8820         Log: Small doc tweaks.
8821      Branch: perl
8822            ! pod/perluniintro.pod
8823 ____________________________________________________________________________
8824 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
8825         Log: support using the CRT's malloc() family of functions instead of
8826              the internal one when ithreads is enabled; allocate large blocks
8827              using VirtualAlloc() since the Heap*() functions may only be tuned
8828              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
8829              
8830              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
8831              also see comments at the top of win32/vmem.h for other options that
8832              can be set
8833      Branch: perl
8834            ! win32/vmem.h
8835 ____________________________________________________________________________
8836 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
8837         Log: Subject: micropatch
8838              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8839              Date: Thu, 10 Jan 2002 18:20:58 +0000
8840              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
8841      Branch: perl
8842            ! regcomp.c
8843 ____________________________________________________________________________
8844 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
8845         Log: Subject: [PATCH] Embed.t on Win32
8846              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8847              Date: Thu, 10 Jan 2002 18:56:21 +0100
8848              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
8849      Branch: perl
8850            ! lib/ExtUtils/t/Embed.t
8851 ____________________________________________________________________________
8852 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
8853         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
8854              From: Gisle Aas <gisle@ActiveState.com>
8855              Date: 10 Jan 2002 08:56:05 -0800
8856              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
8857      Branch: perl
8858            ! toke.c
8859 ____________________________________________________________________________
8860 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
8861         Log: Subject: [PATCH] doc fixes
8862              From: "Brendan O'Dea" <bod@debian.org>
8863              Date: Fri, 11 Jan 2002 03:49:54 +1100
8864              Message-ID: <20020110164954.GA21891@compusol.com.au>
8865      Branch: perl
8866            ! lib/I18N/Collate.pm pod/perlfunc.pod
8867 ____________________________________________________________________________
8868 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
8869         Log: Integrate perlio; More signal hackery.
8870      Branch: perl
8871           !> win32/win32.c
8872 ____________________________________________________________________________
8873 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
8874         Log: No need to show internal encodings, or return them
8875              in random order.
8876      Branch: perl
8877            ! ext/Encode/Encode.pm
8878 ____________________________________________________________________________
8879 [ 14168] By: nick                                  on 2002/01/10  17:33:31
8880         Log: Integrate mainline
8881      Branch: perlio
8882            - ext/Unicode/Normalize/Normalize.pod
8883           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
8884           !> ext/Unicode/Normalize/Makefile.PL
8885           !> ext/Unicode/Normalize/Normalize.pm
8886           !> ext/Unicode/Normalize/Normalize.xs
8887           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
8888           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
8889           !> t/run/kill_perl.t toke.c
8890 ____________________________________________________________________________
8891 [ 14167] By: nick                                  on 2002/01/10  17:08:35
8892         Log: More signal hackery
8893      Branch: perlio
8894            ! win32/win32.c
8895 ____________________________________________________________________________
8896 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
8897         Log: I think we can claim to be supporting Unicode
8898              "loose matching" now.
8899      Branch: perl
8900            ! pod/perlunicode.pod
8901 ____________________________________________________________________________
8902 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
8903         Log: Subject: doc patch
8904              From: mjd@plover.com
8905              Date: 10 Jan 2002 15:12:27 -0000
8906              Message-ID: <20020110151227.14850.qmail@plover.com>
8907      Branch: perl
8908            ! pod/perlrun.pod
8909 ____________________________________________________________________________
8910 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
8911         Log: Subject: Re: [ID 20011223.001] accept leaks memory
8912              From: Andy Dougherty <doughera@lafayette.edu>
8913              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
8914              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
8915      Branch: perl
8916            ! hints/linux.sh
8917 ____________________________________________________________________________
8918 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
8919         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
8920      Branch: perl
8921           !> win32/win32.c
8922 ____________________________________________________________________________
8923 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
8924         Log: Subject: [PATCH] Magic numbers in B::Concise
8925              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
8926              Date: Wed, 9 Jan 2002 23:04:01 -0800
8927              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
8928      Branch: perl
8929            ! ext/B/B/Concise.pm ext/B/O.pm
8930 ____________________________________________________________________________
8931 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
8932         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
8933              From: Gisle Aas <gisle@ActiveState.com>
8934              Date: 09 Jan 2002 21:52:40 -0800
8935              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
8936      Branch: perl
8937            ! t/lib/strict/vars toke.c
8938 ____________________________________________________________________________
8939 [ 14160] By: nick                                  on 2002/01/09  21:29:39
8940         Log: Skeleton coding of more kill() support on Win32.
8941      Branch: perlio
8942            ! win32/win32.c
8943 ____________________________________________________________________________
8944 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
8945         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
8946              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8947              Date: Wed, 9 Jan 2002 23:24:32 +0100
8948              Message-ID: <20020109232432.A692@rafael>
8949      Branch: perl
8950            ! ext/B/B/Deparse.pm
8951 ____________________________________________________________________________
8952 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
8953         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
8954              From: Jonathan Stowe <gellyfish@gellyfish.com>
8955              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
8956              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
8957      Branch: perl
8958            ! t/run/kill_perl.t
8959 ____________________________________________________________________________
8960 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
8961         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
8962              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8963              Date: Wed, 09 Jan 2002 20:16:54 +0000
8964              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
8965      Branch: perl
8966            ! regexec.c
8967 ____________________________________________________________________________
8968 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
8969         Log: Subject: [Patch @14129] fixes Unicode::Normalize
8970              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8971              Date: Thu, 10 Jan 2002 01:08:56 +0900
8972              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
8973      Branch: perl
8974            - ext/Unicode/Normalize/Normalize.pod
8975            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
8976            ! ext/Unicode/Normalize/Normalize.pm
8977            ! ext/Unicode/Normalize/Normalize.xs
8978            ! ext/Unicode/Normalize/mkheader
8979 ____________________________________________________________________________
8980 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
8981         Log: Integrate perlio; (Re-)implement alarm() for Win32.
8982      Branch: perl
8983           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
8984           !> win32/win32iop.h
8985 ____________________________________________________________________________
8986 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
8987         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
8988              From: Nicholas Clark <nick@unfortu.net>
8989              Date: Wed, 9 Jan 2002 17:56:04 +0000
8990              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
8991      Branch: perl
8992            ! t/op/readdir.t
8993 ____________________________________________________________________________
8994 [ 14153] By: nick                                  on 2002/01/09  16:18:57
8995         Log: Integrate mainline
8996      Branch: perlio
8997           +> ext/threads/t/stress_re.t t/op/unifold.t
8998            - lib/unifold.t
8999           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
9000           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
9001           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
9002 ____________________________________________________________________________
9003 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
9004         Log: Update Changes.
9005      Branch: perl
9006            ! Changes patchlevel.h
9007 ____________________________________________________________________________
9008 [ 14151] By: nick                                  on 2002/01/09  14:27:36
9009         Log: (Re-)implement alarm() for Win32.
9010      Branch: perlio
9011            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
9012            ! win32/win32iop.h
9013 ____________________________________________________________________________
9014 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
9015         Log: Thinko.
9016      Branch: perl
9017            ! ext/threads/t/stress_re.t
9018 ____________________________________________________________________________
9019 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
9020         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
9021              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
9022              Date: Wed, 09 Jan 2002 13:37:17 +0000                
9023              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
9024      Branch: perl
9025            ! regexec.c t/op/re_tests
9026 ____________________________________________________________________________
9027 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
9028         Log: Subject: Re: Weird Malformed warning in bleadperl    
9029              From: andreas.koenig@anima.de (Andreas J. Koenig)    
9030              Date: 09 Jan 2002 11:12:37 +0100
9031              Message-ID: <m3itabbzoq.fsf@anima.de>
9032      Branch: perl
9033            ! regexec.c t/op/pat.t
9034 ____________________________________________________________________________
9035 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
9036         Log: Forgot stress_re.t from MANIFEST.
9037      Branch: perl
9038            ! MANIFEST
9039 ____________________________________________________________________________
9040 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
9041         Log: In dumping use isPRINT() instead of isprint() so that locale
9042              does not come into play.
9043      Branch: perl
9044            ! utf8.c
9045 ____________________________________________________________________________
9046 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
9047         Log: Add a threads stress test for regular expressions
9048              (mostly just a modified stress_string.t) and doesn't
9049              test that much of regular expressions, just that $1
9050              doesn't get stomped by competing threads (as it does
9051              in the 5005threads of old).
9052      Branch: perl
9053            + ext/threads/t/stress_re.t
9054            ! MANIFEST
9055 ____________________________________________________________________________
9056 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
9057         Log: (retracted by #14307)
9058              Subject: Re: [ID 20010912.007] substr reference core dump
9059              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9060              Date: Tue, 08 Jan 2002 19:17:50 +0000
9061              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
9062      Branch: perl
9063            ! scope.c t/run/kill_perl.t
9064 ____________________________________________________________________________
9065 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
9066         Log: SANY (. with /s) wasn't happy on Unicode.
9067      Branch: perl
9068            ! regexec.c t/op/pat.t
9069 ____________________________________________________________________________
9070 [ 14142] By: ams                                   on 2002/01/08  22:42:10
9071         Log: Subject: [PATCH] perldebug nit
9072              From: Tels <tels@bloodgate.com>
9073              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
9074      Branch: perl
9075            ! pod/perldebug.pod
9076 ____________________________________________________________________________
9077 [ 14141] By: ams                                   on 2002/01/08  21:32:59
9078         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
9079              From: "Green, Paul" <Paul.Green@stratus.com>
9080              Date: Tue, 8 Jan 2002 17:31:35 -0500
9081              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
9082      Branch: perl
9083            ! Makefile.SH
9084 ____________________________________________________________________________
9085 [ 14140] By: ams                                   on 2002/01/08  21:27:57
9086         Log: Subject: [PATCH] Re: Slight chokage from Deparse
9087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9088              Date: Tue, 8 Jan 2002 23:04:45 +0100
9089              Message-Id: <20020108230445.A4798@rafael>
9090      Branch: perl
9091            ! ext/B/B/Deparse.pm
9092 ____________________________________________________________________________
9093 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
9094         Log: Subject: [patch] peep() is rude
9095              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
9096              Date: Tue, 08 Jan 2002 19:17:50 +0000            
9097              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
9098      Branch: perl
9099            ! op.c t/run/kill_perl.t
9100 ____________________________________________________________________________
9101 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
9102         Log: unifold is really an op test since it requires
9103              no external modules for its actual testing:
9104              only the unicore CaseFold.txt file, and File::Spec
9105              to portably access that file.
9106      Branch: perl
9107            + t/op/unifold.t
9108            - lib/unifold.t
9109            ! MANIFEST
9110 ____________________________________________________________________________
9111 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
9112         Log: Subject: [patch] save a test 
9113              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9114              Date: Tue, 08 Jan 2002 16:18:47 +0000
9115              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
9116      Branch: perl
9117            ! regcomp.c
9118 ____________________________________________________________________________
9119 [ 14136] By: nick                                  on 2002/01/08  16:11:55
9120         Log: Integrate mainline
9121      Branch: perlio
9122           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
9123           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
9124           !> (integrate 37 files)
9125 ____________________________________________________________________________
9126 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
9127         Log: Subject: Not OK 13843 
9128              From: andreas.koenig@anima.de (Andreas J. Koenig)
9129              Date: 08 Jan 2002 14:12:29 +0100
9130              Message-ID: <m38zb9c7gi.fsf@anima.de>
9131      Branch: perl
9132            ! op.c t/op/subst.t
9133 ____________________________________________________________________________
9134 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
9135         Log: Missed one variant of the fold testing, noticed bu Hugo.
9136      Branch: perl
9137            ! lib/unifold.t
9138 ____________________________________________________________________________
9139 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
9140         Log: Enchance the Storable magic description.
9141      Branch: perl
9142            ! ext/Storable/Storable.pm
9143 ____________________________________________________________________________
9144 [ 14132] By: ams                                   on 2002/01/08  09:16:12
9145         Log: Subject: [PATCH] don't installperl pods
9146              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9147              Date: Tue, 08 Jan 2002 10:36:01 +0100
9148              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
9149      Branch: perl
9150            ! installperl
9151 ____________________________________________________________________________
9152 [ 14131] By: ams                                   on 2002/01/08  03:38:40
9153         Log: Subject: Math-BigInt v1.49 released
9154              From: Tels <perl_dummy@bloodgate.com>
9155              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
9156      Branch: perl
9157            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
9158            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
9159            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9160            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
9161            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
9162            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
9163            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
9164            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9165            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
9166            ! t/lib/Math/BigInt/Subclass.pm
9167 ____________________________________________________________________________
9168 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
9169         Log: A little better comments.
9170      Branch: perl
9171            ! regexec.c
9172 ____________________________________________________________________________
9173 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
9174         Log: No normalization form DNF.
9175      Branch: perl
9176            ! ext/Unicode/Normalize/Normalize.pm
9177 ____________________________________________________________________________
9178 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
9179         Log: Extension nits found by -Wall (several from threads
9180              and threads::shared, but leaving them to Arthur).
9181      Branch: perl
9182            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
9183            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
9184            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
9185            ! ext/Unicode/Normalize/mkheader x2p/str.c
9186 ____________________________________________________________________________
9187 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
9188         Log: Sync up Changes etc.
9189      Branch: maint-5.6/macperl
9190            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
9191 ____________________________________________________________________________
9192 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
9193         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
9194      Branch: maint-5.6/macperl
9195            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
9196 ____________________________________________________________________________
9197 [ 14125] By: ams                                   on 2002/01/07  22:03:22
9198         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
9199              From: Nicholas Clark (sans From field in mail header)
9200              Date: Mon, 7 Jan 2002 16:18:23 +0000
9201              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
9202      Branch: perl
9203            ! lib/Exporter.pm
9204 ____________________________________________________________________________
9205 [ 14124] By: ams                                   on 2002/01/07  21:46:11
9206         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
9207              From: "Green, Paul" <Paul.Green@stratus.com>
9208              Date: Mon, 7 Jan 2002 16:59:38 -0500
9209              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
9210      Branch: perl
9211            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
9212 ____________________________________________________________________________
9213 [ 14123] By: nick                                  on 2002/01/07  18:49:55
9214         Log: Integrate mainline
9215      Branch: perlio
9216           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
9217           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
9218           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
9219           !> regexec.c t/op/re_tests utf8.c utf8.h
9220 ____________________________________________________________________________
9221 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
9222         Log: Update Changes.
9223      Branch: perl
9224            ! Changes patchlevel.h
9225 ____________________________________________________________________________
9226 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
9227         Log: Subject: [PATCH] Correct module name in perldelta*
9228              From: Mike Guy <mjtg@cam.ac.uk>
9229              Date: Mon, 07 Jan 2002 17:02:43 +0000
9230              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
9231      Branch: perl
9232            ! pod/perl561delta.pod pod/perl56delta.pod
9233 ____________________________________________________________________________
9234 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
9235         Log: AUTHORS update.
9236      Branch: perl
9237            ! AUTHORS
9238 ____________________________________________________________________________
9239 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
9240         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
9241      Branch: perl
9242            ! ext/Storable/Storable.pm
9243 ____________________________________________________________________________
9244 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
9245         Log: perldelta updates.
9246      Branch: perl
9247            ! pod/perldelta.pod
9248 ____________________________________________________________________________
9249 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
9250         Log: Document the flags of pv_uni_display().
9251      Branch: perl
9252            ! pod/perlapi.pod utf8.c
9253 ____________________________________________________________________________
9254 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
9255         Log: Forgot from #14115.
9256      Branch: perl
9257            ! t/op/re_tests
9258 ____________________________________________________________________________
9259 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
9260         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
9261              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9262              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
9263              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
9264      Branch: perl
9265            ! regcomp.c
9266 ____________________________________________________________________________
9267 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
9268         Log: More regex and utf8 debug dumping.
9269      Branch: perl
9270            ! dump.c regcomp.c regexec.c utf8.c utf8.h
9271 ____________________________________________________________________________
9272 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
9273         Log: Unused variable.
9274      Branch: perl
9275            ! regcomp.c
9276 ____________________________________________________________________________
9277 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
9278         Log: Regen toc.
9279      Branch: perl
9280            ! pod/perltoc.pod
9281 ____________________________________________________________________________
9282 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
9283         Log: capitalize correctly, noticed by David Dyck.
9284      Branch: perl
9285            ! lib/sort.pm
9286 ____________________________________________________________________________
9287 [ 14110] By: nick                                  on 2002/01/06  22:05:19
9288         Log: Integrate mainline - threads mended, DB_File sick?
9289      Branch: perlio
9290           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
9291           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
9292           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
9293           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
9294           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
9295 ____________________________________________________________________________
9296 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
9297         Log: No need to overqualify.
9298      Branch: perl
9299            ! lib/sort.pm
9300 ____________________________________________________________________________
9301 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
9302         Log: PL_debug_pad wasn't initialized to zeroes which broke
9303              ithreads + DEBUGGING.
9304      Branch: perl
9305            ! sv.c
9306 ____________________________________________________________________________
9307 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
9308         Log: Update Changes.
9309      Branch: perl
9310            ! Changes patchlevel.h
9311 ____________________________________________________________________________
9312 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
9313         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
9314              From: Jonathan Stowe <gellyfish@gellyfish.com>
9315              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
9316              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
9317      Branch: perl
9318            ! pp_sys.c
9319 ____________________________________________________________________________
9320 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
9321         Log: DB_File sync from Paul Marquess.
9322      Branch: perl
9323            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9324            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
9325            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
9326 ____________________________________________________________________________
9327 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
9328         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
9329              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
9330              Date: Sun, 6 Jan 2002 11:44:30 +0100
9331              Message-ID: <3C38389E.7831.493570@localhost>
9332      Branch: perl
9333            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
9334            ! utils/perlcc.PL
9335 ____________________________________________________________________________
9336 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
9337         Log: Tests for #14098.
9338      Branch: perl
9339            ! t/op/lc.t
9340 ____________________________________________________________________________
9341 [ 14102] By: nick                                  on 2002/01/06  11:33:55
9342         Log: Integrate mainline (PPPort still multi-building).
9343      Branch: perlio
9344           +> lib/unifold.t
9345           !> (integrate 30 files)
9346 ____________________________________________________________________________
9347 [ 14101] By: ams                                   on 2002/01/06  04:52:50
9348         Log: Subject: [PATCH] Bad prototype detection now an optional warning
9349              From: Sam Tregar <sam@tregar.com>
9350              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
9351              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
9352      Branch: perl
9353            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
9354            ! t/comp/proto.t toke.c
9355 ____________________________________________________________________________
9356 [ 14100] By: ams                                   on 2002/01/06  01:56:59
9357         Log: Subject: [PATCH] Correct several Stratus VOS build issues
9358              From: "Green, Paul" <Paul.Green@stratus.com>
9359              Date: Sat, 5 Jan 2002 21:30:56 -0500
9360              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
9361      Branch: perl
9362            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
9363 ____________________________________________________________________________
9364 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
9365         Log: Further perl.org URL elaboration from Ask.
9366      Branch: perl
9367            ! pod/perlfaq1.pod pod/perlfaq2.pod
9368 ____________________________________________________________________________
9369 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
9370         Log: The same problem with To{Lower,Title,Upper}
9371              as earlier with ToFold.
9372      Branch: perl
9373            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
9374            ! lib/unicore/To/Upper.pl lib/unicore/mktables
9375 ____________________________________________________________________________
9376 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
9377         Log: Retract #14057 for now; the alarm/setitimer timers
9378              seen to be the same in many systems, which leads into
9379              hangups.
9380      Branch: perl
9381            ! ext/Time/HiRes/HiRes.t
9382 ____________________________________________________________________________
9383 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
9384         Log: Finish up (ha!) the Unicode case folding;
9385              enhance regex dumping code.
9386      Branch: perl
9387            + lib/unifold.t
9388            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
9389            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
9390 ____________________________________________________________________________
9391 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
9392         Log: Use the perl.org news gw instead of the perl.com one
9393              (from Ask).
9394      Branch: perl
9395            ! pod/perlfaq1.pod pod/perlfaq2.pod
9396 ____________________________________________________________________________
9397 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
9398         Log: Zero() wasn't documented.
9399      Branch: perl
9400            ! pod/perlclib.pod
9401 ____________________________________________________________________________
9402 [ 14093] By: ams                                   on 2002/01/05  17:58:35
9403         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
9404              From: Nicholas Clark <nick@unfortu.net>
9405              Date: Sat, 5 Jan 2002 18:55:39 +0000
9406              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
9407      Branch: perl
9408            ! lib/Memoize/t/tie_ndbm.t
9409 ____________________________________________________________________________
9410 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
9411         Log: Also UNICOS/mk has deviant socketpair().
9412      Branch: perl
9413            ! ext/Socket/socketpair.t
9414 ____________________________________________________________________________
9415 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
9416         Log: Ooops.  Retract the regex parts of #14090.
9417      Branch: perl
9418            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
9419 ____________________________________________________________________________
9420 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
9421         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
9422              From: Nicholas Clark <nick@unfortu.net> 
9423              Date: Sat, 5 Jan 2002 18:10:13 +0000
9424              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
9425      Branch: perl
9426            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
9427            ! regcomp.h regexec.c
9428 ____________________________________________________________________________
9429 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
9430         Log: Integrate perlio; a missing aTHX.
9431      Branch: perl
9432           !> op.c
9433 ____________________________________________________________________________
9434 [ 14088] By: nick                                  on 2002/01/05  12:35:01
9435         Log: One missing aTHX_
9436      Branch: perlio
9437            ! op.c
9438 ____________________________________________________________________________
9439 [ 14087] By: nick                                  on 2002/01/05  12:00:48
9440         Log: Raw integrate of mainline - op.c looks dodgy.
9441      Branch: perlio
9442           +> lib/Pod/t/Functions.t t/op/winsystem.t
9443            - lib/File/Spec/NW5.pm t/op/system.t
9444           !> (integrate 77 files)
9445 ____________________________________________________________________________
9446 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
9447         Log: integrate changes from maint-5.6/macperl branch
9448      Branch: maint-5.6/perl
9449           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
9450           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
9451 ____________________________________________________________________________
9452 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
9453         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
9454              found by Marc Lehmann.
9455      Branch: perl
9456            ! pp.c
9457 ____________________________________________________________________________
9458 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
9459         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
9460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9461              Date: Sat, 5 Jan 2002 00:31:12 +0100
9462              Message-ID: <20020105003112.E1850@rafael>              
9463      Branch: perl
9464            ! t/comp/proto.t
9465 ____________________________________________________________________________
9466 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
9467         Log: A bit of "perl.com" cleanup.
9468      Branch: perl
9469            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
9470            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9471            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
9472            ! pod/perlmodlib.PL pod/perlmodlib.pod
9473 ____________________________________________________________________________
9474 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
9475         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
9476              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9477              Date: Fri, 4 Jan 2002 23:35:19 +0100
9478              Message-ID: <20020104233519.A1850@rafael>
9479      Branch: perl
9480            ! op.c
9481 ____________________________________________________________________________
9482 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
9483         Log: Integrate change #14062 from macperl;
9484              Define setbuf, setvbuf for Mac OS
9485      Branch: perl
9486           !> ext/IO/IO.xs
9487 ____________________________________________________________________________
9488 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
9489         Log: Bump version, update Changes
9490      Branch: maint-5.6/macperl
9491            ! macos/Changes macos/MPVersion.r
9492 ____________________________________________________________________________
9493 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
9494         Log: Add more droplets
9495      Branch: maint-5.6/macperl
9496            + macos/macperl/Droplets/gluedialect.plx
9497            + macos/macperl/Droplets/glueedit.plx
9498            + macos/macperl/Droplets/gluemac.plx
9499            + macos/macperl/Droplets/gluescriptadds.plx
9500            + macos/macperl/Droplets/installme.plx
9501            + macos/macperl/Droplets/show_glue_pods.plx
9502            + macos/macperl/Droplets/tarzipme.plx
9503            + macos/macperl/Droplets/untarzipme.plx
9504 ____________________________________________________________________________
9505 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
9506         Log: Display the native pwd command.
9507      Branch: perl
9508            ! ext/Cwd/t/cwd.t
9509 ____________________________________________________________________________
9510 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
9511         Log: Under Mac OS X /dev/stdout is normally a symlink,
9512              but when running the test it seems to become a socket.
9513              So let's extend our censorship.
9514      Branch: perl
9515            ! t/op/stat.t
9516 ____________________________________________________________________________
9517 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
9518         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
9519      Branch: maint-5.6/macperl
9520            + macos/HandleSocket.cp
9521            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
9522            ! macos/macperl.sym
9523 ____________________________________________________________________________
9524 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
9525         Log: Doc updates
9526      Branch: maint-5.6/macperl
9527            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
9528 ____________________________________________________________________________
9529 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
9530         Log: Update libraries
9531      Branch: maint-5.6/macperl
9532            ! macos/macperl/Makefile.mk
9533 ____________________________________________________________________________
9534 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
9535         Log: Update tests to Mac::StandardFile from StandardFile.pl,
9536              plus other fixes
9537      Branch: maint-5.6/macperl
9538            ! macos/ext/Mac/Menus/t/MenuBar.t
9539            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
9540            ! macos/ext/Mac/Movies/t/PlayMovie.t
9541            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
9542            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
9543            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
9544            ! macos/ext/Mac/Resources/t/Resources.t
9545 ____________________________________________________________________________
9546 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
9547         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
9548      Branch: maint-5.6/macperl
9549            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
9550            ! macos/ext/Mac/Movies/Movies.xs
9551            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
9552            ! macos/ext/Mac/StandardFile/StandardFile.xs
9553            ! macos/ext/Mac/Windows/Windows.xs
9554 ____________________________________________________________________________
9555 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
9556         Log: Updates for Universal Headers 3.4 (forgot one)
9557      Branch: maint-5.6/macperl
9558            ! macos/macperl/MPConsole.cp
9559 ____________________________________________________________________________
9560 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
9561         Log: Updates for Universal Headers 3.4
9562      Branch: maint-5.6/macperl
9563            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
9564            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
9565            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
9566            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
9567            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
9568            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
9569            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
9570            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
9571            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
9572 ____________________________________________________________________________
9573 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
9574         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
9575              from <200112112327.JAA25434@gpo.metropolis.net.au>;
9576              don't crash on quit for 68K (MacPerl Bug #490013)
9577      Branch: maint-5.6/macperl
9578            ! macos/macish.c macos/macperl/MPConsole.cp
9579 ____________________________________________________________________________
9580 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
9581         Log: If we do have socketpair(), make my_socketpair()
9582              just call the real socketpair().  This way we always
9583              have real code behind my_socketpair() and a symbol
9584              corresponding to the my_socketpair in global.sym.
9585      Branch: perl
9586            ! embed.fnc embed.h makedef.pl proto.h util.c
9587 ____________________________________________________________________________
9588 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
9589         Log: Disable sigaction (MacPerl Bug #470321)
9590      Branch: maint-5.6/macperl
9591            ! macos/config.h macos/config.sh
9592 ____________________________________________________________________________
9593 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
9594         Log: Make GUSI resource work (MacPerl Bug #464638)
9595      Branch: maint-5.6/macperl
9596            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
9597            ! macos/macperl/MacPerl.rsrc
9598 ____________________________________________________________________________
9599 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
9600         Log: Make AutoSplit go a little deeper
9601      Branch: maint-5.6/macperl
9602            ! macos/Makefile.mk
9603 ____________________________________________________________________________
9604 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
9605         Log: A few doc updates from bleadperl
9606      Branch: maint-5.6/macperl
9607            ! pod/perlmodinstall.pod pod/perlport.pod
9608 ____________________________________________________________________________
9609 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
9610         Log: Sync up to latest changes from bleadperl
9611      Branch: maint-5.6/macperl
9612            ! lib/File/Find.pm
9613 ____________________________________________________________________________
9614 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
9615         Log: Define setbuf, setvbuf for Mac OS
9616      Branch: maint-5.6/macperl
9617            ! ext/IO/IO.xs
9618 ____________________________________________________________________________
9619 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
9620         Log: Delete by request of Mark-Jason Dominus (change #13676)
9621      Branch: maint-5.6/macperl
9622            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
9623 ____________________________________________________________________________
9624 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
9625         Log: Spread the good word of "env".
9626      Branch: perl
9627            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
9628 ____________________________________________________________________________
9629 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
9630         Log: Till the system tests do something non-Win*, better rename
9631              the test so that people on other platforms don't get confused.
9632              (Not win32system, because assumedly there's win64, too.)
9633      Branch: perl
9634            + t/op/winsystem.t
9635            - t/op/system.t
9636            ! MANIFEST
9637 ____________________________________________________________________________
9638 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
9639         Log: Some tweaks.
9640      Branch: perl
9641            ! lib/Pod/t/Functions.t
9642 ____________________________________________________________________________
9643 [ 14057] By: ams                                   on 2002/01/04  17:40:31
9644         Log: (retracted by #14057)
9645              
9646              Subject: [PATCH] Time/HiRes/HiRes.t
9647              From: Nicholas Clark <nick@unfortu.net>
9648              Date: Fri, 4 Jan 2002 17:28:46 +0000
9649              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
9650      Branch: perl
9651            ! ext/Time/HiRes/HiRes.t
9652 ____________________________________________________________________________
9653 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
9654         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
9655              From: Abe Timmerman <abe@ztreet.demon.nl>
9656              Date: Fri, 04 Jan 2002 18:42:33 +0100
9657              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
9658      Branch: perl
9659            + lib/Pod/t/Functions.t
9660            ! MANIFEST lib/Pod/Functions.pm
9661 ____________________________________________________________________________
9662 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
9663         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
9664              From: "Craig A. Berry" <craigberry@mac.com>
9665              Date: Thu, 3 Jan 2002 17:32:20 -0600
9666              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
9667      Branch: perl
9668            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
9669 ____________________________________________________________________________
9670 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
9671         Log: Document the U+0085, U+2028, and U+2029.
9672      Branch: perl
9673            ! pod/perlre.pod pod/perlretut.pod
9674 ____________________________________________________________________________
9675 [ 14053] By: ams                                   on 2002/01/04  03:27:44
9676         Log: Subject: [PATCH] warn if not CORE::dump
9677              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9678              Date: Thu, 3 Jan 2002 22:04:00 +0100
9679              Message-Id: <20020103220400.A13958@rafael>
9680      Branch: perl
9681            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
9682 ____________________________________________________________________________
9683 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
9684         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
9685      Branch: perl
9686            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
9687 ____________________________________________________________________________
9688 [ 14051] By: ams                                   on 2002/01/04  03:00:12
9689         Log: Subject: [PATCH] File::Compare::VERSION
9690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9691              Date: Thu, 3 Jan 2002 23:42:52 +0100
9692              Message-Id: <20020103234252.G13958@rafael>
9693      Branch: perl
9694            ! lib/File/Compare.pm
9695 ____________________________________________________________________________
9696 [ 14050] By: ams                                   on 2002/01/04  02:58:05
9697         Log: Subject: [PATCH @14042] threads::shared doc
9698              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
9699              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
9700              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
9701      Branch: perl
9702            ! ext/threads/shared/shared.pm
9703 ____________________________________________________________________________
9704 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
9705         Log: #14048 exposed few false positives, to be fixed soonish.
9706      Branch: perl
9707            ! t/op/pat.t
9708 ____________________________________________________________________________
9709 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
9710         Log: Do not add the first characters of multicharacter foldings
9711              into character classes.
9712      Branch: perl
9713            ! regcomp.c
9714 ____________________________________________________________________________
9715 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
9716         Log: A bit of testing for #14046.
9717      Branch: perl
9718            ! t/op/pat.t
9719 ____________________________________________________________________________
9720 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
9721         Log: Allow emitting the foldcased version of "\x{df}", "ss"
9722              (among others, another example would be \x{fb00} -> "ff")
9723      Branch: perl
9724            ! regcomp.c
9725 ____________________________________________________________________________
9726 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
9727         Log: Subject: [PATCH] File::Spec & NetWare
9728              From: Dave Rolsky <autarch@urth.org>
9729              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
9730              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
9731      Branch: perl
9732            - lib/File/Spec/NW5.pm
9733            ! MANIFEST lib/File/Spec.pm
9734 ____________________________________________________________________________
9735 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
9736         Log: FAQ sync (RCS Ids only?)
9737      Branch: perl
9738            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
9739 ____________________________________________________________________________
9740 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
9741         Log: AUTHORs updates.
9742      Branch: perl
9743            ! AUTHORS
9744 ____________________________________________________________________________
9745 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
9746         Log: Update Changes.
9747      Branch: perl
9748            ! Changes patchlevel.h
9749 ____________________________________________________________________________
9750 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
9751         Log: Missed the =head1 additions.
9752      Branch: perl
9753            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
9754            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
9755            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
9756            ! util.c
9757 ____________________________________________________________________________
9758 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
9759         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
9760              From: Robin Barker <rmb1@cise.npl.co.uk>
9761              Date: Thu, 3 Jan 2002 15:26:20 GMT
9762              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
9763      Branch: perl
9764            ! lib/Carp.t lib/Carp/Heavy.pm
9765 ____________________________________________________________________________
9766 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
9767         Log: Subject: [PATCH hv.c] 
9768              From: Robin Barker <rmb1@cise.npl.co.uk>
9769              Date: Thu, 3 Jan 2002 14:49:06 GMT
9770              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
9771              
9772              -Wformat check.
9773      Branch: perl
9774            ! hv.c
9775 ____________________________________________________________________________
9776 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
9777         Log: NetWare tweaks from Ananth Kesari.
9778      Branch: perl
9779            ! NetWare/t/NWScripts.pl lib/File/Find.pm
9780 ____________________________________________________________________________
9781 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
9782         Log: Cast.
9783      Branch: perl
9784            ! regexec.c
9785 ____________________________________________________________________________
9786 [ 14036] By: ams                                   on 2002/01/03  12:12:31
9787         Log: Grammar fix suggested by Gwyn Judd.
9788      Branch: perl
9789            ! pod/perldiag.pod
9790 ____________________________________________________________________________
9791 [ 14035] By: nick                                  on 2002/01/03  09:22:42
9792         Log: More strange perlio != mainline differences where
9793              I have not been.
9794      Branch: perlio
9795           !> hints/unicos.sh hints/unicosmk.sh
9796 ____________________________________________________________________________
9797 [ 14034] By: nick                                  on 2002/01/03  09:19:37
9798         Log: Integrate mainline (including force integrate of
9799              lib/charnames.pm which had got out-of-step)
9800      Branch: perlio
9801           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
9802 ____________________________________________________________________________
9803 [ 14033] By: ams                                   on 2002/01/03  08:24:24
9804         Log: Subject: Not ok 14031: PPPort Makefile.PL
9805              From: andreas.koenig@anima.de (Andreas J. Koenig)
9806              Date: 03 Jan 2002 10:17:46 +0100
9807              Message-Id: <m3sn9n94jp.fsf@anima.de>
9808      Branch: perl
9809            ! ext/Devel/PPPort/Makefile.PL
9810 ____________________________________________________________________________
9811 [ 14032] By: nick                                  on 2002/01/03  08:24:00
9812         Log: Integrate mainline.
9813      Branch: perlio
9814           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
9815           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
9816           !> (integrate 31 files)
9817 ____________________________________________________________________________
9818 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
9819         Log: Off-by-one is my middle name.
9820      Branch: perl
9821            ! regexec.c
9822 ____________________________________________________________________________
9823 [ 14030] By: ams                                   on 2002/01/02  23:56:37
9824         Log: Subject: [PATCH @14015] threads::shared disabling
9825              From: Andy Bussey <andybussey@yahoo.co.uk>
9826              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
9827              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
9828      Branch: perl
9829            + ext/threads/shared/t/no_share.t
9830            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
9831 ____________________________________________________________________________
9832 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
9833         Log: Simon's new perlapi scheme, I hope I got all the pieces.
9834      Branch: perl
9835            + autodoc.pl embed.fnc
9836            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
9837 ____________________________________________________________________________
9838 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
9839         Log: Integrate perlio; more PPPort Makefile source dependence removal
9840      Branch: perl
9841           !> ext/Devel/PPPort/Makefile.PL perl.h
9842 ____________________________________________________________________________
9843 [ 14027] By: ams                                   on 2002/01/02  21:42:50
9844         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
9845              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9846              Date: Wed, 2 Jan 2002 23:09:13 +0100
9847              Message-Id: <20020102230913.A17373@rafael>
9848      Branch: perl
9849            ! pod/perldiag.pod
9850 ____________________________________________________________________________
9851 [ 14026] By: ams                                   on 2002/01/02  21:38:34
9852         Log: Subject: Re: PATCH: lib/Term/Cap.pm
9853              From: Jonathan Stowe <gellyfish@gellyfish.com>
9854              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
9855              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
9856      Branch: perl
9857            ! lib/Term/Cap.pm
9858 ____________________________________________________________________________
9859 [ 14025] By: ams                                   on 2002/01/02  18:34:26
9860         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
9861              From: Sam Tregar <sam@tregar.com>
9862              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
9863              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
9864      Branch: perl
9865            ! pod/perldiag.pod t/comp/proto.t toke.c
9866 ____________________________________________________________________________
9867 [ 14024] By: ams                                   on 2002/01/02  18:16:12
9868         Log: Subject: PATCH: lib/Term/Cap.pm
9869              From: Norton Allen <allen@huarp.harvard.edu>
9870              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
9871              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
9872      Branch: perl
9873            ! lib/Term/Cap.pm
9874 ____________________________________________________________________________
9875 [ 14023] By: ams                                   on 2002/01/02  18:12:31
9876         Log: Subject: PATCH: lib/Cwd.pm for QNX4
9877              From: Norton Allen <allen@huarp.harvard.edu>
9878              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
9879              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
9880      Branch: perl
9881            ! lib/Cwd.pm
9882 ____________________________________________________________________________
9883 [ 14022] By: nick                                  on 2002/01/02  18:01:21
9884         Log: More PPPort Makefile source dependence removal
9885      Branch: perlio
9886            ! ext/Devel/PPPort/Makefile.PL
9887 ____________________________________________________________________________
9888 [ 14021] By: nick                                  on 2002/01/02  17:44:36
9889         Log: Sort out muddle of editing on three machines ...
9890      Branch: perlio
9891           !> Changes MANIFEST cygwin/Makefile.SHs
9892           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
9893           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
9894           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
9895 ____________________________________________________________________________
9896 [ 14020] By: ams                                   on 2002/01/02  17:06:27
9897         Log: Fix misplaced application of #14016.
9898      Branch: perl
9899            ! op.c
9900 ____________________________________________________________________________
9901 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
9902         Log: Integrate perlio; avoid uninit debug_pad.
9903      Branch: perl
9904           !> sv.c
9905 ____________________________________________________________________________
9906 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
9907         Log: makedepend VOS fix from Paul Green.
9908      Branch: perl
9909            ! makedepend.SH
9910 ____________________________________________________________________________
9911 [ 14017] By: nick                                  on 2002/01/02  16:09:43
9912         Log: Avoid un-init perl_debug_pad in clones
9913      Branch: perlio
9914            ! sv.c
9915 ____________________________________________________________________________
9916 [ 14016] By: ams                                   on 2002/01/02  15:58:11
9917         Log: Subject: [PATCH] random crash in B::LISTOP::last
9918              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9919              Date: Wed, 2 Jan 2002 17:37:28 +0100
9920              Message-Id: <3C334558.3906.19CB98D@localhost>
9921      Branch: perl
9922            ! op.c
9923 ____________________________________________________________________________
9924 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
9925         Log: Update Changes.
9926      Branch: perl
9927            ! Changes patchlevel.h
9928 ____________________________________________________________________________
9929 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
9930         Log: One more iteration of the ibcmp_utf8() interface,
9931              hopefully this is a convergent iteration...
9932      Branch: perl
9933            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
9934 ____________________________________________________________________________
9935 [ 14013] By: ams                                   on 2002/01/02  13:43:58
9936         Log: Upgrade to podlators-1.19.
9937      Branch: perl
9938            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
9939            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
9940            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
9941            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
9942            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
9943 ____________________________________________________________________________
9944 [ 14012] By: ams                                   on 2002/01/02  09:48:51
9945         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
9946              From: martyn@inpharmatica.co.uk
9947              Date: Wed, 19 Dec 2001 19:05:00 +0000
9948              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
9949      Branch: perl
9950            ! lib/Pod/Usage.pm
9951 ____________________________________________________________________________
9952 [ 14011] By: nick                                  on 2002/01/02  08:38:18
9953         Log: Integrate mainline
9954      Branch: perlio
9955           !> (integrate 28 files)
9956 ____________________________________________________________________________
9957 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
9958         Log: Make ibcmp_utf8() optionally progress in either string for
9959              as long as it takes and optionally record how far it got.
9960      Branch: perl
9961            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
9962 ____________________________________________________________________________
9963 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
9964         Log: Once more try to get the PPPort Makefile right.
9965      Branch: perl
9966            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
9967 ____________________________________________________________________________
9968 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
9969         Log: -Wall silencing.
9970      Branch: perl
9971            ! utf8.c
9972 ____________________________________________________________________________
9973 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
9974         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
9975              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9976              Date: Tue, 1 Jan 2002 22:45:21 +0100       
9977              Message-ID: <20020101224521.A691@rafael>
9978      Branch: perl
9979            ! ext/B/B/Deparse.pm
9980 ____________________________________________________________________________
9981 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
9982         Log: VOS tweak from Paul Green: VOS has different O_BINARY
9983              and O_TEXT, but VOS always uses LF, never CRLF.
9984      Branch: perl
9985            ! perl.h
9986 ____________________________________________________________________________
9987 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
9988         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
9989      Branch: perl
9990            ! regexec.c utf8.c
9991 ____________________________________________________________________________
9992 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
9993         Log: Now that to_utf8_fold() was fixed.
9994      Branch: perl
9995            ! regcomp.c regexec.c
9996 ____________________________________________________________________________
9997 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
9998         Log: Integrate perlio; experimental binmode() re-coding.
9999      Branch: perl
10000           !> perlio.c
10001 ____________________________________________________________________________
10002 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
10003         Log: Document the to_utf8_*() functions.
10004      Branch: perl
10005            ! embed.pl pod/perlapi.pod utf8.c
10006 ____________________________________________________________________________
10007 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
10008         Log: Better support for multicharacter foldings.
10009              Now all but two of the CaseFold.txt cases work-- but
10010              only when the target string is single-character, more
10011              debugging needed.
10012      Branch: perl
10013            ! regexec.c
10014 ____________________________________________________________________________
10015 [ 14000] By: ams                                   on 2002/01/01  15:59:43
10016         Log: Subject: [PATCH] don't installperl pods
10017              From: Nicholas Clark <nick@unfortu.net>
10018              Date: Tue, 1 Jan 2002 16:44:12 +0000
10019              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
10020      Branch: perl
10021            ! installperl
10022 ____________________________________________________________________________
10023 [ 13999] By: ams                                   on 2002/01/01  14:34:04
10024         Log: Subject: [PATCH] perldiag.pod transposition
10025              From: Nicholas Clark <nick@unfortu.net>
10026              Date: Tue, 1 Jan 2002 15:03:52 +0000
10027              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
10028      Branch: perl
10029            ! pod/perldiag.pod
10030 ____________________________________________________________________________
10031 [ 13998] By: ams                                   on 2002/01/01  13:36:49
10032         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
10033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10034              Date: Tue, 1 Jan 2002 15:12:36 +0100
10035              Message-Id: <20020101151236.A951@rafael>
10036      Branch: perl
10037            ! pod/perldiag.pod
10038 ____________________________________________________________________________
10039 [ 13997] By: ams                                   on 2002/01/01  13:33:06
10040         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
10041              From: Nicholas Clark <nick@unfortu.net>
10042              Date: Tue, 1 Jan 2002 13:13:17 +0000
10043              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
10044      Branch: perl
10045            ! ext/Socket/socketpair.t
10046 ____________________________________________________________________________
10047 [ 13996] By: ams                                   on 2002/01/01  04:44:28
10048         Log: Subject: [PATCH @13746] Leaner exporter
10049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10050              Date: Mon, 31 Dec 2001 18:16:08 -0500
10051              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
10052      Branch: perl
10053            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
10054 ____________________________________________________________________________
10055 [ 13995] By: ams                                   on 2002/01/01  04:29:44
10056         Log: Subject: [PATCH @13746] h2xs broken
10057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10058              Date: Mon, 31 Dec 2001 17:48:55 -0500
10059              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
10060      Branch: perl
10061            ! utils/h2xs.PL
10062 ____________________________________________________________________________
10063 [ 13994] By: ams                                   on 2002/01/01  04:25:46
10064         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
10065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10066              Date: Mon, 31 Dec 2001 17:42:25 -0500
10067              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
10068      Branch: perl
10069            ! lib/ExtUtils/MM_Unix.pm
10070 ____________________________________________________________________________
10071 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
10072         Log: Rename the variables to be a bit more consistent.
10073      Branch: perl
10074            ! utf8.c
10075 ____________________________________________________________________________
10076 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
10077         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
10078              (found by Jeffrey Friedl)
10079      Branch: perl
10080            ! regexec.c t/op/pat.t utf8.c
10081 ____________________________________________________________________________
10082 [ 13991] By: nick                                  on 2001/12/31  18:08:55
10083         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
10084      Branch: perlio
10085            ! perlio.c
10086 ____________________________________________________________________________
10087 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
10088         Log: Update Changes.
10089      Branch: perl
10090            ! Changes patchlevel.h
10091 ____________________________________________________________________________
10092 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
10093         Log: Less unused ones.
10094      Branch: perl
10095            ! regexec.c
10096 ____________________________________________________________________________
10097 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
10098         Log: Unused variable.
10099      Branch: perl
10100            ! regcomp.c
10101 ____________________________________________________________________________
10102 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
10103         Log: Forgotten file.
10104      Branch: perl
10105            ! MANIFEST
10106 ____________________________________________________________________________
10107 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
10108         Log: Subject: Re: Cygwin: one down one to go 
10109              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10110              Date: Mon, 31 Dec 2001 18:34:36 +0100
10111              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
10112      Branch: perl
10113            ! cygwin/Makefile.SHs
10114 ____________________________________________________________________________
10115 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
10116         Log: Add some comments to the recent Unicode case-folding saga.
10117      Branch: perl
10118            ! regcomp.c regexec.c
10119 ____________________________________________________________________________
10120 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
10121         Log: Slight comment tweakage.
10122      Branch: perl
10123            ! ext/I18N/Langinfo/Langinfo.t
10124 ____________________________________________________________________________
10125 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
10126         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
10127      Branch: perl
10128            ! perl.h
10129 ____________________________________________________________________________
10130 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
10131         Log: Subject: [ PATCH] Cygwin: one down one to go
10132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10133              Date: Mon, 31 Dec 2001 17:03:40 +0100
10134              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
10135      Branch: perl
10136            ! lib/Pod/t/basic.t
10137 ____________________________________________________________________________
10138 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
10139         Log: Tweak the dependencies not to recompile everytime,
10140              as suggested by NI-S.
10141      Branch: perl
10142            ! ext/Devel/PPPort/Makefile.PL
10143 ____________________________________________________________________________
10144 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
10145         Log: Planning still not right.
10146      Branch: perl
10147            ! lib/User/grent.t
10148 ____________________________________________________________________________
10149 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
10150         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
10151              From: Michael G Schwern <schwern@pobox.com>
10152              Date: Sun, 30 Dec 2001 18:07:55 -0500
10153              Message-ID: <20011230230755.GG12840@blackrider>
10154              
10155              (lib/User/grent, really)
10156      Branch: perl
10157            ! lib/User/grent.t
10158 ____________________________________________________________________________
10159 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
10160         Log: Integrate perlio; cleanup, in particular avoid accidental
10161              PerlIO_flush(NULL) if PerlIONext is NULL.
10162      Branch: perl
10163           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
10164 ____________________________________________________________________________
10165 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
10166         Log: Subject: typo in IO::Socket::INET.pm
10167              From: mjd@plover.com
10168              Date: 31 Dec 2001 14:31:10 -0000
10169              Message-ID: <20011231143110.4989.qmail@plover.com>
10170      Branch: perl
10171            ! ext/IO/lib/IO/Socket/INET.pm
10172 ____________________________________________________________________________
10173 [ 13976] By: nick                                  on 2001/12/31  13:56:11
10174         Log: Integrate mainline
10175      Branch: perlio
10176           !> (integrate 29 files)
10177 ____________________________________________________________________________
10178 [ 13975] By: nick                                  on 2001/12/31  12:40:50
10179         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
10180              if PerlIONext is NULL.
10181      Branch: perlio
10182            ! perlio.c perliol.h
10183 ____________________________________________________________________________
10184 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
10185         Log: Subject: Re: [PATCH] Basic bad prototype detection
10186              From: Sam Tregar <sam@tregar.com>
10187              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
10188              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
10189      Branch: perl
10190            ! t/comp/proto.t toke.c
10191 ____________________________________________________________________________
10192 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
10193         Log: Subject: [PATCH] configure.com / scriptdirexp
10194              From: "Craig A. Berry" <craigberry@mac.com>
10195              Date: Sun, 30 Dec 2001 15:47:28 -0600
10196              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
10197      Branch: perl
10198            ! configure.com
10199 ____________________________________________________________________________
10200 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
10201         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
10202              From: Abe Timmerman <abe@ztreet.demon.nl>
10203              Date: Mon, 31 Dec 2001 03:55:27 +0100
10204              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
10205      Branch: perl
10206            ! lib/ExtUtils/t/MM_Win32.t
10207 ____________________________________________________________________________
10208 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
10209         Log: Subject: [PATCH] Basic bad prototype detection
10210              From: Sam Tregar <sam@tregar.com> 
10211              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
10212              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
10213      Branch: perl
10214            ! pod/perldiag.pod t/comp/proto.t toke.c
10215 ____________________________________________________________________________
10216 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
10217         Log: Makefiles are sloppy about the exe suffix
10218              (from Paul Green)
10219      Branch: perl
10220            ! Makefile.SH x2p/Makefile.SH
10221 ____________________________________________________________________________
10222 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
10223         Log: Delay folding until necessary; start of handling
10224              folding into several characters.
10225      Branch: perl
10226            ! regcomp.c regexec.c
10227 ____________________________________________________________________________
10228 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
10229         Log: gcc -Wall dewhine.
10230      Branch: perl
10231            ! regexec.c
10232 ____________________________________________________________________________
10233 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
10234         Log: More Unicode folding tweaks, avoid potential false matches.
10235      Branch: perl
10236            ! regexec.c
10237 ____________________________________________________________________________
10238 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
10239         Log: Make that six wrongs.
10240      Branch: perl
10241            ! regexec.c utf8.c
10242 ____________________________________________________________________________
10243 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
10244         Log: Four wrongs can make a right.
10245      Branch: perl
10246            ! regexec.c utf8.c
10247 ____________________________________________________________________________
10248 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
10249         Log: Fix all the I case foldings as per CaseFold.txt.
10250      Branch: perl
10251            ! regcomp.c regexec.c
10252 ____________________________________________________________________________
10253 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
10254         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
10255      Branch: perl
10256            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
10257            ! regexec.c utf8.c
10258 ____________________________________________________________________________
10259 [ 13962] By: nick                                  on 2001/12/30  18:33:41
10260         Log: Integrate 8.3 fix for PPPort fix
10261      Branch: perlio
10262           +> ext/Devel/PPPort/ppport_h.PL
10263            - ext/Devel/PPPort/ppport.h.PL
10264            ! ext/Devel/PPPort/MANIFEST
10265           !> ext/Devel/PPPort/Makefile.PL
10266 ____________________________________________________________________________
10267 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
10268         Log: Integrate perlio; more win32 stuff:
10269              
10270              A. Use Perl_my_socketpair()
10271              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
10272              load winsock.
10273              C. (In passing) work round fact that $$ is now SvREADONLY
10274              so we need to take special measures to set it during
10275              pseudo-fork.
10276      Branch: perl
10277           !> util.c win32/perlhost.h
10278 ____________________________________________________________________________
10279 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
10280         Log: Fix ppport.h for Unix.
10281      Branch: perl
10282            + ext/Devel/PPPort/ppport_h.PL
10283            - ext/Devel/PPPort/ppport.h.PL
10284            ! MANIFEST ext/Devel/PPPort/Makefile.PL
10285 ____________________________________________________________________________
10286 [ 13959] By: nick                                  on 2001/12/30  16:53:42
10287         Log: Win32 stuff:
10288              A. Use Perl_my_socketpair()
10289              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
10290              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
10291              take special measures to set it during pseudo-fork.
10292      Branch: perlio
10293            ! util.c win32/perlhost.h
10294 ____________________________________________________________________________
10295 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
10296         Log: Integrate perlio; win32 kicking.
10297      Branch: perl
10298           +> ext/Devel/PPPort/ppport.h.PL
10299           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
10300           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
10301           !> proto.h
10302 ____________________________________________________________________________
10303 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
10304         Log: metaconfig unit change for #13956.
10305      Branch: metaconfig
10306            ! U/modified/spitshell.U
10307 ____________________________________________________________________________
10308 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
10309         Log: Must look for cat also in $PATH (noticed by Philip Newton).
10310      Branch: perl
10311            ! Configure
10312 ____________________________________________________________________________
10313 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
10314         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
10315              From: Blair Zajac <blair@orcaware.com>
10316              Date: Sat, 29 Dec 2001 22:37:03 -0800
10317              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
10318      Branch: perl
10319            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
10320 ____________________________________________________________________________
10321 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
10322         Log: Regen files.
10323      Branch: perl
10324            ! embed.h global.sym pod/perlapi.pod uconfig.h
10325 ____________________________________________________________________________
10326 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
10327         Log: Subject: [PATCH] -t without -w 
10328              From: Michael G Schwern <schwern@pobox.com>
10329              Date: Sat, 29 Dec 2001 23:46:25 -0500
10330              Message-ID: <20011230044625.GA14386@blackrider>
10331      Branch: perl
10332            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
10333            ! warnings.pl
10334 ____________________________________________________________________________
10335 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
10336         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
10337              From: Dave Rolsky <autarch@urth.org>               
10338              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
10339              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
10340              
10341              $^O is NetWare, not Netware.
10342      Branch: perl
10343            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
10344 ____________________________________________________________________________
10345 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
10346         Log: Sarathy thinks undoing C++ comments from C++ files
10347              is a bit too zealous.
10348      Branch: perl
10349            ! win32/perlhost.h win32/vmem.h
10350 ____________________________________________________________________________
10351 [ 13950] By: nick                                  on 2001/12/30  14:30:02
10352         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
10353              This gets them into Errno.pm - yet to prove they end up in $!.
10354      Branch: perlio
10355            ! ext/Errno/Errno_pm.PL
10356 ____________________________________________________________________________
10357 [ 13949] By: nick                                  on 2001/12/30  12:02:21
10358         Log: Integrate Cwd muddle
10359      Branch: perlio
10360           !> MANIFEST installperl lib/Cwd.pm
10361 ____________________________________________________________________________
10362 [ 13948] By: nick                                  on 2001/12/30  11:51:40
10363         Log: remove embed.pl duplicates
10364      Branch: perlio
10365            ! embed.h embed.pl global.sym proto.h
10366 ____________________________________________________________________________
10367 [ 13947] By: nick                                  on 2001/12/30  11:35:51
10368         Log: More Cwd tidy up
10369      Branch: perl
10370            ! MANIFEST installperl
10371 ____________________________________________________________________________
10372 [ 13946] By: nick                                  on 2001/12/30  11:12:42
10373         Log: Undo a mess trying Cwd.pm in its ext directory
10374      Branch: perl
10375            + lib/Cwd.pm
10376            - ext/Cwd/Cwd.pm
10377 ____________________________________________________________________________
10378 [ 13945] By: nick                                  on 2001/12/30  10:03:43
10379         Log: Integrate mainline
10380      Branch: perl
10381           +> ext/Cwd/Cwd.pm
10382            - lib/Cwd.pm
10383            ! MANIFEST
10384      Branch: perlio
10385           !> (integrate 45 files)
10386 ____________________________________________________________________________
10387 [ 13944] By: nick                                  on 2001/12/30  09:27:16
10388         Log: "Port" Devel::PPPort to Win32:
10389              - need to set @INC before use in the test
10390              - {} are special to dmake, so use ppport.h.PL
10391              rather than commandline 
10392      Branch: perlio
10393            + ext/Devel/PPPort/ppport.h.PL
10394            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
10395 ____________________________________________________________________________
10396 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
10397         Log: Update Changes.
10398      Branch: perl
10399            ! Changes patchlevel.h
10400 ____________________________________________________________________________
10401 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
10402         Log: Subject: [PATCH] cleaner close on tests, take 2
10403              From: andreas.koenig@anima.de (Andreas J. Koenig)
10404              Date: 29 Dec 2001 21:42:37 +0100
10405              Message-ID: <m33d1tvjuq.fsf@anima.de>
10406              
10407              (the DB_File patches)
10408      Branch: perl
10409            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10410            ! ext/DB_File/t/db-recno.t
10411 ____________________________________________________________________________
10412 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
10413         Log: Integrate perlio; regen'ed config_H.?c
10414      Branch: perl
10415           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10416 ____________________________________________________________________________
10417 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
10418         Log: Subject: [PATCH] cleaner close on tests, take 2             
10419              From: andreas.koenig@anima.de (Andreas J. Koenig)
10420              Date: 29 Dec 2001 21:42:37 +0100
10421              Message-ID: <m33d1tvjuq.fsf@anima.de>
10422              
10423              (except for the three DB_File patch fragments)
10424      Branch: perl
10425            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
10426            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
10427            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
10428            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
10429            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
10430            ! t/op/runlevel.t t/op/write.t t/run/switches.t
10431 ____________________________________________________________________________
10432 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
10433         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
10434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10435              Date: Sat, 29 Dec 2001 20:38:59 +0100
10436              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
10437              
10438              (NetWare tree not touched because it's very //)
10439      Branch: perl
10440            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
10441            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
10442            ! wince/include/errno.h wince/include/netdb.h
10443            ! wince/include/sys/socket.h wince/include/sys/stat.h
10444            ! wince/perllib.c wince/perlmain.c wince/win32.h
10445            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
10446            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
10447 ____________________________________________________________________________
10448 [ 13938] By: nick                                  on 2001/12/29  19:23:32
10449         Log: Integrate mainline (ok linux)
10450      Branch: perlio
10451           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
10452           !> (integrate 33 files)
10453 ____________________________________________________________________________
10454 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
10455         Log: Give up on serious testing of langinfo().  Leave the old
10456              code in place, though.
10457      Branch: perl
10458            ! ext/I18N/Langinfo/Langinfo.t
10459 ____________________________________________________________________________
10460 [ 13936] By: nick                                  on 2001/12/29  18:20:33
10461         Log: Routine regen_config_h - no real differences other than order of crypt 
10462      Branch: perlio
10463            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10464 ____________________________________________________________________________
10465 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
10466         Log: Integrate perlio;
10467              
10468              Define the two socket error numbers in terms of WSAEXXXXX equivalents
10469              
10470              Fudge Config.pm so File::Spec does not croak.
10471      Branch: perl
10472           !> win32/FindExt.pm win32/win32.h
10473 ____________________________________________________________________________
10474 [ 13934] By: nick                                  on 2001/12/29  17:27:50
10475         Log: Fudge Config.pm so File::Spec does not croak.
10476      Branch: perlio
10477            ! win32/FindExt.pm
10478 ____________________________________________________________________________
10479 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
10480         Log: metaconfig unit changes for #13932.
10481      Branch: metaconfig
10482            + U/modified/Init.U
10483            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
10484 ____________________________________________________________________________
10485 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
10486         Log: VOS tweaks from Paul Green.
10487              
10488              The Configure tweaks: the _exe needs to be
10489              set after the init; VOS has fd 3 hardwired to /dev/tty;
10490              the grep/ln/make substitutions really need to stick.
10491      Branch: perl
10492            ! Configure hints/vos.sh perl.h util.c vos/build.cm
10493            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10494            ! vos/config.ga.h vos/vosish.h
10495 ____________________________________________________________________________
10496 [ 13931] By: nick                                  on 2001/12/29  17:00:38
10497         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
10498              (just to get util.c to compile)
10499      Branch: perlio
10500            ! win32/win32.h
10501 ____________________________________________________________________________
10502 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
10503         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
10504              From: coral@eekeek.org
10505              Date: Fri, 28 Dec 2001 19:58:22 -0500      
10506              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
10507      Branch: perl
10508            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
10509            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
10510            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
10511            ! pod/perlunicode.pod pod/perlxs.pod util.c
10512 ____________________________________________________________________________
10513 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
10514         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
10515      Branch: perl
10516            ! t/op/exec.t
10517 ____________________________________________________________________________
10518 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
10519         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
10520              From: Abe Timmerman <abe@ztreet.demon.nl>
10521              Date: Sat, 29 Dec 2001 13:10:06 +0100
10522              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
10523      Branch: perl
10524            + lib/Pod/t/InputObjects.t
10525 ____________________________________________________________________________
10526 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
10527         Log: Integrate perlio;
10528              
10529              Quick fix (after couple of clever fixes failed) for
10530              "accept leaks memory" fail [ID 20011223.001]
10531              
10532              Nick Clark's embed.pl fix for my_socketpair
10533      Branch: perl
10534           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
10535 ____________________________________________________________________________
10536 [ 13926] By: nick                                  on 2001/12/29  15:23:21
10537         Log: Nick Clark's embed.pl fix for my_socketpair
10538      Branch: perlio
10539            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
10540 ____________________________________________________________________________
10541 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
10542         Log: Slight tweaks on the MM_Win32.t.
10543      Branch: perl
10544            ! lib/ExtUtils/t/MM_Win32.t
10545 ____________________________________________________________________________
10546 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
10547         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
10548              From: Abe Timmerman <abe@ztreet.demon.nl>
10549              Date: Sat, 29 Dec 2001 12:51:36 +0100
10550              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
10551      Branch: perl
10552            + lib/ExtUtils/t/MM_Win32.t
10553            ! MANIFEST
10554 ____________________________________________________________________________
10555 [ 13923] By: nick                                  on 2001/12/29  15:12:07
10556         Log: Quick fix (after couple of clever fixes failed) for
10557              "accept leaks memory" fail [ID 20011223.001]
10558      Branch: perlio
10559            ! pp_sys.c
10560 ____________________________________________________________________________
10561 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
10562         Log: Subject: [PATCH] Module names and other nits
10563              From: Autrijus Tang <autrijus@autrijus.org>                 
10564              Date: Sat, 29 Dec 2001 01:59:28 +0800
10565              Message-ID: <20011229015928.A29712@geb.elixus.org>              
10566      Branch: perl
10567            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
10568            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
10569            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
10570            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
10571            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
10572 ____________________________________________________________________________
10573 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
10574         Log: socketpair tweaks from Nicholas Clark.
10575      Branch: perl
10576            ! ext/Socket/socketpair.t util.c
10577 ____________________________________________________________________________
10578 [ 13920] By: nick                                  on 2001/12/29  12:36:21
10579         Log: Integrate mainline
10580      Branch: perlio
10581           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
10582           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
10583           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10584           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
10585           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
10586           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
10587           !> t/op/sysio.t
10588 ____________________________________________________________________________
10589 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
10590         Log: Retract #13917.
10591      Branch: perl
10592            ! doop.c
10593 ____________________________________________________________________________
10594 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
10595         Log: Subject: provisional MakeMaker patch for VMS
10596              From: "Craig A. Berry" <craigberry@mac.com> 
10597              Date: Thu, 27 Dec 2001 22:29:37 -0600
10598              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
10599      Branch: perl
10600            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10601 ____________________________________________________________________________
10602 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
10603         Log: (retracted by #13919)
10604      Branch: perl
10605            ! doop.c
10606 ____________________________________________________________________________
10607 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
10608         Log: metaconfig unit change for #13915.
10609      Branch: metaconfig/U/perl
10610            ! d_u32align.U
10611 ____________________________________________________________________________
10612 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
10613         Log: Remove debris in any case.
10614      Branch: perl
10615            ! Configure
10616 ____________________________________________________________________________
10617 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
10618         Log: Subject: [PATCH] Re: B::walksymtable oddness
10619              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10620              Date: Thu, 27 Dec 2001 19:14:24 +0100
10621              Message-ID: <3C2B7310.861.18820D0@localhost>
10622      Branch: perl
10623            ! ext/B/B.pm
10624 ____________________________________________________________________________
10625 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
10626         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
10627              From: Nicholas Clark <nick@unfortu.net> 
10628              Date: Fri, 28 Dec 2001 00:43:02 +0000
10629              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
10630      Branch: perl
10631            ! ext/Socket/socketpair.t
10632 ____________________________________________________________________________
10633 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
10634         Log: Fast Latin1<->UTF-8 conversion for older Perls.
10635      Branch: perl
10636            ! pod/perluniintro.pod
10637 ____________________________________________________________________________
10638 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
10639         Log: Update Changes.
10640      Branch: perl
10641            ! Changes patchlevel.h
10642 ____________________________________________________________________________
10643 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
10644         Log: More wait status trickery for BeOS.
10645      Branch: perl
10646            ! ext/POSIX/POSIX.xs
10647 ____________________________________________________________________________
10648 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
10649         Log: metaconfig unit change for #13908.
10650      Branch: metaconfig/U/perl
10651            ! d_u32align.U
10652 ____________________________________________________________________________
10653 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
10654         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
10655      Branch: perl
10656            ! Configure
10657 ____________________________________________________________________________
10658 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
10659         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
10660              From: gbarr@monty.mutatus.co.uk
10661              Date: 27 Dec 2001 14:41:36 -0000
10662              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
10663      Branch: perl
10664            ! lib/ExtUtils/t/Embed.t
10665 ____________________________________________________________________________
10666 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
10667         Log: Subject: [PATCH] Re: socketpair emulation
10668              From: Nicholas Clark <nick@unfortu.net> 
10669              Date: Wed, 26 Dec 2001 20:08:14 +0000
10670              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
10671      Branch: perl
10672            ! ext/Socket/socketpair.t
10673 ____________________________________________________________________________
10674 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
10675         Log: Subject: [DOC PATCH] left is right and right is left
10676              From: Philip Newton <Philip.Newton@gmx.net>
10677              Date: Thu, 27 Dec 2001 10:04:17 +0100
10678              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
10679      Branch: perl
10680            ! pod/perlfunc.pod pod/perlport.pod
10681 ____________________________________________________________________________
10682 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
10683         Log: Subject: [PATCH] check return of close
10684              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10685              Date: 27 Dec 2001 09:47:30 +0100
10686              Message-ID: <m3ellhgicd.fsf@anima.de> 
10687              
10688              Subject: [PATCH] improve error reporting
10689              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10690              Date: 27 Dec 2001 09:54:55 +0100
10691              Message-ID: <m3adw5gi00.fsf@anima.de> 
10692              
10693              Subject: [PATCH] check return value of close
10694              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10695              Date: 27 Dec 2001 10:03:55 +0100
10696              Message-ID: <m3666tghl0.fsf@anima.de> 
10697              
10698              Subject: [PATCH] return of close
10699              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10700              Date: 27 Dec 2001 10:22:15 +0100
10701              Message-ID: <m31yhhggqg.fsf@anima.de> 
10702      Branch: perl
10703            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
10704            ! t/io/fflush.t
10705 ____________________________________________________________________________
10706 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
10707         Log: Subject: [PATCH] check return of close
10708              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10709              Date: 27 Dec 2001 09:47:30 +0100
10710              Message-ID: <m3ellhgicd.fsf@anima.de> 
10711      Branch: perl
10712            ! t/base/rs.t
10713 ____________________________________________________________________________
10714 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
10715         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
10716              From: andreas.koenig@anima.de (Andreas J. Koenig)
10717              Date: 27 Dec 2001 09:21:16 +0100
10718              Message-ID: <m3n105gjk3.fsf@anima.de>
10719      Branch: perl
10720            ! t/op/sysio.t
10721 ____________________________________________________________________________
10722 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
10723         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
10724              From: "Gerrit P. Haase" <gp@familiehaase.de>
10725              Date: Thu, 27 Dec 2001 09:23:55 +0100 
10726              Message-ID: <98211521662.20011227092355@familiehaase.de>
10727      Branch: perl
10728            ! lib/ExtUtils/t/MM_Cygwin.t
10729 ____________________________________________________________________________
10730 [ 13900] By: nick                                  on 2001/12/27  11:11:51
10731         Log: Integrate mainline
10732      Branch: perlio
10733           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
10734           +> lib/File/Spec/NW5.pm
10735           !> (integrate 52 files)
10736 ____________________________________________________________________________
10737 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
10738         Log: Replace the awful (most likely generated and not very persistent)
10739              URL with something tangible.
10740      Branch: perl
10741            ! README.hpux
10742 ____________________________________________________________________________
10743 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
10744         Log: Naughty /dev/printer (ls -l, really) of IRIX.
10745      Branch: perl
10746            ! t/op/stat.t
10747 ____________________________________________________________________________
10748 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
10749         Log: Upgrade to Net::Ping 2.10.
10750      Branch: perl
10751            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
10752            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
10753            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
10754            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
10755 ____________________________________________________________________________
10756 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
10757         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
10758              (this showed up in Benchmark.t)
10759      Branch: perl
10760            ! pp_sys.c
10761 ____________________________________________________________________________
10762 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
10763         Log: BeOS updates.
10764      Branch: perl
10765            ! README.beos beos/beos.c
10766 ____________________________________________________________________________
10767 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
10768         Log: Subject: Re: bleadperl doesn't compile
10769              From: "Gerrit P. Haase" <gp@familiehaase.de>
10770              Date: Wed, 26 Dec 2001 21:29:08 +0100
10771              Message-ID: <22168634623.20011226212908@familiehaase.de>
10772              
10773              Cygwin with multiplicity.
10774      Branch: perl
10775            ! perlio.c
10776 ____________________________________________________________________________
10777 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
10778         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
10779              From: Nicholas Clark <nick@ccl4.org>
10780              Date: Wed, 26 Dec 2001 19:07:33 +0000
10781              Message-ID: <20011226190732.J48842@plum.flirble.org>            
10782              
10783              socketpair() (un)signedness nit.
10784      Branch: perl
10785            ! util.c
10786 ____________________________________________________________________________
10787 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
10788         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
10789              From: Nicholas Clark <nick@ccl4.org>
10790              Date: Wed, 26 Dec 2001 19:19:47 +0000
10791              Message-ID: <20011226191946.K48842@plum.flirble.org>
10792              
10793              Use report_evil_fh().
10794      Branch: perl
10795            ! doio.c
10796 ____________________________________________________________________________
10797 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
10798         Log: Bad $? assumptions.
10799      Branch: perl
10800            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
10801 ____________________________________________________________________________
10802 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
10803         Log: Net::Ping isn't going to work much without
10804              the Socket extension; fail more gracefully.
10805      Branch: perl
10806            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
10807            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
10808            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
10809            ! lib/Net/Ping/t/300_ping_stream.t
10810 ____________________________________________________________________________
10811 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
10812         Log: metaconfig unit change for #13888.
10813      Branch: metaconfig
10814            ! U/modified/Oldconfig.U
10815 ____________________________________________________________________________
10816 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
10817         Log: test -d /system is a bit too generic test for VOS
10818              (false hit in BeOS)
10819      Branch: perl
10820            ! Configure
10821 ____________________________________________________________________________
10822 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
10823         Log: No AF_UNIX in BeOS.
10824      Branch: perl
10825            ! util.c
10826 ____________________________________________________________________________
10827 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
10828         Log: FAQ sync.
10829      Branch: perl
10830            ! pod/perlfaq5.pod
10831 ____________________________________________________________________________
10832 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
10833         Log: Update Changes.
10834      Branch: perl
10835            ! Changes patchlevel.h
10836 ____________________________________________________________________________
10837 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
10838         Log: Make -t equal -tw.
10839      Branch: perl
10840            ! perl.c pod/perlrun.pod
10841 ____________________________________________________________________________
10842 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
10843         Log: Subject: Re: Not OK 13881
10844              From: John Peacock <jpeacock@rowman.com>
10845              Date: Tue, 25 Dec 2001 06:02:12 -0500
10846              Message-ID: <3C285CB4.8040006@rowman.com>
10847      Branch: perl
10848            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
10849 ____________________________________________________________________________
10850 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
10851         Log: Subject: Re: Not OK 13881
10852              From: andreas.koenig@anima.de (Andreas J. Koenig)
10853              Date: 25 Dec 2001 07:33:23 +0100
10854              Message-ID: <m3bsgnajws.fsf@anima.de>
10855      Branch: perl
10856            ! op.c
10857 ____________________________________________________________________________
10858 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
10859         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
10860              From: Mark-Jason Dominus <mjd@plover.com>    
10861              Date: Mon, 24 Dec 2001 18:14:48 -0500
10862              Message-ID: <20011224231448.25826.qmail@plover.com>
10863      Branch: perl
10864            ! op.c t/op/eval.t
10865 ____________________________________________________________________________
10866 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
10867         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
10868              From: Dave Rolsky <autarch@urth.org>
10869              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
10870              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
10871      Branch: perl
10872            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
10873            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
10874            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10875            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10876            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
10877 ____________________________________________________________________________
10878 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
10879         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
10880              From: Jeffrey Friedl <jfriedl@yahoo.com>
10881              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
10882              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
10883              
10884              The rest of the tests for plus few extras.
10885      Branch: perl
10886            ! t/op/pat.t
10887 ____________________________________________________________________________
10888 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
10889         Log: metaconfig unit change for #13877.
10890      Branch: metaconfig
10891            ! U/modified/Unix.U
10892 ____________________________________________________________________________
10893 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
10894         Log: No-op.
10895      Branch: perl
10896            ! Configure
10897 ____________________________________________________________________________
10898 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
10899         Log: More constant casting.
10900      Branch: perl
10901            ! regexec.c
10902 ____________________________________________________________________________
10903 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
10904         Log: Subject: perlhack.pod 
10905              From: "John P. Linderman" <jpl@research.att.com>
10906              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
10907              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
10908      Branch: perl
10909            ! pod/perlhack.pod
10910 ____________________________________________________________________________
10911 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
10912         Log: File::Find patch patches from Thomas Wegner.
10913      Branch: perl
10914            ! lib/File/Find.pm
10915 ____________________________________________________________________________
10916 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
10917         Log: Subject: Re: socketpair emulation 
10918              From: Nicholas Clark <nick@unfortu.net>                 
10919              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
10920              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
10921      Branch: perl
10922            ! ext/Socket/socketpair.t
10923 ____________________________________________________________________________
10924 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
10925         Log: Must cast constants if they can be quads.
10926      Branch: perl
10927            ! regcomp.c
10928 ____________________________________________________________________________
10929 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
10930         Log: Promote the e/uid to wide enough un/signed integers
10931              and printf them as such.
10932      Branch: perl
10933            ! taint.c
10934 ____________________________________________________________________________
10935 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
10936         Log: metaconfig unit change for #13869.
10937      Branch: metaconfig/U/perl
10938            ! d_u32align.U
10939 ____________________________________________________________________________
10940 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
10941         Log: The U32 alignment test wasn't really working, noticed
10942              by Paul Green.  Now the test works, but this means that
10943              we may see coredumps from the test.   I sure hope MMUless
10944              places don't crash on the test.
10945      Branch: perl
10946            ! Configure
10947 ____________________________________________________________________________
10948 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
10949         Log: metaconfig unit changes for #13867.
10950      Branch: metaconfig
10951            ! U/compline/nblock_io.U U/modified/Unix.U
10952            ! U/modified/spitshell.U
10953 ____________________________________________________________________________
10954 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
10955         Log: More VOS tweaks.
10956      Branch: perl
10957            ! Configure
10958 ____________________________________________________________________________
10959 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
10960         Log: The funky final sigma casefolding.
10961      Branch: perl
10962            ! regcomp.c regexec.c t/op/pat.t utf8.h
10963 ____________________________________________________________________________
10964 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
10965         Log: Update Changes.
10966      Branch: perl
10967            ! Changes patchlevel.h
10968 ____________________________________________________________________________
10969 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
10970         Log: Move the \C and \X to pat.t.
10971      Branch: perl
10972            ! t/op/pat.t t/op/re_tests
10973 ____________________________________________________________________________
10974 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
10975         Log: More logical test ordering.
10976      Branch: perl
10977            ! perl.h
10978 ____________________________________________________________________________
10979 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
10980         Log: Integrate perlio;
10981              
10982              Add at least the "important" PerlIO_xxxx functions to embed.pl
10983              so that they get implicit pTHX_ and we can avoid slow dTHX.
10984              
10985              Put PerlIO stuff inside EXTERN C
10986              
10987              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
10988      Branch: perl
10989           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
10990           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
10991           !> win32/win32.c
10992 ____________________________________________________________________________
10993 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
10994         Log: Even more \X fixing.
10995      Branch: perl
10996            ! regexec.c t/op/pat.t
10997 ____________________________________________________________________________
10998 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
10999         Log: More \X fixing.
11000      Branch: perl
11001            ! regexec.c t/op/pat.t
11002 ____________________________________________________________________________
11003 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
11004         Log: Fix encoding pragma.
11005      Branch: perl
11006            ! regcomp.c
11007 ____________________________________________________________________________
11008 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
11009         Log: Subject: socketpair emulation
11010              From: Nicholas Clark <nick@unfortu.net>
11011              Date: Sat, 22 Dec 2001 18:38:18 +0000
11012              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
11013      Branch: perl
11014            + ext/Socket/socketpair.t
11015            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
11016            ! pp_sys.c proto.h util.c
11017 ____________________________________________________________________________
11018 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
11019         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
11020              From: Jeffrey Friedl <jfriedl@yahoo.com>
11021              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
11022              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
11023              
11024              (partially applied, most of the new tests need to be rethought)
11025      Branch: perl
11026            ! regcomp.c t/op/re_tests
11027 ____________________________________________________________________________
11028 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
11029         Log: Small tweaks.
11030      Branch: perl
11031            ! handy.h regexec.c
11032 ____________________________________________________________________________
11033 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
11034         Log: Unicode casefolding continues.
11035              (lib/encoding.t still failing.)
11036      Branch: perl
11037            ! regexec.c t/op/pat.t
11038 ____________________________________________________________________________
11039 [ 13854] By: nick                                  on 2001/12/22  20:01:27
11040         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
11041      Branch: perlio
11042            ! makedef.pl perlio.h perlio.sym win32/win32.c
11043 ____________________________________________________________________________
11044 [ 13853] By: nick                                  on 2001/12/22  19:58:53
11045         Log: Put PerlIO stuff inside EXTERN C
11046      Branch: perlio
11047            ! embed.pl proto.h
11048 ____________________________________________________________________________
11049 [ 13852] By: nick                                  on 2001/12/22  18:04:34
11050         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
11051              so that they get implicit pTHX_ and we can avoid slow dTHX.
11052      Branch: perlio
11053            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
11054            ! perlio.h pod/perlapi.pod proto.h
11055 ____________________________________________________________________________
11056 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
11057         Log: metaconfig unit change for #13850.
11058      Branch: metaconfig
11059            ! U/modified/Loc.U
11060 ____________________________________________________________________________
11061 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
11062         Log: Rework the make logic (again).
11063      Branch: perl
11064            ! Configure
11065 ____________________________________________________________________________
11066 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
11067         Log: Integrate perlio;
11068              Fix mis-parse of autoloaded usage code by declaring the sub
11069              Correct checking code which Ilya spotted was tripped by CR at EOF.
11070              The CR at EOF fix earlier broke CR at end-of-buffer.
11071      Branch: perl
11072            ! regexec.c
11073           !> ext/POSIX/POSIX.pm perlio.c sv.c
11074 ____________________________________________________________________________
11075 [ 13848] By: nick                                  on 2001/12/22  15:11:17
11076         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
11077              This should be okay for both?
11078      Branch: perlio
11079            ! perlio.c
11080 ____________________________________________________________________________
11081 [ 13847] By: nick                                  on 2001/12/22  12:26:32
11082         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
11083              Also tone down perl -DP tracing of sv_gets.
11084      Branch: perlio
11085            ! perlio.c sv.c
11086 ____________________________________________________________________________
11087 [ 13846] By: nick                                  on 2001/12/22  10:49:27
11088         Log: Fix mis-parse of autoloaded usage code by declaring the sub
11089      Branch: perlio
11090            ! ext/POSIX/POSIX.pm
11091 ____________________________________________________________________________
11092 [ 13845] By: nick                                  on 2001/12/22  10:44:11
11093         Log: Integrate mainline - some fails:
11094              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
11095              -------------------------------------------------------------------------------
11096              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
11097              ../lib/encoding.t                    19    2  10.53%  17-18
11098              op/pat.t                            770    3   0.39%  754-755 757
11099      Branch: perlio
11100           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
11101           !> (integrate 36 files)
11102 ____________________________________________________________________________
11103 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
11104         Log: More Unicode casing fixes.
11105      Branch: perl
11106            ! regexec.c t/op/pat.t
11107 ____________________________________________________________________________
11108 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
11109         Log: Unicode casefolding fixes.
11110      Branch: perl
11111            ! op.c regcomp.c regexec.c t/op/pat.t
11112 ____________________________________________________________________________
11113 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
11114         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
11115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
11116              Date: Sat, 22 Dec 2001 00:01:29 +0100
11117              Message-ID: <20011222000129.A713@rafael>
11118      Branch: perl
11119            ! ext/B/B/Deparse.pm
11120 ____________________________________________________________________________
11121 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
11122         Log: VOS config from Paul Green.
11123      Branch: perl
11124            ! hints/vos.sh
11125 ____________________________________________________________________________
11126 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
11127         Log: Subject: [PATCH @13746] CreateTTY on OS/2
11128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11129              Date: Fri, 21 Dec 2001 15:59:45 -0500
11130              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
11131      Branch: perl
11132            ! lib/perl5db.pl
11133 ____________________________________________________________________________
11134 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
11135         Log: Subject: [PATCH @13746] uninstalled build of modules broken
11136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11137              Date: Fri, 21 Dec 2001 15:49:09 -0500
11138              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
11139      Branch: perl
11140            ! lib/ExtUtils/MM_Unix.pm
11141 ____________________________________________________________________________
11142 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
11143         Log: Subject: [PATCH @13746] OS/2 File::* modules
11144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11145              Date: Fri, 21 Dec 2001 15:43:24 -0500
11146              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
11147      Branch: perl
11148            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
11149 ____________________________________________________________________________
11150 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
11151         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
11152              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11153              Date: Fri, 21 Dec 2001 17:29:07 +0100
11154              Message-ID: <3C236353.6625C4C0@alcatel.at>
11155      Branch: perl
11156            ! pod/perltie.pod
11157 ____________________________________________________________________________
11158 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
11159         Log: metaconfig unit changes for #13835
11160      Branch: metaconfig
11161            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
11162            ! U/modified/sh.U
11163 ____________________________________________________________________________
11164 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
11165         Log: Further VOS tweaks: the _exe needs to be introduced
11166              in the very beginning, and the make/gmake needs special
11167              VOS logic.
11168      Branch: perl
11169            ! Configure Makefile.SH
11170 ____________________________________________________________________________
11171 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
11172         Log: Update Changes.
11173      Branch: perl
11174            ! Changes patchlevel.h
11175 ____________________________________________________________________________
11176 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
11177         Log: metaconfig unit change for #13832.
11178      Branch: metaconfig
11179            ! U/modified/spitshell.U
11180 ____________________________________________________________________________
11181 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
11182         Log: Also the search for cat needs to be _exe-aware.
11183      Branch: perl
11184            ! Configure
11185 ____________________________________________________________________________
11186 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
11187         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
11188              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11189              Date: Fri, 21 Dec 2001 14:02:01 +0100
11190              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
11191      Branch: perl
11192            ! ext/B/B/Xref.pm
11193 ____________________________________________________________________________
11194 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
11195         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
11196      Branch: perl
11197            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
11198            ! ext/B/t/assembler.t
11199 ____________________________________________________________________________
11200 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
11201         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
11202              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11203              Date: Fri, 21 Dec 2001 11:15:38 +0100
11204              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
11205      Branch: perl
11206            ! hv.c
11207 ____________________________________________________________________________
11208 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
11209         Log: A plan is good.
11210      Branch: perl
11211            ! ext/re/re.t
11212 ____________________________________________________________________________
11213 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
11214         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
11215              From: chromatic <chromatic@rmci.net>
11216              Date: Thu, 20 Dec 2001 16:16:48 -0700
11217              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
11218      Branch: perl
11219            + ext/re/re.t
11220            ! MANIFEST
11221 ____________________________________________________________________________
11222 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
11223         Log: Synchronize the skippage message.
11224      Branch: perl
11225            ! lib/ExtUtils/t/MM_OS2.t
11226 ____________________________________________________________________________
11227 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
11228         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
11229              From: chromatic <chromatic@rmci.net>
11230              Date: Thu, 20 Dec 2001 16:09:10 -0700
11231              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
11232      Branch: perl
11233            + lib/ExtUtils/t/MM_OS2.t
11234            ! MANIFEST
11235 ____________________________________________________________________________
11236 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
11237         Log: Subject: perlfunc.pod patch re flock via fcntl
11238              From: "Tye McQueen" <tye@metronet.com>
11239              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
11240              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
11241      Branch: perl
11242            ! pod/perlfunc.pod
11243 ____________________________________________________________________________
11244 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
11245         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
11246              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
11247              (the Unicode maximum code point) warnable offenses.
11248      Branch: perl
11249            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
11250            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
11251 ____________________________________________________________________________
11252 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
11253         Log: Sterner admonishment on -t.
11254      Branch: perl
11255            ! pod/perlrun.pod
11256 ____________________________________________________________________________
11257 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
11258         Log: Subject: [PATCH B::Dpparse] minor qr// fix
11259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11260              Date: Thu, 20 Dec 2001 22:53:34 +0100
11261              Message-ID: <20011220225334.A735@rafael>
11262      Branch: perl
11263            ! ext/B/B/Deparse.pm
11264 ____________________________________________________________________________
11265 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
11266         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
11267              From: Robert Spier <rspier@pobox.com>
11268              Date: Thu, 20 Dec 2001 08:10:00 -0800
11269              Message-ID: <15394.3416.693353.107334@rls.cx>
11270      Branch: perl
11271            ! lib/Carp/Heavy.pm
11272 ____________________________________________________________________________
11273 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
11274         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
11275      Branch: perl
11276           !> win32/win32io.c
11277 ____________________________________________________________________________
11278 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
11279         Log: Subject: Re: [PATCH pod/perliol.pod] resend
11280              From: Stas Bekman <stas@stason.org>
11281              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
11282              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
11283      Branch: perl
11284            ! pod/perliol.pod
11285 ____________________________________________________________________________
11286 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
11287         Log: Fix up the APIs noone hopefully uses.
11288      Branch: perl
11289            ! utf8.c
11290 ____________________________________________________________________________
11291 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
11292         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
11293              Date: Wed, 19 Dec 2001 14:13:38 -0800
11294              From: Robert Spier <rspier@pobox.com>
11295              Message-ID: <15393.4370.605214.548582@rls.cx>
11296      Branch: perl
11297            ! lib/Carp.t lib/Carp/Heavy.pm
11298 ____________________________________________________________________________
11299 [ 13815] By: nick                                  on 2001/12/20  10:23:42
11300         Log: pTHX_ fixes for :win32 layer
11301      Branch: perlio
11302            ! win32/win32io.c
11303 ____________________________________________________________________________
11304 [ 13814] By: nick                                  on 2001/12/20  08:20:11
11305         Log: Integrate mainline (mostly) utf8.c does not compile.
11306      Branch: perlio
11307           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
11308           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
11309           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
11310           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
11311           +> lib/Net/Ping/t/300_ping_stream.t
11312           !> Changes MANIFEST embed.h embed.pl embedvar.h
11313           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
11314           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
11315           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
11316           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
11317           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
11318 ____________________________________________________________________________
11319 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
11320         Log: Some bincompat clawbacks.
11321      Branch: perl
11322            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
11323            ! wince/perldll.def
11324 ____________________________________________________________________________
11325 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
11326         Log: gcc pacifying (RH 7.1/ia64).
11327      Branch: perl
11328            ! pp.c
11329 ____________________________________________________________________________
11330 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
11331         Log: Update Changes.
11332      Branch: perl
11333            ! Changes patchlevel.h
11334 ____________________________________________________________________________
11335 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
11336         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
11337              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11338              Date: Wed, 19 Dec 2001 12:35:07 +0100
11339              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
11340              
11341              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
11342              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11343              Date: Wed, 19 Dec 2001 17:34:51 +0000
11344              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
11345      Branch: perl
11346            ! pod/perlre.pod
11347 ____________________________________________________________________________
11348 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
11349         Log: Integrate perlio.
11350      Branch: perl
11351           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11352           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
11353 ____________________________________________________________________________
11354 [ 13808] By: nick                                  on 2001/12/19  16:08:27
11355         Log: Add pTHX to all vtable functions for future-proofing and
11356              consistency of PerlIO layers.
11357      Branch: perlio
11358            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11359            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
11360 ____________________________________________________________________________
11361 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
11362         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
11363      Branch: perl
11364            ! ext/B/B/Assembler.pm
11365 ____________________________________________________________________________
11366 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
11367         Log: Reword the alarm explanation.
11368      Branch: perl
11369            ! pod/perlfunc.pod
11370 ____________________________________________________________________________
11371 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
11372         Log: Subject: [PATCH @13746] OS/2 build
11373              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
11374              Date: Wed, 19 Dec 2001 02:45:41 -0500
11375              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
11376              
11377              (skipped the t/TEST change)
11378      Branch: perl
11379            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
11380            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
11381            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
11382 ____________________________________________________________________________
11383 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
11384         Log: Upgrade to Net::Ping 2.09.
11385      Branch: perl
11386            + lib/Net/Ping/CHANGES lib/Net/Ping/README
11387            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
11388            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
11389            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
11390            + lib/Net/Ping/t/300_ping_stream.t
11391            ! MANIFEST lib/Net/Ping.pm
11392 ____________________________________________________________________________
11393 [ 13803] By: nick                                  on 2001/12/19  14:43:24
11394         Log: Integrate mainline
11395      Branch: perlio
11396           +> ext/B/t/assembler.t lib/lib.t
11397           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
11398           !> lib/lib_pm.PL t/op/glob.t utf8.c
11399 ____________________________________________________________________________
11400 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
11401         Log: B::Assembler/B::Disassembler patches and test;
11402              from Wolfgang Laun.
11403              
11404              TODO: getting perlcc working.
11405      Branch: perl
11406            + ext/B/t/assembler.t
11407            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
11408 ____________________________________________________________________________
11409 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
11410         Log: Can't printf U8s as UVs.
11411      Branch: perl
11412            ! utf8.c
11413 ____________________________________________________________________________
11414 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
11415         Log: Subject: Re: [PATCH] ...while $var = glob(...)
11416              From: Robin Houston <robin@kitsite.com> 
11417              Date: Wed, 19 Dec 2001 13:48:55 +0000
11418              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
11419              
11420              Not exactly a glob test but internal-logically correct.
11421      Branch: perl
11422            ! t/op/glob.t
11423 ____________________________________________________________________________
11424 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
11425         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
11426              From: Michael G Schwern <schwern@pobox.com> 
11427              Date: Wed, 19 Dec 2001 07:42:54 -0500
11428              Message-ID: <20011219124254.GF8630@blackrider>
11429      Branch: perl
11430            + lib/lib.t
11431            ! MANIFEST lib/lib_pm.PL
11432 ____________________________________________________________________________
11433 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
11434         Log: Integrate with perlio.
11435      Branch: perl
11436           !> hv.c hv.h scope.c util.c
11437 ____________________________________________________________________________
11438 [ 13797] By: nick                                  on 2001/12/19  12:03:21
11439         Log: Remove the sometimes-lvalue cast
11440      Branch: perlio
11441            ! hv.h
11442 ____________________________________________________________________________
11443 [ 13796] By: nick                                  on 2001/12/19  11:02:27
11444         Log: alarm.t with -Uuseperlio fix
11445              - SA_RESTART should only be function of PERL_OLD_SIGNALS
11446              not USE_PERLIO
11447      Branch: perlio
11448            ! util.c
11449 ____________________________________________________________________________
11450 [ 13795] By: nick                                  on 2001/12/19  10:19:40
11451         Log: Fix READONLY hashes:
11452              1. Discovered need for disabled scope.c part of Jeff's patch.
11453              2. Corrected hv_delete* - entry was being de-linked from
11454              chain (patch program not smart enough?)
11455      Branch: perlio
11456            ! hv.c scope.c
11457 ____________________________________________________________________________
11458 [ 13794] By: nick                                  on 2001/12/19  09:35:13
11459         Log: Integrate mainline
11460      Branch: perlio
11461           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
11462           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
11463           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
11464           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
11465           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
11466 ____________________________________________________________________________
11467 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
11468         Log: Regen toc.
11469      Branch: perl
11470            ! pod/perltoc.pod
11471 ____________________________________________________________________________
11472 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
11473         Log: FAQ sync.
11474      Branch: perl
11475            ! pod/perlfaq5.pod
11476 ____________________________________________________________________________
11477 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
11478         Log: Reformat round.
11479      Branch: perl
11480            ! pod/perlunicode.pod
11481 ____________________________________________________________________________
11482 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
11483         Log: Subject: [PATCH] pod/perlunicode.pod
11484              From: Jeffrey Friedl <jfriedl@yahoo.com>
11485              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
11486              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
11487      Branch: perl
11488            ! pod/perlunicode.pod
11489 ____________________________________________________________________________
11490 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
11491         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
11492              From: Jeffrey Friedl <jfriedl@yahoo.com>
11493              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
11494              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
11495      Branch: perl
11496            ! pod/perluniintro.pod
11497 ____________________________________________________________________________
11498 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
11499         Log: Slight pod reformatting.
11500      Branch: perl
11501            ! pod/perluniintro.pod
11502 ____________________________________________________________________________
11503 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
11504         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
11505              From: Jeffrey Friedl <jfriedl@yahoo.com>    
11506              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
11507              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
11508      Branch: perl
11509            ! pod/perluniintro.pod
11510 ____________________________________________________________________________
11511 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
11512         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
11513              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11514              Date: Wed, 19 Dec 2001 01:45:23 +0000
11515              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
11516      Branch: perl
11517            ! sv.c
11518 ____________________________________________________________________________
11519 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
11520         Log: Subject: Porting/checkURL.pl
11521              From: abigail@foad.org
11522              Date: Tue, 18 Dec 2001 19:03:22 +0100          
11523              Message-ID: <20011218180322.8278.qmail@foad.org> 
11524      Branch: perl
11525            ! Porting/checkURL.pl
11526 ____________________________________________________________________________
11527 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
11528         Log: metaconfig unit change for #13783.
11529      Branch: metaconfig
11530            ! U/modified/Loc.U
11531 ____________________________________________________________________________
11532 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
11533         Log: A bit too oversweeping matching in #13778.
11534      Branch: perl
11535            ! Configure
11536 ____________________________________________________________________________
11537 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
11538         Log: Re-gen Configure based on #13778..13781.
11539      Branch: perl
11540            ! Configure config_h.SH
11541 ____________________________________________________________________________
11542 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
11543         Log: First assume that crypt() can live happy normal life in
11544              the libc or the moral equivalent; only then try magic.
11545      Branch: metaconfig
11546            + U/modified/d_crypt.U
11547 ____________________________________________________________________________
11548 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
11549         Log: In VOS ACLs confuse the testing.
11550      Branch: metaconfig
11551            ! U/modified/Findhdr.U
11552 ____________________________________________________________________________
11553 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
11554         Log: Either make or gmake.
11555      Branch: metaconfig
11556            ! U/modified/Loc.U
11557 ____________________________________________________________________________
11558 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
11559         Log: If your _exe is different from .exe and your test -f $foo
11560              doesn't do magic to recognize $foo$_exe, you will need to
11561              specify -D_exe=... on command line-- and this patch.
11562      Branch: metaconfig
11563            + U/modified/sh.U
11564            ! U/modified/Loc.U
11565 ____________________________________________________________________________
11566 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
11567         Log: Fix the bugs in #13768..13776, and regen Configure.
11568      Branch: metaconfig
11569            ! U/compline/nblock_io.U U/modified/Findhdr.U
11570            ! U/modified/spitshell.U
11571      Branch: metaconfig/U/perl
11572            ! issymlink.U perlpath.U
11573      Branch: perl
11574            ! Configure config_h.SH
11575 ____________________________________________________________________________
11576 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
11577         Log: Must test with $_exe. (There are plenty of similar
11578              spots earlier but they are a tad more complex to fix
11579              since they come before the hints are run.)
11580      Branch: metaconfig
11581            + U/modified/yacc.U
11582 ____________________________________________________________________________
11583 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
11584         Log: F_SETFL might require <fcntl.h>
11585      Branch: metaconfig
11586            ! U/compline/nblock_io.U
11587 ____________________________________________________________________________
11588 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
11589         Log: Don't require make; have both make and gmake optional.
11590              (Maybe have a check that at least one of them is available?)
11591      Branch: metaconfig
11592            ! U/modified/Loc.U
11593 ____________________________________________________________________________
11594 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
11595         Log: cat might be farther than /bin or /usr/bin.
11596      Branch: metaconfig
11597            ! U/modified/spitshell.U
11598 ____________________________________________________________________________
11599 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
11600         Log: In VOS the path component separator is >, not /.
11601      Branch: metaconfig
11602            ! U/modified/Findhdr.U
11603 ____________________________________________________________________________
11604 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
11605         Log: The VOS shell doesn't implement the ? wildcard
11606              (? is used for other purposes, I assume); but
11607              it does implement the * wildcard, and that works
11608              in the general case just fine.
11609      Branch: metaconfig/U/perl
11610            ! d_dlsymun.U
11611 ____________________________________________________________________________
11612 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
11613         Log: VOS detection.
11614      Branch: metaconfig
11615            ! U/modified/Oldconfig.U
11616 ____________________________________________________________________________
11617 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
11618         Log: Proper path for VOS.
11619      Branch: metaconfig
11620            ! U/modified/Head.U
11621 ____________________________________________________________________________
11622 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
11623         Log: Change s/>& 4/>&4/g for consistency.
11624      Branch: metaconfig
11625            + U/modified/d_dosuid.U
11626            ! U/modified/d_socket.U
11627      Branch: metaconfig/U/perl
11628            ! issymlink.U perlxvf.U
11629 ____________________________________________________________________________
11630 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
11631         Log: Subject: Re: Benchmark.t failure on Linux
11632              From: Nicholas Clark <nick@ccl4.org>
11633              Date: Tue, 18 Dec 2001 22:51:25 +0000
11634              Message-ID: <20011218225124.N21702@plum.flirble.org>
11635      Branch: perl
11636            ! lib/Benchmark.t
11637 ____________________________________________________________________________
11638 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
11639         Log: Re-applying #13752 until a better solution can be found.
11640      Branch: perl
11641            ! lib/ExtUtils/t/MM_Unix.t
11642 ____________________________________________________________________________
11643 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
11644         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
11645              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
11646              Date: Tue, 18 Dec 2001 12:05:40 -0500
11647              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
11648      Branch: perl
11649            ! lib/Exporter.pm
11650 ____________________________________________________________________________
11651 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
11652         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
11653              findings -- some of the warnings I can't explain except
11654              by NVgf being detected wrong, though.
11655      Branch: perl
11656            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
11657 ____________________________________________________________________________
11658 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
11659         Log: Subject: [PATCH] pod/perluniintro.pod
11660              From: Jeffrey Friedl <jfriedl@yahoo.com>
11661              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
11662              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
11663      Branch: perl
11664            ! pod/perluniintro.pod
11665 ____________________________________________________________________________
11666 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
11667         Log: ".pm" is the native executable suffix in VOS.
11668      Branch: perl
11669            ! hints/vos.sh
11670 ____________________________________________________________________________
11671 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
11672         Log: Integrate perlio;
11673              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
11674      Branch: perl
11675           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
11676 ____________________________________________________________________________
11677 [ 13760] By: nick                                  on 2001/12/18  15:55:22
11678         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
11679              - added delete of READONLY value inhibit & test for same
11680              - re-tabbed
11681      Branch: perlio
11682            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
11683 ____________________________________________________________________________
11684 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
11685         Log: (Undone by #13766.)
11686              Retract #13752.
11687      Branch: perl
11688            ! lib/ExtUtils/t/MM_Unix.t
11689 ____________________________________________________________________________
11690 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
11691         Log: Echoes of #13757.
11692      Branch: perl
11693            ! t/lib/warnings/utf8
11694 ____________________________________________________________________________
11695 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
11696         Log: Make the utf8 malformedness messages more verbose.
11697      Branch: perl
11698            ! lib/utf8.t utf8.c
11699 ____________________________________________________________________________
11700 [ 13756] By: nick                                  on 2001/12/18  14:43:58
11701         Log: Integrate mainline
11702      Branch: perlio
11703           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
11704           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
11705           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
11706           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
11707           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
11708           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
11709            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
11710            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
11711            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
11712            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
11713            - lib/ExtUtils/testlib.t
11714           !> (integrate 28 files)
11715 ____________________________________________________________________________
11716 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
11717         Log: README.aix updates from Jens-Uwe Mager.
11718      Branch: perl
11719            ! README.aix
11720 ____________________________________________________________________________
11721 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
11722         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
11723              From: Michael G Schwern <schwern@pobox.com>
11724              Date: Tue, 18 Dec 2001 00:58:18 -0500
11725              Message-ID: <20011218055818.GC4362@blackrider>
11726      Branch: perl
11727            ! lib/Benchmark.t
11728 ____________________________________________________________________________
11729 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
11730         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
11731              From: Michael G Schwern <schwern@pobox.com>
11732              Date: Tue, 18 Dec 2001 00:40:38 -0500
11733              Message-ID: <20011218054038.GB4362@blackrider>
11734      Branch: perl
11735            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
11736 ____________________________________________________________________________
11737 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
11738         Log: (reintroduced by #13766)
11739              (retracted by #13759)
11740              
11741              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
11742              From: Michael G Schwern <schwern@pobox.com>  
11743              Date: Tue, 18 Dec 2001 00:00:23 -0500
11744              Message-ID: <20011218050023.GA27893@blackrider>
11745      Branch: perl
11746            ! lib/ExtUtils/t/MM_Unix.t
11747 ____________________________________________________________________________
11748 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
11749         Log: Re-patch #13749.
11750      Branch: perl
11751            ! t/op/glob.t
11752 ____________________________________________________________________________
11753 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
11754         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
11755              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11756              Date: Tue, 18 Dec 2001 12:55:43 +0000
11757              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
11758      Branch: perl
11759            ! ext/Devel/Peek/Peek.pm
11760 ____________________________________________________________________________
11761 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
11762         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
11763              From: Robin Houston <robin@kitsite.com> 
11764              Date: Tue, 18 Dec 2001 14:54:33 +0000
11765              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
11766      Branch: perl
11767            ! t/op/glob.t
11768 ____________________________________________________________________________
11769 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
11770         Log: Subject: [PATCH] slightly more for Exporter.pm
11771              From: Nicholas Clark <nick@ccl4.org>
11772              Date: Tue, 18 Dec 2001 00:22:03 +0000
11773              Message-ID: <20011218002203.M21702@plum.flirble.org>
11774      Branch: perl
11775            ! lib/Exporter.pm
11776 ____________________________________________________________________________
11777 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
11778         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
11779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11780              Date: Mon, 17 Dec 2001 16:37:18 +0100
11781              Message-ID: <20011217163718.A2292@rafael>
11782              
11783              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
11784              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11785              Date: Mon, 17 Dec 2001 23:17:06 +0100
11786              Message-ID: <20011217231706.A730@rafael>
11787      Branch: perl
11788            ! pod/perlsub.pod pp.c toke.c
11789 ____________________________________________________________________________
11790 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
11791         Log: Update Changes.
11792      Branch: perl
11793            ! Changes patchlevel.h
11794 ____________________________________________________________________________
11795 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
11796         Log: New test warrants a MANIFEST entry.
11797      Branch: perl
11798            ! MANIFEST
11799 ____________________________________________________________________________
11800 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
11801         Log: Subject: Re: [PATCH] ...while $var = glob(...)
11802              From: Robin Houston <robin@kitsite.com>
11803              Date: Mon, 17 Dec 2001 20:27:30 +0000
11804              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
11805              
11806              Can't portably unlink open files.
11807      Branch: perl
11808            ! t/op/glob.t
11809 ____________________________________________________________________________
11810 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
11811         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
11812      Branch: perl
11813            ! pod/perluniintro.pod
11814 ____________________________________________________________________________
11815 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
11816         Log: Move typeglob test from glob.t to gv.t.
11817      Branch: perl
11818            ! t/op/glob.t t/op/gv.t
11819 ____________________________________________________________________________
11820 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
11821         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
11822              From: Robin Houston <robin@kitsite.com> 
11823              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
11824              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
11825      Branch: perl
11826            ! t/op/glob.t
11827 ____________________________________________________________________________
11828 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
11829         Log: Demote the surrogate and non-character errors to warnings.
11830      Branch: perl
11831            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
11832 ____________________________________________________________________________
11833 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
11834         Log: Subject: [PATCH] more POSIX tests, and more autoloading
11835              From: Nicholas Clark <nick@ccl4.org>
11836              Date: Mon, 17 Dec 2001 18:27:47 +0000
11837              Message-ID: <20011217182747.D21702@plum.flirble.org>
11838      Branch: perl
11839            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
11840 ____________________________________________________________________________
11841 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
11842         Log: Subject: [PATCH] ...while $var = glob(...)
11843              From: Robin Houston <robin@kitsite.com> 
11844              Date: Mon, 17 Dec 2001 15:51:54 +0000
11845              Message-ID: <20011217155153.A311@robin.kitsite.com>
11846      Branch: perl
11847            ! op.c
11848 ____________________________________________________________________________
11849 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
11850         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
11851              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11852              Date: Mon, 17 Dec 2001 15:23:01 +0100
11853              Message-ID: <20011217152301.A704@rafael>
11854      Branch: perl
11855            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
11856 ____________________________________________________________________________
11857 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
11858         Log: The system() vs $SIG{ARLM} is no more a todo.
11859      Branch: perl
11860            ! t/op/alarm.t
11861 ____________________________________________________________________________
11862 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
11863         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
11864              From: Michael G Schwern <schwern@pobox.com>
11865              Date: Sun, 16 Dec 2001 23:59:01 -0500
11866              Message-ID: <20011217045901.GL17232@blackrider>
11867      Branch: perl
11868            + t/op/alarm.t
11869            ! MANIFEST
11870 ____________________________________________________________________________
11871 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
11872         Log: s/UNIX/Unix/
11873      Branch: perl
11874            ! MANIFEST
11875 ____________________________________________________________________________
11876 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
11877         Log: Move ExtUtils tests to lib/ExtUtils/t.
11878      Branch: perl
11879            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
11880            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
11881            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
11882            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
11883            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
11884            + lib/ExtUtils/t/testlib.t
11885            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
11886            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
11887            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
11888            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
11889            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
11890            ! MANIFEST
11891 ____________________________________________________________________________
11892 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
11893         Log: Subject: [PATCH] MM_Unix tests, and some questions
11894              From: Tels <perl_dummy@bloodgate.com>
11895              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
11896              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
11897              
11898              Subject: Re: [PATCH] MM_Unix tests, and some questions
11899              From: Tels <perl_dummy@bloodgate.com>
11900              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
11901              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
11902      Branch: perl
11903            + lib/ExtUtils/MM_Unix.t
11904            ! MANIFEST lib/ExtUtils/MM_Unix.pm
11905 ____________________________________________________________________________
11906 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
11907         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
11908              From: Michael G Schwern <schwern@pobox.com>
11909              Date: Sun, 16 Dec 2001 17:53:55 -0500
11910              Message-ID: <20011216225354.GE8900@blackrider>
11911      Branch: perl
11912            ! lib/ExtUtils/MM_Unix.pm
11913 ____________________________________________________________________________
11914 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
11915         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
11916              From: Michael G Schwern <schwern@pobox.com>                
11917              Date: Sun, 16 Dec 2001 16:12:55 -0500
11918              Message-ID: <20011216211255.GV8900@blackrider>
11919      Branch: perl
11920            ! ext/B/B/Deparse.pm
11921 ____________________________________________________________________________
11922 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
11923         Log: Subject: [PATCH] Exporter.pm
11924              From: Nicholas Clark <nick@ccl4.org>
11925              Date: Sun, 16 Dec 2001 19:24:25 +0000
11926              Message-ID: <20011216192425.R21702@plum.flirble.org>
11927      Branch: perl
11928            ! lib/Exporter.pm
11929 ____________________________________________________________________________
11930 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
11931         Log: Subject: [PATCH] Exporter.t (and question)
11932              From: Nicholas Clark <nick@ccl4.org>
11933              Date: Sun, 16 Dec 2001 17:24:55 +0000
11934              Message-ID: <20011216172455.P21702@plum.flirble.org>
11935      Branch: perl
11936            ! lib/Exporter.t
11937 ____________________________________________________________________________
11938 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
11939         Log: Subject: Re: perl@13661
11940              From: "John P. Linderman" <jpl@research.att.com>              
11941              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
11942              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
11943      Branch: perl
11944            ! pp_sort.c
11945 ____________________________________________________________________________
11946 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
11947         Log: Subject: Will the real Unicode encoding please stand up?
11948              From: Jeffrey Friedl <jfriedl@yahoo.com>
11949              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
11950              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
11951      Branch: perl
11952            ! pod/perluniintro.pod
11953 ____________________________________________________________________________
11954 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
11955         Log: Integrate perlio; interruptable system().
11956      Branch: perl
11957           !> util.c
11958 ____________________________________________________________________________
11959 [ 13724] By: nick                                  on 2001/12/17  09:16:50
11960         Log: Fix for alarm() breaking into wait*().
11961              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
11962              signal handler before caller re-does the system call.
11963      Branch: perlio
11964            ! util.c
11965 ____________________________________________________________________________
11966 [ 13723] By: nick                                  on 2001/12/17  07:45:13
11967         Log: Integrate mainline
11968      Branch: perlio
11969           +> (branch 26 files)
11970           !> (integrate 47 files)
11971 ____________________________________________________________________________
11972 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
11973         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
11974              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
11975              and characters beyond 0x10FFF should be disallowed, too,
11976              but some tests would need changing, but more importantly some
11977              APIs would need remodeling since one can easily generate such
11978              characters either by bitwise complements, tr complements, or
11979              v-strings.
11980      Branch: perl
11981            ! pod/perldiag.pod utf8.c
11982 ____________________________________________________________________________
11983 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
11984         Log: Make surrogates illegal also on EBCDIC.
11985      Branch: perl
11986            ! utf8.c
11987 ____________________________________________________________________________
11988 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
11989         Log: Subject: [patch @13687] Unicode::Collate 0.10
11990              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
11991              Date: Sun, 16 Dec 2001 21:22:12 +0900
11992              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
11993      Branch: perl
11994            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11995            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
11996 ____________________________________________________________________________
11997 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
11998         Log: More documentation for the encoding pragma.
11999      Branch: perl
12000            ! lib/encoding.pm
12001 ____________________________________________________________________________
12002 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
12003         Log: Subject: [PATCH] lib/open.pm 
12004              From: Jeffrey Friedl <jfriedl@yahoo.com>
12005              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
12006              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
12007      Branch: perl
12008            ! lib/open.pm
12009 ____________________________________________________________________________
12010 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
12011         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
12012              From: chromatic <chromatic@rmci.net>
12013              Date: Sat, 15 Dec 2001 23:24:40 -0700
12014              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
12015      Branch: perl
12016            + lib/ExtUtils/Installed.t
12017            ! MANIFEST
12018 ____________________________________________________________________________
12019 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
12020         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
12021              From: Michael G Schwern <schwern@pobox.com>
12022              Date: Sun, 16 Dec 2001 01:14:00 -0500
12023              Message-ID: <20011216061400.GC8900@blackrider>
12024      Branch: perl
12025            ! lib/diagnostics.pm
12026 ____________________________________________________________________________
12027 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
12028         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
12029              From: Michael G Schwern <schwern@pobox.com>
12030              Date: Sun, 16 Dec 2001 01:12:42 -0500
12031              Message-ID: <20011216061242.GB8900@blackrider>
12032      Branch: perl
12033            ! t/test.pl
12034 ____________________________________________________________________________
12035 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
12036         Log: I sometimes outsmart myself.
12037      Branch: perl
12038            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
12039 ____________________________________________________________________________
12040 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
12041         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
12042              From: Michael G Schwern <schwern@pobox.com>
12043              Date: Sat, 15 Dec 2001 15:08:29 -0500
12044              Message-ID: <20011215200829.GK1548@blackrider>
12045      Branch: perl
12046            ! lib/AutoSplit.pm
12047 ____________________________________________________________________________
12048 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
12049         Log: perlunicode enchancements suggested by Jeffrey Friedl.
12050      Branch: perl
12051            ! pod/perlunicode.pod
12052 ____________________________________________________________________________
12053 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
12054         Log: Subject: [PATCH] perlunicode.pod
12055              From: Jeffrey Friedl <jfriedl@yahoo.com>
12056              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
12057              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
12058      Branch: perl
12059            ! pod/perlunicode.pod
12060 ____________________________________________________________________________
12061 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
12062         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
12063              From: Jeffrey Friedl <jfriedl@yahoo.com>
12064              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
12065              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
12066      Branch: perl
12067            ! lib/utf8_heavy.pl
12068 ____________________________________________________________________________
12069 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
12070         Log: Can't create surrogates; so can't match them, either.
12071      Branch: perl
12072            ! pod/perlunicode.pod
12073 ____________________________________________________________________________
12074 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
12075         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
12076              From: Michael G Schwern <schwern@pobox.com>
12077              Date: Sat, 15 Dec 2001 21:20:35 -0500
12078              Message-ID: <20011216022035.GE5672@blackrider>
12079      Branch: perl
12080            ! t/test.pl
12081 ____________________________________________________________________________
12082 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
12083         Log: Make creating UTF-8 surrogates a punishable act.
12084      Branch: perl
12085            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
12086 ____________________________________________________________________________
12087 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
12088         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
12089      Branch: perl
12090            + lib/unicore/In/172.pl lib/unicore/In/173.pl
12091            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
12092            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
12093            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
12094            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
12095            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
12096 ____________________________________________________________________________
12097 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
12098         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
12099              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12100              Date: Sat, 15 Dec 2001 23:21:43 +0100
12101              Message-ID: <20011215232143.A11790@rafael>
12102      Branch: perl
12103            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
12104 ____________________________________________________________________________
12105 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
12106         Log: Make charnames more robust.
12107      Branch: perl
12108            ! lib/charnames.pm
12109 ____________________________________________________________________________
12110 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
12111         Log: The hoops one has to jump through.
12112      Branch: perl
12113            ! ext/I18N/Langinfo/Langinfo.pm
12114 ____________________________________________________________________________
12115 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
12116         Log: Subject: [PATCH] perlstyle.pod nit on warnings
12117              From: Autrijus Tang <autrijus@egb.elixus.org>
12118              Date: Sat, 15 Dec 2001 04:24:34 -0800
12119              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
12120      Branch: perl
12121            ! pod/perlstyle.pod
12122 ____________________________________________________________________________
12123 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
12124         Log: I don't think we are in FooOS, Toto.
12125      Branch: perl
12126            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
12127 ____________________________________________________________________________
12128 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
12129         Log: Subject: Re: Untested modules update:  There's more than we thought
12130              From: chromatic <chromatic@rmci.net>
12131              Date: Fri, 14 Dec 2001 17:20:24 -0700
12132              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
12133      Branch: perl
12134            + lib/ExtUtils/MM_Cygwin.t
12135            ! MANIFEST
12136 ____________________________________________________________________________
12137 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
12138         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
12139              From: Michael G Schwern <schwern@pobox.com> 
12140              Date: Fri, 14 Dec 2001 20:59:42 -0500
12141              Message-ID: <20011215015942.GF28596@blackrider>
12142      Branch: perl
12143            ! t/TEST
12144 ____________________________________________________________________________
12145 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
12146         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
12147              From: Michael G Schwern <schwern@pobox.com> 
12148              Date: Fri, 14 Dec 2001 20:03:46 -0500
12149              Message-ID: <20011215010346.GD28596@blackrider>
12150      Branch: perl
12151            + ext/B/t/bblock.t
12152            ! MANIFEST
12153 ____________________________________________________________________________
12154 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
12155         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
12156              From: Michael G Schwern <schwern@pobox.com> 
12157              Date: Fri, 14 Dec 2001 19:59:13 -0500
12158              Message-ID: <20011215005913.GC28596@blackrider>
12159      Branch: perl
12160            ! ext/B/B/Bblock.pm
12161 ____________________________________________________________________________
12162 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
12163         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
12164              From: Michael G Schwern <schwern@pobox.com> 
12165              Date: Fri, 14 Dec 2001 19:36:12 -0500
12166              Message-ID: <20011215003611.GA28596@blackrider>
12167      Branch: perl
12168            + ext/B/t/asmdata.t
12169            ! MANIFEST
12170 ____________________________________________________________________________
12171 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
12172         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
12173              From: Michael G Schwern <schwern@pobox.com> 
12174              Date: Fri, 14 Dec 2001 19:14:14 -0500
12175              Message-ID: <20011215001414.GA25077@blackrider>
12176      Branch: perl
12177            ! bytecode.pl ext/B/B/Asmdata.pm
12178 ____________________________________________________________________________
12179 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
12180         Log: Permissions.
12181      Branch: perl
12182            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
12183            ! ext/Devel/PPPort/module3.c
12184 ____________________________________________________________________________
12185 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
12186         Log: Benchmark test from Nicholas Clark.
12187      Branch: perl
12188            + lib/Benchmark.t
12189            ! MANIFEST lib/Benchmark.pm
12190 ____________________________________________________________________________
12191 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
12192         Log: Mithing.
12193      Branch: perl
12194            + lib/Attribute/Handlers/demo/demo2.pl
12195            + lib/Attribute/Handlers/demo/demo3.pl
12196            + lib/Attribute/Handlers/demo/demo4.pl
12197 ____________________________________________________________________________
12198 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
12199         Log: Silence compiler worries found by Schwern/Digital cc.
12200      Branch: perl
12201            ! perlio.c sv.c x2p/str.c
12202 ____________________________________________________________________________
12203 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
12204         Log: User may not have a valid home directory even if
12205              getpwuid() succedds.
12206      Branch: perl
12207            ! ext/File/Glob/t/basic.t
12208 ____________________________________________________________________________
12209 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
12210         Log: Integrate with perlio.  (No changes, but that's okay.)
12211      Branch: perl
12212           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
12213 ____________________________________________________________________________
12214 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
12215         Log: Add a Configure hints file for VOS: the POSIX support
12216              of VOS is getting close to the point where it can run
12217              Configure (some Configure tweaks will be required).
12218      Branch: perl
12219            + hints/vos.sh
12220            ! MANIFEST
12221 ____________________________________________________________________________
12222 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
12223         Log: Update Changes.
12224      Branch: perl
12225            ! Changes patchlevel.h
12226 ____________________________________________________________________________
12227 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
12228         Log: Reintroduce Attribute::Handlers with Spider's fixes.
12229      Branch: perl
12230            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
12231            + lib/Attribute/Handlers/README
12232            + lib/Attribute/Handlers/demo/Demo.pm
12233            + lib/Attribute/Handlers/demo/Descriptions.pm
12234            + lib/Attribute/Handlers/demo/MyClass.pm
12235            + lib/Attribute/Handlers/demo/demo.pl
12236            + lib/Attribute/Handlers/demo/demo_call.pl
12237            + lib/Attribute/Handlers/demo/demo_chain.pl
12238            + lib/Attribute/Handlers/demo/demo_cycle.pl
12239            + lib/Attribute/Handlers/demo/demo_hashdir.pl
12240            + lib/Attribute/Handlers/demo/demo_phases.pl
12241            + lib/Attribute/Handlers/demo/demo_range.pl
12242            + lib/Attribute/Handlers/demo/demo_rawdata.pl
12243            + lib/Attribute/Handlers/t/multi.t
12244            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
12245 ____________________________________________________________________________
12246 [ 13685] By: nick                                  on 2001/12/14  15:57:00
12247         Log: Integrate mainline
12248      Branch: perlio
12249           +> t/run/switcht.t
12250           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
12251           !> perlapi.h pod/perlrun.pod t/TEST taint.c
12252 ____________________________________________________________________________
12253 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
12254         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
12255              From: Michael G Schwern <schwern@pobox.com> 
12256              Date: Thu, 13 Dec 2001 19:27:08 -0500
12257              Message-ID: <20011214002707.GA10532@blackrider>
12258              
12259              (reword the perlrun -t description a bit,
12260              and move the Itaint_warn to the bottom of
12261              the intrpvar.h for binary compatibility)
12262      Branch: perl
12263            + t/run/switcht.t
12264            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
12265            ! perlapi.h pod/perlrun.pod t/TEST taint.c
12266 ____________________________________________________________________________
12267 [ 13683] By: nick                                  on 2001/12/14  12:29:41
12268         Log: Integrate mainline
12269      Branch: perlio
12270           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
12271           +> lib/Term/ReadLine.t t/op/hashassign.t
12272            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
12273            - lib/Attribute/Handlers/README
12274            - lib/Attribute/Handlers/demo/Demo.pm
12275            - lib/Attribute/Handlers/demo/Descriptions.pm
12276            - lib/Attribute/Handlers/demo/MyClass.pm
12277            - lib/Attribute/Handlers/demo/demo.pl
12278            - lib/Attribute/Handlers/demo/demo2.pl
12279            - lib/Attribute/Handlers/demo/demo3.pl
12280            - lib/Attribute/Handlers/demo/demo4.pl
12281            - lib/Attribute/Handlers/demo/demo_call.pl
12282            - lib/Attribute/Handlers/demo/demo_chain.pl
12283            - lib/Attribute/Handlers/demo/demo_cycle.pl
12284            - lib/Attribute/Handlers/demo/demo_hashdir.pl
12285            - lib/Attribute/Handlers/demo/demo_phases.pl
12286            - lib/Attribute/Handlers/demo/demo_range.pl
12287            - lib/Attribute/Handlers/demo/demo_rawdata.pl
12288            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
12289           !> (integrate 101 files)
12290 ____________________________________________________________________________
12291 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
12292         Log: Detypo.
12293      Branch: perl
12294            ! utf8.c
12295 ____________________________________________________________________________
12296 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
12297         Log: Buffer overflow checks.
12298      Branch: perl
12299            ! utf8.c
12300 ____________________________________________________________________________
12301 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
12302         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
12303              From: Spider Boardman <spider@leggy.zk3.dec.com>
12304              Date: Thu, 13 Dec 2001 15:32:51 -0500
12305              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
12306      Branch: perl
12307            ! lib/ExtUtils/Embed.t
12308 ____________________________________________________________________________
12309 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
12310         Log: More on the Unicode "line" definition.
12311      Branch: perl
12312            ! pod/perlunicode.pod
12313 ____________________________________________________________________________
12314 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
12315         Log: Open-ended VERSION?
12316      Branch: perl
12317            ! lib/ExtUtils/Install.pm
12318 ____________________________________________________________________________
12319 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
12320         Log: Subject: [PATCH] Better make distclean
12321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12322              Date: Thu, 13 Dec 2001 21:10:18 +0100
12323              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
12324      Branch: perl
12325            ! Makefile.SH
12326 ____________________________________________________________________________
12327 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
12328         Log: Remove Memoize::Saves as requested by mjd.
12329      Branch: perl
12330            - lib/Memoize/Saves.pm
12331            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
12332 ____________________________________________________________________________
12333 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
12334         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
12335              From: Michael G Schwern <schwern@pobox.com>
12336              Date: Tue, 11 Dec 2001 23:17:32 -0500
12337              Message-ID: <20011212041732.GS17250@blackrider>
12338      Branch: perl
12339            ! lib/ExtUtils/Install.pm
12340 ____________________________________________________________________________
12341 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
12342         Log: Subject: [PATCH] Re: use utf8; with bad utf8
12343              From: Nicholas Clark <nick@ccl4.org>
12344              Date: Thu, 13 Dec 2001 17:09:39 +0000
12345              Message-ID: <20011213170939.L21702@plum.flirble.org>
12346      Branch: perl
12347            ! t/lib/1_compile.t
12348 ____________________________________________________________________________
12349 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
12350         Log: Subject: (LONG!) Sort benchmarks and patch
12351              From: "John P. Linderman" <jpl@research.att.com>
12352              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
12353              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
12354      Branch: perl
12355            ! pp_sort.c
12356 ____________________________________________________________________________
12357 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
12358         Log: Unadorned numbers evil.
12359      Branch: perl
12360            ! pp.c regcomp.c regexec.c utf8.c utf8.h
12361 ____________________________________________________________________________
12362 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
12363         Log: "preprocessing directive not recognized within macro arg"
12364      Branch: perl
12365            ! ext/Data/Dumper/Dumper.xs
12366 ____________________________________________________________________________
12367 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
12368         Log: Subject: Clarifying the documentation of goto            
12369              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
12370              Date: Thu, 13 Dec 2001 08:57:38 -0500
12371              Message-ID: <3C18BD8B@operamail.com>
12372      Branch: perl
12373            ! pod/perlfunc.pod
12374 ____________________________________________________________________________
12375 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
12376         Log: It could be possible for the case-insensitive
12377              Unicode-aware string comparison to wander off
12378              to the la-la land.
12379      Branch: perl
12380            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
12381            ! regexec.c utf8.c
12382 ____________________________________________________________________________
12383 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
12384         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
12385              From: Michael G Schwern <schwern@pobox.com> 
12386              Date: Wed, 12 Dec 2001 21:53:46 -0500
12387              Message-ID: <20011213025346.GH25129@blackrider>
12388      Branch: perl
12389            ! lib/Net/hostent.t t/op/stat.t t/test.pl
12390 ____________________________________________________________________________
12391 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
12392         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
12393              From: Michael G Schwern <schwern@pobox.com> 
12394              Date: Wed, 12 Dec 2001 20:33:42 -0500
12395              Message-ID: <20011213013342.GX25129@blackrider>
12396      Branch: perl
12397            ! t/io/fs.t
12398 ____________________________________________________________________________
12399 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
12400         Log: Subject: Re: [PATCH] use utf8; tests
12401              From: Nicholas Clark <nick@ccl4.org>
12402              Date: Thu, 13 Dec 2001 00:16:58 +0000
12403              Message-ID: <20011213001658.I21702@plum.flirble.org>
12404      Branch: perl
12405            ! lib/utf8.t
12406 ____________________________________________________________________________
12407 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
12408         Log: EPOC fixes from Olaf Flebbe.
12409      Branch: perl
12410            ! README.epoc epoc/config.sh epoc/createpkg.pl
12411            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
12412 ____________________________________________________________________________
12413 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
12414         Log: Subject: [PATCH perl@13661] VMS test fix-ups
12415              From: "Craig A. Berry" <craigberry@mac.com>
12416              Date: Wed, 12 Dec 2001 16:27:48 -0600
12417              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
12418      Branch: perl
12419            ! lib/Net/hostent.t t/io/fs.t
12420 ____________________________________________________________________________
12421 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
12422         Log: Subject: Re: Next cygwin round.
12423              From: "Gerrit P. Haase" <gp@familiehaase.de>
12424              Date: Wed, 12 Dec 2001 21:59:00 +0100
12425              Message-ID: <122343874595.20011212215900@familiehaase.de>
12426      Branch: perl
12427            ! t/io/fs.t
12428 ____________________________________________________________________________
12429 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
12430         Log: Subject: [PATCH] use utf8; tests
12431              From: Nicholas Clark <nick@ccl4.org>
12432              Date: Wed, 12 Dec 2001 20:07:04 +0000
12433              Message-ID: <20011212200704.E21702@plum.flirble.org>
12434      Branch: perl
12435            ! lib/utf8.t t/test.pl
12436 ____________________________________________________________________________
12437 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
12438         Log: Update Changes.
12439      Branch: perl
12440            ! Changes patchlevel.h
12441 ____________________________________________________________________________
12442 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
12443         Log: Subject: [PATCH] Passing in env to perl_parse did not work
12444              From: Gisle Aas <gisle@ActiveState.com>
12445              Date: 11 Dec 2001 20:52:57 -0800
12446              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
12447      Branch: perl
12448            ! perl.c perl.h
12449 ____________________________________________________________________________
12450 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
12451         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
12452              mostly gcc -Wall complaining about the argument of %p not
12453              being a void *.
12454      Branch: perl
12455            ! perlio.c regcomp.c taint.c toke.c
12456 ____________________________________________________________________________
12457 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
12458         Log: metaconfig unit change for #13657.
12459      Branch: metaconfig
12460            ! U/modified/nis.U
12461 ____________________________________________________________________________
12462 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
12463         Log: Try YP/NIS also from /usr/lib/yp.
12464      Branch: perl
12465            ! Configure
12466 ____________________________________________________________________________
12467 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
12468         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
12469              From: Michael G Schwern <schwern@pobox.com>                
12470              Date: Wed, 12 Dec 2001 05:27:02 -0500      
12471              Message-ID: <20011212102702.GW17250@blackrider>
12472              
12473              (the op/grent part)
12474      Branch: perl
12475            ! t/op/grent.t
12476 ____________________________________________________________________________
12477 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
12478         Log: Weed out .files from ls and readdir() results.
12479      Branch: perl
12480            ! t/op/stat.t
12481 ____________________________________________________________________________
12482 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
12483         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
12484              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
12485              Date: Wed, 12 Dec 2001 10:52:21 +0100
12486              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
12487      Branch: perl
12488            ! lib/File/Find.pm
12489 ____________________________________________________________________________
12490 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
12491         Log: Subject: [PATCH] doio fatal on cygwin for 13651
12492              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
12493              Date: Wed, 12 Dec 2001 11:28:13 +0100      
12494              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
12495      Branch: perl
12496            ! doio.c
12497 ____________________________________________________________________________
12498 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
12499         Log: Get the whole line of ls, makes debugging easier
12500              (from Schwern)
12501      Branch: perl
12502            ! t/op/stat.t
12503 ____________________________________________________________________________
12504 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
12505         Log: rename() must be tested even without link()
12506              or the utime() and rename-directory tests fail.
12507              (Also got the BeOS utime atime/time the wrong way round.)
12508      Branch: perl
12509            ! t/io/fs.t
12510 ____________________________________________________________________________
12511 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
12512         Log: Now that the beos.c is compiled at the main level
12513              the header is in the beos/
12514      Branch: perl
12515            ! beos/beos.c
12516 ____________________________________________________________________________
12517 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
12518         Log: Must remember to require Socket.
12519      Branch: perl
12520            ! ext/Sys/Syslog/syslog.t
12521 ____________________________________________________________________________
12522 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
12523         Log: In BeOS Errno must resort to actual compilation
12524              and execution for some of the error constants.
12525      Branch: perl
12526            ! ext/Errno/Errno_pm.PL
12527 ____________________________________________________________________________
12528 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
12529         Log: BeOS still has no good sockets.
12530      Branch: perl
12531            ! ext/IO/lib/IO/t/io_sel.t
12532 ____________________________________________________________________________
12533 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
12534         Log: BeOS sockets are not true sockets.
12535      Branch: perl
12536            ! ext/IO/lib/IO/t/io_poll.t
12537 ____________________________________________________________________________
12538 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
12539         Log: No Socket, no Syslog.
12540      Branch: perl
12541            ! ext/Sys/Syslog/syslog.t
12542 ____________________________________________________________________________
12543 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
12544         Log: (On some platforms) missing truncate FH.
12545      Branch: perl
12546            ! pod/perltodo.pod
12547 ____________________________________________________________________________
12548 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
12549         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
12550              and vms would be muchly appreciated.
12551      Branch: perl
12552            ! t/io/fs.t
12553 ____________________________________________________________________________
12554 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
12555         Log: utime() updates only the mtime in BeOS. 
12556      Branch: perl
12557            ! pod/perlport.pod
12558 ____________________________________________________________________________
12559 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
12560         Log: No link(), no need to dSP.
12561      Branch: perl
12562            ! pp_sys.c
12563 ____________________________________________________________________________
12564 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
12565         Log: Missing argument.
12566      Branch: perl
12567            ! utf8.c
12568 ____________________________________________________________________________
12569 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
12570         Log: (1) To assume any setuid programs is silly.
12571              (2) Chaining tests with booleans means that some
12572              of them may not get run which means getting out
12573              of test count sync.
12574      Branch: perl
12575            ! t/op/stat.t
12576 ____________________________________________________________________________
12577 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
12578         Log: The beos.c needs to be in the main directory.
12579      Branch: perl
12580            ! hints/beos.sh
12581 ____________________________________________________________________________
12582 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
12583         Log: Detypo and rename.
12584      Branch: perl
12585            ! doio.c perl.h perlio.c perliol.h
12586 ____________________________________________________________________________
12587 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
12588         Log: This time I test compiled.  Honest.
12589      Branch: perl
12590            ! beos/beos.c
12591 ____________________________________________________________________________
12592 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
12593         Log: Subject: [PATCH] slightly more pack tests
12594              From: Nicholas Clark <nick@ccl4.org>
12595              Date: Tue, 11 Dec 2001 23:41:23 +0000
12596              Message-ID: <20011211234123.Y21702@plum.flirble.org>
12597      Branch: perl
12598            ! t/op/pack.t
12599 ____________________________________________________________________________
12600 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
12601         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
12602              From: "Craig A. Berry" <craigberry@mac.com>
12603              Date: Tue, 11 Dec 2001 16:39:13 -0600
12604              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
12605      Branch: perl
12606            ! configure.com
12607 ____________________________________________________________________________
12608 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
12609         Log: metaconfig unit change for #13632.
12610      Branch: metaconfig/U/perl
12611            ! perlpath.U
12612 ____________________________________________________________________________
12613 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
12614         Log: Subject: $Config{perlpath} and -Dversiononly
12615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12616              Date: Tue, 11 Dec 2001 23:32:33 +0100
12617              Message-ID: <20011211233233.A11587@rafael>
12618      Branch: perl
12619            ! Configure
12620 ____________________________________________________________________________
12621 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
12622         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
12623              From: Nicholas Clark <nick@ccl4.org>
12624              Date: Tue, 11 Dec 2001 21:59:36 +0000
12625              Message-ID: <20011211215935.W21702@plum.flirble.org>
12626      Branch: perl
12627            ! t/op/pack.t
12628 ____________________________________________________________________________
12629 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
12630         Log: More UTF-8 API docs.
12631      Branch: perl
12632            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
12633 ____________________________________________________________________________
12634 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
12635         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
12636              From: Nicholas Clark <nick@ccl4.org>
12637              Date: Tue, 11 Dec 2001 20:08:59 +0000
12638              Message-ID: <20011211200859.S21702@plum.flirble.org>
12639      Branch: perl
12640            ! t/op/pack.t
12641 ____________________________________________________________________________
12642 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
12643         Log: Subject: Re: use utf8; with bad utf8
12644              From: Nicholas Clark <nick@ccl4.org>
12645              Date: Tue, 11 Dec 2001 19:49:21 +0000
12646              Message-ID: <20011211194921.R21702@plum.flirble.org>
12647      Branch: perl
12648            ! lib/utf8.t
12649 ____________________________________________________________________________
12650 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
12651         Log: Can't spell worth a dam.  (Try Three Gorges.)
12652      Branch: perl
12653            ! beos/beos.c
12654 ____________________________________________________________________________
12655 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
12656         Log: We need DWIM cpps.
12657      Branch: perl
12658            ! perlio.c
12659 ____________________________________________________________________________
12660 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
12661         Log: The unixish.h needs to be found and the waitpid wrapper
12662              could use a proto.
12663      Branch: perl
12664            ! beos/beosish.h
12665 ____________________________________________________________________________
12666 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
12667         Log: The BeOS waitpid() seems to be broken,
12668              have a wrapper for it.
12669      Branch: perl
12670            + beos/beos.c beos/beosish.h
12671            ! MANIFEST hints/beos.sh perl.h
12672 ____________________________________________________________________________
12673 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
12674         Log: Unlean the leaning tower of Babel.
12675      Branch: perl
12676            ! perl.h
12677 ____________________________________________________________________________
12678 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
12679         Log: Retract #13607 until we figure out what to do with autouse.
12680      Branch: perl
12681            ! lib/Carp.pm
12682 ____________________________________________________________________________
12683 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
12684         Log: Try to handle platforms that have O_TEXT != O_BINARY but
12685              which are not DOSish, BeOS being one of such platforms.
12686              Ideally this should be a Configure test, not a hardwired
12687              cpp symbol test... 
12688      Branch: perl
12689            ! doio.c perl.h perlio.c perliol.h
12690 ____________________________________________________________________________
12691 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
12692         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
12693              From: Jonathan Stowe <gellyfish@gellyfish.com>
12694              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
12695              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
12696      Branch: perl
12697            ! lib/Term/Cap.pm lib/Term/Cap.t
12698 ____________________________________________________________________________
12699 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
12700         Log: Subject: [patch perlio.c] test for NULL before derefencing
12701              From: Stas Bekman <stas@stason.org>
12702              Date: Tue, 11 Dec 2001 16:17:55 +0800
12703              Message-ID: <3C15C133.8@stason.org>
12704      Branch: perl
12705            ! perlio.c
12706 ____________________________________________________________________________
12707 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
12708         Log: metaconfig unit change for #13617.
12709      Branch: metaconfig/U/perl
12710            ! Extensions.U
12711 ____________________________________________________________________________
12712 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
12713         Log: BeOS has socket() but not enough to build a working Socket.
12714              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
12715              new networking implementation, which is rumored to fix the
12716              non-standardness of sockets, but it's apparently not publicly
12717              available, and anything to do with BeOS has become quite
12718              complicated with the sale of the Be assets to Palm.)
12719      Branch: perl
12720            ! Configure
12721 ____________________________________________________________________________
12722 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
12723         Log: Update changes
12724      Branch: maint-5.6/macperl
12725            ! macos/Changes
12726 ____________________________________________________________________________
12727 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
12728         Log: Add extra pod to help
12729      Branch: maint-5.6/macperl
12730            ! macos/macperl/MacPerl.podhelp
12731 ____________________________________________________________________________
12732 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
12733         Log: Return DoAppleScript errors in $@
12734      Branch: maint-5.6/macperl
12735            ! macos/ext/MacPerl/OSA.xs
12736 ____________________________________________________________________________
12737 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
12738         Log: Clear out $^E before each script run
12739      Branch: maint-5.6/macperl
12740            ! macos/macperl/MPScript.c
12741 ____________________________________________________________________________
12742 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
12743         Log: Integrate various changes from maint-5.6/perl/.
12744      Branch: maint-5.6/macperl
12745           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
12746           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
12747 ____________________________________________________________________________
12748 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
12749         Log: Subject: Exporter's documentation shouldn't lie               
12750              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
12751              Date: Mon, 10 Dec 2001 21:30:20 -0500
12752              Message-ID: <3C4AA201@operamail.com>
12753      Branch: perl
12754            ! lib/Exporter.pm
12755 ____________________________________________________________________________
12756 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
12757         Log: Make Errno better in BeOS (the second hunk is
12758              good on any platform).  Still not working in BeOS
12759              are the E constants that refer BeOS native error
12760              constants (B_...) which are enums (*groan*).
12761      Branch: perl
12762            ! ext/Errno/Errno_pm.PL
12763 ____________________________________________________________________________
12764 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
12765         Log: The BeOS linker seems to link the last seen symbol,
12766              not the first (so the symbols of op.o from libperl.so
12767              would get linked to miniperl instead of the symbols of
12768              opmini.o)-- use the same trick as for NeXT4 for linking
12769              miniperl.
12770      Branch: perl
12771            ! Makefile.SH
12772 ____________________________________________________________________________
12773 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
12774         Log: Subject: Re: [PATCH] tests for hash assignment
12775              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12776              Date: Tue, 11 Dec 2001 01:48:55 +0000
12777              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
12778      Branch: perl
12779            ! utf8.c
12780 ____________________________________________________________________________
12781 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
12782         Log: (retracted by #13622)
12783              
12784              Subject: RE: More verbose POD for Carp
12785              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
12786              Date: Mon, 10 Dec 2001 20:23:20 -0500
12787              Message-ID: <3C4A3566@operamail.com>
12788      Branch: perl
12789            ! lib/Carp.pm
12790 ____________________________________________________________________________
12791 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
12792         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
12793              From: "Craig A. Berry" <craigberry@mac.com>
12794              Date: Mon, 10 Dec 2001 18:25:37 -0600
12795              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
12796      Branch: perl
12797            ! t/op/write.t t/test.pl
12798 ____________________________________________________________________________
12799 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
12800         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
12801              From: Michael G Schwern <schwern@pobox.com>
12802              Date: Mon, 10 Dec 2001 08:00:01 -0500
12803              Message-ID: <20011210130000.GK1770@blackrider>
12804      Branch: perl
12805            ! t/comp/multiline.t
12806 ____________________________________________________________________________
12807 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
12808         Log: Subject: Re: [PATCH] tests for hash assignment
12809              From: Nicholas Clark <nick@ccl4.org>
12810              Date: Mon, 10 Dec 2001 23:22:28 +0000
12811              Message-ID: <20011210232228.M21702@plum.flirble.org>
12812      Branch: perl
12813            + t/op/hashassign.t
12814            ! MANIFEST t/op/each.t t/test.pl
12815 ____________________________________________________________________________
12816 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
12817         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
12818              From: "Craig A. Berry" <craigberry@mac.com>
12819              Date: Mon, 10 Dec 2001 16:38:14 -0600
12820              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
12821      Branch: perl
12822            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
12823 ____________________________________________________________________________
12824 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
12825         Log: Subject: [PATCH perl@13600] configure.com fixes
12826              From: "Craig A. Berry" <craigberry@mac.com>
12827              Date: Mon, 10 Dec 2001 14:40:20 -0600
12828              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
12829      Branch: perl
12830            ! configure.com
12831 ____________________________________________________________________________
12832 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
12833         Log: Silence BeOS compilation moaning.
12834      Branch: perl
12835            ! perl.h
12836 ____________________________________________________________________________
12837 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
12838         Log: Update Changes.
12839      Branch: perl
12840            ! Changes patchlevel.h
12841 ____________________________________________________________________________
12842 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
12843         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
12844              From: Michael G Schwern <schwern@pobox.com>
12845              Date: Mon, 10 Dec 2001 01:21:03 -0500
12846              Message-ID: <20011210062103.GC1770@blackrider>
12847      Branch: perl
12848            ! lib/ExtUtils/Command.t
12849 ____________________________________________________________________________
12850 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
12851         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
12852              From: Michael G Schwern <schwern@pobox.com>
12853              Date: Mon, 10 Dec 2001 01:10:57 -0500
12854              Message-ID: <20011210061057.GB1770@blackrider>
12855      Branch: perl
12856            ! t/op/groups.t
12857 ____________________________________________________________________________
12858 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
12859         Log: Retract #13596, #13593 should do the trick.
12860      Branch: perl
12861            ! t/op/stat.t
12862 ____________________________________________________________________________
12863 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
12864         Log: (retracted by #13597, #13593 does the job better)
12865              
12866              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
12867              From: Michael G Schwern <schwern@pobox.com>
12868              Date: Mon, 10 Dec 2001 00:53:16 -0500
12869              Message-ID: <20011210055316.GA1770@blackrider>
12870      Branch: perl
12871            ! t/op/stat.t
12872 ____________________________________________________________________________
12873 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
12874         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
12875              From: Michael G Schwern <schwern@pobox.com> 
12876              Date: Mon, 10 Dec 2001 02:19:14 -0500
12877              Message-ID: <20011210071914.GF1770@blackrider>
12878      Branch: perl
12879            ! lib/AutoSplit.t
12880 ____________________________________________________________________________
12881 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
12882         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
12883              From: Michael G Schwern <schwern@pobox.com>
12884              Date: Mon, 10 Dec 2001 02:47:40 -0500
12885              Message-ID: <20011210074739.GH1770@blackrider>
12886      Branch: perl
12887            ! t/op/pack.t
12888 ____________________________________________________________________________
12889 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
12890         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
12891              From: Michael G Schwern <schwern@pobox.com>
12892              Date: Mon, 10 Dec 2001 02:54:22 -0500
12893              Message-ID: <20011210075422.GI1770@blackrider>
12894      Branch: perl
12895            ! t/test.pl
12896 ____________________________________________________________________________
12897 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
12898         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
12899              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12900              Date: Mon, 10 Dec 2001 08:45:20 +0100
12901              Message-ID: <3C146810.60B5B7C0@alcatel.at>
12902      Branch: perl
12903            ! pp_pack.c
12904 ____________________________________________________________________________
12905 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
12906         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
12907              From: Michael G Schwern <schwern@pobox.com>
12908              Date: Mon, 10 Dec 2001 03:27:02 -0500
12909              Message-ID: <20011210082702.GN1770@blackrider>
12910      Branch: perl
12911            ! t/io/openpid.t
12912 ____________________________________________________________________________
12913 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
12914         Log: More chmod +w.
12915      Branch: perl
12916            ! Porting/makerel
12917 ____________________________________________________________________________
12918 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
12919         Log: Just skip the readability test if running as root.
12920      Branch: perl
12921            ! lib/Net/t/netrc.t
12922 ____________________________________________________________________________
12923 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
12924         Log: Tell about the downside of safe signals.
12925      Branch: perl
12926            ! pod/perldelta.pod
12927 ____________________________________________________________________________
12928 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
12929         Log: Make the whole -lperl thing NetBSD only until we
12930              find some other platform that needs the same.
12931      Branch: perl
12932            ! lib/ExtUtils/MM_Unix.pm
12933 ____________________________________________________________________________
12934 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
12935         Log: Subject: [PATCH t/op/pack.t] Cleanup
12936              From: Michael G Schwern <schwern@pobox.com> 
12937              Date: Sun, 9 Dec 2001 23:08:26 -0500
12938              Message-ID: <20011210040826.GD660@blackrider>
12939      Branch: perl
12940            ! t/op/pack.t
12941 ____________________________________________________________________________
12942 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
12943         Log: Add threads support for NetBSD.
12944              
12945              This is also the first (I think) Perl threads build with
12946              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
12947              NetBSD does not as of yet have true kernel POSIX threads,
12948              but the user-level pth seems to be doing pretty well--
12949              the only failure is that threads/t/basic okays 6 and 7
12950              consistently seem be arriving in the reverse order.
12951              Well, gdbm.t is also failing: 'Undefined PLT symbol
12952              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
12953              guessing that GDBM would need a threaded rebuild.
12954      Branch: perl
12955            ! hints/netbsd.sh
12956 ____________________________________________________________________________
12957 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
12958         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
12959              potential performance hit and change in semantics of closure
12960              lookups after C<undef &foo>)
12961      Branch: maint-5.6/perl
12962            ! op.c
12963 ____________________________________________________________________________
12964 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
12965         Log: metaconfig unit change for #13582.
12966      Branch: metaconfig
12967            ! U/threads/usethreads.U
12968 ____________________________________________________________________________
12969 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
12970         Log: Update the ithreads selection info in Configure,
12971              as suggested by Michael Schwern.
12972      Branch: perl
12973            ! Configure
12974 ____________________________________________________________________________
12975 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
12976         Log: Clearing locale environment simply doesn't seem to
12977              guarantee that (nl_)langinfo(CODESET) would return nil.
12978              (I for example get "ISO8859-1", so <guess>maybe there can
12979              be per-system default settings at work</guess>.)
12980      Branch: perl
12981            ! lib/open.t
12982 ____________________________________________________________________________
12983 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
12984         Log: Subject: RE: Exporter fixes reversed in 13540?
12985              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
12986              Date: Sun, 9 Dec 2001 12:55:15 -0500
12987              Message-ID: <3C13F455@operamail.com>
12988      Branch: perl
12989            ! lib/open.pm
12990 ____________________________________________________________________________
12991 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
12992         Log: Root is the lizard king.
12993      Branch: perl
12994            ! lib/Net/t/netrc.t
12995 ____________________________________________________________________________
12996 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
12997         Log: Telling how many tests we are expecting helps.
12998      Branch: perl
12999            ! ext/POSIX/t/waitpid.t
13000 ____________________________________________________________________________
13001 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
13002         Log: Add a test case for waitpid(): from Rocco Caputo.
13003      Branch: perl
13004            + ext/POSIX/t/waitpid.t
13005            ! MANIFEST
13006 ____________________________________________________________________________
13007 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
13008         Log: Subject: [PATCH] Term::ReadLine tweaks and test
13009              From: Richard Clamp <richardc@unixbeard.net>
13010              Date: Mon, 10 Dec 2001 00:51:47 +0000
13011              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
13012      Branch: perl
13013            + lib/Term/ReadLine.t
13014            ! MANIFEST lib/Term/ReadLine.pm
13015 ____________________________________________________________________________
13016 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
13017         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
13018              From: Rocco Caputo <troc@netrus.net>
13019              Date: Sun, 9 Dec 2001 18:12:38 -0500
13020              Message-ID: <20011209181238.A803@eyrie.homenet>
13021      Branch: perl
13022            ! win32/win32.c
13023 ____________________________________________________________________________
13024 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
13025         Log: make sure that va_start() has matching va_end();
13026              from OpenBSD 3.0.
13027      Branch: perl
13028            ! x2p/util.c
13029 ____________________________________________________________________________
13030 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
13031         Log: h2ph updates from OpenBSD 3.0.
13032      Branch: perl
13033            ! utils/h2ph.PL
13034 ____________________________________________________________________________
13035 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
13036         Log: OpenBSD hints update from OpenBSD 3.0.
13037      Branch: perl
13038            ! hints/openbsd.sh
13039 ____________________________________________________________________________
13040 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
13041         Log: DJGPP tweaks from Laszlo Molnar.
13042      Branch: perl
13043            ! djgpp/config.over lib/File/Find/t/find.t
13044            ! lib/File/Find/t/taint.t t/pod/find.t
13045 ____________________________________________________________________________
13046 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
13047         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
13048              From: Michael G Schwern <schwern@pobox.com> 
13049              Date: Sun, 9 Dec 2001 19:28:12 -0500
13050              Message-ID: <20011210002812.GF13586@blackrider>
13051      Branch: perl
13052            ! README.cygwin
13053 ____________________________________________________________________________
13054 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
13055         Log: README.cygwin update from Gerrit P. Haase.
13056      Branch: perl
13057            ! README.cygwin
13058 ____________________________________________________________________________
13059 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
13060         Log: Apply NetBSD patch-ag: shared/static linking,
13061              but make the change less intrusive on non-NetBSD.
13062      Branch: perl
13063            ! lib/ExtUtils/MM_Unix.pm
13064 ____________________________________________________________________________
13065 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
13066         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
13067      Branch: perl
13068            ! lib/ExtUtils/Liblist.pm
13069 ____________________________________________________________________________
13070 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
13071         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
13072      Branch: perl
13073            ! regcomp.c
13074 ____________________________________________________________________________
13075 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
13076         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
13077      Branch: perl
13078            ! pp.c
13079 ____________________________________________________________________________
13080 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
13081         Log: Apply NetBSD patch-ac.
13082              (the fix has already been done: change #9706, fully qualified
13083              pathnames in packlists)
13084      Branch: perl
13085            ! lib/ExtUtils/Install.pm
13086 ____________________________________________________________________________
13087 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
13088         Log: Apply NetBSD patch-ab: NetBSD hints update.
13089      Branch: perl
13090            ! hints/netbsd.sh
13091 ____________________________________________________________________________
13092 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
13093         Log: metaconfig unit changes for #13560.
13094      Branch: metaconfig/U/perl
13095            ! dlsrc.U i_ieeefp.U libperl.U
13096 ____________________________________________________________________________
13097 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
13098         Log: NetBSD has <ieeefp.h> but hidden.
13099      Branch: perl
13100            ! hints/netbsd.sh
13101 ____________________________________________________________________________
13102 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
13103         Log: Implement NetBSD patch-aa.
13104      Branch: perl
13105            ! Configure
13106 ____________________________________________________________________________
13107 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
13108         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
13109              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
13110              Date: Sun, 09 Dec 2001 13:40:58 +0100
13111              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
13112              
13113              (The lstat()s were there in 5.6.1: what happened to them?)
13114      Branch: perl
13115            ! lib/File/Find.pm
13116 ____________________________________________________________________________
13117 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
13118         Log: Quickie documentation of the C UTF-8 API.
13119      Branch: perl
13120            ! pod/perlunicode.pod
13121 ____________________________________________________________________________
13122 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
13123         Log: Subject: bleadperl on cygwin weirdness...
13124              From: "Gerrit P. Haase" <gp@familiehaase.de>
13125              Date: Sun, 9 Dec 2001 20:31:28 +0100
13126              Message-ID: <13779422183.20011209203128@familiehaase.de>          
13127              
13128              (plus libperl*.dll version portability tweaks)
13129      Branch: perl
13130            ! lib/ExtUtils/Embed.t
13131 ____________________________________________________________________________
13132 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
13133         Log: Instead of muting symbol export error if under eval,
13134              delay the errors until the croak().
13135              
13136              (replaces #13408)
13137      Branch: perl
13138            ! lib/Exporter/Heavy.pm
13139 ____________________________________________________________________________
13140 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
13141         Log: Basegroup 0 is a cygwin_nt thing.
13142      Branch: perl
13143            ! t/op/groups.t
13144 ____________________________________________________________________________
13145 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
13146         Log: Also WinME is LoseLink.
13147      Branch: perl
13148            ! t/op/stat.t
13149 ____________________________________________________________________________
13150 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
13151         Log: Forgotten checkin.
13152      Branch: perl
13153            ! lib/User/grent.t
13154 ____________________________________________________________________________
13155 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
13156         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
13157              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13158              Date: Sun, 09 Dec 2001 13:45:06 +0100
13159              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
13160      Branch: perl
13161            ! lib/File/Find.pm
13162 ____________________________________________________________________________
13163 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
13164         Log: Tweakback.
13165      Branch: perl
13166            ! lib/Net/hostent.t
13167 ____________________________________________________________________________
13168 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
13169         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
13170              From: Michael G Schwern <schwern@pobox.com>
13171              Date: Sat, 8 Dec 2001 14:48:38 -0500
13172              Message-ID: <20011208194838.GA8650@blackrider>
13173      Branch: perl
13174            ! t/op/grent.t
13175 ____________________________________________________________________________
13176 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
13177         Log: Subject: [README.cygwin] Removing old expected test failures
13178              From: Michael G Schwern <schwern@pobox.com>
13179              Date: Sat, 8 Dec 2001 15:38:28 -0500
13180              Message-ID: <20011208203828.GB9017@blackrider>
13181      Branch: perl
13182            ! README.cygwin
13183 ____________________________________________________________________________
13184 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
13185         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
13186              From: Michael G Schwern <schwern@pobox.com>                
13187              Date: Sat, 8 Dec 2001 15:26:59 -0500
13188              Message-ID: <20011208202659.GA9017@blackrider> 
13189      Branch: perl
13190            ! lib/Net/hostent.t
13191 ____________________________________________________________________________
13192 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
13193         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
13194              From: Michael G Schwern <schwern@pobox.com> 
13195              Date: Sat, 8 Dec 2001 15:06:16 -0500
13196              Message-ID: <20011208200616.GA8915@blackrider>
13197      Branch: perl
13198            ! t/op/stat.t
13199 ____________________________________________________________________________
13200 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
13201         Log: Developer deprecations and an incompatibility.
13202      Branch: perl
13203            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
13204 ____________________________________________________________________________
13205 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
13206         Log: Shoo.
13207      Branch: perl
13208            - lib/Attribute/Handlers.pm
13209 ____________________________________________________________________________
13210 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
13211         Log: Remove Attribute::Handlers, as per Damian's request.
13212              (Because of fixing the my variables to be now handled
13213              in run-time, the whole internals of the A::H needs to
13214              be rewritten and Damian will not have time for that
13215              for months.)
13216      Branch: perl
13217            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
13218            - lib/Attribute/Handlers/demo/Demo.pm
13219            - lib/Attribute/Handlers/demo/Descriptions.pm
13220            - lib/Attribute/Handlers/demo/MyClass.pm
13221            - lib/Attribute/Handlers/demo/demo.pl
13222            - lib/Attribute/Handlers/demo/demo2.pl
13223            - lib/Attribute/Handlers/demo/demo3.pl
13224            - lib/Attribute/Handlers/demo/demo4.pl
13225            - lib/Attribute/Handlers/demo/demo_call.pl
13226            - lib/Attribute/Handlers/demo/demo_chain.pl
13227            - lib/Attribute/Handlers/demo/demo_cycle.pl
13228            - lib/Attribute/Handlers/demo/demo_hashdir.pl
13229            - lib/Attribute/Handlers/demo/demo_phases.pl
13230            - lib/Attribute/Handlers/demo/demo_range.pl
13231            - lib/Attribute/Handlers/demo/demo_rawdata.pl
13232            - lib/Attribute/Handlers/t/multi.t
13233            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
13234            ! pod/perlmodlib.pod pod/perltoc.pod
13235 ____________________________________________________________________________
13236 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
13237         Log: Subject: Re: attributes are broken
13238              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13239              Date: Sun, 09 Dec 2001 00:09:23 -0500
13240              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
13241      Branch: perl
13242            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
13243            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
13244            ! xsutils.c
13245 ____________________________________________________________________________
13246 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
13247         Log: Forgotten checkin.
13248      Branch: perl
13249            ! lib/Pod/Text.pm
13250 ____________________________________________________________________________
13251 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
13252         Log: uconfig.h update.
13253      Branch: perl
13254            ! uconfig.h
13255 ____________________________________________________________________________
13256 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
13257         Log: Update Changes.
13258      Branch: perl
13259            ! Changes patchlevel.h
13260 ____________________________________________________________________________
13261 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
13262         Log: Note that some of the Unicode features are
13263              dependent on perlio.
13264      Branch: perl
13265            ! pod/perluniintro.pod
13266 ____________________________________________________________________________
13267 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
13268         Log: Regen perlapi, regen toc.
13269      Branch: perl
13270            ! pod/perlapi.pod pod/perltoc.pod
13271 ____________________________________________________________________________
13272 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
13273         Log: FAQ sync.
13274      Branch: perl
13275            ! pod/perlfaq4.pod pod/perlfaq6.pod
13276 ____________________________________________________________________________
13277 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
13278         Log: Subject: [PATCH] Fix odd language in an sv.c comment
13279              From: coral@eekeek.org
13280              Date: Sat, 8 Dec 2001 12:19:39 -0500
13281              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
13282      Branch: perl
13283            ! sv.c
13284 ____________________________________________________________________________
13285 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
13286         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
13287              From: Michael G Schwern <schwern@pobox.com>
13288              Date: Fri, 7 Dec 2001 20:03:45 -0500
13289              Message-ID: <20011208010345.GD642@blackrider>
13290              
13291              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
13292              From: Michael G Schwern <schwern@pobox.com>
13293              Date: Fri, 7 Dec 2001 20:13:54 -0500
13294              Message-ID: <20011208011354.GE642@blackrider>
13295              
13296              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
13297              From: Michael G Schwern <schwern@pobox.com>
13298              Date: Fri, 7 Dec 2001 21:47:36 -0500
13299              Message-ID: <20011208024736.GH642@blackrider>
13300              
13301              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
13302              From: Michael G Schwern <schwern@pobox.com>
13303              Date: Fri, 7 Dec 2001 23:09:43 -0500
13304              Message-ID: <20011208040943.GK642@blackrider>
13305              
13306              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
13307              Message-Id: <a05101004b83754903506@[172.16.52.1]>
13308              Date: Fri, 7 Dec 2001 23:28:15 -0600
13309              From: "Craig A. Berry" <craigberry@mac.com>
13310      Branch: perl
13311            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
13312 ____________________________________________________________________________
13313 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
13314         Log: Integrate perlio.
13315      Branch: perl
13316           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
13317           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
13318 ____________________________________________________________________________
13319 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
13320         Log: Retract #11156 since Sarathy has found that it breaks code:
13321              http://bugs.ActiveState.com/show_bug.cgi?id=18457
13322              http://bugs.ActiveState.com/show_bug.cgi?id=18858
13323      Branch: perl
13324            ! op.c sv.c t/op/pos.t
13325 ____________________________________________________________________________
13326 [ 13532] By: nick                                  on 2001/12/08  14:11:12
13327         Log: Integrate mainline
13328      Branch: perlio
13329           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
13330           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
13331 ____________________________________________________________________________
13332 [ 13531] By: nick                                  on 2001/12/08  13:48:21
13333         Log: Tweak multi-arg open error messages
13334      Branch: perlio
13335            ! perlio.c
13336 ____________________________________________________________________________
13337 [ 13530] By: nick                                  on 2001/12/08  10:20:06
13338         Log: Allow multi-arg open() if opening layer declares this legal.
13339      Branch: perlio
13340            ! doio.c perlio.c perliol.h
13341 ____________________________________________________________________________
13342 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
13343         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
13344              From: Michael G Schwern <schwern@pobox.com>       
13345              Date: Fri, 7 Dec 2001 19:41:31 -0500
13346              Message-ID: <20011208004131.GC642@blackrider>
13347      Branch: perl
13348            ! t/run/switches.t t/test.pl
13349 ____________________________________________________________________________
13350 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
13351         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
13352              From: Michael G Schwern <schwern@pobox.com>       
13353              Date: Fri, 7 Dec 2001 19:12:44 -0500
13354              Message-ID: <20011208001244.GB642@blackrider>
13355      Branch: perl
13356            ! t/op/stat.t
13357 ____________________________________________________________________________
13358 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
13359         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
13360              From: Michael G Schwern <schwern@pobox.com>
13361              Date: Fri, 7 Dec 2001 17:28:57 -0500
13362              Message-ID: <20011207222857.GI23210@blackrider>
13363      Branch: perl
13364            ! t/op/magic.t
13365 ____________________________________________________________________________
13366 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
13367         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
13368      Branch: perl
13369            ! t/test.pl
13370 ____________________________________________________________________________
13371 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
13372         Log: which_perl: delay as much a possible till runtime.
13373      Branch: perl
13374            ! t/test.pl
13375 ____________________________________________________________________________
13376 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
13377         Log: Further tweakage to which_perl().
13378      Branch: perl
13379            ! t/test.pl
13380 ____________________________________________________________________________
13381 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
13382         Log: perluniintro tweaks.
13383      Branch: perl
13384            ! pod/perluniintro.pod
13385 ____________________________________________________________________________
13386 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
13387         Log: Tweak the $Perl computation.
13388      Branch: perl
13389            ! t/test.pl
13390 ____________________________________________________________________________
13391 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
13392         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
13393              From: Nicholas Clark <nick@ccl4.org>
13394              Date: Fri, 7 Dec 2001 17:06:56 +0000
13395              Message-ID: <20011207170656.G21702@plum.flirble.org>
13396      Branch: perl
13397            ! doop.c t/op/chop.t
13398 ____________________________________________________________________________
13399 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
13400         Log: Update Changes.
13401      Branch: perl
13402            ! Changes patchlevel.h
13403 ____________________________________________________________________________
13404 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
13405         Log: Missing ).
13406      Branch: perl
13407            ! t/test.pl
13408 ____________________________________________________________________________
13409 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
13410         Log: Allow several arguments to display().
13411      Branch: perl
13412            ! t/test.pl
13413 ____________________________________________________________________________
13414 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
13415         Log: /dev/stdout could be either a character special file
13416              or a named pipe, so let's pretend it doesn't exist.
13417      Branch: perl
13418            ! t/op/stat.t
13419 ____________________________________________________________________________
13420 [ 13516] By: nick                                  on 2001/12/07  15:09:23
13421         Log: Integrate again - can I catch up ?
13422      Branch: perlio
13423           !> t/test.pl
13424 ____________________________________________________________________________
13425 [ 13515] By: nick                                  on 2001/12/07  15:08:17
13426         Log: Integrate mainline some more
13427      Branch: perlio
13428           !> README.hpux hints/linux.sh pod/perlfunc.pod
13429 ____________________________________________________________________________
13430 [ 13514] By: nick                                  on 2001/12/07  15:07:15
13431         Log: Integrate mainline
13432      Branch: perlio
13433           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
13434           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
13435           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
13436           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
13437           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
13438           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
13439           +> t/lib/Math/BigInt/BareCalc.pm
13440            - ext/Devel/PPPort/harness/Harness.pm
13441            - ext/Devel/PPPort/harness/Harness.xs
13442            - ext/Devel/PPPort/harness/Makefile.PL
13443            - ext/Devel/PPPort/harness/module2.c
13444            - ext/Devel/PPPort/harness/module3.c
13445            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
13446            - lib/File/Spec/Functions.t
13447           !> (integrate 103 files)
13448 ____________________________________________________________________________
13449 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
13450         Log: Add display() for displaying icky scalars.
13451      Branch: perl
13452            ! t/test.pl
13453 ____________________________________________________________________________
13454 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
13455         Log: Subject: [ID 20011207.001] documentation bug for waitpid
13456              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
13457              Date: Fri, 7 Dec 2001 12:44:56 +0100
13458              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
13459      Branch: perl
13460            ! pod/perlfunc.pod
13461 ____________________________________________________________________________
13462 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
13463         Log: gcc version matching didn't.
13464      Branch: perl
13465            ! hints/linux.sh
13466 ____________________________________________________________________________
13467 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
13468         Log: Subject: HP renamed their servers              
13469              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13470              Date: Fri, 07 Dec 2001 12:07:22 +0100
13471              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
13472      Branch: perl
13473            ! README.hpux
13474 ____________________________________________________________________________
13475 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
13476         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
13477              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13478              Date: Fri, 7 Dec 2001 00:24:55 -0500
13479              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
13480      Branch: perl
13481            ! pod/perlport.pod
13482 ____________________________________________________________________________
13483 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
13484         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
13485              From: Michael G Schwern <schwern@pobox.com> 
13486              Date: Thu, 6 Dec 2001 22:56:34 -0500
13487              Message-ID: <20011207035634.GO22648@blackrider>
13488      Branch: perl
13489            ! t/base/lex.t t/op/exec.t
13490 ____________________________________________________________________________
13491 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
13492         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
13493              From: Michael G Schwern <schwern@pobox.com>
13494              Date: Thu, 6 Dec 2001 22:45:44 -0500
13495              Message-ID: <20011207034544.GN22648@blackrider>
13496              
13497              (plus op/ref tweak)
13498      Branch: perl
13499            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
13500            ! t/run/kill_perl.t t/test.pl
13501 ____________________________________________________________________________
13502 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
13503         Log: Upgrade to Math::BigInt 1.48.
13504      Branch: perl
13505            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
13506            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13507            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
13508            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
13509            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13510            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
13511            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
13512 ____________________________________________________________________________
13513 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
13514         Log: Mention also perl56delta in case someone is upgrading from
13515              Perl 5.005_03.
13516      Branch: perl
13517            ! pod/perldelta.pod
13518 ____________________________________________________________________________
13519 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
13520         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
13521              From: Michael G Schwern <schwern@pobox.com>
13522              Date: Thu, 6 Dec 2001 15:15:28 -0500
13523              Message-ID: <20011206201528.GF16414@blackrider>
13524              
13525              (just the term.t, not the lex.t)
13526              
13527              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
13528              From: Michael G Schwern <schwern@pobox.com>
13529              Date: Thu, 6 Dec 2001 15:22:22 -0500
13530              Message-ID: <20011206202222.GG16414@blackrider>
13531              
13532              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
13533              From: Michael G Schwern <schwern@pobox.com>
13534              Date: Thu, 6 Dec 2001 15:31:58 -0500
13535              Message-ID: <20011206203158.GI16414@blackrider>
13536              
13537              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
13538              From: Michael G Schwern <schwern@pobox.com>
13539              Date: Thu, 6 Dec 2001 17:38:55 -0500
13540              Message-ID: <20011206223855.GC22648@blackrider>
13541      Branch: perl
13542            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
13543            ! t/test.pl
13544 ____________________________________________________________________________
13545 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
13546         Log: Update the thr5005 situation.
13547      Branch: perl
13548            ! pod/perldelta.pod
13549 ____________________________________________________________________________
13550 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
13551         Log: perldelta borrowings from perl561delta.
13552      Branch: perl
13553            ! pod/perldelta.pod
13554 ____________________________________________________________________________
13555 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
13556         Log: Add the 5.6.1 perldelta as perl561delta.
13557              (Makes it easier to steal stuff for perldelta :-)
13558      Branch: perl
13559            + pod/perl561delta.pod
13560            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13561 ____________________________________________________________________________
13562 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
13563         Log: Retract #13496 for now.
13564      Branch: perl
13565            ! t/base/lex.t t/base/term.t
13566 ____________________________________________________________________________
13567 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
13568         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
13569              From: "Craig A. Berry" <craigberry@mac.com>
13570              Date: Thu, 6 Dec 2001 14:54:36 -0600
13571              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
13572      Branch: perl
13573            ! vms/ext/filespec.t
13574 ____________________________________________________________________________
13575 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
13576         Log: (retracted by #13499)
13577              
13578              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
13579              From: Michael G Schwern <schwern@pobox.com>
13580              Date: Thu, 6 Dec 2001 15:15:28 -0500
13581              Message-ID: <20011206201528.GF16414@blackrider>
13582      Branch: perl
13583            ! t/base/lex.t t/base/term.t
13584 ____________________________________________________________________________
13585 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
13586         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
13587              From: Michael G Schwern <schwern@pobox.com>
13588              Date: Thu, 6 Dec 2001 13:54:48 -0500
13589              Message-ID: <20011206185448.GC16414@blackrider>
13590      Branch: perl
13591            ! t/op/stat.t
13592 ____________________________________________________________________________
13593 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
13594         Log: The #4 has nothing to do with Unicode.
13595      Branch: perl
13596            ! t/op/tr.t
13597 ____________________________________________________________________________
13598 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
13599         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
13600              From: Michael G Schwern <schwern@pobox.com>
13601              Date: Thu, 6 Dec 2001 13:45:48 -0500
13602              Message-ID: <20011206184548.GB16414@blackrider>
13603      Branch: perl
13604            ! t/op/tr.t
13605 ____________________________________________________________________________
13606 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
13607         Log: Update Changes.
13608      Branch: perl
13609            ! Changes patchlevel.h
13610 ____________________________________________________________________________
13611 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
13612         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
13613              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13614              Date: Thu, 6 Dec 2001 11:41:25 EST
13615              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
13616      Branch: perl
13617            ! vms/vms.c vms/vmsish.h
13618 ____________________________________________________________________________
13619 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
13620         Log: Subject: [PATCH] Re: weirdness in regexps
13621              From: Robin Houston <robin@kitsite.com> 
13622              Date: Thu, 6 Dec 2001 14:44:01 +0000
13623              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
13624      Branch: perl
13625            ! op.c t/lib/strict/subs
13626 ____________________________________________________________________________
13627 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
13628         Log: Make the -b -c -S tests count all of the /dev, not just
13629              check the first one, as suggested by Benjamin Goldberg.
13630      Branch: perl
13631            ! t/op/stat.t
13632 ____________________________________________________________________________
13633 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
13634         Log: Subject: Re: [PATCH: bleadperl] casefold backref
13635              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13636              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
13637              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
13638      Branch: perl
13639            ! regexec.c
13640 ____________________________________________________________________________
13641 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
13642         Log: Nits noticed by Philip Newton, and de-tab DB.t.
13643      Branch: perl
13644            ! lib/DB.t
13645 ____________________________________________________________________________
13646 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
13647         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
13648              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13649              Date: 6 Dec 2001 11:06:01 -0000
13650              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
13651      Branch: perl
13652            ! op.c t/op/tr.t
13653 ____________________________________________________________________________
13654 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
13655         Log: Subject: [PATCH: bleadperl] casefold backref
13656              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
13657              Date: Wed, 05 Dec 2001 17:27:05 +0000
13658              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
13659      Branch: perl
13660            ! regexec.c t/op/re_tests
13661 ____________________________________________________________________________
13662 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
13663         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
13664              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13665              Date: Wed, 5 Dec 2001 22:34:53 EST
13666              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
13667      Branch: perl
13668            ! mg.c vms/vms.c vms/vmsish.h
13669 ____________________________________________________________________________
13670 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
13671         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
13672              From: Michael G Schwern <schwern@pobox.com>
13673              Date: Wed, 5 Dec 2001 19:52:58 -0500
13674              Message-ID: <20011205195257.A903@blackrider>
13675      Branch: perl
13676            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
13677            + lib/File/Spec/t/rel2abs2rel.t
13678            - lib/File/Spec.t lib/File/Spec/Functions.t
13679            ! MANIFEST
13680 ____________________________________________________________________________
13681 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
13682         Log: Subject: Re: Silly stat() portability questions                
13683              From: Benjamin Goldberg <goldbb2@earthlink.net>
13684              Date: Wed, 05 Dec 2001 22:52:35 -0500
13685              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
13686      Branch: perl
13687            ! pod/perlport.pod
13688 ____________________________________________________________________________
13689 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
13690         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
13691              From: "Craig A. Berry" <craigberry@mac.com>
13692              Date: Wed, 05 Dec 2001 16:41:59 -0600
13693              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
13694      Branch: perl
13695            ! README.vms configure.com lib/File/Spec/VMS.pm
13696            ! vms/ext/filespec.t
13697 ____________________________________________________________________________
13698 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
13699         Log: $apply->('club', $glibc_maintainers);
13700              
13701              (Nick Clark just reported that <langinfo.h> YESSTR
13702              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
13703      Branch: perl
13704            ! ext/I18N/Langinfo/Langinfo.t
13705 ____________________________________________________________________________
13706 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
13707         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
13708      Branch: perl
13709            ! pod/perlport.pod
13710 ____________________________________________________________________________
13711 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
13712         Log: tweak change#13474 (pad entries can apparently be null in some
13713              situations)
13714      Branch: maint-5.6/perl
13715            ! op.c
13716 ____________________________________________________________________________
13717 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
13718         Log: Restore the /dev -b -c -S part of the test.
13719      Branch: perl
13720            ! t/op/stat.t
13721 ____________________________________________________________________________
13722 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
13723         Log: Retract #13475 until Arthur gets back to the mine.
13724      Branch: perl
13725            ! op.c t/run/kill_perl.t
13726 ____________________________________________________________________________
13727 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
13728         Log: (retracted by #13476)
13729              
13730              Manually apply #13474; fixes stale reference to dead
13731              CvOUTSIDE(); this can happen when anonymous subroutines
13732              that aren't closures are returned from an eval""
13733              
13734              (threads/shared/sv_refs.t is coredump-unhappy about this change)
13735      Branch: perl
13736            ! op.c t/run/kill_perl.t
13737 ____________________________________________________________________________
13738 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
13739         Log: replacement for change#10451
13740              
13741              fixes stale reference to dead CvOUTSIDE(); this can happen when
13742              anonymous subroutines that aren't closures are returned from an
13743              eval""
13744      Branch: maint-5.6/perl
13745            ! op.c t/op/misc.t
13746 ____________________________________________________________________________
13747 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
13748         Log: revert change#10451,10472; it was a naive fix that simply
13749              reintroduced the memory leak!
13750      Branch: maint-5.6/perl
13751            ! op.c t/op/misc.t
13752 ____________________________________________________________________________
13753 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
13754         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
13755              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13756              Date: Wed, 05 Dec 2001 10:49:20 +0100
13757              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
13758      Branch: perl
13759            ! lib/File/Basename.pm lib/File/Basename.t
13760 ____________________________________________________________________________
13761 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
13762         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
13763              From: Michael G Schwern <schwern@pobox.com> 
13764              Date: Wed, 5 Dec 2001 02:47:59 -0500
13765              Message-ID: <20011205024759.H14333@blackrider>
13766      Branch: perl
13767            ! t/op/magic.t
13768 ____________________________________________________________________________
13769 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
13770         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
13771              From: Michael G Schwern <schwern@pobox.com>              
13772              Date: Wed, 5 Dec 2001 02:22:05 -0500
13773              Message-ID: <20011205022205.F14333@blackrider>
13774      Branch: perl
13775            ! t/op/stat.t vms/test.com
13776 ____________________________________________________________________________
13777 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
13778         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
13779              From: Michael G Schwern <schwern@pobox.com> 
13780              Date: Tue, 4 Dec 2001 23:40:10 -0500
13781              Message-ID: <20011204234010.B14333@blackrider>
13782      Branch: perl
13783            ! t/op/stat.t
13784 ____________________________________________________________________________
13785 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
13786         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
13787              From: Michael G Schwern <schwern@pobox.com> 
13788              Date: Tue, 4 Dec 2001 21:09:18 -0500           
13789              Message-ID: <20011204210918.D13279@blackrider>
13790              
13791              t/test.
13792      Branch: perl
13793            ! t/test.pl
13794 ____________________________________________________________________________
13795 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
13796         Log: (accidentally empty check-in)
13797      Branch: perl
13798            ! t/op/stat.t
13799 ____________________________________________________________________________
13800 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
13801         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
13802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13803              Date: Tue, 04 Dec 2001 23:40:27 +0100
13804              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
13805      Branch: perl
13806            ! mg.c
13807 ____________________________________________________________________________
13808 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
13809         Log: Subject: [PATCH] minor pod fix in Safe.pm
13810              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13811              Date: Tue, 4 Dec 2001 22:02:34 +0100
13812              Message-ID: <20011204220234.A17293@rafael>
13813      Branch: perl
13814            ! ext/Opcode/Safe.pm
13815 ____________________________________________________________________________
13816 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
13817         Log: CRLF GRRR.
13818      Branch: perl
13819            ! djgpp/configure.bat
13820 ____________________________________________________________________________
13821 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
13822         Log: DJGPP fixes from Laszlo Molnar.
13823      Branch: perl
13824            ! djgpp/configure.bat djgpp/djgpp.h
13825 ____________________________________________________________________________
13826 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
13827         Log: Update Changes.
13828      Branch: perl
13829            ! Changes patchlevel.h
13830 ____________________________________________________________________________
13831 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
13832         Log: Must wipe out the memory of real Socket before starting
13833              to use the new fake one.
13834      Branch: perl
13835            ! lib/Net/t/config.t
13836 ____________________________________________________________________________
13837 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
13838         Log: LC_ALL might trump LANG.
13839      Branch: perl
13840            ! lib/open.t
13841 ____________________________________________________________________________
13842 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
13843         Log: Make the eval runtime.
13844      Branch: perl
13845            ! lib/open.pm
13846 ____________________________________________________________________________
13847 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
13848         Log: Make the Langinfo test both more lenient (allow
13849              for any symbol not to exists) and stricter (add
13850              more symbols).
13851      Branch: perl
13852            ! ext/I18N/Langinfo/Langinfo.t
13853 ____________________________________________________________________________
13854 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
13855         Log: integrate change#13453 from maint-5.6
13856              
13857              tweak change#11399 to use an explicit flag rather than
13858              ass_u_ming w32_pseudo_id will only be zero for the real
13859              toplevel interpreter; avoids multiple hosts from diddling
13860              the environment at the same time
13861      Branch: perl
13862           !> win32/perlhost.h
13863 ____________________________________________________________________________
13864 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
13865         Log: Subject: [PATCH] VMS update for perldelta.pod
13866              From: "Craig A. Berry" <craigberry@mac.com> 
13867              Date: Tue, 4 Dec 2001 00:23:12 -0600
13868              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
13869      Branch: perl
13870            ! pod/perldelta.pod
13871 ____________________________________________________________________________
13872 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
13873         Log: NetWare tweak from Ananth Kesari.
13874      Branch: perl
13875            ! NetWare/Makefile
13876 ____________________________________________________________________________
13877 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
13878         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
13879              Not adding the test suite because of its many assumptions.
13880      Branch: perl
13881            ! lib/Net/Ping.pm
13882 ____________________________________________________________________________
13883 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
13884         Log: tweak change#11399 to use an explicit flag rather than
13885              ass_u_ming w32_pseudo_id will only be zero for the real
13886              toplevel interpreter; avoids multiple hosts from diddling
13887              the environment at the same time
13888      Branch: maint-5.6/perl
13889            ! win32/perlhost.h
13890 ____________________________________________________________________________
13891 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
13892         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
13893              from Len Makin.
13894      Branch: perl
13895            + hints/super-ux.sh
13896            ! MANIFEST
13897 ____________________________________________________________________________
13898 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
13899         Log: Add Mac OS X known failures to perldelta.
13900      Branch: perl
13901            ! pod/perldelta.pod
13902 ____________________________________________________________________________
13903 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
13904         Log: I think it's time to call the utf8 code non-test.
13905      Branch: perl
13906            ! utf8.c
13907 ____________________________________________________________________________
13908 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
13909         Log: Retract #13303, need rethink.
13910      Branch: perl
13911            ! utf8.c
13912 ____________________________________________________________________________
13913 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
13914         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
13915              From: "Craig A. Berry" <craigberry@mac.com>
13916              Date: Mon, 03 Dec 2001 16:28:06 -0600
13917              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
13918      Branch: perl
13919            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
13920 ____________________________________________________________________________
13921 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
13922         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
13923              From: Andy Dougherty <doughera@lafayette.edu>
13924              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
13925              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
13926      Branch: perl
13927            ! hints/solaris_2.sh
13928 ____________________________________________________________________________
13929 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
13930         Log: This test is not very robust on 8.3-constrained systems:
13931              all the "with truncated name" lines between "Autosplitting ..."
13932              and "some names are not unique" lines are unexpected,
13933              and the truncation message becomes:
13934              testtest.al, testtest.al truncate to testtest 
13935      Branch: perl
13936            ! lib/AutoSplit.t
13937 ____________________________________________________________________________
13938 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
13939         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
13940      Branch: perl
13941            ! ext/I18N/Langinfo/Langinfo.t
13942 ____________________________________________________________________________
13943 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
13944         Log: Test::Morify UCD.t
13945      Branch: perl
13946            ! lib/Unicode/UCD.t
13947 ____________________________________________________________________________
13948 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
13949         Log: If Socket has not been built (e.g. DJGPP) the libnet
13950              tests fall over with (too) much noise.
13951      Branch: perl
13952            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
13953            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
13954            ! lib/Net/t/smtp.t lib/Net/t/time.t
13955 ____________________________________________________________________________
13956 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
13957         Log: Subject: [PATCH] shared hash keys and ++/--
13958              From: Nicholas Clark <nick@ccl4.org>
13959              Date: Mon, 3 Dec 2001 16:37:16 +0000
13960              Message-ID: <20011203163716.C21702@plum.flirble.org>
13961      Branch: perl
13962            ! pp.c pp_hot.c sv.c t/op/inc.t
13963 ____________________________________________________________________________
13964 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
13965         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
13966              From: Jonathan Stowe <jns@gellyfish.com>
13967              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
13968              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
13969      Branch: perl
13970            ! lib/Term/Cap.pm
13971 ____________________________________________________________________________
13972 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
13973         Log: Update Changes.
13974      Branch: perl
13975            ! Changes patchlevel.h
13976 ____________________________________________________________________________
13977 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
13978         Log: perldelta tweaks.
13979      Branch: perl
13980            ! pod/perldelta.pod
13981 ____________________________________________________________________________
13982 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
13983         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
13984              From: Sam Tregar <sam@tregar.com> 
13985              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
13986              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
13987      Branch: perl
13988            ! pod/perlnewmod.pod
13989 ____________________________________________________________________________
13990 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
13991         Log: microperl casting nit.
13992      Branch: perl
13993            ! utf8.c
13994 ____________________________________________________________________________
13995 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
13996         Log: Make sharepvn a macro since all it does is a deref.
13997      Branch: perl
13998            ! embed.h embed.pl global.sym hv.c hv.h proto.h
13999 ____________________________________________________________________________
14000 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
14001         Log: perldelta updates.
14002      Branch: perl
14003            ! pod/perldelta.pod
14004 ____________________________________________________________________________
14005 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
14006         Log: PPPort update from Paul Marquess.
14007      Branch: perl
14008            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
14009            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
14010            + ext/Devel/PPPort/t/test.t
14011            - ext/Devel/PPPort/harness/Harness.pm
14012            - ext/Devel/PPPort/harness/Harness.xs
14013            - ext/Devel/PPPort/harness/Makefile.PL
14014            - ext/Devel/PPPort/harness/module2.c
14015            - ext/Devel/PPPort/harness/module3.c
14016            - ext/Devel/PPPort/harness/t/test.t
14017            ! MANIFEST ext/Devel/PPPort/MANIFEST
14018            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
14019            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
14020            ! ext/Devel/PPPort/soak
14021 ____________________________________________________________________________
14022 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
14023         Log: No use talking about dynamic library search patch
14024              unless we are having a dynamic build.
14025      Branch: perl
14026            ! t/TEST
14027 ____________________________________________________________________________
14028 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
14029         Log: Be more explicit on the List::Util build trick,
14030              should also stop unneeded rebuilds on static builds.
14031      Branch: perl
14032            ! ext/List/Util/Makefile.PL
14033 ____________________________________________________________________________
14034 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
14035         Log: We need to replace the optimize (-O1) with
14036              the -h scalar0 -h vector0, not append them
14037              to the ccflags.
14038      Branch: perl
14039            ! hints/unicos.sh hints/unicosmk.sh
14040 ____________________________________________________________________________
14041 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
14042         Log: Subject: [PATCH] Shared hash keys 
14043              From: Nicholas Clark <nick@ccl4.org>
14044              Date: Sun, 2 Dec 2001 20:52:32 +0000
14045              Message-ID: <20011202205232.U21702@plum.flirble.org>
14046      Branch: perl
14047            ! doop.c t/op/tr.t
14048 ____________________________________________________________________________
14049 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
14050         Log: Better add new files to MANIFEST, too.
14051      Branch: perl
14052            ! MANIFEST
14053 ____________________________________________________________________________
14054 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
14055         Log: Subject: {PATCH] perlpacktut.pod
14056              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
14057              Date: Sun, 02 Dec 2001 19:55:06 +0100
14058              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
14059      Branch: perl
14060            ! pod/perlpacktut.pod
14061 ____________________________________________________________________________
14062 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
14063         Log: Various small nits found by DJGPP build.
14064      Branch: perl
14065            ! doio.c mg.c pp.c util.c
14066 ____________________________________________________________________________
14067 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
14068         Log: Subject: RE: More verbose POD for Carp
14069              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
14070              Date: Sun, 2 Dec 2001 11:32:51 -0500
14071              Message-ID: <3C0A9748@operamail.com>
14072      Branch: perl
14073            ! lib/Carp.pm
14074 ____________________________________________________________________________
14075 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
14076         Log: Add a header for DJGPP with the function prototypes.
14077      Branch: perl
14078            + djgpp/djgpp.h
14079            ! MANIFEST djgpp/djgpp.c
14080 ____________________________________________________________________________
14081 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
14082         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
14083              From: Abe Timmerman <abe@ztreet.demon.nl>
14084              Date: Sun, 02 Dec 2001 02:41:25 +0100
14085              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
14086      Branch: perl
14087            ! pp_sys.c
14088 ____________________________________________________________________________
14089 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
14090         Log: There isn't PTR2INT(), there's PTR2IV().
14091      Branch: perl
14092            ! ext/Time/HiRes/HiRes.xs
14093 ____________________________________________________________________________
14094 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
14095         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
14096              From: Marc Lehmann <root@schmorp.de>
14097              Date: Sun, 02 Dec 2001 02:44:53 +0100
14098              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
14099      Branch: perl
14100            ! ext/Time/HiRes/HiRes.xs
14101 ____________________________________________________________________________
14102 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
14103         Log: encode()/decode() examples.
14104      Branch: perl
14105            ! ext/Encode/Encode.pm
14106 ____________________________________________________________________________
14107 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
14108         Log: DJGPP tweaks from Laszlo Molnar.
14109      Branch: perl
14110            ! djgpp/config.over djgpp/djgppsed.sh
14111 ____________________________________________________________________________
14112 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
14113         Log: Update Changes.
14114      Branch: perl
14115            ! Changes patchlevel.h
14116 ____________________________________________________________________________
14117 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
14118         Log: Integrate perlio;
14119              
14120              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
14121              which do not have file descriptors. Noticed a possibly
14122              worse problem in the process ...
14123      Branch: perl
14124           !> doio.c
14125 ____________________________________________________________________________
14126 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
14127         Log: Non-VMS-fixed and Win32-skipped version of
14128              
14129              Subject: [PATCH t/op/exec.t] Portabilty fix 
14130              From: Michael G Schwern <schwern@pobox.com> 
14131              Date: Fri, 30 Nov 2001 16:09:27 -0500
14132              Message-ID: <20011130160927.A10406@blackrider>
14133      Branch: perl
14134            ! t/op/exec.t
14135 ____________________________________________________________________________
14136 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
14137         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
14138              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
14139              Date: Sat, 1 Dec 2001 07:01:09 -0500
14140              Message-ID: <3C0D2E39@operamail.com>
14141              
14142              Subject: More verbose POD for Carp
14143              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
14144              Date: Sat, 1 Dec 2001 08:04:16 -0500
14145              Message-ID: <3C285C2B@operamail.com>
14146      Branch: perl
14147            ! lib/Carp.pm lib/Carp/Heavy.pm
14148 ____________________________________________________________________________
14149 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
14150         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
14151              From: chromatic <chromatic@rmci.net>
14152              Date: Sat, 01 Dec 2001 12:41:58 -0700
14153              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
14154      Branch: perl
14155            ! lib/DB.t
14156 ____________________________________________________________________________
14157 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
14158         Log: Try to make a missing RADIXCHAR a softer kinder error.
14159      Branch: perl
14160            ! ext/I18N/Langinfo/Langinfo.t
14161 ____________________________________________________________________________
14162 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
14163         Log: Have a little faith on nl_langinfo() itself.
14164      Branch: perl
14165            ! ext/I18N/Langinfo/Langinfo.xs
14166 ____________________________________________________________________________
14167 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
14168         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
14169              the max, not max plus one)
14170      Branch: perl
14171            ! ext/I18N/Langinfo/Langinfo.xs
14172 ____________________________________________________________________________
14173 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
14174         Log: Make reality agree with the comment.
14175      Branch: perl
14176            ! ext/I18N/Langinfo/Langinfo.xs
14177 ____________________________________________________________________________
14178 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
14179         Log: Try to protect against wild langinfo() arguments.
14180      Branch: perl
14181            ! ext/I18N/Langinfo/Langinfo.xs
14182 ____________________________________________________________________________
14183 [ 13409] By: nick                                  on 2001/12/01  18:19:59
14184         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
14185              have file descriptors. Noticed a possibly worse problem in the process ...
14186      Branch: perlio
14187            ! doio.c
14188 ____________________________________________________________________________
14189 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
14190         Log: (replaced by #13556)
14191              
14192              If we are inside an eval, let's be silent about
14193              separate symbols and just croak() in the end.
14194      Branch: perl
14195            ! lib/Exporter/Heavy.pm
14196 ____________________________________________________________________________
14197 [ 13407] By: nick                                  on 2001/12/01  17:14:05
14198         Log: Integrate mainline
14199      Branch: perlio
14200           !> (integrate 26 files)
14201 ____________________________________________________________________________
14202 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
14203         Log: Subject: Fix for Exporter error reporting behaviour
14204              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
14205              Date: Sat, 1 Dec 2001 06:34:48 -0500
14206              Message-ID: <3C0D1B9A@operamail.com>
14207      Branch: perl
14208            ! lib/Exporter.pm lib/Exporter/Heavy.pm
14209 ____________________________________________________________________________
14210 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
14211         Log: Need to hide behind an eval to avoid a warning
14212              about :utf8 on non-perlio configs.
14213      Branch: perl
14214            ! lib/open.t
14215 ____________________________________________________________________________
14216 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
14217         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
14218              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14219              Date: Fri, 30 Nov 2001 23:46:58 +0100
14220              Message-ID: <20011130234658.A717@rafael>
14221      Branch: perl
14222            ! op.c t/op/method.t
14223 ____________________________________________________________________________
14224 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
14225         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
14226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14227              Date: Thu, 29 Nov 2001 22:46:12 +0100
14228              Message-ID: <20011129224612.A699@rafael>
14229      Branch: perl
14230            ! ext/B/B/Xref.pm
14231 ____________________________________________________________________________
14232 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
14233         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
14234              From: Tels <perl_dummy@bloodgate.com>
14235              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
14236              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
14237      Branch: perl
14238            ! pod/perlfunc.pod
14239 ____________________________________________________________________________
14240 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
14241         Log: Subject: [REPATCH] reference pointer comparison
14242              From: Nicholas Clark <nick@ccl4.org>
14243              Date: Sat, 1 Dec 2001 13:00:17 +0000
14244              Message-ID: <20011201130017.I21702@plum.flirble.org>
14245      Branch: perl
14246            ! pp.c
14247 ____________________________________________________________________________
14248 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
14249         Log: Upgrade to Storable 1.0.14.
14250      Branch: perl
14251            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14252 ____________________________________________________________________________
14253 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
14254         Log: Add simple caches for ::viacode() and ::vianame().
14255      Branch: perl
14256            ! lib/charnames.pm lib/charnames.t
14257 ____________________________________________________________________________
14258 [ 13398] By: nick                                  on 2001/12/01  10:36:24
14259         Log: Integrate mainline.
14260      Branch: perlio
14261           +> (branch 44 files)
14262            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14263            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14264            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
14265           !> (integrate 250 files)
14266 ____________________________________________________________________________
14267 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
14268         Log: Regen toc and modlib.
14269      Branch: perl
14270            ! pod/perlmodlib.pod pod/perltoc.pod
14271 ____________________________________________________________________________
14272 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
14273         Log: Upgrade to podlators-1.18.
14274      Branch: perl
14275            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
14276 ____________________________________________________________________________
14277 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
14278         Log: -h scalar0 -h vector0 seems to help for both
14279              UNICOS and UNICOS/mk on the unpack %65c problems.
14280              
14281              (replaces #13393)
14282      Branch: perl
14283            ! hints/unicos.sh hints/unicosmk.sh
14284 ____________________________________________________________________________
14285 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
14286         Log: More Socket constants.
14287      Branch: perl
14288            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
14289 ____________________________________________________________________________
14290 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
14291         Log: (replaced by #13395)
14292      Branch: perl
14293            ! hints/unicosmk.sh
14294 ____________________________________________________________________________
14295 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
14296         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
14297              From: Andy Dougherty <doughera@lafayette.edu>
14298              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
14299              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
14300              
14301              Simplify the test skippage criterion now that we are
14302              no more dependent on sed.
14303      Branch: perl
14304            ! t/comp/cpp.t t/run/switchPx.t
14305 ____________________________________________________________________________
14306 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
14307         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
14308              From: Michael G Schwern <schwern@pobox.com>
14309              Date: Fri, 30 Nov 2001 11:48:44 -0500
14310              Message-ID: <20011130114844.C1303@blackrider>
14311              
14312              (replaces #13381)
14313      Branch: perl
14314            ! t/op/stat.t
14315 ____________________________________________________________________________
14316 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
14317         Log: Let's not assume how much memory has been allocated
14318              to PVs.
14319      Branch: perl
14320            ! ext/Devel/Peek/Peek.t
14321 ____________________________________________________________________________
14322 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
14323         Log: VOS needs to know the modules, including pp_sort.
14324      Branch: perl
14325            ! vos/perl.bind
14326 ____________________________________________________________________________
14327 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
14328         Log: Unused variables.
14329      Branch: perl
14330            ! ext/Unicode/Normalize/Normalize.xs
14331 ____________________________________________________________________________
14332 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
14333         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
14334              From: John Peacock <jpeacock@rowman.com>     
14335              Date: Fri, 30 Nov 2001 10:24:00 -0500        
14336              Message-ID: <3C07A490.A22A76B0@rowman.com>   
14337      Branch: perl
14338            ! lib/ExtUtils/Embed.t
14339 ____________________________________________________________________________
14340 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
14341         Log: Tweak for the VOS building script from Paul Green.
14342      Branch: perl
14343            ! vos/configure_perl.cm
14344 ____________________________________________________________________________
14345 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
14346         Log: Update Changes.
14347      Branch: perl
14348            ! Changes patchlevel.h
14349 ____________________________________________________________________________
14350 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
14351         Log: Cannot test if cppstdin has not yet been installed.
14352      Branch: perl
14353            ! t/run/switchPx.t
14354 ____________________________________________________________________________
14355 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
14356         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
14357              From: Michael G Schwern <schwern@pobox.com> 
14358              Date: Thu, 29 Nov 2001 22:05:11 -0500
14359              Message-ID: <20011129220510.A18869@blackrider>
14360              
14361              TODO 1: if cppstdin is used and not yet installed,
14362              the Px.t will fail (must do the same as in cpp.t)
14363              
14364              TODO 2: does this work if no Perl whatsoever has
14365              yet been installed?  That is, we should be using
14366              the Perl we are building to execute the one-liner.
14367      Branch: perl
14368            + t/run/switchPx.aux t/run/switchPx.t
14369            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
14370            ! vms/test.com
14371 ____________________________________________________________________________
14372 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
14373         Log: Upgrade to Unicode::Normalize 0.12.
14374      Branch: perl
14375            ! ext/Unicode/Normalize/Changes
14376            ! ext/Unicode/Normalize/Normalize.pm
14377            ! ext/Unicode/Normalize/Normalize.xs
14378            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
14379            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14380            ! ext/Unicode/Normalize/t/test.t
14381 ____________________________________________________________________________
14382 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
14383         Log: (replaced by #13391)
14384              
14385              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
14386              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
14387              Date: 30 Nov 2001 11:41:53 -0000             
14388              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
14389              
14390              No need to die if we have high-paranoia (non-chdirable)
14391              system directories.
14392      Branch: perl
14393            ! t/op/stat.t
14394 ____________________________________________________________________________
14395 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
14396         Log: Paragraph rewrapping.
14397      Branch: perl
14398            ! pod/perliol.pod
14399 ____________________________________________________________________________
14400 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
14401         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
14402              From: Stas Bekman <stas@stason.org>
14403              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
14404              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
14405      Branch: perl
14406            ! pod/perliol.pod
14407 ____________________________________________________________________________
14408 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
14409         Log: Whether select() gets restarted on signals is
14410              implementation dependent.
14411      Branch: perl
14412            ! ext/Time/HiRes/HiRes.t
14413 ____________________________________________________________________________
14414 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
14415         Log: More forgotten checkins.
14416      Branch: perl
14417            ! embed.h embed.pl proto.h
14418 ____________________________________________________________________________
14419 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
14420         Log: Add a note about folding vs lowercase.
14421      Branch: perl
14422            ! regexec.c
14423 ____________________________________________________________________________
14424 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
14425         Log: Use to_uni_fold (and add changed global.sym)
14426      Branch: perl
14427            ! global.sym utf8.c
14428 ____________________________________________________________________________
14429 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
14430         Log: Make to Unicode character functions to use UVs
14431              instead of U32s and add to_uni_fold().
14432      Branch: perl
14433            ! embed.pl proto.h utf8.c
14434 ____________________________________________________________________________
14435 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
14436         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
14437              From: Nicholas Clark <nick@ccl4.org>
14438              Date: Thu, 29 Nov 2001 22:47:32 +0000
14439              Message-ID: <20011129224732.W37621@plum.flirble.org>
14440      Branch: perl
14441            ! pod/perlpacktut.pod
14442 ____________________________________________________________________________
14443 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
14444         Log: README.vos updates from Paul Green.
14445      Branch: perl
14446            ! README.vos
14447 ____________________________________________________________________________
14448 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
14449         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
14450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14451              Date: Thu, 29 Nov 2001 14:18:51 EST
14452              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
14453      Branch: perl
14454            ! mg.c vms/vms.c vms/vmsish.h
14455 ____________________________________________________________________________
14456 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
14457         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
14458              From: Michael G Schwern <schwern@pobox.com>
14459              Date: Thu, 29 Nov 2001 13:12:31 -0500
14460              Message-ID: <20011129131231.E11300@blackrider>
14461      Branch: perl
14462            ! README.vms
14463 ____________________________________________________________________________
14464 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
14465         Log: BGET_IV was missing.
14466      Branch: perl
14467            ! ext/ByteLoader/bytecode.h
14468 ____________________________________________________________________________
14469 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
14470         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
14471              From: Jonathan Stowe <gellyfish@gellyfish.com>
14472              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
14473              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
14474      Branch: perl
14475            ! lib/Term/Cap.pm
14476 ____________________________________________________________________________
14477 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
14478         Log: Porting/checkURL.pl was missing.
14479      Branch: perl
14480            ! MANIFEST
14481 ____________________________________________________________________________
14482 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
14483         Log: Subject: INSTALL and READMEs should be reviewed
14484              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14485              Date: Thu, 29 Nov 2001 16:49:36 +0100
14486              Message-ID: <20011129164936.A17492@rafael>         
14487      Branch: perl
14488            ! README.cygwin
14489 ____________________________________________________________________________
14490 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
14491         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
14492              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
14493              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
14494              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
14495      Branch: perl
14496            ! README.os390
14497 ____________________________________________________________________________
14498 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
14499         Log: Update Changes.
14500      Branch: perl
14501            ! Changes patchlevel.h
14502 ____________________________________________________________________________
14503 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
14504         Log: The changes to the curliffed files didn't stick in #13348.
14505      Branch: perl
14506            ! README.dos README.win32
14507 ____________________________________________________________________________
14508 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
14509         Log: Subject: Re: Found the rev where File::Glob broke
14510              From: Andy Dougherty <doughera@lafayette.edu>
14511              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
14512              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
14513      Branch: perl
14514            ! lib/ExtUtils/MM_Unix.pm
14515 ____________________________________________________________________________
14516 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
14517         Log: Use __DATA__ instead of __END__.
14518      Branch: perl
14519            ! lib/Term/Cap.pm
14520 ____________________________________________________________________________
14521 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
14522         Log: Subject: [PATCH toke.c] autosplit into @F fix
14523              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14524              Date: Thu, 29 Nov 2001 14:52:23 +0100
14525              Message-ID: <20011129145223.A25817@rafael>         
14526      Branch: perl
14527            ! toke.c
14528 ____________________________________________________________________________
14529 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
14530         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
14531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14532              Date: Thu, 29 Nov 2001 15:48:15 +0100
14533              Message-ID: <20011129154815.C25817@rafael>         
14534      Branch: perl
14535            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
14536 ____________________________________________________________________________
14537 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
14538         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
14539              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
14540              Date: Wed, 28 Nov 2001 20:35:29 +0100
14541              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
14542      Branch: perl
14543            ! pod/perlpacktut.pod
14544 ____________________________________________________________________________
14545 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
14546         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
14547              From: Stas Bekman <stas@stason.org>
14548              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
14549              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
14550              
14551              (with tweaks)
14552      Branch: perl
14553            ! pod/perlapio.pod
14554 ____________________________________________________________________________
14555 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
14556         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
14557              From: Tels <perl_dummy@bloodgate.com>
14558              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
14559              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
14560              
14561              (plus paragraph rewrapping)
14562      Branch: perl
14563            ! lib/Exporter.pm
14564 ____________________________________________________________________________
14565 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
14566         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
14567              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
14568              Date: Wed, 28 Nov 2001 21:47:59 +0000
14569              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
14570      Branch: perl
14571            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
14572 ____________________________________________________________________________
14573 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
14574         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
14575              From: Andy Dougherty <doughera@lafayette.edu>
14576              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
14577              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
14578      Branch: perl
14579            ! INSTALL ext/Time/HiRes/HiRes.t
14580 ____________________________________________________________________________
14581 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
14582         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
14583              From: Michael G Schwern <schwern@pobox.com> 
14584              Date: Wed, 28 Nov 2001 16:37:01 -0500
14585              Message-ID: <20011128163701.H676@blackrider>
14586      Branch: perl
14587            ! t/run/kill_perl.t
14588 ____________________________________________________________________________
14589 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
14590         Log: @INC tweak.
14591      Branch: perl
14592            ! t/op/ref.t
14593 ____________________________________________________________________________
14594 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
14595         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
14596              From: Nicholas Clark <nick@ccl4.org>
14597              Date: Wed, 28 Nov 2001 23:38:43 +0000
14598              Message-ID: <20011128233843.N37621@plum.flirble.org>  
14599      Branch: perl
14600            ! installman
14601 ____________________________________________________________________________
14602 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
14603         Log: Tweak the forking logic.
14604      Branch: perl
14605            ! Porting/checkURL.pl
14606 ____________________________________________________________________________
14607 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
14608         Log: Update perlmodlib.PL as per #13348.  The L<> got
14609              changed back because that is coming from ParseLink.pm.
14610      Branch: perl
14611            ! pod/perlmodlib.PL pod/perlmodlib.pod
14612 ____________________________________________________________________________
14613 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
14614         Log: URL fixups from Michael Schwern.
14615      Branch: perl
14616            ! README.cygwin README.dos README.hpux README.mint README.mpeix
14617            ! README.os390 README.qnx README.solaris README.vos README.win32
14618            ! pod/perlmodlib.pod
14619 ____________________________________________________________________________
14620 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
14621         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
14622              From: Barrie Slaymaker <barries@slaysys.com>
14623              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
14624              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
14625      Branch: perl
14626            ! lib/Exporter.pm
14627 ____________________________________________________________________________
14628 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
14629         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
14630      Branch: perl
14631            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
14632 ____________________________________________________________________________
14633 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
14634         Log: Subject: [PATCH] Re: $\ very broken
14635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14636              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
14637              Message-ID: <20011128223308.E732@rafael>   
14638              
14639              Subject: Re: [PATCH] Re: $\ very broken     
14640              From: Nicholas Clark <nick@ccl4.org>
14641              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
14642              Message-ID: <20011128222859.K37621@plum.flirble.org>
14643      Branch: perl
14644            ! mg.c t/op/ref.t
14645 ____________________________________________________________________________
14646 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
14647         Log: Add Abigail's link checker with the following tweaks:
14648              - known dummy URLs (Peter Prymmer)
14649              - do also READMEs and INSTALL (Michael Schwern)
14650              - do also ftp URLs
14651              - add fork retry loop in case the allowed number
14652              of processes per user is low
14653      Branch: perl
14654            + Porting/checkURL.pl
14655            ! MANIFEST
14656 ____________________________________________________________________________
14657 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
14658         Log: Update Changes.
14659      Branch: perl
14660            ! Changes patchlevel.h
14661 ____________________________________________________________________________
14662 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
14663         Log: In Linux if we have modern enough gcc and supported
14664              enough CPU, crank up the optimization level to -O3.
14665      Branch: perl
14666            ! hints/linux.sh
14667 ____________________________________________________________________________
14668 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
14669         Log: Add perlpacktut from Wolfgang Laun; regen toc.
14670      Branch: perl
14671            + pod/perlpacktut.pod
14672            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
14673            ! pod/perltoc.pod
14674 ____________________________________________________________________________
14675 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
14676         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
14677              From: PPrymmer@factset.com
14678              Date: Wed, 28 Nov 2001 07:51:26 -0500
14679              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
14680      Branch: perl
14681            ! vms/test.com
14682 ____________________________________________________________________________
14683 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
14684         Log: Test cases for the first half of #13338.
14685      Branch: perl
14686            ! t/lib/h2ph.h t/lib/h2ph.pht
14687 ____________________________________________________________________________
14688 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
14689         Log: Subject: Re: h2ph confused by comments in an enum.
14690              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
14691              Date: Wed, 28 Nov 2001 04:19:21 +0000
14692              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
14693              
14694              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
14695              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
14696              Date: Wed, 28 Nov 2001 13:36:35 +0000
14697              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
14698      Branch: perl
14699            ! utils/h2ph.PL
14700 ____________________________________________________________________________
14701 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
14702         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
14703              From: Jonathan Stowe <gellyfish@gellyfish.com>
14704              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
14705              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
14706              
14707              (replace #13327)
14708      Branch: perl
14709            ! lib/Term/Cap.pm
14710 ____________________________________________________________________________
14711 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
14712         Log: Replace #13335 with
14713              
14714              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
14715              From: Russ Allbery <rra@stanford.edu>
14716              Date: 27 Nov 2001 20:42:49 -0800
14717              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
14718      Branch: perl
14719            ! lib/Pod/Text/Termcap.pm
14720 ____________________________________________________________________________
14721 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
14722         Log: (replaced by #13336)
14723              
14724              Subject: [PATCH perl@13323] Termcap.pm with no termios
14725              From: "Craig A. Berry" <craigberry@mac.com> 
14726              Date: Tue, 27 Nov 2001 22:28:50 -0600
14727              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
14728      Branch: perl
14729            ! lib/Pod/Text/Termcap.pm
14730 ____________________________________________________________________________
14731 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
14732         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
14733              From: "Craig A. Berry" <craigberry@mac.com> 
14734              Date: Tue, 27 Nov 2001 21:46:45 -0600
14735              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
14736      Branch: perl
14737            ! configure.com
14738 ____________________________________________________________________________
14739 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
14740         Log: Upgrade to podlators 1.17.
14741      Branch: perl
14742            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
14743            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
14744 ____________________________________________________________________________
14745 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
14746         Log: Fix for "a\x{100}" =~ /A/i.
14747      Branch: perl
14748            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
14749            ! utf8.c
14750 ____________________________________________________________________________
14751 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
14752         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
14753              From: "Craig A. Berry" <craigberry@mac.com>
14754              Date: Tue, 27 Nov 2001 17:11:49 -0600
14755              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
14756      Branch: perl
14757            ! lib/DB.t
14758 ____________________________________________________________________________
14759 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
14760         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
14761              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14762              Date: Tue, 27 Nov 2001 14:55:23 -0500
14763              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
14764              
14765              Subject: [PATCH: perl@13324] updates to perldelta.pod 
14766              From: PPrymmer@factset.com
14767              Date: Tue, 27 Nov 2001 18:06:04 -0500
14768              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
14769              
14770              plus added some known problems.
14771      Branch: perl
14772            ! pod/perldelta.pod
14773 ____________________________________________________________________________
14774 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
14775         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
14776              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14777              Date: Tue, 27 Nov 2001 15:38:02 EST 
14778              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
14779      Branch: perl
14780            ! configure.com vms/vms.c vms/vmsish.h
14781 ____________________________________________________________________________
14782 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
14783         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
14784              From: Michael G Schwern <schwern@pobox.com> 
14785              Date: Tue, 27 Nov 2001 15:31:12 -0500
14786              Message-ID: <20011127153112.G20929@blackrider>
14787      Branch: perl
14788            ! t/run/kill_perl.t
14789 ____________________________________________________________________________
14790 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
14791         Log: (replaced by #13337)
14792              
14793              VMS can safely hardcode a termcap entry for VT100.
14794      Branch: perl
14795            ! lib/Term/Cap.pm
14796 ____________________________________________________________________________
14797 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
14798         Log: VMS piping fixes from Charles Lane (perl -P should
14799              be working now).
14800      Branch: perl
14801            ! vms/vms.c
14802 ____________________________________________________________________________
14803 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
14804         Log: Subject: [PATCH] perlvar.pod fix
14805              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14806              Date: Tue, 27 Nov 2001 13:11:47 -0500
14807              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
14808      Branch: perl
14809            ! pod/perlvar.pod
14810 ____________________________________________________________________________
14811 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
14812         Log: Update Changes.
14813      Branch: perl
14814            ! Changes patchlevel.h
14815 ____________________________________________________________________________
14816 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
14817         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
14818              From: "Craig A. Berry" <craigberry@mac.com> 
14819              Date: Tue, 27 Nov 2001 10:21:18 -0600
14820              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
14821      Branch: perl
14822            ! lib/ExtUtils/MM_VMS.pm
14823 ____________________________________________________________________________
14824 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
14825         Log: Protect against accumulating -options -options -options.
14826      Branch: perl
14827            ! hints/hpux.sh
14828 ____________________________________________________________________________
14829 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
14830         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
14831              From: Barrie Slaymaker <barries@slaysys.com>
14832              Date: Tue, 27 Nov 2001 10:58:54 -0500
14833              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
14834      Branch: perl
14835            ! lib/Benchmark.pm
14836 ____________________________________________________________________________
14837 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
14838         Log: Tiny fix from John P. Linderman.
14839      Branch: perl
14840            ! lib/sort.pm
14841 ____________________________________________________________________________
14842 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
14843         Log: The Story of sort(), from John P. Linderman.
14844      Branch: perl
14845            ! pod/perldelta.pod
14846 ____________________________________________________________________________
14847 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
14848         Log: Add information what to do if you are reading
14849              perluniintro but using some older Perl.
14850      Branch: perl
14851            ! pod/perluniintro.pod
14852 ____________________________________________________________________________
14853 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
14854         Log: Update the 'wide characters' FAQ entry.
14855      Branch: perl
14856            ! pod/perlfaq6.pod
14857 ____________________________________________________________________________
14858 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
14859         Log: Fix for
14860              
14861              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
14862              From: Marc Lehmann <root@schmorp.de>
14863              Date: Tue, 27 Nov 2001 14:27:14 +0100
14864              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
14865      Branch: perl
14866            ! ext/Encode.t ext/Encode/Encode.xs
14867 ____________________________________________________________________________
14868 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
14869         Log: Subject: [PATCH] DB_File 1.801
14870              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14871              Date: Tue, 27 Nov 2001 15:06:45 -0000
14872              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
14873      Branch: perl
14874            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14875            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14876 ____________________________________________________________________________
14877 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
14878         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
14879      Branch: perl
14880            ! pod/perlmodlib.pod
14881 ____________________________________________________________________________
14882 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
14883         Log: sort() doc tweaks from John P. Linderman.
14884      Branch: perl
14885            ! pod/perlfunc.pod
14886 ____________________________________________________________________________
14887 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
14888         Log: Subject: [PATCH] More perldelta.pod nits
14889              From: Simon Glover <scog@roe.ac.uk>
14890              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
14891              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
14892      Branch: perl
14893            ! pod/perldelta.pod
14894 ____________________________________________________________________________
14895 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
14896         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
14897              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14898              Date: Tue, 27 Nov 2001 11:52:31 -0000
14899              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
14900      Branch: perl
14901            ! ext/Devel/PPPort/harness/Makefile.PL
14902 ____________________________________________________________________________
14903 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
14904         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
14905              From: Michael G Schwern <schwern@pobox.com>
14906              Date: Tue, 27 Nov 2001 03:38:24 -0500
14907              Message-ID: <20011127033824.A17775@blackrider>
14908      Branch: perl
14909            ! t/TEST
14910 ____________________________________________________________________________
14911 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
14912         Log: Subject: Re: perlcc very broken
14913              From: John Peacock <jpeacock@rowman.com>
14914              Date: Tue, 27 Nov 2001 06:48:01 -0500
14915              Message-ID: <3C037D71.4030508@rowman.com>
14916      Branch: perl
14917            ! utils/perlcc.PL
14918 ____________________________________________________________________________
14919 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
14920         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
14921              From: David Dyck <dcd@tc.fluke.com>
14922              Date: Mon, 26 Nov 2001 22:04:38 -0800
14923              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
14924      Branch: perl
14925            ! t/op/pack.t
14926 ____________________________________________________________________________
14927 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
14928         Log: Subject: [ID 20011126.149] t/op/split fails step 37
14929              From: David Dyck <dcd@tc.fluke.com>
14930              Date: Mon, 26 Nov 2001 21:52:35 -0800
14931              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
14932      Branch: perl
14933            ! t/op/split.t
14934 ____________________________________________________________________________
14935 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
14936         Log: incorporate last minute change from libnet 1.0901-tobe
14937      Branch: perl
14938            ! lib/Net/SMTP.pm
14939 ____________________________________________________________________________
14940 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
14941         Log: Pass 7 at perldelta - random edits.
14942      Branch: perl
14943            ! pod/perldelta.pod
14944 ____________________________________________________________________________
14945 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
14946         Log: Portability and skippage tweaks.
14947      Branch: perl
14948            ! t/op/split.t
14949 ____________________________________________________________________________
14950 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
14951         Log: (retracted by #13449)
14952              Try to make Unicode casemapping to work for EBCDIC, too.
14953      Branch: perl
14954            ! utf8.c
14955 ____________________________________________________________________________
14956 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
14957         Log: Just printing 1..0 is not quite enough...
14958      Branch: perl
14959            ! lib/Dumpvalue.t
14960 ____________________________________________________________________________
14961 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
14962         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
14963              Delay the match until runtime.
14964      Branch: perl
14965            ! t/op/append.t
14966 ____________________________________________________________________________
14967 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
14968         Log: UTF-EBCDIC.
14969      Branch: perl
14970            ! ext/Devel/Peek/Peek.t
14971 ____________________________________________________________________________
14972 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
14973         Log: Be UTF-EBCDIC aware.
14974      Branch: perl
14975            ! lib/bytes.t
14976 ____________________________________________________________________________
14977 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
14978         Log: Bad assumption which way digits and letters sort.
14979      Branch: perl
14980            ! lib/English.t
14981 ____________________________________________________________________________
14982 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
14983         Log: If in EBCDIC but no Convert::EBCDIC
14984              the libnet tests will all fail.
14985      Branch: perl
14986            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
14987            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
14988            ! lib/Net/t/smtp.t lib/Net/t/time.t
14989 ____________________________________________________________________________
14990 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
14991         Log: Just sorting to guarantee order is not enough.
14992              (Think EBCDIC.) 
14993      Branch: perl
14994            ! lib/ExtUtils/Manifest.t
14995 ____________________________________________________________________________
14996 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
14997         Log: OS/390 cleanable gunk.
14998      Branch: perl
14999            ! lib/ExtUtils/MM_Unix.pm
15000 ____________________________________________________________________________
15001 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
15002         Log: Update the EBCDIC MD5 checksums.
15003      Branch: perl
15004            ! ext/Digest/MD5/t/files.t
15005 ____________________________________________________________________________
15006 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
15007         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
15008              From: Nicholas Clark <nick@ccl4.org>
15009              Date: Mon, 26 Nov 2001 23:06:34 +0000
15010              Message-ID: <20011126230633.Q37621@plum.flirble.org>
15011      Branch: perl
15012            ! installman
15013 ____________________________________________________________________________
15014 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
15015         Log: sort tweaks from John P. Linderman.
15016      Branch: perl
15017            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
15018 ____________________________________________________________________________
15019 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
15020         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
15021              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
15022              Date: Mon, 26 Nov 2001 18:47:25 -0600
15023              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
15024              
15025              Craig Berry submitted half of this patch just yesterday.
15026              Spooky cosmic resonance.
15027      Branch: perl
15028            ! ext/Socket/Socket.xs
15029 ____________________________________________________________________________
15030 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
15031         Log: Subject: [PATCH] doio slightly smaller
15032              From: Nicholas Clark <nick@ccl4.org>
15033              Date: Tue, 27 Nov 2001 00:40:23 +0000      
15034              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
15035      Branch: perl
15036            ! doio.c
15037 ____________________________________________________________________________
15038 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
15039         Log: perldelta nits from Autrijus Tang and Ron Kimball.
15040      Branch: perl
15041            ! pod/perldelta.pod
15042 ____________________________________________________________________________
15043 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
15044         Log: Subject: [PATCH] unpack P* uses random length for item
15045              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
15046              Date: Mon, 26 Nov 2001 19:56:32 +0100
15047              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
15048      Branch: perl
15049            ! pod/perldiag.pod pp_pack.c t/op/pack.t
15050 ____________________________________________________________________________
15051 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
15052         Log: Subject: [PATCH current] system and taintedness
15053              From: Radu Greab <radu@netsoft.ro>
15054              Date: Mon, 26 Nov 2001 18:42:29 +0200
15055              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
15056      Branch: perl
15057            ! pp_sys.c t/op/taint.t
15058 ____________________________________________________________________________
15059 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
15060         Log: Subject: [PATCH @ 13283] Devel::PPPort
15061              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15062              Date: Mon, 26 Nov 2001 14:37:17 -0000
15063              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
15064      Branch: perl
15065            + ext/Devel/PPPort/MANIFEST
15066            ! MANIFEST ext/Devel/PPPort/Makefile.PL
15067            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
15068            ! ext/Devel/PPPort/harness/Harness.xs
15069            ! ext/Devel/PPPort/harness/Makefile.PL
15070            ! ext/Devel/PPPort/harness/module2.c
15071            ! ext/Devel/PPPort/harness/module3.c
15072            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
15073 ____________________________________________________________________________
15074 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
15075         Log: Update the test list.
15076      Branch: perl
15077            ! t/lib/1_compile.t
15078 ____________________________________________________________________________
15079 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
15080         Log: Sync-up tests with libnet distribution
15081      Branch: perl
15082            + lib/Net/t/netrc.t
15083            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
15084 ____________________________________________________________________________
15085 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
15086         Log: Update Changes.
15087      Branch: perl
15088            ! Changes patchlevel.h
15089 ____________________________________________________________________________
15090 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
15091         Log: Upgrade to podlators 1.16.
15092      Branch: perl
15093            + lib/Pod/t/basic.cap
15094            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
15095            ! lib/Pod/t/basic.t pod/pod2man.PL
15096 ____________________________________________________________________________
15097 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
15098         Log: Pass 6 at perldelta - sort enhancements, generic and
15099              platform specific bug fixes.
15100      Branch: perl
15101            ! pod/perldelta.pod
15102 ____________________________________________________________________________
15103 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
15104         Log: PROPAGATE documentation from Tony Cook.
15105      Branch: perl
15106            ! pod/perlfunc.pod
15107 ____________________________________________________________________________
15108 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
15109         Log: DJGPP cannot do signals that well.
15110      Branch: perl
15111            ! ext/POSIX/t/sigaction.t
15112 ____________________________________________________________________________
15113 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
15114         Log: Can't do subsecond alarms without ualarm; and break out
15115              early if alarms do not seem to be coming in as expected.
15116      Branch: perl
15117            ! ext/Time/HiRes/HiRes.t
15118 ____________________________________________________________________________
15119 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
15120         Log: No Socket, little Net.
15121      Branch: perl
15122            ! t/lib/1_compile.t
15123 ____________________________________________________________________________
15124 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
15125         Log: Take the taint brush to the getcwds.
15126      Branch: perl
15127            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
15128 ____________________________________________________________________________
15129 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
15130         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
15131              From: "Craig A. Berry" <craigberry@mac.com>
15132              Date: Sun, 25 Nov 2001 16:20:45 -0600
15133              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
15134      Branch: perl
15135            ! ext/Socket/Socket.xs
15136 ____________________________________________________________________________
15137 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
15138         Log: Since in some DOS filesystems the timestamp granularity
15139              may be only two seconds, better sleep for three to play safe.
15140              (Helps CygWin, at least.)
15141      Branch: perl
15142            ! lib/Memoize/t/expire_file.t
15143 ____________________________________________________________________________
15144 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
15145         Log: For some reason CygWin wasn't collapsing multiple
15146              slashes into one, which made some Spec.t tests to fail.
15147              Either CygWin was being too prudish or the collapsing
15148              logic needs to be rethunk.
15149      Branch: perl
15150            ! lib/File/Spec/Unix.pm
15151 ____________________________________________________________________________
15152 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
15153         Log: Cygwin needs to have libperl.dll around if trying to link
15154              with -lperl.  Note: this change cures the test but whether
15155              it cures CygPerl installation, I don't know: hopefully the
15156              libperl5_7_2.dll, or the version equivalent, gets installed
15157              also as libperl.dll to the proper place(s).
15158      Branch: perl
15159            ! lib/ExtUtils/Embed.t
15160 ____________________________________________________________________________
15161 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
15162         Log: -I../lib/.. and -L../lib/..?  Strange.
15163      Branch: perl
15164            ! lib/ExtUtils/Embed.t
15165 ____________________________________________________________________________
15166 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
15167         Log: $MM?
15168      Branch: perl
15169            ! lib/ExtUtils/Embed.pm
15170 ____________________________________________________________________________
15171 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
15172         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
15173              From: Dave Rolsky <autarch@urth.org>
15174              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
15175              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
15176      Branch: perl
15177            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
15178            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15179 ____________________________________________________________________________
15180 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
15181         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
15182              From: chromatic <chromatic@rmci.net>
15183              Date: Sat, 24 Nov 2001 14:56:57 -0700
15184              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
15185              
15186              plus a tweak for ithreads builds.
15187      Branch: perl
15188            + lib/DB.t
15189            ! MANIFEST lib/DB.pm
15190 ____________________________________________________________________________
15191 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
15192         Log: Win32 compilation tweaks for Blair Zajac.
15193      Branch: perl
15194            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
15195 ____________________________________________________________________________
15196 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
15197         Log: I don't think trying to bracket the hires time with lores
15198              times is going to be portable enough: Cygwin seems to be
15199              capable of getting hires ones rather consistently lower
15200              than the lores ones.  So let's try average difference instead.
15201      Branch: perl
15202            ! ext/Time/HiRes/HiRes.t
15203 ____________________________________________________________________________
15204 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
15205         Log: Subject: Re: benchmarks, sorts and reproducibility
15206              From: "John P. Linderman" <jpl@research.att.com>
15207              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
15208              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
15209              
15210              Randomize large partitions for quicksort to dodge the
15211              angry gods of quadratic.
15212      Branch: perl
15213            ! pp_sort.c
15214 ____________________________________________________________________________
15215 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
15216         Log: The joys of portable quoting.
15217      Branch: perl
15218            ! ext/Devel/PPPort/harness/Makefile.PL
15219 ____________________________________________________________________________
15220 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
15221         Log: sort pragma tweaks.
15222      Branch: perl
15223            ! lib/sort.pm
15224 ____________________________________________________________________________
15225 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
15226         Log: Skip the link= directives of utils.lst if no mandir
15227              (if no manpages).
15228      Branch: perl
15229            ! installman
15230 ____________________________________________________________________________
15231 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
15232         Log: integrate changes#8340,13260 from mainline
15233              
15234              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
15235              
15236              change#3373 introduced a handle leak in backticks and piped open()s
15237              that fail
15238      Branch: maint-5.6/perl
15239            ! t/io/pipe.t util.c
15240 ____________________________________________________________________________
15241 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
15242         Log: change#3373 introduced a handle leak in backticks and piped open()s
15243              that fail
15244      Branch: perl
15245            ! util.c
15246 ____________________________________________________________________________
15247 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
15248         Log: metaconfig unit change for #13258.
15249      Branch: metaconfig/U/perl
15250            ! d_procselfexe.U
15251 ____________________________________________________________________________
15252 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
15253         Log: Extraenous breaks noticed by David Dyck.
15254      Branch: perl
15255            ! Configure
15256 ____________________________________________________________________________
15257 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
15258         Log: Revert the /proc/self/auxv experiment for now.
15259      Branch: perl
15260            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
15261 ____________________________________________________________________________
15262 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
15263         Log: Also ExtUtils.t had $^X assumptions.
15264      Branch: perl
15265            ! lib/ExtUtils.t
15266 ____________________________________________________________________________
15267 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
15268         Log: Now is Solaris if you start the t/perl in the t/
15269              as "./perl", the $^X will be "../perl", not "./perl".
15270      Branch: perl
15271            ! t/lib/1_compile.t
15272 ____________________________________________________________________________
15273 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
15274         Log: The new way of finding out $^X in Solaris
15275              requires a little tweak if the executable
15276              pathname is *not* absolute: prepend "./"
15277              (otherwise `$^X ...` will start perl from PATH...)
15278      Branch: perl
15279            ! perl.c
15280 ____________________________________________________________________________
15281 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
15282         Log: Avoid "will not stay shared" warnings.
15283      Branch: perl
15284            ! lib/ExtUtils/MM_Unix.pm
15285 ____________________________________________________________________________
15286 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
15287         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
15288              From: Michael G Schwern <schwern@pobox.com>
15289              Date: Sat, 24 Nov 2001 19:56:18 -0500
15290              Message-ID: <20011124195618.A14614@blackrider>            
15291      Branch: perl
15292            ! perl.c pp_sys.c t/op/magic.t util.c
15293 ____________________________________________________________________________
15294 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
15295         Log: In the MakeMaker pm_to_blib target don't copy all
15296              the files in one fell swoop, deal with them hunkwise,
15297              helps for CLIs with limited line lengths.
15298              (This seems to help for DJGPP building Encode,
15299              where there are dozens of files to copy.)
15300      Branch: perl
15301            ! lib/ExtUtils/MM_Unix.pm
15302 ____________________________________________________________________________
15303 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
15304         Log: testsuite leaves stray files behind on windows
15305      Branch: perl
15306            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
15307 ____________________________________________________________________________
15308 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
15309         Log: xsubpp produces a spurious warning on directories called 'typemap'
15310      Branch: perl
15311            ! lib/ExtUtils/xsubpp
15312 ____________________________________________________________________________
15313 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
15314         Log: xsubpp treats invalid (indented) cpp directives as comments
15315      Branch: perl
15316            ! ext/IO/IO.xs
15317 ____________________________________________________________________________
15318 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
15319         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
15320      Branch: perl
15321            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
15322 ____________________________________________________________________________
15323 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
15324         Log: The debug_pag needs to be visible at all times
15325              because of the re extension.
15326      Branch: perl
15327            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
15328 ____________________________________________________________________________
15329 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
15330         Log: Subject: Re: [PATCH] Tests are good
15331              From: Philip Newton <Philip.Newton@gmx.net>
15332              Date: Sat, 24 Nov 2001 21:24:00 +0100
15333              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
15334      Branch: perl
15335            ! pod/perlhack.pod
15336 ____________________________________________________________________________
15337 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
15338         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
15339              From: "Craig A. Berry" <craigberry@mac.com> 
15340              Date: Sat, 24 Nov 2001 12:45:44 -0600
15341              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
15342              
15343              (with tweaks, and combined with Sarathy's #13242)
15344      Branch: perl
15345            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
15346 ____________________________________________________________________________
15347 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
15348         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
15349              From: John Peacock <jpeacock@rowman.com>
15350              Date: Sat, 24 Nov 2001 14:27:46 -0500
15351              Message-ID: <3BFFF4B2.40509@rowman.com> 
15352      Branch: perl
15353            ! lib/Exporter/Heavy.pm
15354 ____________________________________________________________________________
15355 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
15356         Log: use portable quotes
15357      Branch: perl
15358            ! ext/Devel/PPPort/harness/Makefile.PL
15359 ____________________________________________________________________________
15360 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
15361         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
15362              From: Nicholas Clark <nick@ccl4.org>
15363              Date: Sat, 24 Nov 2001 18:06:26 +0000
15364              Message-ID: <20011124180626.T37621@plum.flirble.org>
15365      Branch: perl
15366            ! installman
15367 ____________________________________________________________________________
15368 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
15369         Log: Subject: [PATCH] perl5005delta.pod L<>
15370              From: Nicholas Clark <nick@ccl4.org>
15371              Date: Sat, 24 Nov 2001 18:04:21 +0000
15372              Message-ID: <20011124180421.S37621@plum.flirble.org>
15373      Branch: perl
15374            ! pod/perl5005delta.pod
15375 ____________________________________________________________________________
15376 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
15377         Log: fix typo in config.vc; regenerate win32 config_H.* files
15378      Branch: perl
15379            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15380            ! win32/config_H.vc
15381 ____________________________________________________________________________
15382 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
15383         Log: Mention the charnames::vianame().
15384      Branch: perl
15385            ! pod/perluniintro.pod
15386 ____________________________________________________________________________
15387 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
15388         Log: Add charnames::vianame() in case people want to access
15389              the codes in run-time (as opposed to the compile-timeness
15390              of \N{...}).
15391      Branch: perl
15392            ! lib/charnames.pm lib/charnames.t
15393 ____________________________________________________________________________
15394 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
15395         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
15396              From: Nicholas Clark <nick@ccl4.org>
15397              Date: Sat, 24 Nov 2001 16:30:42 +0000
15398              Message-ID: <20011124163042.R37621@plum.flirble.org>
15399      Branch: perl
15400            ! regcomp.c regcomp.h
15401 ____________________________________________________________________________
15402 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
15403         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
15404              From: Nicholas Clark <nick@ccl4.org>
15405              Date: Sat, 24 Nov 2001 16:24:33 +0000
15406              Message-ID: <20011124162433.Q37621@plum.flirble.org>
15407              
15408              cmp fixes.
15409      Branch: perl
15410            ! pp.c
15411 ____________________________________________________________________________
15412 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
15413         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
15414              (It seems that "./perl" gets resolved to "perl" now.)
15415      Branch: perl
15416            ! perl.c
15417 ____________________________________________________________________________
15418 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
15419         Log: Subject: [PATCH] DB_File 1.800        
15420              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
15421              Date: Sat, 24 Nov 2001 11:41:41 -0000
15422              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
15423      Branch: perl
15424            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15425            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
15426            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15427            ! ext/DB_File/t/db-recno.t
15428 ____________________________________________________________________________
15429 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
15430         Log: Tweak the PUSHED documentation.
15431      Branch: perl
15432            ! ext/PerlIO/Via/Via.pm
15433 ____________________________________________________________________________
15434 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
15435         Log: Update 1_compile for new known tests.
15436      Branch: perl
15437            ! t/lib/1_compile.t
15438 ____________________________________________________________________________
15439 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
15440         Log: Move the MBF/MBI test modules to t/lib.
15441      Branch: perl
15442            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
15443            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
15444            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
15445            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
15446            ! lib/Math/BigInt/t/sub_mbi.t
15447 ____________________________________________________________________________
15448 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
15449         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
15450              From: "Craig A. Berry" <craigberry@mac.com> 
15451              Date: Fri, 23 Nov 2001 18:05:35 -0600
15452              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
15453      Branch: perl
15454            ! configure.com
15455 ____________________________________________________________________________
15456 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
15457         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
15458              From: PPrymmer@factset.com 
15459              Date: Fri, 23 Nov 2001 17:03:07 -0500
15460              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
15461      Branch: perl
15462            ! ext/Unicode/Normalize/mkheader
15463 ____________________________________________________________________________
15464 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
15465         Log: Here are the right helper files.
15466      Branch: perl
15467            + t/lib/Filter/Simple/ExportTest.pm
15468            + t/lib/Filter/Simple/FilterOnlyTest.pm
15469            + t/lib/Filter/Simple/FilterTest.pm
15470            + t/lib/Filter/Simple/ImportTest.pm
15471            ! MANIFEST
15472 ____________________________________________________________________________
15473 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
15474         Log: Update Changes.
15475      Branch: perl
15476            ! Changes patchlevel.h
15477 ____________________________________________________________________________
15478 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
15479         Log: Never mind.
15480      Branch: perl
15481            - lib/Filter/Simple/lib/ExportTest.pm
15482            - lib/Filter/Simple/lib/ImportTest.pm
15483 ____________________________________________________________________________
15484 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
15485         Log: Mis-add.
15486      Branch: perl
15487            + lib/Filter/Simple/lib/ExportTest.pm
15488            + lib/Filter/Simple/lib/ImportTest.pm
15489 ____________________________________________________________________________
15490 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
15491         Log: Upgrade to Filter::Simple 0.77.
15492      Branch: perl
15493            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
15494            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
15495            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
15496            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
15497            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
15498 ____________________________________________________________________________
15499 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
15500         Log: Missing p4 add.
15501      Branch: perl
15502            + lib/ExtUtils/MM_VMS.t
15503 ____________________________________________________________________________
15504 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
15505         Log: Pass 5 at perldelta - module and utility updates cleanup.
15506      Branch: perl
15507            ! pod/perldelta.pod
15508 ____________________________________________________________________________
15509 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
15510         Log: metaconfig unit change for #13219.
15511      Branch: metaconfig/U/perl
15512            ! d_procselfexe.U
15513 ____________________________________________________________________________
15514 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
15515         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
15516      Branch: perl
15517            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15518            ! pod/buildtoc.PL pod/perltoc.pod
15519 ____________________________________________________________________________
15520 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
15521         Log: Add procselfexe and d_dirfd to strange lands.
15522      Branch: perl
15523            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
15524            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15525            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15526            ! win32/config.gc win32/config.vc win32/config.win64
15527            ! wince/config.ce
15528 ____________________________________________________________________________
15529 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
15530         Log: metaconfig unit change for #13216.
15531      Branch: metaconfig/U/perl
15532            ! d_procselfexe.U
15533 ____________________________________________________________________________
15534 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
15535         Log: Better to "quote" the pathname.
15536      Branch: perl
15537            ! Configure config_h.SH
15538 ____________________________________________________________________________
15539 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
15540         Log: Use PROCSELFEXE_PATH.
15541      Branch: perl
15542            ! perl.c
15543 ____________________________________________________________________________
15544 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
15545         Log: metaconfig unit change for #13213.
15546      Branch: metaconfig/U/perl
15547            ! d_procselfexe.U
15548 ____________________________________________________________________________
15549 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
15550         Log: Add probing for BSD-like /proc/curproc/file.
15551      Branch: perl
15552            ! Configure config_h.SH
15553 ____________________________________________________________________________
15554 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
15555         Log: metaconfig unit change for 13211.
15556      Branch: metaconfig/U/perl
15557            + d_dirfd.U
15558 ____________________________________________________________________________
15559 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
15560         Log: Add probing for dirfd() so that it can be added it IO::Dir.
15561      Branch: perl
15562            ! Configure config_h.SH perl.h
15563 ____________________________________________________________________________
15564 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
15565         Log: ...and update the test count.
15566      Branch: perl
15567            ! lib/Pod/t/basic.t
15568 ____________________________________________________________________________
15569 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
15570         Log: Must remove the cap test also from the test script.
15571      Branch: perl
15572            ! lib/Pod/t/basic.t
15573 ____________________________________________________________________________
15574 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
15575         Log: Subject: [PATCH] Tests are good
15576              From: Nicholas Clark <nick@ccl4.org>
15577              Date: Fri, 23 Nov 2001 18:12:21 +0000
15578              Message-ID: <20011123181220.F37621@plum.flirble.org>
15579      Branch: perl
15580            ! pod/perlhack.pod
15581 ____________________________________________________________________________
15582 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
15583         Log: The basic.cap from podlators 1.14 is not very portable.
15584      Branch: perl
15585            - lib/Pod/t/basic.cap
15586            ! MANIFEST
15587 ____________________________________________________________________________
15588 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
15589         Log: Subject: Re: [DOC PATCHES] pod cleanups
15590              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15591              Date: 22 Nov 2001 12:54:16 -0000
15592              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
15593      Branch: perl
15594            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
15595            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
15596 ____________________________________________________________________________
15597 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
15598         Log: FAQ sync.
15599      Branch: perl
15600            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
15601 ____________________________________________________________________________
15602 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
15603         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
15604              From: PPrymmer@factset.com
15605              Date: Fri, 23 Nov 2001 11:43:45 -0500
15606              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
15607      Branch: perl
15608            ! MANIFEST lib/ExtUtils/MM_VMS.pm
15609 ____________________________________________________________________________
15610 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
15611         Log: Corify podlators 1.14 test.
15612      Branch: perl
15613            ! lib/Pod/t/basic.t
15614 ____________________________________________________________________________
15615 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
15616         Log: Output tweak needed because of podlators 1.14.
15617      Branch: perl
15618            ! t/pod/multiline_items.xr
15619 ____________________________________________________________________________
15620 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
15621         Log: Upgrade to podlators 1.14.
15622      Branch: perl
15623            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
15624            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
15625            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
15626            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
15627            ! lib/Pod/Text/Overstrike.pm
15628 ____________________________________________________________________________
15629 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
15630         Log: perlmodinstall tweaks from Philip Newton.
15631      Branch: perl
15632            ! pod/perlmodinstall.pod
15633 ____________________________________________________________________________
15634 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
15635         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
15636              From: Autrijus Tang <autrijus@autrijus.org>           
15637              Date: Fri, 23 Nov 2001 23:55:53 +0800
15638              Message-ID: <20011123235553.A2310@not.autrijus.org>
15639      Branch: perl
15640            ! Porting/genlog
15641 ____________________________________________________________________________
15642 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
15643         Log: Subject: Re: regex oddness with \Z and $&
15644              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
15645              Date: Fri, 23 Nov 2001 15:15:24 +0000
15646              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
15647      Branch: perl
15648            ! regcomp.c t/op/re_tests
15649 ____________________________________________________________________________
15650 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
15651         Log: regen_headers.
15652      Branch: perl
15653            ! embed.h global.sym pod/perlapi.pod proto.h
15654 ____________________________________________________________________________
15655 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
15656         Log: Forgotten check-in.
15657      Branch: perl
15658            ! pod/perlapi.pod
15659 ____________________________________________________________________________
15660 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
15661         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
15662      Branch: perl
15663            ! lib/Test/Simple.pm
15664 ____________________________________________________________________________
15665 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
15666         Log: Retract #13173 (effectively retract Net::Ping 2.06,
15667              go back to 2.04, the 2.06 hasn't seen the patches
15668              that have gone to the blead version.)
15669      Branch: perl
15670            - lib/Net/Ping/CHANGES lib/Net/Ping/README
15671            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15672            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15673            - lib/Net/Ping/t/200_ping_tcp.t
15674            ! MANIFEST lib/Net/Ping.pm
15675 ____________________________________________________________________________
15676 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
15677         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
15678              From: Robin Barker <rmb1@cise.npl.co.uk>
15679              Date: Thu, 22 Nov 2001 11:00:38 GMT
15680              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
15681      Branch: perl
15682            ! utils/perldoc.PL
15683 ____________________________________________________________________________
15684 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
15685         Log: metaconfig unit change for #13191.
15686      Branch: metaconfig/U/perl
15687            ! d_procselfexe.U
15688 ____________________________________________________________________________
15689 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
15690         Log: procselfexe tweak: for some reason I had a ls in
15691              /proc/self/exe, not the ls Configure thought it
15692              would found.
15693      Branch: perl
15694            ! Configure
15695 ____________________________________________________________________________
15696 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
15697         Log: Corify the Net::Ping tests; skip the tests
15698              unless $ENV{PERL_TEST_Net_Ping} is true.
15699      Branch: perl
15700            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15701            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15702            ! lib/Net/Ping/t/200_ping_tcp.t
15703 ____________________________________________________________________________
15704 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
15705         Log: metaconfig units changes for #13188.
15706      Branch: metaconfig
15707            ! U/modified/Head.U
15708      Branch: metaconfig/U/perl
15709            ! issymlink.U
15710 ____________________________________________________________________________
15711 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
15712         Log: The #13182 didn't really help.  The real problem
15713              seems to be that 'sh' can in AIX mean at least three
15714              different things, and we can't know which one it is
15715              unless we export $newsh from an earlier run (and it's
15716              the 'bsh' aka 'sh' that has the the broken test -h).
15717      Branch: perl
15718            ! Configure
15719 ____________________________________________________________________________
15720 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
15721         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
15722      Branch: perl
15723            ! op.c t/op/override.t
15724 ____________________________________________________________________________
15725 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
15726         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
15727              From: PPrymmer@factset.com 
15728              Date: Wed, 21 Nov 2001 20:17:25 -0500
15729              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
15730      Branch: perl
15731            ! lib/Shell.t
15732 ____________________________________________________________________________
15733 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
15734         Log: Reapply perlmodinstall parts of #12897.
15735      Branch: perl
15736            ! pod/perlmodinstall.pod
15737 ____________________________________________________________________________
15738 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
15739         Log: perlmodinstall 2.01 from Jon Orwant.
15740      Branch: perl
15741            ! pod/perlmodinstall.pod
15742 ____________________________________________________________________________
15743 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
15744         Log: Subject: [PATCH @10907] REXX on OS/2
15745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15746              Date: Wed, 21 Nov 2001 15:26:11 -0500
15747              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
15748      Branch: perl
15749            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
15750            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
15751 ____________________________________________________________________________
15752 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
15753         Log: metaconfig unit change for #13181.
15754      Branch: metaconfig/U/perl
15755            ! issymlink.U
15756 ____________________________________________________________________________
15757 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
15758         Log: AIX has broken builtin 'test'.
15759      Branch: perl
15760            ! Configure
15761 ____________________________________________________________________________
15762 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
15763         Log: Subject: [PATCH 5.7.x] INSTALL size update
15764              From: Andy Dougherty <doughera@lafayette.edu>
15765              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
15766              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
15767      Branch: perl
15768            ! INSTALL
15769 ____________________________________________________________________________
15770 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
15771         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
15772              to pp_sort.c.  Includes the quicksort stabilizing layer
15773              from John P. Linderman.  -Msort=qsort or -Msort=fast is
15774              faster than without (or with -Msort=mergesort or -Msort=safe)
15775              for short random inputs, but for some reason not quite as fast
15776              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
15777              optimizing definitely needed.
15778      Branch: perl
15779            + lib/sort.pm lib/sort.t pp_sort.c
15780            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
15781            ! embed.pl global.sym perl.h pp_ctl.c proto.h
15782            ! vms/descrip_mms.template vos/build.cm win32/Makefile
15783            ! win32/makefile.mk wince/Makefile.ce
15784 ____________________________________________________________________________
15785 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
15786         Log: Sync file with libnet-1.0901-tobe
15787      Branch: perl
15788            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
15789            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
15790            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
15791            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
15792            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
15793 ____________________________________________________________________________
15794 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
15795         Log: Subject: [PATCH perldoc] problems with pod2man
15796              From: Robin Barker <rmb1@cise.npl.co.uk>
15797              Date: Wed, 21 Nov 2001 17:48:51 GMT
15798              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
15799      Branch: perl
15800            ! utils/perldoc.PL
15801 ____________________________________________________________________________
15802 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
15803         Log: debug_pad only visible when debugging.
15804      Branch: perl
15805            ! makedef.pl
15806 ____________________________________________________________________________
15807 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
15808         Log: metaconfig units changes for #13174.
15809      Branch: metaconfig/U/perl
15810            + d_procselfexe.U
15811            - procselfexe.U
15812 ____________________________________________________________________________
15813 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
15814         Log: procselfexe tweaks.
15815      Branch: perl
15816            ! Configure config_h.SH
15817 ____________________________________________________________________________
15818 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
15819         Log: Upgrade to Net::Ping 2.06.
15820      Branch: perl
15821            + lib/Net/Ping/CHANGES lib/Net/Ping/README
15822            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15823            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15824            + lib/Net/Ping/t/200_ping_tcp.t
15825            ! MANIFEST lib/Net/Ping.pm
15826 ____________________________________________________________________________
15827 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
15828         Log: Upgrade to Math::BigInt 1.47.
15829      Branch: perl
15830            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15831            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
15832            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
15833            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
15834            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
15835            ! lib/Math/BigInt/t/sub_mbi.t
15836 ____________________________________________________________________________
15837 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
15838         Log: Dynaloading for POSIX-BC from Thomas Dorner.
15839      Branch: perl
15840            ! hints/posix-bc.sh
15841 ____________________________________________________________________________
15842 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
15843         Log: Strange: the same mysterious regex study bug
15844              seems to be present both in OS/390 and POSIX-BC.
15845              Deep EBCDIC magic that regex engine gets wrong,
15846              or a bug in some compiler/library shared by the
15847              two platforms?  From Thomas Dorner.
15848      Branch: perl
15849            ! t/op/study.t
15850 ____________________________________________________________________________
15851 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
15852         Log: More lost and found.
15853      Branch: perl
15854            + lib/Test/Simple/README
15855            ! MANIFEST
15856 ____________________________________________________________________________
15857 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
15858         Log: MANIFESTly missing.
15859      Branch: perl
15860            ! MANIFEST
15861 ____________________________________________________________________________
15862 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
15863         Log: Subject: Re: PERFORCE change 13162 for review               
15864              From: Philip Newton <Philip.Newton@gmx.net> 
15865              Date: Wed, 21 Nov 2001 16:44:30 +0100
15866              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
15867      Branch: perl
15868            ! ext/Devel/PPPort/PPPort.pm
15869 ____________________________________________________________________________
15870 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
15871         Log: Update Changes.
15872      Branch: perl
15873            ! Changes patchlevel.h
15874 ____________________________________________________________________________
15875 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
15876         Log: Small doc tweaks.
15877      Branch: perl
15878            ! ext/PerlIO/Via/Via.pm
15879 ____________________________________________________________________________
15880 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
15881         Log: Redundant return.
15882      Branch: perl
15883            ! ext/MIME/Base64/QuotedPrint.pm
15884 ____________________________________________________________________________
15885 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
15886         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
15887              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
15888              Date: Wed, 21 Nov 2001 10:23:16 +0100
15889              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
15890      Branch: perl
15891            ! pp_pack.c t/op/pack.t
15892 ____________________________________________________________________________
15893 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
15894         Log: Add Devel::PPPort originally from Kenneth Albanowski,
15895              revigorated by Paul Marquess: gives h2xs a Perl version
15896              portability boost.
15897      Branch: perl
15898            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
15899            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
15900            + ext/Devel/PPPort/harness/Harness.pm
15901            + ext/Devel/PPPort/harness/Harness.xs
15902            + ext/Devel/PPPort/harness/Makefile.PL
15903            + ext/Devel/PPPort/harness/module2.c
15904            + ext/Devel/PPPort/harness/module3.c
15905            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
15906            ! MANIFEST lib/h2xs.t utils/h2xs.PL
15907 ____________________________________________________________________________
15908 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
15909         Log: Oops.
15910      Branch: perl
15911            ! lib/Test/Simple/t/filehandles.t
15912 ____________________________________________________________________________
15913 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
15914         Log: Subject: Re: PERFORCE change 13152 for review               
15915              From: Philip Newton <Philip.Newton@gmx.net> 
15916              Date: Wed, 21 Nov 2001 09:04:05 +0100
15917              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
15918      Branch: perl
15919            ! lib/Test/Builder.pm
15920 ____________________________________________________________________________
15921 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
15922         Log: Subject: Re: PERFORCE change 13142 for review
15923              From: Philip Newton <Philip.Newton@gmx.net>
15924              Date: Wed, 21 Nov 2001 09:04:03 +0100
15925              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
15926              
15927              plus rewrap few paragraphs.
15928      Branch: perl
15929            ! lib/Pod/LaTeX.pm
15930 ____________________________________________________________________________
15931 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
15932         Log: Integrate #13154 from macperl; Remove comments.
15933      Branch: perl
15934           !> lib/File/Spec/Mac.pm
15935 ____________________________________________________________________________
15936 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
15937         Log: Update the list of modules having tests.
15938      Branch: perl
15939            ! t/lib/1_compile.t
15940 ____________________________________________________________________________
15941 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
15942         Log: Slight doc changes.
15943      Branch: maint-5.6/macperl
15944            ! macos/macperl/MacPerl.podhelp
15945 ____________________________________________________________________________
15946 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
15947         Log: Add UTF-16 coercion.
15948      Branch: maint-5.6/macperl
15949            ! macos/lib/Mac/AppleEvents/Simple.pm
15950 ____________________________________________________________________________
15951 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
15952         Log: Remove comments.
15953      Branch: maint-5.6/macperl
15954            ! lib/File/Spec/Mac.pm
15955 ____________________________________________________________________________
15956 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
15957         Log: Fix FSpGetCatInfo (and other functions) corrupting
15958              memory with bad filespecs (bug #471867)
15959      Branch: maint-5.6/macperl
15960            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
15961 ____________________________________________________________________________
15962 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
15963         Log: Upgrade to Test::Simple 0.33.
15964      Branch: perl
15965            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
15966            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
15967            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
15968 ____________________________________________________________________________
15969 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
15970         Log: Upgrade to Test::Harness 1.26.
15971      Branch: perl
15972            ! lib/Test/Harness.pm lib/Test/Harness/Changes
15973 ____________________________________________________________________________
15974 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
15975         Log: Integrate change #13145 from maintperl;
15976              another compatibility tweak to change#12559: avoid quoting
15977              arguments that already have quotes; add test case
15978      Branch: perl
15979           !> t/op/system_tests win32/win32.c
15980 ____________________________________________________________________________
15981 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
15982         Log: integrate change#13147 from mainline (fixes nit in change#10091)
15983              
15984              Subject: [PATCH] spaceship and refs
15985      Branch: maint-5.6/perl
15986            ! pp.c pp_hot.c t/op/cmp.t
15987 ____________________________________________________________________________
15988 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
15989         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
15990              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
15991              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
15992              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
15993      Branch: perl
15994            + lib/Pod/t/utils.t
15995            ! MANIFEST
15996 ____________________________________________________________________________
15997 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
15998         Log: Subject: [PATCH] spaceship and refs
15999              From: Nicholas Clark <nick@ccl4.org>
16000              Date: Tue, 20 Nov 2001 21:59:51 +0000
16001              Message-ID: <20011120215951.U62891@plum.flirble.org> 
16002      Branch: perl
16003            ! pp.c pp_hot.c t/op/cmp.t
16004 ____________________________________________________________________________
16005 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
16006         Log: Try to clarify which I/O call operates on bytes,
16007              which on characters, which on either.
16008      Branch: perl
16009            ! pod/perlfunc.pod
16010 ____________________________________________________________________________
16011 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
16012         Log: another compatibility tweak to change#12559: avoid quoting
16013              arguments that already have quotes; add test case
16014      Branch: maint-5.6/perl
16015            ! t/op/system_tests win32/win32.c
16016 ____________________________________________________________________________
16017 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
16018         Log: Give a simple example of writing PerlIO::Via handlers
16019              in Perl.
16020      Branch: perl
16021            ! ext/PerlIO/Via/Via.pm
16022 ____________________________________________________________________________
16023 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
16024         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
16025      Branch: perl
16026            + lib/Pod/t/latex.t
16027            ! MANIFEST
16028 ____________________________________________________________________________
16029 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
16030         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
16031              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16032              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
16033              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
16034      Branch: perl
16035            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
16036 ____________________________________________________________________________
16037 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
16038         Log: Spread d_procselfexe to far-off lands (undefined).
16039      Branch: perl
16040            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
16041            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16042            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16043            ! win32/config.gc win32/config.vc win32/config.win64
16044            ! wince/config.ce
16045 ____________________________________________________________________________
16046 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
16047         Log: Integrate perlio; add detection and use of /proc/self/exe
16048              (Linuxism for finding the absolute path of the executable)
16049      Branch: perl
16050           !> Configure config_h.SH perl.c t/op/magic.t
16051 ____________________________________________________________________________
16052 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
16053         Log: Really define do_report_used() only if DEBUGGING.
16054      Branch: perl
16055            ! sv.c
16056 ____________________________________________________________________________
16057 [ 13138] By: nick                                  on 2001/11/20  20:01:05
16058         Log: perl.c change to use HAS_PROCSELFEXE, also
16059              tweak to $^X test to comprehend full path to real executable
16060              being returned (like Cygwin as it happens...)
16061      Branch: perlio
16062            ! perl.c t/op/magic.t
16063 ____________________________________________________________________________
16064 [ 13137] By: nick                                  on 2001/11/20  19:46:00
16065         Log: Integrate mainline
16066      Branch: perlio
16067           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
16068           +> lib/NEXT/t/unseen.t
16069            - lib/NEXT/test.pl
16070           !> (integrate 34 files)
16071 ____________________________________________________________________________
16072 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
16073         Log: Subject: [?PATCH] terser pp_eq
16074              From: Nicholas Clark <nick@ccl4.org>
16075              Date: Mon, 19 Nov 2001 23:09:02 +0000
16076              Message-ID: <20011119230901.O62891@plum.flirble.org>
16077      Branch: perl
16078            ! pp_hot.c
16079 ____________________________________________________________________________
16080 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
16081         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
16082      Branch: perl
16083            ! pod/perldelta.pod
16084 ____________________________________________________________________________
16085 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
16086         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
16087              From: Andy Dougherty <doughera@lafayette.edu>
16088              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
16089              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
16090      Branch: perl
16091            ! ext/re/Makefile.PL ext/re/re.xs
16092 ____________________________________________________________________________
16093 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
16094         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
16095              From: Andy Dougherty <doughera@lafayette.edu>
16096              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
16097              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
16098      Branch: perl
16099            ! ext/re/re.xs
16100 ____________________________________________________________________________
16101 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
16102         Log: Integrate change #13119 from macperl.
16103              (No changes since already applied the patch,
16104              just keep perforce happy and well-fed.)
16105      Branch: perl
16106           !> lib/Pod/Html.pm
16107 ____________________________________________________________________________
16108 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
16109         Log: Subject: [PATCH] filter-util.pl for Mac OS
16110              From: Chris Nandor <pudge@pobox.com>
16111              Date: Tue, 20 Nov 2001 00:16:11 -0500
16112              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
16113      Branch: perl
16114            ! t/lib/filter-util.pl
16115 ____________________________________________________________________________
16116 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
16117         Log: Subject: [PATCH] Portability fix for Pod::Html
16118              From: Chris Nandor <pudge@pobox.com>
16119              Date: Tue, 20 Nov 2001 00:01:05 -0500
16120              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
16121      Branch: perl
16122            ! lib/Pod/Html.pm
16123 ____________________________________________________________________________
16124 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
16125         Log: Need to skip more tests if not perlio.
16126      Branch: perl
16127            ! lib/open.t
16128 ____________________________________________________________________________
16129 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
16130         Log: Pass 3 at perldelta - sort the lists of new modules,
16131              module improvements, and new platforms.
16132      Branch: perl
16133            ! pod/perldelta.pod
16134 ____________________________________________________________________________
16135 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
16136         Log: Document ${^OPEN}.
16137      Branch: perl
16138            ! pod/perlvar.pod
16139 ____________________________________________________________________________
16140 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
16141         Log: Make configpm work with extra keys
16142      Branch: maint-5.6/macperl
16143            ! macos/configpm
16144 ____________________________________________________________________________
16145 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
16146         Log: Version and doc updates
16147      Branch: maint-5.6/macperl
16148            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
16149 ____________________________________________________________________________
16150 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
16151         Log: More fixes for error message parsing (bug #470316)
16152      Branch: maint-5.6/macperl
16153            ! macos/macish.c
16154 ____________________________________________________________________________
16155 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
16156         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
16157              remove obsolete function (bug #465225)
16158      Branch: maint-5.6/macperl
16159            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
16160            ! macos/macperl/MPScript.c
16161 ____________________________________________________________________________
16162 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
16163         Log: Add p2as droplet to distribution.
16164      Branch: maint-5.6/macperl
16165            + macos/macperl/Droplets/p2as.plx
16166 ____________________________________________________________________________
16167 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
16168         Log: Bundle File::Sort.
16169      Branch: maint-5.6/macperl
16170            + macos/bundled_lib/blib/lib/File/Sort.pm
16171 ____________________________________________________________________________
16172 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
16173         Log: Various bundled module fixes.
16174      Branch: maint-5.6/macperl
16175            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
16176            ! macos/bundled_ext/Digest/MD5/t/files.t
16177            ! macos/bundled_ext/Filter/t/filter-util.pl
16178            ! macos/bundled_lib/blib/lib/Net/Config.pm
16179            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
16180 ____________________________________________________________________________
16181 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
16182         Log: Portability fix for Pod::Html.
16183      Branch: maint-5.6/macperl
16184            ! lib/Pod/Html.pm
16185 ____________________________________________________________________________
16186 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
16187         Log: Upgrade to Text::Balanced 1.89.
16188      Branch: perl
16189            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
16190            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
16191            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
16192            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
16193            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
16194            ! lib/Text/Balanced/t/gentag.t
16195 ____________________________________________________________________________
16196 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
16197         Log: Upgrade to NEXT 0.50.
16198      Branch: perl
16199            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
16200            + lib/NEXT/t/unseen.t
16201            - lib/NEXT/test.pl
16202            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
16203 ____________________________________________________________________________
16204 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
16205         Log: Integrate with maint-5.6/perl.
16206      Branch: maint-5.6/macperl
16207           !> win32/win32.c
16208 ____________________________________________________________________________
16209 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
16210         Log: Update the README.threads scary header a bit.
16211      Branch: perl
16212            ! README.threads
16213 ____________________________________________________________________________
16214 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
16215         Log: Pass 2 at perldelta: add some changes since 5.7.2.
16216      Branch: perl
16217            ! pod/perldelta.pod
16218 ____________________________________________________________________________
16219 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
16220         Log: Subject: [DOC PATCH] perlfaq4.pod 
16221              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16222              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
16223              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
16224      Branch: perl
16225            ! pod/perlfaq4.pod
16226 ____________________________________________________________________________
16227 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
16228         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
16229              From: Michael G Schwern <schwern@pobox.com> 
16230              Date: Mon, 19 Nov 2001 19:53:12 -0500
16231              Message-ID: <20011119195311.I11883@blackrider>
16232      Branch: perl
16233            ! perl.c
16234 ____________________________________________________________________________
16235 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
16236         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
16237              From: PPrymmer@factset.com
16238              Date: Mon, 19 Nov 2001 17:08:59 -0500
16239              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
16240      Branch: perl
16241            ! vms/descrip_mms.template
16242 ____________________________________________________________________________
16243 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
16244         Log: Create a per-interpeter debug scratchpad container
16245              and use that for the regexec debugging.
16246      Branch: perl
16247            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
16248 ____________________________________________________________________________
16249 [ 13109] By: nick                                  on 2001/11/19  22:01:45
16250         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
16251              Configure unit detects the feature).
16252      Branch: metaconfig/U/perl
16253            + procselfexe.U
16254      Branch: perlio
16255            ! Configure config_h.SH
16256 ____________________________________________________________________________
16257 [ 13108] By: nick                                  on 2001/11/19  20:39:17
16258         Log: Integrate mainline
16259      Branch: perlio
16260           +> t/op/or.t
16261           !> (integrate 44 files)
16262 ____________________________________________________________________________
16263 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
16264         Log: sysseek tweak.
16265      Branch: perl
16266            ! pod/perlfunc.pod
16267 ____________________________________________________________________________
16268 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
16269         Log: Move the sysio tests from io/utf8 to lib/open.
16270      Branch: perl
16271            ! lib/open.t t/io/utf8.t
16272 ____________________________________________________________________________
16273 [ 13105] By: nick                                  on 2001/11/19  20:15:39
16274         Log: Add a .package and a README to //depot/metaconfig
16275      Branch: metaconfig
16276            + .package README
16277 ____________________________________________________________________________
16278 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
16279         Log: Thou shalt not mix stdio and sysio.
16280      Branch: perl
16281            ! t/io/utf8.t
16282 ____________________________________________________________________________
16283 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
16284         Log: Update Changes.
16285      Branch: perl
16286            ! Changes patchlevel.h
16287 ____________________________________________________________________________
16288 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
16289         Log: The runops_debug needs to be present always, otherwise
16290              places like AIX which need an explicit symbol export list
16291              will croak when trying to build Devel::Peek (which uses
16292              the runops_debug).
16293      Branch: perl
16294            ! makedef.pl
16295 ____________________________________________________________________________
16296 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
16297         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
16298              From: PPrymmer@factset.com 
16299              Date: Mon, 19 Nov 2001 11:34:22 -0500
16300              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
16301      Branch: perl
16302            ! lib/Memoize/t/tie_sdbm.t
16303 ____________________________________________________________________________
16304 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
16305         Log: Retract #13088: it seems that unless dump.c is extensively
16306              reorganized as to what symbols it shows, when, and to whom,
16307              we are stuck with having the dump.o symbols in the libperl
16308              and thusly in the main Perl binary.
16309      Branch: perl
16310            ! embedvar.h perlapi.h perlvars.h
16311 ____________________________________________________________________________
16312 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
16313         Log: The _uni_display should not be in dump.c since they
16314              are used under normal operation (S_not_a_number()).
16315      Branch: perl
16316            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
16317 ____________________________________________________________________________
16318 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
16319         Log: Protect sv_dump() from being included unless DEBUGGING,
16320              as noticed by Ilya.
16321      Branch: perl
16322            ! sv.c
16323 ____________________________________________________________________________
16324 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
16325         Log: Pending further investigation skip the tell() tests.
16326              The tell() is okay on Solaris, HP-UX and Tru64, but fails
16327              (by returning too much) in Linux.
16328      Branch: perl
16329            ! t/io/utf8.t
16330 ____________________________________________________________________________
16331 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
16332         Log: Retract #13082 until a better solution is found:
16333              statics break ithreads.
16334      Branch: perl
16335            ! regexec.c
16336 ____________________________________________________________________________
16337 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
16338         Log: Figures 1 and 2 for UTF-8.
16339      Branch: perl
16340            ! pod/perlunicode.pod
16341 ____________________________________________________________________________
16342 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
16343         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
16344              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16345              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
16346              Message-ID: <20011119132645.A15034@rafael>
16347      Branch: perl
16348            ! op.c pod/perldiag.pod t/lib/warnings/op
16349 ____________________________________________________________________________
16350 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
16351         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
16352              From: Michael G Schwern <schwern@pobox.com> 
16353              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
16354              Message-ID: <20011119031112.E786@blackrider>
16355      Branch: perl
16356            ! t/op/closure.t
16357 ____________________________________________________________________________
16358 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
16359         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
16360              From: Michael G Schwern <schwern@pobox.com>
16361              Date: Mon, 19 Nov 2001 03:42:56 -0500
16362              Message-ID: <20011119034256.I786@blackrider>
16363      Branch: perl
16364            + t/op/or.t
16365            ! MANIFEST
16366 ____________________________________________________________________________
16367 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
16368         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
16369              From: "Craig A. Berry" <craigberry@mac.com>
16370              Date: Sun, 18 Nov 2001 14:33:48 -0600
16371              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
16372      Branch: perl
16373            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
16374 ____________________________________________________________________________
16375 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
16376         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
16377              From: Dave Rolsky <autarch@urth.org>
16378              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
16379              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
16380      Branch: perl
16381            ! lib/ExtUtils/Manifest.pm
16382 ____________________________________________________________________________
16383 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
16384         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
16385              From: Dave Rolsky <autarch@urth.org>
16386              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
16387              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
16388      Branch: perl
16389            ! lib/ExtUtils/Install.pm
16390 ____________________________________________________________________________
16391 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
16392         Log: The runops_dbg should not be needed.
16393      Branch: perl
16394            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
16395 ____________________________________________________________________________
16396 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
16397         Log: do_spawn() cleanup from Charles Lane.
16398      Branch: perl
16399            ! vms/vms.c
16400 ____________________________________________________________________________
16401 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
16402         Log: Update the list of tests.
16403      Branch: perl
16404            ! t/lib/1_compile.t
16405 ____________________________________________________________________________
16406 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
16407         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
16408              From: Michael G Schwern <schwern@pobox.com> 
16409              Date: Fri, 16 Nov 2001 17:37:04 -0500
16410              Message-ID: <20011116173703.L30160@blackrider>
16411      Branch: perl
16412            ! t/lib/warnings/sv
16413 ____________________________________________________________________________
16414 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
16415         Log: FAQ sync.
16416      Branch: perl
16417            ! pod/perlfaq4.pod
16418 ____________________________________________________________________________
16419 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
16420         Log: Integrate perlio; win32 sync.
16421      Branch: perl
16422           !> perlio.c win32/win32io.c
16423 ____________________________________________________________________________
16424 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
16425         Log: (retracted by #13096)
16426              Debugging would be badly skewed by a malloc per regex dump.
16427      Branch: perl
16428            ! regexec.c
16429 ____________________________________________________________________________
16430 [ 13081] By: nick                                  on 2001/11/18  19:08:40
16431         Log: Win32 layer has a dup which needs to match new prototype.
16432      Branch: perlio
16433            ! win32/win32io.c
16434 ____________________________________________________________________________
16435 [ 13080] By: nick                                  on 2001/11/18  19:05:02
16436         Log: Wrong way to get stdio mode used.
16437      Branch: perlio
16438            ! perlio.c
16439 ____________________________________________________________________________
16440 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
16441         Log: Retract #13048: that introduced a malloc() (through savepvn())
16442              to *every* m//, which killed the performance quite badly.
16443      Branch: perl
16444            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
16445 ____________________________________________________________________________
16446 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
16447         Log: Pass 1 at perldelta.pod: sort the section contents
16448              together, drop all but the 5.7.2 known problems,
16449              leave the 5.7.1 security note since that's the
16450              fullest explanation (update the date on that).
16451      Branch: perl
16452            ! pod/perldelta.pod
16453 ____________________________________________________________________________
16454 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
16455         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
16456              
16457              Tiny problem in the test for 20011113.110: I hope
16458              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
16459      Branch: perl
16460            ! pp.c t/op/repeat.t
16461 ____________________________________________________________________________
16462 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
16463         Log: All of syswrite/send/sendto need to return character counts,
16464              and character counts from the offset, not the beginning of
16465              the scalar.
16466      Branch: perl
16467            ! pp_sys.c
16468 ____________________________________________________________________________
16469 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
16470         Log: Integrate PerlIO: duping fixes.
16471      Branch: perl
16472           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16473           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
16474           !> perliol.h sv.c
16475 ____________________________________________________________________________
16476 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
16477         Log: syswrite() was still returning byte counts, not character counts.
16478      Branch: perl
16479            ! pp_sys.c t/io/utf8.t
16480 ____________________________________________________________________________
16481 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
16482         Log: Add test for sysread().
16483      Branch: perl
16484            ! t/io/utf8.t
16485 ____________________________________________________________________________
16486 [ 13072] By: nick                                  on 2001/11/18  16:15:31
16487         Log: Allow dup'ing of PerlIO::Scalar etc.
16488      Branch: perlio
16489            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16490            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
16491            ! perliol.h sv.c
16492 ____________________________________________________________________________
16493 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
16494         Log: Prepend a null byte to the test set.
16495      Branch: perl
16496            ! t/io/utf8.t
16497 ____________________________________________________________________________
16498 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
16499         Log: Document how "no utf8;" can become handy.
16500      Branch: perl
16501            ! lib/utf8.pm
16502 ____________________________________________________________________________
16503 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
16504         Log: Integrate perlio; force the inclusion of the PL_runops_*
16505      Branch: perl
16506           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
16507 ____________________________________________________________________________
16508 [ 13068] By: nick                                  on 2001/11/18  13:23:33
16509         Log: embed.pl generated changes I forgot to include
16510      Branch: perlio
16511            ! embedvar.h perlapi.h pod/perlapi.pod
16512 ____________________________________________________________________________
16513 [ 13067] By: nick                                  on 2001/11/18  12:50:19
16514         Log: Force inclusion of both Perl_runops_* in perl itself,
16515              so they are available for Peek.xs etc.
16516      Branch: perlio
16517            ! perlvars.h
16518 ____________________________________________________________________________
16519 [ 13066] By: nick                                  on 2001/11/18  11:00:34
16520         Log: Integrate mainline - a few Devel::Peak fails.
16521      Branch: perlio
16522           +> (branch 29 files)
16523            - ext/Thread/Thread.pm lib/Benchmark.t
16524            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
16525            - lib/Lingua/KO/Hangul/Util/README
16526            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
16527            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
16528            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
16529            - vms/ext/vmsish.pm vms/ext/vmsish.t
16530            ! hv.c
16531           !> (integrate 389 files)
16532 ____________________________________________________________________________
16533 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
16534         Log: Start working on perldelta.  This is not yet any sort of
16535              editing; just concatenating perl570delta, perl571delta,
16536              and perl572delta.  Any sorting not done, any duplicate
16537              removal not done, any removal or update of obsolete items
16538              not done, any changes since 5.7.2 not included.  So there.
16539      Branch: perl
16540            ! pod/perldelta.pod
16541 ____________________________________________________________________________
16542 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
16543         Log: Banish "use utf8".
16544      Branch: perl
16545            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
16546 ____________________________________________________________________________
16547 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
16548         Log: Tweak from Charles Lane.
16549      Branch: perl
16550            ! vms/vms.c
16551 ____________________________________________________________________________
16552 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
16553         Log: Integrate change #13058 from maintperl;
16554              change#12559 breaks things on Win9x because command.com doesn't
16555              grok dquotes at all; disable all the system() smarts for
16556              command.com
16557      Branch: perl
16558           !> win32/win32.c
16559 ____________________________________________________________________________
16560 [ 13061] By: ams                                   on 2001/11/17  13:46:11
16561         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
16562              From: Jonathan Stowe <gellyfish@gellyfish.com>
16563              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
16564              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
16565      Branch: perl
16566            ! lib/Term/Cap.pm
16567 ____________________________________________________________________________
16568 [ 13060] By: ams                                   on 2001/11/17  09:49:10
16569         Log: Subject: [PATCH9 File/Find.pm doc nits
16570              From: Tels <perl_dummy@bloodgate.com>
16571              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
16572      Branch: perl
16573            ! lib/File/Find.pm
16574 ____________________________________________________________________________
16575 [ 13059] By: ams                                   on 2001/11/17  09:38:38
16576         Log: Subject: [PATCH] Benchmark.pm nit
16577              From: Tels <perl_dummy@bloodgate.com>
16578              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
16579      Branch: perl
16580            ! lib/Benchmark.pm
16581 ____________________________________________________________________________
16582 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
16583         Log: change#12559 breaks things on Win9x because command.com doesn't
16584              grok dquotes at all; disable all the system() smarts for
16585              command.com
16586      Branch: maint-5.6/perl
16587            ! win32/win32.c
16588 ____________________________________________________________________________
16589 [ 13057] By: ams                                   on 2001/11/16  20:30:03
16590         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
16591              From: Andy Dougherty <doughera@lafayette.edu>
16592              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
16593              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
16594      Branch: perl
16595            ! lib/Unicode/UCD.t
16596 ____________________________________________________________________________
16597 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
16598         Log: Subject: [Patch Perl@13023] VMS system() warning
16599              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16600              Date: Fri, 16 Nov 2001 15:20:11 EST
16601              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
16602      Branch: perl
16603            ! vms/vms.c
16604 ____________________________________________________________________________
16605 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
16606         Log: It's neither-nor, and protect against the impossible.
16607      Branch: perl
16608            ! lib/Thread.pm
16609 ____________________________________________________________________________
16610 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
16611         Log: 5005threads didn't work because $Thread::VERSION wasn't
16612              visible.  Oops.
16613      Branch: perl
16614            ! ext/Thread/Makefile.PL lib/Thread.pm
16615 ____________________________________________________________________________
16616 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
16617         Log: Robustness against Linux using something else than gcc;
16618              based on
16619              
16620              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
16621              From: Charles Randall <cfriv@yahoo.com>
16622              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
16623              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
16624      Branch: perl
16625            ! ext/Errno/Errno_pm.PL
16626 ____________________________________________________________________________
16627 [ 13052] By: ams                                   on 2001/11/16  16:46:39
16628         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
16629              From: Russ Allbery <rra@stanford.edu>
16630              Date: 16 Nov 2001 09:44:21 -0800
16631              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
16632      Branch: perl
16633            ! lib/Pod/ParseLink.pm
16634 ____________________________________________________________________________
16635 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
16636         Log: Update perluniintro on the UTF-8 output matters
16637              (that -w will warn unless the stream is explicitly UTF-8-ified).
16638      Branch: perl
16639            ! pod/perluniintro.pod
16640 ____________________________________________________________________________
16641 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
16642         Log: Adding new files to MANIFEST is nice.
16643      Branch: perl
16644            ! MANIFEST
16645 ____________________________________________________________________________
16646 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
16647         Log: Update Changes.
16648      Branch: perl
16649            ! Changes patchlevel.h
16650 ____________________________________________________________________________
16651 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
16652         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
16653              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
16654              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
16655              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
16656      Branch: perl
16657            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
16658 ____________________________________________________________________________
16659 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
16660         Log: Rename perlunintro to perluniintro; regen toc.
16661      Branch: perl
16662            + pod/perluniintro.pod
16663            - pod/perlunintro.pod
16664            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16665 ____________________________________________________________________________
16666 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
16667         Log: Document the negated lookahead trick to emulate
16668              character class subtraction.
16669      Branch: perl
16670            ! pod/perlunicode.pod
16671 ____________________________________________________________________________
16672 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
16673         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
16674              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16675              Date: Fri, 16 Nov 2001 23:31:04 +0900
16676              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
16677              
16678              (with the tweak that Cntrl is not C, it's Cc)
16679      Branch: perl
16680            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
16681            ! lib/unicore/mktables
16682 ____________________________________________________________________________
16683 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
16684         Log: Subject: [PATCH current] runtime runops switch
16685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16686              Date: Fri, 16 Nov 2001 00:48:09 -0500
16687              Message-ID: <20011116004809.A934@math.ohio-state.edu>
16688      Branch: perl
16689            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
16690            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
16691            ! pod/perlintern.pod proto.h run.c
16692 ____________________________________________________________________________
16693 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
16694         Log: Further discourage old Thread code; tell how to tell
16695              the difference.
16696      Branch: perl
16697            ! lib/Thread.pm
16698 ____________________________________________________________________________
16699 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
16700         Log: A missing return; from Charles Lane.
16701      Branch: perl
16702            ! vms/vms.c
16703 ____________________________________________________________________________
16704 [ 13041] By: ams                                   on 2001/11/16  12:11:14
16705         Log: Subject: [PATCH] Doc spellcheck + podcheck
16706              From: Autrijus Tang <autrijus@egb.elixus.org>
16707              Date: Thu, 15 Nov 2001 22:49:05 -0800
16708              Message-Id: <20011116064905.GA44092@egb.elixus.org>
16709              
16710              Subject: [PATCH] podcheck+spellcheck, the rest of the story
16711              From: Autrijus Tang <autrijus@egb.elixus.org>
16712              Date: Fri, 16 Nov 2001 00:42:20 -0800
16713              Message-Id: <20011116084220.GA44295@egb.elixus.org>
16714              
16715              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
16716              From: Nicholas Clark <nick@ccl4.org>
16717              Date: Fri, 16 Nov 2001 10:32:01 +0000
16718              Message-Id: <20011116103200.F62891@plum.flirble.org>
16719              (Applied after suitable de-mangling.)
16720      Branch: perl
16721            ! README.aix README.dgux README.dos README.epoc README.hpux
16722            ! README.mint README.mpeix README.netware README.os2
16723            ! README.os390 README.plan9 README.qnx README.solaris
16724            ! README.threads doio.c pod/perl571delta.pod
16725            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
16726            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
16727            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
16728            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
16729            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
16730            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
16731 ____________________________________________________________________________
16732 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
16733         Log: Avoid redefinedness warning for now.
16734      Branch: perl
16735            ! lib/Thread.pm
16736 ____________________________________________________________________________
16737 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
16738         Log: use strict.
16739      Branch: perl
16740            ! lib/Thread.pm
16741 ____________________________________________________________________________
16742 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
16743         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
16744              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
16745              Date: Thu, 15 Nov 2001 22:54:47 EST 
16746              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
16747      Branch: perl
16748            ! vms/vms.c vms/vmspipe.com
16749 ____________________________________________________________________________
16750 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
16751         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
16752              From: "chromatic" <chromatic@rmci.net>
16753              Date: Thu, 15 Nov 2001 19:54:23 -0700
16754              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
16755      Branch: perl
16756            ! lib/File/stat.t
16757 ____________________________________________________________________________
16758 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
16759         Log: Make Thread a wrapper for both ithreads and 5005threads.
16760              Needs a lot of work and Arthur's eyeballing (and finishing
16761              few missing odds and ends of threads.pm).  Now Thread
16762              is an extension without its own .pm.
16763              
16764              If there are people who have experience working with
16765              either the 5005threads or the ithreads: cleaning up
16766              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
16767              and porting the various Thread::* modules, like Thread::Queue,
16768              to work also with ithreads, is needed.
16769              
16770              Removed the 5005threads requirement from the 5005 tests
16771              for easier testing (not all of them work yet since
16772              they use the Thread::* modules that have not been made
16773              to work with ithreads).  Leave the 5005 tests named as
16774              *.tx so that they are not run by "make test".
16775      Branch: perl
16776            + lib/Thread.pm
16777            - ext/Thread/Thread.pm
16778            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
16779            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
16780            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
16781            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
16782            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
16783            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
16784            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
16785 ____________________________________________________________________________
16786 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
16787         Log: $VERSION "a5" doesn't quite work.
16788      Branch: perl
16789            ! ext/B/Makefile.PL
16790 ____________________________________________________________________________
16791 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
16792         Log: Add the fruits of Larry Shatzer's version verifying script.
16793              (There are some straddlers, but they will be fixed in the
16794              upcoming releases of the modules.)
16795      Branch: perl
16796            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
16797            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
16798            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
16799            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
16800            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
16801            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
16802            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
16803            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
16804            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
16805            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
16806            ! wince/FindExt.pm
16807 ____________________________________________________________________________
16808 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
16809         Log: Add Larry Shatzer's VERSION verifying script.
16810      Branch: perl
16811            + Porting/checkVERSION.pl
16812            ! MANIFEST Porting/pumpkin.pod
16813 ____________________________________________________________________________
16814 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
16815         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
16816              From: Michael G Schwern <schwern@pobox.com>
16817              Date: Thu, 15 Nov 2001 19:26:40 -0500
16818              Message-ID: <20011115192640.R31399@blackrider>
16819      Branch: perl
16820            ! t/test.pl
16821 ____________________________________________________________________________
16822 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
16823         Log: Document the MY_CXT business; from Paul Marquess.
16824      Branch: perl
16825            ! pod/perlxs.pod
16826 ____________________________________________________________________________
16827 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
16828         Log: VMSCMD synch attempt.
16829      Branch: perl
16830            ! vms/vms.c vms/vmsish.h
16831 ____________________________________________________________________________
16832 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
16833         Log: Advise against -P as instructed by Schwern.
16834      Branch: perl
16835            ! pod/perlrun.pod
16836 ____________________________________________________________________________
16837 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
16838         Log: Subject: [PATCH] v-strings as Objects Step 1
16839              From: John Peacock <jpeacock@rowman.com>
16840              Date: Thu, 15 Nov 2001 12:41:04 -0500
16841              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
16842      Branch: perl
16843            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
16844            ! util.c
16845 ____________________________________________________________________________
16846 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
16847         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
16848              From: Michael G Schwern <schwern@pobox.com>
16849              Date: Thu, 15 Nov 2001 12:47:59 -0500
16850              Message-ID: <20011115124759.E31399@blackrider>
16851      Branch: perl
16852            + t/run/switchx.aux t/run/switchx.t
16853            ! MANIFEST t/run/switches.t
16854 ____________________________________________________________________________
16855 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
16856         Log: Upgrade to Getopt::Long 2.26_03.
16857      Branch: perl
16858            ! lib/Getopt/Long.pm
16859 ____________________________________________________________________________
16860 [ 13025] By: ams                                   on 2001/11/15  20:46:22
16861         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
16862              From: Michael G Schwern <schwern@pobox.com>
16863              Date: Thu, 15 Nov 2001 16:24:11 -0500
16864              Message-Id: <20011115162411.M31399@blackrider>
16865      Branch: perl
16866            ! vms/vms.c
16867 ____________________________________________________________________________
16868 [ 13024] By: ams                                   on 2001/11/15  19:32:06
16869         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
16870              From: rspier@pobox.com (Robert Spier)
16871              Date: Thu, 15 Nov 2001 11:19:21 -0800
16872              Message-Id: <15348.5433.732364.963687@rls.cx>
16873      Branch: perl
16874            ! op.c
16875 ____________________________________________________________________________
16876 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
16877         Log: Update Changes.
16878      Branch: perl
16879            ! Changes patchlevel.h
16880 ____________________________________________________________________________
16881 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
16882         Log: Subject: [PATCH] new tests for command-line switches
16883              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16884              Date: Thu, 15 Nov 2001 17:00:30 +0100
16885              Message-ID: <20011115170030.A14193@rafael>
16886      Branch: perl
16887            + t/run/switches.t
16888            ! MANIFEST
16889 ____________________________________________________________________________
16890 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
16891         Log: Upgrade to podlators 1.13.
16892      Branch: perl
16893            + lib/Pod/ParseLink.pm
16894            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
16895            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
16896            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
16897            ! t/pod/pod2usage.xr t/pod/podselect.xr
16898 ____________________________________________________________________________
16899 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
16900         Log: skip "might be used uninitialized".
16901      Branch: perl
16902            ! pp_sys.c
16903 ____________________________________________________________________________
16904 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
16905         Log: Fix for "perlio bug in koi8-r encoding".  The problem
16906              seemed to be that binmode() always flushed the handle,
16907              which is not so good when switching encodings.  Fixed,
16908              added Matt Sergeant's testcase, documented in perlfunc/binmode,
16909              also added a pointer about disciplines to perlfunc/open,
16910              and in general cleaned up and reformatted the open entry.
16911      Branch: perl
16912            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
16913 ____________________________________________________________________________
16914 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
16915         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
16916              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16917              Date: 15 Nov 2001 08:57:06 -0000
16918              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
16919              
16920              chop() and chomp() are not real list functions,
16921              so let's not have them overrideable.  (Casey will
16922              be confused since in #7071 he patched the other way.)
16923      Branch: perl
16924            ! pod/perlfunc.pod toke.c
16925 ____________________________________________________________________________
16926 [ 13017] By: ams                                   on 2001/11/15  12:56:49
16927         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
16928              From: Robin Barker <rmb1@cise.npl.co.uk>
16929              Date: Thu, 15 Nov 2001 13:48:34 GMT
16930              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
16931              (Applied with tweaks.)
16932      Branch: perl
16933            ! pod/perltrap.pod
16934 ____________________________________________________________________________
16935 [ 13016] By: ams                                   on 2001/11/15  09:12:48
16936         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
16937              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16938              Date: Thu, 15 Nov 2001 09:06:39 +0100
16939              Message-Id: <20011115090639.A13005@rafael>
16940      Branch: perl
16941            ! pod/perlrun.pod
16942 ____________________________________________________________________________
16943 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
16944         Log: "link =" from utils.lst was being processed oddly.
16945      Branch: perl
16946            ! installman
16947 ____________________________________________________________________________
16948 [ 13014] By: ams                                   on 2001/11/15  02:52:52
16949         Log: Subject: [PATCH current] CreateTTY in -d
16950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16951              Date: Wed, 14 Nov 2001 21:26:31 -0500
16952              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
16953      Branch: perl
16954            ! lib/perl5db.pl
16955 ____________________________________________________________________________
16956 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
16957         Log: Corify the Filter::Simple tests. 
16958      Branch: perl
16959            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
16960            ! lib/Filter/Simple/t/filter_only.t
16961 ____________________________________________________________________________
16962 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
16963         Log: Upgrade to Filter::Simple 0.70.
16964      Branch: perl
16965            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
16966            + t/lib/FilterOnlyTest.pm
16967            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
16968            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
16969            ! t/lib/FilterTest.pm
16970 ____________________________________________________________________________
16971 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
16972         Log: Cleanliness inspired by Cygwin.
16973      Branch: perl
16974            ! Makefile.SH x2p/Makefile.SH
16975 ____________________________________________________________________________
16976 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
16977         Log: Add perlunintro (formerly known as perlunitut); regen toc.
16978      Branch: perl
16979            + pod/perlunintro.pod
16980            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16981 ____________________________________________________________________________
16982 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
16983         Log: FAQ sync.
16984      Branch: perl
16985            ! pod/perlfaq6.pod
16986 ____________________________________________________________________________
16987 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
16988         Log: Quieten pgcc 2.91.66 worries.
16989      Branch: perl
16990            ! gv.c pp_ctl.c utf8.c
16991 ____________________________________________________________________________
16992 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
16993         Log: Upgrade to Switch 2.06.
16994      Branch: perl
16995            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
16996            ! lib/Switch/t/nested.t
16997 ____________________________________________________________________________
16998 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
16999         Log: Upgrade to Attribute::Handlers 0.76.
17000      Branch: perl
17001            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
17002            ! lib/Attribute/Handlers/README
17003            ! lib/Attribute/Handlers/demo/Demo.pm
17004            ! lib/Attribute/Handlers/demo/Descriptions.pm
17005            ! lib/Attribute/Handlers/demo/MyClass.pm
17006            ! lib/Attribute/Handlers/demo/demo_cycle.pl
17007            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
17008            ! lib/Attribute/Handlers/t/multi.t
17009 ____________________________________________________________________________
17010 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
17011         Log: Signedness nit.
17012      Branch: perl
17013            ! regexec.c
17014 ____________________________________________________________________________
17015 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
17016         Log: VERSIONize.
17017      Branch: perl
17018            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
17019            ! lib/integer.pm
17020 ____________________________________________________________________________
17021 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
17022         Log: No pod in internal Net::FTP classes.
17023      Branch: perl
17024            ! pod/buildtoc.PL
17025 ____________________________________________________________________________
17026 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
17027         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
17028              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17029              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
17030              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
17031      Branch: perl
17032            ! regexec.c
17033 ____________________________________________________________________________
17034 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
17035         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
17036              Pudge correctly).
17037      Branch: perl
17038            ! t/test.pl
17039 ____________________________________________________________________________
17040 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
17041         Log: Add comments to mark where $^X is being handled.
17042      Branch: perl
17043            ! perl.c toke.c
17044 ____________________________________________________________________________
17045 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
17046         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
17047              From: Michael G Schwern <schwern@pobox.com>
17048              Date: Wed, 14 Nov 2001 16:38:25 -0500
17049              Message-ID: <20011114163825.D6519@blackrider>
17050      Branch: perl
17051            ! t/op/repeat.t
17052 ____________________________________________________________________________
17053 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
17054         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
17055              From: Michael G Schwern <schwern@pobox.com>
17056              Date: Wed, 14 Nov 2001 13:19:15 -0500
17057              Message-ID: <20011114131915.K5096@blackrider>
17058      Branch: perl
17059            ! t/op/die_exit.t
17060 ____________________________________________________________________________
17061 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
17062         Log: Subject: Re: [PATCH] new version of runperl()
17063              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17064              Date: Wed, 14 Nov 2001 15:39:12 EST
17065              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
17066              
17067              "VMS $^X pipes etc" patch.
17068      Branch: perl
17069            ! vms/vms.c
17070 ____________________________________________________________________________
17071 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
17072         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
17073              and add "verbose" option to show the final command.
17074      Branch: perl
17075            ! t/test.pl
17076 ____________________________________________________________________________
17077 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
17078         Log: Goof in some of the comment fields of #12994.
17079      Branch: perl
17080            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
17081            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
17082            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
17083            ! lib/unicore/In/9.pl
17084 ____________________________________________________________________________
17085 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
17086         Log: The First, Last ranges in the Unicode data weren't
17087              getting their general categories added properly;
17088              noticed by Jeffrey Friedl.
17089      Branch: perl
17090            ! lib/unicore/Category.pl lib/unicore/In/0.pl
17091            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
17092            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
17093            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
17094            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
17095            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
17096            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
17097            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
17098            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
17099            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
17100            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
17101            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
17102            ! lib/unicore/mktables
17103 ____________________________________________________________________________
17104 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
17105         Log: Subject: [PATCH] new version of runperl()
17106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17107              Date: Wed, 14 Nov 2001 12:23:01 +0100
17108              Message-ID: <20011114122301.A29384@rafael>
17109      Branch: perl
17110            ! t/io/argv.t t/test.pl
17111 ____________________________________________________________________________
17112 [ 12992] By: ams                                   on 2001/11/14  13:40:39
17113         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
17114              From: Michael G Schwern <schwern@pobox.com>
17115              Date: Tue, 13 Nov 2001 23:17:54 -0500
17116              Message-Id: <20011113231754.S32567@blackrider>
17117      Branch: perl
17118            ! perl.c
17119 ____________________________________________________________________________
17120 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
17121         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
17122              From: Philip Newton <Philip.Newton@gmx.net>
17123              Date: Wed, 14 Nov 2001 10:59:53 +0100
17124              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
17125              
17126              plus a lot of paragraph reformatting because of long lines.
17127      Branch: perl
17128            ! pod/perlapio.pod
17129 ____________________________________________________________________________
17130 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
17131         Log: A bool is not a pointer.
17132      Branch: perl
17133            ! pp_sys.c
17134 ____________________________________________________________________________
17135 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
17136         Log: AUTHORS updates.
17137      Branch: perl
17138            ! AUTHORS
17139 ____________________________________________________________________________
17140 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
17141         Log: There are several MIME RFCs.
17142      Branch: perl
17143            ! ext/Encode/Encode.pm
17144 ____________________________________________________________________________
17145 [ 12987] By: ams                                   on 2001/11/14  01:09:28
17146         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
17147              From: Michael G Schwern <schwern@pobox.com>
17148              Date: Tue, 13 Nov 2001 20:59:13 -0500
17149              Message-Id: <20011113205913.H32567@blackrider>
17150      Branch: perl
17151            ! t/op/groups.t vms/test.com
17152 ____________________________________________________________________________
17153 [ 12986] By: ams                                   on 2001/11/14  01:07:06
17154         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
17155              From: Michael G Schwern <schwern@pobox.com>
17156              Date: Tue, 13 Nov 2001 20:51:34 -0500
17157              Message-Id: <20011113205134.F32567@blackrider>
17158      Branch: perl
17159            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
17160 ____________________________________________________________________________
17161 [ 12985] By: ams                                   on 2001/11/14  00:43:59
17162         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
17163              From: Michael G Schwern <schwern@pobox.com>
17164              Date: Tue, 13 Nov 2001 20:38:42 -0500
17165              Message-Id: <20011113203842.E32567@blackrider>
17166      Branch: perl
17167            ! pod/perlport.pod
17168 ____________________________________________________________________________
17169 [ 12984] By: ams                                   on 2001/11/14  00:32:15
17170         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
17171              From: Michael G Schwern <schwern@pobox.com>
17172              Date: Tue, 13 Nov 2001 20:27:02 -0500
17173              Message-Id: <20011113202702.D32567@blackrider>
17174      Branch: perl
17175            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
17176            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
17177            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
17178            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
17179 ____________________________________________________________________________
17180 [ 12983] By: ams                                   on 2001/11/14  00:00:27
17181         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
17182              From: Michael G Schwern <schwern@pobox.com>
17183              Date: Tue, 13 Nov 2001 19:51:59 -0500
17184              Message-Id: <20011113195159.B32567@blackrider>
17185      Branch: perl
17186            ! pod/perlport.pod
17187 ____________________________________________________________________________
17188 [ 12982] By: ams                                   on 2001/11/13  23:53:11
17189         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
17190              From: Larry Shatzer <fugazi@zippy.zyx.net>
17191              Date: Tue, 13 Nov 2001 17:27:59 -0700
17192              Message-Id: <20011113172759.E27768@zippy.zyx.net>
17193      Branch: perl
17194            ! pod/perlapio.pod
17195 ____________________________________________________________________________
17196 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
17197         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
17198              "large enough" Unicode characters returned more than one
17199              as their "Unicode size".
17200      Branch: perl
17201            ! pp_sys.c t/io/utf8.t
17202 ____________________________________________________________________________
17203 [ 12980] By: ams                                   on 2001/11/13  19:32:33
17204         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
17205              From: "Craig A. Berry" <craigberry@mac.com>
17206              Date: Tue, 13 Nov 2001 14:33:25 -0600
17207              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
17208      Branch: perl
17209            ! vms/gen_shrfls.pl
17210 ____________________________________________________________________________
17211 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
17212         Log: Subject: Minor patch to Encode.pm (detypo)
17213              From: "Philip Newton" <Philip.Newton@gmx.net>
17214              Date: Tue, 13 Nov 2001 20:11:01 +0100
17215              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
17216      Branch: perl
17217            ! ext/Encode/Encode.pm
17218 ____________________________________________________________________________
17219 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
17220         Log: Evil tabulators.
17221      Branch: perl
17222            ! ext/Encode/Encode.pm
17223 ____________________________________________________________________________
17224 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
17225         Log: Document the available encodings.
17226      Branch: perl
17227            ! ext/Encode/Encode.pm
17228 ____________________________________________________________________________
17229 [ 12976] By: ams                                   on 2001/11/13  17:14:07
17230         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
17231              From: Barrie Slaymaker <barries@slaysys.com>
17232              Date: Tue, 13 Nov 2001 12:41:36 -0500
17233              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
17234      Branch: perl
17235            ! t/op/universal.t
17236 ____________________________________________________________________________
17237 [ 12975] By: ams                                   on 2001/11/13  16:24:21
17238         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
17239              From: Barrie Slaymaker <barries@slaysys.com>
17240              Date: Tue, 13 Nov 2001 10:56:20 -0500
17241              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
17242              (Test applied with minor tweaks and ->isa("HASH") omission.)
17243      Branch: perl
17244            ! lib/UNIVERSAL.pm t/op/universal.t
17245 ____________________________________________________________________________
17246 [ 12974] By: ams                                   on 2001/11/13  15:46:07
17247         Log: Subject: [PATCH Benchmark.pm] docco tweaks
17248              From: Barrie Slaymaker <barries@slaysys.com>
17249              Date: Tue, 13 Nov 2001 11:34:45 -0500
17250              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
17251      Branch: perl
17252            ! lib/Benchmark.pm
17253 ____________________________________________________________________________
17254 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
17255         Log: Subject: [PATCH] Attack of the C loops, round 1
17256              From: Richard Soderberg <rs@oregonnet.com>
17257              Date: Mon, 12 Nov 2001 12:07:29 -0800
17258              Message-Id: <200111122007.MAA01994@oregonnet.com>
17259              
17260              Subject: [PATCH] bytecode.pl (tiny patch)
17261              From: Richard Soderberg <rs@oregonnet.com>
17262              Date: Mon, 12 Nov 2001 12:53:24 -0800
17263              Message-Id: <200111122053.MAA06272@oregonnet.com>
17264      Branch: perl
17265            ! bytecode.pl installhtml
17266 ____________________________________________________________________________
17267 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
17268         Log: Subject: [PATCH] Update to Filter::Util::Call
17269              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17270              Date: Sun, 11 Nov 2001 22:33:33 -0000
17271              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
17272              
17273              Use the new CXT* macros.
17274      Branch: perl
17275            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
17276 ____________________________________________________________________________
17277 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
17278         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
17279              From: Michael G Schwern <schwern@pobox.com>
17280              Date: Mon, 12 Nov 2001 20:50:34 -0500
17281              Message-ID: <20011112205034.H2888@blackrider>
17282      Branch: perl
17283            + lib/vmsish.pm lib/vmsish.t
17284            - vms/ext/vmsish.pm vms/ext/vmsish.t
17285            ! MANIFEST vms/descrip_mms.template
17286 ____________________________________________________________________________
17287 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
17288         Log: :utf8 works only with perlio.
17289      Branch: perl
17290            ! lib/open.t
17291 ____________________________________________________________________________
17292 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
17293         Log: Subject: Re: @Config -"des" not quite working on VMS
17294              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17295              Date: Tue, 13 Nov 2001 08:35:13 EST 
17296              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
17297      Branch: perl
17298            ! configure.com
17299 ____________________________________________________________________________
17300 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
17301         Log: Subject: [PATCH] lib/charnames.pm 
17302              From: Jeffrey Friedl <jfriedl@yahoo.com>
17303              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
17304              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
17305      Branch: perl
17306            ! lib/charnames.pm
17307 ____________________________________________________________________________
17308 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
17309         Log: Docs for Mac::err.
17310      Branch: maint-5.6/macperl
17311            ! macos/ext/Mac/err/err.pm
17312 ____________________________________________________________________________
17313 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
17314         Log: Some cleanup; change some globals to references for
17315              possible persistence later.
17316      Branch: maint-5.6/macperl
17317            ! macos/lib/Mac/Glue.pm
17318 ____________________________________________________________________________
17319 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
17320         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
17321      Branch: maint-5.6/macperl
17322            ! macos/ext/Mac/Files/Files.pm
17323 ____________________________________________________________________________
17324 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
17325         Log: Get Mac::Navigation to compile (bug #464684).
17326      Branch: maint-5.6/macperl
17327            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
17328            ! macos/ext/Mac/Navigation/Makefile.PL
17329            ! macos/ext/Mac/Navigation/Navigation.xs
17330            ! macos/macperl/Makefile.mk
17331 ____________________________________________________________________________
17332 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
17333         Log: Add in modules and POD to help menu.
17334      Branch: maint-5.6/macperl
17335            ! macos/macperl/MacPerl.podhelp
17336 ____________________________________________________________________________
17337 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
17338         Log: Update bundled modules.
17339      Branch: maint-5.6/macperl
17340            + macos/bundled_ext/Filter/t/FilterTest.pm
17341            + macos/bundled_ext/List/Util/t/shuffle.t
17342            + macos/bundled_ext/Storable/t/compat06.t
17343            + macos/bundled_ext/Storable/t/st-dump.pl
17344            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
17345            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
17346            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
17347            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
17348            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
17349            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
17350            + macos/bundled_lib/blib/lib/lwpcook.pod
17351            + macos/bundled_lib/t/Filter/Simple/filter.t
17352            + macos/bundled_lib/t/Switch/t/given.t
17353            + macos/bundled_lib/t/Switch/t/nested.t
17354            + macos/bundled_lib/t/Switch/t/switch.t
17355            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
17356            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
17357            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
17358            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
17359            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
17360            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
17361            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
17362            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
17363            + macos/bundled_lib/t/URI/rfc2732.t
17364            + macos/bundled_lib/t/libnet/config.t
17365            + macos/bundled_lib/t/libnet/libnet_t.pl
17366            + macos/bundled_lib/t/libwww-perl/live/google.t
17367            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
17368            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
17369            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
17370            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
17371            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
17372            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
17373            + macos/bundled_lib/t/libwww-perl/live/validator.t
17374            - macos/bundled_ext/Filter/t/MyFilter.pm
17375            - macos/bundled_ext/Storable/t/compat-0.6.t
17376            - macos/bundled_ext/Storable/t/dump.pl
17377            - macos/bundled_ext/Time/Piece/Makefile.PL
17378            - macos/bundled_ext/Time/Piece/Piece.pm
17379            - macos/bundled_ext/Time/Piece/Piece.t
17380            - macos/bundled_ext/Time/Piece/Piece.xs
17381            - macos/bundled_ext/Time/Piece/README
17382            - macos/bundled_ext/Time/Piece/Seconds.pm
17383            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
17384            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
17385            - macos/bundled_lib/blib/lib/Net/PH.pm
17386            - macos/bundled_lib/blib/lib/Net/SNPP.pm
17387            - macos/bundled_lib/blib/lib/Text/Balanced.pod
17388            - macos/bundled_lib/t/Filter/Simple/test.pl
17389            - macos/bundled_lib/t/Switch/test.pl
17390            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
17391            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
17392            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
17393            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
17394            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
17395            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
17396            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
17397            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
17398            - macos/bundled_lib/t/libnet/ph.t
17399            ! (edit 125 files)
17400 ____________________________________________________________________________
17401 [ 12961] By: ams                                   on 2001/11/13  00:45:08
17402         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
17403              From: Michael G Schwern <schwern@pobox.com>
17404              Date: Mon, 12 Nov 2001 20:16:45 -0500
17405              Message-Id: <20011112201644.G2888@blackrider>
17406      Branch: perl
17407            ! pod/perlport.pod
17408 ____________________________________________________________________________
17409 [ 12960] By: ams                                   on 2001/11/12  23:54:00
17410         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
17411              Recoving dup tests for VMS
17412              From: Michael G Schwern <schwern@pobox.com>
17413              Date: Mon, 12 Nov 2001 19:35:33 -0500
17414              Message-Id: <20011112193533.D2888@blackrider>
17415      Branch: perl
17416            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
17417 ____________________________________________________________________________
17418 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
17419         Log: Update Changes.
17420      Branch: perl
17421            ! Changes patchlevel.h
17422 ____________________________________________________________________________
17423 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
17424         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
17425              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
17426              Date: Mon, 12 Nov 2001 12:35:18 EST 
17427              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
17428      Branch: perl
17429            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
17430            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
17431 ____________________________________________________________________________
17432 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
17433         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
17434              From: Barrie Slaymaker <barries@slaysys.com>
17435              Date: Mon, 12 Nov 2001 11:19:52 -0500
17436              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
17437      Branch: perl
17438            ! lib/File/Spec.t lib/File/Spec/Win32.pm
17439 ____________________________________________________________________________
17440 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
17441         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
17442              From: Barrie Slaymaker <barries@slaysys.com>
17443              Date: Mon, 12 Nov 2001 11:07:36 -0500
17444              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
17445      Branch: perl
17446            ! lib/Benchmark.pm
17447 ____________________________________________________________________________
17448 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
17449         Log: Misplaced test, noticed by Barrie Slaymaker.
17450              (We are missing Benchmark tests, then.)
17451      Branch: perl
17452            + ext/Devel/DProf/DProf.t
17453            - lib/Benchmark.t
17454            ! MANIFEST
17455 ____________________________________________________________________________
17456 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
17457         Log: Subject: [PATCH] a few typo fixes 
17458              From: Jeffrey Friedl <jfriedl@yahoo.com>
17459              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
17460              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
17461              
17462              Patching README.foo instead of pod/perlfoo.pod,
17463              not patching Math::BigInt (Tels will take care of that),
17464              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
17465              and perldoc.PL instead of libnetcfg and perldoc, patching
17466              ext/Digest/MD5/t/files.t since MD5.pm was changed.
17467      Branch: perl
17468            ! (edit 109 files)
17469 ____________________________________________________________________________
17470 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
17471         Log: Add a note about the dangers of bad UTF-8.
17472      Branch: perl
17473            ! pod/perlunicode.pod
17474 ____________________________________________________________________________
17475 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
17476         Log: NetWare Nit from Ananth Kesari.
17477      Branch: perl
17478            ! NetWare/config.wc
17479 ____________________________________________________________________________
17480 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
17481         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
17482      Branch: perl
17483            ! ext/Encode/Encode.pm
17484 ____________________________________________________________________________
17485 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
17486         Log: (retracted by #12951)
17487      Branch: perl
17488            ! ext/Encode/Encode.pm
17489 ____________________________________________________________________________
17490 [ 12949] By: ams                                   on 2001/11/12  06:40:18
17491         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
17492              From: Robert Spier <rspier@pobox.com>
17493              Date: Sun, 11 Nov 2001 18:50:18 -0800
17494              Message-Id: <15343.14570.121505.233336@rls.cx>
17495              
17496              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
17497              From: Rick Delaney <rick.delaney@home.com>
17498              Date: 12 Nov 2001 00:15:52 -0500
17499              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
17500      Branch: perl
17501            ! pp_hot.c t/op/taint.t
17502 ____________________________________________________________________________
17503 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
17504         Log: It seems that we actually have this detail implemented
17505              as for as Level 1 Support of Unicode regex support is
17506              concerned: at Level 1 only 1:1 support for loose
17507              (aka caseless, aka caseigoring ) matching is required.
17508      Branch: perl
17509            ! pod/perlunicode.pod
17510 ____________________________________________________________________________
17511 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
17512         Log: (retracted by #12951)
17513      Branch: perl
17514            ! ext/Encode/Encode.pm
17515 ____________________________________________________________________________
17516 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
17517         Log: BOM, bom, Bom.
17518      Branch: perl
17519            ! pod/perlunicode.pod
17520 ____________________________________________________________________________
17521 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
17522         Log: Upgrade to Math::BigInt 1.46.
17523      Branch: perl
17524            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17525            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
17526            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
17527            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
17528            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
17529 ____________________________________________________________________________
17530 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
17531         Log: Subject: Re: PERFORCE change 12943 for review
17532              From: "Philip Newton" <Philip.Newton@gmx.net>
17533              Date: Sun, 11 Nov 2001 20:53:36 +0100
17534              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
17535      Branch: perl
17536            ! pod/perlunicode.pod
17537 ____________________________________________________________________________
17538 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
17539         Log: Doc updates; make the Unicode discussions a little
17540              bit less alarming, and add information about encodings,
17541              surrogates, and BOMs.
17542      Branch: perl
17543            ! pod/perlunicode.pod
17544 ____________________________________________________________________________
17545 [ 12942] By: ams                                   on 2001/11/11  16:45:00
17546         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
17547              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
17548              Date: Mon, 12 Nov 2001 00:22:57 +0900
17549              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
17550      Branch: perl
17551            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
17552            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
17553 ____________________________________________________________________________
17554 [ 12941] By: ams                                   on 2001/11/11  13:01:40
17555         Log: Subject: Re: PERFORCE change 12929 for review
17556              From: "Philip Newton" <Philip.Newton@gmx.net>
17557              Date: Sun, 11 Nov 2001 14:27:44 +0100
17558              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
17559      Branch: perl
17560            ! MANIFEST
17561 ____________________________________________________________________________
17562 [ 12940] By: ams                                   on 2001/11/11  05:06:43
17563         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
17564              From: Michael G Schwern <schwern@pobox.com>
17565              Date: Thu, 8 Nov 2001 22:56:45 -0500
17566              Message-Id: <20011108225645.H5587@blackrider>
17567      Branch: perl
17568            ! t/op/chdir.t
17569 ____________________________________________________________________________
17570 [ 12939] By: ams                                   on 2001/11/11  05:01:00
17571         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
17572              From: Michael G Schwern <schwern@pobox.com>
17573              Date: Sun, 11 Nov 2001 00:54:43 -0500
17574              Message-Id: <20011111005443.A24450@blackrider>
17575      Branch: perl
17576            ! ext/Cwd/t/cwd.t
17577 ____________________________________________________________________________
17578 [ 12938] By: ams                                   on 2001/11/11  03:25:13
17579         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
17580              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
17581              From: "chromatic" <chromatic@rmci.net>
17582              Date: Sat, 10 Nov 2001 21:03:20 -0700
17583              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
17584      Branch: perl
17585            ! lib/File/stat.pm lib/File/stat.t
17586 ____________________________________________________________________________
17587 [ 12937] By: ams                                   on 2001/11/11  02:05:23
17588         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
17589              From: "Craig A. Berry" <craigberry@mac.com>
17590              Date: Sat, 10 Nov 2001 17:23:52 -0600
17591              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
17592      Branch: perl
17593            ! t/op/magic.t
17594 ____________________________________________________________________________
17595 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
17596         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
17597      Branch: perl
17598            ! lib/open.pm lib/open.t
17599 ____________________________________________________________________________
17600 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
17601         Log: The Official name of ASCII.
17602      Branch: perl
17603            ! ext/Encode/Encode.pm
17604 ____________________________________________________________________________
17605 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
17606         Log: The KOI8-R example wasn't quite right.
17607      Branch: perl
17608            ! lib/open.pm lib/open.t
17609 ____________________________________________________________________________
17610 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
17611         Log: Enhance the open pragma to support :utf8, :locale,
17612              and :encoding directly as special cases, and rename
17613              the INOUT to IO.
17614      Branch: perl
17615            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
17616 ____________________________________________________________________________
17617 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
17618         Log: Document the UTF-16 surrogate encoding and decoding.
17619      Branch: perl
17620            ! ext/Encode/Encode.pm
17621 ____________________________________________________________________________
17622 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
17623         Log: A potential recursion breaker.
17624      Branch: perl
17625            ! sv.c
17626 ____________________________________________________________________________
17627 [ 12930] By: ams                                   on 2001/11/10  07:46:53
17628         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
17629              (was Re: perl@12892)
17630              From: "chromatic" <chromatic@rmci.net>
17631              Date: Sat, 10 Nov 2001 01:28:09 -0700
17632              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
17633      Branch: perl
17634            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
17635            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
17636            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
17637            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
17638 ____________________________________________________________________________
17639 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
17640         Log: Add a test for the bytes pragma.
17641      Branch: perl
17642            + lib/bytes.t
17643            ! MANIFEST
17644 ____________________________________________________________________________
17645 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
17646         Log: Doc update.
17647      Branch: perl
17648            ! lib/bytes.pm
17649 ____________________________________________________________________________
17650 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
17651         Log: Cease to exist.
17652      Branch: perl
17653            - lib/Unicode/Normalize.pm
17654 ____________________________________________________________________________
17655 [ 12926] By: ams                                   on 2001/11/10  03:23:16
17656         Log: Subject: [patch] my_setenv speedup + fixes
17657              From: Doug MacEachern <dougm@covalent.net>
17658              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
17659              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
17660      Branch: perl
17661            ! util.c
17662 ____________________________________________________________________________
17663 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
17664         Log: Newline trouble.
17665      Branch: perl
17666            ! lib/ExtUtils/Embed.t
17667 ____________________________________________________________________________
17668 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
17669         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
17670              From: "Craig A. Berry" <craigberry@mac.com>
17671              Date: Fri, 09 Nov 2001 18:13:16 -0600
17672              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
17673      Branch: perl
17674            ! vms/munchconfig.c
17675 ____________________________________________________________________________
17676 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
17677         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
17678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17679              Date: Sat, 10 Nov 2001 00:10:45 +0100
17680              Message-ID: <20011110001045.A11945@rafael>
17681      Branch: perl
17682            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
17683            + t/run/switchn.t t/run/switchp.t
17684            ! MANIFEST
17685 ____________________________________________________________________________
17686 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
17687         Log: Subject: [PATCH] some tests not cleaning up properly               
17688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
17689              Date: Fri, 9 Nov 2001 22:13:10 +0100
17690              Message-ID: <20011109221310.A11115@rafael>
17691      Branch: perl
17692            ! ext/Cwd/t/cwd.t t/io/argv.t
17693 ____________________________________________________________________________
17694 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
17695         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
17696              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17697              Date: Fri, 9 Nov 2001 15:07:19 EST
17698              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
17699      Branch: perl
17700            ! lib/ExtUtils/Embed.t
17701 ____________________________________________________________________________
17702 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
17703         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
17704              have been copied so it shouldn't be freed in perl_destruct()
17705      Branch: perl
17706            ! perl.c
17707 ____________________________________________________________________________
17708 [ 12919] By: ams                                   on 2001/11/09  15:36:22
17709         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
17710              From: Michael G Schwern <schwern@pobox.com>
17711              Date: Fri, 9 Nov 2001 00:38:59 -0500
17712              Message-Id: <20011109003859.K5587@blackrider>
17713              (Applied with directory name changes suggested by Craig Berry.)
17714      Branch: perl
17715            ! ext/Cwd/t/cwd.t
17716 ____________________________________________________________________________
17717 [ 12918] By: ams                                   on 2001/11/09  15:29:15
17718         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
17719              From: Michael G Schwern <schwern@pobox.com>
17720              Date: Fri, 9 Nov 2001 01:44:14 -0500
17721              Message-Id: <20011109014414.N5587@blackrider>
17722      Branch: perl
17723            ! vms/ext/filespec.t
17724 ____________________________________________________________________________
17725 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
17726         Log: Update Changes.
17727      Branch: perl
17728            ! Changes patchlevel.h
17729 ____________________________________________________________________________
17730 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
17731         Log: Regen toc.
17732      Branch: perl
17733            ! pod/perltoc.pod
17734 ____________________________________________________________________________
17735 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
17736         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
17737              see http://www.jepstone.net/bjepson//jpl/cvs.html
17738      Branch: perl
17739            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17740 ____________________________________________________________________________
17741 [ 12914] By: ams                                   on 2001/11/09  14:05:12
17742         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
17743              From: Michael G Schwern <schwern@pobox.com>
17744              Date: Thu, 8 Nov 2001 22:05:49 -0500
17745              Message-Id: <20011108220549.F5587@blackrider>
17746      Branch: perl
17747            ! vms/test.com
17748 ____________________________________________________________________________
17749 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
17750         Log: NetWare update from Ananth Kesari.
17751      Branch: perl
17752            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
17753 ____________________________________________________________________________
17754 [ 12912] By: ams                                   on 2001/11/09  13:40:26
17755         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
17756              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17757              Date: Fri, 9 Nov 2001 14:32:28 +0100
17758              Message-Id: <20011109143228.A18996@rafael>
17759      Branch: perl
17760            ! perl.c
17761 ____________________________________________________________________________
17762 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
17763         Log: FAQ sync.
17764      Branch: perl
17765            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
17766            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
17767            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
17768 ____________________________________________________________________________
17769 [ 12910] By: ams                                   on 2001/11/09  07:33:49
17770         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
17771              From: Michael G Schwern <schwern@pobox.com>
17772              Date: Fri, 9 Nov 2001 00:41:56 -0500
17773              Message-Id: <20011109004156.L5587@blackrider>
17774      Branch: perl
17775            ! lib/File/Find/t/find.t
17776 ____________________________________________________________________________
17777 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
17778         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
17779              The CPAN distribution has both pm and XS implementations,
17780              and for performance reasons we choose the XS.
17781              Another reason to choose the XS is that it doesn't
17782              require Lingua::KO::Hangul::Util, which means that
17783              we can delete that-- which in turn means that Unicode::UCD
17784              cannot expect that: support it, but don't expect.
17785              Ditto Unicode::Collate.
17786              
17787              Note that Unicode::Normalize Makefile.PL and
17788              Normalize.xs have been modified from the CPAN 0.10
17789              versions: the first one to be simpler (no pm) and
17790              clean up the generated unf*.h files, the second one
17791              to quench compiler grumblings.  Must notify Sadahiro
17792              about these changes.
17793      Branch: perl
17794            + ext/Unicode/Normalize/Changes
17795            + ext/Unicode/Normalize/Makefile.PL
17796            + ext/Unicode/Normalize/Normalize.pm
17797            + ext/Unicode/Normalize/Normalize.pod
17798            + ext/Unicode/Normalize/Normalize.xs
17799            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
17800            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
17801            + ext/Unicode/Normalize/t/test.t
17802            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17803            - lib/Lingua/KO/Hangul/Util/README
17804            - lib/Lingua/KO/Hangul/Util/t/test.t
17805            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
17806            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
17807            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
17808            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
17809            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
17810            ! win32/makefile.mk
17811 ____________________________________________________________________________
17812 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
17813         Log: Test miscounting.
17814      Branch: perl
17815            ! ext/POSIX/t/posix.t
17816 ____________________________________________________________________________
17817 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
17818         Log: Quote the variables in failures messages more nicely.
17819      Branch: perl
17820            ! t/test.pl
17821 ____________________________________________________________________________
17822 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
17823         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
17824              From: Michael G Schwern <schwern@pobox.com>
17825              Date: Thu, 8 Nov 2001 17:24:49 -0500
17826              Message-ID: <20011108172449.A5587@blackrider>
17827              
17828              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
17829              From: "Craig A. Berry" <craigberry@mac.com>
17830              Date: Thu, 8 Nov 2001 16:35:00 -0600
17831              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
17832      Branch: perl
17833            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
17834 ____________________________________________________________________________
17835 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
17836         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
17837              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17838              Date: Thu, 8 Nov 2001 22:52:50 -0000
17839              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
17840      Branch: perl
17841            ! ext/DB_File/t/db-recno.t
17842 ____________________________________________________________________________
17843 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
17844         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
17845              (Probably not an EBCDIC issue the way one would think
17846              since no chr() et alia are used in UCD.pm.)
17847      Branch: perl
17848            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17849 ____________________________________________________________________________
17850 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
17851         Log: Whether overwriting the $self->{...} values (see #12902)
17852              is a good policy or not is debatable, but let's at least
17853              be consistent.
17854      Branch: perl
17855            ! lib/ExtUtils/MM_Unix.pm
17856 ____________________________________________________________________________
17857 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
17858         Log: The MakeMaker argument () quoting patch that sneaked
17859              in at #12883 didn't handle make macros like this $(...).
17860              Leaning toothpicks, we've got them.
17861      Branch: perl
17862            ! lib/ExtUtils/MM_Unix.pm
17863 ____________________________________________________________________________
17864 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
17865         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
17866              From: Michael G Schwern <schwern@pobox.com>
17867              Date: Wed, 7 Nov 2001 02:02:29 -0500
17868              Message-ID: <20011107020229.K2858@blackrider>
17869      Branch: perl
17870            ! t/io/argv.t t/test.pl vms/test.com
17871 ____________________________________________________________________________
17872 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
17873         Log: Subject: [PATCH 20011106.084] -s on #! line 
17874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17875              Date: Wed, 7 Nov 2001 22:23:39 +0100
17876              Message-ID: <20011107222339.E729@rafael>
17877      Branch: perl
17878            ! embed.h embed.pl perl.c proto.h toke.c
17879 ____________________________________________________________________________
17880 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
17881         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
17882              From: Michael G Schwern <schwern@pobox.com>
17883              Date: Wed, 7 Nov 2001 16:52:49 -0500
17884              Message-ID: <20011107165249.I7346@blackrider>
17885      Branch: perl
17886            ! pod/perlhack.pod
17887 ____________________________________________________________________________
17888 [ 12898] By: ams                                   on 2001/11/08  13:02:19
17889         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
17890              From: Mark-Jason Dominus <mjd@plover.com>
17891              Date: Thu, 08 Nov 2001 08:59:02 -0500
17892              Message-Id: <20011108135902.2275.qmail@plover.com>
17893      Branch: perl
17894            ! INSTALL README README.amiga README.os2 README.vms
17895            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
17896            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
17897 ____________________________________________________________________________
17898 [ 12897] By: ams                                   on 2001/11/08  12:49:28
17899         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
17900              From: mjd@plover.com
17901              Date: 8 Nov 2001 13:33:18 -0000
17902              Message-Id: <20011108133318.1786.qmail@plover.com>
17903      Branch: perl
17904            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
17905            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
17906            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
17907            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
17908            ! pod/perlport.pod pod/perlvar.pod
17909 ____________________________________________________________________________
17910 [ 12896] By: ams                                   on 2001/11/08  11:22:12
17911         Log: open(FH, $file) should strip leading and trailing whitespace.
17912      Branch: perl
17913            ! doio.c
17914 ____________________________________________________________________________
17915 [ 12895] By: ams                                   on 2001/11/08  10:17:14
17916         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
17917              From: "Craig A. Berry" <craigberry@mac.com>
17918              Date: Wed, 07 Nov 2001 13:41:50 -0600
17919              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
17920      Branch: perl
17921            ! t/op/glob.t
17922 ____________________________________________________________________________
17923 [ 12894] By: ams                                   on 2001/11/08  08:32:20
17924         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
17925              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
17926              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
17927              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
17928      Branch: perl
17929            ! makedepend.SH
17930 ____________________________________________________________________________
17931 [ 12893] By: ams                                   on 2001/11/08  08:26:31
17932         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
17933              From: mjd@plover.com
17934              Date: 8 Nov 2001 08:08:07 -0000
17935              Message-Id: <20011108080807.30147.qmail@plover.com>
17936              
17937              Subject: bleadperl perl.pod
17938              From: mjd@plover.com
17939              Date: 8 Nov 2001 08:10:47 -0000
17940              Message-Id: <20011108081047.30178.qmail@plover.com>
17941              
17942              Subject: more bleadperl perl.pod
17943              From: mjd@plover.com
17944              Date: 8 Nov 2001 08:16:28 -0000
17945              Message-Id: <20011108081628.30229.qmail@plover.com>
17946      Branch: perl
17947            ! pod/perl.pod pod/perldebug.pod
17948 ____________________________________________________________________________
17949 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
17950         Log: Tweak for Cray-friendliness from Nicholas Clark.
17951      Branch: perl
17952            ! sv.c
17953 ____________________________________________________________________________
17954 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
17955         Log: VMS patch redo from Charles Lane.
17956      Branch: perl
17957            ! vms/gen_shrfls.pl
17958 ____________________________________________________________________________
17959 [ 12890] By: ams                                   on 2001/11/07  15:16:10
17960         Log: Subject: [ID 20011107.088] two perl pod nits
17961              From: lvirden@cas.org
17962              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
17963              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
17964      Branch: perl
17965            ! pod/perl.pod pod/perlfaq3.pod
17966 ____________________________________________________________________________
17967 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
17968         Log: Update Changes.
17969      Branch: perl
17970            ! Changes patchlevel.h
17971 ____________________________________________________________________________
17972 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
17973         Log: The (emulated) "no utf8" must be in a BEGIN block
17974              to be effective.
17975      Branch: perl
17976            ! lib/CGI/t/html.t
17977 ____________________________________________________________________________
17978 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
17979         Log: "v-strings" is the right term.
17980      Branch: perl
17981            ! pod/perltodo.pod
17982 ____________________________________________________________________________
17983 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
17984         Log: Add vstrings-as-objects need to perltodo.
17985      Branch: perl
17986            ! pod/perltodo.pod
17987 ____________________________________________________________________________
17988 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
17989         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
17990              From: Nicholas Clark <nick@ccl4.org>
17991              Date: Wed, 7 Nov 2001 14:36:32 +0000
17992              Message-ID: <20011107143631.I24980@plum.flirble.org>
17993      Branch: perl
17994            ! t/op/pack.t
17995 ____________________________________________________________________________
17996 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
17997         Log: The Embed test requires a major rewrite for VMS
17998              (plus it reveals a couple of annoying glitches
17999              in buffering), so skip the test for now; from
18000              Charles Lane.
18001      Branch: perl
18002            ! lib/ExtUtils/Embed.t
18003 ____________________________________________________________________________
18004 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
18005         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
18006              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18007              Date: Wed, 7 Nov 2001 09:23:28 EST
18008              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
18009              
18010              (Also i seems that an unrelated experimental patch
18011              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
18012      Branch: perl
18013            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
18014 ____________________________________________________________________________
18015 [ 12882] By: ams                                   on 2001/11/07  05:14:04
18016         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
18017              From: Mark-Jason Dominus <mjd@plover.com>
18018              Date: Wed, 07 Nov 2001 00:43:46 -0500
18019              Message-Id: <20011107054346.14428.qmail@plover.com>
18020      Branch: perl
18021            ! gv.c op.c toke.c
18022 ____________________________________________________________________________
18023 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
18024         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
18025              From: Michael G Schwern <schwern@pobox.com>             
18026              Date: Tue, 6 Nov 2001 22:04:39 -0500
18027              Message-ID: <20011106220439.D2858@blackrider>              
18028      Branch: perl
18029            ! lib/perl5db.pl
18030 ____________________________________________________________________________
18031 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
18032         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
18033              stress))
18034              From: Jonathan Stowe <gellyfish@gellyfish.com>
18035              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
18036              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
18037              
18038              (except for one hunk where indentation differs)
18039      Branch: perl
18040            ! lib/Term/Cap.t
18041 ____________________________________________________________________________
18042 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
18043         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
18044              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18045              Date: Tue, 6 Nov 2001 21:45:01 +0100
18046              Message-ID: <20011106214501.A704@rafael>
18047      Branch: perl
18048            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
18049            ! lib/File/Spec/Win32.pm
18050 ____________________________________________________________________________
18051 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
18052         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
18053              From: Michael G Schwern <schwern@pobox.com>              
18054              Date: Tue, 6 Nov 2001 20:58:45 -0500
18055              Message-ID: <20011106205845.G29411@blackrider>
18056      Branch: perl
18057            ! t/test.pl
18058 ____________________________________________________________________________
18059 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
18060         Log: Subject: making do_sprintf public       
18061              From: Doug MacEachern <dougm@covalent.net>    
18062              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
18063              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
18064      Branch: perl
18065            ! embed.h embed.pl global.sym
18066 ____________________________________________________________________________
18067 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
18068         Log: Update to CGI.pm 2.78.
18069              
18070              TODO: the test suite needs to be merged so that
18071              when in core, the core version is tested, and when
18072              using the CPAN version, testing the CPAN version.
18073              (the changes need to be sent to Lincoln, too...)
18074      Branch: perl
18075            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
18076            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
18077            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
18078            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
18079            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
18080            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
18081 ____________________________________________________________________________
18082 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
18083         Log: Integrate with perlio; (strictly) readonly hashes via XS.
18084      Branch: perl
18085           +> t/lib/access.t
18086           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
18087 ____________________________________________________________________________
18088 [ 12874] By: nick                                  on 2001/11/06  21:05:16
18089         Log: Keep It Simple and Stupid version of readonly hash support.
18090              - Test for SvREAONLY(hv) at a few spots in hv.c
18091              - add the error message to perldiag.pod
18092              - (dubious) add access::readonly() to univeral.c
18093              - add test using above
18094              - fixup ext/B/t/stash.t to account for access:: existing
18095      Branch: perlio
18096            + t/lib/access.t
18097            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
18098 ____________________________________________________________________________
18099 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
18100         Log: Fix incorrect warnings about broken globbing;
18101              from Andy Dougherty.
18102      Branch: perl
18103            ! hints/linux.sh
18104 ____________________________________________________________________________
18105 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
18106         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
18107              toggle-on from the encoding pragma.
18108      Branch: perl
18109            ! regcomp.c regexec.c
18110 ____________________________________________________________________________
18111 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
18112         Log: Retract #12824, doesn't help and is ignored
18113              by Configure anyway.
18114      Branch: perl
18115            ! hints/beos.sh
18116 ____________________________________________________________________________
18117 [ 12870] By: ams                                   on 2001/11/06  10:40:37
18118         Log: Subject: Cosmetic change
18119              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18120              Date: Tue, 06 Nov 2001 12:30:52 +0100
18121              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
18122      Branch: perl
18123            ! README.hpux
18124 ____________________________________________________________________________
18125 [ 12869] By: nick                                  on 2001/11/06  08:26:40
18126         Log: Integrate mainline
18127      Branch: perlio
18128           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
18129           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
18130 ____________________________________________________________________________
18131 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
18132         Log: The parentheses are protected enough.
18133      Branch: perl
18134            ! hints/os390.sh
18135 ____________________________________________________________________________
18136 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
18137         Log: ccflags, not ldflags.
18138      Branch: perl
18139            ! hints/os390.sh
18140 ____________________________________________________________________________
18141 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
18142         Log: ... and the proto to go with #12865.
18143      Branch: perl
18144            ! proto.h
18145 ____________________________________________________________________________
18146 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
18147         Log: Oops.  Luckily nothing was using this symbol yet.
18148      Branch: perl
18149            ! global.sym
18150 ____________________________________________________________________________
18151 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
18152         Log: Implement the encoding pragma for regex literals.
18153      Branch: perl
18154            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
18155 ____________________________________________________________________________
18156 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
18157         Log: More UTF8 EXACT fixing.
18158      Branch: perl
18159            ! regexec.c
18160 ____________________________________________________________________________
18161 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
18162         Log: More re debugging.
18163      Branch: perl
18164            ! regexec.c
18165 ____________________________________________________________________________
18166 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
18167         Log: EXACT correction attempt.  Continued in #12863.
18168      Branch: perl
18169            ! regexec.c
18170 ____________________________________________________________________________
18171 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
18172         Log: Unterminated L<.
18173      Branch: perl
18174            ! ext/DB_File/DB_File.pm
18175 ____________________________________________________________________________
18176 [ 12859] By: nick                                  on 2001/11/05  19:15:17
18177         Log: Integrate mainline
18178      Branch: perlio
18179           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
18180           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
18181           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
18182           +> lib/Math/BigInt/t/sub_mbi.t
18183            - lib/Math/BigInt/t/Math/Subclass.pm
18184            - lib/Math/BigInt/t/subclass.t
18185           !> (integrate 30 files)
18186 ____________________________________________________________________________
18187 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
18188         Log: Regex debugging fixes from Hugo.
18189      Branch: perl
18190            ! regcomp.c regexec.c
18191 ____________________________________________________________________________
18192 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
18193         Log: IRIX: at some point the cc -version has started
18194              to output to stderr, not stdout any more.
18195      Branch: perl
18196            ! hints/irix_6.sh
18197 ____________________________________________________________________________
18198 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
18199         Log: Update Changes.
18200      Branch: perl
18201            ! Changes patchlevel.h
18202 ____________________________________________________________________________
18203 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
18204         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
18205      Branch: perl
18206            ! lib/File/Spec/Unix.pm
18207 ____________________________________________________________________________
18208 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
18209         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
18210              From: rgarciasuarez@free.fr
18211              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
18212              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
18213      Branch: perl
18214            ! lib/File/Spec/Unix.pm
18215 ____________________________________________________________________________
18216 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
18217         Log: Use config.arch in OS/390 where the combination of
18218              IEEE floats and ldflags is tricky.
18219      Branch: perl
18220            ! hints/os390.sh
18221 ____________________________________________________________________________
18222 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
18223         Log: Metaconfig unit change for #12851.
18224      Branch: metaconfig
18225            ! U/modified/Config_sh.U
18226 ____________________________________________________________________________
18227 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
18228         Log: Support a config.arch file, similar to config.over,
18229              but loaded just before it.
18230      Branch: perl
18231            ! Configure INSTALL
18232 ____________________________________________________________________________
18233 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
18234         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
18235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18236              Date: Mon, 5 Nov 2001 14:26:24 +0100
18237              Message-ID: <20011105142624.C31977@rafael>
18238      Branch: perl
18239            ! lib/Symbol.pm lib/Symbol.t
18240 ____________________________________________________________________________
18241 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
18242         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
18243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18244              Date: Sun, 4 Nov 2001 22:28:57 +0100
18245              Message-ID: <20011104222857.C696@rafael>
18246      Branch: perl
18247            ! pod/perldebug.pod pod/perlpodspec.pod
18248 ____________________________________________________________________________
18249 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
18250         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
18251      Branch: perl
18252            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
18253 ____________________________________________________________________________
18254 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
18255         Log: Math::Big* test tweaks to work better with core:
18256              but the coast still not clear.
18257      Branch: perl
18258            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
18259            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
18260 ____________________________________________________________________________
18261 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
18262         Log: Protect against high load: measure how much wall
18263              clock time went by while sleeping.  Avoids some
18264              false negatives, while may introduce some false
18265              positives.  Life is hard.
18266      Branch: perl
18267            ! ext/Time/HiRes/HiRes.t
18268 ____________________________________________________________________________
18269 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
18270         Log: More forgotten from #12843.
18271      Branch: perl
18272            ! lib/Math/BigInt/t/bigfltpm.inc
18273 ____________________________________________________________________________
18274 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
18275         Log: Forgot from #12843.
18276      Branch: perl
18277            + lib/Math/BigInt/t/bigintpm.inc
18278            ! MANIFEST
18279 ____________________________________________________________________________
18280 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
18281         Log: Upgrade to Math::BigInt 1.45; from Tels.
18282              NOTE: some of the tests are failing but that's because
18283              the core integration is not yet done.
18284      Branch: perl
18285            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
18286            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
18287            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
18288            - lib/Math/BigInt/t/Math/Subclass.pm
18289            - lib/Math/BigInt/t/subclass.t
18290            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
18291            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
18292            ! lib/Math/BigInt/t/mbimbf.t
18293 ____________________________________________________________________________
18294 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
18295         Log: VMS: adds capability to control more configuration stuff with
18296              -D and -U switches; parsing config.sh to extract previous config
18297              info in VMS-form, and a rewrite of the "prompt/response" routine;
18298              from Charles Lane.
18299      Branch: perl
18300            ! configure.com
18301 ____________________________________________________________________________
18302 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
18303         Log: Subject: Typo correction in perldebguts.pod
18304              From: mjd@plover.com
18305              Date: 4 Nov 2001 16:20:05 -0000
18306              Message-ID: <20011104162005.16699.qmail@plover.com>
18307      Branch: perl
18308            ! pod/perldebguts.pod
18309 ____________________________________________________________________________
18310 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
18311         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
18312              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18313              Date: Sun, 4 Nov 2001 11:47:30 +0100
18314              Message-ID: <20011104114730.A715@rafael>
18315              
18316              Remove -T from the test, wrong place for that.
18317      Branch: perl
18318            ! lib/File/Temp/t/mktemp.t
18319 ____________________________________________________________________________
18320 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
18321         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
18322              From: Nicholas Clark <nick@ccl4.org>
18323              Date: Sun, 4 Nov 2001 10:41:24 +0000
18324              Message-ID: <20011104104123.U20123@plum.flirble.org>
18325      Branch: perl
18326            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
18327 ____________________________________________________________________________
18328 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
18329         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
18330              From: Michael G Schwern <schwern@pobox.com>
18331              Date: Sat, 3 Nov 2001 15:41:47 -0500
18332              Message-ID: <20011103154147.C600@blackrider>
18333      Branch: perl
18334            ! lib/Term/Cap.t
18335 ____________________________________________________________________________
18336 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
18337         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
18338              From: "Craig A. Berry" <craigberry@mac.com>     
18339              Date: Sat, 03 Nov 2001 16:02:28 -0600
18340              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
18341      Branch: perl
18342            ! ext/Time/HiRes/HiRes.t
18343 ____________________________________________________________________________
18344 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
18345         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
18346              From: "chromatic" <chromatic@rmci.net>
18347              Date: Sat, 03 Nov 2001 12:28:17 -0700
18348              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
18349      Branch: perl
18350            ! lib/Term/Cap.t
18351 ____________________________________________________________________________
18352 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
18353         Log: Don't bother doing POSIX charclass parsing if it
18354              possibly cannot be so.  Prepares way for charclass
18355              syntax like [[abc]||[def]] (or just [[abc][def]])
18356              for union, [[\w]&&[$a]] for intersection,
18357              and [[a-z]&&[^def]] for subtraction.
18358              
18359              Currently /[[a]/ (or /[a[]/) parses as a character
18360              class containing two characters, "[" and "a",
18361              this may have to be broken for the syntax described
18362              above, otherwise we would have to scan the whole pattern
18363              to find out whether the square brackets match pairwise.
18364              Luckily, the special case of "[" doesn't seem to be
18365              documented (as opposed to "]" and "-"), so we may have
18366              better story for breaking it...  One can always use \[
18367              if one wants a literal "[", so there.
18368      Branch: perl
18369            ! regcomp.c
18370 ____________________________________________________________________________
18371 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
18372         Log: Comment correction.
18373      Branch: perl
18374            ! regcomp.c
18375 ____________________________________________________________________________
18376 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
18377         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
18378              The latter is a RedHatism.
18379      Branch: perl
18380            ! lib/ExtUtils/MakeMaker.pm
18381 ____________________________________________________________________________
18382 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
18383         Log: Integrate perlio.
18384      Branch: perl
18385           !> perlio.c
18386 ____________________________________________________________________________
18387 [ 12831] By: nick                                  on 2001/11/03  11:42:15
18388         Log: Integrate mainline
18389      Branch: perlio
18390           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
18391           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
18392           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
18393           !> sv.c t/test.pl
18394 ____________________________________________________________________________
18395 [ 12830] By: nick                                  on 2001/11/03  10:27:34
18396         Log: Fix clone_leak problem.
18397              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
18398              as vestige of calling PerlLIO_dup().
18399      Branch: perlio
18400            ! perlio.c
18401 ____________________________________________________________________________
18402 [ 12829] By: nick                                  on 2001/11/03  09:40:46
18403         Log: Tweaks attempting to locate Doug's clone_leak leak.
18404              - add some PerlIO_debug()
18405              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
18406              - Even if it closing stdout etc. do a fflush()
18407      Branch: perlio
18408            ! perlio.c
18409 ____________________________________________________________________________
18410 [ 12828] By: nick                                  on 2001/11/03  08:34:31
18411         Log: Integrate mainline
18412      Branch: perlio
18413           !> (integrate 54 files)
18414 ____________________________________________________________________________
18415 [ 12827] By: ams                                   on 2001/11/03  03:45:19
18416         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
18417              remove this later). Based on a patch from Robert Spier in
18418              <15330.61459.14452.795263@rls.cx>.
18419      Branch: perl
18420            ! sv.c
18421 ____________________________________________________________________________
18422 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
18423         Log: microperl sync.
18424      Branch: perl
18425            ! doio.c perl.c perl.h perlio.c regexec.c
18426 ____________________________________________________________________________
18427 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
18428         Log: Definitions for the Unicode Newline Guidelines.
18429      Branch: perl
18430            ! perl.h
18431 ____________________________________________________________________________
18432 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
18433         Log: (retracted by #12871)
18434              
18435              There is no csh of any kind in default BeOS.
18436              For the purposes of miniperl globbing, bash
18437              will do.
18438      Branch: perl
18439            ! hints/beos.sh
18440 ____________________________________________________________________________
18441 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
18442         Log: Integrate change #12820 from macperl to maint and blead;
18443              
18444              Fix up (dynaloading) to work properly with multiplicity
18445      Branch: maint-5.6/perl
18446           !> ext/DynaLoader/dl_mac.xs
18447      Branch: perl
18448           !> ext/DynaLoader/dl_mac.xs
18449 ____________________________________________________________________________
18450 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
18451         Log: Several fixes for various exit problems and clearing out
18452              task queue, as well as another (incomplete) go at
18453              fixing error message handling
18454      Branch: maint-5.6/macperl
18455            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
18456 ____________________________________________________________________________
18457 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
18458         Log: Add source files for bleadperl builds
18459      Branch: maint-5.6/macperl
18460            ! macos/Makefile.mk
18461 ____________________________________________________________________________
18462 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
18463         Log: Fix up to work properly with multiplicity
18464      Branch: maint-5.6/macperl
18465            ! ext/DynaLoader/dl_mac.xs
18466 ____________________________________________________________________________
18467 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
18468         Log: Integrate with maintperl.
18469      Branch: maint-5.6/macperl
18470           +> t/op/system.t t/op/system_tests
18471           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
18472           !> pod/perltodo.pod util.c win32/win32.c
18473 ____________________________________________________________________________
18474 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
18475         Log: Locate _PATH_LOG if it's a socket even if not #defined
18476              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
18477              via Nick Clark.
18478      Branch: perl
18479            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
18480 ____________________________________________________________________________
18481 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
18482         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
18483              From: Michael G Schwern <schwern@pobox.com>
18484              Date: Fri, 2 Nov 2001 15:36:41 -0500
18485              Message-ID: <20011102153641.E23234@blackrider>
18486      Branch: perl
18487            ! t/test.pl
18488 ____________________________________________________________________________
18489 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
18490         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
18491              From: merlyn@stonehenge.com (Randal L. Schwartz)
18492              Date: 02 Nov 2001 09:33:34 -0800
18493              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
18494              
18495              (two of the changes)
18496              
18497              Better coexistence with extensions.
18498      Branch: perl
18499            ! ext/Errno/Errno_pm.PL hints/darwin.sh
18500 ____________________________________________________________________________
18501 [ 12815] By: ams                                   on 2001/11/02  16:47:43
18502         Log: Subject: Re: [PATCH] the the double double word word fix fix
18503              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18504              Date: Fri, 02 Nov 2001 19:43:07 +0100
18505              Message-Id: <3BE2E93B.627C198E@alcatel.at>
18506      Branch: perl
18507            ! pod/perldebug.pod
18508 ____________________________________________________________________________
18509 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
18510         Log: Update Changes.
18511      Branch: perl
18512            ! Changes patchlevel.h
18513 ____________________________________________________________________________
18514 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
18515         Log: More encoding testing.
18516      Branch: perl
18517            ! lib/encoding.pm lib/encoding.t
18518 ____________________________________________________________________________
18519 [ 12812] By: ams                                   on 2001/11/02  15:07:11
18520         Log: Slight modification of #12811.
18521      Branch: perl
18522            ! op.c
18523 ____________________________________________________________________________
18524 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
18525         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
18526              From: Radu Greab <radu@netsoft.ro>
18527              Date: Fri, 2 Nov 2001 15:28:58 +0200
18528              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
18529      Branch: perl
18530            ! op.c t/op/stat.t
18531 ____________________________________________________________________________
18532 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
18533         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
18534              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18535              Date: Thu, 1 Nov 2001 22:35:50 +0100
18536              Message-ID: <20011101223550.A10849@rafael>
18537      Branch: perl
18538            ! lib/ExtUtils/Embed.t
18539 ____________________________________________________________________________
18540 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
18541         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
18542              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18543              Date: 2 Nov 2001 14:48:51 -0000
18544              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
18545      Branch: perl
18546            ! lib/File/Find.pm
18547 ____________________________________________________________________________
18548 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
18549         Log: Add documentation.
18550      Branch: perl
18551            ! embed.pl pod/perlapi.pod utf8.c
18552 ____________________________________________________________________________
18553 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
18554         Log: Unicode: add ToFold mapping.  Not used yet; but basically
18555              a more useful mapping for caseless aka case-ignoring than
18556              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
18557              algorithm for creating the foldings uses equivalence classes,
18558              see http://www.unicode.org/unicode/reports/tr21/
18559              Hopefully this feature will be used in //i.
18560              (The folding tables were introduced by #12689.)
18561      Branch: perl
18562            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
18563            ! utf8.c
18564 ____________________________________________________________________________
18565 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
18566         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
18567              From: "Craig A. Berry" <craigberry@mac.com>
18568              Date: Fri, 02 Nov 2001 00:03:52 -0600
18569              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
18570      Branch: perl
18571            ! lib/AutoSplit.t
18572 ____________________________________________________________________________
18573 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
18574         Log: Subject: Trivial doc patch
18575              From: andreas.koenig@anima.de (Andreas J. Koenig)
18576              Date: 02 Nov 2001 06:11:35 +0100
18577              Message-ID: <m37kt94v08.fsf@anima.de>
18578      Branch: perl
18579            ! pod/perlport.pod
18580 ____________________________________________________________________________
18581 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
18582         Log: Make encoding and charnames pragmas coexist.
18583      Branch: perl
18584            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
18585 ____________________________________________________________________________
18586 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
18587         Log: The basic character classes seem to go untested with Unicode.
18588      Branch: perl
18589            ! t/op/pat.t
18590 ____________________________________________________________________________
18591 [ 12802] By: ams                                   on 2001/11/02  00:39:36
18592         Log: Subject: [PATCH] the the double double word word fix fix
18593              From: Richard Soderberg <rs@oregonnet.com>
18594              Date: Thu, 1 Nov 2001 13:12:03 -0800
18595              Message-Id: <200111012112.NAA23288@oregonnet.com>
18596              
18597              Subject: Re: [PATCH] the the double double word word fix fix
18598              From: Mark-Jason Dominus <mjd@plover.com>
18599              Date: Thu, 01 Nov 2001 16:43:40 -0500
18600              Message-Id: <20011101214340.2044.qmail@plover.com>
18601              
18602              Subject: Re: [PATCH] the the double double word word fix fix
18603              From: Mark-Jason Dominus <mjd@plover.com>
18604              Date: Thu, 01 Nov 2001 16:51:39 -0500
18605              Message-Id: <20011101215139.2196.qmail@plover.com>
18606      Branch: perl
18607            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
18608            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
18609            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
18610            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
18611            ! pod/perltodo.pod pod/perlxstut.pod
18612 ____________________________________________________________________________
18613 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
18614         Log: Comment tweaks.
18615      Branch: perl
18616            ! toke.c
18617 ____________________________________________________________________________
18618 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
18619         Log: FAQ sync.
18620      Branch: perl
18621            ! pod/perlfaq9.pod
18622 ____________________________________________________________________________
18623 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
18624         Log: If an encoding is set by -M/-m, it must be in
18625              effect only for the actual script, not any other
18626              required/-M/-m'ed module, otherwise we enter a nasty
18627              recursion in regexec.c while trying to init the simple
18628              UTF-8 charclasses like PL_utf8_alnum.
18629      Branch: perl
18630            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
18631 ____________________________________________________________________________
18632 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
18633         Log: A bit more descriptive name.
18634      Branch: perl
18635            ! mg.c
18636 ____________________________________________________________________________
18637 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
18638         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
18639              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18640              Date: Wed, 31 Oct 2001 13:47:04 EST
18641              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
18642      Branch: perl
18643            ! ext/Time/HiRes/HiRes.t
18644 ____________________________________________________________________________
18645 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
18646         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
18647              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18648              Date: Wed, 31 Oct 2001 13:43:29 EST
18649              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
18650      Branch: perl
18651            ! mg.c
18652 ____________________________________________________________________________
18653 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
18654         Log: Subject: [PATCH] Various test cleanups
18655              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18656              Date: Tue, 30 Oct 2001 21:56:26 +0100
18657              Message-ID: <20011030215626.A28503@rafael>
18658      Branch: perl
18659            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18660            ! ext/DB_File/t/db-recno.t ext/Encode.t
18661 ____________________________________________________________________________
18662 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
18663         Log: Update Changes.
18664      Branch: perl
18665            ! Changes patchlevel.h
18666 ____________________________________________________________________________
18667 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
18668         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
18669              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
18670              Date: Wed, 31 Oct 2001 17:16:39 +0100
18671              Message-ID: <20011031171639.A32511@rafael>
18672      Branch: perl
18673            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
18674 ____________________________________________________________________________
18675 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
18676         Log: Skip message nit.
18677      Branch: perl
18678            ! t/io/fs.t
18679 ____________________________________________________________________________
18680 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
18681         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
18682              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18683              Date: 31 Oct 2001 14:49:37 -0000
18684              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
18685      Branch: perl
18686            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
18687 ____________________________________________________________________________
18688 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
18689         Log: Extend the effect of the encoding pragma to chr() and ord().
18690              
18691              TODO: regex literals, reentrancy problems with the utf8
18692              and charnames pragmas.
18693      Branch: perl
18694            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
18695 ____________________________________________________________________________
18696 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
18697         Log: Doc tweaks.
18698      Branch: perl
18699            ! lib/encoding.pm
18700 ____________________________________________________________________________
18701 [ 12788] By: nick                                  on 2001/10/31  08:59:56
18702         Log: Integrate mainline
18703      Branch: perlio
18704           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
18705           !> (integrate 49 files)
18706 ____________________________________________________________________________
18707 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
18708         Log: Forgot new proto.
18709      Branch: perl
18710            ! proto.h
18711 ____________________________________________________________________________
18712 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
18713         Log: Clarification: use encoding cannot be used to
18714              change the default encoding of "your whole script";
18715              only the default encoding of the *data*.  Also, it
18716              seems that "use encoding" does not mix with "use utf8"
18717              (a coredumping recursion ensues).  Should not be a huge
18718              problem since "use utf8" is pretty marginal nowadays.
18719      Branch: perl
18720            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
18721 ____________________________________________________________________________
18722 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
18723         Log: More documentation for the encode pragma.
18724      Branch: perl
18725            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
18726            ! pod/perlapi.pod pod/perlunicode.pod sv.c
18727 ____________________________________________________________________________
18728 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
18729         Log: Thinko in #12783.
18730      Branch: perl
18731            ! sv.c
18732 ____________________________________________________________________________
18733 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
18734         Log: Make sv_recode_to_utf8() a real API: the encoding
18735              is a parameter, instead of a global.  Document the
18736              PERL_ENCODING.
18737      Branch: perl
18738            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
18739            ! toke.c
18740 ____________________________________________________________________________
18741 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
18742         Log: Enable -Mencoding=foobar also for string literals.
18743      Branch: perl
18744            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
18745            ! pod/perlapi.pod proto.h sv.c toke.c
18746 ____________________________________________________________________________
18747 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
18748         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
18749              From: Andy Dougherty <doughera@lafayette.edu>
18750              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
18751              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
18752      Branch: perl
18753            ! ext/POSIX/hints/svr4.pl
18754 ____________________________________________________________________________
18755 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
18756         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
18757              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18758              Date: Mon, 29 Oct 2001 23:11:58 -0000
18759              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
18760              
18761              Add compat.h.
18762      Branch: perl
18763            ! lib/h2xs.t utils/h2xs.PL
18764 ____________________________________________________________________________
18765 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
18766         Log: Subject: PerlIOBuf_dup
18767              From: Nicholas Clark <nick@ccl4.org>              
18768              Date: Mon, 29 Oct 2001 21:52:35 +0000             
18769              Message-ID: <20011029215235.K41204@plum.flirble.org>
18770              
18771              Add prototype.
18772      Branch: perl
18773            ! perliol.h
18774 ____________________________________________________________________________
18775 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
18776         Log: Subject: [PATCH] Make malloc.c errors more useful
18777              From: Richard Soderberg <rs@oregonnet.com>
18778              Date: Mon, 29 Oct 2001 22:28:02 -0800
18779              Message-Id: <200110300628.WAA11025@oregonnet.com>
18780      Branch: perl
18781            ! malloc.c
18782 ____________________________________________________________________________
18783 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
18784         Log: Retract #12776 - the bug 19990906.001 is still valid.
18785      Branch: perl
18786            ! t/run/kill_perl.t
18787 ____________________________________________________________________________
18788 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
18789         Log: (Retracted by #12777)
18790              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
18791              From: Michael G Schwern <schwern@pobox.com> 
18792              Date: Mon, 29 Oct 2001 23:01:08 -0500
18793              Message-ID: <20011029230108.G18053@blackrider>
18794      Branch: perl
18795            ! t/run/kill_perl.t
18796 ____________________________________________________________________________
18797 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
18798         Log: Comment nits.
18799      Branch: perl
18800            ! lib/encoding.t
18801 ____________________________________________________________________________
18802 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
18803         Log: integrate change#12772 from mainline
18804              
18805              Subject: [PATCH] Mommy, what's a pointer cast?
18806      Branch: maint-5.6/perl
18807            ! perl.h
18808 ____________________________________________________________________________
18809 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
18810         Log: Subject: [PATCH] Mommy, what's a pointer cast?
18811              From: Richard Soderberg <rs@oregonnet.com>
18812              Date: Mon, 29 Oct 2001 17:01:10 -0800
18813              Message-Id: <200110300101.RAA31561@oregonnet.com>
18814              
18815              (threads* parts)
18816      Branch: perl
18817            ! ext/threads/shared/shared.xs ext/threads/threads.xs
18818 ____________________________________________________________________________
18819 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
18820         Log: Subject: [PATCH] Mommy, what's a pointer cast?
18821              From: Richard Soderberg <rs@oregonnet.com>
18822              Date: Mon, 29 Oct 2001 17:01:10 -0800
18823              Message-Id: <200110300101.RAA31561@oregonnet.com>
18824              
18825              (the perl.h part)
18826      Branch: perl
18827            ! perl.h
18828 ____________________________________________________________________________
18829 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
18830         Log: Subject: [PATCH] OpenBSD likes signal.h 
18831              From: Richard Soderberg <rs@oregonnet.com>
18832              Date: Mon, 29 Oct 2001 17:00:31 -0800
18833              Message-Id: <200110300100.RAA31533@oregonnet.com>
18834      Branch: perl
18835            ! unixish.h
18836 ____________________________________________________________________________
18837 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
18838         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
18839              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18840              Date: Mon, 29 Oct 2001 23:04:23 -0000
18841              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
18842      Branch: perl
18843            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18844            ! ext/DB_File/t/db-recno.t
18845 ____________________________________________________________________________
18846 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
18847         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
18848              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
18849              Date: Mon, 29 Oct 2001 12:34:07 -0600
18850              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
18851      Branch: perl
18852            ! ext/Time/HiRes/HiRes.t
18853 ____________________________________________________________________________
18854 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
18855         Log: Update Changes.
18856      Branch: perl
18857            ! Changes patchlevel.h
18858 ____________________________________________________________________________
18859 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
18860         Log: AIX needs an explicit symbol export list.
18861      Branch: perl
18862            ! lib/ExtUtils/Embed.t
18863 ____________________________________________________________________________
18864 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
18865         Log: The test (and the module) would require some
18866              quality hacking time to work on EBCDIC.  Based on
18867              the test results nothing seems to be majorly broken,
18868              the module just seems to have strange assumptions:
18869              got: ''\226\225\205'
18870              expected: ''one'
18871              The \226\225\205 being, of course, 'one', in EBCDIC.
18872      Branch: perl
18873            ! lib/Dumpvalue.t
18874 ____________________________________________________________________________
18875 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
18876         Log: Mark the test known to be failing in EBCDIC.
18877      Branch: perl
18878            ! t/op/tr.t
18879 ____________________________________________________________________________
18880 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
18881         Log: None of the libnet modules are going to work in
18882              EBCDIC without the Convert::EBCDIC.
18883      Branch: perl
18884            ! t/lib/1_compile.t
18885 ____________________________________________________________________________
18886 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
18887         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
18888      Branch: perl
18889            ! t/op/pack.t
18890 ____________________________________________________________________________
18891 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
18892         Log: UTF-EBCDIC ain't UTF-8.
18893      Branch: perl
18894            ! t/op/pack.t
18895 ____________________________________________________________________________
18896 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
18897         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
18898      Branch: perl
18899            ! t/lib/1_compile.t
18900 ____________________________________________________________________________
18901 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
18902         Log: Let's not assume ASCII.
18903      Branch: perl
18904            ! t/op/lc.t
18905 ____________________________________________________________________________
18906 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
18907         Log: Call the new perlio symbols differently.
18908      Branch: perl
18909            ! makedef.pl
18910 ____________________________________________________________________________
18911 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
18912         Log: Don't expect ASCII ordering.
18913      Branch: perl
18914            ! lib/ExtUtils/Manifest.t
18915 ____________________________________________________________________________
18916 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
18917         Log: Forgot from #12756.
18918      Branch: perl
18919            ! perlio.h
18920 ____________________________________________________________________________
18921 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
18922         Log: BeOS tweaks:
18923              - fseeko and ftello can be found by Configure but
18924              we do not seem to have prototypes for them so
18925              let's make up some
18926              - BeOS didn't use to have real sockets (sockets as
18927              filedescriptors) but the BONE package is supposed
18928              to fix this.  I do not know how to detect BONEness,
18929              see hints/beos.sh for a spot that needs to fixed.
18930              - BeOS has O_TEXT != O_BINARY but has no setmode()
18931      Branch: perl
18932            ! hints/beos.sh perlio.c
18933 ____________________________________________________________________________
18934 [ 12755] By: sky                                   on 2001/10/29  12:56:12
18935         Log: Ugly fix to not die when a thread creator is holding locks.
18936      Branch: perl
18937            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18938            ! ext/threads/threads.xs
18939 ____________________________________________________________________________
18940 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
18941         Log: Integrate change #12752 from maintperl;
18942              
18943              croak(Nullch) wasn't printing the contents of ERRSV if there was
18944              no outer eval (bug in change#6125)
18945      Branch: perl
18946           !> util.c
18947 ____________________________________________________________________________
18948 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
18949         Log: Subject: [PATCH h2xs] Use of static data in XS modules
18950              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18951              Date: Sun, 28 Oct 2001 21:19:07 -0000
18952              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
18953              
18954              with nits from Sarathy.
18955      Branch: perl
18956            ! utils/h2xs.PL
18957 ____________________________________________________________________________
18958 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
18959         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
18960              no outer eval (bug in change#6125)
18961      Branch: maint-5.6/perl
18962            ! util.c
18963 ____________________________________________________________________________
18964 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
18965         Log: More todo for the encoding pragma.
18966      Branch: perl
18967            ! lib/encoding.pm
18968 ____________________________________________________________________________
18969 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
18970         Log: Add the encoding pragma to control the "upgrade"
18971              from the native eight bit data to Unicode.
18972              
18973              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
18974      Branch: perl
18975            + lib/encoding.pm lib/encoding.t
18976            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
18977            ! pod/perlunicode.pod pod/perlvar.pod sv.c
18978 ____________________________________________________________________________
18979 [ 12749] By: sky                                   on 2001/10/28  21:02:33
18980         Log: Update documentation.
18981      Branch: perl
18982            ! ext/threads/shared/shared.pm
18983 ____________________________________________________________________________
18984 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
18985         Log: Integrate change #12747 from maintperl;
18986              
18987              finishing touches to system() fixes on windows:
18988              * detect cmd shell correctly even if it had full path in it
18989              * more quoting needed for single-arg system if the argument
18990              really had multiple quoted arguments within it
18991              * be smarter about not calling the shell when the executable
18992              has spaces, but otherwise does not need shell involvement
18993              * add a testsuite (windows-specific currently)
18994      Branch: perl
18995           +> t/op/system.t t/op/system_tests
18996            ! MANIFEST pod/perltodo.pod
18997           !> win32/win32.c
18998 ____________________________________________________________________________
18999 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
19000         Log: finishing touches to system() fixes on windows:
19001              * detect cmd shell correctly even if it had full path in it
19002              * more quoting needed for single-arg system if the argument
19003              really had multiple quoted arguments within it
19004              * be smarter about not calling the shell when the executable
19005              has spaces, but otherwise does not need shell involvement
19006              * add a testsuite (windows-specific currently)
19007      Branch: maint-5.6/perl
19008            + t/op/system.t t/op/system_tests
19009            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
19010 ____________________________________________________________________________
19011 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
19012         Log: Integrate perlio.
19013      Branch: perl
19014           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
19015 ____________________________________________________________________________
19016 [ 12745] By: nick                                  on 2001/10/28  16:08:14
19017         Log: Mingw32 fixup for Embed.t
19018      Branch: perlio
19019            ! lib/ExtUtils/Embed.t
19020 ____________________________________________________________________________
19021 [ 12744] By: nick                                  on 2001/10/28  15:54:14
19022         Log: GCC vs MS 64-bit constant syntax
19023      Branch: perlio
19024            ! ext/Time/HiRes/HiRes.xs
19025 ____________________________________________________________________________
19026 [ 12743] By: nick                                  on 2001/10/28  15:42:55
19027         Log: Integrate mainline
19028      Branch: perlio
19029           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
19030 ____________________________________________________________________________
19031 [ 12742] By: sky                                   on 2001/10/28  14:47:10
19032         Log: Manpage updates.
19033      Branch: perl
19034            ! ext/threads/threads.pm
19035 ____________________________________________________________________________
19036 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
19037         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
19038      Branch: perl
19039            ! lib/ExtUtils/Embed.t
19040 ____________________________________________________________________________
19041 [ 12740] By: nick                                  on 2001/10/28  14:14:24
19042         Log: Integrate mainline
19043      Branch: perlio
19044           !> lib/ExtUtils/Embed.t win32/win32.c
19045 ____________________________________________________________________________
19046 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
19047         Log: Need to be ./executed.
19048      Branch: perl
19049            ! lib/ExtUtils/Embed.t
19050 ____________________________________________________________________________
19051 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
19052         Log: Integrate perlio.
19053      Branch: perl
19054           !> perlio.c win32/win32.h
19055 ____________________________________________________________________________
19056 [ 12737] By: nick                                  on 2001/10/28  13:53:45
19057         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
19058              by gcc -xc++.
19059      Branch: perlio
19060            ! win32/win32.h
19061 ____________________________________________________________________________
19062 [ 12736] By: nick                                  on 2001/10/28  13:50:50
19063         Log: Have :stdio layer update an honour the fd refcnt table.
19064              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
19065      Branch: perlio
19066            ! perlio.c
19067 ____________________________________________________________________________
19068 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
19069         Log: Integrate changes #12724 and #12725 from maintperl;
19070              multiarg system now works.
19071      Branch: perl
19072           !> win32/win32.c
19073 ____________________________________________________________________________
19074 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
19075         Log: Integrate perlio.
19076      Branch: perl
19077           +> lib/ExtUtils/Embed.t
19078           !> MANIFEST perlio.c
19079 ____________________________________________________________________________
19080 [ 12733] By: nick                                  on 2001/10/28  13:07:16
19081         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
19082              least for PERLIO=perlio unthreaded case
19083      Branch: perlio
19084            ! perlio.c
19085 ____________________________________________________________________________
19086 [ 12732] By: nick                                  on 2001/10/28  11:10:24
19087         Log: Typo in exe name
19088      Branch: perlio
19089            ! lib/ExtUtils/Embed.t
19090 ____________________________________________________________________________
19091 [ 12731] By: nick                                  on 2001/10/28  11:09:59
19092         Log: Integrate Mainline
19093      Branch: perlio
19094           !> Changes configure.com ext/DB_File/DB_File.pm
19095           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
19096           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
19097           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
19098           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
19099           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
19100           !> t/TEST t/op/regexp.t win32/buildext.pl
19101 ____________________________________________________________________________
19102 [ 12730] By: nick                                  on 2001/10/28  11:05:35
19103         Log: Fixup Embed.t for Win32/VC++
19104      Branch: perlio
19105            ! lib/ExtUtils/Embed.t
19106 ____________________________________________________________________________
19107 [ 12729] By: nick                                  on 2001/10/28  09:36:20
19108         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
19109              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
19110              ExtUtils::Embed.
19111      Branch: perlio
19112            + lib/ExtUtils/Embed.t
19113            ! MANIFEST
19114 ____________________________________________________________________________
19115 [ 12728] By: sky                                   on 2001/10/28  08:12:53
19116         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
19117              line manually!
19118      Branch: perl
19119            ! lib/ExtUtils/xsubpp
19120 ____________________________________________________________________________
19121 [ 12727] By: sky                                   on 2001/10/28  08:02:09
19122         Log: And here we use the prototypes.
19123      Branch: perl
19124            ! ext/threads/shared/shared.xs
19125 ____________________________________________________________________________
19126 [ 12726] By: sky                                   on 2001/10/28  08:00:48
19127         Log: Support [] style prototypes.
19128      Branch: perl
19129            ! lib/ExtUtils/xsubpp
19130 ____________________________________________________________________________
19131 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
19132         Log: yet another multi-arg system() fix on windows: batch files as the
19133              first argument (i.e. directly executed by CreateProcess()) need
19134              extra quoting to escape shell-shock
19135      Branch: maint-5.6/perl
19136            ! win32/win32.c
19137 ____________________________________________________________________________
19138 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
19139         Log: another multi-arg system() fix on windows: passing empty arguments
19140              now works
19141      Branch: maint-5.6/perl
19142            ! win32/win32.c
19143 ____________________________________________________________________________
19144 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
19145         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
19146              No final #else #error because we do not seem to
19147              be using #error?
19148      Branch: perl
19149            ! op.h
19150 ____________________________________________________________________________
19151 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
19152         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
19153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
19154              Date: Sat, 27 Oct 2001 23:28:44 EST 
19155              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
19156      Branch: perl
19157            ! ext/Time/HiRes/HiRes.xs
19158 ____________________________________________________________________________
19159 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
19160         Log: Regen perlapi, perltoc.
19161      Branch: perl
19162            ! pod/perlapi.pod pod/perltoc.pod
19163 ____________________________________________________________________________
19164 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
19165         Log: Subject: [PATCH] sv.h documentation
19166              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
19167              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
19168              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
19169      Branch: perl
19170            ! sv.h
19171 ____________________________________________________________________________
19172 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
19173         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
19174              system("nmake -nologo", "clean") and there is no executable
19175              called "nmake -nologo"; this used to "work" pre-change#12559 due
19176              to bugs in multiarg system() that have since been fixed
19177      Branch: perl
19178            ! win32/buildext.pl
19179 ____________________________________________________________________________
19180 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
19181         Log: Update Changes.
19182      Branch: perl
19183            ! Changes patchlevel.h
19184 ____________________________________________________________________________
19185 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
19186         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
19187              From: Richard.Foley@t-online.de (Richard Foley)            
19188              Date: Sun, 28 Oct 2001 00:48:32 +0200
19189              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
19190      Branch: perl
19191            ! pod/perlhack.pod
19192 ____________________________________________________________________________
19193 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
19194         Log: Must store pointers with the right width.
19195      Branch: perl
19196            ! op.h
19197 ____________________________________________________________________________
19198 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
19199         Log: Integrate change #12711 from perlio;
19200              
19201              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
19202              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
19203      Branch: perl
19204           !> perlio.c
19205 ____________________________________________________________________________
19206 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
19207         Log: Subject: [PATCH] make minitest
19208              From: Nicholas Clark <nick@ccl4.org>
19209              Date: Sat, 27 Oct 2001 22:56:16 +0100
19210              Message-ID: <20011027225616.L20275@plum.flirble.org>
19211      Branch: perl
19212            ! t/TEST
19213 ____________________________________________________________________________
19214 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
19215         Log: Patch #12661 missed this.
19216      Branch: perl
19217            ! ext/DB_File/DB_File.pm
19218 ____________________________________________________________________________
19219 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
19220         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
19221              From: "Craig A. Berry" <craigberry@mac.com>
19222              Date: Sat, 27 Oct 2001 16:07:47 -0500
19223              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
19224      Branch: perl
19225            ! configure.com perlio.c
19226 ____________________________________________________________________________
19227 [ 12711] By: nick                                  on 2001/10/27  19:49:25
19228         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
19229              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
19230      Branch: perlio
19231            ! perlio.c
19232 ____________________________________________________________________________
19233 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
19234         Log: Let's not replace reason if there's one already supplied.
19235      Branch: perl
19236            ! t/op/regexp.t
19237 ____________________________________________________________________________
19238 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
19239         Log: is not good.
19240      Branch: perl
19241            ! t/op/regexp.t
19242 ____________________________________________________________________________
19243 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
19244         Log: ldlibpth can exist but be unset.
19245      Branch: perl
19246            ! t/TEST
19247 ____________________________________________________________________________
19248 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
19249         Log: Unicode: property alias naming cleanup.
19250      Branch: perl
19251            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
19252 ____________________________________________________________________________
19253 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
19254         Log: FAQ sync.
19255      Branch: perl
19256            ! pod/perlfaq4.pod
19257 ____________________________________________________________________________
19258 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
19259         Log: Integrate change #12703 from maintperl;
19260              
19261              typemap stuff intervenes before declaration, move it to PREINIT
19262              section
19263              
19264              (an empty integrate, but now the files are in sync
19265              between the branches)
19266      Branch: perl
19267           !> ext/ODBM_File/ODBM_File.xs
19268 ____________________________________________________________________________
19269 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
19270         Log: More PerlIO symbols.
19271      Branch: perl
19272            ! makedef.pl
19273 ____________________________________________________________________________
19274 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
19275         Log: typemap stuff intervenes before declaration, move it to PREINIT
19276              section
19277      Branch: maint-5.6/perl
19278            ! ext/ODBM_File/ODBM_File.xs
19279 ____________________________________________________________________________
19280 [ 12702] By: nick                                  on 2001/10/27  14:09:35
19281         Log: Integrate mainline
19282      Branch: perlio
19283           +> ext/threads/shared/t/av_simple.t
19284           +> ext/threads/shared/t/hv_refs.t
19285           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
19286           !> (integrate 109 files)
19287 ____________________________________________________________________________
19288 [ 12700] By: ams                                   on 2001/10/26  21:22:23
19289         Log: Subject: [PATCH] tweak divide
19290              From: Nicholas Clark <nick@ccl4.org>
19291              Date: Fri, 26 Oct 2001 22:52:17 +0100
19292              Message-Id: <20011026225217.B20275@plum.flirble.org>
19293      Branch: perl
19294            ! pp.c
19295 ____________________________________________________________________________
19296 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
19297         Log: Integrate a buncha things from maintperl.
19298      Branch: maint-5.6/macperl
19299           !> (integrate 32 files)
19300 ____________________________________________________________________________
19301 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
19302         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
19303              From: Andy Dougherty <doughera@lafayette.edu>
19304              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
19305              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
19306      Branch: perl
19307            ! hints/svr4.sh
19308 ____________________________________________________________________________
19309 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
19310         Log: When you're root, many things become writable.
19311      Branch: perl
19312            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
19313 ____________________________________________________________________________
19314 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
19315         Log: Update Changes.
19316      Branch: perl
19317            ! Changes patchlevel.h
19318 ____________________________________________________________________________
19319 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
19320         Log: Term/Cap.t attempts to access the floppy drive for no good reason
19321              on dosish systems
19322      Branch: perl
19323            ! lib/Term/Cap.t
19324 ____________________________________________________________________________
19325 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
19326         Log: fix misleading comment on known inadequacy in B::Terse, and skip
19327              it correctly
19328      Branch: perl
19329            ! ext/B/t/terse.t
19330 ____________________________________________________________________________
19331 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
19332         Log: fix spurious AutoSplit.t failure under windows
19333      Branch: perl
19334            ! lib/AutoSplit.t
19335 ____________________________________________________________________________
19336 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
19337         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
19338      Branch: perl
19339            ! ext/Time/HiRes/HiRes.t
19340 ____________________________________________________________________________
19341 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
19342         Log: More logical to use %04"UVXf" than %"UVuf" since
19343              the Unicode standard prefers hex.
19344      Branch: perl
19345            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
19346            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
19347            ! lib/unicore/mktables utf8.c
19348 ____________________________________________________________________________
19349 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
19350         Log: change#12065 seems to have broken Encode build on windows; fix
19351      Branch: perl
19352            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
19353 ____________________________________________________________________________
19354 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
19355         Log: Unicode: add the case folding table.
19356      Branch: perl
19357            + lib/unicore/To/Fold.pl
19358            ! MANIFEST lib/unicore/mktables
19359 ____________________________________________________________________________
19360 [ 12688] By: sky                                   on 2001/10/26  13:51:29
19361         Log: Get the new functions right, do not export lock since we use builtin lock.
19362              TODO: fix xsubpp to support the new prototypes
19363      Branch: perl
19364            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19365 ____________________________________________________________________________
19366 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
19367         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
19368              as suggested by Sarathy.
19369      Branch: perl
19370            ! mg.c
19371 ____________________________________________________________________________
19372 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
19373         Log: avoid compiler warning
19374      Branch: perl
19375            ! win32/win32.c
19376 ____________________________________________________________________________
19377 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
19378         Log: WinCE update from Rainer Keuchel.
19379      Branch: perl
19380            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
19381            ! wince/wince.c
19382 ____________________________________________________________________________
19383 [ 12684] By: sky                                   on 2001/10/26  13:34:33
19384         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
19385      Branch: perl
19386            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19387 ____________________________________________________________________________
19388 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
19389         Log: More fixes that were made to the core and not in the libnet src
19390      Branch: perl
19391            ! lib/Net/Domain.pm
19392 ____________________________________________________________________________
19393 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
19394         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
19395              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
19396              Date: Fri, 26 Oct 2001 13:55:21 +0200
19397              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
19398              
19399              (plus make the db-recno.t#59 accept both \n and \r\n)
19400      Branch: perl
19401            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19402            ! ext/DB_File/t/db-recno.t
19403 ____________________________________________________________________________
19404 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
19405         Log: Fix tests to be able to run in the core and the CPAN dist
19406      Branch: perl
19407            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
19408            ! lib/Net/t/require.t lib/Net/t/smtp.t
19409 ____________________________________________________________________________
19410 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
19411         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
19412              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19413              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
19414              Date: Fri, 26 Oct 2001 08:34:46 EDT
19415      Branch: perl
19416            ! ext/Time/HiRes/HiRes.t
19417 ____________________________________________________________________________
19418 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
19419         Log: Sync libnet modules with what will be libnet-1.08
19420      Branch: perl
19421            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
19422            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
19423            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
19424            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
19425 ____________________________________________________________________________
19426 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
19427         Log: Integrate maintperl changes #12268 and #12669;
19428              
19429              final touches to the audit for statics and thread-unsafe code
19430              * make DB_File, ODBM_File thread-safe 
19431              * remove unnecessary/dangerous statics and protect others
19432              from not getting accidentally enabled under threaded perls
19433              
19434              windows support functions get_childdir() et al aren't exported
19435              correctly under vanilla build
19436              
19437              Testing under win32 appreciated since changes there had
19438              to be manually merged and I cannot test how badly did I do.
19439      Branch: perl
19440           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
19441           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
19442           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
19443           !> win32/vmem.h win32/win32.c win32/win32iop.h
19444 ____________________________________________________________________________
19445 [ 12677] By: sky                                   on 2001/10/26  12:37:17
19446         Log: More Config::threads to threads::threads changes
19447      Branch: perl
19448            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
19449 ____________________________________________________________________________
19450 [ 12676] By: sky                                   on 2001/10/26  12:31:46
19451         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
19452      Branch: perl
19453            ! ext/threads/threads.pm ext/threads/threads.xs
19454 ____________________________________________________________________________
19455 [ 12675] By: sky                                   on 2001/10/26  12:06:30
19456         Log: Allocing a TLS in runtime is not too hot.
19457      Branch: perl
19458            ! ext/threads/threads.xs
19459 ____________________________________________________________________________
19460 [ 12674] By: sky                                   on 2001/10/26  11:59:09
19461         Log: Don't display debug data.
19462      Branch: perl
19463            ! ext/threads/threads.pm
19464 ____________________________________________________________________________
19465 [ 12673] By: sky                                   on 2001/10/26  11:35:47
19466         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
19467              complete bar support for blessed objects.
19468              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
19469      Branch: perl
19470            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
19471 ____________________________________________________________________________
19472 [ 12672] By: sky                                   on 2001/10/26  11:15:28
19473         Log: Fix case where shared reference does not exist in current thread.
19474      Branch: perl
19475            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
19476 ____________________________________________________________________________
19477 [ 12671] By: sky                                   on 2001/10/26  08:48:52
19478         Log: Support for references in shared arrays.
19479      Branch: perl
19480            ! ext/threads/shared/shared.xs
19481 ____________________________________________________________________________
19482 [ 12670] By: sky                                   on 2001/10/26  08:30:11
19483         Log: Add tests for references in hashes.
19484      Branch: perl
19485            + ext/threads/shared/t/hv_refs.t
19486            ! MANIFEST
19487 ____________________________________________________________________________
19488 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
19489         Log: windows support functions get_childdir() et al aren't exported
19490              correctly under vanilla build
19491      Branch: maint-5.6/perl
19492            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
19493 ____________________________________________________________________________
19494 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
19495         Log: final touches to the audit for statics and thread-unsafe code
19496              * make DB_File, ODBM_File thread-safe 
19497              * remove unnecessary/dangerous statics and protect others
19498              from not getting accidentally enabled under threaded perls
19499      Branch: maint-5.6/perl
19500            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
19501            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
19502            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
19503            ! win32/win32.c
19504 ____________________________________________________________________________
19505 [ 12667] By: ams                                   on 2001/10/26  03:48:36
19506         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
19507              From: "Richard Soderberg" <rs@crystalflame.net>
19508              Date: Thu, 25 Oct 2001 23:42:50 -0400
19509              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
19510      Branch: perl
19511            ! sharedsv.c
19512 ____________________________________________________________________________
19513 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
19514         Log: Integrate change #12664 from maintperl;
19515              
19516              the newest GCCs don't seem to like C<"string1"##STRING2>
19517              so keep it as C<"string1" STRING2> (latter appears to
19518              work everywhere)
19519      Branch: perl
19520           !> ext/DynaLoader/dlutils.c
19521 ____________________________________________________________________________
19522 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
19523         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
19524              From: Chris Nandor <pudge@pobox.com>
19525              Date: Thu, 25 Oct 2001 22:15:03 -0400
19526              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
19527      Branch: perl
19528            ! perl.h
19529 ____________________________________________________________________________
19530 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
19531         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
19532              C<"string1" STRING2> (latter appears to work everywhere)
19533      Branch: maint-5.6/perl
19534            ! ext/DynaLoader/dlutils.c
19535 ____________________________________________________________________________
19536 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
19537         Log: AUTHORS update.
19538      Branch: perl
19539            ! AUTHORS
19540 ____________________________________________________________________________
19541 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
19542         Log: Integrate change #12660 from maintperl;
19543              
19544              make the dMY_CXT stuff available under all of
19545              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
19546      Branch: perl
19547           !> perl.h
19548 ____________________________________________________________________________
19549 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
19550         Log: Subject: [PATCH] DB_File-1.79
19551              From: "Paul Marquess" <paul.marquess@openwave.com>
19552              Date: Fri, 26 Oct 2001 00:03:54 +0100
19553              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
19554      Branch: perl
19555            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
19556            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
19557 ____________________________________________________________________________
19558 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
19559         Log: make the dMY_CXT stuff available under all of
19560              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
19561      Branch: maint-5.6/perl
19562            ! perl.h
19563 ____________________________________________________________________________
19564 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
19565         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
19566              From: Michael G Schwern <schwern@pobox.com>
19567              Date: Thu, 25 Oct 2001 18:28:12 -0400
19568              Message-ID: <20011025182812.M4811@blackrider>
19569      Branch: perl
19570            ! t/run/kill_perl.t
19571 ____________________________________________________________________________
19572 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
19573         Log: STRLEN != int.
19574      Branch: perl
19575            ! regcomp.c regexec.c
19576 ____________________________________________________________________________
19577 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
19578         Log: Subject: [PATCH] remove small IVop redundancy
19579              From: Nicholas Clark <nick@ccl4.org>
19580              Date: Thu, 25 Oct 2001 22:48:28 +0100
19581              Message-ID: <20011025224827.M66471@plum.flirble.org>
19582      Branch: perl
19583            ! pp.c pp_hot.c
19584 ____________________________________________________________________________
19585 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
19586         Log: Metaconfig unit change for #12655.
19587      Branch: metaconfig/U/perl
19588            ! Extensions.U
19589 ____________________________________________________________________________
19590 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
19591         Log: Subject: Re: Not OK @12650
19592              From: Andy Dougherty <doughera@lafayette.edu>
19593              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
19594              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
19595      Branch: perl
19596            ! Configure
19597 ____________________________________________________________________________
19598 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
19599         Log: Integrate changes #12652 and #12653 from maintperl;
19600              
19601              more tweaks to change#12626
19602              * move the boilerplate code over to perl.h and make DynaLoader
19603              use it
19604              * make re, Opcode, File::Glob and B threadsafe
19605              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
19606              C<no re;> anywhere)
19607              
19608              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
19609              
19610              File::Glob required a bit more work in bleadperl
19611              because of ExtUtils::Constant (see the Makefile.PL change)
19612      Branch: perl
19613            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
19614           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
19615           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
19616 ____________________________________________________________________________
19617 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
19618         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
19619      Branch: maint-5.6/perl
19620            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
19621            ! ext/Opcode/Opcode.xs ext/re/re.xs
19622 ____________________________________________________________________________
19623 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
19624         Log: more tweaks to change#12626
19625              * move the boilerplate code over to perl.h and make DynaLoader
19626              use it
19627              * make re, Opcode, File::Glob and B threadsafe
19628              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
19629              C<no re;> anywhere)
19630      Branch: maint-5.6/perl
19631            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
19632            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
19633 ____________________________________________________________________________
19634 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
19635         Log: Metaconfig unit change for #12650.
19636      Branch: metaconfig/U/perl
19637            ! Extensions.U
19638 ____________________________________________________________________________
19639 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
19640         Log: Subject: Re: ithreads doesn't like usedl=n
19641              From: Andy Dougherty <doughera@lafayette.edu>
19642              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
19643              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
19644              
19645              Special-case threads::shared.
19646      Branch: perl
19647            ! Configure
19648 ____________________________________________________________________________
19649 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
19650         Log: Getting fancier...
19651      Branch: perl
19652            ! t/TEST
19653 ____________________________________________________________________________
19654 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
19655         Log: csh - what a pain.
19656      Branch: perl
19657            ! t/TEST
19658 ____________________________________________________________________________
19659 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
19660         Log: Update Changes.
19661      Branch: perl
19662            ! Changes patchlevel.h
19663 ____________________________________________________________________________
19664 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
19665         Log: Allow resetting the locale system for the duration
19666              of the build (Mac OS X default setting LANG=En_US
19667              ist kaputt)
19668      Branch: perl
19669            ! Makefile.SH
19670 ____________________________________________________________________________
19671 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
19672         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
19673      Branch: perl
19674            ! ext/Digest/MD5/t/files.t
19675 ____________________________________________________________________________
19676 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
19677         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
19678              From: Andy Dougherty <doughera@lafayette.edu>
19679              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
19680              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
19681      Branch: perl
19682            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
19683            ! ext/threads/shared/Makefile.PL
19684 ____________________________________________________________________________
19685 [ 12643] By: sky                                   on 2001/10/25  12:28:26
19686         Log: Add support for reference members of hashes.
19687      Branch: perl
19688            ! ext/threads/shared/shared.xs
19689 ____________________________________________________________________________
19690 [ 12642] By: ams                                   on 2001/10/25  12:21:13
19691         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
19692              From: "Norton Allen" <nort@qnx.com>
19693              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
19694              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
19695      Branch: perl
19696            ! ext/Digest/MD5/MD5.xs
19697 ____________________________________________________________________________
19698 [ 12641] By: sky                                   on 2001/10/25  10:27:39
19699         Log: Tests shared hashes.
19700      Branch: perl
19701            + ext/threads/shared/t/hv_simple.t
19702            ! MANIFEST
19703 ____________________________________________________________________________
19704 [ 12640] By: sky                                   on 2001/10/25  10:18:23
19705         Log: Fix threadcounts for arrays and hashes.
19706      Branch: perl
19707            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19708 ____________________________________________________________________________
19709 [ 12639] By: sky                                   on 2001/10/25  10:17:26
19710         Log: Note to self, doing *src_ary++ in a macro that evaluates
19711              the value more than once is a good way to dump core.
19712      Branch: perl
19713            ! sharedsv.c
19714 ____________________________________________________________________________
19715 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
19716         Log: Integrate change #12636 from maintperl; more dl fixups.
19717      Branch: perl
19718           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
19719           !> ext/DynaLoader/dl_vms.xs
19720 ____________________________________________________________________________
19721 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
19722         Log: Like dl_hpux, like dl_dld.
19723      Branch: perl
19724            ! ext/DynaLoader/dl_dld.xs
19725 ____________________________________________________________________________
19726 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
19727         Log: followups to change#12635
19728      Branch: maint-5.6/perl
19729            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
19730            ! ext/DynaLoader/dl_vms.xs
19731 ____________________________________________________________________________
19732 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
19733         Log: add part of change#12634 to the two files that need it; dl_aix.xs
19734              in maint-5.6 doesn't have the branch that had the problem in
19735              mainline
19736      Branch: maint-5.6/perl
19737            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
19738 ____________________________________________________________________________
19739 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
19740         Log: Fixes for #12627.
19741      Branch: perl
19742            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
19743 ____________________________________________________________________________
19744 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
19745         Log: Since pv_uni_display and sv_uni_display are now used
19746              in the re extension, their symbols have to be exported.
19747      Branch: perl
19748            ! embed.pl global.sym
19749 ____________________________________________________________________________
19750 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
19751         Log: Subject:  Re: [PATCH Perl@12567] debug /list
19752              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19753              Date: Tue, 23 Oct 2001 21:40:33 EDT
19754              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
19755      Branch: perl
19756            ! configure.com
19757 ____________________________________________________________________________
19758 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
19759         Log: This takes care of some of the re 'debug' cases but
19760              not all cases since the information whether the pattern
19761              or the target are utf8 seems to be either lost or not
19762              spread widely enough, sigh.
19763      Branch: perl
19764            ! regcomp.c
19765 ____________________________________________________________________________
19766 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
19767         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
19768              From: John Peacock <jpeacock@rowman.com>
19769              Date: Wed, 24 Oct 2001 16:53:29 -0400
19770              Message-ID: <3BD72A49.1508D152@rowman.com>
19771      Branch: perl
19772            ! configure.com
19773 ____________________________________________________________________________
19774 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
19775         Log: Upgrade NetWare and WinCE as in #12626.
19776      Branch: perl
19777            ! NetWare/dl_netware.xs wince/dl_win32.xs
19778 ____________________________________________________________________________
19779 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
19780         Log: Tru64 compiler nit.
19781      Branch: perl
19782            ! ext/threads/shared/shared.xs
19783 ____________________________________________________________________________
19784 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
19785         Log: Integrate change #12626 from maintperl;
19786              make DynaLoader threadsafe by moving all statics into
19787              interpreter-local space
19788              
19789              TODO: Netware, OS/2, WinCE
19790      Branch: perl
19791           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
19792           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
19793           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
19794           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
19795           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
19796           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
19797           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
19798 ____________________________________________________________________________
19799 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
19800         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
19801              space
19802      Branch: maint-5.6/perl
19803            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
19804            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
19805            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
19806            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
19807            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
19808            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
19809            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
19810 ____________________________________________________________________________
19811 [ 12625] By: sky                                   on 2001/10/24  20:05:26
19812         Log: Change #12623 inflicted an infinite hang. Fixed.
19813      Branch: perl
19814            ! ext/threads/shared/shared.xs
19815 ____________________________________________________________________________
19816 [ 12624] By: sky                                   on 2001/10/24  19:06:55
19817         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
19818      Branch: perl
19819            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19820 ____________________________________________________________________________
19821 [ 12623] By: sky                                   on 2001/10/24  18:06:34
19822         Log: We need to do sharedsv_find in the original perl context.
19823      Branch: perl
19824            ! ext/threads/shared/shared.xs
19825 ____________________________________________________________________________
19826 [ 12622] By: sky                                   on 2001/10/24  17:26:51
19827         Log: Add support for basic support for AVs, references not supported yet.
19828              Add test for AVs.
19829              Add more tests to sv_refs
19830              Fix documentation issues.  
19831      Branch: perl
19832            + ext/threads/shared/t/av_simple.t
19833            ! MANIFEST ext/threads/shared/shared.pm
19834            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
19835 ____________________________________________________________________________
19836 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
19837         Log: Dump Unicode better for re 'debug'.  The regprop()
19838              is unfinished since have to figure out how to detect
19839              Unicodeness in there.
19840      Branch: perl
19841            ! regcomp.c regexec.c
19842 ____________________________________________________________________________
19843 [ 12620] By: sky                                   on 2001/10/24  13:18:07
19844         Log: Add support for finding shared arrays and hashes.
19845      Branch: perl
19846            ! sharedsv.c
19847 ____________________________________________________________________________
19848 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
19849         Log: Rewrite sv_uni_display() as pv_uni_display() as
19850              reimplement sv_uni_display() using that.
19851      Branch: perl
19852            ! dump.c embed.h embed.pl proto.h
19853 ____________________________________________________________________________
19854 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
19855         Log: Integrate change #12615 from maintperl;
19856              on Windows, IO::File::new_tmpfile() fails after being called
19857              32767 times because MSVCRT thinks stdio's TMP_MAX is a
19858              process-wide limit
19859      Branch: perl
19860           !> win32/win32.c
19861 ____________________________________________________________________________
19862 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
19863         Log: Don't try to print ints as IVs.
19864      Branch: perl
19865            ! ext/Time/HiRes/HiRes.xs
19866 ____________________________________________________________________________
19867 [ 12616] By: sky                                   on 2001/10/24  11:06:35
19868         Log: We only need to fetch the SV from the backend if the index
19869              is not the same as mg_private.     In theory this could be
19870              a problem if there are an exact multiple of U16 changes
19871              of a shared variable between two access in a given thread,
19872              we choose to avoid theory for now.
19873      Branch: perl
19874            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
19875 ____________________________________________________________________________
19876 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
19877         Log: on Windows, IO::File::new_tmpfile() fails after being called
19878              32767 times because MSVCRT thinks stdio's TMP_MAX is a
19879              process-wide limit
19880      Branch: maint-5.6/perl
19881            ! win32/win32.c
19882 ____________________________________________________________________________
19883 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
19884         Log: Negation and Unicode: sort of solves 20010303.010,
19885              except not quite like reported in the Subject
19886              (Perl_warner is still utf8-ignorant).
19887      Branch: perl
19888            ! pp.c t/lib/warnings/sv
19889 ____________________________________________________________________________
19890 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
19891         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
19892      Branch: perl
19893            ! sv.c t/lib/warnings/sv
19894 ____________________________________________________________________________
19895 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
19896         Log: sv_uni_display(): do not add the "...", let the caller
19897              do it if wanted, and be prepared for more display options.
19898      Branch: perl
19899            ! dump.c embed.h embed.pl proto.h
19900 ____________________________________________________________________________
19901 [ 12611] By: nick                                  on 2001/10/23  20:28:07
19902         Log: Integrate mainline
19903      Branch: perlio
19904           !> Changes configure.com cygwin/cygwin.c
19905           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
19906           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
19907           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
19908           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
19909           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
19910           !> utils/h2xs.PL utils/perldoc.PL
19911 ____________________________________________________________________________
19912 [ 12610] By: sky                                   on 2001/10/23  19:39:24
19913         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
19914              don't call themselves READONLY but still die with modification
19915              attempt. We only call bless for ext and umagic.
19916      Branch: perl
19917            ! sv.c
19918 ____________________________________________________________________________
19919 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
19920         Log: Croak() on negative time; doc tweaks.
19921      Branch: perl
19922            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
19923            ! ext/Time/HiRes/HiRes.xs
19924 ____________________________________________________________________________
19925 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
19926         Log: FAQ sync.
19927      Branch: perl
19928            ! pod/perlfaq4.pod pod/perlfaq7.pod
19929 ____________________________________________________________________________
19930 [ 12607] By: sky                                   on 2001/10/23  18:27:27
19931         Log: Call setmagic on the referent we are blessing.
19932      Branch: perl
19933            ! sv.c
19934 ____________________________________________________________________________
19935 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
19936         Log: Small test nits.
19937      Branch: perl
19938            ! t/op/lc.t
19939 ____________________________________________________________________________
19940 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
19941         Log: Update Changes.
19942      Branch: perl
19943            ! Changes patchlevel.h
19944 ____________________________________________________________________________
19945 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
19946         Log: Make the PerlIO_init() prototypes consistent.
19947      Branch: perl
19948            ! perlio.c
19949 ____________________________________________________________________________
19950 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
19951         Log: Upping the test count is a good idea.
19952      Branch: perl
19953            ! t/op/lc.t
19954 ____________________________________________________________________________
19955 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
19956         Log: Document the final sigma spot.
19957      Branch: perl
19958            ! pp.c
19959 ____________________________________________________________________________
19960 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
19961         Log: Fix multicharacter titlecase (ucfirst).
19962      Branch: perl
19963            ! pod/perlunicode.pod pp.c t/op/lc.t
19964 ____________________________________________________________________________
19965 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
19966         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
19967              From: Mikhail Zabaluev <mhz@alt-linux.org>
19968              Date: Tue, 23 Oct 2001 10:40:37 +0400
19969              Message-ID: <20011023104037.A12761@localhost.localdomain>
19970              
19971              (#12406 replaced with this)
19972      Branch: perl
19973            ! utils/perldoc.PL
19974 ____________________________________________________________________________
19975 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
19976         Log: MacOS Classic updates from Pudge.
19977      Branch: perl
19978            ! lib/File/Spec.t lib/File/Spec/Mac.pm
19979 ____________________________________________________________________________
19980 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
19981         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
19982              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19983              Date: Sun, 14 Oct 2001 23:14:46 +0200
19984              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
19985              
19986              except for the 2->4 changes.
19987      Branch: perl
19988            ! lib/AutoSplit.t
19989 ____________________________________________________________________________
19990 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
19991         Log: integrate macperl contents into maint-5.6
19992      Branch: maint-5.6/perl
19993            ! mg.c
19994           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
19995           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
19996           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
19997           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19998           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
19999           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
20000           !> t/lib/filefind.t t/lib/filespec.t
20001 ____________________________________________________________________________
20002 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
20003         Log: At some point the #6234 has been lost from the mainline
20004              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
20005      Branch: perl
20006            ! lib/File/Spec/Win32.pm
20007 ____________________________________________________________________________
20008 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
20009         Log: Cygwin seems to round up (or closest, but not down)
20010              for time(), so half of the time (bad pun intended)
20011              Time::HiRes::time() is less than time(), half of
20012              the time it's more.  So let's try harder in the loop.
20013      Branch: perl
20014            ! ext/Time/HiRes/HiRes.t
20015 ____________________________________________________________________________
20016 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
20017         Log: MacOS Classic timeofday(), from Chris Nandor. 
20018      Branch: perl
20019            ! ext/Time/HiRes/HiRes.xs
20020 ____________________________________________________________________________
20021 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
20022         Log: Integrate changes #12580 and #12581 from macperl;
20023              
20024              Fix path construction.
20025              
20026              (Copyright) Nit.
20027      Branch: perl
20028           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
20029 ____________________________________________________________________________
20030 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
20031         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
20032              doesn't seem to help (the error being output to console, maybe?)
20033      Branch: perl
20034            ! lib/Net/Domain.pm
20035 ____________________________________________________________________________
20036 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
20037         Log: Taint the getcwd() result also in Cygwin.
20038              (TODO: which other platforms need the same thing?)
20039      Branch: perl
20040            ! cygwin/cygwin.c
20041 ____________________________________________________________________________
20042 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
20043         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
20044      Branch: perl
20045            ! t/op/taint.t
20046 ____________________________________________________________________________
20047 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
20048         Log: getpwuid() fragility continues.
20049      Branch: perl
20050            ! utils/h2xs.PL
20051 ____________________________________________________________________________
20052 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
20053         Log: getpwuid() might succeed but that's no guarantee
20054              that the $home will be defined.
20055      Branch: perl
20056            ! ext/File/Glob/t/basic.t
20057 ____________________________________________________________________________
20058 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
20059         Log: It's safer to to expand the variable, too... (see #12571)
20060      Branch: perl
20061            ! t/TEST
20062 ____________________________________________________________________________
20063 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
20064         Log: Integrate with maintperl.
20065      Branch: maint-5.6/macperl
20066           !> win32/bin/pl2bat.pl win32/win32.c
20067 ____________________________________________________________________________
20068 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
20069         Log: Oops, forgot to include Win32 ... just as well, since it
20070              seems in bleadperl, change #7764 was not included
20071              (adding C:\temp).  Re-added.  Rip it back out if it
20072              doesn't belong.  :-)
20073      Branch: maint-5.6/macperl
20074            ! lib/File/Spec/Win32.pm
20075 ____________________________________________________________________________
20076 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
20077         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
20078              From: "Craig A. Berry" <craigberry@mac.com>
20079              Date: Mon, 22 Oct 2001 15:25:19 -0500
20080              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
20081      Branch: perl
20082            ! configure.com
20083 ____________________________________________________________________________
20084 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
20085         Log: Add in lots of File::Spec changes, from Thomas Wegner,
20086              and sync with changes from bleadperl.
20087      Branch: maint-5.6/macperl
20088            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
20089            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
20090            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
20091            ! lib/File/Spec/Win32.pm t/lib/filespec.t
20092 ____________________________________________________________________________
20093 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
20094         Log: Sync with latest File::Find and tests from bleadperl.
20095      Branch: maint-5.6/macperl
20096            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
20097 ____________________________________________________________________________
20098 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
20099         Log: Nit.
20100      Branch: maint-5.6/macperl
20101            ! perl.c
20102 ____________________________________________________________________________
20103 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
20104         Log: Fix path construction.
20105      Branch: maint-5.6/macperl
20106            ! ext/DynaLoader/DynaLoader_pm.PL
20107 ____________________________________________________________________________
20108 [ 12579] By: nick                                  on 2001/10/22  19:08:35
20109         Log: Integrate mainline (for Arthurs thread.xs fix)
20110      Branch: perlio
20111           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
20112 ____________________________________________________________________________
20113 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
20114         Log: Fix up exported symbols, move relevant docs
20115              over from macperl.pod.
20116      Branch: maint-5.6/macperl
20117            ! macos/ext/MacPerl/MacPerl.pm
20118 ____________________________________________________________________________
20119 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
20120         Log: Make ADDRESS called optionally as a method.
20121      Branch: maint-5.6/macperl
20122            ! macos/lib/Mac/Glue.pm
20123 ____________________________________________________________________________
20124 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
20125         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
20126              Apple event.
20127      Branch: maint-5.6/macperl
20128            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
20129            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
20130            ! macos/macperl/MPTerminology.aete
20131 ____________________________________________________________________________
20132 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
20133         Log: Clean up some build utilities. Change Entab to Duplicate;
20134              fix docs and error reporting; improve macify() of paths;
20135              remove requirement for Exporter.pm presence.
20136      Branch: maint-5.6/macperl
20137            ! macos/InstallBLIB macos/MacPerlTests.cmd
20138            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
20139 ____________________________________________________________________________
20140 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
20141         Log: Sync Time::HiRes with bleadperl
20142      Branch: maint-5.6/macperl
20143            ! macos/bundled_ext/Time/HiRes/HiRes.pm
20144            ! macos/bundled_ext/Time/HiRes/HiRes.t
20145            ! macos/bundled_ext/Time/HiRes/HiRes.xs
20146 ____________________________________________________________________________
20147 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
20148         Log: Fix up Changes
20149      Branch: maint-5.6/macperl
20150            ! macos/Changes
20151 ____________________________________________________________________________
20152 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
20153         Log: A user might belong to only a single group
20154              (the group equal to the group id).
20155      Branch: perl
20156            ! t/op/groups.t
20157 ____________________________________________________________________________
20158 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
20159         Log: Prepending (instead of replacing with) the pwd is safer. 
20160      Branch: perl
20161            ! t/TEST
20162 ____________________________________________________________________________
20163 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
20164         Log: Be more robust if no hostname or domainname
20165              (especially the latter)
20166      Branch: perl
20167            ! lib/Net/Domain.pm
20168 ____________________________________________________________________________
20169 [ 12569] By: sky                                   on 2001/10/22  17:41:07
20170         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
20171      Branch: perl
20172            ! ext/threads/threads.xs
20173 ____________________________________________________________________________
20174 [ 12568] By: nick                                  on 2001/10/22  16:31:24
20175         Log: Integrate mainline
20176      Branch: perlio
20177           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
20178           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20179           +> ext/threads/shared/t/sv_refs.t
20180           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
20181            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
20182            - lib/unicore/To/SpecUpper.pl
20183           !> (integrate 42 files)
20184 ____________________________________________________________________________
20185 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
20186         Log: Update Changes.
20187      Branch: perl
20188            ! Changes patchlevel.h
20189 ____________________________________________________________________________
20190 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
20191         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
20192              From: Michael G Schwern <schwern@pobox.com>
20193              Date: Mon, 22 Oct 2001 03:48:38 -0400
20194              Message-ID: <20011022034838.B1676@blackrider>
20195      Branch: perl
20196            ! pod/perlvar.pod
20197 ____________________________________________________________________________
20198 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
20199         Log: Pod nits, as suggested by Stas Bekman.
20200      Branch: perl
20201            ! ext/threads/shared/shared.pm ext/threads/threads.pm
20202 ____________________________________________________________________________
20203 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
20204         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
20205              From: "Paul Marquess" <paul.marquess@openwave.com> 
20206              Date: Sun, 21 Oct 2001 21:11:15 +0100
20207              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
20208      Branch: perl
20209            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
20210            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
20211            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
20212            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
20213            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
20214            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
20215            ! ext/SDBM_File/sdbm.t
20216 ____________________________________________________________________________
20217 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
20218         Log: Integrate change #12559 from maintperl;
20219              various fixes for system() and backticks under windows
20220      Branch: perl
20221           !> win32/win32.c
20222 ____________________________________________________________________________
20223 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
20224         Log: Integrate change #12560 from maintperl;
20225              make pl2bat use %0 rather than "%0" (the latter fails to work
20226              in a lot of common cases)
20227      Branch: perl
20228           !> win32/bin/pl2bat.pl
20229 ____________________________________________________________________________
20230 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
20231         Log: Integrate changes #12549 and #12550 from maintperl;
20232              
20233              readline() doesn't work with our variables; it confuses them with
20234              my variables (change#4227 was incomplete)
20235      Branch: perl
20236            ! t/lib/strict/vars
20237           !> t/base/rs.t toke.c
20238 ____________________________________________________________________________
20239 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
20240         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
20241              in a lot of common cases)
20242      Branch: maint-5.6/perl
20243            ! win32/bin/pl2bat.pl
20244 ____________________________________________________________________________
20245 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
20246         Log: various fixes for system() and backticks under windows:
20247              
20248              * avoid munging whitespace that is passed within quotes
20249              * work around a cmd.exe misfeature that made multi-arg
20250              system() unreliable when there is more than one quoted
20251              argument
20252              * make multi-arg system() autoquote arguments as needed
20253              before passing them to the shell (this avoids having to
20254              second guess the shell quoting)
20255              * perl's -Dp switch can be used to trace the innards
20256      Branch: maint-5.6/perl
20257            ! win32/win32.c
20258 ____________________________________________________________________________
20259 [ 12558] By: nick                                  on 2001/10/22  08:58:42
20260         Log: Integrate ithreads buffer flush fix from perlio
20261      Branch: perl
20262           !> ext/threads/t/basic.t perl.c
20263 ____________________________________________________________________________
20264 [ 12557] By: nick                                  on 2001/10/22  08:35:09
20265         Log: All tests pass (legitimately) on ithreads
20266      Branch: perlio
20267            ! ext/threads/t/basic.t perl.c
20268 ____________________________________________________________________________
20269 [ 12556] By: nick                                  on 2001/10/22  06:51:22
20270         Log: Integrate non-ithreads fix to mainline
20271      Branch: perl
20272           !> perlio.c
20273 ____________________________________________________________________________
20274 [ 12555] By: nick                                  on 2001/10/22  06:48:33
20275         Log: Restore non-ithreads build. Interestingly binmode test passes
20276              non-ithreads - so crlf layer is not damaged and ithreads fail
20277              is a symptom ...
20278      Branch: perlio
20279            ! perlio.c
20280 ____________________________________________________________________________
20281 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
20282         Log: Integrate from perlio; restructuring.
20283      Branch: perl
20284           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
20285           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
20286           !> win32/perlhost.h
20287 ____________________________________________________________________________
20288 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
20289         Log: Integrate from maintperl
20290              (Changes 12350, 12496, 12548, 12549, 12550)
20291      Branch: maint-5.6/macperl
20292           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
20293           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
20294 ____________________________________________________________________________
20295 [ 12552] By: nick                                  on 2001/10/21  19:18:12
20296         Log: Win32 PerlIO_cleanup special cases should no longer be required.
20297      Branch: perlio
20298            ! perl.c
20299 ____________________________________________________________________________
20300 [ 12551] By: nick                                  on 2001/10/21  19:16:56
20301         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
20302      Branch: perlio
20303            ! win32/makefile.mk
20304 ____________________________________________________________________________
20305 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
20306         Log: change#12549 wasn't aware of strictures
20307      Branch: maint-5.6/perl
20308            ! t/pragma/strict-vars toke.c
20309 ____________________________________________________________________________
20310 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
20311         Log: readline() doesn't work with our variables; it confuses them with
20312              my variables (change#4227 was incomplete)
20313      Branch: maint-5.6/perl
20314            ! t/base/rs.t toke.c
20315 ____________________________________________________________________________
20316 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
20317         Log: change#12220 appears to have pulled in a mainline change that
20318              isn't applicable to maint-5.6 (some platforms don't taint
20319              cwd)
20320      Branch: maint-5.6/perl
20321            ! t/lib/filefind-taint.t
20322 ____________________________________________________________________________
20323 [ 12547] By: nick                                  on 2001/10/21  17:15:54
20324         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
20325              for them. Call explicit cleanup during destruct process.
20326              - one binmode test is failing
20327              - also ext/threads/t/basic.t fails under make test, and is noisy under
20328              harness. (Threads results are intermingled and don't match order expected.)
20329      Branch: perlio
20330            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
20331            ! perlio.h perliol.h pod/perlapi.pod sv.c
20332 ____________________________________________________________________________
20333 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
20334         Log: Implement multicharacter case mappings where a single
20335              Unicode character can be mapped into several.
20336      Branch: perl
20337            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
20338            - lib/unicore/To/SpecUpper.pl
20339            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
20340            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
20341            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
20342            ! proto.h t/op/lc.t utf8.c
20343 ____________________________________________________________________________
20344 [ 12545] By: sky                                   on 2001/10/21  15:25:16
20345         Log: First support of threads::shared, support shared svs and references.
20346      Branch: perl
20347            + ext/threads/shared/Makefile.PL ext/threads/shared/README
20348            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20349            + ext/threads/shared/t/sv_refs.t
20350            + ext/threads/shared/t/sv_simple.t
20351            ! MANIFEST sharedsv.c
20352 ____________________________________________________________________________
20353 [ 12544] By: nick                                  on 2001/10/21  14:52:35
20354         Log: PerlIO layer table as PL_perlio (per-interpreter)
20355      Branch: perlio
20356            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
20357            ! pod/perlapi.pod sv.c
20358 ____________________________________________________________________________
20359 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
20360         Log: Prettyprinting.
20361      Branch: perl
20362            ! pod/perlunicode.pod
20363 ____________________________________________________________________________
20364 [ 12542] By: ams                                   on 2001/10/21  03:50:25
20365         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
20366              From: "Sean M. Burke" <sburke@cpan.org>
20367              Date: Sat, 20 Oct 2001 17:51:09 -0600
20368              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
20369      Branch: perl
20370            + pod/perlpodspec.pod
20371            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
20372            ! pod/perltoc.pod
20373 ____________________________________________________________________________
20374 [ 12541] By: nick                                  on 2001/10/20  22:23:53
20375         Log: Fix typos in new locking on MemShared
20376              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
20377              - seems to make segfaults more deterministic - suspect they are 
20378              attempt to free() after Interp and Host have gone.
20379      Branch: perlio
20380            ! perlio.c win32/perlhost.h
20381 ____________________________________________________________________________
20382 [ 12540] By: nick                                  on 2001/10/20  21:50:46
20383         Log: Remove the MemShared re-#define (again)
20384      Branch: perlio
20385            ! perlio.c
20386 ____________________________________________________________________________
20387 [ 12539] By: nick                                  on 2001/10/20  21:49:06
20388         Log: Use locks on MemShared
20389      Branch: perlio
20390            ! win32/perlhost.h
20391 ____________________________________________________________________________
20392 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
20393         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
20394              From: "chromatic" <chromatic@rmci.net>
20395              Date: Sat, 20 Oct 2001 11:13:47 -0600
20396              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
20397      Branch: perl
20398            ! installhtml
20399 ____________________________________________________________________________
20400 [ 12537] By: nick                                  on 2001/10/20  16:44:03
20401         Log: Integrate mainline
20402      Branch: perlio
20403           !> (integrate 48 files)
20404 ____________________________________________________________________________
20405 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
20406         Log: Update Changes.
20407      Branch: perl
20408            ! Changes patchlevel.h
20409 ____________________________________________________________________________
20410 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
20411         Log: Upgrade to podlators 1.11, from Russ Allbery.
20412      Branch: perl
20413            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
20414            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
20415            ! pod/pod2man.PL pod/pod2text.PL
20416 ____________________________________________________________________________
20417 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
20418         Log: Integrate perlio change #12532:
20419              introduce and use PerlIO_intmod2str().
20420      Branch: perl
20421           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
20422 ____________________________________________________________________________
20423 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
20424         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
20425      Branch: perl
20426            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
20427 ____________________________________________________________________________
20428 [ 12532] By: nick                                  on 2001/10/20  14:25:37
20429         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
20430              Use for non-PERLIO fdupopen().
20431      Branch: perlio
20432            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
20433 ____________________________________________________________________________
20434 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
20435         Log: Integrate perlio: PerlIO win32 fixes.
20436      Branch: perl
20437           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
20438           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
20439           !> proto.h sv.h win32/win32io.c
20440 ____________________________________________________________________________
20441 [ 12530] By: nick                                  on 2001/10/20  12:53:30
20442         Log: Fixed in two places - p4 resolve
20443      Branch: perlio
20444            ! perlsdio.h
20445 ____________________________________________________________________________
20446 [ 12529] By: nick                                  on 2001/10/20  12:51:05
20447         Log: Fix for ithreads/stdio build
20448      Branch: perlio
20449            ! perlio.c perlsdio.h
20450 ____________________________________________________________________________
20451 [ 12528] By: ams                                   on 2001/10/20  12:13:25
20452         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
20453              From: Michael G Schwern <schwern@pobox.com>
20454              Date: Sat, 20 Oct 2001 01:41:21 -0400
20455              Message-Id: <20011020014121.I3681@blackrider>
20456      Branch: perl
20457            ! installman
20458 ____________________________________________________________________________
20459 [ 12527] By: ams                                   on 2001/10/20  12:09:41
20460         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
20461              From: Michael G Schwern <schwern@pobox.com>
20462              Date: Sat, 20 Oct 2001 02:04:21 -0400
20463              Message-Id: <20011020020421.A11732@blackrider>
20464      Branch: perl
20465            ! lib/Pod/Checker.pm
20466 ____________________________________________________________________________
20467 [ 12526] By: ams                                   on 2001/10/20  11:59:41
20468         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
20469              From: "chromatic" <chromatic@rmci.net>
20470              Date: Fri, 19 Oct 2001 22:46:39 -0600
20471              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
20472      Branch: perl
20473            ! lib/Net/Config.pm
20474 ____________________________________________________________________________
20475 [ 12525] By: nick                                  on 2001/10/20  11:16:18
20476         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
20477              Perl_sv_setsv_flags directly.
20478      Branch: perlio
20479            ! ext/threads/threads.xs
20480 ____________________________________________________________________________
20481 [ 12524] By: nick                                  on 2001/10/20  10:28:17
20482         Log: Add a new flag character 'm' to embed.pl set to represent
20483              "functions" which are really macros. Use it foe the troublesome
20484              sv_setsv() etc. macros in sv.h - changing latter to define
20485              sv_setsv rather than sv_setsv_macro etc.
20486      Branch: perlio
20487            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
20488            ! pod/perlapi.pod proto.h sv.h
20489 ____________________________________________________________________________
20490 [ 12523] By: nick                                  on 2001/10/20  09:17:17
20491         Log: Add comments explaining why win32.h/embed.h are included where they are
20492              in perl.h 
20493      Branch: perlio
20494            ! perl.h
20495 ____________________________________________________________________________
20496 [ 12522] By: nick                                  on 2001/10/20  08:27:44
20497         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
20498              being used yet.
20499      Branch: perlio
20500            ! win32/win32io.c
20501 ____________________________________________________________________________
20502 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
20503         Log: Wording tweaks.
20504      Branch: perl
20505            ! t/TEST
20506 ____________________________________________________________________________
20507 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
20508         Log: Subject: IO module with nonblocking socket connect patch 
20509              From: Raul Dias <raul@dias.com.br>
20510              Date: Fri, 19 Oct 2001 22:45:32 -0300
20511              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
20512      Branch: perl
20513            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
20514 ____________________________________________________________________________
20515 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
20516         Log: Test vertical whitespace combined with /x in \p{}.
20517      Branch: perl
20518            ! t/op/pat.t
20519 ____________________________________________________________________________
20520 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
20521         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
20522              From: Gisle Aas <gisle@ActiveState.com> 
20523              Date: 19 Oct 2001 16:46:02 -0700
20524              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
20525      Branch: perl
20526            ! lib/ExtUtils/MakeMaker.pm
20527 ____________________________________________________________________________
20528 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
20529         Log: No more this symbol.
20530      Branch: perl
20531            ! makedef.pl
20532 ____________________________________________________________________________
20533 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
20534         Log: Integrate change #12511; fix gross win32 build issues.
20535      Branch: perl
20536           !> makedef.pl sv.c
20537 ____________________________________________________________________________
20538 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
20539         Log: Unpack in scalar context should return the first value
20540              returned in list context, as pointed out by Ton Hospel
20541              in 2001-05-21 (this is how it works already in blead,
20542              just adding the test).
20543      Branch: perl
20544            ! t/op/pack.t
20545 ____________________________________________________________________________
20546 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
20547         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
20548              From: "Craig A. Berry" <craigberry@mac.com>
20549              Date: Fri, 19 Oct 2001 16:59:30 -0500
20550              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
20551      Branch: perl
20552            ! utils/perldoc.PL
20553 ____________________________________________________________________________
20554 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
20555         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
20556              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20557              Date: Fri, 19 Oct 2001 17:45:23 EDT
20558              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
20559      Branch: perl
20560            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
20561            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
20562            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
20563            ! vms/vmsish.h
20564 ____________________________________________________________________________
20565 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
20566         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
20567              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20568              Date: Fri, 19 Oct 2001 17:26:35 EDT
20569              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
20570      Branch: perl
20571            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
20572 ____________________________________________________________________________
20573 [ 12511] By: nick                                  on 2001/10/19  19:55:36
20574         Log: Fix gross win32 build issues
20575      Branch: perlio
20576            ! makedef.pl sv.c
20577 ____________________________________________________________________________
20578 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
20579         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
20580              From: David Dyck <dcd@tc.fluke.com>
20581              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
20582              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
20583      Branch: perl
20584            ! lib/File/Find.pm
20585 ____________________________________________________________________________
20586 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
20587         Log: Subject: Re: PerlIO and Encode
20588              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20589              Date: Tue, 16 Oct 2001 01:50:16 +0900
20590              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
20591      Branch: perl
20592            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
20593            ! ext/Encode/Encode/Tcl.t
20594 ____________________________________________________________________________
20595 [ 12508] By: ams                                   on 2001/10/19  17:59:16
20596         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
20597              (See #12499)
20598      Branch: perl
20599            ! pod/perlintro.pod
20600 ____________________________________________________________________________
20601 [ 12507] By: nick                                  on 2001/10/19  16:30:43
20602         Log: Integrate mainline
20603      Branch: perlio
20604           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
20605           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
20606           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
20607           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
20608           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
20609           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
20610           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
20611           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
20612           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
20613           +> win32/config_H.win64
20614            - lib/Test/Utils.pm lib/unicore/mktables.PL
20615            - t/lib/Test/Simple/Catch/More.pm
20616           !> (integrate 84 files)
20617 ____________________________________________________________________________
20618 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
20619         Log: Retract the #10451 which seems to be the cause
20620              of the major leakage from while(){eval"sub{}"}
20621      Branch: perl
20622            ! op.c t/run/kill_perl.t
20623 ____________________________________________________________________________
20624 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
20625         Log: Regen toc.
20626      Branch: perl
20627            ! pod/perltoc.pod
20628 ____________________________________________________________________________
20629 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
20630         Log: Tiny tweaks.
20631      Branch: perl
20632            ! pod/perl.pod
20633 ____________________________________________________________________________
20634 [ 12503] By: ams                                   on 2001/10/19  13:34:24
20635         Log: Subject: Re: perlintro.pod
20636              From: Abe Timmerman <abe@ztreet.demon.nl>
20637              Date: Fri, 19 Oct 2001 14:12:40 +0200
20638              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
20639      Branch: perl
20640            ! pod/perlintro.pod
20641 ____________________________________________________________________________
20642 [ 12502] By: ams                                   on 2001/10/19  13:24:12
20643         Log: Slight reorganisation of references.
20644      Branch: perl
20645            ! pod/perl.pod
20646 ____________________________________________________________________________
20647 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
20648         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
20649              From: Kay Röpke <kroepke@dolphin-services.de>
20650              Date: Fri, 19 Oct 2001 14:04:01 +0200 
20651              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
20652      Branch: perl
20653            ! lib/ExtUtils/MakeMaker.pm
20654 ____________________________________________________________________________
20655 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
20656         Log: Unicode categories continue:
20657              implement Category=, Script=, Block=
20658              (these are based on an upcoming update of TR#18)
20659              Fix a bug where we got two In categories named "old italic",
20660              and another where shortcut for the Is categories wasn't taken.
20661      Branch: perl
20662            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
20663            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
20664            ! pod/perlunicode.pod t/op/pat.t
20665 ____________________________________________________________________________
20666 [ 12499] By: ams                                   on 2001/10/19  01:42:29
20667         Log: Subject: a small patch to perlintro.pod.
20668              From: Autrijus Tang <autrijus@autrijus.org>
20669              Date: Fri, 19 Oct 2001 01:45:51 +0800
20670              Message-Id: <20011019014551.A35625@not.autrijus.org>
20671              (Applied by hand with nits.)
20672      Branch: perl
20673            ! pod/perlintro.pod
20674 ____________________________________________________________________________
20675 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
20676         Log: Subject: [PATCH] OpenBSD hints for ithreads
20677              From: Andy Dougherty <doughera@lafayette.edu>
20678              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
20679              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
20680      Branch: perl
20681            ! hints/openbsd.sh
20682 ____________________________________________________________________________
20683 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
20684         Log: Retract #12446; the problem solved by #12474.
20685      Branch: perl
20686            ! hints/aix.sh
20687 ____________________________________________________________________________
20688 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
20689         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
20690              message and suppress line number info (from Steve Hay
20691              <Steve.Hay@uk.radan.com>)
20692      Branch: maint-5.6/perl
20693            ! lib/Carp/Heavy.pm
20694 ____________________________________________________________________________
20695 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
20696         Log: More documented In categories.
20697      Branch: perl
20698            ! pod/perlunicode.pod
20699 ____________________________________________________________________________
20700 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
20701         Log: Update Changes.
20702      Branch: perl
20703            ! Changes patchlevel.h
20704 ____________________________________________________________________________
20705 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
20706         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
20707      Branch: perl
20708            ! MANIFEST
20709 ____________________________________________________________________________
20710 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
20711         Log: Wrong skip() arguments.
20712      Branch: perl
20713            ! ext/B/t/terse.t
20714 ____________________________________________________________________________
20715 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
20716         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
20717              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20718              Date: Wed, 17 Oct 2001 09:10:53 EDT 
20719              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
20720      Branch: perl
20721            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
20722            ! pod/perlapi.pod vms/vms.c
20723 ____________________________________________________________________________
20724 [ 12490] By: ams                                   on 2001/10/18  09:31:00
20725         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
20726              From: Mark-Jason Dominus <mjd@plover.com>
20727              Date: Thu, 18 Oct 2001 06:25:35 -0400
20728              Message-Id: <20011018102535.19264.qmail@plover.com>
20729      Branch: perl
20730            ! pod/perl.pod
20731 ____________________________________________________________________________
20732 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
20733         Log: Prettyprinting.
20734      Branch: perl
20735            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
20736 ____________________________________________________________________________
20737 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
20738         Log: Regen toc.
20739      Branch: perl
20740            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20741 ____________________________________________________________________________
20742 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
20743         Log: Add perlintro, from Skud.
20744      Branch: perl
20745            + pod/perlintro.pod
20746            ! MANIFEST
20747 ____________________________________________________________________________
20748 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
20749         Log: FAQ sync.
20750      Branch: perl
20751            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
20752            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
20753            ! pod/perlfaq8.pod pod/perlfaq9.pod
20754 ____________________________________________________________________________
20755 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
20756         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
20757              in speed (upto 20% speedup in certain operations) but meanwhile
20758              regexps and arithmetics got slower (5-10%) (according to
20759              perlbench average speedup is negligible, and within measuring
20760              flutter, 1%).  Therefore retracting all the changes
20761              aimed at getting -std1 to compile cleanly:  #12475, #12476,
20762              #12479, #12480, #12481, #12482, #12483, #12484.
20763      Branch: perl
20764            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
20765            ! pp_hot.c pp_sys.c toke.c
20766 ____________________________________________________________________________
20767 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
20768         Log: (retracted by #12485)
20769              Strict ANSI doesn't like the third argument of main()
20770              so enable ignoring it if using ultra picky compiler.
20771      Branch: perl
20772            ! miniperlmain.c
20773 ____________________________________________________________________________
20774 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
20775         Log: (retracted by #12485)
20776              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
20777      Branch: perl
20778            ! perl.h
20779 ____________________________________________________________________________
20780 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
20781         Log: (retracted by #12485)
20782              Add explanatory comment.
20783      Branch: perl
20784            ! mg.c
20785 ____________________________________________________________________________
20786 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
20787         Log: (retracted by #12485)
20788              More dollar$hiding.
20789      Branch: perl
20790            ! doio.c perl.h pp_sys.c
20791 ____________________________________________________________________________
20792 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
20793         Log: (retracted by #12485)
20794              KISS.
20795      Branch: perl
20796            ! mg.c
20797 ____________________________________________________________________________
20798 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
20799         Log: (retracted by #12485)
20800              Thou shalt not #ifdef inside macro invocations,
20801              noticed by Rafael Garcia-Suarez.
20802      Branch: perl
20803            ! mg.c
20804 ____________________________________________________________________________
20805 [ 12478] By: ams                                   on 2001/10/17  18:50:55
20806         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
20807              From: Anton Berezin <tobez@tobez.org>
20808              Date: Wed, 17 Oct 2001 18:25:48 +0200
20809              Message-Id: <20011017182548.A12082@heechee.tobez.org>
20810      Branch: perl
20811            ! pp_sys.c
20812 ____________________________________________________________________________
20813 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
20814         Log: (retracted by #12485)
20815              Unterminated #ifdef.
20816      Branch: perl
20817            ! mg.c
20818 ____________________________________________________________________________
20819 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
20820         Log: (retracted by #12485)
20821              Avoid dollar signs in identifiers (in non-VMS) to
20822              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
20823      Branch: perl
20824            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
20825            ! toke.c
20826 ____________________________________________________________________________
20827 [ 12474] By: ams                                   on 2001/10/17  15:14:50
20828         Log: Subject: Two AIX patches
20829              From: H.Merijn Brand <h.m.brand@hccnet.nl>
20830              Date: Wed, 17 Oct 2001 18:04:35 +0200
20831              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
20832      Branch: perl
20833            ! hints/aix.sh makedef.pl
20834 ____________________________________________________________________________
20835 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
20836         Log: Limiting the Time::HiRes::sleep and usleep to
20837              one second is not a good policy if drop-in
20838              replacement is still a goal.
20839      Branch: perl
20840            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
20841            ! ext/Time/HiRes/HiRes.xs
20842 ____________________________________________________________________________
20843 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
20844         Log: Subject: [PATCH] Test::Simple 0.32
20845              From: Michael G Schwern <schwern@pobox.com> 
20846              Date: Wed, 17 Oct 2001 03:42:41 -0400
20847              Message-ID: <20011017034241.A25038@blackrider>
20848      Branch: perl
20849            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
20850            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
20851            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
20852            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
20853            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
20854            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
20855            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
20856            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
20857            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
20858            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
20859            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
20860            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
20861            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
20862            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
20863            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
20864            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
20865            ! t/lib/Test/Simple/Catch.pm
20866            ! t/lib/Test/Simple/sample_tests/five_fail.plx
20867 ____________________________________________________________________________
20868 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
20869         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
20870              From: Michael G Schwern <schwern@pobox.com> 
20871              Date: Wed, 17 Oct 2001 04:04:13 -0400
20872              Message-ID: <20011017040413.C25550@blackrider>
20873      Branch: perl
20874            ! t/TEST t/harness vms/test.com
20875 ____________________________________________________________________________
20876 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
20877         Log: Regen doc with perlmodstyle added.
20878      Branch: perl
20879            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20880 ____________________________________________________________________________
20881 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
20882         Log: Pod cleanup.
20883      Branch: perl
20884            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
20885 ____________________________________________________________________________
20886 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
20887         Log: Subject: perlmodstyle as a patch
20888              From: Kirrily Robert <skud@infotrope.net>
20889              Date: Tue, 16 Oct 2001 22:47:23 -0400
20890              Message-ID: <20011016224723.A20673@infotrope.net>
20891      Branch: perl
20892            + pod/perlmodstyle.pod
20893            ! MANIFEST
20894 ____________________________________________________________________________
20895 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
20896         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
20897              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
20898              Date: Thu, 6 Sep 2001 11:09:40 +0100
20899              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
20900              
20901              Mention also the develooper p5p archive.
20902      Branch: perl
20903            ! pod/perlhack.pod
20904 ____________________________________________________________________________
20905 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
20906         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
20907              From: Kay Röpke <kroepke@dolphin-services.de>
20908              Date: Tue, 16 Oct 2001 17:23:52 +0200
20909              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
20910      Branch: perl
20911            ! lib/ExtUtils/MakeMaker.pm
20912 ____________________________________________________________________________
20913 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
20914         Log: Add the special casing mappings (from SpecCase.txt)
20915              (except for the hyper special case mappings that have
20916              the condition list); the special casing mappings are
20917              unused for now.  Small tidying up on mktables.
20918      Branch: perl
20919            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
20920            + lib/unicore/To/SpecUpper.pl
20921            ! lib/unicore/mktables
20922 ____________________________________________________________________________
20923 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
20924         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
20925              From: "David H. Adler" <dha@panix.com>       
20926              Date: Tue, 16 Oct 2001 11:59:35 -0400
20927              Message-ID: <20011016115935.A13078@panix.com>
20928              
20929              Subject: [ PATCH ] perldata patch, revised
20930              From: "David H. Adler" <dha@panix.com>     
20931              Date: Tue, 16 Oct 2001 18:26:49 -0400
20932              Message-ID: <20011016182649.C23970@panix.com>
20933      Branch: perl
20934            ! pod/perldata.pod pod/perlop.pod
20935 ____________________________________________________________________________
20936 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
20937         Log: Integrate perlio: PerlIO_dup (for all but Win32).
20938      Branch: perl
20939           !> embed.h embed.pl ext/Encode/Encode.xs
20940           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
20941           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
20942           !> win32/win32io.c
20943 ____________________________________________________________________________
20944 [ 12462] By: nick                                  on 2001/10/16  19:11:30
20945         Log: PerlIOXxxx_dups for all but Win32
20946      Branch: perlio
20947            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20948            ! ext/PerlIO/Via/Via.xs
20949 ____________________________________________________________________________
20950 [ 12461] By: nick                                  on 2001/10/16  18:28:48
20951         Log: Implement PerlIOStdio_dup (explains core dumps - dup
20952              was not setting up a FILE * to be fclosed()).
20953      Branch: perlio
20954            ! perlio.c
20955 ____________________________________________________________________________
20956 [ 12460] By: nick                                  on 2001/10/16  17:31:47
20957         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
20958              overflow.
20959      Branch: perlio
20960            ! perlio.c
20961 ____________________________________________________________________________
20962 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
20963         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
20964              From: "Craig A. Berry" <craigberry@mac.com>
20965              Date: Tue, 16 Oct 2001 13:08:38 -0500
20966              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
20967      Branch: perl
20968            ! configure.com
20969 ____________________________________________________________________________
20970 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
20971         Log: Can't expect too much accuracy from a sleep of one second.
20972              (I think this will also fail with high load.)
20973      Branch: perl
20974            ! ext/Time/HiRes/HiRes.t
20975 ____________________________________________________________________________
20976 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
20977         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
20978              From: "Werner, Randolf" <randolf.werner@sap.com>
20979              Date: Tue, 16 Oct 2001 18:33:02 +0200
20980              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
20981      Branch: perl
20982            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
20983            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
20984 ____________________________________________________________________________
20985 [ 12456] By: nick                                  on 2001/10/16  14:08:16
20986         Log: Builds under ithreads (but fails all threads tests)
20987      Branch: perlio
20988            ! hv.c perlio.c sv.c
20989 ____________________________________________________________________________
20990 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
20991         Log: I think the Perl_sortsv needs *not* be skipped?
20992      Branch: perl
20993            ! makedef.pl
20994 ____________________________________________________________________________
20995 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
20996         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
20997              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
20998              Date: Tue, 16 Oct 2001 15:32:44 +0200
20999              Message-ID: <3BCC531C.11494.3E433F@localhost>
21000      Branch: perl
21001            ! t/op/groups.t
21002 ____________________________________________________________________________
21003 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
21004         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
21005              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
21006              Date: Tue, 16 Oct 2001 15:01:04 +0200
21007              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
21008      Branch: perl
21009            ! t/io/fs.t
21010 ____________________________________________________________________________
21011 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
21012         Log: A forgotten deletion.
21013      Branch: perl
21014            - lib/unicore/mktables.PL
21015 ____________________________________________________________________________
21016 [ 12451] By: nick                                  on 2001/10/16  11:32:48
21017         Log: Skeleton of "PerlIO_dup" coded.
21018              Still-passes all tests non-threaded (well it would wouldn't it!)
21019      Branch: perlio
21020            ! embed.h embed.pl ext/Encode/Encode.xs
21021            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
21022            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
21023            ! win32/win32io.c
21024 ____________________________________________________________________________
21025 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
21026         Log: Document the problem with the swash_fetch() API that affects
21027              more complex case conversions.
21028      Branch: perl
21029            ! lib/utf8_heavy.pl utf8.c
21030 ____________________________________________________________________________
21031 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
21032         Log: Make Time::HiRes::sleep() and usleep() to return
21033              the number of seconds (a floating point value) and 
21034              microseconds (an integer) actually slept (well,
21035              modulo the time spent in measuring the time actually
21036              slept...), to be a better drop-in replacement for
21037              the builtin sleep().  Noticed by Chris Nandor.
21038              
21039              Also make usleep() to croak if fed illegal number
21040              of useconds (anything greater than 1_000_000).
21041      Branch: perl
21042            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
21043            ! ext/Time/HiRes/HiRes.xs
21044 ____________________________________________________________________________
21045 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
21046         Log: A missing SvREFCNT_dec.
21047      Branch: perl
21048            ! perl.c
21049 ____________________________________________________________________________
21050 [ 12447] By: nick                                  on 2001/10/15  20:27:53
21051         Log: Beginings of PerlIO_dup support (unstable)
21052      Branch: perlio
21053            ! perlio.c perliol.h
21054 ____________________________________________________________________________
21055 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
21056         Log: (retracted by #12497)
21057              In AIX vac 5 just can't seem to get regcomp right.
21058      Branch: perl
21059            ! hints/aix.sh
21060 ____________________________________________________________________________
21061 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
21062         Log: Bump the version number to agree with the maintperl one.
21063      Branch: perl
21064            ! lib/Tie/RefHash.pm
21065 ____________________________________________________________________________
21066 [ 12444] By: nick                                  on 2001/10/15  15:59:57
21067         Log: Integrate mainline
21068      Branch: perlio
21069           +> lib/Math/BigInt/t/Math/Subclass.pm
21070           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
21071           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
21072           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
21073           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
21074           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
21075           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
21076           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
21077           +> lib/unicore/mktables
21078            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
21079            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
21080            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
21081            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
21082            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
21083            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
21084            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
21085            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
21086            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
21087            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
21088            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
21089            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
21090            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
21091            - lib/unicore/syllables.txt
21092           !> (integrate 344 files)
21093 ____________________________________________________________________________
21094 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
21095         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
21096      Branch: perl
21097            ! ext/DB_File/DB_File.xs
21098 ____________________________________________________________________________
21099 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
21100         Log: Sync the skip() amounts with the number of tests.
21101      Branch: perl
21102            ! lib/Term/Complete.t
21103 ____________________________________________________________________________
21104 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
21105         Log: Update Changes.
21106      Branch: perl
21107            ! Changes patchlevel.h
21108 ____________________________________________________________________________
21109 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
21110         Log: MacOS Classic catdir() rewrite from Thomas Wegner
21111              (backward incompatibility, but a deliberate one,
21112              the old version simply is broken in its logic),
21113              also documentation updates, and as suggested replicated
21114              the File::Spec::Unix documentation updates also on the
21115              File::Spec documentation.
21116              
21117              TODO: there seems to be duplication of documentation
21118              between File::Spec and File::Spec::Unix.  I think
21119              the ::Unix should be left only with specific UNIXisms,
21120              and all the generic documentation should be in ::Spec.
21121      Branch: perl
21122            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
21123            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
21124            ! lib/File/Spec/Unix.pm
21125 ____________________________________________________________________________
21126 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
21127         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
21128              From: Blair Zajac <blair@orcaware.com>
21129              Date: Mon, 24 Sep 2001 11:48:58 -0700
21130              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
21131              
21132              (the skip() messages)
21133      Branch: perl
21134            ! t/op/magic.t
21135 ____________________________________________________________________________
21136 [ 12438] By: ams                                   on 2001/10/14  23:43:59
21137         Log: Subject: [PATCH] make PerlIO default on VMS
21138              From: "Craig A. Berry" <craigberry@mac.com>
21139              Date: Sun, 14 Oct 2001 15:27:18 -0500
21140              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
21141      Branch: perl
21142            ! configure.com
21143 ____________________________________________________________________________
21144 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
21145         Log: Retract #12436 (Abhijit already did this at #12426)
21146      Branch: perl
21147            ! lib/ExtUtils/MM_Unix.pm
21148 ____________________________________________________________________________
21149 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
21150         Log: (retracted by #12437)
21151              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
21152              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
21153              Date: Sat, 13 Oct 2001 20:33:55 +0200
21154              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
21155      Branch: perl
21156            ! lib/ExtUtils/MM_Unix.pm
21157 ____________________________________________________________________________
21158 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
21159         Log: Subject: h2xs grammar nit
21160              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21161              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
21162              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
21163      Branch: perl
21164            ! utils/h2xs.PL
21165 ____________________________________________________________________________
21166 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
21167         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
21168              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21169              Date: Sun, 14 Oct 2001 11:25:08 +0100
21170              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
21171      Branch: perl
21172            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
21173            ! warnings.pl
21174 ____________________________________________________________________________
21175 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
21176         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
21177              for File::Spec::Mac::catfile)
21178      Branch: perl
21179            ! lib/h2xs.t
21180 ____________________________________________________________________________
21181 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
21182         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
21183              From: Nicholas Clark <nick@ccl4.org>
21184              Date: Sat, 13 Oct 2001 00:07:31 +0100
21185              Message-ID: <20011013000731.D67535@plum.flirble.org>
21186      Branch: perl
21187            ! lib/h2xs.t utils/h2xs.PL
21188 ____________________________________________________________________________
21189 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
21190         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
21191              before DEFINE and INC), and repent by taking DEFINE and
21192              INC away from PASTHRU.
21193      Branch: perl
21194            ! lib/ExtUtils/MM_Unix.pm
21195 ____________________________________________________________________________
21196 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
21197         Log: More MANIFEST anomalies.
21198      Branch: perl
21199            ! MANIFEST
21200 ____________________________________________________________________________
21201 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
21202         Log: Not that many.
21203      Branch: perl
21204            ! MANIFEST
21205 ____________________________________________________________________________
21206 [ 12428] By: sky                                   on 2001/10/13  20:59:27
21207         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
21208              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21209              Date: Sat, 13 Oct 2001 23:15:55 +0200
21210              Message-ID: <20011013231555.A18071@rafael>
21211      Branch: perl
21212            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
21213            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
21214 ____________________________________________________________________________
21215 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
21216         Log: Rewrite mktables from scratch.
21217              - Cleaner.
21218              - Faster: 15-20 seconds as opposed to several minutes.
21219              - More dynamic: the names of the various categories
21220              such as the linebreak ones are dynamic, not static.
21221              - Is.pl: long names for the general category properties
21222              are now available.
21223              - Ranges (<... ,First>, <..., Last>) from the general
21224              categories work now.
21225              - No more mktables.PL because the mktables.PL is not
21226              and never has been run to create a mktables.
21227              - syllables.txt and Is/Syl*.pl removed: non-standard
21228              (not part of the Unicode), and the whole concept is
21229              being reworked (http://syllabary.sourceforge.net/),
21230              the old way wouldn't even work with the new Syllables.txt
21231              (it would result in 1000+ new categories)
21232      Branch: perl
21233            + lib/unicore/In/163.pl lib/unicore/In/164.pl
21234            + lib/unicore/In/165.pl lib/unicore/In/166.pl
21235            + lib/unicore/In/167.pl lib/unicore/In/168.pl
21236            + lib/unicore/In/169.pl lib/unicore/In/170.pl
21237            + lib/unicore/In/171.pl lib/unicore/Is.pl
21238            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
21239            + lib/unicore/mktables
21240            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
21241            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
21242            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
21243            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
21244            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
21245            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
21246            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
21247            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
21248            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
21249            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
21250            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
21251            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
21252            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
21253            - lib/unicore/syllables.txt
21254            ! (edit 304 files)
21255 ____________________________________________________________________________
21256 [ 12426] By: ams                                   on 2001/10/13  18:05:36
21257         Log: ExtUtils::MM_Unix should ignore comments when searching for
21258              $VERSION.
21259      Branch: perl
21260            ! lib/ExtUtils/MM_Unix.pm
21261 ____________________________________________________________________________
21262 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
21263         Log: Subject: Re: New module XML::Clean
21264              From: andreas.koenig@anima.de (Andreas J. Koenig)
21265              Date: 13 Oct 2001 10:17:09 +0200
21266              Message-ID: <m37ku0t0my.fsf@anima.de>
21267      Branch: perl
21268            ! pod/perlnewmod.pod
21269 ____________________________________________________________________________
21270 [ 12424] By: sky                                   on 2001/10/13  09:39:59
21271         Log: Set thread stack size if needed.
21272      Branch: perl
21273            ! ext/threads/threads.xs
21274 ____________________________________________________________________________
21275 [ 12423] By: sky                                   on 2001/10/13  09:36:49
21276         Log: We do want to set the attribute to joinable even on modern posix
21277              platforms.
21278      Branch: perl
21279            ! ext/threads/threads.xs
21280 ____________________________________________________________________________
21281 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
21282         Log: Subject: [PATCH ext/Data/Dumper.xs]
21283              From: Brian Ingerson <ingy@ttul.org>
21284              Date: Fri, 12 Oct 2001 19:32:35 -0700
21285              Message-ID: <20011012193235.B889@ttul.org>
21286      Branch: perl
21287            ! ext/Data/Dumper/Dumper.xs
21288 ____________________________________________________________________________
21289 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
21290         Log: Update Changes.
21291      Branch: perl
21292            ! Changes patchlevel.h
21293 ____________________________________________________________________________
21294 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
21295         Log: FAQ sync.
21296      Branch: perl
21297            ! pod/perlfaq3.pod pod/perlfaq4.pod
21298 ____________________________________________________________________________
21299 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
21300         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
21301              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
21302              Date: Fri, 12 Oct 2001 11:51:05 -0700
21303              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
21304      Branch: perl
21305            ! lib/File/Copy.pm
21306 ____________________________________________________________________________
21307 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
21308         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
21309              From: "chromatic" <chromatic@rmci.net>     
21310              Date: Thu, 11 Oct 2001 10:57:55 -0600
21311              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
21312              
21313              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
21314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21315              Date: Thu, 11 Oct 2001 22:34:21 +0200
21316              Message-ID: <20011011223421.A693@rafael>     
21317              
21318              plus undef $Term::Complete::stty as suggested by Rafael.
21319      Branch: perl
21320            ! lib/Term/Complete.pm lib/Term/Complete.t
21321 ____________________________________________________________________________
21322 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
21323         Log: UUnndduupplleexx..
21324      Branch: perl
21325            ! perl.h
21326 ____________________________________________________________________________
21327 [ 12416] By: sky                                   on 2001/10/12  20:16:19
21328         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
21329              From: Andy Dougherty <doughera@lafayette.edu>
21330              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
21331              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
21332              (Potentially only band-aid)
21333      Branch: perl
21334            ! sv.c
21335 ____________________________________________________________________________
21336 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
21337         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
21338              mishandles kill(), and therefore the sigaction test
21339              should be skipped, from Charles Lane.
21340      Branch: perl
21341            ! ext/POSIX/t/sigaction.t
21342 ____________________________________________________________________________
21343 [ 12414] By: sky                                   on 2001/10/12  18:47:49
21344         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
21345      Branch: perl
21346            ! op.h
21347 ____________________________________________________________________________
21348 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
21349         Log: Upgrade to Math::BigInt 1.44 from Tels and
21350              further fixes from John Peacock.
21351      Branch: perl
21352            + lib/Math/BigInt/t/Math/Subclass.pm
21353            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
21354            + lib/Math/BigInt/t/subclass.t
21355            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
21356            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
21357            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
21358            ! lib/Math/BigInt/t/mbimbf.t
21359 ____________________________________________________________________________
21360 [ 12412] By: sky                                   on 2001/10/12  18:28:23
21361         Log: perhaps pthread_attr_t really needs to be set for the old api
21362      Branch: perl
21363            ! ext/threads/threads.xs
21364 ____________________________________________________________________________
21365 [ 12411] By: sky                                   on 2001/10/12  18:11:45
21366         Log: pthread_keycreate not pthread_key_create under the here be dragons API
21367      Branch: perl
21368            ! ext/threads/threads.h
21369 ____________________________________________________________________________
21370 [ 12410] By: sky                                   on 2001/10/12  18:07:37
21371         Log: Apperently OLD PTHREADS API is a bit retarded.
21372              This should fix another set of compile failures in HP-UX 10.20.
21373      Branch: perl
21374            ! ext/threads/threads.h ext/threads/threads.xs
21375 ____________________________________________________________________________
21376 [ 12409] By: nick                                  on 2001/10/12  15:30:01
21377         Log: Blind integrate of mainline
21378      Branch: perlio
21379           +> (branch 32 files)
21380            - lib/unicode/README
21381           !> (integrate 121 files)
21382 ____________________________________________________________________________
21383 [ 12408] By: sky                                   on 2001/10/12  14:55:08
21384         Log: Let us avoid being smart for now.
21385      Branch: perl
21386            ! ext/threads/threads.h
21387 ____________________________________________________________________________
21388 [ 12407] By: sky                                   on 2001/10/12  14:38:12
21389         Log: (void*) the argument to make sure we work with picky compilers
21390      Branch: perl
21391            ! ext/threads/threads.xs
21392 ____________________________________________________________________________
21393 [ 12406] By: ams                                   on 2001/10/12  13:26:04
21394         Log: (replaced with #12600)
21395              
21396              Subject: [PATCH 5.6.1 perldoc] use File::Temp
21397              From: Mikhail Zabaluev <mhz@alt-linux.org>
21398              Date: Fri, 12 Oct 2001 12:47:47 +0400
21399              Message-Id: <20011012124747.E13918@localhost.localdomain>
21400      Branch: perl
21401            ! utils/perldoc.PL
21402 ____________________________________________________________________________
21403 [ 12405] By: ams                                   on 2001/10/12  13:05:32
21404         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
21405              From: andreas.koenig@anima.de (Andreas J. Koenig)
21406              Date: 12 Oct 2001 11:12:07 +0200
21407              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
21408      Branch: perl
21409            ! lib/Memoize/t/speed.t
21410 ____________________________________________________________________________
21411 [ 12404] By: sky                                   on 2001/10/12  12:46:15
21412         Log: A) Support OLD_PTHREADS_API
21413              B) Change from using pthread_t to using a TLS to store the
21414              index of the thread in an hash, this is to avoid problems when
21415              in fact pthread_t was not a seralizable type.
21416              Both these changes are because of HP-UX 10.20
21417              This has not been tested on win32 but should work there.
21418              Need to add support for NetWare.
21419      Branch: perl
21420            ! ext/threads/threads.h ext/threads/threads.xs
21421 ____________________________________________________________________________
21422 [ 12403] By: ams                                   on 2001/10/12  07:34:19
21423         Log: Subject: Re: New module XML::Clean
21424              From: andreas.koenig@anima.de (Andreas J. Koenig)
21425              Date: 12 Oct 2001 10:20:35 +0200
21426              Message-Id: <m3elo9uv58.fsf@anima.de>
21427      Branch: perl
21428            ! pod/perlnewmod.pod
21429 ____________________________________________________________________________
21430 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
21431         Log: More HP model tweaks from Merijn.
21432      Branch: perl
21433            ! README.hpux
21434 ____________________________________________________________________________
21435 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
21436         Log: Update Changes.
21437      Branch: perl
21438            ! Changes patchlevel.h
21439 ____________________________________________________________________________
21440 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
21441         Log: HP-UX update from H.Merijn Brand.
21442      Branch: perl
21443            ! README.hpux
21444 ____________________________________________________________________________
21445 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
21446         Log: Subject: [PATCH] fix link rot in README.vms
21447              From: "Craig A. Berry" <craigberry@mac.com>
21448              Date: Wed, 10 Oct 2001 17:17:00 -0500
21449              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
21450      Branch: perl
21451            ! README.vms
21452 ____________________________________________________________________________
21453 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
21454         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
21455              From: "chromatic" <chromatic@rmci.net>
21456              Date: Wed, 10 Oct 2001 15:50:30 -0600
21457              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
21458      Branch: perl
21459            ! lib/Term/Complete.t
21460 ____________________________________________________________________________
21461 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
21462         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
21463              From: "chromatic" <chromatic@rmci.net>
21464              Date: Wed, 10 Oct 2001 15:45:42 -0600
21465              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
21466      Branch: perl
21467            + lib/ExtUtils/Packlist.t
21468            ! MANIFEST
21469 ____________________________________________________________________________
21470 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
21471         Log: VMS needs quotes around the -I option to keep it from
21472              being downcased, from Charles Lane.
21473      Branch: perl
21474            ! t/run/kill_perl.t
21475 ____________________________________________________________________________
21476 [ 12395] By: ams                                   on 2001/10/10  16:22:32
21477         Log: Subject: [PATCH lib/FindBin.pm]
21478              From: Stas Bekman <stas@stason.org>
21479              Date: Tue, 09 Oct 2001 23:57:10 +0800
21480              Message-Id: <3BC31E56.60805@stason.org>
21481      Branch: perl
21482            ! lib/FindBin.pm
21483 ____________________________________________________________________________
21484 [ 12394] By: ams                                   on 2001/10/10  16:09:53
21485         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
21486              From: Abhijit Menon-Sen <ams@wiw.org>
21487              Date: Wed, 10 Oct 2001 21:59:33 +0530
21488              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
21489      Branch: perl
21490            ! ext/Data/Dumper/Dumper.xs
21491 ____________________________________________________________________________
21492 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
21493         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
21494              from Charles Lane.
21495      Branch: perl
21496            ! lib/File/Spec/VMS.pm
21497 ____________________________________________________________________________
21498 [ 12392] By: ams                                   on 2001/10/10  14:49:43
21499         Log: Subject: [PATCH] two s/// bugfixes
21500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21501              Date: Wed, 10 Oct 2001 17:23:44 +0200
21502              Message-Id: <20011010172344.C22440@rafael>
21503      Branch: perl
21504            ! pp_ctl.c regexec.c t/op/subst.t
21505 ____________________________________________________________________________
21506 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
21507         Log: Fix/improve handling of the [000000] special "root"
21508              directory, by putting cwd in canonical form when doing
21509              abs2rel, and prepending a 000000 to directory "chunks"
21510              if missing from base or path.  Also adjust test to
21511              reflect the (improved) output from abs2rel.
21512              From Charles Lane.
21513      Branch: perl
21514            ! lib/File/Spec.t lib/File/Spec/VMS.pm
21515 ____________________________________________________________________________
21516 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
21517         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
21518              all of the extra VMSish attributes (such as "treat this logical
21519              as a device name") that are necessary to make programs run.
21520              A tainted %ENV does not hinder VMS.  From Charles Lane.
21521      Branch: perl
21522            ! lib/File/Find/t/taint.t
21523 ____________________________________________________________________________
21524 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
21525         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
21526              
21527              o  VMS is case-insensitive, RTL downcases filenames read
21528              by perl... so need to re-upcase filenames like MANIFEST
21529              and MANIFEST.SKIP
21530              
21531              o  Need to convert VMS-style to Unix-style filenames when comparing
21532              names in MANIFEST to names in filesystem.
21533              
21534              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
21535              since VMS won't let you (easily) delete non-empty directories.
21536              
21537              From Charles Lane.
21538      Branch: perl
21539            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
21540 ____________________________________________________________________________
21541 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
21542         Log: Unix and VMS agree on "*" as a "match any number of any chars"
21543              wildcards, but differ ("?"  vs.  "%") for their "match any single
21544              char" wildcard.  This patch changes "?"  chars to "%" before doing a
21545              VMS glob...at no loss of functionality, since "?"  isn't a valid
21546              filename char on VMS.  From Charles Lane.
21547      Branch: perl
21548            ! doio.c
21549 ____________________________________________________________________________
21550 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
21551         Log: (accidentally empty submit; new life as #12390)
21552      Branch: perl
21553            ! lib/File/Find/t/taint.t
21554 ____________________________________________________________________________
21555 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
21556         Log: Even more VMS tweakage from Charles Lane:
21557              
21558              Tweak #1:  splitdir only works on directory part of filespec,
21559              split off volume first
21560              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
21561              (it's a horrible kludge in the run-time library,
21562              improved in later versions). Check the
21563              $Config{'d_setenv'} flag before attempting to set it.
21564      Branch: perl
21565            ! t/op/chdir.t
21566 ____________________________________________________________________________
21567 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
21568         Log: VMS tweakage from Charles Lane.
21569              
21570              . command.com doubles an output line when prompting for extensions
21571              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
21572              . perl5db doesn't clean up after itself
21573      Branch: perl
21574            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
21575 ____________________________________________________________________________
21576 [ 12384] By: sky                                   on 2001/10/09  19:16:11
21577         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
21578              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21579              Date: Tue, 9 Oct 2001 22:10:26 +0200
21580              Message-ID: <20011009221026.A8579@rafael>
21581      Branch: perl
21582            ! pod/perldata.pod
21583 ____________________________________________________________________________
21584 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
21585         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
21586              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21587              Date: 9 Oct 2001 15:15:06 -0000
21588              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
21589      Branch: perl
21590            ! t/op/subst.t
21591 ____________________________________________________________________________
21592 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
21593         Log: Update Changes.
21594      Branch: perl
21595            ! Changes patchlevel.h
21596 ____________________________________________________________________________
21597 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
21598         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
21599              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
21600              when a NULL is passed for the filename string pointer.
21601              From Charles Lane.
21602      Branch: perl
21603            ! vms/vms.c
21604 ____________________________________________________________________________
21605 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
21606         Log: Subject: HP systems update
21607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21608              Date: Tue, 09 Oct 2001 15:59:22 +0200
21609              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
21610      Branch: perl
21611            ! README.hpux
21612 ____________________________________________________________________________
21613 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
21614         Log: CPAN::Nox does now have a test.
21615      Branch: perl
21616            ! t/lib/1_compile.t
21617 ____________________________________________________________________________
21618 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
21619         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
21620              From: David Dyck <dcd@tc.fluke.com>
21621              Date: Mon, 1 Oct 2001 12:17:36 -0700
21622              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
21623      Branch: perl
21624            ! installperl
21625 ____________________________________________________________________________
21626 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
21627         Log: NetWare update from Ananth Kesari.
21628      Branch: perl
21629            ! NetWare/nwperlsys.h makedef.pl
21630 ____________________________________________________________________________
21631 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
21632         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
21633              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21634              Date: Tue, 9 Oct 2001 08:40:57 EDT
21635              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
21636      Branch: perl
21637            ! lib/File/Find/t/find.t
21638 ____________________________________________________________________________
21639 [ 12374] By: ams                                   on 2001/10/09  05:31:45
21640         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
21641              ExtUtils::Mkbootstrap
21642              From: "chromatic" <chromatic@rmci.net>
21643              Date: Tue, 09 Oct 2001 00:08:37 -0600
21644              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
21645      Branch: perl
21646            + lib/ExtUtils/Mkbootstrap.t
21647            ! MANIFEST
21648 ____________________________________________________________________________
21649 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
21650         Log: Enable more debugging.
21651      Branch: perl
21652            ! lib/utf8_heavy.pl
21653 ____________________________________________________________________________
21654 [ 12372] By: ams                                   on 2001/10/09  02:11:59
21655         Log: #12370 forgot to modify is_gv_magical().
21656      Branch: perl
21657            ! gv.c
21658 ____________________________________________________________________________
21659 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
21660         Log: Make the toupper/lower/title API for Unicode not right
21661              but at least less wrong: prepare for the mapping being
21662              more than just one-character-to-one-character.
21663      Branch: perl
21664            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
21665            ! regexec.c utf8.c
21666 ____________________________________________________________________________
21667 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
21668         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
21669              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21670              Date: Mon, 8 Oct 2001 22:18:23 -0400
21671              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
21672      Branch: perl
21673            ! pod/perlvar.pod t/op/taint.t
21674 ____________________________________________________________________________
21675 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
21676         Log: FAQ sync.
21677      Branch: perl
21678            ! pod/perlfaq3.pod pod/perlfaq4.pod
21679 ____________________________________________________________________________
21680 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
21681         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
21682              From: "chromatic" <chromatic@rmci.net>
21683              Date: Mon, 08 Oct 2001 14:05:32 -0600
21684              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
21685      Branch: perl
21686            ! lib/Term/Cap.t
21687 ____________________________________________________________________________
21688 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
21689         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
21690              From: Michael G Schwern <schwern@pobox.com>
21691              Date: Mon, 8 Oct 2001 17:00:14 -0400
21692              Message-ID: <20011008170014.L17083@blackrider>
21693      Branch: perl
21694            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
21695 ____________________________________________________________________________
21696 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
21697         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
21698              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21699              Date: Mon, 8 Oct 2001 16:01:33 EDT
21700              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
21701      Branch: perl
21702            ! ext/Time/HiRes/HiRes.xs
21703 ____________________________________________________________________________
21704 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
21705         Log: Subject: [PATCH] Autosplit patch for VMS
21706              From: "Craig A. Berry" <craigberry@mac.com>
21707              Date: Mon, 08 Oct 2001 15:40:43 -0500
21708              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
21709      Branch: perl
21710            ! lib/AutoSplit.pm lib/AutoSplit.t
21711 ____________________________________________________________________________
21712 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
21713         Log: Don't assume that everybody is running OS X 10.1 yet;
21714              from Kay Röpke.
21715      Branch: perl
21716            ! hints/darwin.sh
21717 ____________________________________________________________________________
21718 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
21719         Log: Update Changes.
21720      Branch: perl
21721            ! Changes patchlevel.h
21722 ____________________________________________________________________________
21723 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
21724         Log: Retract #12358 for now.
21725      Branch: perl
21726            ! lib/Term/Cap.t
21727 ____________________________________________________________________________
21728 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
21729         Log: Can't figure out what this is testing.
21730              (If it is trying to catch SIGKILL, it should stop
21731              trying because that is by definition impossible.)
21732      Branch: perl
21733            ! lib/sigtrap.t
21734 ____________________________________________________________________________
21735 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
21736         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
21737              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
21738              Date: Sun, 30 Sep 2001 21:15:13 +0200
21739              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
21740      Branch: perl
21741            ! lib/ExtUtils/MM_Win32.pm
21742 ____________________________________________________________________________
21743 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
21744         Log: Clarify the ldlibpth part and condense the overall text.
21745      Branch: perl
21746            ! t/TEST
21747 ____________________________________________________________________________
21748 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
21749         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
21750              From: "chromatic" <chromatic@rmci.net>
21751              Date: Sun, 07 Oct 2001 16:59:26 -0600
21752              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
21753      Branch: perl
21754            ! lib/Term/Cap.t
21755 ____________________________________________________________________________
21756 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
21757         Log: Update the list because fo #12265.
21758      Branch: perl
21759            ! t/lib/1_compile.t
21760 ____________________________________________________________________________
21761 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
21762         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
21763              From: Nicholas Clark <nick@ccl4.org>
21764              Date: Sun, 7 Oct 2001 20:53:33 +0100
21765              Message-ID: <20011007205333.S38756@plum.flirble.org>   
21766      Branch: perl
21767            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
21768            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21769            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
21770            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
21771            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
21772            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
21773            ! lib/Switch/t/switch.t lib/Term/Complete.t
21774            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
21775            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
21776            ! t/op/my_stash.t
21777 ____________________________________________________________________________
21778 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
21779         Log: Integrate patch #12350 from maintperl; typo in
21780              IO::Seekable doc.
21781      Branch: perl
21782           !> ext/IO/lib/IO/Seekable.pm
21783 ____________________________________________________________________________
21784 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
21785         Log: Detypo.
21786      Branch: perl
21787            ! hints/darwin.sh
21788 ____________________________________________________________________________
21789 [ 12353] By: sky                                   on 2001/10/07  17:16:14
21790         Log: Change 12349 didn't really get it right.
21791      Branch: perl
21792            ! lib/Unicode/README
21793 ____________________________________________________________________________
21794 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
21795         Log: If running the harness the dynamic library search path
21796              may need setting.
21797      Branch: perl
21798            ! t/TEST
21799 ____________________________________________________________________________
21800 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
21801         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
21802              in ldflags.
21803      Branch: perl
21804            ! hints/darwin.sh
21805 ____________________________________________________________________________
21806 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
21807         Log: typo in IO::Seekable doc
21808      Branch: maint-5.6/perl
21809            ! ext/IO/lib/IO/Seekable.pm
21810 ____________________________________________________________________________
21811 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
21812         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
21813              doesn't work on Mac OS X 10.1 (when unpacking the tar the
21814              latter gets renamed as lib/unicode:1, assumedly for security
21815              reasons not to overwrite stuff)
21816      Branch: perl
21817            + lib/Unicode/README
21818            - lib/unicode/README
21819            ! MANIFEST
21820 ____________________________________________________________________________
21821 [ 12348] By: ams                                   on 2001/10/07  05:33:40
21822         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
21823              From: "chromatic" <chromatic@rmci.net>
21824              Date: Sat, 06 Oct 2001 21:42:03 -0600
21825              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
21826      Branch: perl
21827            + lib/CPAN/t/Nox.t
21828            ! MANIFEST
21829 ____________________________________________________________________________
21830 [ 12347] By: ams                                   on 2001/10/07  00:48:10
21831         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
21832              From: "chromatic" <chromatic@rmci.net>
21833              Date: Sat, 06 Oct 2001 18:52:10 -0600
21834              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
21835      Branch: perl
21836            + lib/sigtrap.t
21837            ! MANIFEST
21838 ____________________________________________________________________________
21839 [ 12346] By: ams                                   on 2001/10/06  23:14:01
21840         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
21841              h2xs write?)
21842              From: Nicholas Clark <nick@ccl4.org>
21843              Date: Sat, 6 Oct 2001 21:46:43 +0100
21844              Message-Id: <20011006214643.L38756@plum.flirble.org>
21845      Branch: perl
21846            ! utils/h2xs.PL
21847 ____________________________________________________________________________
21848 [ 12345] By: ams                                   on 2001/10/06  17:39:53
21849         Log: Subject: [PATCH] Memoize tests
21850              From: Nicholas Clark <nick@ccl4.org>
21851              Date: Sat, 6 Oct 2001 18:04:21 +0100
21852              Message-Id: <20011006180421.J38756@plum.flirble.org>
21853      Branch: perl
21854            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
21855            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
21856            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
21857            ! lib/Memoize/t/expire_module_n.t
21858            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
21859            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
21860            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
21861            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
21862            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
21863            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
21864 ____________________________________________________________________________
21865 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
21866         Log: Retract the latter part of #12343.
21867      Branch: perl
21868            ! ext/IO/lib/IO/Socket/INET.pm
21869 ____________________________________________________________________________
21870 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
21871         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
21872              From: David Dyck <dcd@tc.fluke.com>
21873              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
21874              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
21875              
21876              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
21877              From: David Dyck <dcd@tc.fluke.com>
21878              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
21879              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
21880      Branch: perl
21881            ! ext/IO/lib/IO/Socket/INET.pm
21882 ____________________________________________________________________________
21883 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
21884         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
21885              From: Robin Barker <rmb1@cise.npl.co.uk>
21886              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
21887              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
21888      Branch: perl
21889            ! t/TEST
21890 ____________________________________________________________________________
21891 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
21892         Log: Don't assume that %x is good for displaying UVs.
21893      Branch: perl
21894            ! dump.c
21895 ____________________________________________________________________________
21896 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
21897         Log: Update Changes.
21898      Branch: perl
21899            ! Changes patchlevel.h
21900 ____________________________________________________________________________
21901 [ 12339] By: ams                                   on 2001/10/05  10:22:34
21902         Log: Subject: [PATCH] perlfunc/select
21903              From: Nicholas Clark <nick@ccl4.org>
21904              Date: Fri, 5 Oct 2001 11:33:58 +0100
21905              Message-Id: <20011005113358.Z38756@plum.flirble.org>
21906      Branch: perl
21907            ! pod/perlfunc.pod
21908 ____________________________________________________________________________
21909 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
21910         Log: Retract #12313 and #12249.
21911      Branch: perl
21912            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
21913            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
21914            ! pod/perlebcdic.pod
21915 ____________________________________________________________________________
21916 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
21917         Log: Subject: [PATCH] perlvms.pod update
21918              From: "Craig A. Berry" <craigberry@mac.com>
21919              Date: Thu, 04 Oct 2001 12:55:52 -0500
21920              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
21921      Branch: perl
21922            ! vms/perlvms.pod
21923 ____________________________________________________________________________
21924 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
21925         Log: Subject: PATCH: Tie::SubstrHash
21926              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21927              Date: Thu, 04 Oct 2001 12:12:41 +0100
21928              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
21929      Branch: perl
21930            ! lib/Tie/SubstrHash.pm
21931 ____________________________________________________________________________
21932 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
21933         Log: Unicode properties saga continues.
21934      Branch: perl
21935            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
21936            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
21937 ____________________________________________________________________________
21938 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
21939         Log: Yet more Unicode properties.
21940      Branch: perl
21941            + lib/unicore/In/137.pl lib/unicore/In/138.pl
21942            + lib/unicore/In/139.pl lib/unicore/In/140.pl
21943            + lib/unicore/In/141.pl lib/unicore/In/142.pl
21944            + lib/unicore/In/143.pl lib/unicore/In/144.pl
21945            + lib/unicore/In/145.pl lib/unicore/In/146.pl
21946            + lib/unicore/In/147.pl lib/unicore/In/148.pl
21947            + lib/unicore/In/149.pl lib/unicore/In/150.pl
21948            + lib/unicore/In/151.pl lib/unicore/In/152.pl
21949            + lib/unicore/In/153.pl lib/unicore/In/154.pl
21950            + lib/unicore/In/155.pl lib/unicore/In/156.pl
21951            + lib/unicore/In/157.pl lib/unicore/In/158.pl
21952            + lib/unicore/In/159.pl lib/unicore/In/160.pl
21953            + lib/unicore/In/161.pl lib/unicore/In/162.pl
21954            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
21955            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
21956            ! pod/perlunicode.pod
21957 ____________________________________________________________________________
21958 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
21959         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
21960              From: "Craig A. Berry" <craigberry@mac.com>
21961              Date: Wed, 03 Oct 2001 17:45:25 -0500
21962              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
21963              
21964              (the lib/Term/Complete.t patched differently by #12332)
21965      Branch: perl
21966            ! lib/ExtUtils/Command.t
21967 ____________________________________________________________________________
21968 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
21969         Log: Restore only if something to restore.
21970      Branch: perl
21971            ! lib/Term/Complete.t
21972 ____________________________________________________________________________
21973 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
21974         Log: Update various resources for credits,
21975              minor icons fixes, and versions.
21976      Branch: maint-5.6/macperl
21977            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
21978            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
21979            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
21980 ____________________________________________________________________________
21981 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
21982         Log: Quiet the warnings about using undef value
21983      Branch: maint-5.6/macperl
21984            ! lib/File/Temp.pm
21985 ____________________________________________________________________________
21986 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
21987         Log: Fix up Ballon Help and Help menu docs (first pass);
21988              remove balloon rez file, and autogenerate with
21989              Balloon2Rez instead.
21990      Branch: maint-5.6/macperl
21991            + macos/macperl/macscripts/Balloon2Rez
21992            - macos/macperl/MPBalloons.r
21993            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
21994 ____________________________________________________________________________
21995 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
21996         Log: Allow overriding of defaults, for change #12327.
21997      Branch: maint-5.6/macperl
21998            ! perl.h
21999 ____________________________________________________________________________
22000 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
22001         Log: Override PerlProc_exit.
22002      Branch: maint-5.6/macperl
22003            ! macos/macish.h
22004 ____________________________________________________________________________
22005 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
22006         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
22007      Branch: maint-5.6/macperl
22008            + macos/bundled_lib/blib/lib/MD5.pm
22009            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
22010            + macos/lib/Mac/AETE/Dialect.pm
22011            + macos/lib/Mac/AETE/Format/Converter.pm
22012            + macos/lib/Mac/AETE/Format/Dictionary.pm
22013            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
22014            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
22015            + macos/lib/Mac/Toolbox.pod
22016            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
22017 ____________________________________________________________________________
22018 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
22019         Log: Sync up silly CVS headers ... I should commit CVS
22020              first to avoid this ...
22021      Branch: maint-5.6/macperl
22022            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
22023            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
22024            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
22025            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
22026 ____________________________________________________________________________
22027 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
22028         Log: Fix Matthias' address, and attributions.
22029      Branch: maint-5.6/macperl
22030            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
22031            ! pod/perlport.pod
22032 ____________________________________________________________________________
22033 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
22034         Log: Fix Matthias' address, and attributions.
22035      Branch: maint-5.6/macperl
22036            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
22037            ! macos/ext/Mac/Components/Components.pm
22038            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
22039            ! macos/ext/Mac/Dialogs/Dialogs.pm
22040            ! macos/ext/Mac/Events/Events.pm
22041            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
22042            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
22043            ! macos/ext/Mac/Gestalt/Gestalt.pm
22044            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
22045            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
22046            ! macos/ext/Mac/Menus/Menus.pm
22047            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
22048            ! macos/ext/Mac/Movies/Movies.pm
22049            ! macos/ext/Mac/Navigation/Navigation.pm
22050            ! macos/ext/Mac/Notification/Notification.pm
22051            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
22052            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
22053            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
22054            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
22055            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
22056            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
22057            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
22058            ! macos/ext/Mac/StandardFile/StandardFile.pm
22059            ! macos/ext/Mac/TextEdit/TextEdit.pm
22060            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
22061            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
22062            ! macos/lib/Mac/LowMem.pm
22063 ____________________________________________________________________________
22064 [ 12322] By: sky                                   on 2001/10/03  18:41:07
22065         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
22066              From: "Craig A. Berry" <craigberry@mac.com>
22067              Date: Wed, 03 Oct 2001 14:30:55 -0500
22068              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
22069      Branch: perl
22070            ! vms/vms.c
22071 ____________________________________________________________________________
22072 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
22073         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
22074              From: "Craig A. Berry" <craigberry@mac.com>
22075              Date: Wed, 03 Oct 2001 14:30:55 -0500
22076              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
22077      Branch: perl
22078            ! vms/vms.c
22079 ____________________________________________________________________________
22080 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
22081         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
22082              only IsL&) and Inherited (negative lookahead good);
22083              add tests for Common, Inherited, and L&.
22084      Branch: perl
22085            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
22086 ____________________________________________________________________________
22087 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
22088         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
22089              (The Unicode standard uses L& quite often.)
22090      Branch: perl
22091            ! lib/utf8_heavy.pl
22092 ____________________________________________________________________________
22093 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
22094         Log: Add the 'Common' Unicode property (code points not
22095              explicitly assigned to any other script).
22096      Branch: perl
22097            + lib/unicore/In/136.pl
22098            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
22099 ____________________________________________________________________________
22100 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
22101         Log: Skip the RV printing test under threads until fixed.
22102      Branch: perl
22103            ! ext/B/t/terse.t
22104 ____________________________________________________________________________
22105 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
22106         Log: Subject: 12309 / cygwin / win2k
22107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22108              Date: Wed, 03 Oct 2001 15:25:15 +0200
22109              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
22110      Branch: perl
22111            ! makedef.pl
22112 ____________________________________________________________________________
22113 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
22114         Log: Metaconfig unit change for #12314.
22115      Branch: metaconfig
22116            ! U/modified/Head.U
22117 ____________________________________________________________________________
22118 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
22119         Log: Subject: Both cygwin and djgpp on one machine
22120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22121              Date: Wed, 03 Oct 2001 15:02:59 +0200
22122              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
22123      Branch: perl
22124            ! Configure
22125 ____________________________________________________________________________
22126 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
22127         Log: (retracted by #12338)
22128              
22129              Subject: [PATCH] Code clean up for perlboot.pod
22130              From: Casey West <casey@geeknest.com>
22131              Date: Tue, 2 Oct 2001 19:24:43 -0400
22132              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
22133              
22134              Subject: [PATCH] Code clean up for perlbot.diff
22135              From: Casey West <casey@geeknest.com>
22136              Date: Tue, 2 Oct 2001 19:25:22 -0400
22137              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
22138              
22139              Subject: [PATCH] Code clean up for perlcall.pod
22140              From: Casey West <casey@geeknest.com>
22141              Date: Tue, 2 Oct 2001 19:25:57 -0400
22142              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
22143              
22144              Subject: [PATCH] Code clean up for perldata.pod
22145              From: Casey West <casey@geeknest.com>
22146              Date: Tue, 2 Oct 2001 19:26:29 -0400
22147              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
22148              
22149              Subject: [PATCH] Code clean up for perldbmfilter.pod
22150              From: Casey West <casey@geeknest.com>
22151              Date: Tue, 2 Oct 2001 19:26:59 -0400
22152              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
22153              
22154              Subject: [PATCH] Code clean up for perlebcdic.pod
22155              From: Casey West <casey@geeknest.com>
22156              Date: Tue, 2 Oct 2001 19:27:37 -0400
22157              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
22158      Branch: perl
22159            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
22160            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
22161 ____________________________________________________________________________
22162 [ 12312] By: ams                                   on 2001/10/02  23:43:55
22163         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
22164              From: Michael G Schwern <schwern@pobox.com>
22165              Date: Tue, 2 Oct 2001 17:00:49 -0400
22166              Message-Id: <20011002170049.A9955@blackrider>
22167      Branch: perl
22168            ! lib/ExtUtils/MakeMaker.pm
22169 ____________________________________________________________________________
22170 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
22171         Log: FAQ sync.
22172      Branch: perl
22173            ! pod/perlfaq3.pod
22174 ____________________________________________________________________________
22175 [ 12310] By: nick                                  on 2001/10/02  16:09:49
22176         Log: Integrate mainline
22177      Branch: perlio
22178           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
22179           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
22180           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
22181           !> patchlevel.h t/op/pat.t
22182 ____________________________________________________________________________
22183 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
22184         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
22185              not just one single space.
22186      Branch: perl
22187            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
22188 ____________________________________________________________________________
22189 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
22190         Log: AUTHORS updates.
22191      Branch: perl
22192            ! AUTHORS
22193 ____________________________________________________________________________
22194 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
22195         Log: Update Changes.
22196      Branch: perl
22197            ! Changes patchlevel.h
22198 ____________________________________________________________________________
22199 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
22200         Log: Work around old buggy glibcs for langinfo constants,
22201              from Nicholas Clark and David Dyck.
22202      Branch: perl
22203            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
22204 ____________________________________________________________________________
22205 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
22206         Log: Eradicate Time::Piece; add an example.
22207      Branch: perl
22208            ! ext/I18N/Langinfo/Langinfo.pm
22209 ____________________________________________________________________________
22210 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
22211         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
22212              From: Robert Spier <rspier@pobox.com>
22213              Date: Mon, 1 Oct 2001 23:20:16 -0700
22214              Message-ID: <15289.23712.422087.878224@rls.cx>
22215      Branch: perl
22216            ! lib/Pod/Html.pm
22217 ____________________________________________________________________________
22218 [ 12303] By: sky                                   on 2001/10/02  10:40:57
22219         Log: Fixes obscure bug that manifests itself by.
22220              local $!=0;undef*STDOUT;#segfaults
22221              Has been around for a while. Possible other magic IO vars are
22222              possibly affected as well. Reported by Jos Boumans.
22223      Branch: perl
22224            ! mg.c
22225 ____________________________________________________________________________
22226 [ 12302] By: nick                                  on 2001/10/02  09:00:52
22227         Log: Integrate mainline
22228      Branch: perlio
22229           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
22230           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
22231           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
22232 ____________________________________________________________________________
22233 [ 12301] By: nick                                  on 2001/10/02  08:40:57
22234         Log: Integrate mainline + lib/open.t patch from Chromatic
22235      Branch: perlio
22236           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
22237            ! lib/open.t
22238           !> (integrate 29 files)
22239 ____________________________________________________________________________
22240 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
22241         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
22242              Until it has, better stop early if someone requests threads.
22243      Branch: perl
22244            ! hints/darwin.sh
22245 ____________________________________________________________________________
22246 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
22247         Log: Subject: [ID 20011001.011] redundant code in t/TEST
22248              From: David Dyck <dcd@tc.fluke.com>
22249              Date: Mon, 1 Oct 2001 12:56:24 -0700
22250              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
22251      Branch: perl
22252            ! t/TEST
22253 ____________________________________________________________________________
22254 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
22255         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
22256              From: "chromatic" <chromatic@rmci.net>
22257              Date: Mon, 01 Oct 2001 12:27:12 -0600
22258              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
22259      Branch: perl
22260            ! lib/Term/Cap.t
22261 ____________________________________________________________________________
22262 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
22263         Log: UNICOS testing patches from Nicholas Clark.
22264      Branch: perl
22265            ! t/op/arith.t t/op/pack.t
22266 ____________________________________________________________________________
22267 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
22268         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
22269              From: "chromatic" <chromatic@rmci.net>
22270              Date: Mon, 01 Oct 2001 10:21:51 -0600
22271              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
22272      Branch: perl
22273            ! lib/open.t
22274 ____________________________________________________________________________
22275 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
22276         Log: Make missing the RADIXCHAR a softer, gentler error.
22277      Branch: perl
22278            ! ext/I18N/Langinfo/Langinfo.t
22279 ____________________________________________________________________________
22280 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
22281         Log: Nuke also the LANG because of glibc.
22282      Branch: perl
22283            ! lib/open.t
22284 ____________________________________________________________________________
22285 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
22286         Log: Also the ^Is is optional.
22287      Branch: perl
22288            ! pod/perlunicode.pod t/op/pat.t
22289 ____________________________________________________________________________
22290 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
22291         Log: Be careful to pull chars from the varargs stack when
22292              formatting chars.
22293      Branch: perl
22294            ! regcomp.c
22295 ____________________________________________________________________________
22296 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
22297         Log: sortsv not in place anymore, noticed by John P. Linderman.
22298      Branch: perl
22299            ! pod/perlapi.pod pp_ctl.c
22300 ____________________________________________________________________________
22301 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
22302         Log: Make the diagnostic messages more neutral.
22303      Branch: perl
22304            ! ext/B/t/terse.t
22305 ____________________________________________________________________________
22306 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
22307         Log: Forgotten from #12288.
22308      Branch: perl
22309            ! ext/Data/Dumper/Dumper.pm
22310 ____________________________________________________________________________
22311 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
22312         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
22313              From: Brian Ingerson <ingy@ttul.org>
22314              Date: Sun, 30 Sep 2001 21:45:56 -0700
22315              Message-ID: <20010930214556.D26392@ttul.org>
22316              
22317              (remember also the #12289)
22318      Branch: perl
22319            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
22320 ____________________________________________________________________________
22321 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
22322         Log: More Unicode property tests for the abbreviated
22323              general properties.
22324      Branch: perl
22325            ! t/op/pat.t
22326 ____________________________________________________________________________
22327 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
22328         Log: Further tweaks to the Unicode properties.
22329      Branch: perl
22330            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
22331 ____________________________________________________________________________
22332 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
22333         Log: Retract #12284.
22334      Branch: perl
22335            ! lib/Term/Cap.t
22336 ____________________________________________________________________________
22337 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
22338         Log: (Retracted by #12285)
22339      Branch: perl
22340            ! lib/Term/Cap.t
22341 ____________________________________________________________________________
22342 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
22343         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
22344              From: "chromatic" <chromatic@rmci.net>  
22345              Date: Sun, 30 Sep 2001 16:10:02 -0600
22346              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
22347      Branch: perl
22348            + lib/Term/Cap.t
22349            ! MANIFEST
22350 ____________________________________________________________________________
22351 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
22352         Log: Use stty -g to restore the terminal state, do not even
22353              try to run the tests if stty -g is not available.
22354      Branch: perl
22355            ! lib/Term/Complete.t
22356 ____________________________________________________________________________
22357 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
22358         Log: Cleanup utf8_heavy; allow dropping the In prefix from
22359              Unicode script/block properties.
22360      Branch: perl
22361            ! lib/utf8_heavy.pl
22362 ____________________________________________________________________________
22363 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
22364         Log: Retract the #12259 for now.
22365      Branch: perl
22366            ! embed.h embed.pl sv.h
22367 ____________________________________________________________________________
22368 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
22369         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
22370      Branch: perl
22371            + lib/Text/TabsWrap/CHANGELOG
22372            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
22373 ____________________________________________________________________________
22374 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
22375         Log: #12272 wasn't right, it introduced an extra ().
22376      Branch: perl
22377            ! lib/utf8_heavy.pl
22378 ____________________________________________________________________________
22379 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
22380         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
22381              From: Jonathan Stowe <gellyfish@gellyfish.com>
22382              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
22383              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
22384      Branch: perl
22385            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
22386 ____________________________________________________________________________
22387 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
22388         Log: Subject: Patch to put qsortsv in the public API
22389              From: Brian Ingerson <ingy@ttul.org>
22390              Date: Sat, 29 Sep 2001 17:41:13 -0700
22391              Message-ID: <20010929174113.A30223@ttul.org>
22392      Branch: perl
22393            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
22394 ____________________________________________________________________________
22395 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
22396         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
22397              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22398              Date: Sat, 29 Sep 2001 23:54:48 +0200
22399              Message-ID: <20010929235448.A5017@rafael>
22400      Branch: perl
22401            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
22402 ____________________________________________________________________________
22403 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
22404         Log: FAQ sync.
22405      Branch: perl
22406            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22407            ! pod/perlfaq9.pod
22408 ____________________________________________________________________________
22409 [ 12273] By: bailey                                on 2001/09/29  23:43:46
22410         Log: Resync with mainline
22411      Branch: vmsperl
22412           +> (branch 1207 files)
22413            - (delete 324 files)
22414           !> (integrate 866 files)
22415 ____________________________________________________________________________
22416 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
22417         Log: Nasty recursion trap if one would match Unicode.
22418      Branch: perl
22419            ! lib/utf8_heavy.pl
22420 ____________________________________________________________________________
22421 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
22422         Log: More Unicode todo.
22423      Branch: perl
22424            ! pod/perltodo.pod
22425 ____________________________________________________________________________
22426 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
22427         Log: Explain a bit the new more flexible \p\P syntax.
22428      Branch: perl
22429            ! pod/perlunicode.pod
22430 ____________________________________________________________________________
22431 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
22432         Log: More leniency to the \p and \P: now can have whitespace
22433              between the property definition and the curlies; now can
22434              invert the property by having a caret between the open
22435              curly and the property.
22436      Branch: perl
22437            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
22438 ____________________________________________________________________________
22439 [ 12268] By: nick                                  on 2001/09/29  17:39:26
22440         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
22441              one test (lib/open.t) fails
22442      Branch: perlio
22443           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
22444           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
22445           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
22446           +> lib/Tie/Scalar.t lib/open.t
22447            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
22448            - ext/B/Stash.t
22449           !> (integrate 62 files)
22450 ____________________________________________________________________________
22451 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
22452         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
22453      Branch: perl
22454            ! t/op/chdir.t
22455 ____________________________________________________________________________
22456 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
22457         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
22458              From: "Craig A. Berry" <craigberry@mac.com> 
22459              Date: Sat, 29 Sep 2001 09:35:33 -0500
22460              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
22461      Branch: perl
22462            ! t/op/chdir.t
22463 ____________________________________________________________________________
22464 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
22465         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
22466              From: "chromatic" <chromatic@rmci.net>
22467              Date: Fri, 28 Sep 2001 21:20:12 -0600
22468              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
22469      Branch: perl
22470            + lib/Tie/Scalar.t
22471            ! MANIFEST lib/Tie/Scalar.pm
22472 ____________________________________________________________________________
22473 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
22474         Log: Allow for more flexibility in the \p{In...} names, now
22475              case doesn't matter, and any space or dash can be
22476              matched by any space, dash, underbar, or empty.
22477              (may be going too far on leniency)
22478      Branch: perl
22479            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
22480            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
22481            ! t/op/pat.t
22482 ____________________________________________________________________________
22483 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
22484         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
22485              From: "chromatic" <chromatic@rmci.net>
22486              Date: Fri, 28 Sep 2001 17:39:50 -0600
22487              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
22488      Branch: perl
22489            + lib/open.t
22490            ! MANIFEST
22491 ____________________________________________________________________________
22492 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
22493         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
22494              From: "Craig A. Berry" <craigberry@mac.com>
22495              Date: Fri, 28 Sep 2001 16:24:51 -0500
22496              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
22497      Branch: perl
22498            ! ext/File/Glob/t/basic.t
22499 ____________________________________________________________________________
22500 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
22501         Log: Subject: [DOC PATCH] Carp.pm pod typo
22502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22503              Date: Fri, 28 Sep 2001 23:14:51 +0200
22504              Message-ID: <20010928231451.E16889@rafael>
22505      Branch: perl
22506            ! lib/Carp.pm
22507 ____________________________________________________________________________
22508 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
22509         Log: Subject: [PATCH] Allow an @INC hook to set %INC
22510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22511              Date: Fri, 28 Sep 2001 22:18:13 +0200
22512              Message-ID: <20010928221813.A16889@rafael>
22513      Branch: perl
22514            ! pp_ctl.c
22515 ____________________________________________________________________________
22516 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
22517         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
22518              From: Nicholas Clark <nick@ccl4.org>
22519              Date: Fri, 28 Sep 2001 23:39:33 +0100
22520              Message-ID: <20010928233933.C23673@plum.flirble.org>
22521      Branch: perl
22522            ! embed.h embed.pl sv.h
22523 ____________________________________________________________________________
22524 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
22525         Log: Update Changes.
22526      Branch: perl
22527            ! Changes patchlevel.h
22528 ____________________________________________________________________________
22529 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
22530         Log: Move the B tests to B/t.
22531      Branch: perl
22532            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
22533            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
22534            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
22535            - ext/B/Showlex.t ext/B/Stash.t
22536            ! MANIFEST
22537 ____________________________________________________________________________
22538 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
22539         Log: Forgot from #12254.
22540      Branch: perl
22541            + ext/B/B/Terse.t
22542 ____________________________________________________________________________
22543 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
22544         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
22545              From: "chromatic" <chromatic@rmci.net>
22546              Date: Thu, 27 Sep 2001 23:22:17 -0600
22547              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
22548      Branch: perl
22549            ! MANIFEST
22550 ____________________________________________________________________________
22551 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
22552         Log: Test numbering mismatch.
22553      Branch: perl
22554            ! t/op/chdir.t
22555 ____________________________________________________________________________
22556 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
22557         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
22558              From: "Craig A. Berry" <craigberry@mac.com>
22559              Date: Wed, 26 Sep 2001 17:43:14 -0500
22560              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
22561      Branch: perl
22562            ! iperlsys.h t/op/chdir.t
22563 ____________________________________________________________________________
22564 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
22565         Log: Subject: [PATCH gv.c] make __ANON__ global
22566              From: Robin Barker <rmb1@cise.npl.co.uk>
22567              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
22568              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
22569      Branch: perl
22570            ! gv.c t/op/anonsub.t t/op/runlevel.t
22571 ____________________________________________________________________________
22572 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
22573         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
22574              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22575              Date: Thu, 27 Sep 2001 22:34:32 +0200
22576              Message-ID: <20010927223432.A1485@rafael>
22577      Branch: perl
22578            ! ext/B/B/Terse.pm
22579 ____________________________________________________________________________
22580 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
22581         Log: (retracted by #12338)
22582              
22583              Subject: [PATCH] Cleanup of perldsc.pod      
22584              From: Casey West <casey@geeknest.com>
22585              Date: Thu, 27 Sep 2001 11:13:17 -0400
22586              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
22587      Branch: perl
22588            ! pod/perldsc.pod
22589 ____________________________________________________________________________
22590 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
22591         Log: Not everyone is using ithreads...
22592      Branch: perl
22593            ! ext/Devel/Peek/Peek.t
22594 ____________________________________________________________________________
22595 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
22596         Log: Document the nss_delete core dump workaround for HP-UX
22597              and Solaris, bug IDs 20010805.018 and 20010629.004.
22598      Branch: perl
22599            ! README.hpux README.solaris
22600 ____________________________________________________________________________
22601 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
22602         Log: Dump Unicode hash keys also as Unicode,
22603              not just as a byte string.
22604      Branch: perl
22605            ! dump.c ext/Devel/Peek/Peek.t
22606 ____________________________________________________________________________
22607 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
22608         Log: Integrate changes #12241 and #12242 from macperl:
22609              
22610              Remove unneeded disabling of umask() calls
22611              
22612              Note (get|set)sockopt are available.
22613      Branch: perl
22614           !> lib/File/Temp.pm pod/perlport.pod
22615 ____________________________________________________________________________
22616 [ 12244] By: sky                                   on 2001/09/27  08:53:00
22617         Log: Flush buffers on thread closedown.
22618      Branch: perl
22619            ! ext/threads/threads.xs
22620 ____________________________________________________________________________
22621 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
22622         Log: Dump SvUTF8(sv)s also as \x{...}.
22623              
22624              TODO: dump the SvUTF8() hash keys similarly. 
22625      Branch: perl
22626            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
22627 ____________________________________________________________________________
22628 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
22629         Log: Note (get|set)sockopt are available.
22630      Branch: maint-5.6/macperl
22631            ! pod/perlport.pod
22632 ____________________________________________________________________________
22633 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
22634         Log: Remove unneeded disabling of umask() calls
22635      Branch: maint-5.6/macperl
22636            ! lib/File/Temp.pm
22637 ____________________________________________________________________________
22638 [ 12240] By: sky                                   on 2001/09/26  18:44:56
22639         Log: Documention update
22640      Branch: perl
22641            ! ext/threads/threads.pm
22642 ____________________________________________________________________________
22643 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
22644         Log: Update Changes.
22645      Branch: perl
22646            ! Changes patchlevel.h
22647 ____________________________________________________________________________
22648 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
22649         Log: Check that all environment variables are tainted.
22650      Branch: perl
22651            ! t/op/taint.t
22652 ____________________________________________________________________________
22653 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
22654         Log: Manual integration error in #12235.
22655      Branch: perl
22656            ! lib/File/DosGlob.t
22657 ____________________________________________________________________________
22658 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
22659         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
22660              From: "chromatic" <chromatic@rmci.net>
22661              Date: Tue, 25 Sep 2001 23:57:07 -0600
22662              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
22663      Branch: perl
22664            ! perlio.c
22665 ____________________________________________________________________________
22666 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
22667         Log: Integrate macperl changes from Chris Nandor:
22668              12192 11817 11815 11813 11778 11775
22669              
22670              Update CPAN.pm to work with new Mac::BuildTools instead
22671              of ExtUtils::MM_MacOS "orphan" functions
22672              
22673              Fix test
22674              
22675              Make syntax check report in MPW style, fix tests
22676              to use Mac::err=unix to get normal-style error
22677              messages.
22678              
22679              More module and test ports from Thomas Wegner et al
22680              
22681              Fix open of /dev/null for Mac OS
22682              
22683              Allow for platforms to override formatting of errors
22684              on output from Matthias Neeracher (core files)
22685      Branch: perl
22686            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
22687            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
22688            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
22689           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
22690           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
22691           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
22692 ____________________________________________________________________________
22693 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
22694         Log: grrr.
22695      Branch: perl
22696            ! t/op/gv.t
22697 ____________________________________________________________________________
22698 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
22699         Log: Retract #12232.
22700      Branch: perl
22701            ! t/op/gv.t
22702 ____________________________________________________________________________
22703 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
22704         Log: (Retracted by #12233.)
22705      Branch: perl
22706            ! t/op/gv.t
22707 ____________________________________________________________________________
22708 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
22709         Log: Detypo.
22710      Branch: perl
22711            ! ext/Encode/Makefile.PL
22712 ____________________________________________________________________________
22713 [ 12230] By: sky                                   on 2001/09/26  11:36:23
22714         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
22715              We are using a "delay" here because we do not want to depend on thread synchronization issues.
22716      Branch: perl
22717            + ext/threads/t/stress_cv.t
22718            ! MANIFEST ext/threads/t/stress_string.t
22719 ____________________________________________________________________________
22720 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
22721         Log: NetWare tweak from Ananth Kesari.
22722      Branch: perl
22723            ! NetWare/t/Readme.txt
22724 ____________________________________________________________________________
22725 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
22726         Log: Trick to fool case-blind filesystems.
22727      Branch: perl
22728            ! ext/Encode/Makefile.PL
22729 ____________________________________________________________________________
22730 [ 12227] By: sky                                   on 2001/09/26  11:06:50
22731         Log: Threads can start executing in a different order than they were
22732              created.... so we cannot ok() inside the threadstarter.
22733      Branch: perl
22734            ! ext/threads/t/stress_string.t
22735 ____________________________________________________________________________
22736 [ 12226] By: sky                                   on 2001/09/26  07:41:45
22737         Log: Add in stress_string.t to stress test threads a bit more.
22738      Branch: perl
22739            + ext/threads/t/stress_string.t
22740            ! MANIFEST
22741 ____________________________________________________________________________
22742 [ 12225] By: sky                                   on 2001/09/26  07:04:21
22743         Log: Fix negative refcount introduced by #12223.
22744      Branch: perl
22745            ! ext/threads/threads.xs
22746 ____________________________________________________________________________
22747 [ 12224] By: sky                                   on 2001/09/26  06:57:58
22748         Log: Update documentation to match change #12223
22749      Branch: perl
22750            ! sharedsv.c
22751 ____________________________________________________________________________
22752 [ 12223] By: sky                                   on 2001/09/26  06:54:32
22753         Log: Use a separate interpreter for the sharedsv space. Another
22754              negative sv leak. Sigh.
22755      Branch: perl
22756            ! sharedsv.c
22757 ____________________________________________________________________________
22758 [ 12222] By: sky                                   on 2001/09/26  05:58:35
22759         Log: Do the environ assignment in perl_contruct to match perl_destruct.
22760              Now we don't need to perl_parse/perl_run. However environ is a
22761              global....
22762      Branch: perl
22763            ! perl.c
22764 ____________________________________________________________________________
22765 [ 12221] By: sky                                   on 2001/09/26  05:41:02
22766         Log: Move the creation of PL_strtab to perl_construct so we can work
22767              with HV and HEs without running perl_parse.
22768      Branch: perl
22769            ! perl.c
22770 ____________________________________________________________________________
22771 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
22772         Log: integrate macperl changes into maint-5.6
22773      Branch: maint-5.6/perl
22774           !> (integrate 26 files)
22775 ____________________________________________________________________________
22776 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
22777         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
22778              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
22779      Branch: maint-5.6/macperl
22780            ! macos/ext/Mac/Fonts/Fonts.xs
22781            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
22782 ____________________________________________________________________________
22783 [ 12218] By: ams                                   on 2001/09/25  23:31:33
22784         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
22785              From: Nicholas Clark <nick@ccl4.org>
22786              Date: Wed, 26 Sep 2001 01:20:20 +0100
22787              Message-Id: <20010926012020.B48092@plum.flirble.org>
22788      Branch: perl
22789            ! lib/AutoSplit.t
22790 ____________________________________________________________________________
22791 [ 12217] By: ams                                   on 2001/09/25  22:33:05
22792         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
22793              From: "Craig A. Berry" <craigberry@mac.com>
22794              Date: Tue, 25 Sep 2001 18:08:42 -0500
22795              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
22796      Branch: perl
22797            ! vms/vms.c
22798 ____________________________________________________________________________
22799 [ 12216] By: ams                                   on 2001/09/25  21:41:01
22800         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
22801              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
22802              From: Michael G Schwern <schwern@pobox.com>
22803              Date: Wed, 26 Sep 2001 00:38:21 -0400
22804              Message-Id: <20010926003821.A627@blackrider>
22805      Branch: perl
22806            ! lib/AutoSplit.t
22807 ____________________________________________________________________________
22808 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
22809         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
22810              From: Michael G Schwern <schwern@pobox.com>
22811              Date: Tue, 25 Sep 2001 17:43:49 -0400
22812              Message-ID: <20010925174349.B19534@blackrider>
22813      Branch: perl
22814            ! lib/Test/Simple.pm lib/Test/Utils.pm
22815 ____________________________________________________________________________
22816 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
22817         Log: Integrate changes from bleadperl.
22818      Branch: maint-5.6/macperl
22819           !> pod/perlport.pod
22820 ____________________________________________________________________________
22821 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
22822         Log: skip($mess) should result in one skip.
22823      Branch: perl
22824            ! t/test.pl
22825 ____________________________________________________________________________
22826 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
22827         Log: Integrate change #12200 from maintperl.
22828      Branch: maint-5.6/macperl
22829           !> win32/perlhost.h
22830 ____________________________________________________________________________
22831 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
22832         Log: Fix file types to "apple"
22833      Branch: maint-5.6/macperl
22834            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
22835            ! macos/ext/Mac/SAT/t/Collision.rsrc
22836 ____________________________________________________________________________
22837 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
22838         Log: Fix rsrc file as snd file; fix path in t file.
22839      Branch: maint-5.6/macperl
22840            ! macos/ext/Mac/Notification/t/Notification.rsrc
22841            ! macos/ext/Mac/Notification/t/Notification.t
22842 ____________________________________________________________________________
22843 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
22844         Log: Sync up with File::Find from bleadperl.
22845      Branch: maint-5.6/macperl
22846            ! lib/File/Find.pm t/lib/filefind-taint.t
22847 ____________________________________________________________________________
22848 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
22849         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
22850              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
22851              of hundreds)
22852      Branch: maint-5.6/macperl
22853            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
22854            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
22855            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
22856 ____________________________________________________________________________
22857 [ 12207] By: nick                                  on 2001/09/25  19:04:36
22858         Log: Integrate mainline (untested while modem is up)
22859      Branch: perlio
22860           +> lib/AutoSplit.t t/test.pl
22861            - lib/warnings/register.t
22862           !> (integrate 28 files)
22863 ____________________________________________________________________________
22864 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
22865         Log: perldiag entry for #12205.
22866      Branch: perl
22867            ! pod/perldiag.pod
22868 ____________________________________________________________________________
22869 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
22870         Log: Subject: [PATCH] warning on v-string in use/require
22871              From: John Peacock <jpeacock@rowman.com>
22872              Date: Mon, 24 Sep 2001 17:29:03 -0400
22873              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
22874      Branch: perl
22875            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
22876 ____________________________________________________________________________
22877 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
22878         Log: perltooc et al updates.
22879      Branch: perl
22880            ! plan9/mkfile pod/roffitall
22881 ____________________________________________________________________________
22882 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
22883         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
22884              From: Michael G Schwern <schwern@pobox.com>
22885              Date: Sun, 23 Sep 2001 00:07:12 -0400
22886              Message-ID: <20010923000712.A7005@blackrider>
22887      Branch: perl
22888            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
22889 ____________________________________________________________________________
22890 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
22891         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
22892              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22893              Date: Wed, 26 Sep 2001 01:25:10 +0900
22894              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
22895      Branch: perl
22896            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
22897            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
22898            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
22899 ____________________________________________________________________________
22900 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
22901         Log: Integrate change #12200 from maintperl;
22902              on windows, virtualized environment could propagate deleted variables
22903              into children if they happen to be at the very end of the table
22904      Branch: perl
22905           !> win32/perlhost.h
22906 ____________________________________________________________________________
22907 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
22908         Log: on windows, virtualized environment could propagate deleted variables
22909              into children if they happen to be at the very end of the table
22910              (thanks for succinct test case from Johan Holmberg, and fix from
22911              Doug Lankshear)
22912      Branch: maint-5.6/perl
22913            ! win32/perlhost.h
22914 ____________________________________________________________________________
22915 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
22916         Log: avoid the use of ftime() (it does a useless, potentially
22917              expensive call to GetTimeZoneInformation()); this potentially
22918              also results in three more digits of precision from
22919              Time::HiRes::time()
22920      Branch: perl
22921            ! ext/Time/HiRes/HiRes.xs
22922 ____________________________________________________________________________
22923 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
22924         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
22925              
22926              Note: io/binmode is failing, have to figure out why.
22927      Branch: perl
22928            + t/test.pl
22929            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
22930            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
22931            ! t/run/exit.t
22932 ____________________________________________________________________________
22933 [ 12197] By: ams                                   on 2001/09/25  13:48:55
22934         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
22935              From: Nicholas Clark <nick@ccl4.org>
22936              Date: Tue, 25 Sep 2001 00:37:40 +0100
22937              Message-Id: <20010925003740.S4971@plum.flirble.org>
22938              (Further changes expected.)
22939      Branch: perl
22940            + lib/AutoSplit.t
22941            ! MANIFEST
22942 ____________________________________________________________________________
22943 [ 12196] By: sky                                   on 2001/09/25  13:37:12
22944         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
22945              _ftime to try and be more robust.
22946      Branch: perl
22947            ! ext/Time/HiRes/HiRes.xs
22948 ____________________________________________________________________________
22949 [ 12194] By: ams                                   on 2001/09/25  11:40:00
22950         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
22951              From: "Craig A. Berry" <craigberry@mac.com>
22952              Date: Mon, 24 Sep 2001 17:54:20 -0500
22953              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
22954      Branch: perl
22955            ! vms/descrip_mms.template
22956 ____________________________________________________________________________
22957 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
22958         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
22959              not working, cursor not spinning (Bug #422129); external
22960              editor problems (Bug #456329); escape/cmd-. not activating
22961              "Cancel" in Save dialog box (Bug #446960); Runtimes not
22962              executing on launch (Bug #464441).
22963      Branch: maint-5.6/macperl
22964            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
22965            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
22966            ! macos/macperl/MacPerl.r
22967 ____________________________________________________________________________
22968 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
22969         Log: Update CPAN.pm to work with new Mac::BuildTools instead
22970              of ExtUtils::MM_MacOS "orphan" functions
22971      Branch: maint-5.6/macperl
22972            ! lib/CPAN.pm
22973 ____________________________________________________________________________
22974 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
22975         Log: Fix up another xsubpp problem (Matthias Neeracher)
22976      Branch: maint-5.6/macperl
22977            ! macos/xsubpp
22978 ____________________________________________________________________________
22979 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
22980         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
22981      Branch: maint-5.6/macperl
22982            ! macos/lib/ExtUtils/MM_MacOS.pm
22983 ____________________________________________________________________________
22984 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
22985         Log: Fix up Makefiles for more Mac:: modules (and prepare for
22986              static build ...?)
22987      Branch: maint-5.6/macperl
22988            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
22989            ! macos/macperl/Makefile.mk
22990 ____________________________________________________________________________
22991 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
22992         Log: Fix up tests
22993      Branch: maint-5.6/macperl
22994            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
22995 ____________________________________________________________________________
22996 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
22997         Log: Make malloc smarter, fix bugs.  (Bug #404030)
22998      Branch: maint-5.6/macperl
22999            ! macos/icemalloc.c macos/icemalloc.h
23000 ____________________________________________________________________________
23001 [ 12186] By: nick                                  on 2001/09/24  19:18:17
23002         Log: Integrate mainline
23003      Branch: perlio
23004           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
23005           +> lib/filetest.t
23006           !> (integrate 30 files)
23007 ____________________________________________________________________________
23008 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
23009         Log: Retract #12136, the warnings::register is already
23010              tested by t/lib/warnings/9enabled, as pointed out
23011              by Paul Marquess.
23012      Branch: perl
23013            - lib/warnings/register.t
23014            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
23015 ____________________________________________________________________________
23016 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
23017         Log: fix Time::HiRes implementation of gettimeofday() on windows
23018              (HiRes.t#14 now passes)
23019      Branch: perl
23020            ! ext/Time/HiRes/HiRes.xs
23021 ____________________________________________________________________________
23022 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
23023         Log: File::Spec::catfile() canonifies everything to blackslashes on
23024              windows :-(
23025      Branch: perl
23026            ! lib/ExtUtils/Manifest.t
23027 ____________________________________________________________________________
23028 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
23029         Log: test number mismatch
23030      Branch: perl
23031            ! t/op/magic.t
23032 ____________________________________________________________________________
23033 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
23034         Log: ok().
23035      Branch: perl
23036            ! t/op/pack.t
23037 ____________________________________________________________________________
23038 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
23039         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
23040              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23041      Branch: perl
23042            ! pp_pack.c t/op/pack.t
23043 ____________________________________________________________________________
23044 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
23045         Log: Update Changes.
23046      Branch: perl
23047            ! Changes patchlevel.h
23048 ____________________________________________________________________________
23049 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
23050         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
23051              From: Michael G Schwern <schwern@pobox.com>
23052              Date: Mon, 24 Sep 2001 11:12:13 -0400
23053              Message-ID: <20010924111213.G27885@blackrider>
23054      Branch: perl
23055            ! lib/ExtUtils/Manifest.pm
23056 ____________________________________________________________________________
23057 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
23058         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
23059              From: Michael G Schwern <schwern@pobox.com> 
23060              Date: Mon, 24 Sep 2001 11:02:07 -0400
23061              Message-ID: <20010924110207.E27885@blackrider>
23062      Branch: perl
23063            ! vms/test.com
23064 ____________________________________________________________________________
23065 [ 12176] By: ams                                   on 2001/09/24  14:01:59
23066         Log: Update Changes.
23067      Branch: perl
23068            ! Changes
23069 ____________________________________________________________________________
23070 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
23071         Log: Various cleanups.
23072      Branch: perl
23073            ! ext/threads/Makefile.PL ext/threads/threads.xs
23074 ____________________________________________________________________________
23075 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
23076         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
23077      Branch: maint-5.6/macperl
23078           !> (integrate 33 files)
23079 ____________________________________________________________________________
23080 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
23081         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
23082              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23083              Date: Mon, 24 Sep 2001 20:04:58 +0900
23084              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
23085      Branch: perl
23086            ! ext/Encode/Encode/gb2312.enc
23087 ____________________________________________________________________________
23088 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
23089         Log: Clarifying comment to #12164.
23090      Branch: perl
23091            ! lib/Cwd.pm
23092 ____________________________________________________________________________
23093 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
23094         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
23095              From: Nicholas Clark <nick@ccl4.org>
23096              Date: Sun, 23 Sep 2001 23:00:56 +0100
23097              Message-ID: <20010923230055.Y4971@plum.flirble.org>
23098              
23099              (with "sample_constants" changed to "fallback")
23100      Branch: perl
23101            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
23102            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
23103            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
23104            ! lib/h2xs.t utils/h2xs.PL
23105 ____________________________________________________________________________
23106 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
23107         Log: Metaconfig unit change for #12167.
23108      Branch: metaconfig
23109            ! U/modified/Cppsym.U
23110 ____________________________________________________________________________
23111 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
23112         Log: Add a few glibc cpp symbols to probe for.
23113      Branch: perl
23114            ! Configure
23115 ____________________________________________________________________________
23116 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
23117         Log: DJGPP tweaks for Laszlo Molnar.
23118      Branch: perl
23119            ! djgpp/djgppsed.sh dosish.h
23120 ____________________________________________________________________________
23121 [ 12165] By: ams                                   on 2001/09/24  10:07:08
23122         Log: Subject: [PATCH t/op/inccode.t] More tests
23123              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23124              Date: 24 Sep 2001 10:01:44 -0000
23125              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
23126      Branch: perl
23127            ! t/op/inccode.t
23128 ____________________________________________________________________________
23129 [ 12164] By: ams                                   on 2001/09/24  09:43:29
23130         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
23131              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
23132              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
23133              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
23134      Branch: perl
23135            ! lib/Cwd.pm
23136 ____________________________________________________________________________
23137 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
23138         Log: 1_compile updates.
23139      Branch: perl
23140            ! t/lib/1_compile.t
23141 ____________________________________________________________________________
23142 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
23143         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
23144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23145              Date: Wed, 19 Sep 2001 22:47:14 +0200
23146              Message-ID: <20010919224714.A6382@rafael>
23147      Branch: perl
23148            ! pod/perlvar.pod pp_ctl.c
23149 ____________________________________________________________________________
23150 [ 12161] By: ams                                   on 2001/09/23  17:40:02
23151         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
23152              filetest Pragma
23153              From: "chromatic" <chromatic@rmci.net>
23154              Date: Sun, 23 Sep 2001 12:07:25 -0600
23155              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
23156      Branch: perl
23157            + lib/filetest.t
23158            ! MANIFEST t/lib/1_compile.t
23159 ____________________________________________________________________________
23160 [ 12160] By: ams                                   on 2001/09/23  16:32:11
23161         Log: Additional minor chdir() tweak.
23162      Branch: perl
23163            ! pod/perlfunc.pod
23164 ____________________________________________________________________________
23165 [ 12159] By: ams                                   on 2001/09/23  16:25:01
23166         Log: Subject: PATCH lib/ExtUtils/Command.t
23167              From: Abe Timmerman <abe@ztreet.demon.nl>
23168              Date: Sun, 23 Sep 2001 19:11:44 +0200
23169              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
23170      Branch: perl
23171            ! lib/ExtUtils/Command.t
23172 ____________________________________________________________________________
23173 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
23174         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
23175              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23176              Date: Sun, 23 Sep 2001 02:02:26 +0200
23177              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
23178      Branch: perl
23179            ! makedef.pl
23180 ____________________________________________________________________________
23181 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
23182         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
23183              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
23184              Date: Sat, 22 Sep 2001 12:54:39 -0500
23185              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
23186      Branch: perl
23187            ! t/op/study.t
23188 ____________________________________________________________________________
23189 [ 12156] By: nick                                  on 2001/09/23  07:48:44
23190         Log: Integrate mainline
23191      Branch: perlio
23192            - check83.pl
23193           !> ext/Encode/Encode/2022-cn.enc
23194 ____________________________________________________________________________
23195 [ 12155] By: nick                                  on 2001/09/23  07:48:01
23196         Log: Integrate mainline
23197      Branch: perlio
23198           +> (branch 64 files)
23199            - ext/Encode/Encode/cns11643-1.enc
23200            - ext/Encode/Encode/cns11643-2.enc
23201            - ext/Encode/Encode/iso2022-cn.enc
23202            - ext/Encode/Encode/iso2022-jp.enc
23203            - ext/Encode/Encode/iso2022-jp1.enc
23204            - ext/Encode/Encode/iso2022-jp2.enc
23205            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
23206            - ext/Encode/Encode/iso8859-1.enc
23207            - ext/Encode/Encode/iso8859-1.ucm
23208            - ext/Encode/Encode/iso8859-10.enc
23209            - ext/Encode/Encode/iso8859-10.ucm
23210            - ext/Encode/Encode/iso8859-13.enc
23211            - ext/Encode/Encode/iso8859-13.ucm
23212            - ext/Encode/Encode/iso8859-14.enc
23213            - ext/Encode/Encode/iso8859-14.ucm
23214            - ext/Encode/Encode/iso8859-15.enc
23215            - ext/Encode/Encode/iso8859-15.ucm
23216            - ext/Encode/Encode/iso8859-16.enc
23217            - ext/Encode/Encode/iso8859-16.ucm
23218            - ext/Encode/Encode/iso8859-2.enc
23219            - ext/Encode/Encode/iso8859-2.ucm
23220            - ext/Encode/Encode/iso8859-3.enc
23221            - ext/Encode/Encode/iso8859-3.ucm
23222            - ext/Encode/Encode/iso8859-4.enc
23223            - ext/Encode/Encode/iso8859-4.ucm
23224            - ext/Encode/Encode/iso8859-5.enc
23225            - ext/Encode/Encode/iso8859-5.ucm
23226            - ext/Encode/Encode/iso8859-6.enc
23227            - ext/Encode/Encode/iso8859-6.ucm
23228            - ext/Encode/Encode/iso8859-7.enc
23229            - ext/Encode/Encode/iso8859-7.ucm
23230            - ext/Encode/Encode/iso8859-8.enc
23231            - ext/Encode/Encode/iso8859-8.ucm
23232            - ext/Encode/Encode/iso8859-9.enc
23233            - ext/Encode/Encode/iso8859-9.ucm
23234            - ext/Encode/Encode/isoir-197.enc
23235            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
23236            - t/lib/sample-tests/header_at_end
23237            - t/lib/sample-tests/header_at_end_fail
23238           !> (integrate 174 files)
23239 ____________________________________________________________________________
23240 [ 12154] By: ams                                   on 2001/09/23  07:11:46
23241         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
23242              by Blair Zajac.
23243      Branch: perl
23244            ! pod/perlfunc.pod
23245 ____________________________________________________________________________
23246 [ 12153] By: ams                                   on 2001/09/23  06:56:32
23247         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
23248              Forgotten deprecation of *glob{FILEHANDLE}?
23249              From: "chromatic" <chromatic@rmci.net>
23250              Date: Sat, 22 Sep 2001 21:27:56 -0600
23251              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
23252      Branch: perl
23253            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
23254 ____________________________________________________________________________
23255 [ 12152] By: ams                                   on 2001/09/23  06:42:58
23256         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
23257              From: Michael G Schwern <schwern@pobox.com>
23258              Date: Sun, 23 Sep 2001 03:34:39 -0400
23259              Message-Id: <20010923033439.E7005@blackrider>
23260      Branch: perl
23261            ! lib/File/Find.pm
23262 ____________________________________________________________________________
23263 [ 12151] By: ams                                   on 2001/09/23  06:37:57
23264         Log: Subject: Re: t/op/magic.t missing tests on Win32
23265              From: Michael G Schwern <schwern@pobox.com>
23266              Date: Sat, 22 Sep 2001 20:29:09 -0400
23267              Message-Id: <20010922202909.I18223@blackrider>
23268      Branch: perl
23269            ! t/op/magic.t
23270 ____________________________________________________________________________
23271 [ 12150] By: ams                                   on 2001/09/23  06:36:26
23272         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
23273              Dumpvalue.pm
23274              From: "chromatic" <chromatic@rmci.net>
23275              Date: Sat, 22 Sep 2001 19:41:31 -0600
23276              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
23277      Branch: perl
23278            + lib/Dumpvalue.t
23279            ! MANIFEST lib/Dumpvalue.pm
23280 ____________________________________________________________________________
23281 [ 12149] By: ams                                   on 2001/09/23  06:25:35
23282         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
23283              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23284              Date: Sun, 23 Sep 2001 15:27:56 +0900
23285              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
23286      Branch: perl
23287            ! ext/Encode/Encode/2022-cn.enc
23288 ____________________________________________________________________________
23289 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
23290         Log: Manual eror in #12147.
23291      Branch: perl
23292            ! win32/win32.c
23293 ____________________________________________________________________________
23294 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
23295         Log: Integrate change #12146 from maintperl;
23296              win32_chdir() et al don't handle a NULL argument gracefully
23297      Branch: perl
23298           !> win32/perlhost.h win32/win32.c
23299 ____________________________________________________________________________
23300 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
23301         Log: win32_chdir() et al don't handle a NULL argument gracefully
23302      Branch: maint-5.6/perl
23303            ! win32/perlhost.h win32/win32.c
23304 ____________________________________________________________________________
23305 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
23306         Log: typo in change#12026
23307      Branch: maint-5.6/perl
23308            ! op.c
23309 ____________________________________________________________________________
23310 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
23311         Log: Subject: [PATCH] Re: scalar context unpack bugs
23312              From: Nicholas Clark <nick@ccl4.org>
23313              Date: Sat, 22 Sep 2001 23:07:56 +0100
23314              Message-ID: <20010922230755.O4971@plum.flirble.org>
23315      Branch: perl
23316            ! pp_pack.c t/op/pack.t
23317 ____________________________________________________________________________
23318 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
23319         Log: Try ExtUtils::Command.t everywhere, not just on Win32
23320              (as suggested by NI-S).  Also allow running it either
23321              in t/ or in the main directory.
23322      Branch: perl
23323            ! lib/ExtUtils/Command.t
23324 ____________________________________________________________________________
23325 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
23326         Log: Update the test on warnings/register.t.
23327      Branch: perl
23328            ! t/lib/1_compile.t
23329 ____________________________________________________________________________
23330 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
23331         Log: The code is now almost tidy enough to keep the IRIX cc happy.
23332      Branch: perl
23333            ! hints/irix_6.sh
23334 ____________________________________________________________________________
23335 [ 12140] By: ams                                   on 2001/09/22  17:26:32
23336         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
23337              use_ithreads
23338              From: "Craig A. Berry" <craigberry@mac.com>
23339              Date: Sat, 22 Sep 2001 13:15:32 -0500
23340              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
23341      Branch: perl
23342            ! configure.com
23343 ____________________________________________________________________________
23344 [ 12139] By: ams                                   on 2001/09/22  16:44:08
23345         Log: Do what perl_clone() does for sharedsv functions.
23346      Branch: perl
23347            ! embed.pl proto.h
23348 ____________________________________________________________________________
23349 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
23350         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
23351              (suggested by Sarathy, extensions shouldn't be dabbling with
23352              op structures, so binary backward compatibility should not be
23353              an issue.)
23354      Branch: perl
23355            ! hints/irix_6.sh op.h
23356 ____________________________________________________________________________
23357 [ 12137] By: ams                                   on 2001/09/22  16:21:05
23358         Log: More cleanups. (What's PERL_DECL_PROT?)
23359      Branch: perl
23360            ! embed.pl proto.h sharedsv.h
23361 ____________________________________________________________________________
23362 [ 12136] By: ams                                   on 2001/09/22  15:14:34
23363         Log: (Retracted by #12185)
23364              
23365              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
23366              Add Tests for warnings::register, Doc Update
23367              From: "chromatic" <chromatic@rmci.net>
23368              Date: Sat, 22 Sep 2001 09:43:20 -0600
23369              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
23370      Branch: perl
23371            + lib/warnings/register.t
23372            ! MANIFEST lib/warnings/register.pm
23373 ____________________________________________________________________________
23374 [ 12135] By: ams                                   on 2001/09/22  15:07:50
23375         Log: `@foo' should be @foo for consistency.
23376      Branch: perl
23377            ! pod/perldiag.pod
23378 ____________________________________________________________________________
23379 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
23380         Log: (Retracted by #12138)
23381              
23382              Add -woff (turn warning off) 3187:
23383              "A pointer is converted to a smaller integer."
23384              This happens when your pointers are 64-bit: then every case
23385              of converting pointers to PADOFFSETs (explicitly 32-bit)
23386              faces truncation (even explicit use of INT2PTR doesn't help).
23387              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
23388              Changing PADOFFSET from U32 to UV would help, but that
23389              would break binary backward compatibility of BASEOP and padop
23390              (assuming you have been using 64-bit pointers).
23391      Branch: perl
23392            ! hints/irix_6.sh
23393 ____________________________________________________________________________
23394 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
23395         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
23396              but the name comes from the inside the file, not from the file
23397              name, and Rumanian is the name of the language.
23398      Branch: perl
23399            + ext/Encode/Encode/macRumanian.enc
23400            - ext/Encode/Encode/macRomania.enc
23401            ! MANIFEST
23402 ____________________________________________________________________________
23403 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
23404         Log: Rename perltootc as perltooc for 8.3-friedliness.
23405      Branch: perl
23406            + pod/perltooc.pod
23407            - pod/perltootc.pod
23408            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
23409            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
23410            ! pod/perltoot.pod
23411 ____________________________________________________________________________
23412 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
23413         Log: Find more conflicts by lowercasing.
23414      Branch: perl
23415            + Porting/check83.pl
23416            - check83.pl
23417            ! MANIFEST
23418 ____________________________________________________________________________
23419 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
23420         Log: The AIX cc 5.0.0.0 is simply too buggy.
23421      Branch: perl
23422            ! hints/aix.sh
23423 ____________________________________________________________________________
23424 [ 12129] By: ams                                   on 2001/09/22  12:35:38
23425         Log: Uninteresting cleanup.
23426      Branch: perl
23427            ! form.h
23428 ____________________________________________________________________________
23429 [ 12128] By: ams                                   on 2001/09/22  12:28:48
23430         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
23431              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
23432              Date: Sat, 22 Sep 2001 14:29:13 +0100
23433              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
23434      Branch: perl
23435            ! cv.h
23436 ____________________________________________________________________________
23437 [ 12127] By: ams                                   on 2001/09/22  12:04:28
23438         Log: What's a backet?
23439      Branch: perl
23440            ! dump.c
23441 ____________________________________________________________________________
23442 [ 12126] By: ams                                   on 2001/09/22  10:02:34
23443         Log: Removed duplicated tests #19 and #20.
23444      Branch: perl
23445            ! t/op/do.t
23446 ____________________________________________________________________________
23447 [ 12125] By: ams                                   on 2001/09/22  03:58:41
23448         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
23449              From: Michael Carman <mjcarman@home.com>
23450              Date: Fri, 21 Sep 2001 17:54:05 -0500
23451              Message-Id: <3BABC50D.6040202@home.com>
23452              (Applied with some changes.)
23453      Branch: perl
23454            ! pod/perlmod.pod
23455 ____________________________________________________________________________
23456 [ 12124] By: ams                                   on 2001/09/22  03:44:19
23457         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
23458              From: Michael G Schwern <schwern@pobox.com>
23459              Date: Fri, 21 Sep 2001 19:20:40 -0400
23460              Message-Id: <20010921192040.E5494@blackrider>
23461      Branch: perl
23462            ! t/op/chdir.t
23463 ____________________________________________________________________________
23464 [ 12123] By: ams                                   on 2001/09/22  03:41:08
23465         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
23466              From: Blair Zajac <blair@orcaware.com>
23467              Date: Fri, 21 Sep 2001 15:13:04 -0700
23468              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
23469      Branch: perl
23470            ! t/op/chdir.t
23471 ____________________________________________________________________________
23472 [ 12122] By: ams                                   on 2001/09/22  03:37:07
23473         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
23474              20010920.007
23475              From: Michael G Schwern <schwern@pobox.com>
23476              Date: Fri, 21 Sep 2001 17:59:03 -0400
23477              Message-Id: <20010921175903.V5494@blackrider>
23478      Branch: perl
23479            ! t/op/do.t
23480 ____________________________________________________________________________
23481 [ 12121] By: ams                                   on 2001/09/22  03:30:38
23482         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
23483              suite on WinCE)
23484              From: Michael G Schwern <schwern@pobox.com>
23485              Date: Fri, 21 Sep 2001 19:41:03 -0400
23486              Message-Id: <20010921194103.G5494@blackrider>
23487      Branch: perl
23488            ! pod/perlport.pod
23489 ____________________________________________________________________________
23490 [ 12120] By: ams                                   on 2001/09/22  03:28:06
23491         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
23492              From: Michael G Schwern <schwern@pobox.com>
23493              Date: Fri, 21 Sep 2001 17:33:35 -0400
23494              Message-Id: <20010921173335.T5494@blackrider>
23495              ($ENV{FOO}=undef hunk not applied.)
23496      Branch: perl
23497            ! t/op/magic.t
23498 ____________________________________________________________________________
23499 [ 12119] By: ams                                   on 2001/09/22  03:02:26
23500         Log: Subject: [PATCH] perldiag.pod
23501              From: Peter Scott <Peter@PSDT.com>
23502              Date: Fri, 21 Sep 2001 18:54:50 -0700
23503              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
23504              (Moved to the right place.)
23505      Branch: perl
23506            ! pod/perldiag.pod
23507 ____________________________________________________________________________
23508 [ 12118] By: ams                                   on 2001/09/21  20:05:29
23509         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
23510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23511              Date: Fri, 21 Sep 2001 22:36:54 +0200
23512              Message-Id: <20010921223654.A12742@rafael>
23513      Branch: perl
23514            ! t/op/do.t
23515 ____________________________________________________________________________
23516 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
23517         Log: Restore things as they were before
23518              the backward compatibility police notices.
23519      Branch: perl
23520            ! lib/Cwd.pm
23521 ____________________________________________________________________________
23522 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
23523         Log: More Cwd from Schwern: make also OS/2 and DOS
23524              Cwd agree with File::Spec (that is, native path
23525              syntax using \ instead of / -- backward compatibility
23526              polic warning) and stop Win32 from using bsd_realpath().
23527      Branch: perl
23528            ! lib/Cwd.pm
23529 ____________________________________________________________________________
23530 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
23531         Log: Subject: [PATCH @12110] RE: Untested libraries update
23532              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
23533              Date: Fri, 21 Sep 2001 18:21:07 +0100
23534              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
23535      Branch: perl
23536            ! lib/warnings/register.pm
23537 ____________________________________________________________________________
23538 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
23539         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
23540              From: Michael G Schwern <schwern@pobox.com>
23541              Date: Thu, 20 Sep 2001 22:54:02 -0400
23542              Message-ID: <20010920225402.A3611@blackrider>
23543      Branch: perl
23544            ! lib/Cwd.pm
23545 ____________________________________________________________________________
23546 [ 12113] By: ams                                   on 2001/09/21  17:08:24
23547         Log: Subject: [PATCH] avoid v-strings with require/use
23548              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23549              Date: Fri, 21 Sep 2001 12:34:40 -0400
23550              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
23551      Branch: perl
23552            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
23553            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
23554            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
23555            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
23556            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
23557            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
23558            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
23559            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
23560            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
23561            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
23562            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
23563            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
23564            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
23565            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
23566            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
23567            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
23568            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
23569            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
23570            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
23571 ____________________________________________________________________________
23572 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
23573         Log: Update Changes.
23574      Branch: perl
23575            ! Changes patchlevel.h
23576 ____________________________________________________________________________
23577 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
23578         Log: Make AIX and Tru64 compilers happy.  
23579      Branch: perl
23580            ! ext/threads/threads.h ext/threads/threads.xs
23581 ____________________________________________________________________________
23582 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
23583         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
23584              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23585              Date: 21 Sep 2001 09:16:37 -0000
23586              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
23587      Branch: perl
23588            ! toke.c
23589 ____________________________________________________________________________
23590 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
23591         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
23592              From: Michael G Schwern <schwern@pobox.com>
23593              Date: Thu, 20 Sep 2001 21:21:34 -0400
23594              Message-ID: <20010920212134.Y28291@blackrider>
23595      Branch: perl
23596            ! pp_sys.c
23597 ____________________________________________________________________________
23598 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
23599         Log: Subject: Re: GDB Debugging Macros from mod_perl
23600              From: rspier@pobox.com (Robert Spier)
23601              Date: Thu, 20 Sep 2001 22:45:03 -0700
23602              Message-ID: <15274.54239.413929.49430@rls.cx>
23603      Branch: perl
23604            ! pod/perltodo.pod
23605 ____________________________________________________________________________
23606 [ 12105] By: sky                                   on 2001/09/21  10:33:34
23607         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
23608              timezone! GetSystemTime should be available on all Win32 
23609              platforms we support. Perhaps Time::HiRes should be extended to
23610              support WinCE and Novell?
23611      Branch: perl
23612            ! ext/Time/HiRes/HiRes.xs
23613 ____________________________________________________________________________
23614 [ 12104] By: sky                                   on 2001/09/21  08:12:39
23615         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
23616      Branch: perl
23617            ! ext/threads/threads.h ext/threads/threads.xs
23618 ____________________________________________________________________________
23619 [ 12103] By: sky                                   on 2001/09/21  07:57:41
23620         Log: Rename the *thread* functions to Perl_* to avoid clashes.
23621              Notably on AIX but could become a problem on other platforms.
23622      Branch: perl
23623            ! ext/threads/threads.h ext/threads/threads.xs
23624 ____________________________________________________________________________
23625 [ 12102] By: sky                                   on 2001/09/21  07:35:30
23626         Log: Add the shared sv space to the global vars.
23627              Fix problems compiling on win32.
23628      Branch: perl
23629            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
23630            ! sharedsv.c sharedsv.h
23631 ____________________________________________________________________________
23632 [ 12101] By: ams                                   on 2001/09/21  00:19:55
23633         Log: Subject: [PATCH] win32/Makefile warning fix
23634              From: Blair Zajac <blair@orcaware.com>
23635              Date: Thu, 20 Sep 2001 18:15:43 -0700
23636              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
23637      Branch: perl
23638            ! win32/Makefile
23639 ____________________________________________________________________________
23640 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
23641         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
23642              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23643              Date: Thu, 20 Sep 2001 18:36:22 +0200
23644              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
23645      Branch: perl
23646            ! lib/ExtUtils/Command.t
23647 ____________________________________________________________________________
23648 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
23649         Log: Cant spl wirth a dam.
23650      Branch: perl
23651            ! intrpvar.h
23652 ____________________________________________________________________________
23653 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
23654         Log: Don't use C++ comments.
23655      Branch: perl
23656            ! ext/threads/threads.xs
23657 ____________________________________________________________________________
23658 [ 12097] By: ams                                   on 2001/09/20  21:42:07
23659         Log: Change #12044 didn't.
23660      Branch: perl
23661            ! lib/constant.pm
23662 ____________________________________________________________________________
23663 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
23664         Log: Metaconfig unit changes for #12095.
23665      Branch: metaconfig
23666            ! U/modified/Myinit.U U/modified/libs.U
23667 ____________________________________________________________________________
23668 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
23669         Log: Remove iconv references since we are not using it
23670              and not going to; regen perltoc, perlmodlib.
23671              (Some references still linger in perltoc, have to figure
23672              out where they are coming from.)
23673      Branch: perl
23674            ! Configure NetWare/config.wc NetWare/config_H.wc
23675            ! Porting/Glossary Porting/config.sh Porting/config_H
23676            ! config_h.SH configure.com epoc/config.sh perl.h
23677            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
23678            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23679            ! vos/config.ga.h win32/config.bc win32/config.gc
23680            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23681            ! win32/config_H.vc wince/config.ce wince/config.h
23682            ! wince/config_H.ce
23683 ____________________________________________________________________________
23684 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
23685         Log: Subject: [PATCH docs] Re: ARGV and read
23686              From: Dave Mitchell <davem@fdgroup.co.uk>
23687              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
23688              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
23689      Branch: perl
23690            ! pod/perltodo.pod pod/perlvar.pod
23691 ____________________________________________________________________________
23692 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
23693         Log: Fresh copies from the cvs.perl.org perlfaq repository.
23694      Branch: perl
23695            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23696            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23697            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23698            ! pod/perlfaq9.pod
23699 ____________________________________________________________________________
23700 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
23701         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
23702              From: Nicholas Clark <nick@ccl4.org>
23703              Date: Thu, 20 Sep 2001 14:27:08 +0100
23704              Message-ID: <20010920142708.X4971@plum.flirble.org>
23705      Branch: perl
23706            ! pp_pack.c t/op/pack.t
23707 ____________________________________________________________________________
23708 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
23709         Log: The sharedsv_space* are variables, not code.  Duh.
23710      Branch: perl
23711            ! intrpvar.h makedef.pl
23712 ____________________________________________________________________________
23713 [ 12090] By: ams                                   on 2001/09/20  11:26:06
23714         Log: Subject: [patch lib/lib_pm.PL]
23715              From: Stas Bekman <stas@stason.org>
23716              Date: Thu, 20 Sep 2001 18:48:53 +0800
23717              Message-Id: <3BA9C995.6010302@stason.org>
23718              (Applied by hand.)
23719      Branch: perl
23720            ! lib/lib_pm.PL
23721 ____________________________________________________________________________
23722 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
23723         Log: Only 21 tests, skipping or not.
23724      Branch: perl
23725            ! lib/ExtUtils/Command.t
23726 ____________________________________________________________________________
23727 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
23728         Log: New exported symbols.
23729      Branch: perl
23730            ! makedef.pl
23731 ____________________________________________________________________________
23732 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
23733         Log: Update Changes.
23734      Branch: perl
23735            ! Changes patchlevel.h
23736 ____________________________________________________________________________
23737 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
23738         Log: Correct numbering of the tests is useful.
23739      Branch: perl
23740            ! ext/threads/t/basic.t
23741 ____________________________________________________________________________
23742 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
23743         Log: More tests now too.
23744      Branch: perl
23745            ! lib/ExtUtils/Command.t
23746 ____________________________________________________________________________
23747 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
23748         Log: More tests now.
23749      Branch: perl
23750            ! ext/threads/t/basic.t
23751 ____________________________________________________________________________
23752 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
23753         Log: The test assumed 7-bit ASCII.  Now it "just"
23754              assumes 8-bit whatever.
23755      Branch: perl
23756            ! t/op/crypt.t
23757 ____________________________________________________________________________
23758 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
23759         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
23760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23761              Date: Wed, 19 Sep 2001 11:45:28 +0200
23762              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
23763              
23764              Lvalue casts are not portable.
23765      Branch: perl
23766            ! ext/threads/threads.xs
23767 ____________________________________________________________________________
23768 [ 12081] By: sky                                   on 2001/09/19  10:17:52
23769         Log: Make the basic test contain only realy basic API tests
23770              Seems to be a problem with detach.
23771      Branch: perl
23772            ! ext/threads/t/basic.t
23773 ____________________________________________________________________________
23774 [ 12080] By: ams                                   on 2001/09/19  01:23:55
23775         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
23776              From: Michael G Schwern <schwern@pobox.com>
23777              Date: Tue, 18 Sep 2001 19:53:48 -0400
23778              Message-Id: <20010918195348.M585@blackrider>
23779              
23780              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
23781              From: Michael G Schwern <schwern@pobox.com>
23782              Date: Tue, 18 Sep 2001 22:07:13 -0400
23783              Message-Id: <20010918220713.B19616@blackrider>
23784      Branch: perl
23785            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
23786            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
23787            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
23788            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
23789            ! lib/Test/Tutorial.pod
23790 ____________________________________________________________________________
23791 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
23792         Log: Indent the test a bit.
23793      Branch: perl
23794            ! ext/threads/t/basic.t
23795 ____________________________________________________________________________
23796 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
23797         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
23798              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23799              Date: Tue, 18 Sep 2001 18:06:44 +0200
23800              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
23801      Branch: perl
23802            ! win32/win32.c
23803 ____________________________________________________________________________
23804 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
23805         Log: Subject: stat access time is wrong on Win95
23806              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23807              Date: Tue, 18 Sep 2001 21:59:24 +0200
23808              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
23809      Branch: perl
23810            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
23811 ____________________________________________________________________________
23812 [ 12076] By: ams                                   on 2001/09/18  22:11:25
23813         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
23814              From: Michael G Schwern <schwern@pobox.com>
23815              Date: Tue, 18 Sep 2001 18:47:14 -0400
23816              Message-Id: <20010918184714.I585@blackrider>
23817      Branch: perl
23818            ! t/op/crypt.t
23819 ____________________________________________________________________________
23820 [ 12075] By: sky                                   on 2001/09/18  19:29:37
23821         Log: two test failures
23822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23823              Message-ID: <20010918221702.A17408@rafael>
23824              partly applied, #12074 already fixed half the patch
23825      Branch: perl
23826            ! ext/threads/t/basic.t
23827 ____________________________________________________________________________
23828 [ 12074] By: sky                                   on 2001/09/18  18:49:03
23829         Log: Fixes test case failure introduced by #12071, the warning is
23830              now correctly spelled :-)
23831      Branch: perl
23832            ! ext/IO/lib/IO/t/io_sel.t
23833 ____________________________________________________________________________
23834 [ 12073] By: sky                                   on 2001/09/18  18:46:22
23835         Log: Make the test behave properly!
23836      Branch: perl
23837            ! ext/threads/t/basic.t
23838 ____________________________________________________________________________
23839 [ 12072] By: ams                                   on 2001/09/18  18:44:59
23840         Log: OP_RCATLINE is an SVOP, not a BASEOP.
23841      Branch: perl
23842            ! opcode.h opcode.pl
23843 ____________________________________________________________________________
23844 [ 12071] By: ams                                   on 2001/09/18  18:06:27
23845         Log: Deprecate != Depreciate.
23846      Branch: perl
23847            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
23848            ! lib/Pod/ParseUtils.pm
23849 ____________________________________________________________________________
23850 [ 12070] By: ams                                   on 2001/09/18  15:14:58
23851         Log: Subject: [PATCH] Getopt::Std cleanup
23852              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23853              Date: Tue, 18 Sep 2001 17:32:13 +0200
23854              Message-Id: <20010918173213.C777@rafael>
23855      Branch: perl
23856            ! lib/Getopt/Std.pm lib/Getopt/Std.t
23857 ____________________________________________________________________________
23858 [ 12069] By: sky                                   on 2001/09/18  14:56:33
23859         Log: Forgot the makefile
23860      Branch: perl
23861            + ext/threads/Makefile.PL
23862 ____________________________________________________________________________
23863 [ 12068] By: sky                                   on 2001/09/18  14:13:26
23864         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
23865              The test will fail because of Test.pm not knowing about threads. 
23866              basic needs to be manually tested
23867              compile time warnings on IV2PTR conversions need to be fixed
23868      Branch: perl
23869            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
23870            + ext/threads/threads.h ext/threads/threads.pm
23871            + ext/threads/threads.xs
23872            ! MANIFEST
23873 ____________________________________________________________________________
23874 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
23875         Log: DJGPP tweak from Laszlo Molnar.
23876      Branch: perl
23877            ! djgpp/config.over
23878 ____________________________________________________________________________
23879 [ 12066] By: sky                                   on 2001/09/18  10:24:31
23880         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
23881      Branch: perl
23882            ! sharedsv.c sharedsv.h
23883 ____________________________________________________________________________
23884 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
23885         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
23886              ditto ^cns.
23887      Branch: perl
23888            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
23889            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
23890            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
23891            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
23892            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
23893            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
23894            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
23895            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
23896            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
23897            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
23898            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
23899            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
23900            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
23901            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
23902            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
23903            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
23904            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
23905            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
23906            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
23907            + ext/Encode/Encode/ir-197.enc
23908            - ext/Encode/Encode/cns11643-1.enc
23909            - ext/Encode/Encode/cns11643-2.enc
23910            - ext/Encode/Encode/iso2022-cn.enc
23911            - ext/Encode/Encode/iso2022-jp.enc
23912            - ext/Encode/Encode/iso2022-jp1.enc
23913            - ext/Encode/Encode/iso2022-jp2.enc
23914            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
23915            - ext/Encode/Encode/iso8859-1.enc
23916            - ext/Encode/Encode/iso8859-1.ucm
23917            - ext/Encode/Encode/iso8859-10.enc
23918            - ext/Encode/Encode/iso8859-10.ucm
23919            - ext/Encode/Encode/iso8859-11.enc
23920            - ext/Encode/Encode/iso8859-11.ucm
23921            - ext/Encode/Encode/iso8859-13.enc
23922            - ext/Encode/Encode/iso8859-13.ucm
23923            - ext/Encode/Encode/iso8859-14.enc
23924            - ext/Encode/Encode/iso8859-14.ucm
23925            - ext/Encode/Encode/iso8859-15.enc
23926            - ext/Encode/Encode/iso8859-15.ucm
23927            - ext/Encode/Encode/iso8859-16.enc
23928            - ext/Encode/Encode/iso8859-16.ucm
23929            - ext/Encode/Encode/iso8859-2.enc
23930            - ext/Encode/Encode/iso8859-2.ucm
23931            - ext/Encode/Encode/iso8859-3.enc
23932            - ext/Encode/Encode/iso8859-3.ucm
23933            - ext/Encode/Encode/iso8859-4.enc
23934            - ext/Encode/Encode/iso8859-4.ucm
23935            - ext/Encode/Encode/iso8859-5.enc
23936            - ext/Encode/Encode/iso8859-5.ucm
23937            - ext/Encode/Encode/iso8859-6.enc
23938            - ext/Encode/Encode/iso8859-6.ucm
23939            - ext/Encode/Encode/iso8859-7.enc
23940            - ext/Encode/Encode/iso8859-7.ucm
23941            - ext/Encode/Encode/iso8859-8.enc
23942            - ext/Encode/Encode/iso8859-8.ucm
23943            - ext/Encode/Encode/iso8859-9.enc
23944            - ext/Encode/Encode/iso8859-9.ucm
23945            - ext/Encode/Encode/isoir-197.enc
23946            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
23947 ____________________________________________________________________________
23948 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
23949         Log: Must Uppercase.
23950      Branch: perl
23951            ! ext/Encode/Encode.pm
23952 ____________________________________________________________________________
23953 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
23954         Log: Add various encodings.
23955      Branch: perl
23956            + ext/Encode/Encode/iso8859-11.enc
23957            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
23958            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
23959            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
23960            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
23961            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
23962            + ext/Encode/Encode/viscii.ucm
23963            ! MANIFEST ext/Encode/Encode.pm
23964 ____________________________________________________________________________
23965 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
23966         Log: lib/unicode relic.
23967      Branch: perl
23968            ! ext/Encode/compile
23969 ____________________________________________________________________________
23970 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
23971         Log: Subject: [PATCH] Re: filename problems
23972              From: Michael G Schwern <schwern@pobox.com>
23973              Date: Mon, 17 Sep 2001 17:26:26 -0400
23974              Message-ID: <20010917172626.Q585@blackrider>
23975      Branch: perl
23976            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
23977            - t/lib/sample-tests/header_at_end
23978            - t/lib/sample-tests/header_at_end_fail
23979            ! MANIFEST lib/Test/Harness/t/test-harness.t
23980 ____________________________________________________________________________
23981 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
23982         Log: Explicitly explain the 1e9 seconds, not everybody
23983              is a C geek.
23984      Branch: perl
23985            ! ext/Time/HiRes/HiRes.pm
23986 ____________________________________________________________________________
23987 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
23988         Log: Explain an apparent bug reported by
23989              Richard J. Barbalace <rjbarbal@MIT.EDU>,
23990              with additional explanation from Gisle Aas.
23991      Branch: perl
23992            ! ext/Time/HiRes/HiRes.pm
23993 ____________________________________________________________________________
23994 [ 12058] By: ams                                   on 2001/09/17  19:52:01
23995         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
23996              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23997              Date: Mon, 17 Sep 2001 22:48:05 +0200
23998              Message-Id: <20010917224805.C11744@rafael>
23999      Branch: perl
24000            ! t/lib/warnings/op t/lib/warnings/pp
24001 ____________________________________________________________________________
24002 [ 12057] By: ams                                   on 2001/09/17  16:51:18
24003         Log: Its a nit!
24004      Branch: perl
24005            ! sv.h
24006 ____________________________________________________________________________
24007 [ 12056] By: ams                                   on 2001/09/17  16:47:55
24008         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
24009              From: "Craig A. Berry" <craigberry@mac.com>
24010              Date: Mon, 17 Sep 2001 12:34:20 -0500
24011              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
24012      Branch: perl
24013            ! vms/vms.c
24014 ____________________________________________________________________________
24015 [ 12055] By: ams                                   on 2001/09/17  16:05:15
24016         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
24017              From: Gisle Aas <gisle@ActiveState.com>
24018              Date: 16 Apr 2001 16:20:34 -0700
24019              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
24020              (Applied by hand.)
24021      Branch: perl
24022            ! lib/CPAN.pm lib/CPAN/Nox.pm
24023 ____________________________________________________________________________
24024 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
24025         Log: Update Changes.
24026      Branch: perl
24027            ! Changes patchlevel.h
24028 ____________________________________________________________________________
24029 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
24030         Log: Adding new files to the MANIFEST is always nice.
24031      Branch: perl
24032            ! MANIFEST
24033 ____________________________________________________________________________
24034 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
24035         Log: Reindent the PerlIO files (suggested by NI-S), used
24036              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
24037              (GNU indent).  Note that wholesale re-indenting might
24038              be nice, but that would break nice formatting/alignment
24039              of assignments, equality testing, and complex boolean
24040              expressions with lots of &s and |s.
24041      Branch: perl
24042            ! perlio.c perlio.h perliol.h
24043 ____________________________________________________________________________
24044 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
24045         Log: Add a script for being 8.3-polite.
24046              The found conflicts are being worked on.
24047      Branch: perl
24048            + check83.pl
24049            ! MANIFEST Porting/pumpkin.pod
24050 ____________________________________________________________________________
24051 [ 12050] By: sky                                   on 2001/09/17  12:44:36
24052         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
24053              finding it.
24054      Branch: perl
24055            ! sv.c
24056 ____________________________________________________________________________
24057 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
24058         Log: Bump up versions because of #12041.
24059      Branch: perl
24060            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
24061            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
24062            ! lib/Time/localtime.pm
24063 ____________________________________________________________________________
24064 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
24065         Log: Bump the version number because of #12042.
24066      Branch: perl
24067            ! lib/CPAN/FirstTime.pm
24068 ____________________________________________________________________________
24069 [ 12047] By: ams                                   on 2001/09/17  11:21:40
24070         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
24071              From: Abhijit Menon-Sen <ams@wiw.org>
24072              Date: Mon, 17 Sep 2001 17:44:12 +0530
24073              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
24074      Branch: perl
24075            ! op.c
24076 ____________________________________________________________________________
24077 [ 12046] By: sky                                   on 2001/09/17  07:14:17
24078         Log: Subject: Re: t/op/ver.t using skip() improperly
24079              From: "chromatic" <chromatic@rmci.net>
24080              Date: Mon, 17 Sep 2001 00:22:29 -0600
24081              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
24082      Branch: perl
24083            ! t/op/ver.t
24084 ____________________________________________________________________________
24085 [ 12045] By: nick                                  on 2001/09/17  07:12:14
24086         Log: Integrate mainline
24087      Branch: perlio
24088           +> t/op/chdir.t
24089           !> (integrate 117 files)
24090 ____________________________________________________________________________
24091 [ 12044] By: ams                                   on 2001/09/17  05:49:53
24092         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
24093              From: Ilmari Karonen <iltzu@sci.fi>
24094              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
24095              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
24096              (And $VERSION = '1.05'.)
24097      Branch: perl
24098            ! lib/constant.pm
24099 ____________________________________________________________________________
24100 [ 12043] By: ams                                   on 2001/09/17  05:44:50
24101         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
24102              From: Michael G Schwern <schwern@pobox.com>
24103              Date: Mon, 17 Sep 2001 07:49:04 +0200
24104              Message-Id: <20010917074904.V1588@blackrider>
24105              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
24106      Branch: perl
24107            + t/op/chdir.t
24108            ! MANIFEST pp_sys.c
24109 ____________________________________________________________________________
24110 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
24111         Log: Subject: Re: CPAN.pm needs some hacking 
24112              From: "chromatic" <chromatic@rmci.net>
24113              Date: Sun, 16 Sep 2001 16:46:29 -0600
24114              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
24115      Branch: perl
24116            ! lib/CPAN/FirstTime.pm
24117 ____________________________________________________________________________
24118 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
24119         Log: Change use|require 5.005_64 to use|require 5.6.1.
24120      Branch: perl
24121            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
24122            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
24123            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
24124            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
24125            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
24126            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24127            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
24128            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
24129            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
24130            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
24131            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
24132            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
24133            ! lib/base.pm lib/fields.pm
24134 ____________________________________________________________________________
24135 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
24136         Log: Bump up version numbers.
24137              
24138              TODO 1: double check that pre-5.6.1 CPAN.pm:s
24139              don't try to download 5.8.0 because of the
24140              version numbers.  Mainly this means using _00
24141              in the core version numbers.
24142              
24143              TODO 2: the "use 5.005_64" in many modules
24144              needs to be changed to, say, "use 5.6.1".
24145      Branch: perl
24146            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
24147            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
24148            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
24149            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
24150            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
24151            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
24152            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24153            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
24154            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
24155            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
24156            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
24157 ____________________________________________________________________________
24158 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
24159         Log: Use UCHARAT() as suggested by Inaba Hiroto.
24160      Branch: perl
24161            ! regexec.c
24162 ____________________________________________________________________________
24163 [ 12038] By: ams                                   on 2001/09/16  15:16:24
24164         Log: Subject: [PATCH] Re: Core module version numbers review
24165              From: Peter Scott <Peter@PSDT.com>
24166              Date: Sun, 16 Sep 2001 09:09:58 -0700
24167              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
24168      Branch: perl
24169            ! lib/perl5db.pl
24170 ____________________________________________________________________________
24171 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
24172         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
24173              not yet fully implemented.
24174      Branch: perl
24175            ! pod/perlfunc.pod pod/perlunicode.pod
24176 ____________________________________________________________________________
24177 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
24178         Log: Subject: [patch] plug PL_beginav_save leak
24179              From: Doug MacEachern <dougm@covalent.net>
24180              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
24181              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
24182      Branch: perl
24183            ! perl.c
24184 ____________________________________________________________________________
24185 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
24186         Log: (accidentally empty checkin)
24187      Branch: perl
24188            ! sv.c
24189 ____________________________________________________________________________
24190 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
24191         Log: Subject: [patch] ithreads+PL_beginav_save
24192              From: Doug MacEachern <dougm@covalent.net>
24193              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
24194              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
24195      Branch: perl
24196            ! sv.c
24197 ____________________________________________________________________________
24198 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
24199         Log: Subject: [PATCH] h2xs.PL with C::Scan
24200              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24201              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
24202              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
24203      Branch: perl
24204            ! utils/h2xs.PL
24205 ____________________________________________________________________________
24206 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
24207         Log: Elaborate (well, make more vague, really) #12030.
24208      Branch: perl
24209            ! pod/perltodo.pod pod/perlunicode.pod
24210 ____________________________________________________________________________
24211 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
24212         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
24213              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24214              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
24215              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
24216      Branch: perl
24217            ! regexec.c
24218 ____________________________________________________________________________
24219 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
24220         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
24221              are not yet complete.
24222      Branch: perl
24223            ! pod/perltodo.pod pod/perlunicode.pod
24224 ____________________________________________________________________________
24225 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
24226         Log: Document what's still to be done on the regular expression
24227              Unicode support, based on the UTR#18.
24228      Branch: perl
24229            ! pod/perltodo.pod pod/perlunicode.pod
24230 ____________________________________________________________________________
24231 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
24232         Log: Regen headers.
24233      Branch: perl
24234            ! embedvar.h perlapi.h
24235 ____________________________________________________________________________
24236 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
24237         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
24238              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24239              Date: Sun, 09 Sep 2001 18:41:54 +0100
24240              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
24241      Branch: perl
24242            ! Porting/findvars ext/ByteLoader/bytecode.h
24243            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
24244            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
24245 ____________________________________________________________________________
24246 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
24247         Log: enable most warnings for windows build; fix the various typecasting
24248              nits that showed up (no bugfixes here)
24249      Branch: maint-5.6/perl
24250            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
24251            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
24252            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
24253            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
24254            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
24255            ! x2p/walk.c
24256 ____________________________________________________________________________
24257 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
24258         Log: Integrate change #12024 from maintperl
24259              (a local() precedence bug)
24260      Branch: perl
24261           !> lib/ExtUtils/Install.pm
24262 ____________________________________________________________________________
24263 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
24264         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
24265              change#8642
24266      Branch: maint-5.6/perl
24267            ! lib/ExtUtils/Install.pm
24268 ____________________________________________________________________________
24269 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
24270         Log: Update Changes.
24271      Branch: perl
24272            ! Changes patchlevel.h
24273 ____________________________________________________________________________
24274 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
24275         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
24276              From: "chromatic" <chromatic@rmci.net>
24277              Date: Fri, 14 Sep 2001 09:44:57 -0600 
24278              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
24279      Branch: perl
24280            ! lib/ExtUtils/Manifest.t
24281 ____________________________________________________________________________
24282 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
24283         Log: Hopefully better skipping of the Complete.t tests
24284              in case of not a tty. 
24285      Branch: perl
24286            ! lib/Term/Complete.t t/op/stat.t
24287 ____________________________________________________________________________
24288 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
24289         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
24290              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24291              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
24292              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
24293      Branch: perl
24294            ! regexec.c t/op/pat.t
24295 ____________________________________________________________________________
24296 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
24297         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
24298              From: Robin Barker <rmb1@cise.npl.co.uk>
24299              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
24300              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
24301      Branch: perl
24302            ! pod/perlport.pod
24303 ____________________________________________________________________________
24304 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
24305         Log: NetWare tweaks from Ananth Kesari.
24306      Branch: perl
24307            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
24308            ! NetWare/nwutil.h
24309 ____________________________________________________________________________
24310 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
24311         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
24312              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24313              Date: Fri, 14 Sep 2001 10:51:13 +0200
24314              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
24315      Branch: perl
24316            ! pod/perlport.pod
24317 ____________________________________________________________________________
24318 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
24319         Log: Subject: Re: [PATCH 2 pl2pm.PL]
24320              From: Joe Smith <Joe.Smith@inwap.com>
24321              Date: Fri, 14 Sep 2001 00:13:32 -0700
24322              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
24323              
24324              Eradicate qu.
24325      Branch: perl
24326            ! keywords.h keywords.pl utils/pl2pm.PL
24327 ____________________________________________________________________________
24328 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
24329         Log: Retract #12013, didn't go over too well in Tru64.
24330      Branch: perl
24331            ! embed.h embed.pl sv.h
24332 ____________________________________________________________________________
24333 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
24334         Log: Subject: [PATCH] Execute files of debugger commands
24335              From: Peter Scott <Peter@PSDT.com>
24336              Date: Thu, 13 Sep 2001 15:26:31 -0700
24337              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
24338      Branch: perl
24339            ! lib/perl5db.pl pod/perldebug.pod
24340 ____________________________________________________________________________
24341 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
24342         Log: (Retracted by #12015)
24343              Subject: [proposed PATCH] Re: perl@11920
24344              From: Nicholas Clark <nick@ccl4.org>
24345              Date: Wed, 12 Sep 2001 23:46:09 +0100
24346              Message-ID: <20010912234609.H4971@plum.flirble.org>     
24347      Branch: perl
24348            ! embed.h embed.pl sv.h
24349 ____________________________________________________________________________
24350 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
24351         Log: ucblib shouldn't be linked against in nonstop-ux,
24352              from Tom Bates.
24353      Branch: perl
24354            ! hints/nonstopux.sh
24355 ____________________________________________________________________________
24356 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
24357         Log: Do stty only if we have stty.
24358              
24359              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
24360      Branch: perl
24361            ! lib/Term/Complete.pm
24362 ____________________________________________________________________________
24363 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
24364         Log: Skip the test if not running on a tty.
24365      Branch: perl
24366            ! lib/Term/Complete.t
24367 ____________________________________________________________________________
24368 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
24369         Log: Regen headers.
24370      Branch: perl
24371            ! embed.h opcode.h pod/perlapi.pod proto.h
24372 ____________________________________________________________________________
24373 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
24374         Log: Subject: [PATCH op.c] Re: perl@12003
24375              From: Robin Barker <rmb1@cise.npl.co.uk>
24376              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
24377              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
24378      Branch: perl
24379            ! op.c
24380 ____________________________________________________________________________
24381 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
24382         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
24383              From: Robin Barker <rmb1@cise.npl.co.uk>
24384              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
24385              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
24386      Branch: perl
24387            ! sv.c
24388 ____________________________________________________________________________
24389 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
24390         Log: Upgrade to Memoize 0.66.
24391      Branch: perl
24392            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
24393            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
24394            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
24395 ____________________________________________________________________________
24396 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
24397         Log: Subject: [ID 20010912.007] substr reference core dump
24398              From: me-01@ton.iguana.be
24399              Date: 12 Sep 2001 14:11:16 -0000
24400              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
24401      Branch: perl
24402            ! mg.c
24403 ____________________________________________________________________________
24404 [ 12004] By: ams                                   on 2001/09/12  01:13:49
24405         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
24406              From: Ilmari Karonen <iltzu@sci.fi>
24407              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
24408              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
24409      Branch: perl
24410            ! pod/perlfaq4.pod
24411 ____________________________________________________________________________
24412 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
24413         Log: Update Changes.
24414      Branch: perl
24415            ! Changes patchlevel.h
24416 ____________________________________________________________________________
24417 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
24418         Log: NetWare update from Ananth Kesari.
24419      Branch: perl
24420            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
24421            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
24422 ____________________________________________________________________________
24423 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
24424         Log: Retract #11984: div() being redefined, and 1397
24425              failing on 64-bit platforms.
24426      Branch: perl
24427            ! lib/Math/BigInt/Calc.pm
24428 ____________________________________________________________________________
24429 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
24430         Log: Metaconfig unit change for #11999.
24431      Branch: metaconfig
24432            ! U/protos/d_lseekproto.U
24433 ____________________________________________________________________________
24434 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
24435         Log: The lseek fix (#11991) was no fix.
24436      Branch: perl
24437            ! Configure
24438 ____________________________________________________________________________
24439 [ 11998] By: sky                                   on 2001/09/11  07:52:06
24440         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
24441              From: Matt Sergeant <MSergeant@star.net.uk>
24442              Date: Tue, 11 Sep 2001 09:22:32 +0100
24443              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
24444      Branch: perl
24445            ! ext/Encode/Encode.pm
24446 ____________________________________________________________________________
24447 [ 11997] By: sky                                   on 2001/09/11  06:35:29
24448         Log: Sometimes dTHX is added because it is needed on non 
24449              gnuc platforms, but not needed there. This uses GCC
24450              to silence GCC specific warnings by marking pTHX as 
24451              unused.
24452      Branch: perl
24453            ! perl.h
24454 ____________________________________________________________________________
24455 [ 11996] By: nick                                  on 2001/09/11  06:25:27
24456         Log: Integrate mainline
24457      Branch: perlio
24458            - ext/POSIX/sigaction.t lib/File/Find/taint.t
24459           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
24460 ____________________________________________________________________________
24461 [ 11995] By: nick                                  on 2001/09/11  06:23:39
24462         Log: Part Integrate mainline
24463      Branch: perlio
24464           +> (branch 69 files)
24465            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
24466            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
24467            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
24468            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
24469            - lib/Switch/t/switch_case.t lib/Test/Harness.t
24470            - lib/Test/More/Changes lib/Test/More/t/More.t
24471            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24472            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24473            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
24474            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
24475            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
24476            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
24477            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
24478            - t/lib/Test/More/Catch.pm wince/perl.ico
24479           !> (integrate 197 files)
24480 ____________________________________________________________________________
24481 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
24482         Log: Subject: Re: [PATCH] Encode.pm docs fix
24483              From: Gisle Aas <gisle@ActiveState.com>
24484              Date: 10 Sep 2001 11:27:02 -0700
24485              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
24486      Branch: perl
24487            ! ext/Encode/Encode.pm
24488 ____________________________________________________________________________
24489 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
24490         Log: Fix unpack U to be the reverse of pack U
24491              (but implement unpack U0U as a backdoor to get
24492              the UTF-8 malformed warnings from un-UTF-8 data)
24493      Branch: perl
24494            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
24495 ____________________________________________________________________________
24496 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
24497         Log: Metaconfig unit change for #11991;
24498              delete an unused unit (d_strtoull.U is the one used)
24499      Branch: metaconfig
24500            ! U/protos/d_lseekproto.U
24501      Branch: metaconfig/U/perl
24502            - strtoull.U
24503 ____________________________________________________________________________
24504 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
24505         Log: Subject: [PATCH] Configure not recording lseek proto
24506              From: Blair Zajac <blair@orcaware.com>
24507              Date: Mon, 10 Sep 2001 17:52:37 -0700
24508              Message-ID: <3B9D6055.BA334A31@orcaware.com>
24509              
24510              plus regen Configure.
24511      Branch: perl
24512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24513            ! config_h.SH uconfig.h
24514 ____________________________________________________________________________
24515 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
24516         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
24517              From: Nicholas Clark <nick@ccl4.org>
24518              Date: Tue, 11 Sep 2001 00:00:31 +0100
24519              Message-ID: <20010911000031.G1512@plum.flirble.org>
24520      Branch: perl
24521            + t/op/qq.t
24522            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
24523 ____________________________________________________________________________
24524 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
24525         Log: Subject: [PATCH] Building on win32 w/o perlio
24526              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24527              Date: Mon, 10 Sep 2001 23:38:46 +0200
24528              Message-ID: <3B9D4F06.14433.2C37644@localhost>
24529      Branch: perl
24530            ! perl.c win32/Makefile win32/makefile.mk
24531 ____________________________________________________________________________
24532 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
24533         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
24534              From: "chromatic" <chromatic@rmci.net>
24535              Date: Mon, 10 Sep 2001 15:14:01 -0600
24536              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
24537      Branch: perl
24538            + lib/CGI/t/push.t
24539            ! MANIFEST
24540 ____________________________________________________________________________
24541 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
24542         Log: Subject: avoiding hoardes of zombies
24543              From: Nicholas Clark <nick@ccl4.org>
24544              Date: Mon, 10 Sep 2001 22:00:40 +0100
24545              Message-ID: <20010910220040.C1512@plum.flirble.org>
24546      Branch: perl
24547            ! pod/perlipc.pod
24548 ____________________________________________________________________________
24549 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
24550         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
24551              From: John Peacock <jpeacock@rowman.com>
24552              Date: Mon, 10 Sep 2001 16:34:30 -0400
24553              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
24554      Branch: perl
24555            ! sv.c t/op/ver.t utf8.h
24556 ____________________________________________________________________________
24557 [ 11985] By: ams                                   on 2001/09/10  23:20:13
24558         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
24559      Branch: perl
24560            ! MANIFEST
24561 ____________________________________________________________________________
24562 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
24563         Log: (Retracted by #12001)
24564              Subject: Calc with USE_MUL/USE_DIV
24565              From: Tels <perl_dummy@bloodgate.com>
24566              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
24567              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
24568      Branch: perl
24569            ! lib/Math/BigInt/Calc.pm
24570 ____________________________________________________________________________
24571 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
24572         Log: Subject: [PATCH op.c] Re: perl@11978
24573              From: Robin Barker <rmb1@cise.npl.co.uk>
24574              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
24575              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
24576              
24577              Format errors.
24578      Branch: perl
24579            ! op.c
24580 ____________________________________________________________________________
24581 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
24582         Log: Switch PADOFFSET back to U32 both because of binary backward
24583              compatibility and because Arthur seems to have been fixing the
24584              problems with naughty integer-pointer casting.
24585      Branch: perl
24586            ! op.h
24587 ____________________________________________________________________________
24588 [ 11981] By: ams                                   on 2001/09/10  16:31:43
24589         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
24590              Fix Pod Typo, Add Test for ExtUtils::Command
24591              From: "chromatic" <chromatic@rmci.net>
24592              Date: Mon, 10 Sep 2001 11:20:56 -0600
24593              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
24594      Branch: perl
24595            + lib/ExtUtils/Command.t
24596            ! MANIFEST lib/ExtUtils/Command.pm
24597 ____________________________________________________________________________
24598 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
24599         Log: Subject: [PATCH] Encode.pm docs fix
24600              From: Matt Sergeant <MSergeant@star.net.uk>
24601              Date: Mon, 10 Sep 2001 15:24:01 +0100
24602              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
24603      Branch: perl
24604            ! ext/Encode/Encode.pm
24605 ____________________________________________________________________________
24606 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
24607         Log: Update Changes.
24608      Branch: perl
24609            ! Changes patchlevel.h
24610 ____________________________________________________________________________
24611 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
24612         Log: Revert #11973, the dTHX seems to be needed in there
24613              for threaded builds.
24614      Branch: perl
24615            ! perlio.c
24616 ____________________________________________________________________________
24617 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
24618         Log: Detypo.
24619      Branch: perl
24620            ! pod/perlguts.pod
24621 ____________________________________________________________________________
24622 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
24623         Log: Further Class::Struct patching from Damian.
24624              
24625              The new new semantics are:
24626              
24627              * If you pass an initializer for a nested object, it has to be:
24628              a) a reference to an object of that class, or      
24629              b) a reference to an object of a subclass of that class, or
24630              c) a reference to a hash of arguments to be passed to the
24631              class's constructor
24632              * If you pass no initializer for a nested object, the attribute
24633              is initialized to C<undef>
24634      Branch: perl
24635            ! lib/Class/Struct.pm
24636 ____________________________________________________________________________
24637 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
24638         Log: Skip the crypt test if no crypt.
24639      Branch: perl
24640            ! t/op/crypt.t
24641 ____________________________________________________________________________
24642 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
24643         Log: Warn against using bare v-strings as IP addresses
24644              (okay if using the wrappers from Socket)
24645      Branch: perl
24646            ! pod/perldata.pod pod/perlport.pod
24647 ____________________________________________________________________________
24648 [ 11973] By: sky                                   on 2001/09/10  11:57:58
24649         Log: Remove unused dTHX. Silenced another warning.
24650      Branch: perl
24651            ! perlio.c
24652 ____________________________________________________________________________
24653 [ 11972] By: sky                                   on 2001/09/10  11:54:25
24654         Log: Silence some more warnings INT2PTR.
24655      Branch: perl
24656            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
24657 ____________________________________________________________________________
24658 [ 11971] By: sky                                   on 2001/09/10  11:21:50
24659         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
24660      Branch: perl
24661            ! cop.h
24662 ____________________________________________________________________________
24663 [ 11970] By: sky                                   on 2001/09/10  11:17:25
24664         Log: Apply INT2PTR with force to silence warnings from
24665              PM_GETRE and friends. No more warnings with 64bit 
24666              IVs and 32bit pointers.    
24667      Branch: perl
24668            ! op.c op.h perl.c
24669 ____________________________________________________________________________
24670 [ 11969] By: sky                                   on 2001/09/10  10:13:02
24671         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
24672      Branch: perl
24673            ! pod/perlguts.pod
24674 ____________________________________________________________________________
24675 [ 11968] By: sky                                   on 2001/09/10  10:02:51
24676         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
24677              Rename to custop_op_name to Perl_custom_op_name to match perlapi
24678              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
24679              perl_clone.
24680      Branch: perl
24681            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
24682 ____________________________________________________________________________
24683 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
24684         Log: Using strlen() not good on embedded nul bytes.
24685      Branch: perl
24686            ! regcomp.c
24687 ____________________________________________________________________________
24688 [ 11966] By: ams                                   on 2001/09/09  21:06:13
24689         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
24690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24691              Date: Mon, 13 Aug 2001 22:51:59 +0200
24692              Message-ID: <20010813225159.C6681@rafael>
24693              (Applied with several tweaks.)
24694      Branch: perl
24695            ! embed.h embed.pl proto.h toke.c
24696 ____________________________________________________________________________
24697 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
24698         Log: The exact error message is system-dependent.
24699      Branch: perl
24700            ! lib/ExtUtils/Manifest.t
24701 ____________________________________________________________________________
24702 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
24703         Log: Add Windows and Mac Sami support to Encode
24704              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
24705      Branch: perl
24706            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
24707            ! MANIFEST
24708 ____________________________________________________________________________
24709 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
24710         Log: Use the tried method.
24711      Branch: perl
24712            ! pod/perlport.pod
24713 ____________________________________________________________________________
24714 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
24715         Log: Can't count parentheses.
24716      Branch: perl
24717            ! ext/IO/lib/IO/Socket/INET.pm
24718 ____________________________________________________________________________
24719 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
24720         Log: perlport additions: 1 while unlink, add/delete directory
24721              entries and permissions, cygwin stat funkiness (from Michael
24722              Schwern and Nicholas Clark)
24723      Branch: perl
24724            ! pod/perlport.pod
24725 ____________________________________________________________________________
24726 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
24727         Log: blib does have a detectable test.
24728      Branch: perl
24729            ! t/lib/1_compile.t
24730 ____________________________________________________________________________
24731 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
24732         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
24733              From: "chromatic" <chromatic@rmci.net>
24734              Date: Sat, 08 Sep 2001 19:33:42 -0600
24735              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
24736      Branch: perl
24737            + lib/Term/Complete.t
24738            ! MANIFEST
24739 ____________________________________________________________________________
24740 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
24741         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
24742              From: Michael G Schwern <schwern@pobox.com> 
24743              Date: Sat, 8 Sep 2001 02:40:26 -0400
24744              Message-ID: <20010908024026.A26283@blackrider>
24745      Branch: perl
24746            + lib/Test/Tutorial.pod
24747            ! MANIFEST
24748 ____________________________________________________________________________
24749 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
24750         Log: Try to look up protocol (by name) only iff it has non-numbers:
24751              nice if the server is in a chrooted environment (no /etc/protocols,
24752              server code using hardcorded protocol numbers like 6 for tcp),
24753              suggested by John Holdsworth <coldwave@bigfoot.com>.
24754              In other words, if we are given a number, why look it up again
24755              (by number)?
24756      Branch: perl
24757            ! ext/IO/lib/IO/Socket/INET.pm
24758 ____________________________________________________________________________
24759 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
24760         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
24761              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24762              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
24763              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
24764              
24765              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
24766              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24767              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
24768              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
24769              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
24770              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24771              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
24772              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
24773      Branch: perl
24774            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
24775 ____________________________________________________________________________
24776 [ 11955] By: ams                                   on 2001/09/09  02:54:21
24777         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
24778              From: "Craig A. Berry" <craigberry@mac.com>
24779              Date: Sat, 08 Sep 2001 19:02:16 -0500
24780              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
24781      Branch: perl
24782            ! lib/CGI/t/carp.t
24783 ____________________________________________________________________________
24784 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
24785         Log: Documentation tweaks; think the IP address as an opaque string.
24786      Branch: perl
24787            ! ext/Socket/Socket.pm
24788 ____________________________________________________________________________
24789 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
24790         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
24791              From: Michael G Schwern <schwern@pobox.com>
24792              Date: Sat, 8 Sep 2001 19:45:46 -0400
24793              Message-ID: <20010908194546.C9193@blackrider>
24794      Branch: perl
24795            + lib/blib.t
24796            ! MANIFEST lib/blib.pm t/lib/1_compile.t
24797 ____________________________________________________________________________
24798 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
24799         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
24800              From: "chromatic" <chromatic@rmci.net>
24801              Date: Sat, 08 Sep 2001 12:31:44 -0600
24802              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
24803      Branch: perl
24804            + lib/CGI/t/fast.t
24805            ! MANIFEST
24806 ____________________________________________________________________________
24807 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
24808         Log: The Socket tests were wrong: they were assuming too much.
24809      Branch: perl
24810            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
24811 ____________________________________________________________________________
24812 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
24813         Log: Retract the portability changes since they
24814              seem to have opened a can of worms... will
24815              go back to UNICOS/mk and do the bare minimum
24816              required to get the tests working.
24817      Branch: perl
24818            ! ext/Socket/Socket.xs
24819 ____________________________________________________________________________
24820 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
24821         Log: PADOFFSET is used to cast pointers into integers,
24822              if pointers are 64 bits and U32 32 bits,
24823              bad things may happen, or at least warnings issued.
24824      Branch: perl
24825            ! op.h
24826 ____________________________________________________________________________
24827 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
24828         Log: Still more Socket portability tweaking.
24829              Now Socket.t seems to be happy in all of
24830              Linux/x86, Tru64/alpha, Solaris/sparc,
24831              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
24832              
24833              Addendum: it seems that io_multihomed, io_sock, and hostent
24834              were broken in little-endians (linux/x86 and tru64/alpha)
24835              because of this change.  Argh.
24836      Branch: perl
24837            ! ext/Socket/Socket.xs
24838 ____________________________________________________________________________
24839 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
24840         Log: More portability kicking on inet_ntoa().
24841      Branch: perl
24842            ! ext/Socket/Socket.xs
24843 ____________________________________________________________________________
24844 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
24845         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
24846              From: Michael G Schwern <schwern@pobox.com> 
24847              Date: Fri, 7 Sep 2001 23:06:51 -0400
24848              Message-ID: <20010907230651.R606@blackrider>
24849      Branch: perl
24850            + lib/ExtUtils/Manifest.t
24851            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
24852 ____________________________________________________________________________
24853 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
24854         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
24855              From: "chromatic" <chromatic@rmci.net>
24856              Date: Fri, 07 Sep 2001 17:53:15 -0600      
24857              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
24858      Branch: perl
24859            + lib/ExtUtils/testlib.t
24860            ! MANIFEST
24861 ____________________________________________________________________________
24862 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
24863         Log: Thinko.
24864      Branch: perl
24865            ! lib/integer.t
24866 ____________________________________________________________________________
24867 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
24868         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
24869              From: "Craig A. Berry" <craigberry@mac.com>
24870              Date: Fri, 07 Sep 2001 15:30:03 -0500
24871              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
24872      Branch: perl
24873            ! lib/CGI/Carp.pm
24874 ____________________________________________________________________________
24875 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
24876         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
24877              From: Michael G Schwern <schwern@pobox.com>
24878              Date: Fri, 7 Sep 2001 15:38:13 -0400
24879              Message-ID: <20010907153813.K606@blackrider>
24880      Branch: perl
24881            ! lib/ExtUtils/MM_Unix.pm
24882 ____________________________________________________________________________
24883 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
24884         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
24885              From: Robin Barker <rmb1@cise.npl.co.uk>
24886              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
24887              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
24888      Branch: perl
24889            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
24890 ____________________________________________________________________________
24891 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
24892         Log: Clean up 1_compile.t; move tests to more consistent
24893              places (t/ subdirectories); add integer.t (much of
24894              the pragma is tested elsewhere but there is no one
24895              centralized place)
24896      Branch: perl
24897            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
24898            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
24899            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
24900            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
24901            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
24902            - lib/File/Find/find.t lib/File/Find/taint.t
24903            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
24904 ____________________________________________________________________________
24905 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
24906         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
24907              From: "chromatic" <chromatic@rmci.net>
24908              Date: Fri, 07 Sep 2001 10:17:40 -0600
24909              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
24910      Branch: perl
24911            ! lib/File/Find/taint.t
24912 ____________________________________________________________________________
24913 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
24914         Log: Update Changes.
24915      Branch: perl
24916            ! Changes patchlevel.h
24917 ____________________________________________________________________________
24918 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
24919         Log: Rename the old threading tutorial, start a new one,
24920              regen toc.
24921      Branch: perl
24922            + pod/perlothrtut.pod
24923            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
24924            ! pod/perltoc.pod
24925 ____________________________________________________________________________
24926 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
24927         Log: vars very much has a test.
24928      Branch: perl
24929            ! t/lib/1_compile.t
24930 ____________________________________________________________________________
24931 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
24932         Log: Subject: Re: wince/perl.ico marked as binary
24933              From: Nicholas Clark <nick@ccl4.org>
24934              Date: Fri, 7 Sep 2001 13:54:40 +0100
24935              Message-ID: <20010907135439.D39150@plum.flirble.org>
24936              
24937              and wince/Makefile.ce change from Rainer Keuchel.
24938      Branch: perl
24939            + wince/makeico.pl
24940            ! MANIFEST wince/Makefile.ce
24941 ____________________________________________________________________________
24942 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
24943         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
24944              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24945              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
24946              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
24947      Branch: perl
24948            ! regexec.c
24949 ____________________________________________________________________________
24950 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
24951         Log: (Replaced by #11934)
24952              Subject: Re: [PATCH regexec.c] more general .* and .*?
24953              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24954              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
24955              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
24956      Branch: perl
24957            ! regexec.c
24958 ____________________________________________________________________________
24959 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
24960         Log: The #11931 patching misbehaved.
24961      Branch: perl
24962            ! lib/Test/Harness/t/test-harness.t
24963 ____________________________________________________________________________
24964 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
24965         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
24966              From: Michael G Schwern <schwern@pobox.com>
24967              Date: Fri, 7 Sep 2001 03:30:41 -0400
24968              Message-ID: <20010907033041.A2796@blackrider>
24969      Branch: perl
24970            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
24971            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
24972            + t/lib/sample-tests/header_at_end_fail
24973            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
24974            - lib/Test/Harness.t
24975            ! MANIFEST lib/Test/Harness.pm t/TEST
24976 ____________________________________________________________________________
24977 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
24978         Log: Subject: [PATCH] Digest::MD5 update
24979              From: Gisle Aas <gisle@ActiveState.com>
24980              Date: 06 Sep 2001 23:32:56 -0700
24981              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
24982      Branch: perl
24983            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24984            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
24985 ____________________________________________________________________________
24986 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
24987         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
24988              From: "chromatic" <chromatic@rmci.net>
24989              Date: Thu, 06 Sep 2001 23:11:44 -0600
24990              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
24991      Branch: perl
24992            + lib/less.t
24993            ! MANIFEST t/lib/1_compile.t
24994 ____________________________________________________________________________
24995 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
24996         Log: The binary file must somehow differently stored.
24997      Branch: perl
24998            - wince/perl.ico
24999            ! MANIFEST
25000 ____________________________________________________________________________
25001 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
25002         Log: Add more modules to the list of modules that have tests,
25003              Schwern's wallet is getting more nervous.
25004              (Run t/lib/1_compile.t manually to see which modules
25005              are lacking tests, or the tests can't be run for some
25006              reason or another, such as the Net:: modules)
25007      Branch: perl
25008            ! t/lib/1_compile.t
25009 ____________________________________________________________________________
25010 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
25011         Log: Try to make Socket::inet_ntoa() more robust.
25012      Branch: perl
25013            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
25014 ____________________________________________________________________________
25015 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
25016         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
25017              From: chromatic <chromatic@rmci.net>       
25018              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
25019              Message-Id: <01090522580506.19590@firewheel>           
25020      Branch: perl
25021            ! lib/English.t
25022 ____________________________________________________________________________
25023 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
25024         Log: Subject: Re: perlvar manpage and localizing special vars
25025              From: Stas Bekman <stas@stason.org>
25026              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
25027              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
25028      Branch: perl
25029            ! pod/perlvar.pod
25030 ____________________________________________________________________________
25031 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
25032         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
25033              From: Robin Barker <rmb1@cise.npl.co.uk>
25034              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
25035              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
25036      Branch: perl
25037            ! lib/ExtUtils/MakeMaker.pm
25038 ____________________________________________________________________________
25039 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
25040         Log: Symbol missing; AIX unhappy.
25041      Branch: perl
25042            ! makedef.pl
25043 ____________________________________________________________________________
25044 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
25045         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
25046              Reported in 5.61, seems to work okay in blead.
25047      Branch: perl
25048            ! t/run/kill_perl.t
25049 ____________________________________________________________________________
25050 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
25051         Log: Update Changes.
25052      Branch: perl
25053            ! Changes patchlevel.h
25054 ____________________________________________________________________________
25055 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
25056         Log: Document the bad assumptions currently breaking
25057              the Socket.t tests 10, 11, and 13 in UNICOS.
25058      Branch: perl
25059            ! ext/Socket/Socket.xs
25060 ____________________________________________________________________________
25061 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
25062         Log: Subject: [PATCH x2p] make OPTIMIZE=...
25063              From: Robin Barker <rmb1@cise.npl.co.uk>
25064              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
25065              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
25066      Branch: perl
25067            ! x2p/Makefile.SH x2p/cflags.SH
25068 ____________________________________________________________________________
25069 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
25070         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
25071              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
25072              Date: Thu, 6 Sep 2001 11:09:40 +0100
25073              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
25074              
25075              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
25076              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25077              Date: 6 Sep 2001 10:14:38 -0000
25078              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
25079      Branch: perl
25080            ! pod/perlfaq1.pod pod/perlhack.pod
25081 ____________________________________________________________________________
25082 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
25083         Log: Subject: Extra NUL is Data::Dumper output - patch
25084              From: Tony Cook <tony@develop-help.com>
25085              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
25086              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
25087      Branch: perl
25088            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
25089 ____________________________________________________________________________
25090 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
25091         Log: Avoid redefinition warning
25092              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
25093              from
25094              perl -w -Ilib -MCwd -e ''
25095      Branch: perl
25096            ! lib/Cwd.pm
25097 ____________________________________________________________________________
25098 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
25099         Log: Update the is_tainted() example implementation.
25100      Branch: perl
25101            ! pod/perlsec.pod
25102 ____________________________________________________________________________
25103 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
25104         Log: Missing) in #11912.
25105      Branch: perl
25106            ! lib/Test/Simple/t/fail.t
25107 ____________________________________________________________________________
25108 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
25109         Log: Rewhack Test-Simple into core harness.
25110      Branch: perl
25111            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25112            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25113            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
25114            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
25115            ! lib/Test/Simple/t/skipall.t
25116 ____________________________________________________________________________
25117 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
25118         Log: Workaround for the new Exporter 'feature'.
25119      Branch: perl
25120            ! lib/Test/More.pm
25121 ____________________________________________________________________________
25122 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
25123         Log: Re-introduce pure-Perl fall-back for abs_path,
25124              re-introduce #11898.
25125      Branch: perl
25126            ! lib/Cwd.pm lib/File/Find.pm
25127 ____________________________________________________________________________
25128 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
25129         Log: More tests.
25130      Branch: perl
25131            ! lib/Exporter.t
25132 ____________________________________________________________________________
25133 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
25134         Log: Retract #11898 for now because it introduces
25135              a rather nasty depencency: when B is being built,
25136              MakeMaker is used.  MakeMaker uses File::Find.
25137              File::Find uses Cwd::getcwd()...which doesn't
25138              exist yet.
25139      Branch: perl
25140            ! lib/File/Find.pm
25141 ____________________________________________________________________________
25142 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
25143         Log: New test welcome.
25144      Branch: perl
25145            + lib/Test/Simple/t/simple.t
25146 ____________________________________________________________________________
25147 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
25148         Log: Old test begone.
25149      Branch: perl
25150            - lib/Attribute/Handlers/test.pl
25151 ____________________________________________________________________________
25152 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
25153         Log: Test-Simple syncup from Schwern.
25154      Branch: perl
25155            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
25156            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
25157            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
25158            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
25159            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
25160            - lib/Test/More/Changes lib/Test/More/t/More.t
25161            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25162            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25163            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
25164            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
25165            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
25166            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
25167            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
25168            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
25169            ! t/lib/Test/Simple/sample_tests/death.plx
25170            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
25171            ! t/lib/Test/Simple/sample_tests/extras.plx
25172            ! t/lib/Test/Simple/sample_tests/five_fail.plx
25173            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
25174            ! t/lib/Test/Simple/sample_tests/one_fail.plx
25175            ! t/lib/Test/Simple/sample_tests/require.plx
25176            ! t/lib/Test/Simple/sample_tests/success.plx
25177            ! t/lib/Test/Simple/sample_tests/too_few.plx
25178            ! t/lib/Test/Simple/sample_tests/two_fail.plx
25179 ____________________________________________________________________________
25180 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
25181         Log: Integrate File::Find changes from bleadperl
25182      Branch: maint-5.6/macperl
25183            ! lib/File/Find.pm t/lib/filefind-taint.t
25184 ____________________________________________________________________________
25185 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
25186         Log: Integrate 11847 from maint-5.6/perl
25187      Branch: maint-5.6/macperl
25188           !> sv.c
25189 ____________________________________________________________________________
25190 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
25191         Log: In UNICOS division yada yada.
25192      Branch: perl
25193            ! t/op/override.t
25194 ____________________________________________________________________________
25195 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
25196         Log: In UNICOS division is really lossy, better use
25197              a tolerance test.
25198      Branch: perl
25199            ! ext/Time/HiRes/HiRes.t
25200 ____________________________________________________________________________
25201 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
25202         Log: In UNICOS sigaction() sets an extra flag
25203              ("the signal has been registered for all the processes in
25204              a multitasking group.")
25205      Branch: perl
25206            ! ext/POSIX/sigaction.t
25207 ____________________________________________________________________________
25208 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
25209         Log: Documentation micropatch from Damian.
25210      Branch: perl
25211            ! lib/Attribute/Handlers.pm
25212 ____________________________________________________________________________
25213 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
25214         Log: (Retracted by #11908)
25215              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
25216              From: Michael G Schwern <schwern@pobox.com>
25217              Date: Wed, 5 Sep 2001 15:58:21 -0400
25218              Message-ID: <20010905155821.I632@blackrider>
25219      Branch: perl
25220            ! lib/File/Find.pm lib/File/Find/taint.t
25221 ____________________________________________________________________________
25222 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
25223         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
25224              From: Michael G Schwern <schwern@pobox.com>
25225              Date: Wed, 5 Sep 2001 19:16:31 -0400
25226              Message-ID: <20010905191631.E11386@blackrider>
25227      Branch: perl
25228            + lib/CGI/t/carp.t
25229            ! MANIFEST
25230 ____________________________________________________________________________
25231 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
25232         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
25233              From: chromatic <chromatic@rmci.net>
25234              Date: Wed, 5 Sep 2001 18:08:07 -0600
25235              Message-Id: <01090518080700.19590@firewheel>
25236      Branch: perl
25237            ! lib/English.pm
25238 ____________________________________________________________________________
25239 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
25240         Log: Fix a typo #11889 and add a test for the same.
25241      Branch: perl
25242            ! ext/Socket/Socket.t ext/Socket/Socket.xs
25243 ____________________________________________________________________________
25244 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
25245         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
25246              From: "Craig A. Berry" <craigberry@mac.com>
25247              Date: Wed, 05 Sep 2001 17:48:54 -0500
25248              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
25249      Branch: perl
25250            ! lib/warnings.t t/run/kill_perl.t
25251 ____________________________________________________________________________
25252 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
25253         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
25254              From: Michael G Schwern <schwern@pobox.com>
25255              Date: Wed, 5 Sep 2001 17:22:25 -0400
25256              Message-ID: <20010905172225.C11386@blackrider>
25257      Branch: perl
25258            ! t/run/kill_perl.t
25259 ____________________________________________________________________________
25260 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
25261         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
25262              From: Nicholas Clark <nick@ccl4.org>
25263              Date: Wed, 5 Sep 2001 20:54:24 +0100
25264              Message-ID: <20010905205424.C25120@plum.flirble.org>
25265      Branch: perl
25266            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
25267 ____________________________________________________________________________
25268 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
25269         Log: Forgotten thing.
25270      Branch: perl
25271            ! uconfig.h
25272 ____________________________________________________________________________
25273 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
25274         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
25275              From: chromatic <chromatic@rmci.net>               
25276              Date: Wed, 5 Sep 2001 13:22:08 -0600
25277              Message-Id: <01090513220807.10587@firewheel> 
25278      Branch: perl
25279            ! lib/English.pm
25280 ____________________________________________________________________________
25281 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
25282         Log: inet_ntoa() tweaks:
25283              - don't allow addresses with > 255 characters
25284              - indent the HP-UX workaround
25285              - don't leak memory
25286      Branch: perl
25287            ! ext/Socket/Socket.xs
25288 ____________________________________________________________________________
25289 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
25290         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
25291              <xwu@theeducationcenter.com>
25292      Branch: perl
25293            ! lib/File/Find.pm
25294 ____________________________________________________________________________
25295 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
25296         Log: Typo nits.
25297      Branch: perl
25298            ! lib/File/Find.pm
25299 ____________________________________________________________________________
25300 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
25301         Log: -Wall nit.
25302      Branch: perl
25303            ! op.c
25304 ____________________________________________________________________________
25305 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
25306         Log: Update to Scalar-List-Utils 1.05
25307      Branch: perl
25308            ! ext/List/Util/ChangeLog ext/List/Util/README
25309            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
25310 ____________________________________________________________________________
25311 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
25312         Log: Update Changes.
25313      Branch: perl
25314            ! Changes patchlevel.h
25315 ____________________________________________________________________________
25316 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
25317         Log: Update to Scalar-List-Utils 1.04
25318      Branch: perl
25319            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
25320            ! ext/List/Util/lib/List/Util.pm
25321            ! ext/List/Util/lib/Scalar/Util.pm
25322 ____________________________________________________________________________
25323 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
25324         Log: Metaconfigify #11724.
25325      Branch: metaconfig
25326            ! U/threads/archname.U
25327 ____________________________________________________________________________
25328 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
25329         Log: The MacOS reference is okay, no reason to hide it.
25330      Branch: perl
25331            ! lib/Cwd.pm
25332 ____________________________________________________________________________
25333 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
25334         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
25335              From: Michael G Schwern <schwern@pobox.com>
25336              Date: Tue, 4 Sep 2001 15:30:10 -0400
25337              Message-ID: <20010904153010.H26466@blackrider> 
25338              
25339              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
25340      Branch: perl
25341            ! ext/Cwd/Makefile.PL lib/Cwd.pm
25342 ____________________________________________________________________________
25343 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
25344         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
25345              From: Michael G Schwern <schwern@pobox.com>
25346              Date: Tue, 4 Sep 2001 17:39:13 -0400
25347              Message-ID: <20010904173913.C626@blackrider>
25348      Branch: perl
25349            ! lib/Cwd.pm
25350 ____________________________________________________________________________
25351 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
25352         Log: Subject: Re: Perl_pp_* in public API?
25353              From: "Craig A. Berry" <craigberry@mac.com>
25354              Date: Tue, 4 Sep 2001 21:51:29 -0500
25355              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
25356      Branch: perl
25357            ! ext/List/Util/Util.xs
25358 ____________________________________________________________________________
25359 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
25360         Log: From Damian: Class::Struct was unable to define
25361              recursive classes.  After the patch an object reference
25362              (rather than a hash) is required to initialize
25363              an object attribute.  If no such initializer is given to
25364              the constructor, object attributes are now default
25365              initialized to C<undef>.
25366      Branch: perl
25367            ! lib/Class/Struct.pm lib/Class/Struct.t
25368 ____________________________________________________________________________
25369 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
25370         Log: Subject: Re: sv_catpvfn and sv_setpvfn
25371              From: Richard Soderberg <rs@oregonnet.com>
25372              Date: Tue, 4 Sep 2001 15:16:47 -0700
25373              Message-Id: <200109042216.PAA17858@oregonnet.com>
25374      Branch: perl
25375            ! pod/perlclib.pod pod/perlguts.pod
25376 ____________________________________________________________________________
25377 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
25378         Log: NetWare updates from Ananth Kesari.
25379      Branch: perl
25380            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
25381            ! NetWare/nw5thread.h
25382 ____________________________________________________________________________
25383 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
25384         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
25385              From: Nicholas Clark <nick@ccl4.org>
25386              Date: Tue, 4 Sep 2001 22:42:50 +0100
25387              Message-ID: <20010904224250.P25120@plum.flirble.org>
25388      Branch: perl
25389            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
25390            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
25391            ! t/op/oct.t toke.c
25392 ____________________________________________________________________________
25393 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
25394         Log: Fix Cwd::getcwd() not being tainted, as noticed
25395              by Schwern.
25396      Branch: perl
25397            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
25398            - ext/Cwd/Cwd.t
25399            ! MANIFEST ext/Cwd/Cwd.xs util.c
25400 ____________________________________________________________________________
25401 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
25402         Log: Retract #11870 and volatilize the right destruct_level.
25403              Silly thinko pointed out by Sarathy.
25404      Branch: perl
25405            ! intrpvar.h perl.c
25406 ____________________________________________________________________________
25407 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
25408         Log: At least a temporary fix for the mysterious scope core dumps
25409              in Tru64 from Graham.
25410      Branch: perl
25411            ! ext/List/Util/Util.xs
25412 ____________________________________________________________________________
25413 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
25414         Log: (Retracted by #11872)
25415      Branch: perl
25416            ! intrpvar.h
25417 ____________________________________________________________________________
25418 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
25419         Log: Quench a -Wall gripe noticed by Robin Barker.
25420      Branch: perl
25421            ! op.c
25422 ____________________________________________________________________________
25423 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
25424         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
25425              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25426              Date: Wed, 05 Sep 2001 02:01:32 +0900
25427              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
25428      Branch: perl
25429            ! lib/Unicode/UCD.pm
25430 ____________________________________________________________________________
25431 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
25432         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
25433              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25434              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
25435              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
25436      Branch: perl
25437            ! gv.c
25438 ____________________________________________________________________________
25439 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
25440         Log: Update Changes.
25441      Branch: perl
25442            ! Changes patchlevel.h
25443 ____________________________________________________________________________
25444 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
25445         Log: Add the \[$@%&*] prototype support.
25446      Branch: perl
25447            ! op.c pod/perlsub.pod t/comp/proto.t
25448 ____________________________________________________________________________
25449 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
25450         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
25451              From: Michael G Schwern <schwern@pobox.com>
25452              Date: Mon, 3 Sep 2001 18:59:01 -0400
25453              Message-ID: <20010903185901.Z9233@blackrider>
25454      Branch: perl
25455            ! lib/CGI/t/form.t
25456 ____________________________________________________________________________
25457 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
25458         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
25459              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25460              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
25461              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
25462      Branch: perl
25463            ! gv.c
25464 ____________________________________________________________________________
25465 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
25466         Log: More srand entry tweakage based on Randal's suggestion.
25467      Branch: perl
25468            ! pod/perlfunc.pod
25469 ____________________________________________________________________________
25470 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
25471         Log: Subject: [PATCH] 'main' *is* a reserved word
25472              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25473              Date: Mon, 3 Sep 2001 22:55:41 +0200
25474              Message-ID: <20010903225541.A24097@rafael>
25475      Branch: perl
25476            ! toke.c
25477 ____________________________________________________________________________
25478 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
25479         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
25480              From: Peter Prymmer <pvhp@best.com>
25481              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
25482              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
25483      Branch: perl
25484            ! README.vms configure.com
25485 ____________________________________________________________________________
25486 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
25487         Log: Subject: Re: A slightly better default seed?   
25488              From: Michael G Schwern <schwern@pobox.com>
25489              Date: Mon, 3 Sep 2001 18:08:15 -0400 
25490              Message-ID: <20010903180815.W9233@blackrider>
25491      Branch: perl
25492            ! t/op/srand.t
25493 ____________________________________________________________________________
25494 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
25495         Log: Add sharedsv.o to microperl object files.
25496      Branch: perl
25497            ! Makefile.micro
25498 ____________________________________________________________________________
25499 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
25500         Log: AUTHORS updates and
25501              
25502              Subject: [PATCH] Just some preening :-)        
25503              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
25504              Date: Tue, 4 Sep 2001 14:16:59 +0100
25505              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
25506      Branch: perl
25507            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
25508 ____________________________________________________________________________
25509 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
25510         Log: Typo fix and slight rewording.
25511      Branch: perl
25512            ! pod/perlfunc.pod
25513 ____________________________________________________________________________
25514 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
25515         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
25516      Branch: perl
25517            ! pod/perlfaq4.pod
25518 ____________________________________________________________________________
25519 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
25520         Log: The helper file changed name.
25521      Branch: perl
25522            ! MANIFEST
25523 ____________________________________________________________________________
25524 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
25525         Log: Update to Scalar-List-Utils 1.03
25526      Branch: perl
25527            + ext/List/Util/t/shuffle.t
25528            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
25529            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
25530            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
25531            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
25532            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
25533            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
25534            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
25535            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
25536 ____________________________________________________________________________
25537 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
25538         Log: Make crypt() do something more sane for Unicode
25539              (take crypt() of the low eight bits of the characters,
25540              instead of taking crypt() of the UTF-8 of the scalar);
25541              add a test for crypt().
25542      Branch: perl
25543            + t/op/crypt.t
25544            ! MANIFEST pod/perlfunc.pod pp.c
25545 ____________________________________________________________________________
25546 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
25547         Log: Reorganize the srand entry.
25548      Branch: perl
25549            ! pod/perlfunc.pod
25550 ____________________________________________________________________________
25551 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
25552         Log: Remove the tests that assume something about
25553              calling srand() without arguments multiple times.
25554      Branch: perl
25555            ! t/op/srand.t
25556 ____________________________________________________________________________
25557 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
25558         Log: Upgrade to Math::BigInt 1.42.
25559      Branch: perl
25560            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25561            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
25562            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
25563            ! lib/Math/BigInt/t/mbimbf.t
25564 ____________________________________________________________________________
25565 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
25566         Log: integrate change#11847 from maint-5.6
25567              
25568              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
25569      Branch: perl
25570            ! sv.c
25571 ____________________________________________________________________________
25572 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
25573         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
25574      Branch: maint-5.6/perl
25575            ! sv.c
25576 ____________________________________________________________________________
25577 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
25578         Log: As far as I can tell these functions have been Unicodified.
25579      Branch: perl
25580            ! doop.c
25581 ____________________________________________________________________________
25582 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
25583         Log: Update to Storable 1.0.13.
25584      Branch: perl
25585            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25586            ! ext/Storable/Storable.xs
25587 ____________________________________________________________________________
25588 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
25589         Log: Patch the Filter::Simple test to work with
25590              the core test suite (since the FilterTest.pm
25591              is in t/lib, not in lib).
25592      Branch: perl
25593            ! lib/Filter/Simple/t/filter.t
25594 ____________________________________________________________________________
25595 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
25596         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
25597      Branch: perl
25598            + t/lib/FilterTest.pm
25599            - t/lib/MyFilter.pm
25600 ____________________________________________________________________________
25601 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
25602         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
25603              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
25604              Text::Balanced 1.86.
25605      Branch: perl
25606            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
25607            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
25608            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
25609            + lib/Switch/t/nested.t lib/Switch/t/switch.t
25610            + lib/Text/Balanced/Changes lib/Text/Balanced/README
25611            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
25612            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
25613            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
25614            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
25615            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
25616            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
25617            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
25618            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
25619            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
25620            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
25621            ! MANIFEST lib/Attribute/Handlers.pm
25622            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
25623            ! lib/Attribute/Handlers/demo/Demo.pm
25624            ! lib/Attribute/Handlers/demo/Descriptions.pm
25625            ! lib/Attribute/Handlers/demo/MyClass.pm
25626            ! lib/Attribute/Handlers/demo/demo.pl
25627            ! lib/Attribute/Handlers/demo/demo2.pl
25628            ! lib/Attribute/Handlers/demo/demo3.pl
25629            ! lib/Attribute/Handlers/demo/demo4.pl
25630            ! lib/Attribute/Handlers/demo/demo_call.pl
25631            ! lib/Attribute/Handlers/demo/demo_chain.pl
25632            ! lib/Attribute/Handlers/demo/demo_cycle.pl
25633            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
25634            ! lib/Attribute/Handlers/demo/demo_phases.pl
25635            ! lib/Attribute/Handlers/demo/demo_range.pl
25636            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
25637            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
25638            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
25639            ! lib/Text/Balanced.pm
25640 ____________________________________________________________________________
25641 [ 11841] By: sky                                   on 2001/09/03  11:04:15
25642         Log: Forgot to add a file with Change #11840
25643      Branch: perl
25644            + t/op/srand.t
25645 ____________________________________________________________________________
25646 [ 11840] By: sky                                   on 2001/09/03  11:02:04
25647         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
25648              From: Michael G Schwern <schwern@pobox.com>
25649              Date: Mon, 3 Sep 2001 07:43:00 -0400
25650              Message-ID: <20010903074300.E9233@blackrider>
25651      Branch: perl
25652            ! MANIFEST pod/perlfunc.pod t/op/rand.t
25653 ____________________________________________________________________________
25654 [ 11839] By: sky                                   on 2001/09/03  10:47:11
25655         Log: Document the changes with regards to running of END blocks.
25656              And DESTROY on global objects are called in perl_destruct()!
25657      Branch: perl
25658            ! pod/perl572delta.pod pod/perlembed.pod
25659 ____________________________________________________________________________
25660 [ 11838] By: sky                                   on 2001/09/03  09:34:44
25661         Log: Subject: [PATCH t/op/time.t] Partial cleanup
25662              From: Michael G Schwern <schwern@pobox.com>
25663              Date: Mon, 3 Sep 2001 06:29:42 -0400
25664              Message-ID: <20010903062942.C9233@blackrider>
25665      Branch: perl
25666            ! t/op/time.t
25667 ____________________________________________________________________________
25668 [ 11837] By: sky                                   on 2001/09/03  09:30:02
25669         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
25670              From: Michael G Schwern <schwern@pobox.com>
25671              Date: Mon, 3 Sep 2001 06:24:13 -0400
25672              Message-ID: <20010903062413.B9233@blackrider>
25673      Branch: perl
25674            ! t/op/rand.t
25675 ____________________________________________________________________________
25676 [ 11836] By: sky                                   on 2001/09/03  07:56:47
25677         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
25678              From: Michael G Schwern <schwern@pobox.com>
25679              Date: Sun, 2 Sep 2001 21:38:43 -0400
25680              Message-ID: <20010902213843.L2711@blackrider>
25681      Branch: perl
25682            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
25683            ! MANIFEST
25684 ____________________________________________________________________________
25685 [ 11835] By: nick                                  on 2001/09/03  06:20:06
25686         Log: Integrate mainline
25687      Branch: perlio
25688           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
25689            - t/op/misc.t
25690           !> (integrate 187 files)
25691 ____________________________________________________________________________
25692 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
25693         Log: Update Changes.
25694      Branch: perl
25695            ! Changes patchlevel.h
25696 ____________________________________________________________________________
25697 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
25698         Log: Slight tweaks.
25699      Branch: perl
25700            ! t/run/kill_perl.t
25701 ____________________________________________________________________________
25702 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
25703         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
25704      Branch: perl
25705            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
25706 ____________________________________________________________________________
25707 [ 11831] By: sky                                   on 2001/09/02  12:10:42
25708         Log: Change #11828 wasn't complete, this updates to intest path
25709      Branch: perl
25710            ! t/run/kill_perl.t
25711 ____________________________________________________________________________
25712 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
25713         Log: 's's's.
25714      Branch: perl
25715            ! Changes
25716 ____________________________________________________________________________
25717 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
25718         Log: Update Changes.
25719      Branch: perl
25720            ! Changes patchlevel.h
25721 ____________________________________________________________________________
25722 [ 11828] By: sky                                   on 2001/09/02  11:53:56
25723         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
25724              From: Michael G Schwern <schwern@pobox.com>
25725              Date: Sat, 1 Sep 2001 20:18:58 -0400
25726              Message-ID: <20010901201858.X606@blackrider>
25727              +MANIFEST Fix
25728      Branch: perl
25729            + t/run/kill_perl.t
25730            - t/op/misc.t t/run/segfault.t
25731            ! MANIFEST
25732 ____________________________________________________________________________
25733 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
25734         Log: Subject: [PATCH] lib/Time/Local.pm
25735              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25736              Date: Sun, 2 Sep 2001 06:50:01 -0500
25737              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
25738      Branch: perl
25739            ! lib/Time/Local.pm
25740 ____________________________________________________________________________
25741 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
25742         Log: Tick off Unicode collation and the normalization from
25743              the todo list.
25744      Branch: perl
25745            ! pod/perltodo.pod
25746 ____________________________________________________________________________
25747 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
25748         Log: Update to Unicode 3.1.1.
25749      Branch: perl
25750            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
25751            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
25752            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
25753            ! lib/unicore/PropList.txt lib/unicore/README.perl
25754            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
25755            ! lib/unicore/rename lib/unicore/version
25756 ____________________________________________________________________________
25757 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
25758         Log: Slight doc tweaks for the module.
25759      Branch: perl
25760            ! lib/Unicode/UCD.pm
25761 ____________________________________________________________________________
25762 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
25763         Log: Rename the variable: it *used* to be (wrongly) that the
25764              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
25765              but that is no more the case: PL_reg_match_utf8 is better.
25766      Branch: perl
25767            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
25768            ! regexec.c sv.c thrdvar.h
25769 ____________________________________________________________________________
25770 [ 11822] By: ams                                   on 2001/09/02  02:54:50
25771         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
25772              From: Ilmari Karonen <iltzu@sci.fi>
25773              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
25774              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
25775              (op/sub_lval.t updated to take new error message into account.)
25776      Branch: perl
25777            ! op.c t/op/sub_lval.t
25778 ____________________________________________________________________________
25779 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
25780         Log: remove stray CRs in files; keep all files with UNIX line-ends
25781              (Porting/makerel adds CRs to the files that need it in the
25782              distribution)
25783      Branch: perl
25784            ! NetWare/t/NWScripts.pl README.dos
25785            ! ext/Encode/Encode/cns11643-1.enc
25786            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
25787            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25788 ____________________________________________________________________________
25789 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
25790         Log: some remnants of change#11803
25791      Branch: perl
25792            ! ext/ByteLoader/byterun.h perl.h
25793 ____________________________________________________________________________
25794 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
25795         Log: Update to Unicode::Collate 0.08.
25796      Branch: perl
25797            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
25798            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
25799 ____________________________________________________________________________
25800 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
25801         Log: Test tweaks.
25802      Branch: perl
25803            ! t/op/pat.t
25804 ____________________________________________________________________________
25805 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
25806         Log: Fix test
25807      Branch: maint-5.6/macperl
25808            ! t/lib/b.t
25809 ____________________________________________________________________________
25810 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
25811         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
25812              warnings in Config.pm with -W; increase default and
25813              minimum RAM; bump version number.
25814      Branch: maint-5.6/macperl
25815            + macos/lib/Mac/LowMem.pm
25816            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
25817            ! macos/configpm macos/macperl/MacPerl.r
25818 ____________________________________________________________________________
25819 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
25820         Log: Make syntax check report in MPW style, fix tests
25821              to use Mac::err=unix to get normal-style error
25822              messages.
25823      Branch: maint-5.6/macperl
25824            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
25825            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
25826 ____________________________________________________________________________
25827 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
25828         Log: Make MPW-style errors optional (but the default); add
25829              MacPerl::ErrorFormat() function and Mac::err pragma
25830      Branch: maint-5.6/macperl
25831            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
25832            + macos/ext/Mac/err/err.xs
25833            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
25834            ! macos/macish.c macos/macish.h macos/macperl.sym
25835 ____________________________________________________________________________
25836 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
25837         Log: More module and test ports from Thomas Wegner et al
25838      Branch: maint-5.6/macperl
25839            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25840            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
25841            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
25842            ! t/op/magic.t
25843 ____________________________________________________________________________
25844 [ 11812] By: sky                                   on 2001/09/01  17:19:30
25845         Log: Subject: [PATCH t/op/concat.t] cleanup
25846              From: Michael G Schwern <schwern@pobox.com>
25847              Date: Sat, 1 Sep 2001 14:06:28 -0400
25848              Message-ID: <20010901140628.C606@blackrider>
25849      Branch: perl
25850            ! t/op/concat.t
25851 ____________________________________________________________________________
25852 [ 11811] By: sky                                   on 2001/09/01  12:25:29
25853         Log: Change #11805 didn't update the MANIFEST
25854      Branch: perl
25855            ! MANIFEST
25856 ____________________________________________________________________________
25857 [ 11810] By: sky                                   on 2001/09/01  11:52:44
25858         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
25859              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25860              Date: Sat, 1 Sep 2001 14:50:14 +0200
25861              Message-ID: <20010901145014.A691@rafael>
25862      Branch: perl
25863            ! t/op/inccode.t
25864 ____________________________________________________________________________
25865 [ 11809] By: sky                                   on 2001/09/01  11:49:22
25866         Log: Subject: PATCH: ExtUtils::MakeMaker
25867              From: Tony Bowden <tony@kasei.com>
25868              Date: Sat, 1 Sep 2001 10:33:53 +0100
25869              Message-ID: <20010901103353.A13863@soto.kasei.com>
25870              Manually applied
25871      Branch: perl
25872            ! lib/ExtUtils/MakeMaker.pm
25873 ____________________________________________________________________________
25874 [ 11808] By: sky                                   on 2001/09/01  11:39:13
25875         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
25876              From: mike808@users.sourceforge.net
25877              Date: Sat, 1 Sep 101 11:27:50 GMT
25878              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
25879              With little tweak
25880      Branch: perl
25881            ! lib/Term/Cap.pm
25882 ____________________________________________________________________________
25883 [ 11807] By: ams                                   on 2001/09/01  11:31:16
25884         Log: Subject: oct() and hex()
25885              From: Nicholas Clark <nick@ccl4.org>
25886              Date: Fri, 31 Aug 2001 23:14:13 +0100
25887              Message-Id: <20010831231413.J4950@plum.flirble.org>
25888      Branch: perl
25889            ! pod/perlclib.pod
25890 ____________________________________________________________________________
25891 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
25892         Log: Integrate change 11801 from maintperl
25893      Branch: maint-5.6/macperl
25894            ! perl.c
25895 ____________________________________________________________________________
25896 [ 11805] By: sky                                   on 2001/08/31  21:35:10
25897         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
25898              From: Michael G Schwern <schwern@pobox.com>
25899              Date: Fri, 31 Aug 2001 15:36:28 -0400
25900              Message-ID: <20010831153628.B598@blackrider>
25901              Check for things which used to segfault
25902      Branch: perl
25903            + t/run/segfault.t
25904 ____________________________________________________________________________
25905 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
25906         Log: integrate change#11801 from maint-5.6
25907              
25908              remove age-old UNICOS "workaround" that introduces a static, and
25909              hence an egregious race condition for threaded builds (*sigh*
25910              beats me why this kludge wasn't guarded by a UNICOS-specific
25911              #define *sigh*)
25912      Branch: perl
25913            ! perl.c
25914 ____________________________________________________________________________
25915 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
25916         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
25917              working in 5.7.x
25918      Branch: perl
25919            - objXSUB.h
25920            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
25921            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
25922            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
25923            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
25924            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
25925            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
25926            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
25927            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
25928            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
25929            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
25930            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
25931            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
25932            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
25933            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
25934            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
25935            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
25936            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
25937            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
25938            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
25939            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
25940            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
25941            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
25942 ____________________________________________________________________________
25943 [ 11802] By: ams                                   on 2001/08/31  18:11:32
25944         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
25945              From: "Philip Newton" <Philip.Newton@gmx.net>
25946              Date: Fri, 31 Aug 2001 21:12:56 +0200
25947              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
25948      Branch: perl
25949            ! pod/perldiag.pod
25950 ____________________________________________________________________________
25951 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
25952         Log: remove age-old UNICOS "workaround" that introduces a static, and
25953              hence an egregious race condition for threaded builds (*sigh*
25954              beats me why this kludge wasn't guarded by a UNICOS-specific
25955              #define *sigh*)
25956      Branch: maint-5.6/perl
25957            ! perl.c
25958 ____________________________________________________________________________
25959 [ 11800] By: sky                                   on 2001/08/31  17:30:26
25960         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
25961              Might break on platforms where bool is larger than 8 bites ???
25962      Branch: perl
25963            ! regcomp.c
25964 ____________________________________________________________________________
25965 [ 11799] By: ams                                   on 2001/08/31  12:15:44
25966         Log: Integrate 11778 into mainline.
25967      Branch: perl
25968            ! t/base/term.t
25969 ____________________________________________________________________________
25970 [ 11798] By: sky                                   on 2001/08/31  11:31:44
25971         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
25972              supposed to happen.
25973      Branch: perl
25974            ! regcomp.c
25975 ____________________________________________________________________________
25976 [ 11797] By: sky                                   on 2001/08/31  11:28:17
25977         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
25978              From: "John P. Linderman" <jpl@research.att.com>
25979              Date: Fri, 31 Aug 2001 08:20:35 -0400
25980              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
25981              Fixes test 14 which could fail randomly in rare cases.
25982      Branch: perl
25983            ! ext/Time/HiRes/HiRes.t regcomp.c
25984 ____________________________________________________________________________
25985 [ 11796] By: ams                                   on 2001/08/31  01:13:07
25986         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
25987              From: Nicholas Clark <nick@ccl4.org>
25988              Date: Thu, 30 Aug 2001 23:21:50 +0100
25989              Message-Id: <20010830232150.D4950@plum.flirble.org>
25990      Branch: perl
25991            ! ext/Sys/Syslog/Makefile.PL
25992 ____________________________________________________________________________
25993 [ 11795] By: ams                                   on 2001/08/30  23:53:23
25994         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
25995              patching example
25996              From: Michael G Schwern <schwern@pobox.com>
25997              Date: Thu, 30 Aug 2001 17:02:08 -0400
25998              Message-Id: <20010830170208.M2318@blackrider>
25999      Branch: perl
26000            ! pod/perlhack.pod
26001 ____________________________________________________________________________
26002 [ 11794] By: ams                                   on 2001/08/30  19:35:36
26003         Log: Subject: [PATCH] pp_modulo
26004              From: Nicholas Clark <nick@ccl4.org>
26005              Date: Thu, 30 Aug 2001 18:20:54 +0100
26006              Message-Id: <20010830182053.A4950@plum.flirble.org>
26007      Branch: perl
26008            ! pp.c t/op/64bitint.t
26009 ____________________________________________________________________________
26010 [ 11793] By: sky                                   on 2001/08/30  13:02:48
26011         Log: 11792 wasn't complete
26012      Branch: perl
26013            ! makedef.pl regcomp.c
26014 ____________________________________________________________________________
26015 [ 11792] By: sky                                   on 2001/08/30  12:21:11
26016         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
26017      Branch: perl
26018            ! makedef.pl
26019 ____________________________________________________________________________
26020 [ 11791] By: sky                                   on 2001/08/30  10:08:02
26021         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
26022      Branch: perl
26023            ! config_h.SH
26024 ____________________________________________________________________________
26025 [ 11790] By: sky                                   on 2001/08/30  08:22:31
26026         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
26027              on the pad. Fixes coredumps in cleanups introduced by
26028              Change 11755  
26029      Branch: perl
26030            ! op.c perl.c sv.h
26031 ____________________________________________________________________________
26032 [ 11789] By: sky                                   on 2001/08/29  19:01:47
26033         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
26034              This is a replacement implmentation that works on HPUX.
26035              This bug should probably be fixed in GCC.
26036      Branch: perl
26037            ! ext/Socket/Socket.xs
26038 ____________________________________________________________________________
26039 [ 11788] By: ams                                   on 2001/08/29  17:35:33
26040         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
26041              From: Nicholas Clark <nick@ccl4.org>
26042              Date: Wed, 29 Aug 2001 18:21:56 +0100
26043              Message-Id: <20010829182156.O4950@plum.flirble.org>
26044      Branch: perl
26045            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
26046 ____________________________________________________________________________
26047 [ 11787] By: sky                                   on 2001/08/29  10:42:54
26048         Log: Added test for pack_addr_in and unpack_addr_in
26049              Nitpik in test 10
26050      Branch: perl
26051            ! ext/Socket/Socket.t
26052 ____________________________________________________________________________
26053 [ 11786] By: sky                                   on 2001/08/29  10:28:14
26054         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
26055              Trying to catch errors on HP-UX
26056      Branch: perl
26057            ! ext/Socket/Socket.t
26058 ____________________________________________________________________________
26059 [ 11785] By: sky                                   on 2001/08/29  09:07:03
26060         Log: make sure USE_THREADS is defined so external apps work
26061      Branch: perl
26062            ! config_h.SH
26063 ____________________________________________________________________________
26064 [ 11784] By: sky                                   on 2001/08/29  08:06:12
26065         Log: Subject: Re: The hitlist of untested modules.
26066              From: Jonathan Stowe <gellyfish@gellyfish.com>
26067              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
26068              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
26069              Start of tests for Shell.pm (make Schwern poorer!)
26070      Branch: perl
26071            + lib/Shell.t
26072            ! MANIFEST
26073 ____________________________________________________________________________
26074 [ 11783] By: sky                                   on 2001/08/29  07:37:50
26075         Log: END{} can change the return value even if we die from BEGIN{}
26076      Branch: perl
26077            ! miniperlmain.c
26078 ____________________________________________________________________________
26079 [ 11782] By: ams                                   on 2001/08/29  06:32:17
26080         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
26081              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26082              Date: Wed, 29 Aug 2001 09:18:17 +0200
26083              Message-Id: <20010829091817.A4453@rafael>
26084      Branch: perl
26085            ! t/op/inccode.t
26086 ____________________________________________________________________________
26087 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
26088         Log: Delete xsubpp.patch, as full copy exists now
26089      Branch: maint-5.6/macperl
26090            - macos/xsubpp.patch
26091 ____________________________________________________________________________
26092 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
26093         Log: Add Changes file
26094      Branch: maint-5.6/macperl
26095            + macos/Changes
26096 ____________________________________________________________________________
26097 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
26098         Log: Add Mac version of xsubpp as separate file
26099      Branch: maint-5.6/macperl
26100            + macos/xsubpp
26101            ! macos/Makefile.mk
26102 ____________________________________________________________________________
26103 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
26104         Log: Fix open of /dev/null for Mac OS
26105      Branch: maint-5.6/macperl
26106            ! t/base/term.t
26107 ____________________________________________________________________________
26108 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
26109         Log: Various patches: enable more tests; skip CVS in PerlInstall;
26110              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
26111      Branch: maint-5.6/macperl
26112            ! macos/MacPerlTests.cmd macos/PerlInstall
26113            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
26114 ____________________________________________________________________________
26115 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
26116         Log: Allow for platforms to override formatting of errors
26117              on output from Matthias Neeracher (Mac files)
26118      Branch: maint-5.6/macperl
26119            ! macos/macish.c macos/macish.h
26120 ____________________________________________________________________________
26121 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
26122         Log: Allow for platforms to override formatting of errors
26123              on output from Matthias Neeracher (core files)
26124      Branch: maint-5.6/macperl
26125            ! perl.h pp_ctl.c util.c
26126 ____________________________________________________________________________
26127 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
26128         Log: Add some param checking, from reports by Kevin Reid.
26129      Branch: maint-5.6/macperl
26130            ! macos/ext/Mac/Controls/Controls.pm
26131            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
26132 ____________________________________________________________________________
26133 [ 11773] By: ams                                   on 2001/08/28  23:54:57
26134         Log: Subject: [PATCH] make coretest
26135              From: Paul Johnson <paul@pjcj.net>
26136              Date: Wed, 29 Aug 2001 00:11:38 +0200
26137              Message-Id: <20010829001138.B12169@pjcj.net>
26138              (Applied without the change to perlhack.pod. This should
26139              probably stay undocumented.)
26140      Branch: perl
26141            ! Makefile.SH t/TEST
26142 ____________________________________________________________________________
26143 [ 11772] By: sky                                   on 2001/08/28  13:01:20
26144         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
26145              From: Michael G Schwern <schwern@pobox.com>
26146              Date: Tue, 28 Aug 2001 09:57:39 -0400
26147              Message-ID: <20010828095738.E17775@blackrider>
26148      Branch: perl
26149            ! pod/perlhack.pod t/op/pack.t
26150 ____________________________________________________________________________
26151 [ 11771] By: sky                                   on 2001/08/28  11:20:13
26152         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
26153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26154              Date: Tue, 28 Aug 2001 14:23:43 +0200
26155              Message-ID: <20010828142343.A19299@rafael>
26156      Branch: perl
26157            ! pod/perlvar.pod pp_ctl.c
26158 ____________________________________________________________________________
26159 [ 11770] By: ams                                   on 2001/08/28  10:13:21
26160         Log: Subject: [PATCH] odd typo in op.h
26161              From: Nicholas Clark <nick@ccl4.org>
26162              Date: Tue, 28 Aug 2001 12:10:26 +0100
26163              Message-Id: <20010828121026.V4950@plum.flirble.org>
26164      Branch: perl
26165            ! op.h
26166 ____________________________________________________________________________
26167 [ 11769] By: sky                                   on 2001/08/28  08:09:16
26168         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
26169              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
26170              Date: Tue, 28 Aug 2001 02:22:20 +0300
26171              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
26172      Branch: perl
26173            ! ext/B/B/Lint.pm
26174 ____________________________________________________________________________
26175 [ 11768] By: ams                                   on 2001/08/28  00:47:35
26176         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
26177              From: Michael G Schwern <schwern@pobox.com>
26178              Date: Mon, 27 Aug 2001 21:24:44 -0400
26179              Message-Id: <20010827212444.F12582@blackrider>
26180      Branch: perl
26181            ! pod/perlhack.pod t/op/pack.t
26182 ____________________________________________________________________________
26183 [ 11767] By: ams                                   on 2001/08/27  23:59:48
26184         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
26185              From: Michael G Schwern <schwern@pobox.com>
26186              Date: Mon, 27 Aug 2001 20:12:29 -0400
26187              Message-Id: <20010827201229.D12582@blackrider>
26188      Branch: perl
26189            ! pod/perlhack.pod t/op/pack.t
26190 ____________________________________________________________________________
26191 [ 11766] By: ams                                   on 2001/08/27  23:39:40
26192         Log: Update Changes.
26193      Branch: perl
26194            ! Changes
26195 ____________________________________________________________________________
26196 [ 11765] By: ams                                   on 2001/08/27  22:53:10
26197         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
26198              From: Michael G Schwern <schwern@pobox.com>
26199              Date: Mon, 27 Aug 2001 19:47:30 -0400
26200              Message-Id: <20010827194730.C12582@blackrider>
26201      Branch: perl
26202            ! t/op/inccode.t
26203 ____________________________________________________________________________
26204 [ 11764] By: ams                                   on 2001/08/27  22:46:21
26205         Log: Subject: [PATCH] new tests for the coderef-in-@INC
26206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26207              Date: Mon, 27 Aug 2001 22:36:27 +0200
26208              Message-Id: <20010827223627.C690@rafael>
26209              
26210              Subject: Re: [PATCH] new tests for the coderef-in-@INC
26211              From: Nicholas Clark <nick@ccl4.org>
26212              Date: Tue, 28 Aug 2001 00:02:46 +0100
26213              Message-Id: <20010828000245.R4950@plum.flirble.org>
26214      Branch: perl
26215            + t/op/inccode.t
26216            ! MANIFEST
26217 ____________________________________________________________________________
26218 [ 11763] By: ams                                   on 2001/08/27  22:41:09
26219         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
26220              bleadperl on fire, Win95+4NT)
26221              From: Michael G Schwern <schwern@pobox.com>
26222              Date: Mon, 27 Aug 2001 16:54:42 -0400
26223              Message-Id: <20010827165442.F9436@blackrider>
26224      Branch: perl
26225            ! lib/warnings.t
26226 ____________________________________________________________________________
26227 [ 11762] By: sky                                   on 2001/08/27  19:19:17
26228         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
26229              avaible at compile time. This broke the compilation of 
26230              Net/Ping.pm
26231      Branch: perl
26232            ! lib/Net/Ping.pm
26233 ____________________________________________________________________________
26234 [ 11761] By: sky                                   on 2001/08/27  18:34:48
26235         Log: Removed tripple definitions of CUSTOM_OP functions.
26236      Branch: perl
26237            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
26238 ____________________________________________________________________________
26239 [ 11760] By: sky                                   on 2001/08/27  18:21:27
26240         Log: Regen headers
26241      Branch: perl
26242            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
26243            ! perlapi.h proto.h
26244 ____________________________________________________________________________
26245 [ 11759] By: ams                                   on 2001/08/27  16:31:53
26246         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
26247              From: "chromatic" <chromatic@rmci.net>
26248              Date: Mon, 27 Aug 2001 11:17:09 -0600
26249              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
26250      Branch: perl
26251            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
26252 ____________________________________________________________________________
26253 [ 11758] By: sky                                   on 2001/08/27  15:16:42
26254         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
26255              Thanks to H. Merijn Brand for the patch.
26256              Some of the comments and or guards might be removable in perl.h now.
26257      Branch: perl
26258            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
26259            ! Porting/Glossary Porting/config_H README.threads config_h.SH
26260            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
26261            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
26262            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
26263            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
26264            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
26265            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
26266            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
26267            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
26268            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
26269            ! win32/config_H.vc win32/perllib.c win32/win32.h
26270            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
26271            ! wince/config.h wince/config_H.ce wince/win32.h
26272            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
26273 ____________________________________________________________________________
26274 [ 11757] By: sky                                   on 2001/08/27  13:39:16
26275         Log: Subject: GNU ld parses arguments different
26276              From: H.Merijn Brand <h.m.brand@hccnet.nl>
26277              Date: Mon, 27 Aug 2001 16:25:51 +0200
26278              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
26279      Branch: perl
26280            ! hints/hpux.sh
26281 ____________________________________________________________________________
26282 [ 11756] By: sky                                   on 2001/08/27  13:18:45
26283         Log: Subject: Custom Ops
26284              From: Simon Cozens <simon@netthink.co.uk>
26285              Date: Sat, 25 Aug 2001 17:45:09 +0100
26286              Message-ID: <20010825174509.A5752@netthink.co.uk>
26287              I also added a fix to Opcode.pm to quite test cases.
26288      Branch: perl
26289            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
26290            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
26291 ____________________________________________________________________________
26292 [ 11755] By: sky                                   on 2001/08/27  05:37:17
26293         Log: Plugs a memory leak on destruction of regular expressions
26294              introcued by #11274.
26295              PL_regex_padav now has an AV as it's first entry with a list
26296              of freed regex_padav slots that it will reuse on creating
26297              new PMOPs.
26298      Branch: perl
26299            ! op.c perl.c
26300 ____________________________________________________________________________
26301 [ 11754] By: ams                                   on 2001/08/26  14:38:52
26302         Log: Subject: [PATCH] t/io/binmode.t
26303              From: Nicholas Clark <nick@ccl4.org>
26304              Date: Sun, 26 Aug 2001 12:03:05 +0100
26305              Message-Id: <20010826120305.C4950@plum.flirble.org>
26306              
26307              (Also a nitpick in #11752 to t/op/universal.t)
26308      Branch: perl
26309            ! t/io/binmode.t t/op/universal.t
26310 ____________________________________________________________________________
26311 [ 11753] By: ams                                   on 2001/08/26  08:19:34
26312         Log: Subject: [PATCH] op/universal.t failing
26313              From: Nicholas Clark <nick@ccl4.org>
26314              Date: Sun, 26 Aug 2001 09:48:22 +0100
26315              Message-Id: <20010826094822.B4950@plum.flirble.org>
26316      Branch: perl
26317            ! t/op/universal.t
26318 ____________________________________________________________________________
26319 [ 11752] By: ams                                   on 2001/08/25  22:46:13
26320         Log: Subject: Re: 'can' with undefined subs
26321              From: Tony Bowden <tony@kasei.com>
26322              Date: Sat, 25 Aug 2001 14:58:17 +0100
26323              Message-Id: <20010825145817.A11788@soto.kasei.com>
26324              (Applied with minor modifications.)
26325      Branch: perl
26326            ! t/op/universal.t
26327 ____________________________________________________________________________
26328 [ 11751] By: ams                                   on 2001/08/25  18:28:43
26329         Log: Subject: Re: 'can' with undefined subs
26330              From: Tony Bowden <tony@kasei.com>
26331              Date: Sat, 25 Aug 2001 15:13:14 +0100
26332              Message-Id: <20010825151314.B11788@soto.kasei.com>
26333      Branch: perl
26334            ! lib/UNIVERSAL.pm
26335 ____________________________________________________________________________
26336 [ 11750] By: nick                                  on 2001/08/25  15:24:15
26337         Log: Integrate mainline
26338      Branch: perlio
26339           +> t/io/binmode.t
26340           !> (integrate 26 files)
26341 ____________________________________________________________________________
26342 [ 11749] By: nick                                  on 2001/08/25  14:55:41
26343         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
26344              From:  John Peacock <jpeacock@rowman.com>
26345              Date:  Wed, 22 Aug 2001 12:05:28 -0400
26346              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
26347      Branch: perl
26348            ! pod/perlhack.pod
26349 ____________________________________________________________________________
26350 [ 11748] By: nick                                  on 2001/08/25  14:53:04
26351         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
26352              From:  Michael G Schwern <schwern@pobox.com>
26353              Date:  Wed, 22 Aug 2001 19:22:45 -0400
26354              Message-Id:  <20010822192245.U619@blackrider>
26355      Branch: perl
26356            ! MANIFEST
26357 ____________________________________________________________________________
26358 [ 11747] By: nick                                  on 2001/08/25  14:52:33
26359         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
26360              From:  Nicholas Clark <nick@ccl4.org>
26361              Date:  Wed, 22 Aug 2001 23:29:06 +0100
26362              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
26363      Branch: perl
26364            + t/io/binmode.t
26365            ! perlio.c pod/perlfunc.pod
26366 ____________________________________________________________________________
26367 [ 11744] By: nick                                  on 2001/08/25  14:37:33
26368         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
26369              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
26370              Date:  Fri, 24 Aug 2001 22:10:42 +0200
26371              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
26372      Branch: perl
26373            ! x2p/a2py.c x2p/walk.c
26374 ____________________________________________________________________________
26375 [ 11743] By: nick                                  on 2001/08/25  14:32:47
26376         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
26377              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26378              Date:  Fri, 24 Aug 2001 23:34:13 +0200
26379              Message-Id:  <20010824233413.A1285@rafael>
26380      Branch: perl
26381            ! pod/perlfunc.pod pod/perlvar.pod
26382 ____________________________________________________________________________
26383 [ 11742] By: ams                                   on 2001/08/25  13:16:02
26384         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
26385              From: Nicholas Clark <nick@ccl4.org>
26386              Date: Sat, 25 Aug 2001 14:50:07 +0100
26387              Message-Id: <20010825145007.L41464@plum.flirble.org>
26388      Branch: perl
26389            ! pp_ctl.c
26390 ____________________________________________________________________________
26391 [ 11741] By: nick                                  on 2001/08/24  07:08:45
26392         Log: When applying patch via Porting/apply fails, do p4 refresh
26393              to get old files back.
26394      Branch: perl
26395            ! Porting/apply
26396 ____________________________________________________________________________
26397 [ 11740] By: ams                                   on 2001/08/24  04:47:24
26398         Log: #11739 was incomplete.
26399      Branch: perl
26400            ! pod/perldiag.pod
26401 ____________________________________________________________________________
26402 [ 11739] By: ams                                   on 2001/08/24  04:09:40
26403         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
26404              From: "Philip Newton" <Philip.Newton@gmx.net>
26405              Date: Fri, 24 Aug 2001 07:08:34 +0200
26406      Branch: perl
26407            ! pod/perldiag.pod
26408 ____________________________________________________________________________
26409 [ 11738] By: ams                                   on 2001/08/24  02:19:42
26410         Log: Fixed Doug Wilson's email address.
26411      Branch: perl
26412            ! AUTHORS
26413 ____________________________________________________________________________
26414 [ 11737] By: ams                                   on 2001/08/24  00:10:13
26415         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
26416              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26417              Date: Thu, 23 Aug 2001 22:22:58 +0200
26418              Message-Id: <20010823222258.A901@rafael>
26419      Branch: perl
26420            ! pod/perldiag.pod
26421 ____________________________________________________________________________
26422 [ 11736] By: ams                                   on 2001/08/24  00:05:02
26423         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
26424              From: "Craig A. Berry" <craigberry@mac.com>
26425              Date: Thu, 23 Aug 2001 19:07:45 -0500
26426              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
26427      Branch: perl
26428            ! configure.com
26429 ____________________________________________________________________________
26430 [ 11735] By: sky                                   on 2001/08/23  13:42:07
26431         Log: Backed out 11732, it breaks lib/strict.t 
26432      Branch: perl
26433            ! op.c
26434 ____________________________________________________________________________
26435 [ 11734] By: sky                                   on 2001/08/23  11:45:59
26436         Log: Removed toy from 17133 after Matt Sargeants request.
26437      Branch: perl
26438            ! pod/perlfaq4.pod
26439 ____________________________________________________________________________
26440 [ 11733] By: sky                                   on 2001/08/23  11:36:29
26441         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
26442              From: Robin Houston <robin@kitsite.com>
26443              Date: Wed, 22 Aug 2001 23:06:16 +0100
26444              Message-ID: <20010822230616.A254@robin.kitsite.com>
26445      Branch: perl
26446            ! pod/perlfaq4.pod
26447 ____________________________________________________________________________
26448 [ 11732] By: sky                                   on 2001/08/23  10:36:02
26449         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
26450              From: Simon Cozens <simon@netthink.co.uk>
26451              Date: Thu, 23 Aug 2001 12:06:36 +0100
26452              Message-ID: <20010823120636.A9961@netthink.co.uk>
26453      Branch: perl
26454            ! op.c
26455 ____________________________________________________________________________
26456 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
26457         Log: fix broken windows build
26458      Branch: perl
26459            ! perl.h
26460 ____________________________________________________________________________
26461 [ 11730] By: ams                                   on 2001/08/22  21:35:30
26462         Log: Subject: [PATCH] io/tell.t doesn't chdir t
26463              From: Nicholas Clark <nick@ccl4.org>
26464              Date: Wed, 22 Aug 2001 23:25:58 +0100
26465              Message-Id: <20010822232557.Y82818@plum.flirble.org>
26466      Branch: perl
26467            ! t/io/tell.t
26468 ____________________________________________________________________________
26469 [ 11729] By: ams                                   on 2001/08/22  20:32:21
26470         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
26471              questions)
26472              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26473              Date: Wed, 22 Aug 2001 17:09:04 -0400
26474              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
26475              (Oops, forgot File::Spec::Unix in the previous patch.)
26476      Branch: perl
26477            ! lib/File/Spec/Unix.pm
26478 ____________________________________________________________________________
26479 [ 11728] By: ams                                   on 2001/08/22  20:25:41
26480         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
26481              questions)
26482              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26483              Date: Wed, 22 Aug 2001 17:09:04 -0400
26484              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
26485      Branch: perl
26486            ! lib/File/Spec.pm
26487 ____________________________________________________________________________
26488 [ 11727] By: ams                                   on 2001/08/22  19:43:30
26489         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
26490              From: John Peacock <jpeacock@rowman.com>
26491              Date: Wed, 22 Aug 2001 12:35:52 -0400
26492              Message-Id: <3B83DF68.5D89DC81@rowman.com>
26493              (Adds proper tests for $], notwithstanding Subject. +nitpick)
26494      Branch: perl
26495            ! t/op/ver.t
26496 ____________________________________________________________________________
26497 [ 11726] By: ams                                   on 2001/08/22  19:36:39
26498         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
26499              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
26500              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
26501              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
26502      Branch: perl
26503            ! lib/diagnostics.pm lib/diagnostics.t
26504 ____________________________________________________________________________
26505 [ 11725] By: ams                                   on 2001/08/22  19:25:01
26506         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
26507              From: Nicholas Clark <nick@ccl4.org>
26508              Date: Wed, 22 Aug 2001 20:59:05 +0100
26509              Message-Id: <20010822205905.U82818@plum.flirble.org>
26510      Branch: perl
26511            ! pp.c t/op/64bitint.t t/op/arith.t
26512 ____________________________________________________________________________
26513 [ 11724] By: ams                                   on 2001/08/22  10:02:33
26514         Log: Subject: Configure blooper
26515              From: H.Merijn Brand <h.m.brand@hccnet.nl>
26516              Date: Wed, 22 Aug 2001 12:38:35 +0200
26517              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
26518      Branch: perl
26519            ! Configure
26520 ____________________________________________________________________________
26521 [ 11723] By: ams                                   on 2001/08/21  16:17:53
26522         Log: Subject: [PATCH] installperl -help
26523              From: Nicholas Clark <nick@ccl4.org>
26524              Date: Tue, 21 Aug 2001 17:34:23 +0100
26525              Message-Id: <20010821173423.F82818@plum.flirble.org>
26526      Branch: perl
26527            ! installperl
26528 ____________________________________________________________________________
26529 [ 11722] By: ams                                   on 2001/08/20  07:46:31
26530         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
26531              From: Ilmari Karonen <iltzu@sci.fi>
26532              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
26533              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
26534      Branch: perl
26535            ! pod/perlvar.pod
26536 ____________________________________________________________________________
26537 [ 11721] By: nick                                  on 2001/08/20  06:24:31
26538         Log: Integrate mainline
26539      Branch: perlio
26540           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
26541           +> lib/Lingua/KO/Hangul/Util/Changes
26542           +> lib/Lingua/KO/Hangul/Util/README
26543           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
26544           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
26545           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
26546           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
26547           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
26548           +> lib/Unicode/Normalize/t/test.t
26549            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
26550           !> (integrate 55 files)
26551 ____________________________________________________________________________
26552 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
26553         Log: Integrate Change #11599 from maint-5.6/perl
26554      Branch: maint-5.6/macperl
26555           !> README.win32
26556 ____________________________________________________________________________
26557 [ 11719] By: ams                                   on 2001/08/18  21:21:42
26558         Log: Add Porting/apply to MANIFEST.
26559      Branch: perl
26560            ! MANIFEST
26561 ____________________________________________________________________________
26562 [ 11718] By: sky                                   on 2001/08/18  14:38:01
26563         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
26564              Better solution would be to make 5005threaded perl use
26565              the same system as ithreads do
26566      Branch: perl
26567            ! perl.h
26568 ____________________________________________________________________________
26569 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
26570         Log: New try for ID 20010407.006: detach the semantics
26571              "was the last match target UTF8" into its own variable.
26572      Branch: perl
26573            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
26574            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
26575 ____________________________________________________________________________
26576 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
26577         Log: UTF8 flag should be meaningful only when POK.
26578      Branch: perl
26579            ! dump.c
26580 ____________________________________________________________________________
26581 [ 11715] By: sky                                   on 2001/08/18  11:45:16
26582         Log: USE_THREADS and USE_ITHREADS are never true at the same time
26583      Branch: perl
26584            ! perl.h
26585 ____________________________________________________________________________
26586 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
26587         Log: Retract #11712 for now.  The real fix would probably
26588              be something like making PL_reg_sv a copy (PV + UTF8)
26589              of the matched/substituted string (note: not just a SvPOK
26590              string, for example the stringified form of a ROK would
26591              be applicable)  Beware of leaks.
26592      Branch: perl
26593            ! pp_hot.c t/op/pat.t
26594 ____________________________________________________________________________
26595 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
26596         Log: UTF8 wasn't printing for PVMGs.
26597      Branch: perl
26598            ! dump.c
26599 ____________________________________________________________________________
26600 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
26601         Log: (Retracted by #11714)
26602              
26603              Okay analysis, debatable fix.  (The fix will inc
26604              the refcount of all temporary match objects,
26605              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
26606              which will then cause griping at untie() time
26607              ("inner references remain").
26608              
26609              Fix for ID 20010407.006: PL_reg_sv got wiped out
26610              by freetemps if the match target was a temporary
26611              (like function_call() =~ /.../), which in turn meant
26612              that the $1 et al stopped working if they had UTF-8
26613              in them.  Therefore bump up the refcount of PL_reg_sv.
26614      Branch: perl
26615            ! pp_hot.c t/op/pat.t
26616 ____________________________________________________________________________
26617 [ 11711] By: ams                                   on 2001/08/17  20:32:08
26618         Log: Subject: [PATCH] doesn't compile, was perl@11710
26619              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26620              Date: Fri, 17 Aug 2001 23:21:10 +0200
26621              Message-Id: <20010817232110.C7041@rafael> 
26622      Branch: perl
26623            ! sharedsv.c
26624 ____________________________________________________________________________
26625 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
26626         Log: Update Changes.
26627      Branch: perl
26628            ! Changes patchlevel.h
26629 ____________________________________________________________________________
26630 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
26631         Log: Upgrade to libnet 1.0704.
26632      Branch: perl
26633            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
26634            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
26635            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
26636            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
26637            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
26638            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
26639            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
26640 ____________________________________________________________________________
26641 [ 11708] By: sky                                   on 2001/08/17  13:34:04
26642         Log: Let perl_clone copy PL_exit_flags
26643      Branch: perl
26644            ! sv.c
26645 ____________________________________________________________________________
26646 [ 11707] By: sky                                   on 2001/08/17  12:28:41
26647         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
26648      Branch: perl
26649            ! sharedsv.c sharedsv.h
26650 ____________________________________________________________________________
26651 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
26652         Log: The metaconfig unit change for #11705.
26653      Branch: metaconfig/U/perl
26654            ! Extensions.U
26655 ____________________________________________________________________________
26656 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
26657         Log: Allow the threads extension to be found if present.
26658      Branch: perl
26659            ! Configure
26660 ____________________________________________________________________________
26661 [ 11704] By: nick                                  on 2001/08/17  11:47:54
26662         Log: Mail -> change script (pre-alpha)
26663      Branch: perl
26664            + Porting/apply
26665 ____________________________________________________________________________
26666 [ 11703] By: sky                                   on 2001/08/17  07:11:24
26667         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
26668              Thanks to Tom Hospel for pointing out my error.
26669      Branch: perl
26670            ! op.h
26671 ____________________________________________________________________________
26672 [ 11702] By: sky                                   on 2001/08/17  04:18:11
26673         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
26674      Branch: perl
26675            ! embed.pl miniperlmain.c perl.c perl.h proto.h
26676 ____________________________________________________________________________
26677 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
26678         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
26679              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
26680      Branch: perl
26681            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
26682            + lib/Lingua/KO/Hangul/Util/README
26683            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
26684            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
26685            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
26686            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
26687            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
26688            + lib/Unicode/Normalize/t/test.t
26689            ! MANIFEST
26690 ____________________________________________________________________________
26691 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
26692         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
26693              Date: Thu, 16 Aug 2001 22:46:15 -0500
26694              From: "Craig A. Berry" <craigberry@mac.com>
26695              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
26696      Branch: perl
26697            ! configure.com numeric.c
26698 ____________________________________________________________________________
26699 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
26700         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
26701              of the usual suspects (like getpwent) but not for others
26702              (like localtime and rand).  The _r versions are available
26703              for all of them, so let's use them.
26704      Branch: perl
26705            ! perl.h
26706 ____________________________________________________________________________
26707 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
26708         Log: (Accidental apply; thankfully empty.)
26709      Branch: perl
26710            ! hints/os390.sh
26711 ____________________________________________________________________________
26712 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
26713         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
26714              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26715              Date: Thu, 16 Aug 2001 16:27:49 +0100
26716              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
26717      Branch: perl
26718            ! regexec.c t/op/re_tests
26719 ____________________________________________________________________________
26720 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
26721         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
26722              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26723              Date: Thu, 16 Aug 2001 18:50:01 +0100
26724              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
26725      Branch: perl
26726            ! pp_hot.c t/op/pat.t
26727 ____________________________________________________________________________
26728 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
26729         Log: Subject: [PATCH] *time_r again
26730              From: "Arthur Bergman" <arthur@contiller.se>
26731              Date: Thu, 16 Aug 2001 16:01:54 +0200
26732              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
26733      Branch: perl
26734            ! op.h
26735 ____________________________________________________________________________
26736 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
26737         Log: system() and backtick error handling cleanup from Craig A. Berry.
26738      Branch: perl
26739            ! vms/vms.c
26740 ____________________________________________________________________________
26741 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
26742         Log: change#10334 leaks memory, copies string when it doesn't
26743              need to
26744      Branch: perl
26745            ! perl.c
26746 ____________________________________________________________________________
26747 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
26748         Log: One more twist to the sprintf + utf8 testing.
26749      Branch: perl
26750            ! t/op/misc.t
26751 ____________________________________________________________________________
26752 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
26753         Log: Fix for 20010407.008 sprintf removes utf8-ness.
26754      Branch: perl
26755            ! pp.c t/op/misc.t
26756 ____________________________________________________________________________
26757 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
26758         Log: Subject: [PATCH] *time_r fixes
26759              From: "Arthur Bergman" <arthur@contiller.se>
26760              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
26761              Date: Thu, 16 Aug 2001 14:22:27 +0200
26762      Branch: perl
26763            ! op.h
26764 ____________________________________________________________________________
26765 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
26766         Log: Upgrade to CGI.pm 2.77.
26767      Branch: perl
26768            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
26769            ! lib/CGI/t/function.t
26770 ____________________________________________________________________________
26771 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
26772         Log: Document the bytes-to-Unicode upgrading.
26773      Branch: perl
26774            ! pod/perlunicode.pod
26775 ____________________________________________________________________________
26776 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
26777         Log: Add a test for Unicode sprintf.
26778      Branch: perl
26779            ! t/op/misc.t
26780 ____________________________________________________________________________
26781 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
26782         Log: Add Unicode tests for index/rindex.
26783      Branch: perl
26784            ! t/op/index.t
26785 ____________________________________________________________________________
26786 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
26787         Log: Document a bit the art of minimizing the installation,
26788              based on the p5p discussion.
26789      Branch: perl
26790            ! INSTALL
26791 ____________________________________________________________________________
26792 [ 11684] By: nick                                  on 2001/08/15  15:03:31
26793         Log: Integrate mainline
26794      Branch: perlio
26795           +> sharedsv.c sharedsv.h
26796           !> (integrate 53 files)
26797 ____________________________________________________________________________
26798 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
26799         Log: Update Changes.
26800      Branch: perl
26801            ! Changes patchlevel.h
26802 ____________________________________________________________________________
26803 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
26804         Log: The #11673 necessitated a test tweak.
26805      Branch: perl
26806            ! t/io/utf8.t
26807 ____________________________________________________________________________
26808 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
26809         Log: Also UNICOS is in the general case unable to silently
26810              handle fp overflows.
26811      Branch: perl
26812            ! numeric.c
26813 ____________________________________________________________________________
26814 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
26815         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
26816              NV_EPSILON #defined.
26817      Branch: perl
26818            ! perl.h
26819 ____________________________________________________________________________
26820 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
26821         Log: Re-establish the fp overflow detection for VAX VMS; there
26822              is no easy way to have the IEEE fp silent overflow semantics.
26823              (in Alpha VMS we still will use IEEE fp by default-- but it
26824              is still possible to configure Perl to use G_FLOAT)
26825      Branch: perl
26826            ! numeric.c
26827 ____________________________________________________________________________
26828 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
26829         Log: Subject: [PATCH] pp_lock 
26830              From: "Arthur Bergman" <arthur@contiller.se>
26831              Date: Wed, 15 Aug 2001 11:52:16 +0200
26832              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
26833      Branch: perl
26834            ! pp.c
26835 ____________________________________________________________________________
26836 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
26837         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
26838              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26839              Date: Wed, 15 Aug 2001 11:32:11 +0100
26840              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
26841      Branch: perl
26842            ! regcomp.c t/op/re_tests
26843 ____________________________________________________________________________
26844 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
26845         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
26846              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26847              Date: Wed, 15 Aug 2001 10:33:49 +0100
26848              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
26849      Branch: perl
26850            ! regexec.c t/op/re_tests
26851 ____________________________________________________________________________
26852 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
26853         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
26854              From: Barrie Slaymaker <barries@slaysys.com>
26855              Date: Tue, 14 Aug 2001 14:32:25 -0400
26856              Message-ID: <20010814143225.A19822@jester.slaysys.com>
26857      Branch: perl
26858            ! lib/File/Spec.t lib/File/Spec/Unix.pm
26859 ____________________________________________________________________________
26860 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
26861         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
26862              From: Peter Prymmer <pvhp@forte.com>
26863              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
26864              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
26865      Branch: perl
26866            ! README.vms configure.com
26867 ____________________________________________________________________________
26868 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
26869         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
26870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26871              Date: Tue, 14 Aug 2001 21:23:27 +0200
26872              Message-ID: <20010814212327.A1919@rafael>
26873      Branch: perl
26874            ! doio.c
26875 ____________________________________________________________________________
26876 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
26877         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
26878              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
26879              Date: Tue, 14 Aug 2001 22:30:11 +0200
26880              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
26881              
26882              Combination of nmake, quoting, and Perl expanded $( in here-doc.
26883      Branch: perl
26884            ! ext/SDBM_File/Makefile.PL
26885 ____________________________________________________________________________
26886 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
26887         Log: Todo updates.
26888      Branch: perl
26889            ! pod/perltodo.pod
26890 ____________________________________________________________________________
26891 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
26892         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
26893              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
26894              Date: Mon, 13 Aug 2001 23:15:01 +0200
26895              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
26896      Branch: perl
26897            ! sv.c
26898 ____________________________________________________________________________
26899 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
26900         Log: Subject: [PATCH] [b-]showlex.t
26901              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
26902              Date: Sun, 12 Aug 2001 22:24:51 +0200
26903              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
26904              
26905              The 4nt command shell will expand the % in command line
26906              no matter what quoting is attempted, changed the % to @.
26907      Branch: perl
26908            ! ext/B/Showlex.t
26909 ____________________________________________________________________________
26910 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
26911         Log: Subject: [PATCH] magic.t
26912              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
26913              Date: Sun, 12 Aug 2001 20:49:27 +0200
26914              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
26915      Branch: perl
26916            ! t/op/magic.t
26917 ____________________________________________________________________________
26918 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
26919         Log: Add sharedsv* to the DOSish platforms; plus add
26920              some WinCE files to the list of DOSish files.
26921      Branch: perl
26922            ! NetWare/Makefile Porting/makerel win32/Makefile
26923            ! win32/makefile.mk wince/Makefile.ce
26924 ____________________________________________________________________________
26925 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
26926         Log: More DOSish files.
26927      Branch: perl
26928            ! Porting/makerel
26929 ____________________________________________________________________________
26930 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
26931         Log: Strip CRs from the WinCE files.  Now we need to
26932              figure out in which CRs are really needed: probably
26933              Makefile.ce and the README files, at least, probably
26934              also the registry.bat.
26935      Branch: perl
26936            ! wince/Makefile.ce wince/README.compile wince/README.perlce
26937            ! wince/config.h wince/include/cectype.h wince/include/errno.h
26938            ! wince/include/sys/stat.h wince/include/sys/types.h
26939            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
26940            ! wince/perldll.def wince/registry.bat wince/wince.h
26941            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
26942 ____________________________________________________________________________
26943 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
26944         Log: Add some files to DOSish and writables.
26945      Branch: perl
26946            ! Porting/makerel
26947 ____________________________________________________________________________
26948 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
26949         Log: Compile failure message tidying.
26950      Branch: perl
26951            ! t/lib/1_compile.t
26952 ____________________________________________________________________________
26953 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
26954         Log: The new sharedsv* should be exported only if usethreads.
26955      Branch: perl
26956            ! makedef.pl
26957 ____________________________________________________________________________
26958 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
26959         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
26960              From: Peter Prymmer <pvhp@forte.com>
26961              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
26962              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
26963      Branch: perl
26964            ! README.os390
26965 ____________________________________________________________________________
26966 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
26967         Log: Update Changes.
26968      Branch: perl
26969            ! Changes patchlevel.h
26970 ____________________________________________________________________________
26971 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
26972         Log: Subject: [PATHC] sharedsv.[c|h]
26973              From: "Artur Bergman" <artur@contiller.se>
26974              Date: Mon, 13 Aug 2001 14:38:41 +0200
26975              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
26976              
26977              Subject: [PATCH] embed.pl
26978              From: Arthur Bergman <arthur@contiller.se>
26979              Date: Mon, 13 Aug 2001 14:38:14 +0200
26980              Message-ID: <B79D96D6.3088%arthur@contiller.se>
26981              
26982              Subject: [PATCH] sharedsv cleanups
26983              From: "Arthur Bergman" <arthur@contiller.se>
26984              Date: Mon, 13 Aug 2001 15:14:25 +0200
26985              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
26986              
26987              Plus few tweaks: _init needs to be Adp, the prototypes
26988              should not be revealed unless using ithreads, #endif FOO
26989              must be #endif /* FOO */, adding (parentheses) around
26990              do { } while doesn't work too well.
26991      Branch: perl
26992            + sharedsv.c sharedsv.h
26993            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
26994            ! perl.h perlapi.c pod/perlapi.pod proto.h
26995 ____________________________________________________________________________
26996 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
26997         Log: Subject: Re: END {} blocks run in perl_run
26998              From: Arthur Bergman <arthur@contiller.se>
26999              Date: Mon, 13 Aug 2001 11:11:30 +0200
27000              Message-ID: <B79D6661.3068%arthur@contiller.se>
27001      Branch: perl
27002            ! perl.c
27003 ____________________________________________________________________________
27004 [ 11657] By: nick                                  on 2001/08/13  09:03:02
27005         Log: Integrate mainline
27006      Branch: perlio
27007           +> (branch 326 files)
27008            - (delete 330 files)
27009           !> (integrate 85 files)
27010 ____________________________________________________________________________
27011 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
27012         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
27013              and the Perl will be built to do that by default (adding that
27014              will break scripts having non-UTF-8 binary data, such as Latin-1.)
27015      Branch: perl
27016            ! op.c toke.c utf8.h
27017 ____________________________________________________________________________
27018 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
27019         Log: Unnecessary downgrades.
27020      Branch: perl
27021            ! doop.c
27022 ____________________________________________________________________________
27023 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
27024         Log: Failure not true anymore (probably caused by my broken setup).
27025      Branch: perl
27026            ! t/op/pat.t
27027 ____________________________________________________________________________
27028 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
27029         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
27030              stopped working).
27031      Branch: perl
27032            ! op.h pp_ctl.c regcomp.c
27033 ____________________________________________________________________________
27034 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
27035         Log: There is no IN_UTF8.
27036      Branch: perl
27037            ! utf8.h
27038 ____________________________________________________________________________
27039 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
27040         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
27041      Branch: perl
27042            ! op.c op.h pp_ctl.c regcomp.c
27043 ____________________________________________________________________________
27044 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
27045         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
27046              and a test tweak.
27047      Branch: perl
27048            ! op.c t/pod/find.t
27049 ____________________________________________________________________________
27050 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
27051         Log: Todo updates and fixes.
27052      Branch: perl
27053            ! pod/perltodo.pod
27054 ____________________________________________________________________________
27055 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
27056         Log: Mark tests (and one module) having explicit Latin-1
27057              (and one file having explicit UTF-8) with an explicit
27058              'no utf8' (and one explicit 'use utf8').
27059              
27060              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
27061      Branch: perl
27062            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
27063            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
27064            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
27065 ____________________________________________________________________________
27066 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
27067         Log: Subject: SV: END {} blocks run in perl_run
27068              From: "Arthur Bergman" <arthur@contiller.se>
27069              Date: Sun, 12 Aug 2001 00:34:28 +0200 
27070              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
27071      Branch: perl
27072            ! miniperlmain.c perl.c
27073 ____________________________________________________________________________
27074 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
27075         Log: Typos in #11645.
27076      Branch: perl
27077            ! perl.h
27078 ____________________________________________________________________________
27079 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
27080         Log: On ithreads default to use_reentrant except on naturally
27081              threadsafe platforms.
27082      Branch: perl
27083            ! perl.h
27084 ____________________________________________________________________________
27085 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
27086         Log: (Hopefully) a fix for 20010723.004: make install needs
27087              write permission in build directory.  The problem was
27088              probably caused by overeager sprinkling of the lib/re.pm
27089              dependencies (which was done to guarantee lib/re.pm being
27090              uptodate for parallel makes: now solved by funneling that
27091              through an explicit recursive make in the preplibrary target).
27092      Branch: perl
27093            ! Makefile.SH
27094 ____________________________________________________________________________
27095 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
27096         Log: Dispell the "use utf8" superstition.
27097      Branch: perl
27098            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
27099            ! pod/perlunicode.pod
27100 ____________________________________________________________________________
27101 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
27102         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
27103              From: "Abigail" <abigail@foad.org> 
27104              Date: Sat, 11 Aug 2001 23:49:49 +0200
27105              Message-ID: <20010811214950.23255.qmail@foad.org>
27106      Branch: perl
27107            ! t/op/taint.t
27108 ____________________________________________________________________________
27109 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
27110         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
27111              From: Abhijit Menon-Sen <ams@wiw.org>
27112              Date: Sat, 11 Aug 2001 06:18:19 +0530
27113              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
27114      Branch: perl
27115            ! mg.c
27116 ____________________________________________________________________________
27117 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
27118         Log: Test for change #11639.
27119      Branch: perl
27120            ! t/op/tiehandle.t
27121 ____________________________________________________________________________
27122 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
27123         Log: Subject: Re: Can't localize *FH, then tie it
27124              From: Abhijit Menon-Sen <ams@wiw.org>
27125              Date: Sun, 12 Aug 2001 16:08:06 +0530
27126              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
27127      Branch: perl
27128            ! pp_hot.c pp_sys.c
27129 ____________________________________________________________________________
27130 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
27131         Log: Drop all the unnecessary "use utf8" clauses and some of
27132              the unnecessary "use bytes" ones.
27133              
27134              TODO: scour the documentation for unnecessary "use utf8"
27135              and prominently display it in perldelta when the time comes.
27136              ("use utf8" should be necessary ONLY if one wants the script
27137              to be in UTF-8.)  Also should be checked in some non-ASCII
27138              non-Latin-1 platform, like EBCDIC.
27139      Branch: perl
27140            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
27141            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
27142 ____________________________________________________________________________
27143 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
27144         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
27145              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
27146              in Unicode handling.
27147      Branch: perl
27148            + t/op/lc.t
27149            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
27150 ____________________________________________________________________________
27151 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
27152         Log: Thinko: we want the flags for native cc, not gcc.
27153      Branch: perl
27154            ! hints/dec_osf.sh
27155 ____________________________________________________________________________
27156 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
27157         Log: (retracted by 13077)
27158              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
27159              From: Robin Houston <robin@kitsite.com>
27160              Date: Fri, 10 Aug 2001 14:42:02 +0100
27161              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
27162      Branch: perl
27163            ! pp.c
27164 ____________________________________________________________________________
27165 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
27166         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
27167              From: Abhijit Menon-Sen <ams@wiw.org>
27168              Date: Sat, 11 Aug 2001 16:31:04 +0530
27169              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
27170      Branch: perl
27171            ! op.c
27172 ____________________________________________________________________________
27173 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
27174         Log: Get rid of indread, from Abhijit Menon-Sen.
27175      Branch: perl
27176            ! pp_sys.c
27177 ____________________________________________________________________________
27178 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
27179         Log: CRLFgngngn.
27180      Branch: perl
27181            ! win32/Makefile win32/makefile.mk
27182 ____________________________________________________________________________
27183 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
27184         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
27185      Branch: perl
27186            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
27187            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
27188            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
27189            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
27190            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
27191            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
27192            ! win32/Makefile win32/makefile.mk
27193 ____________________________________________________________________________
27194 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
27195         Log: Avoid #elif (less portable than #else #if).
27196      Branch: perl
27197            ! handy.h
27198 ____________________________________________________________________________
27199 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
27200         Log: Subject: patch for perlvar.pod
27201              From: mah@everybody.org (Mark A. Hershberger)
27202              Date: 08 Aug 2001 17:03:16 -0500
27203              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
27204      Branch: perl
27205            ! pod/perlvar.pod
27206 ____________________________________________________________________________
27207 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
27208         Log: cpp commands must start (the # must be) at the column #0.
27209      Branch: perl
27210            ! op.c
27211 ____________________________________________________________________________
27212 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
27213         Log: If using gcc -B/foo/bar makedepend would give
27214              unnecessary warnings about unused -B/foo/bar.
27215      Branch: perl
27216            ! makedepend.SH
27217 ____________________________________________________________________________
27218 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
27219         Log: Update Changes.
27220      Branch: perl
27221            ! Changes patchlevel.h
27222 ____________________________________________________________________________
27223 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
27224         Log: s/z/tz/
27225      Branch: perl
27226            ! pod/perlfaq2.pod
27227 ____________________________________________________________________________
27228 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
27229         Log: Article nit.
27230      Branch: perl
27231            ! pod/perlfaq2.pod
27232 ____________________________________________________________________________
27233 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
27234         Log: Rename lib/unicode files to lib/unicore to avoid
27235              conflicts between core lib/unicode and Unicode::
27236              files in case-ignoring filesystems.
27237      Branch: perl
27238            + (add 325 files)
27239            - (delete 324 files)
27240            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
27241 ____________________________________________________________________________
27242 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
27243         Log: Upgrade to Math::BigInt 1.41.
27244      Branch: perl
27245            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
27246 ____________________________________________________________________________
27247 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
27248         Log: Subject: [PATCH] remove PL_na from typemap
27249              From: James <james@rf.net>
27250              Date: Mon, 06 Aug 2001 20:23:15 -0700
27251              Message-ID: <3B6F5F23.A31A81B1@rf.net>
27252              
27253              (had to be manually applied)
27254      Branch: perl
27255            ! lib/ExtUtils/typemap
27256 ____________________________________________________________________________
27257 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
27258         Log: The metaconfig unit changes for #11618.
27259      Branch: metaconfig/U/perl
27260            + d_fpclassl.U i_fp.U
27261 ____________________________________________________________________________
27262 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
27263         Log: Forgot this from #11618.
27264              
27265              NOTE: wince/config_H.ce needs updating.
27266      Branch: perl
27267            ! wince/config.ce
27268 ____________________________________________________________________________
27269 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
27270         Log: Introduce more floating point classifying APIs;
27271              try to define (most importantly) Perl_is{inf,nan}(x).
27272              
27273              For this first cut, assume none such APIs exist in non-UNIXoid
27274              platforms-- this is of course too unkind: Win32 rumoredly has
27275              _fpclass() and _isnan(), and VMS/VOS very probably have some
27276              of the APIs available.     The only thing Perl uses at the moment
27277              is Perl_isnan() (has been in use for a while now).
27278              
27279              NOTE: the Win32 and NetWare config_h.?c need regenerating.
27280      Branch: perl
27281            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
27282            ! Porting/config_H config_h.SH configure.com epoc/config.sh
27283            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
27284            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27285            ! vos/config.ga.h win32/config.bc win32/config.gc
27286            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27287            ! win32/config_H.vc wince/config.ce wince/config.h
27288 ____________________________________________________________________________
27289 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
27290         Log: Integrate change #11519 from perlio:
27291              
27292              Avoid testing for (non-)existance of "encoding(xxxx)"
27293              layer is called "encoding" the (xxxx) is an argument.
27294      Branch: perl
27295           !> lib/open.pm
27296 ____________________________________________________________________________
27297 [ 11616] By: nick                                  on 2001/08/09  07:50:24
27298         Log: Integrate mainline
27299      Branch: perlio
27300           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
27301           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
27302           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
27303           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
27304            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
27305            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
27306           !> (integrate 79 files)
27307 ____________________________________________________________________________
27308 [ 11615] By: nick                                  on 2001/08/09  06:23:44
27309         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
27310              layer is called "encoding" the (xxxx) is an argument.
27311      Branch: perlio
27312            ! lib/open.pm
27313 ____________________________________________________________________________
27314 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
27315         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
27316              From: Paul Johnson <paul@pjcj.net>
27317              Date: Wed, 8 Aug 2001 23:54:17 +0200
27318              Message-ID: <20010808235417.O1006@pjcj.net>
27319      Branch: perl
27320            ! ext/B/B/Concise.pm
27321 ____________________________________________________________________________
27322 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
27323         Log: Make VMS use IEEE math by default; reorder Tru64 hints
27324              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
27325              exception semantics) is always set if using (the new) cc.
27326      Branch: perl
27327            ! configure.com hints/dec_osf.sh
27328 ____________________________________________________________________________
27329 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
27330         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
27331              From: Abhijit Menon-Sen <ams@wiw.org>
27332              Date: Tue, 7 Aug 2001 17:16:05 +0530
27333              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
27334      Branch: perl
27335            ! pp_sys.c
27336 ____________________________________________________________________________
27337 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
27338         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
27339              From: "Craig A. Berry" <craigberry@mac.com>
27340              Date: Tue, 07 Aug 2001 22:27:47 -0500
27341              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
27342      Branch: perl
27343            ! t/run/exit.t
27344 ____________________________________________________________________________
27345 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
27346         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
27347              From: "Craig A. Berry" <craigberry@mac.com>
27348              Date: Tue, 07 Aug 2001 20:01:53 -0500
27349              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
27350      Branch: perl
27351            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
27352 ____________________________________________________________________________
27353 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
27354         Log: Update the magazine information.
27355      Branch: perl
27356            ! pod/perlfaq2.pod
27357 ____________________________________________________________________________
27358 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
27359         Log: Ignore SIGFPE everywhere.
27360      Branch: perl
27361            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
27362 ____________________________________________________________________________
27363 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
27364         Log: With permission, change the licensing of the docs by
27365              TomC (and Gnat) to comply with the rest of Perl.
27366      Branch: perl
27367            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27368            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27369            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27370            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
27371            ! pod/perltootc.pod
27372 ____________________________________________________________________________
27373 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
27374         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
27375              From: Andy Dougherty <doughera@lafayette.edu>
27376              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
27377              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
27378      Branch: perl
27379            ! hints/openbsd.sh
27380 ____________________________________________________________________________
27381 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
27382         Log: Subject: [PATCH] Makefile.SH test_prep dependency
27383              From: Andy Dougherty <doughera@lafayette.edu>
27384              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
27385              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
27386      Branch: perl
27387            ! Makefile.SH
27388 ____________________________________________________________________________
27389 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
27390         Log: Don't autogenerate the headers et alia,
27391              make regen_headers explicitly.
27392      Branch: perl
27393            ! Makefile.SH
27394 ____________________________________________________________________________
27395 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
27396         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
27397              From: Gurusamy Sarathy <gsar@ActiveState.com> 
27398              Date: Tue, 07 Aug 2001 08:33:26 -0700
27399              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
27400              
27401              Unnecessary dependency.
27402      Branch: perl
27403            ! embed.pl
27404 ____________________________________________________________________________
27405 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
27406         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
27407              From: Abhijit Menon-Sen <ams@wiw.org>
27408              Date: Tue, 7 Aug 2001 09:10:54 +0530
27409              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
27410      Branch: perl
27411            ! pp_hot.c
27412 ____________________________________________________________________________
27413 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
27414         Log: Subject: [PATCH perl@11597] B && BEGIN handling
27415              From: "James A. Duncan" <jduncan@fotango.com>
27416              Date: Mon, 6 Aug 2001 17:29:11 +0100
27417              Message-ID: <20010806172911.A2071@fotango.com>
27418              
27419              (the intrpvar.h addition moved to the end for bincompat)
27420      Branch: perl
27421            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
27422 ____________________________________________________________________________
27423 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
27424         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
27425      Branch: perl
27426           !> README.win32
27427 ____________________________________________________________________________
27428 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
27429         Log: fix URLs for fcrypt.c
27430      Branch: maint-5.6/perl
27431            ! README.win32
27432 ____________________________________________________________________________
27433 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
27434         Log: Yet another way to say Infinity: HP-UX calls its "++".
27435      Branch: perl
27436            ! lib/Math/BigInt/t/bigintpm.t
27437 ____________________________________________________________________________
27438 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
27439         Log: Update Changes.
27440      Branch: perl
27441            ! Changes patchlevel.h
27442 ____________________________________________________________________________
27443 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
27444         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
27445      Branch: perl
27446            ! pod/perlfaq5.pod
27447 ____________________________________________________________________________
27448 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
27449         Log: The #11593 wasn't right.
27450      Branch: perl
27451            ! lib/Math/BigInt/t/bigintpm.t
27452 ____________________________________________________________________________
27453 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
27454         Log: Subject: [PATCH: perl@11564] introducing perlivp
27455              From: Prymmer/Kahn <pvhp@best.com>
27456              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
27457              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
27458              
27459              Subject: Re: [PATCH: perl@11564] introducing perlivp
27460              From: Prymmer/Kahn <pvhp@best.com>
27461              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
27462              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
27463      Branch: perl
27464            + utils/perlivp.PL
27465            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
27466            ! win32/Makefile win32/makefile.mk
27467 ____________________________________________________________________________
27468 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
27469         Log: libcs are confused what to call Infinity.
27470      Branch: perl
27471            ! lib/Math/BigInt/t/bigintpm.t
27472 ____________________________________________________________________________
27473 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
27474         Log: Avoid SIGFPE in Tru64.
27475      Branch: perl
27476            ! numeric.c
27477 ____________________________________________________________________________
27478 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
27479         Log: Upgrade to Math::BigInt 1.40.
27480              
27481              NOTE: this patch necessitates doing something about
27482              infinity handling since the new bigintpm.t tests use
27483              infinity, which causes SIGFPEs at least in Tru64.
27484      Branch: perl
27485            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27486            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
27487            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
27488            ! lib/Math/BigInt/t/mbimbf.t
27489 ____________________________________________________________________________
27490 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
27491         Log: remove hardcoded cmd shell in testsuite
27492      Branch: perl
27493            ! t/op/glob.t t/op/magic.t t/op/stat.t
27494 ____________________________________________________________________________
27495 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
27496         Log: 4-arg select() was busted on windows because change#8178 didn't
27497              make it into mainline
27498      Branch: perl
27499            ! perl.h win32/include/sys/socket.h
27500 ____________________________________________________________________________
27501 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
27502         Log: Rename the Getopt::Long tests to be as they are
27503              in the Getopt::Long official distribution.
27504      Branch: perl
27505            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
27506            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
27507            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
27508            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
27509            ! MANIFEST
27510 ____________________________________________________________________________
27511 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
27512         Log: Upgrade to Getopt::Long 2.26.
27513      Branch: perl
27514            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
27515            ! MANIFEST lib/Getopt/Long.pm
27516 ____________________________________________________________________________
27517 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
27518         Log: Retract #10874 (the hack should be unnecessary by now)
27519      Branch: perl
27520            ! lib/Test/Harness.pm
27521 ____________________________________________________________________________
27522 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
27523         Log: avoid temp file littering in tests
27524      Branch: perl
27525            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
27526 ____________________________________________________________________________
27527 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
27528         Log: Subject: warning in sv.c: double format, NV arg
27529              From: "Philip Newton" <Philip.Newton@gmx.net>
27530              Date: Sun, 5 Aug 2001 19:41:07 +0200
27531              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
27532      Branch: perl
27533            ! sv.c
27534 ____________________________________________________________________________
27535 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
27536         Log: fix POSIX.t#13 for windos
27537      Branch: perl
27538            ! ext/POSIX/POSIX.t
27539 ____________________________________________________________________________
27540 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
27541         Log: Add a test for PerlIO::Via.
27542      Branch: perl
27543            + ext/PerlIO/t/via.t
27544            ! MANIFEST ext/PerlIO/Via/Via.pm
27545 ____________________________________________________________________________
27546 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
27547         Log: flock() and link() are not available on Windows 9x
27548      Branch: perl
27549            ! win32/config_sh.PL
27550 ____________________________________________________________________________
27551 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
27552         Log: Some Tru64 C compilers have C++ components that confuse
27553              the ccversion parsing.
27554      Branch: perl
27555            ! hints/dec_osf.sh
27556 ____________________________________________________________________________
27557 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
27558         Log: (Reintroduce #11125)
27559              
27560              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
27561              From: Alan Burlison <Alan.Burlison@sun.com> 
27562              Date: Tue, 03 Jul 2001 15:20:13 +0100   
27563              Message-ID: <3B41D49D.A923D4F9@sun.com> 
27564      Branch: perl
27565            ! lib/ExtUtils/MM_Unix.pm
27566 ____________________________________________________________________________
27567 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
27568         Log: Little pointer juggling for HP-UX cc to avoid
27569              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
27570              followed by
27571              "error 1549: Modifiable lvalue required for assignment operator."
27572      Branch: perl
27573            ! hv.c
27574 ____________________________________________________________________________
27575 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
27576         Log: Continuation of #11575: SANY_SEEN completely deprecated,
27577              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
27578              plus a fix for the bug.
27579      Branch: perl
27580            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
27581 ____________________________________________________________________________
27582 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
27583         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
27584              From: Doug MacEachern <dougm@covalent.net>
27585              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
27586              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
27587      Branch: perl
27588            ! sv.c
27589 ____________________________________________________________________________
27590 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
27591         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
27592              the new CANY is the \C.  The problem reported and the
27593              test case supplied in
27594              
27595              Subject: UTF-8 bugs in string length & single line regex matches
27596              From: "Daniel P. Berrange" <dan@berrange.com>
27597              Date: Fri, 3 Aug 2001 11:39:33 +0100
27598              Message-ID: <20010803113932.A19318@berrange.com>
27599      Branch: perl
27600            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
27601            ! t/op/pat.t
27602 ____________________________________________________________________________
27603 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
27604         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
27605              From: Doug MacEachern <dougm@covalent.net>
27606              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
27607              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
27608      Branch: perl
27609            ! perl.c regexec.c
27610 ____________________________________________________________________________
27611 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
27612         Log: The #11572 didn't up the test count.
27613      Branch: perl
27614            ! t/op/length.t
27615 ____________________________________________________________________________
27616 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
27617         Log: Subject: UTF-8 bugs in string length & single line regex matches
27618              From: "Daniel P. Berrange" <dan@berrange.com>
27619              Date: Fri, 3 Aug 2001 11:39:33 +0100         
27620              Message-ID: <20010803113932.A19318@berrange.com>
27621              
27622              (the mg_length() fix)
27623      Branch: perl
27624            ! mg.c t/op/length.t
27625 ____________________________________________________________________________
27626 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
27627         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
27628              From: Abhijit Menon-Sen <ams@wiw.org>
27629              Date: Sat, 4 Aug 2001 16:56:35 +0530
27630              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
27631      Branch: perl
27632            ! hv.c
27633 ____________________________________________________________________________
27634 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
27635         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
27636              From: Abhijit Menon-Sen <ams@wiw.org>
27637              Date: Sat, 4 Aug 2001 16:16:03 +0530
27638              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
27639      Branch: perl
27640            ! hv.c
27641 ____________________________________________________________________________
27642 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
27643         Log: Subject: Re: [patch] refcount re ops
27644              From: Abhijit Menon-Sen <ams@wiw.org>
27645              Date: Sat, 4 Aug 2001 08:54:55 +0530
27646              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
27647      Branch: perl
27648            ! sv.c
27649 ____________________________________________________________________________
27650 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
27651         Log: Subject: [patch] refcount re ops
27652              From: Doug MacEachern <dougm@covalent.net>
27653              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
27654              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
27655      Branch: perl
27656            ! regcomp.c sv.c
27657 ____________________________________________________________________________
27658 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
27659         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
27660              From: Doug MacEachern <dougm@covalent.net>
27661              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
27662              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
27663      Branch: perl
27664            ! perl.c regexec.c
27665 ____________________________________________________________________________
27666 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
27667         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
27668              From: "Craig A. Berry" <craigberry@mac.com> 
27669              Date: Fri, 03 Aug 2001 16:16:16 -0500
27670              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
27671      Branch: perl
27672            ! t/op/misc.t
27673 ____________________________________________________________________________
27674 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
27675         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
27676              From: John Kristian <jmk2001@engineer.com>
27677              Date: Fri, 03 Aug 2001 00:59:08 -0700
27678              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
27679      Branch: perl
27680            ! win32/win32.c
27681 ____________________________________________________________________________
27682 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
27683         Log: Update Changes.
27684      Branch: perl
27685            ! Changes patchlevel.h
27686 ____________________________________________________________________________
27687 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
27688         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
27689              From: "Craig A. Berry" <craigberry@mac.com>
27690              Date: Thu, 02 Aug 2001 23:15:24 -0500
27691              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
27692      Branch: perl
27693            ! ext/B/Stash.t
27694 ____________________________________________________________________________
27695 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
27696         Log: Subject: [patch] plug PL_cshname leak
27697              From: Doug MacEachern <dougm@covalent.net>
27698              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
27699              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
27700      Branch: perl
27701            ! sv.c
27702 ____________________________________________________________________________
27703 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
27704         Log: Subject: [patch] plug PL_sh_path leak
27705              From: Doug MacEachern <dougm@covalent.net>
27706              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
27707              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
27708      Branch: perl
27709            ! sv.c
27710 ____________________________________________________________________________
27711 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
27712         Log: Subject: [patch] plug PL_regex_padav leaks
27713              From: Doug MacEachern <dougm@covalent.net>
27714              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
27715              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
27716      Branch: perl
27717            ! op.c op.h perl.c
27718 ____________________________________________________________________________
27719 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
27720         Log: Subject: [patch] plug PL_origargv leak
27721              From: Doug MacEachern <dougm@covalent.net>
27722              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
27723              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
27724      Branch: perl
27725            ! perl.c
27726 ____________________________________________________________________________
27727 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
27728         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
27729              From: Abhijit Menon-Sen <ams@wiw.org>
27730              Date: Fri, 3 Aug 2001 06:38:11 +0530
27731              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
27732      Branch: perl
27733            ! hv.c
27734 ____________________________________________________________________________
27735 [ 11557] By: nick                                  on 2001/08/03  08:17:38
27736         Log: Integrate mainline
27737      Branch: perlio
27738           +> (branch 47 files)
27739            - lib/Switch/test.pl
27740           !> (integrate 49 files)
27741 ____________________________________________________________________________
27742 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
27743         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
27744              From: "Craig A. Berry" <craigberry@mac.com>
27745              Date: Thu, 02 Aug 2001 12:56:19 -0500
27746              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
27747      Branch: perl
27748            ! ext/B/Showlex.t
27749 ____________________________________________________________________________
27750 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
27751         Log: Be more careful about non-existent files.
27752      Branch: perl
27753            ! lib/File/Copy.pm
27754 ____________________________________________________________________________
27755 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
27756         Log: Subject: [PATCH resend] deparse empty formats
27757              From: Robin Houston <robin@kitsite.com> 
27758              Date: Thu, 2 Aug 2001 14:32:36 +0100
27759              Message-ID: <20010802143236.A894@robin.kitsite.com>
27760      Branch: perl
27761            ! ext/B/B/Deparse.pm
27762 ____________________________________________________________________________
27763 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
27764         Log: Subject: [patch] ithreads + refto fix improvement
27765              From: Doug MacEachern <dougm@covalent.net>
27766              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
27767              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
27768      Branch: perl
27769            ! pp.c
27770 ____________________________________________________________________________
27771 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
27772         Log: Readability nit from Abhijit.
27773      Branch: perl
27774            ! op.c
27775 ____________________________________________________________________________
27776 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
27777         Log: setproctitle() API version nit from Anton Berezin.
27778      Branch: perl
27779            ! mg.c
27780 ____________________________________________________________________________
27781 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
27782         Log: Add PerlCE to the docs.
27783      Branch: perl
27784            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27785            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27786 ____________________________________________________________________________
27787 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
27788         Log: Integrate the PerlCE (WinCE Perl) port;
27789              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
27790      Branch: perl
27791            + README.ce wince/FindExt.pm wince/Makefile.ce
27792            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
27793            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
27794            + wince/bin/search.pl wince/config.ce wince/config.h
27795            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
27796            + wince/dl_win32.xs wince/include/arpa/inet.h
27797            + wince/include/cectype.h wince/include/errno.h
27798            + wince/include/netdb.h wince/include/sys/socket.h
27799            + wince/include/sys/stat.h wince/include/sys/types.h
27800            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
27801            + wince/perl.rc wince/perldll.def wince/perllib.c
27802            + wince/perlmain.c wince/registry.bat wince/runperl.c
27803            + wince/splittree.pl wince/win32.h wince/win32iop.h
27804            + wince/win32thread.c wince/win32thread.h wince/wince.c
27805            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
27806            + wince/xdistclean.ksh wince/xmakediffs.ksh
27807            ! MANIFEST perl.c perl.h perlio.c
27808 ____________________________________________________________________________
27809 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
27810         Log: setproctitle() made simpler.  (This assumes the string is
27811              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
27812              should be used.  Note len, not len + 1.)  BSD-fu from Anton
27813              Berezin.
27814      Branch: perl
27815            ! mg.c
27816 ____________________________________________________________________________
27817 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
27818         Log: Subject: [PATCH] -Wall cleanup: op.c
27819              From: Richard Soderberg <rs@oregonnet.com>
27820              Date: Thu, 2 Aug 2001 00:17:09 -0700
27821              Message-Id: <200108020717.AAA26895@oregonnet.com>
27822              
27823              Subject: [PATCH] -Wall cleanup: sv.c
27824              From: Richard Soderberg <rs@oregonnet.com>
27825              Date: Thu, 2 Aug 2001 00:49:21 -0700
27826              Message-Id: <200108020749.AAA27492@oregonnet.com>
27827      Branch: perl
27828            ! op.c sv.c
27829 ____________________________________________________________________________
27830 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
27831         Log: Update Changes.
27832      Branch: perl
27833            ! Changes patchlevel.h
27834 ____________________________________________________________________________
27835 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
27836         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
27837              From: Doug MacEachern <dougm@covalent.net>
27838              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
27839              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
27840      Branch: perl
27841            ! op.c
27842 ____________________________________________________________________________
27843 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
27844         Log: The #11541 didn't work under threads.
27845      Branch: perl
27846            ! op.c
27847 ____________________________________________________________________________
27848 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
27849         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
27850              From: Hugo <hv@crypt.compulink.co.uk>
27851              Date: Fri, 22 Jun 2001 01:19:08 +0100 
27852              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
27853              
27854              (Skip tests if accept() failed)
27855      Branch: perl
27856            ! ext/IO/lib/IO/t/io_unix.t
27857 ____________________________________________________________________________
27858 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
27859         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
27860              From: "Stian Seeberg" <sseeberg@nimsoft.no>
27861              Date: Mon, 30 Jul 2001 12:28:07 +0200
27862              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
27863      Branch: perl
27864            ! perl.h
27865 ____________________________________________________________________________
27866 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
27867         Log: Subject: Pluggable optimizer
27868              From: Simon Cozens <simon@netthink.co.uk>
27869              Date: Wed, 1 Aug 2001 13:57:02 -0700
27870              Message-ID: <20010801135702.I10442@netthink.co.uk>
27871      Branch: perl
27872            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
27873 ____________________________________________________________________________
27874 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
27875         Log: Subject: [ID 20010801.039] perlre.pod message typo
27876              From: Autrijus Tang <autrijus@geb.elixus.org>
27877              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
27878              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
27879      Branch: perl
27880            ! pod/perlre.pod
27881 ____________________________________________________________________________
27882 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
27883         Log: Test for change #11536.
27884      Branch: perl
27885            ! t/op/tiehandle.t
27886 ____________________________________________________________________________
27887 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
27888         Log: More test fixups for #11537.
27889      Branch: perl
27890            ! t/lib/warnings/4lint t/lib/warnings/9enabled
27891 ____________________________________________________________________________
27892 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
27893         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
27894              From: Doug MacEachern <dougm@covalent.net>
27895              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
27896              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
27897      Branch: perl
27898            ! op.c t/TestInit.pm
27899 ____________________________________________________________________________
27900 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
27901         Log: Subject: [patch] ithreads + refto bug
27902              From: Doug MacEachern <dougm@covalent.net>
27903              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
27904              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
27905              
27906              (Test in change #11539)
27907      Branch: perl
27908            ! pp.c
27909 ____________________________________________________________________________
27910 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
27911         Log: Subject: [PATCH: perl@11523] fixups for t/harness
27912              From: Prymmer/Kahn <pvhp@best.com>
27913              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
27914              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
27915      Branch: perl
27916            ! t/harness
27917 ____________________________________________________________________________
27918 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
27919         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
27920              From: Prymmer/Kahn <pvhp@best.com>
27921              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
27922              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
27923      Branch: perl
27924            ! win32/Makefile win32/makefile.mk
27925 ____________________________________________________________________________
27926 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
27927         Log: Need to know the number of tests.
27928      Branch: perl
27929            ! t/run/exit.t
27930 ____________________________________________________________________________
27931 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
27932         Log: Subject: Re: new exit tests on VMS
27933              From: "Craig A. Berry" <craigberry@mac.com>
27934              Date: Tue, 31 Jul 2001 12:19:29 -0500
27935              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
27936      Branch: perl
27937            ! t/run/exit.t
27938 ____________________________________________________________________________
27939 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
27940         Log: Retract #11530 (the dTHX is needed under threads)
27941      Branch: perl
27942            ! perlio.c
27943 ____________________________________________________________________________
27944 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
27945         Log: (Retracted by #11531)
27946      Branch: perl
27947            ! perlio.c
27948 ____________________________________________________________________________
27949 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
27950         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
27951              From: Richard Soderberg <rs@crystalflame.net>
27952              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
27953              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
27954      Branch: perl
27955            ! unixish.h
27956 ____________________________________________________________________________
27957 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
27958         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
27959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27960              Date: Tue, 31 Jul 2001 05:39:09 -0400
27961              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
27962              
27963              (with a note about the case of UV being equal to long long)
27964      Branch: perl
27965            ! utils/h2xs.PL
27966 ____________________________________________________________________________
27967 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
27968         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
27969              From: "Craig A. Berry" <craigberry@mac.com>
27970              Date: Tue, 31 Jul 2001 14:57:43 -0500
27971              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
27972      Branch: perl
27973            ! t/io/fs.t
27974 ____________________________________________________________________________
27975 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
27976         Log: Fix for
27977              
27978              Subject: [ID 20010116.001] File::Copy truncates orig file 
27979              From: arbor@al37al08.telecel.pt
27980              Date: Tue, 16 Jan 2001 11:43:02 GMT
27981              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
27982              
27983              (copy($foo, $foo) would truncate $foo)
27984      Branch: perl
27985            ! lib/File/Copy.pm lib/File/Copy.t
27986 ____________________________________________________________________________
27987 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
27988         Log: Metaconfig unit change for #11524.
27989      Branch: metaconfig/U/perl
27990            ! Extras.U
27991 ____________________________________________________________________________
27992 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
27993         Log: Multiple modules didn't work; plus typo fixes.
27994      Branch: perl
27995            ! Configure
27996 ____________________________________________________________________________
27997 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
27998         Log: Update Changes.
27999      Branch: perl
28000            ! Changes patchlevel.h
28001 ____________________________________________________________________________
28002 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
28003         Log: Regen perlapi.
28004      Branch: perl
28005            ! pod/perlapi.pod
28006 ____________________________________________________________________________
28007 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
28008         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
28009              From: Dave Mitchell <davem@fdgroup.co.uk>
28010              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
28011              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
28012      Branch: perl
28013            ! sv.c
28014 ____________________________________________________________________________
28015 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
28016         Log: Regen toc.
28017      Branch: perl
28018            ! pod/perltoc.pod
28019 ____________________________________________________________________________
28020 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
28021         Log: Regen Porting stuff.
28022      Branch: perl
28023            ! Porting/Glossary Porting/config.sh Porting/config_H
28024 ____________________________________________________________________________
28025 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
28026         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
28027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28028              Date: Tue, 31 Jul 2001 05:34:38 -0400
28029              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
28030      Branch: perl
28031            ! utils/h2xs.PL
28032 ____________________________________________________________________________
28033 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
28034         Log: Metaconfig unit change for #11516. 
28035      Branch: metaconfig/U/perl
28036            ! gccvers.U
28037 ____________________________________________________________________________
28038 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
28039         Log: Add -Wall in cflags, not in Configure.
28040              (This way -Wall affects only the core and the core XS,
28041              not user modules' XS.  Concern from Paul Marquess,
28042              implementation idea from Andy Dougherty.)
28043      Branch: perl
28044            ! Configure cflags.SH
28045 ____________________________________________________________________________
28046 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
28047         Log: Metaconfig unit changes for #11514.
28048      Branch: metaconfig
28049            + U/modified/sysman.U
28050            ! U/installdirs/man1dir.U
28051 ____________________________________________________________________________
28052 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
28053         Log: Subject: Configure's detection of system manual
28054              From: Sean Dague <sean@dague.net> 
28055              Date: Sun, 13 May 2001 15:53:15 -0400
28056              Message-ID: <20010513155315.A15833@underhill.dague.net>
28057      Branch: perl
28058            ! Configure
28059 ____________________________________________________________________________
28060 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
28061         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
28062              From: Autrijus Tang <autrijus@autrijus.org> 
28063              Date: Thu, 21 Jun 2001 23:56:48 +0800
28064              Message-Id: <20010621235648.A57340@not.autrijus.org>
28065      Branch: perl
28066            ! pod/perlobj.pod
28067 ____________________________________________________________________________
28068 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
28069         Log: Subject: Typo in DB_File.pm
28070              From: "Philip Newton" <Philip.Newton@gmx.net>
28071              Date: Tue, 31 Jul 2001 06:19:35 +0200
28072              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
28073      Branch: perl
28074            ! ext/DB_File/DB_File.pm
28075 ____________________________________________________________________________
28076 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
28077         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
28078              From: "Stephen P. Potter" <spp@spotter.yi.org>
28079              Date: Wed, 30 May 2001 13:59:34 -0400
28080              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
28081      Branch: perl
28082            ! pod/perlre.pod
28083 ____________________________________________________________________________
28084 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
28085         Log: eval "format foo=" would loop indefinitely; reported in
28086              
28087              Subject: A load of old rubbish
28088              From: Mike Guy <mjtg@cam.ac.uk>
28089              Date: Mon, 14 May 2001 16:12:22 +0100
28090              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
28091              
28092              (The core dumps reported in there already fixed.)
28093      Branch: perl
28094            ! toke.c
28095 ____________________________________________________________________________
28096 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
28097         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
28098      Branch: perl
28099            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
28100            + lib/Switch/t/switch_case.t
28101            - lib/Switch/test.pl
28102            ! MANIFEST lib/Switch.pm
28103 ____________________________________________________________________________
28104 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
28105         Log: Subject: [PATCH @11505] DB_File-1.78
28106              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28107              Date: Mon, 30 Jul 2001 22:54:37 +0100
28108              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
28109      Branch: perl
28110            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28111            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
28112 ____________________________________________________________________________
28113 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
28114         Log: Explain in more detail why -pipe and -fno-common are good.
28115      Branch: perl
28116            ! hints/darwin.sh
28117 ____________________________________________________________________________
28118 [ 11506] By: nick                                  on 2001/07/30  14:32:23
28119         Log: Integrate mainline
28120      Branch: perlio
28121           !> INSTALL Makefile.SH doio.c hints/darwin.sh
28122 ____________________________________________________________________________
28123 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
28124         Log: Perl hasn't been putting man pages into $prefix/lib for
28125              a long time now; pointed out by Andy Dougherty. 
28126      Branch: perl
28127            ! hints/darwin.sh
28128 ____________________________________________________________________________
28129 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
28130         Log: Document the extras Configure option.
28131      Branch: perl
28132            ! INSTALL
28133 ____________________________________________________________________________
28134 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
28135         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
28136              everywhere.
28137      Branch: perl
28138           !> doio.c
28139 ____________________________________________________________________________
28140 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
28141         Log: Doubly guard against invoking CPAN if no extras defined,
28142              pointed out by H. Merijn Brand.
28143      Branch: perl
28144            ! Makefile.SH
28145 ____________________________________________________________________________
28146 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
28147         Log: Fix O_RDONLY check to check for O_RDONLY.
28148      Branch: maint-5.6/macperl
28149            ! doio.c
28150 ____________________________________________________________________________
28151 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
28152         Log: Integrate miscellaneous changes from maint-5.6/perl.
28153      Branch: maint-5.6/macperl
28154           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
28155 ____________________________________________________________________________
28156 [ 11499] By: nick                                  on 2001/07/30  06:52:42
28157         Log: Integrate mainline
28158      Branch: perlio
28159           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
28160           +> win32/sync_ext.pl
28161            - win32/sncfnmcs.pl
28162           !> (integrate 71 files)
28163 ____________________________________________________________________________
28164 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
28165         Log: Update Changes.
28166      Branch: perl
28167            ! Changes patchlevel.h
28168 ____________________________________________________________________________
28169 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
28170         Log: Now Configure -Dextras=Foo::Bar and "make install" will
28171              fetch and install Foo::Bar.
28172      Branch: perl
28173            ! Makefile.SH
28174 ____________________________________________________________________________
28175 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
28176         Log: Metaconfig unit change for #11495.
28177      Branch: metaconfig/U/perl
28178            ! Extras.U
28179 ____________________________________________________________________________
28180 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
28181         Log: extras.make, extras.test, and extras.install make targets.
28182      Branch: perl
28183            ! Configure Makefile.SH
28184 ____________________________________________________________________________
28185 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
28186         Log: Metaconfig unit change for #11493.
28187      Branch: metaconfig/U/perl
28188            ! Extras.U
28189 ____________________________________________________________________________
28190 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
28191         Log: Better to have the list of extras in $extras than 'define'.
28192      Branch: perl
28193            ! Configure
28194 ____________________________________________________________________________
28195 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
28196         Log: The metaconfig unit change for #11490.
28197      Branch: metaconfig/U/perl
28198            + Extras.U
28199 ____________________________________________________________________________
28200 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
28201         Log: Missed from #11490 (the required dependency).
28202      Branch: perl
28203            ! Makefile.SH
28204 ____________________________________________________________________________
28205 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
28206         Log: Add the support of asking for extra modules or bundles of modules
28207              to be fetched from the CPAN and installed as a part of the Perl
28208              build process.  None of this installation is yet really done;
28209              only the list is asked, and saved away in extras.lst for
28210              the build and installation process to worry about later.
28211      Branch: perl
28212            ! Configure
28213 ____________________________________________________________________________
28214 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
28215         Log: Beginnings of better Inf and NaN support.
28216              At least toke.c and sv.c still need quite a bit of work.
28217      Branch: perl
28218            ! numeric.c perl.h
28219 ____________________________________________________________________________
28220 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
28221         Log: Top-level Makefile didn't honour OPTIMIZE.
28222      Branch: perl
28223            ! Makefile.SH
28224 ____________________________________________________________________________
28225 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
28226         Log: Update Changes.
28227      Branch: perl
28228            ! Changes patchlevel.h
28229 ____________________________________________________________________________
28230 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
28231         Log: Use Search::Dict 1.02 interface for charinfo().
28232      Branch: perl
28233            ! lib/UnicodeCD.pm
28234 ____________________________________________________________________________
28235 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
28236         Log: Now also allow transforming the read lines before comparing them.
28237              (This will help UnicodeCD.) 
28238      Branch: perl
28239            ! lib/Search/Dict.pm
28240 ____________________________________________________________________________
28241 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
28242         Log: Remove tiehandle code.
28243      Branch: perl
28244            ! lib/UnicodeCD.pm
28245 ____________________________________________________________________________
28246 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
28247         Log: Allow specifying a comparison function for Search::Dict::look().
28248      Branch: perl
28249            ! lib/Search/Dict.pm
28250 ____________________________________________________________________________
28251 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
28252         Log: Small UnicodeCD tweaks.
28253      Branch: perl
28254            ! lib/UnicodeCD.pm lib/UnicodeCD.t
28255 ____________________________________________________________________________
28256 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
28257         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
28258              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28259              Date: Tue, 24 Jul 2001 01:51:32 +0900
28260              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
28261      Branch: perl
28262            ! lib/UnicodeCD.pm lib/UnicodeCD.t
28263 ____________________________________________________________________________
28264 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
28265         Log: Subject: [PATCH] installperl
28266              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
28267              Date: Fri, 27 Jul 2001 19:05:04 -0700
28268              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
28269      Branch: perl
28270            ! installperl
28271 ____________________________________________________________________________
28272 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
28273         Log: Subject: [PATCH] Set proper compatibility versions in core
28274              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
28275              Date: Fri, 27 Jul 2001 20:01:49 -0700
28276              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
28277      Branch: perl
28278            ! Makefile.SH
28279 ____________________________________________________________________________
28280 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
28281         Log: Metaconfig unit change for #11477.
28282      Branch: metaconfig/U/perl
28283            ! dlsrc.U
28284 ____________________________________________________________________________
28285 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
28286         Log: Subject: [PATCH] Darwin: -fpic not so good
28287              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
28288              Date: Fri, 27 Jul 2001 18:57:38 -0700
28289              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
28290      Branch: perl
28291            ! Configure
28292 ____________________________________________________________________________
28293 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
28294         Log: Subject: [PATCH] Clean up Darwin hints
28295              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
28296              Date: Fri, 27 Jul 2001 19:13:15 -0700
28297              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
28298      Branch: perl
28299            ! hints/darwin.sh
28300 ____________________________________________________________________________
28301 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
28302         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
28303              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28304              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
28305              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
28306      Branch: perl
28307            ! pod/perlfunc.pod pp.c t/op/split.t
28308 ____________________________________________________________________________
28309 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
28310         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
28311              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28312              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
28313              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
28314      Branch: perl
28315            ! pod/perlvar.pod
28316 ____________________________________________________________________________
28317 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
28318         Log: Subject: [PATCH] fixes to constant.pm documentation
28319              From: Ilmari Karonen <iltzu@sci.fi>
28320              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
28321              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
28322      Branch: perl
28323            ! lib/constant.pm
28324 ____________________________________________________________________________
28325 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
28326         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
28327              From: "Philip Newton" <Philip.Newton@gmx.net>
28328              Date: Fri, 27 Jul 2001 07:51:10 +0200
28329              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
28330      Branch: perl
28331            ! pod/perlport.pod
28332 ____________________________________________________________________________
28333 [ 11471] By: nick                                  on 2001/07/26  06:23:32
28334         Log: Subject:  [PATCH] Doc fix for perlguts / threading
28335              From:  Arthur Bergman <arthur@contiller.se>
28336              Date:  Wed, 25 Jul 2001 11:28:23 +0200
28337              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
28338      Branch: perl
28339            ! pod/perlguts.pod
28340 ____________________________________________________________________________
28341 [ 11470] By: nick                                  on 2001/07/26  06:21:06
28342         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
28343              From:  Philip Newton <Philip.Newton@gmx.net>
28344              Date:  Wed, 25 Jul 2001 08:19:47 +0200
28345              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
28346      Branch: perl
28347            ! INSTALL
28348 ____________________________________________________________________________
28349 [ 11469] By: nick                                  on 2001/07/26  06:20:25
28350         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
28351              From:  Philip Newton <Philip.Newton@gmx.net>
28352              Date:  Wed, 25 Jul 2001 08:12:48 +0200
28353              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
28354      Branch: perl
28355            ! INSTALL
28356 ____________________________________________________________________________
28357 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
28358         Log: More +x.
28359      Branch: perl
28360            ! Porting/makerel
28361 ____________________________________________________________________________
28362 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
28363         Log: Update Changes.
28364      Branch: perl
28365            ! Changes patchlevel.h
28366 ____________________________________________________________________________
28367 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
28368         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
28369              From: "Philip Newton" <Philip.Newton@gmx.net>
28370              Date: Tue, 24 Jul 2001 06:45:55 +0200
28371              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
28372      Branch: perl
28373            ! os2/perlrexx.c
28374 ____________________________________________________________________________
28375 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
28376         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
28377              From: Peter Prymmer <pvhp@forte.com>
28378              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
28379              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
28380      Branch: perl
28381            ! pod/perlport.pod t/io/fs.t vms/test.com
28382 ____________________________________________________________________________
28383 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
28384         Log: Workaround on Cwd bootstrap problem.
28385      Branch: perl
28386            ! lib/ExtUtils/MakeMaker.pm
28387 ____________________________________________________________________________
28388 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
28389         Log: When in Rome, quote like the Romans do.
28390      Branch: perl
28391            ! cflags.SH
28392 ____________________________________________________________________________
28393 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
28394         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
28395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28396              Date: Mon, 23 Jul 2001 19:29:49 -0400
28397              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
28398      Branch: perl
28399            + os2/perlrexx.c
28400            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
28401            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
28402            ! t/op/write.t
28403 ____________________________________________________________________________
28404 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
28405         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
28406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28407              Date: Mon, 23 Jul 2001 18:43:42 -0400
28408              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
28409      Branch: perl
28410            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
28411 ____________________________________________________________________________
28412 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
28413         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
28414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28415              Date: Mon, 23 Jul 2001 18:33:16 -0400
28416              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
28417      Branch: perl
28418            ! lib/ExtUtils/MakeMaker.pm
28419 ____________________________________________________________________________
28420 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
28421         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
28422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28423              Date: Mon, 23 Jul 2001 18:20:35 -0400
28424              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
28425      Branch: perl
28426            ! Makefile.SH cflags.SH
28427 ____________________________________________________________________________
28428 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
28429         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
28430              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
28431              Date: Mon, 23 Jul 2001 11:32:17 -0500
28432              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
28433      Branch: perl
28434            ! lib/ExtUtils/MakeMaker.pm
28435 ____________________________________________________________________________
28436 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
28437         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
28438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28439              Date: Mon, 23 Jul 2001 18:13:20 -0400
28440              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
28441      Branch: perl
28442            ! lib/perl5db.pl
28443 ____________________________________________________________________________
28444 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
28445         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
28446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28447              Date: Mon, 23 Jul 2001 18:07:40 -0400
28448              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
28449      Branch: perl
28450            ! op.c
28451 ____________________________________________________________________________
28452 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
28453         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
28454              From: "Craig A. Berry" <craigberry@mac.com>
28455              Date: Mon, 23 Jul 2001 15:35:06 -0500
28456              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
28457      Branch: perl
28458            ! util.c
28459 ____________________________________________________________________________
28460 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
28461         Log: Subject: [PATCH perlfaq9.pod typo]
28462              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
28463              Date: Mon, 23 Jul 2001 07:49:05 -0700
28464              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
28465      Branch: perl
28466            ! pod/perlfaq9.pod
28467 ____________________________________________________________________________
28468 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
28469         Log: Subject: win32\sncfnmcs.pl corrections
28470              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
28471              Date: Mon, 23 Jul 2001 12:56:54 +0200
28472              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
28473              
28474              Rename the script a little bit more sensibly.
28475      Branch: perl
28476            + win32/sync_ext.pl
28477            - win32/sncfnmcs.pl
28478            ! MANIFEST README.win32
28479 ____________________________________________________________________________
28480 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
28481         Log: Test tweak.
28482      Branch: perl
28483            ! ext/B/Deparse.t
28484 ____________________________________________________________________________
28485 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
28486         Log: Metaconfig unit tweak for #11450.
28487      Branch: metaconfig/U/perl
28488            ! Mksymlinks.U
28489 ____________________________________________________________________________
28490 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
28491         Log: Too volatile failsafe check.
28492      Branch: perl
28493            ! Configure
28494 ____________________________________________________________________________
28495 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
28496         Log: Further doc tweaks.
28497      Branch: perl
28498            ! lib/UnicodeCD.pm
28499 ____________________________________________________________________________
28500 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
28501         Log: Doc tweaks.
28502      Branch: perl
28503            ! lib/UnicodeCD.pm
28504 ____________________________________________________________________________
28505 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
28506         Log: Doc tweakery from Abhijit.
28507      Branch: perl
28508            ! Porting/repository.pod
28509 ____________________________________________________________________________
28510 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
28511         Log: An accidental empty line.
28512      Branch: perl
28513            ! MANIFEST
28514 ____________________________________________________________________________
28515 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
28516         Log: Missing MANIFESTations.
28517      Branch: perl
28518            ! MANIFEST
28519 ____________________________________________________________________________
28520 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
28521         Log: Update Changes.
28522      Branch: perl
28523            ! Changes patchlevel.h
28524 ____________________________________________________________________________
28525 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
28526         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
28527              From: Mike Guy <mjtg@cam.ac.uk>
28528              Date: Fri, 20 Jul 2001 16:12:49 +0100
28529              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
28530      Branch: perl
28531            ! Porting/pumpkin.pod
28532 ____________________________________________________________________________
28533 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
28534         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
28535              From: Peter Prymmer <pvhp@forte.com>
28536              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
28537              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
28538      Branch: perl
28539            ! pod/perlhack.pod
28540 ____________________________________________________________________________
28541 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
28542         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
28543              From: Michael G Schwern <schwern@pobox.com>
28544              Date: Fri, 20 Jul 2001 20:22:35 -0400
28545              Message-ID: <20010720202235.O4498@blackrider>
28546      Branch: perl
28547            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
28548            ! lib/Test/t/todo.t
28549 ____________________________________________________________________________
28550 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
28551         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
28552              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
28553              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
28554              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
28555      Branch: perl
28556            ! ext/POSIX/POSIX.pod
28557 ____________________________________________________________________________
28558 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
28559         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
28560              From: Mark-Jason Dominus <mjd@plover.com>
28561              Date: Fri, 20 Jul 2001 23:16:54 -0400
28562              Message-ID: <20010721031654.21877.qmail@plover.com>
28563      Branch: perl
28564            ! ext/POSIX/POSIX.pod
28565 ____________________________________________________________________________
28566 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
28567         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
28568              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28569              Date: Sun, 22 Jul 2001 14:56:09 +0200
28570              Message-ID: <20010722145609.A766@rafael>
28571      Branch: perl
28572            ! ext/B/O.pm
28573 ____________________________________________________________________________
28574 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
28575         Log: Subject: regexec.c #define cleanup
28576              From: Mark-Jason Dominus <mjd@plover.com>
28577              Date: Sat, 21 Jul 2001 18:33:25 -0400
28578              Message-ID: <20010721223325.3069.qmail@plover.com>
28579      Branch: perl
28580            ! regexec.c
28581 ____________________________________________________________________________
28582 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
28583         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
28584              From: Prymmer/Kahn <pvhp@best.com>
28585              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
28586              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
28587      Branch: perl
28588            ! t/io/fs.t
28589 ____________________________________________________________________________
28590 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
28591         Log: Typo in #11432.
28592      Branch: perl
28593            ! ext/POSIX/POSIX.t
28594 ____________________________________________________________________________
28595 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
28596         Log: Integrate (manually) change #11424 from macperl.
28597      Branch: perl
28598            ! ext/Filter/t/call.t
28599 ____________________________________________________________________________
28600 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
28601         Log: Integrate change #11408 from macperl.
28602      Branch: perl
28603           !> README.macos pod/perlport.pod
28604 ____________________________________________________________________________
28605 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
28606         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
28607      Branch: perl
28608           +> macos/MacPerlTests.cmd macos/xsubpp.patch
28609            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28610            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
28611            ! ext/POSIX/POSIX.t
28612 ____________________________________________________________________________
28613 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
28614         Log: pod/*.t tests not picked up by t/TEST either
28615      Branch: maint-5.6/perl
28616            ! t/TEST
28617 ____________________________________________________________________________
28618 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
28619         Log: better tweak for change#11429 (windows has both / and \ separated
28620              paths in @INC at that point)
28621      Branch: maint-5.6/perl
28622            ! t/pod/testp2pt.pl
28623 ____________________________________________________________________________
28624 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
28625         Log: MacOS pod test tweak needs \Escape
28626      Branch: maint-5.6/perl
28627            ! t/pod/testp2pt.pl
28628 ____________________________________________________________________________
28629 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
28630         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
28631              resulting duplicate output, but t/harness isn't)
28632      Branch: maint-5.6/perl
28633            ! t/run/runenv.t
28634 ____________________________________________________________________________
28635 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
28636         Log: t/harness wasn't picking up all the tests
28637      Branch: maint-5.6/perl
28638            ! t/harness
28639 ____________________________________________________________________________
28640 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
28641         Log: update MANIFEST for new file
28642      Branch: maint-5.6/perl
28643            ! MANIFEST
28644 ____________________________________________________________________________
28645 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
28646         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
28647              the exception of the macperl/macos/... tree
28648      Branch: maint-5.6/perl
28649           +> t/lib/filefind-taint.t
28650           !> (integrate 72 files)
28651 ____________________________________________________________________________
28652 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
28653         Log: Fix test.
28654      Branch: maint-5.6/macperl
28655            ! macos/bundled_ext/Filter/t/call.t
28656 ____________________________________________________________________________
28657 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
28658         Log: Make perl fork()-safe (in a slightly limited way) even on
28659              platforms that don't have pthread_atfork() (extension of
28660              the fix in change#11151).
28661              
28662              Note that this will not help extensions that call fork()
28663              directly in C, or that link to libraries that call fork()
28664              directly.  Such cases must be fixed to either call
28665              PerlProc_fork(), or call atfork_lock() in parent before the
28666              calling the function that forks and call atfork_unlock()
28667              in both parent and child immediately after the fork().
28668              (There are no worries if C code calls exec() in the child
28669              immediately after a fork().  Only cases where the child
28670              calls perl's API functions (including New()) after the
28671              fork() are problematic.)
28672              
28673              This change also eliminates the use of vfork() from perl,
28674              since all such uses were violating the severe restrictions
28675              on modifying the state of the process between the vfork()
28676              and the exec().
28677              
28678              This is a modified version of patches suggested by Abhijit
28679              Menon-Sen and Richard Soderberg.
28680      Branch: perl
28681            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
28682            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
28683 ____________________________________________________________________________
28684 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
28685         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
28686              Switch, and Text::Balanced.
28687      Branch: maint-5.6/macperl
28688            + macos/bundled_ext/Filter/Util/Call/Call.pm
28689            + macos/bundled_ext/Filter/Util/Call/Call.xs
28690            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
28691            + macos/bundled_ext/Filter/t/MyFilter.pm
28692            + macos/bundled_ext/Filter/t/call.t
28693            + macos/bundled_ext/Filter/t/filter-util.pl
28694            + macos/bundled_lib/blib/lib/Class/ISA.pm
28695            + macos/bundled_lib/blib/lib/Digest.pm
28696            + macos/bundled_lib/blib/lib/Filter/Simple.pm
28697            + macos/bundled_lib/blib/lib/Switch.pm
28698            + macos/bundled_lib/blib/lib/Text/Balanced.pm
28699            + macos/bundled_lib/blib/lib/Text/Balanced.pod
28700            + macos/bundled_lib/t/Class/ISA/test.pl
28701            + macos/bundled_lib/t/Digest/Digest.t
28702            + macos/bundled_lib/t/Filter/Simple/test.pl
28703            + macos/bundled_lib/t/Switch/test.pl
28704            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
28705            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
28706            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
28707            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
28708            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
28709            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
28710            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
28711            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
28712 ____________________________________________________________________________
28713 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
28714         Log: Add Filter::Util::Call to config/make files; edit utils
28715              to recognize the module (it was descended too far down).
28716              Bump version to 5.6.1a4.
28717      Branch: maint-5.6/macperl
28718            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
28719            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
28720            ! macos/macperl/Makefile.mk macos/xsubpp.patch
28721 ____________________________________________________________________________
28722 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
28723         Log: Make DB_File the default for MLDBM on MacOS.
28724      Branch: maint-5.6/macperl
28725            ! macos/bundled_lib/blib/lib/MLDBM.pm
28726 ____________________________________________________________________________
28727 [ 11419] By: nick                                  on 2001/07/20  14:51:03
28728         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
28729              From:  Simon Cozens <simon@netthink.co.uk>
28730              Date:  Fri, 20 Jul 2001 11:42:35 -0400
28731              Message-Id:  <20010720114235.A5235@netthink.co.uk>
28732      Branch: perl
28733            ! lib/UnicodeCD.pm
28734 ____________________________________________________________________________
28735 [ 11418] By: nick                                  on 2001/07/20  14:48:12
28736         Log: Subject:  [PATCH regcomp.h] adds a comment
28737              From:  Abhijit Menon-Sen <ams@wiw.org>
28738              Date:  Fri, 20 Jul 2001 21:05:37 +0530
28739              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
28740      Branch: perl
28741            ! regcomp.h
28742 ____________________________________________________________________________
28743 [ 11417] By: nick                                  on 2001/07/20  14:16:38
28744         Log: Subject:  [PATCH 5.7.2] INSTALL updates
28745              From:  Andy Dougherty <doughera@lafayette.edu>
28746              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
28747              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
28748      Branch: perl
28749            ! INSTALL
28750 ____________________________________________________________________________
28751 [ 11416] By: nick                                  on 2001/07/20  06:44:44
28752         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
28753              From:  Russ Allbery <rra@stanford.edu>
28754              Date:  19 Jul 2001 15:52:37 -0700
28755              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
28756      Branch: perl
28757            ! lib/Pod/Man.pm
28758 ____________________________________________________________________________
28759 [ 11415] By: nick                                  on 2001/07/20  06:35:11
28760         Log: Subject:  [PATCH] defer op_seq allocation
28761              From:  Abhijit Menon-Sen <ams@wiw.org>
28762              Date:  Thu, 19 Jul 2001 22:12:24 +0530
28763              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
28764      Branch: perl
28765            ! op.c
28766 ____________________________________________________________________________
28767 [ 11414] By: nick                                  on 2001/07/20  06:23:36
28768         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
28769              From:  Abhijit Menon-Sen <ams@wiw.org>
28770              Date:  Fri, 20 Jul 2001 01:18:50 +0530
28771              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
28772              (Private e-mail)
28773      Branch: perl
28774            ! ext/Time/HiRes/HiRes.xs
28775 ____________________________________________________________________________
28776 [ 11413] By: nick                                  on 2001/07/20  06:18:53
28777         Log: Integrate mainline
28778      Branch: perlio
28779           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
28780            - t/base/commonsense.t
28781           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
28782           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
28783           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
28784           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
28785           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
28786           !> win32/win32.c
28787 ____________________________________________________________________________
28788 [ 11412] By: nick                                  on 2001/07/19  06:44:27
28789         Log: Integrate win32/perlhost.h from maintenance branch.
28790              (Rest of $ENV{PATH} / system() fix.)
28791      Branch: perl
28792           !> win32/perlhost.h
28793 ____________________________________________________________________________
28794 [ 11411] By: nick                                  on 2001/07/19  06:41:34
28795         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
28796              From:  Philip Newton <Philip.Newton@gmx.net>
28797              Date:  Wed, 18 Jul 2001 21:43:57 +0200
28798              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
28799      Branch: perl
28800            ! pod/perlhack.pod
28801 ____________________________________________________________________________
28802 [ 11410] By: nick                                  on 2001/07/19  06:39:35
28803         Log: Subject:  Security hole in taint checking in open()
28804              From:  deekoo@tentacle.net
28805              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
28806              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
28807      Branch: perl
28808            ! doio.c
28809 ____________________________________________________________________________
28810 [ 11409] By: nick                                  on 2001/07/19  06:28:08
28811         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
28812              From:  Abhijit Menon-Sen <ams@wiw.org>
28813              Date:  Thu, 19 Jul 2001 04:30:43 +0530
28814              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
28815      Branch: perl
28816            ! ext/Time/HiRes/HiRes.xs
28817 ____________________________________________________________________________
28818 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
28819         Log: Update docs with latest implementation information and new URLs.
28820      Branch: maint-5.6/macperl
28821            ! README.macos pod/perlport.pod
28822 ____________________________________________________________________________
28823 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
28824         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
28825              Fix BuildRules to accept optimization variables.
28826      Branch: maint-5.6/macperl
28827            + macos/bundled_ext/Digest/MD5/Makefile.mk
28828            ! macos/BuildRules.mk macos/Makefile.mk
28829            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
28830            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
28831 ____________________________________________________________________________
28832 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
28833         Log: Integrate changes 11399,11401
28834      Branch: maint-5.6/macperl
28835           !> win32/perlhost.h win32/win32.c
28836 ____________________________________________________________________________
28837 [ 11405] By: nick                                  on 2001/07/18  06:50:33
28838         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
28839              from perl5.6*
28840      Branch: perl
28841           !> win32/perlhost.h win32/win32.c
28842 ____________________________________________________________________________
28843 [ 11404] By: nick                                  on 2001/07/18  06:43:59
28844         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
28845              From:  hv@crypt0.demon.co.uk
28846              Date:  Wed, 18 Jul 2001 05:58:46 +0100
28847              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
28848      Branch: perl
28849            ! ext/POSIX/POSIX.t
28850 ____________________________________________________________________________
28851 [ 11403] By: nick                                  on 2001/07/18  06:38:57
28852         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
28853              From:  hv@crypt0.demon.co.uk
28854              Date:  Wed, 18 Jul 2001 05:21:54 +0100
28855              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
28856      Branch: perl
28857            ! numeric.c t/op/arith.t
28858 ____________________________________________________________________________
28859 [ 11402] By: nick                                  on 2001/07/18  06:19:17
28860         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
28861              From:  mjd@plover.com
28862              Date:  17 Jul 2001 17:59:20 -0000
28863              Message-Id:  <20010717175920.8177.qmail@plover.com>
28864      Branch: perl
28865            ! pod/perlre.pod
28866 ____________________________________________________________________________
28867 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
28868         Log: thinko in change#11400 (duh)
28869      Branch: maint-5.6/perl
28870            ! win32/perlhost.h
28871 ____________________________________________________________________________
28872 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
28873         Log: change#11399 revealed another unrelated bug; this is just a temporary
28874              bandaid
28875      Branch: maint-5.6/perl
28876            ! win32/perlhost.h
28877 ____________________________________________________________________________
28878 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
28879         Log: fix bugs in handling of the virtualized environment under windows;
28880              there were bugs in propagating any changes to %ENV down to the real
28881              environment when such changes happened in the toplevel process
28882              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
28883              problem identification, and for a part of the fix)
28884      Branch: maint-5.6/perl
28885            ! win32/perlhost.h win32/win32.c
28886 ____________________________________________________________________________
28887 [ 11398] By: nick                                  on 2001/07/17  08:26:35
28888         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
28889              From: Peter Prymmer <pvhp@forte.com>
28890              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
28891              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
28892              
28893              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
28894              should not depend on existance of Config.pm
28895      Branch: perl
28896           +> t/lib/commonsense.t
28897            - t/base/commonsense.t
28898            ! MANIFEST t/README
28899 ____________________________________________________________________________
28900 [ 11397] By: nick                                  on 2001/07/17  08:09:58
28901         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
28902              From:  Michael G Schwern <schwern@pobox.com>
28903              Date:  Mon, 16 Jul 2001 18:20:31 -0400
28904              Message-Id:  <20010716182031.A1128@blackrider>
28905      Branch: perl
28906            ! pod/perlhack.pod
28907 ____________________________________________________________________________
28908 [ 11396] By: nick                                  on 2001/07/17  08:04:11
28909         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
28910              From:  Gwyn Judd <b.judd@xtra.co.nz>
28911              Date:  Tue, 17 Jul 2001 20:55:58 +1200
28912              Message-Id:  <20010717205558.A3107@thislove>
28913      Branch: perl
28914            ! pod/perlfunc.pod
28915 ____________________________________________________________________________
28916 [ 11395] By: nick                                  on 2001/07/17  08:02:22
28917         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
28918              From:  Peter Prymmer <pvhp@forte.com>
28919              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
28920              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
28921      Branch: perl
28922            ! t/op/sprintf.t
28923 ____________________________________________________________________________
28924 [ 11394] By: nick                                  on 2001/07/17  07:57:06
28925         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
28926              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
28927              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
28928              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
28929      Branch: perl
28930            ! gv.c
28931 ____________________________________________________________________________
28932 [ 11392] By: nick                                  on 2001/07/17  07:50:12
28933         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
28934              From:  Coral <coral@moonlight.crystalflame.net>
28935              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
28936              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
28937      Branch: perl
28938            ! pp_sys.c thread.h
28939 ____________________________________________________________________________
28940 [ 11391] By: nick                                  on 2001/07/17  07:34:28
28941         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
28942              From:  Jonathan Stowe <gellyfish@gellyfish.com>
28943              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
28944              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
28945      Branch: perl
28946            ! utils/h2xs.PL
28947 ____________________________________________________________________________
28948 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
28949         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
28950              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
28951              and Mac::Apps::Launch, which don't work, and Time::HiRes and
28952              Time::Piece, which don't yet work.
28953      Branch: maint-5.6/macperl
28954            + (add 154 files)
28955 ____________________________________________________________________________
28956 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
28957         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
28958              Also add hack to get around missing setenv for PERL5DB.
28959      Branch: maint-5.6/macperl
28960            ! macos/macish.c macos/macish.h
28961 ____________________________________________________________________________
28962 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
28963         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
28964      Branch: maint-5.6/macperl
28965            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
28966            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
28967 ____________________________________________________________________________
28968 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
28969         Log: Fix up some configuration and make options, add extra
28970              extensions.
28971      Branch: maint-5.6/macperl
28972            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
28973            ! macos/macperl/Makefile.mk
28974 ____________________________________________________________________________
28975 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
28976         Log: From Change 11374 in maintperl.
28977      Branch: maint-5.6/macperl
28978           !> utils/h2ph.PL
28979 ____________________________________________________________________________
28980 [ 11385] By: nick                                  on 2001/07/16  14:12:58
28981         Log: Back out change to h2xs till it passes its test.
28982      Branch: perl
28983            ! utils/h2xs.PL
28984 ____________________________________________________________________________
28985 [ 11384] By: nick                                  on 2001/07/16  14:00:10
28986         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
28987              From:  Jonathan Stowe <gellyfish@gellyfish.com>
28988              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
28989              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
28990      Branch: perl
28991            ! utils/h2xs.PL
28992 ____________________________________________________________________________
28993 [ 11383] By: nick                                  on 2001/07/16  13:53:12
28994         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
28995              From:  Robin Houston <robin@kitsite.com>
28996              Date:  Sun, 15 Jul 2001 18:22:31 +0100
28997              Message-Id:  <20010715182230.A11174@robin>
28998      Branch: perl
28999            ! hints/darwin.sh
29000 ____________________________________________________________________________
29001 [ 11382] By: nick                                  on 2001/07/16  13:52:49
29002         Log: Subject:  [PATCH perl@11372] re_dup
29003              From:  Radu Greab <radu@netsoft.ro>
29004              Date:  Sun, 15 Jul 2001 04:50:06 +0300
29005              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
29006      Branch: perl
29007            ! sv.c
29008 ____________________________________________________________________________
29009 [ 11379] By: nick                                  on 2001/07/16  13:35:39
29010         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
29011              From:  Robin Houston <robin@kitsite.com>
29012              Date:  Sat, 14 Jul 2001 14:28:50 +0100
29013              Message-Id:  <20010714142850.A10205@robin>
29014      Branch: perl
29015            ! ext/B/B/Deparse.pm
29016 ____________________________________________________________________________
29017 [ 11378] By: nick                                  on 2001/07/16  13:30:36
29018         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
29019              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
29020              Date:  Sat, 14 Jul 2001 22:17:42 +0900
29021              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
29022      Branch: perl
29023            + ext/Encode/Encode/euc-jp-0212.enc
29024            ! ext/Encode/Encode/Tcl.pm
29025 ____________________________________________________________________________
29026 [ 11377] By: nick                                  on 2001/07/16  13:17:28
29027         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
29028              From:  Andy Dougherty <doughera@lafayette.edu>
29029              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
29030              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
29031      Branch: perl
29032            ! hints/darwin.sh hints/rhapsody.sh
29033 ____________________________________________________________________________
29034 [ 11376] By: nick                                  on 2001/07/16  09:05:00
29035         Log: Integrate mainline
29036      Branch: perlio
29037           +> ext/Encode/Encode/7bit-greek.enc
29038           +> ext/Encode/Encode/7bit-latin1.enc
29039           +> ext/Encode/Encode/cns11643-1.enc
29040           +> ext/Encode/Encode/cns11643-2.enc
29041           +> ext/Encode/Encode/iso2022-cn.enc
29042           +> ext/Encode/Encode/iso2022-jp1.enc
29043           +> ext/Encode/Encode/iso2022-jp2.enc
29044           !> Changes Configure MANIFEST Makefile.SH
29045           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
29046           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
29047           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
29048           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
29049           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
29050 ____________________________________________________________________________
29051 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
29052         Log: integrate change#11374 from maint-5.6
29053              
29054              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
29055      Branch: perl
29056           !> utils/h2ph.PL
29057 ____________________________________________________________________________
29058 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
29059         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
29060      Branch: maint-5.6/perl
29061            ! utils/h2ph.PL
29062 ____________________________________________________________________________
29063 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
29064         Log: Update Changes.
29065      Branch: perl
29066            ! Changes patchlevel.h
29067 ____________________________________________________________________________
29068 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
29069         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
29070              From: Jonathan Stowe <gellyfish@gellyfish.com>
29071              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
29072              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
29073      Branch: perl
29074            ! utils/h2xs.PL
29075 ____________________________________________________________________________
29076 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
29077         Log: Subject: patch to add DEL to [:cntrl:]
29078              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29079              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
29080              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
29081      Branch: perl
29082            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
29083 ____________________________________________________________________________
29084 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
29085         Log: Metaconfig unit change for #11369; plus a dependency nit.
29086      Branch: metaconfig
29087            ! U/compline/nblock_io.U
29088      Branch: metaconfig/U/perl
29089            ! Extensions.U
29090 ____________________________________________________________________________
29091 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
29092         Log: #include <stdlib.h> so that exit() is prototyped,
29093              noticed by Hugo.
29094      Branch: perl
29095            ! Configure
29096 ____________________________________________________________________________
29097 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
29098         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
29099              From: Peter Prymmer <pvhp@forte.com>
29100              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
29101              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
29102      Branch: perl
29103            ! t/op/sprintf.t
29104 ____________________________________________________________________________
29105 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
29106         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
29107              From: Peter Prymmer <pvhp@forte.com>
29108              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
29109              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
29110      Branch: perl
29111            ! ext/Encode/Encode/Tcl.t
29112 ____________________________________________________________________________
29113 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
29114         Log: Add information about gcc 3.0 basic block profiling.
29115      Branch: perl
29116            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
29117 ____________________________________________________________________________
29118 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
29119         Log: Subject: Error in lib/PerlIO/Via.pm ?
29120              From: Mark-Jason Dominus <mjd@plover.com>
29121              Date: Fri, 13 Jul 2001 15:55:41 -0400
29122              Message-ID: <20010713195541.26751.qmail@plover.com>
29123      Branch: perl
29124            ! ext/PerlIO/Via/Via.pm
29125 ____________________________________________________________________________
29126 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
29127         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
29128              section from the Compiler section.
29129      Branch: perl
29130            ! myconfig.SH
29131 ____________________________________________________________________________
29132 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
29133         Log: Handle glibc style of constant definitions using enum
29134              with intervening #defines; from Brendan O'Dea.
29135      Branch: perl
29136            ! utils/h2ph.PL
29137 ____________________________________________________________________________
29138 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
29139         Log: Add LC_MESSAGES to the locale_h export tag (it already is
29140              in the Makefile.PL and thusly eligible for an XS constant)
29141              (see also maintperl #10543)
29142      Branch: perl
29143            ! ext/POSIX/POSIX.pm
29144 ____________________________________________________________________________
29145 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
29146         Log: Subject: Re: [patch] re_dup
29147              From: Abhijit Menon-Sen <ams@wiw.org>
29148              Date: Fri, 13 Jul 2001 21:41:09 +0530
29149              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
29150      Branch: perl
29151            ! sv.c
29152 ____________________________________________________________________________
29153 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
29154         Log: Subject: [patch] re_dup
29155              From: Doug MacEachern <dougm@covalent.net>
29156              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
29157              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
29158      Branch: perl
29159            ! sv.c
29160 ____________________________________________________________________________
29161 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
29162         Log: Update Changes.
29163      Branch: perl
29164            ! Changes patchlevel.h
29165 ____________________________________________________________________________
29166 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
29167         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
29168              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
29169              Date: Sat, 14 Jul 2001 00:06:30 +0900
29170              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
29171      Branch: perl
29172            + ext/Encode/Encode/7bit-greek.enc
29173            + ext/Encode/Encode/7bit-latin1.enc
29174            + ext/Encode/Encode/cns11643-1.enc
29175            + ext/Encode/Encode/cns11643-2.enc
29176            + ext/Encode/Encode/iso2022-cn.enc
29177            + ext/Encode/Encode/iso2022-jp1.enc
29178            + ext/Encode/Encode/iso2022-jp2.enc
29179            ! MANIFEST ext/Encode/Encode/Tcl.pm
29180            ! ext/Encode/Encode/iso2022-kr.enc
29181 ____________________________________________________________________________
29182 [ 11357] By: nick                                  on 2001/07/13  14:24:06
29183         Log: Blind integrate mainline (as of 5.7.2?)
29184      Branch: perlio
29185           !> AUTHORS Changes Porting/config.sh Porting/config_H
29186           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
29187           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
29188           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29189           !> win32/makefile.mk
29190 ____________________________________________________________________________
29191 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
29192         Log: Snip away the devel patchlevel.
29193      Branch: perl
29194            ! patchlevel.h
29195 ____________________________________________________________________________
29196 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
29197         Log: Bump the version to 5.7.2.
29198      Branch: perl
29199            ! Porting/config.sh Porting/config_H patchlevel.h
29200            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
29201            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29202            ! win32/makefile.mk
29203 ____________________________________________________________________________
29204 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
29205         Log: Update Changes.
29206      Branch: perl
29207            ! Changes
29208 ____________________________________________________________________________
29209 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
29210         Log: Reword.
29211      Branch: perl
29212            ! AUTHORS
29213 ____________________________________________________________________________
29214 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
29215         Log: AUTHORS update.
29216      Branch: perl
29217            ! AUTHORS
29218 ____________________________________________________________________________
29219 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
29220         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
29221              unless ithreads.
29222      Branch: perl
29223            ! makedef.pl
29224 ____________________________________________________________________________
29225 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
29226         Log: Integrate perlio.
29227      Branch: perl
29228           !> win32/distclean.bat
29229 ____________________________________________________________________________
29230 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
29231         Log: Test the encoding transform only iff we have PerlIO,
29232              noticed by H. Merijn Brand.
29233      Branch: perl
29234            ! ext/PerlIO/t/encoding.t
29235 ____________________________________________________________________________
29236 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
29237         Log: README.netware tweaks from Ananth Kesari.
29238      Branch: perl
29239            ! README.netware
29240 ____________________________________________________________________________
29241 [ 11346] By: nick                                  on 2001/07/13  09:18:51
29242         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
29243              to avoid /unicode vs /Unicode issues.
29244      Branch: perlio
29245            ! win32/distclean.bat
29246 ____________________________________________________________________________
29247 [ 11345] By: nick                                  on 2001/07/13  06:24:18
29248         Log: Integrate mainline
29249      Branch: perlio
29250           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
29251            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
29252           !> (integrate 63 files)
29253 ____________________________________________________________________________
29254 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
29255         Log: Add d_bincompat5005 information to perl -V.
29256      Branch: perl
29257            ! myconfig.SH
29258 ____________________________________________________________________________
29259 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
29260         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
29261              From: Abhijit Menon-Sen <ams@wiw.org>
29262              Date: Fri, 13 Jul 2001 07:12:36 +0530
29263              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
29264      Branch: perl
29265            ! sv.c
29266 ____________________________________________________________________________
29267 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
29268         Log: Remove unicode::distinct, as per Inaba Hiroto.
29269      Branch: perl
29270            - lib/unicode/distinct.pm
29271            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
29272            ! t/lib/1_compile.t
29273 ____________________________________________________________________________
29274 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
29275         Log: Paging for Dr Octothorpe.
29276      Branch: perl
29277            ! pod/perlfaq4.pod
29278 ____________________________________________________________________________
29279 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
29280         Log: cut-n-paste error noticed by mjd.
29281      Branch: perl
29282            ! pod/perlfaq4.pod
29283 ____________________________________________________________________________
29284 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
29285         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
29286              From: Peter Prymmer <pvhp@forte.com>
29287              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
29288              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
29289      Branch: perl
29290            ! pod/perlfaq4.pod
29291 ____________________________________________________________________________
29292 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
29293         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
29294              From: Randall Gellens <randy@qualcomm.com>
29295              Date: Thu, 12 Jul 2001 16:56:23 -0700
29296              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
29297      Branch: perl
29298            ! Porting/repository.pod
29299 ____________________________________________________________________________
29300 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
29301         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
29302      Branch: perl
29303            ! thread.h
29304 ____________________________________________________________________________
29305 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
29306         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
29307              From: coral <coral@moonlight.crystalflame.net>
29308              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
29309              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
29310      Branch: perl
29311            ! thread.h
29312 ____________________________________________________________________________
29313 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
29314         Log: Metaconfig unit change for #11134.
29315      Branch: metaconfig
29316            + U/threads/d_pthread_atfork.U
29317 ____________________________________________________________________________
29318 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
29319         Log: Add HAS_PTHREAD_ATFORK.
29320      Branch: perl
29321            ! Configure NetWare/config.wc NetWare/config_H.wc
29322            ! Porting/Glossary Porting/config.sh Porting/config_H
29323            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
29324            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
29325            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29326            ! win32/config.gc win32/config.vc win32/config_H.bc
29327            ! win32/config_H.gc win32/config_H.vc
29328 ____________________________________________________________________________
29329 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
29330         Log: Subject: [PATCH] File::Copy fails on tied handles
29331              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
29332              Date: Thu, 12 Jul 2001 15:18:51 -0700
29333              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
29334      Branch: perl
29335            ! lib/File/Copy.pm
29336 ____________________________________________________________________________
29337 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
29338         Log: Subject: [PATCH] Langinfo.t
29339              From: Nicholas Clark <nick@ccl4.org>
29340              Date: Thu, 12 Jul 2001 23:55:38 +0100
29341              Message-ID: <20010712235538.M5827@plum.flirble.org>
29342      Branch: perl
29343            ! ext/I18N/Langinfo/Langinfo.t
29344 ____________________________________________________________________________
29345 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
29346         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
29347              From: Peter Prymmer <pvhp@forte.com>
29348              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
29349              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
29350      Branch: perl
29351            ! pod/perl572delta.pod
29352 ____________________________________________________________________________
29353 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
29354         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
29355              From: Abhijit Menon-Sen <ams@wiw.org>
29356              Date: Fri, 13 Jul 2001 05:21:16 +0530
29357              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
29358      Branch: perl
29359            ! sv.c
29360 ____________________________________________________________________________
29361 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
29362         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
29363              From: Abhijit Menon-Sen <ams@wiw.org>
29364              Date: Fri, 13 Jul 2001 03:04:25 +0530
29365              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
29366      Branch: perl
29367            ! av.c
29368 ____________________________________________________________________________
29369 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
29370         Log: s/^M$//g
29371      Branch: perl
29372            ! win32/Makefile win32/makefile.mk
29373 ____________________________________________________________________________
29374 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
29375         Log: Update Changes.
29376      Branch: perl
29377            ! Changes patchlevel.h
29378 ____________________________________________________________________________
29379 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
29380         Log: Typo spotted by Philip Newton.
29381      Branch: perl
29382            ! pod/perl572delta.pod
29383 ____________________________________________________________________________
29384 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
29385         Log: Subject: [PATCH] fixes perl_clone of perl_clone
29386              From: Artur Bergman <artur@contiller.se>
29387              Date: Thu, 12 Jul 2001 20:57:09 +0200
29388              Message-ID: <B773BFA4.236B%artur@contiller.se>
29389      Branch: perl
29390            ! sv.c
29391 ____________________________________________________________________________
29392 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
29393         Log: Add README.uts from Hal Morris.
29394      Branch: perl
29395            + README.uts
29396            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
29397            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29398 ____________________________________________________________________________
29399 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
29400         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
29401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29402              Date: Thu, 12 Jul 2001 20:32:37 +0200
29403              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
29404      Branch: perl
29405            ! hints/aix.sh
29406 ____________________________________________________________________________
29407 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
29408         Log: Subject: Patch: document reg_data.what member
29409              From: Mark-Jason Dominus <mjd@plover.com>
29410              Message-ID: <20010712182532.14821.qmail@plover.com>
29411              Date: Thu, 12 Jul 2001 14:25:32 -0400
29412      Branch: perl
29413            ! regcomp.c regcomp.h
29414 ____________________________________________________________________________
29415 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
29416         Log: Subject: [PATCH] Perl_re_dup()
29417              From: Abhijit Menon-Sen <ams@wiw.org>
29418              Date: Thu, 12 Jul 2001 23:54:32 +0530
29419              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
29420      Branch: perl
29421            ! embed.h embed.pl perlapi.c proto.h sv.c
29422 ____________________________________________________________________________
29423 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
29424         Log: Regen Configure, modlib, toc.
29425      Branch: perl
29426            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29427            ! pod/perlmodlib.pod pod/perltoc.pod
29428 ____________________________________________________________________________
29429 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
29430         Log: The problem seems to be in PerlIO::Layer::->find() not
29431              accepting the ":encoding(blurflur)" arguments.
29432      Branch: perl
29433            ! lib/PerlIO.pm lib/open.pm
29434 ____________________________________________________________________________
29435 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
29436         Log: AIX doc update.
29437      Branch: perl
29438            ! README.aix pod/perl572delta.pod
29439 ____________________________________________________________________________
29440 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
29441         Log: Subject: AIX README update
29442              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29443              Date: Thu, 12 Jul 2001 19:28:30 +0200
29444              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
29445      Branch: perl
29446            ! README.aix
29447 ____________________________________________________________________________
29448 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
29449         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
29450              From: Norton Allen <allen@huarp.harvard.edu>
29451              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
29452              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
29453      Branch: perl
29454            ! ext/IO/lib/IO/t/io_unix.t
29455 ____________________________________________________________________________
29456 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
29457         Log: Subject: [PATCH README.qnx hints/qnx.sh]
29458              From: Norton Allen <allen@huarp.harvard.edu>
29459              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
29460              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
29461      Branch: perl
29462            ! README.qnx hints/qnx.sh
29463 ____________________________________________________________________________
29464 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
29465         Log: Subject: [patch] faster PM_GETRE
29466              From: Doug MacEachern <dougm@covalent.net>
29467              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
29468              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
29469      Branch: perl
29470            ! op.h
29471 ____________________________________________________________________________
29472 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
29473         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
29474              From: Doug MacEachern <dougm@covalent.net>
29475              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
29476              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
29477      Branch: perl
29478            ! op.c
29479 ____________________________________________________________________________
29480 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
29481         Log: Tell where the nice Estonian database is.
29482      Branch: perl
29483            ! lib/open.pm
29484 ____________________________________________________________________________
29485 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
29486         Log: Retract #11309 since #11310 is a better fix.
29487      Branch: perl
29488            ! t/lib/1_compile.t
29489 ____________________________________________________________________________
29490 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
29491         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
29492              change#11300 needs to return the status of failed win32_spawnvp())
29493              
29494              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
29495              splitting correctly; remove unused variables; 'require' at run time
29496              rather than 'use' at compile time for I18N::Langinfo, since it
29497              isn't everyware
29498      Branch: perl
29499            ! lib/open.pm win32/win32.c
29500 ____________________________________________________________________________
29501 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
29502         Log: Temporary workaround.
29503      Branch: perl
29504            ! t/lib/1_compile.t
29505 ____________________________________________________________________________
29506 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
29507         Log: UCD typo in #11306 and add also more known-to-be-tested
29508              modules to the skip list.
29509      Branch: perl
29510            ! t/lib/1_compile.t
29511 ____________________________________________________________________________
29512 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
29513         Log: Rename Unicode::UCD to UnicodeCD to avoid
29514              messups with case-insensitive filesystems.
29515      Branch: perl
29516            + lib/UnicodeCD.pm lib/UnicodeCD.t
29517            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
29518            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
29519 ____________________________________________________________________________
29520 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
29521         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
29522              From: daniel@biz.bitpusher.com
29523              Date: Wed, 11 Jul 2001 23:25:47 -0700
29524              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
29525      Branch: perl
29526            ! lib/Tie/Array.pm t/op/splice.t
29527 ____________________________________________________________________________
29528 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
29529         Log: Subject: [PATCH] More accurate line numbers in messages
29530              From: Paul Johnson <paul@pjcj.net>
29531              Date: Thu, 12 Jul 2001 04:14:11 +0200
29532              Message-ID: <20010712041411.A3467@pjcj.net>
29533              
29534              (With prototyping and multiplicity tweaks.)
29535      Branch: perl
29536            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
29537 ____________________________________________________________________________
29538 [ 11304] By: nick                                  on 2001/07/12  12:53:40
29539         Log: Integrate mainline
29540      Branch: perlio
29541           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
29542           !> regexec.c thread.h
29543 ____________________________________________________________________________
29544 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
29545         Log: Cut-and-pasto in #11298.
29546      Branch: perl
29547            ! ext/ByteLoader/bytecode.h
29548 ____________________________________________________________________________
29549 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
29550         Log: Update the AIX known problems section.
29551      Branch: perl
29552            ! pod/perl572delta.pod
29553 ____________________________________________________________________________
29554 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
29555         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
29556              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29557              Date: Thu, 12 Jul 2001 12:16:16 +0200
29558              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
29559      Branch: perl
29560            ! hints/aix.sh
29561 ____________________________________________________________________________
29562 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
29563         Log: Integrate perlio.
29564      Branch: perl
29565           !> makedef.pl win32/win32.c
29566 ____________________________________________________________________________
29567 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
29568         Log: Subject: [PATCH] fix for PMOP threadness failures
29569              From: Artur Bergman <artur@contiller.se>
29570              Date: Thu, 12 Jul 2001 09:48:06 +0200
29571              Message-ID: <B77322D6.22DD%artur@contiller.se>
29572      Branch: perl
29573            ! regexec.c
29574 ____________________________________________________________________________
29575 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
29576         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
29577              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
29578              Date: Thu, 12 Jul 2001 09:09:48 +0200
29579              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
29580              
29581              More parentheses to keep bcc happy.
29582      Branch: perl
29583            ! ext/ByteLoader/bytecode.h
29584 ____________________________________________________________________________
29585 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
29586         Log: Subject: Re: [patch] pthread_atfork bandaid
29587              From: Doug MacEachern <dougm@covalent.net>
29588              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
29589              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
29590      Branch: perl
29591            ! thread.h
29592 ____________________________________________________________________________
29593 [ 11296] By: nick                                  on 2001/07/12  11:55:48
29594         Log: Exclude reentrant_buffer from .def file
29595      Branch: perlio
29596            ! makedef.pl
29597 ____________________________________________________________________________
29598 [ 11295] By: nick                                  on 2001/07/12  11:11:44
29599         Log: Honour void-ness of my_exit()
29600      Branch: perlio
29601            ! win32/win32.c
29602 ____________________________________________________________________________
29603 [ 11294] By: nick                                  on 2001/07/12  07:51:04
29604         Log: Integrate mainline
29605      Branch: perlio
29606           +> uts/sprintf_wrap.c
29607           !> (integrate 35 files)
29608 ____________________________________________________________________________
29609 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
29610         Log: Retract #11289.
29611      Branch: perl
29612            ! embed.h embed.pl perl.c proto.h thread.h
29613 ____________________________________________________________________________
29614 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
29615         Log: Now the :locale pseudolayer *almost* works...
29616      Branch: perl
29617            ! lib/open.pm
29618 ____________________________________________________________________________
29619 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
29620         Log: Locale encoding tweaks.
29621      Branch: perl
29622            ! lib/open.pm
29623 ____________________________________________________________________________
29624 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
29625         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
29626              From: Mark-Jason Dominus <mjd@plover.com>
29627              Date: Thu, 12 Jul 2001 00:59:31 -0400
29628              Message-ID: <20010712045931.8543.qmail@plover.com>
29629              
29630              Remove the chmod/umask leading zero warning.
29631      Branch: perl
29632            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
29633            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
29634 ____________________________________________________________________________
29635 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
29636         Log: (Retracted by #11289.)
29637      Branch: perl
29638            ! embed.h embed.pl perl.c proto.h thread.h
29639 ____________________________________________________________________________
29640 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
29641         Log: Needed by #11283.
29642      Branch: perl
29643            ! intrpvar.h
29644 ____________________________________________________________________________
29645 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
29646         Log: Metaconfig unit change for #11286.
29647      Branch: metaconfig/U/perl
29648            ! patchlevel.U
29649 ____________________________________________________________________________
29650 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
29651         Log: Subject: Re: [PATCH Configure] perl -V broken
29652              From: Andy Dougherty <doughera@lafayette.edu>
29653              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
29654              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
29655      Branch: perl
29656            ! Configure myconfig.SH
29657 ____________________________________________________________________________
29658 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
29659         Log: Retract #11166 (and #11237).
29660      Branch: perl
29661            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
29662            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
29663            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
29664 ____________________________________________________________________________
29665 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
29666         Log: UTS tweaks for Hal Morris.
29667      Branch: perl
29668            + uts/sprintf_wrap.c
29669            ! MANIFEST hints/uts.sh perl.h
29670 ____________________________________________________________________________
29671 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
29672         Log: Subject: [PATCH] Use reentrant API glibc
29673              From: Artur Bergman <artur@contiller.se>
29674              Date: Thu, 12 Jul 2001 00:58:21 +0200
29675              Message-ID: <B772A6AD.2288%artur@contiller.se>
29676      Branch: perl
29677            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
29678            ! sv.c
29679 ____________________________________________________________________________
29680 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
29681         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
29682              From: barries <barries@slaysys.com>
29683              Date: Wed, 11 Jul 2001 15:11:46 -0400
29684              Message-ID: <20010711151146.G24560@jester.slaysys.com>
29685      Branch: perl
29686            ! pp_sys.c t/lib/warnings/doio win32/win32.c
29687 ____________________________________________________________________________
29688 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
29689         Log: Subject: [patch] pthread_atfork bandaid
29690              From: Doug MacEachern <dougm@covalent.net>
29691              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
29692              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
29693      Branch: perl
29694            ! miniperlmain.c perl.c
29695 ____________________________________________________________________________
29696 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
29697         Log: Subject: [patch] perl_clone leaks
29698              From: Doug MacEachern <dougm@covalent.net>
29699              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
29700              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
29701      Branch: perl
29702            ! sv.c
29703 ____________________________________________________________________________
29704 [ 11279] By: nick                                  on 2001/07/11  15:49:38
29705         Log: Integrate mainline
29706      Branch: perlio
29707           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
29708           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
29709           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
29710           +> lib/Term/ANSIColor/README
29711           !> (integrate 54 files)
29712 ____________________________________________________________________________
29713 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
29714         Log: Update Changes.
29715      Branch: perl
29716            ! Changes patchlevel.h
29717 ____________________________________________________________________________
29718 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
29719         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
29720              From: Peter Prymmer <pvhp@forte.com>
29721              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
29722              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
29723              
29724              Backport of embed.pl to 5.003.
29725      Branch: perl
29726            ! embed.pl
29727 ____________________________________________________________________________
29728 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
29729         Log: Subject: Re: POSIX test #14 on UTS 
29730              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29731              Date: Wed, 11 Jul 2001 03:02:14 +0100
29732              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
29733      Branch: perl
29734            ! ext/POSIX/POSIX.t
29735 ____________________________________________________________________________
29736 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
29737         Log: Make the I32 an IV to preserve structure alignment and size.
29738      Branch: perl
29739            ! op.h
29740 ____________________________________________________________________________
29741 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
29742         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
29743              From: "Artur Bergman" <artur@contiller.se>
29744              Date: Wed, 11 Jul 2001 14:23:37 +0200
29745              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
29746              
29747              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
29748      Branch: perl
29749            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
29750            ! pod/perlapi.pod sv.c
29751 ____________________________________________________________________________
29752 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
29753         Log: Tweak until Pod::Parser gets updated.
29754      Branch: perl
29755            ! t/pod/special_seqs.xr
29756 ____________________________________________________________________________
29757 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
29758         Log: File::Spec usage tweak.
29759      Branch: perl
29760            ! lib/ExtUtils.t
29761 ____________________________________________________________________________
29762 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
29763         Log: Integrate #11263 from macperl; macos and macosx updates.
29764      Branch: perl
29765           !> pod/perlport.pod
29766 ____________________________________________________________________________
29767 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
29768         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
29769              From: Peter Prymmer <pvhp@forte.com>
29770              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
29771              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
29772      Branch: perl
29773            + ext/Time/HiRes/hints/dynixptx.pl
29774            ! MANIFEST hints/dynixptx.sh
29775 ____________________________________________________________________________
29776 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
29777         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
29778              From: Nicholas Clark <nick@ccl4.org>
29779              Date: Tue, 10 Jul 2001 23:17:43 +0100
29780              Message-ID: <20010710231742.B59620@plum.flirble.org>
29781      Branch: perl
29782            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
29783 ____________________________________________________________________________
29784 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
29785         Log: Subject: [DOC PATCH] Pluggable runops
29786              From: Paul Johnson <paul@pjcj.net>
29787              Date: Tue, 10 Jul 2001 21:53:28 +0200
29788              Message-ID: <20010710215328.B26577@pjcj.net>
29789      Branch: perl
29790            ! pod/perlguts.pod
29791 ____________________________________________________________________________
29792 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
29793         Log: Subject: [PATCH] Authors
29794              From: Artur Bergman <artur@contiller.se>
29795              Date: Tue, 10 Jul 2001 20:39:12 +0200
29796              Message-ID: <B771186F.21CD%artur@contiller.se>
29797      Branch: perl
29798            ! AUTHORS
29799 ____________________________________________________________________________
29800 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
29801         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
29802              From: Doug MacEachern <dougm@covalent.net>
29803              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
29804              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
29805      Branch: perl
29806            ! pp_ctl.c
29807 ____________________________________________________________________________
29808 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
29809         Log: Subject: doc patch; times() in scalar context
29810              From: mjd@plover.com
29811              Date: 10 Jul 2001 18:01:17 -0000
29812              Message-ID: <20010710180117.12477.qmail@plover.com>
29813      Branch: perl
29814            ! pod/perlfunc.pod
29815 ____________________________________________________________________________
29816 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
29817         Log: Subject: [PATCH] Small fix to pp_gmtime
29818              From: Artur Bergman <artur@contiller.se>
29819              Date: Tue, 10 Jul 2001 19:54:52 +0200
29820              Message-ID: <B7710E0B.21C5%artur@contiller.se>
29821      Branch: perl
29822            ! pp_sys.c
29823 ____________________________________________________________________________
29824 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
29825         Log: Integrate changes from mainline perl, add notes about
29826              Mac OS X and Mac OS.
29827      Branch: maint-5.6/macperl
29828            ! pod/perlport.pod
29829 ____________________________________________________________________________
29830 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
29831         Log: A proof of the dangers of package; ?
29832      Branch: perl
29833            ! t/lib/warnings/op
29834 ____________________________________________________________________________
29835 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
29836         Log: Regen toc and modlib.
29837      Branch: perl
29838            ! pod/perlmodlib.pod pod/perltoc.pod
29839 ____________________________________________________________________________
29840 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
29841         Log: Add compexcl(), casefold(), and casespec() interfaces;
29842              and make all interfaces to return hash references instead
29843              of hashes. 
29844      Branch: perl
29845            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29846 ____________________________________________________________________________
29847 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
29848         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
29849              From: "Philip Newton" <Philip.Newton@gmx.net>
29850              Date: Tue, 10 Jul 2001 09:55:59 +0200
29851              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
29852              
29853              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
29854              From: "Philip Newton" <Philip.Newton@gmx.net>
29855              Date: Tue, 10 Jul 2001 09:56:37 +0200
29856              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
29857      Branch: perl
29858            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29859            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
29860 ____________________________________________________________________________
29861 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
29862         Log: Subject: [patch] undef &xsub for 1,2
29863              From: Doug MacEachern <dougm@covalent.net>
29864              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
29865              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
29866              
29867              (This version of the patch with a comment from Gisle.)
29868      Branch: perl
29869            ! op.c
29870 ____________________________________________________________________________
29871 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
29872         Log: Mention package; deprecation and the Win32 problems.
29873      Branch: perl
29874            ! pod/perl572delta.pod
29875 ____________________________________________________________________________
29876 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
29877         Log: Subject: [PATCH] deprecate package with no arguments
29878              From: Robin Houston <robin@kitsite.com>
29879              Date: Tue, 10 Jul 2001 13:33:40 +0100
29880              Message-ID: <20010710133340.A13452@robin.kitsite.com>
29881      Branch: perl
29882            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
29883 ____________________________________________________________________________
29884 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
29885         Log: Upgrade to podlators 1.10.
29886      Branch: perl
29887            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
29888            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
29889            ! pod/pod2man.PL pod/pod2text.PL
29890 ____________________________________________________________________________
29891 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
29892         Log: Upgrade to Term::ANSIColor 1.04.
29893      Branch: perl
29894            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
29895            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
29896 ____________________________________________________________________________
29897 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
29898         Log: Integrate perlio (the right fix for the ":layer(args)")
29899      Branch: perl
29900           !> perlio.c
29901 ____________________________________________________________________________
29902 [ 11252] By: nick                                  on 2001/07/10  06:58:14
29903         Log: Fix open(...,"...:layer(xxx)",...)
29904              - use memEQ not strEQ as there is '(' not '\0'
29905      Branch: perlio
29906            ! perlio.c
29907 ____________________________________________________________________________
29908 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
29909         Log: Telling the number of tests helps.
29910      Branch: perl
29911            ! ext/PerlIO/t/encoding.t
29912 ____________________________________________________________________________
29913 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
29914         Log: Require I18N::Langinfo, not use.
29915      Branch: perl
29916            ! lib/open.pm
29917 ____________________________________________________________________________
29918 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
29919         Log: Add a test for for PerlIO ":encoding(...)" layer.
29920      Branch: perl
29921            + ext/PerlIO/t/encoding.t
29922            ! MANIFEST ext/Encode/Encode.pm
29923 ____________________________________________________________________________
29924 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
29925         Log: PerlIO ":encoding(foobar)" temporary fix.
29926              Not really correct, I think, since the change means
29927              that prefixes match.
29928      Branch: perl
29929            ! perlio.c
29930 ____________________________________________________________________________
29931 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
29932         Log: Update to Math::BigInt 1.36.  The biggest news is
29933              the separation of the backend; now the pure Perl
29934              implementation is in Math::BigInt::Calc, but one
29935              can plugin, say, Math::BigInt::BitVect, and get
29936              considerable speedup.
29937      Branch: perl
29938            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
29939            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
29940            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
29941            ! lib/Math/BigInt/t/mbimbf.t
29942 ____________________________________________________________________________
29943 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
29944         Log: Subject: Re: compatibility question
29945              From: Peter Prymmer <pvhp@forte.com>
29946              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
29947              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
29948      Branch: perl
29949            ! lib/ExtUtils/MM_VMS.pm
29950 ____________________________________________________________________________
29951 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
29952         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
29953              From: Norton Allen <allen@huarp.harvard.edu>
29954              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
29955              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
29956      Branch: perl
29957            ! ext/File/Glob/t/basic.t
29958 ____________________________________________________________________________
29959 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
29960         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
29961              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29962              Date: Tue, 10 Jul 2001 00:29:55 +0900
29963              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
29964      Branch: perl
29965            + ext/Encode/Encode/HZ.enc
29966            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
29967            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
29968            ! ext/Encode/Encode/iso2022-jp.enc
29969            ! ext/Encode/Encode/iso2022-kr.enc
29970 ____________________________________________________________________________
29971 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
29972         Log: Add in all them there macos/ files.
29973      Branch: maint-5.6/macperl
29974            + (add 577 files)
29975 ____________________________________________________________________________
29976 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
29977         Log: Add the new modules to the list of having those own tests.
29978      Branch: perl
29979            ! t/lib/1_compile.t
29980 ____________________________________________________________________________
29981 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
29982         Log: Add INOUT to control both ways at the same time.
29983      Branch: perl
29984            ! lib/open.pm
29985 ____________________________________________________________________________
29986 [ 11240] By: nick                                  on 2001/07/09  16:33:50
29987         Log: Integrate mainline
29988      Branch: perlio
29989           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
29990           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
29991           !> (integrate 41 files)
29992 ____________________________________________________________________________
29993 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
29994         Log: More encoding mapping magic.
29995      Branch: perl
29996            ! lib/open.pm
29997 ____________________________________________________________________________
29998 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
29999         Log: Update Changes.
30000      Branch: perl
30001            ! Changes patchlevel.h
30002 ____________________________________________________________________________
30003 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
30004         Log: (Retracted by #11285).
30005              
30006              Subject: [PATCH] OPpCONST_OCTAL fixes
30007              From: Abhijit Menon-Sen <ams@wiw.org>
30008              Date: Mon, 9 Jul 2001 07:38:45 +0530
30009              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
30010      Branch: perl
30011            ! op.c
30012 ____________________________________________________________________________
30013 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
30014         Log: Add a pseudolayer ":locale" to the open pragma which
30015              will get the encoding from the locale.  Yet undocumented
30016              because I can't get the PerlIO :encoding(foobar) to work.
30017      Branch: perl
30018            ! ext/Encode/Encode.pm lib/open.pm
30019 ____________________________________________________________________________
30020 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
30021         Log: Add more encoding mappings.
30022      Branch: perl
30023            ! ext/Encode/Encode.pm
30024 ____________________________________________________________________________
30025 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
30026         Log: Document that using :encoding layer requires using Encode.
30027      Branch: perl
30028            ! ext/Encode/Encode.pm lib/PerlIO.pm
30029 ____________________________________________________________________________
30030 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
30031         Log: Netware tweak from Ananth Kesari.
30032      Branch: perl
30033            ! NetWare/netware.h
30034 ____________________________________________________________________________
30035 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
30036         Log: t/harness doesn't know about run/*.t
30037      Branch: perl
30038            ! t/harness
30039 ____________________________________________________________________________
30040 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
30041         Log: run/exit.t busted on windows
30042      Branch: perl
30043            ! t/run/exit.t
30044 ____________________________________________________________________________
30045 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
30046         Log: fix a couple of UCD.t tests that fail due to bad case
30047      Branch: perl
30048            ! lib/Unicode/UCD.t
30049 ____________________________________________________________________________
30050 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
30051         Log: test skip logic was broken
30052      Branch: perl
30053            ! ext/I18N/Langinfo/Langinfo.t
30054 ____________________________________________________________________________
30055 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
30056         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
30057              failure of ExtUtils.t#27 when built in debug mode)
30058      Branch: perl
30059            ! lib/ExtUtils/MM_Win32.pm
30060 ____________________________________________________________________________
30061 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
30062         Log: I18N::Langinfo is not available on windows
30063      Branch: perl
30064            ! win32/FindExt.pm
30065 ____________________________________________________________________________
30066 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
30067         Log: save a dTHX
30068      Branch: perl
30069            ! ext/POSIX/POSIX.xs
30070 ____________________________________________________________________________
30071 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
30072         Log: Update Changes.
30073      Branch: perl
30074            ! Changes patchlevel.h
30075 ____________________________________________________________________________
30076 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
30077         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
30078              as pointed out by Sarathy.
30079      Branch: perl
30080            ! ext/I18N/Langinfo/Langinfo.xs
30081 ____________________________________________________________________________
30082 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
30083         Log: Retract #11212.
30084      Branch: perl
30085            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
30086 ____________________________________________________________________________
30087 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
30088         Log: Bump up the VERSION of Cwd.xs.
30089      Branch: perl
30090            ! ext/Cwd/Makefile.PL
30091 ____________________________________________________________________________
30092 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
30093         Log: Retract #11220, the problem wasn't the missing leading zero.
30094              Here's the problem:
30095              $ ./perl -we 'chmod(oct("755"), ".")'
30096              Non-octal literal mode (493) specified at -e line 1.
30097              (Did you mean 0493 instead?)
30098      Branch: perl
30099            ! lib/ExtUtils/MM_Unix.pm
30100 ____________________________________________________________________________
30101 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
30102         Log: (Retracted by #11221)
30103              Change the PERM_RW and PERM_RWX to 0644 and 0755
30104              (add the leading zero).
30105      Branch: perl
30106            ! lib/ExtUtils/MM_Unix.pm
30107 ____________________________________________________________________________
30108 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
30109         Log: Integrate changes #11193, 11205, 11209 from macperl.
30110              
30111              Fix up AutoLoader to fudge for Mac paths in import().
30112              
30113              Allow symbols in try_symbol() to begin with "_".
30114              
30115              Small portability fix for Mac OS.
30116      Branch: perl
30117           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
30118 ____________________________________________________________________________
30119 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
30120         Log: Metaconfig unit change for #11217.
30121      Branch: metaconfig/U/perl
30122            ! Extensions.U
30123 ____________________________________________________________________________
30124 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
30125         Log: Detypo, problem noticed by Gerrit P. Haase.
30126      Branch: perl
30127            ! Configure config_h.SH
30128 ____________________________________________________________________________
30129 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
30130         Log: Cwd cleanups.
30131      Branch: perl
30132            ! ext/Cwd/Cwd.xs
30133 ____________________________________________________________________________
30134 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
30135         Log: Slight tweaks on #11213.
30136      Branch: perl
30137            ! toke.c
30138 ____________________________________________________________________________
30139 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
30140         Log: A missing dTHX noticed by Gerrit P. Haase.
30141      Branch: perl
30142            ! ext/POSIX/POSIX.xs
30143 ____________________________________________________________________________
30144 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
30145         Log: Subject: [PATCH toke.c] Simplify yytoke()
30146              From: Simon Cozens <simon@netthink.co.uk>
30147              Date: Sun, 8 Jul 2001 13:24:34 +0100
30148              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
30149              
30150              Split out pending_ident().
30151      Branch: perl
30152            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
30153 ____________________________________________________________________________
30154 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
30155         Log: (Retracted by #11223.)
30156              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
30157              Date: Wed, 05 Nov 1997 17:22:34 -0600
30158              From: Graham Barr <gbarr@ti.com>
30159              Message-Id: <3460FFBA.6DA51F46@ti.com>
30160      Branch: perl
30161            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
30162 ____________________________________________________________________________
30163 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
30164         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
30165      Branch: perl
30166            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
30167            ! pod/perllocale.pod
30168 ____________________________________________________________________________
30169 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
30170         Log: Really do the test under the C locale.
30171      Branch: perl
30172            ! ext/I18N/Langinfo/Langinfo.t
30173 ____________________________________________________________________________
30174 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
30175         Log: Small portability fix for Mac OS.
30176      Branch: maint-5.6/macperl
30177            ! lib/Cwd.pm
30178 ____________________________________________________________________________
30179 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
30180         Log: Metaconfig unit change for #11207.
30181      Branch: metaconfig/U/perl
30182            ! Extensions.U
30183 ____________________________________________________________________________
30184 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
30185         Log: Add I18N::Langinfo, which is basically a wrapper around
30186              nl_langinfo(), which is an additional way to query locale
30187              specific information.
30188      Branch: perl
30189            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
30190            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
30191            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
30192 ____________________________________________________________________________
30193 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
30194         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
30195              used in File::Find tests; replace with if.t.
30196      Branch: maint-5.6/macperl
30197            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
30198            ! t/pragma/warn/op
30199 ____________________________________________________________________________
30200 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
30201         Log: Allow symbols in try_symbol() to begin with "_".
30202      Branch: maint-5.6/macperl
30203            ! makedef.pl
30204 ____________________________________________________________________________
30205 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
30206         Log: Sync up the File::Find changes from the rewrite by
30207              Thomas Wegner, et al.
30208      Branch: maint-5.6/macperl
30209            + t/lib/filefind-taint.t
30210            ! lib/File/Find.pm t/lib/filefind.t
30211 ____________________________________________________________________________
30212 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
30213         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
30214              From: Thomas Wegner <wegner_thomas@yahoo.com>
30215              Date: Thu, 5 Jul 2001 20:31:25 +0200
30216              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
30217      Branch: maint-5.6/macperl
30218            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
30219 ____________________________________________________________________________
30220 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
30221         Log: Some more test portability fixes.
30222      Branch: maint-5.6/macperl
30223            ! t/lib/filecopy.t t/pragma/warn/pp_sys
30224 ____________________________________________________________________________
30225 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
30226         Log: The #11200 removed wrong (non-existent) target.  Duh.
30227      Branch: perl
30228            ! Makefile.SH
30229 ____________________________________________________________________________
30230 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
30231         Log: Zap the lib/re.pm before creating it.
30232      Branch: perl
30233            ! Makefile.SH
30234 ____________________________________________________________________________
30235 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
30236         Log: Another test.  Please ignore.
30237      Branch: maint-5.6/macperl
30238            ! README.macos
30239 ____________________________________________________________________________
30240 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
30241         Log: Portability fixes for a lot of tests, especially IO-related
30242              tests, and warnings, and the harness script.
30243      Branch: maint-5.6/macperl
30244            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
30245            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
30246            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
30247            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
30248            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
30249            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
30250            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
30251            ! t/pragma/warnings.t
30252 ____________________________________________________________________________
30253 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
30254         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
30255              From: Nicholas Clark <nick@ccl4.org>
30256              Date: Sat, 7 Jul 2001 21:00:17 +0100
30257              Message-ID: <20010707210017.H59620@plum.flirble.org>
30258      Branch: perl
30259            ! lib/h2xs.t
30260 ____________________________________________________________________________
30261 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
30262         Log: The UNICOS/mk SysV IPC problem has been fixed.
30263      Branch: perl
30264            ! pod/perl572delta.pod
30265 ____________________________________________________________________________
30266 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
30267         Log: Slight update tweaks on perlunicode.pod.
30268      Branch: perl
30269            ! pod/perlunicode.pod
30270 ____________________________________________________________________________
30271 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
30272         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
30273              From: Mark-Jason Dominus <mjd@plover.com>
30274              Date: Sat, 07 Jul 2001 13:04:04 -0400
30275              Message-ID: <20010707170404.32694.qmail@plover.com>
30276      Branch: perl
30277            ! ext/DB_File/DB_File.pm
30278 ____________________________________________________________________________
30279 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
30280         Log: Fix up AutoLoader to fudge for Mac paths in import().
30281      Branch: maint-5.6/macperl
30282            ! lib/AutoLoader.pm
30283 ____________________________________________________________________________
30284 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
30285         Log: Try to force the lib/re.pm to be there before entering
30286              the extensions builds, should help for parallel makes.
30287      Branch: perl
30288            ! Makefile.SH
30289 ____________________________________________________________________________
30290 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
30291         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
30292              From: Norton Allen <allen@huarp.harvard.edu>
30293              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
30294              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
30295      Branch: perl
30296            ! ext/POSIX/POSIX.xs
30297 ____________________________________________________________________________
30298 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
30299         Log: Subject: [PATCH] Re: op/arith.t
30300              From: Nicholas Clark <nick@ccl4.org>
30301              Date: Sat, 7 Jul 2001 13:04:54 +0100
30302              Message-ID: <20010707130454.D59620@plum.flirble.org>
30303      Branch: perl
30304            ! numeric.c toke.c
30305 ____________________________________________________________________________
30306 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
30307         Log: Subject: [PATCH] h2xs
30308              From: Nicholas Clark <nick@ccl4.org>
30309              Date: Fri, 6 Jul 2001 23:25:14 +0100
30310              Message-ID: <20010706232514.X59620@plum.flirble.org>
30311      Branch: perl
30312            ! utils/h2xs.PL
30313 ____________________________________________________________________________
30314 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
30315         Log: Subject: Re: bleedperl perl_alloc..free leakage
30316              From: Radu Greab <radu@netsoft.ro>
30317              Date: Fri, 6 Jul 2001 19:48:54 +0300
30318              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
30319              
30320              Leak-be-gone.
30321      Branch: perl
30322            ! op.c
30323 ____________________________________________________________________________
30324 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
30325         Log: Test again.  Please ignore.
30326      Branch: maint-5.6/macperl
30327            ! README.macos
30328 ____________________________________________________________________________
30329 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
30330         Log: Test.  Please ignore.
30331      Branch: maint-5.6/macperl
30332            ! README.macos
30333 ____________________________________________________________________________
30334 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
30335         Log: Include changes already sent in separately as patches,
30336              before branch was created.
30337      Branch: maint-5.6/macperl
30338            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
30339            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
30340            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
30341            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
30342            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
30343            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
30344            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
30345            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
30346            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
30347            ! t/pragma/strict.t
30348 ____________________________________________________________________________
30349 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
30350         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
30351              From: Norton Allen <allen@huarp.harvard.edu>
30352              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
30353              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
30354      Branch: perl
30355            ! utf8.h
30356 ____________________________________________________________________________
30357 [ 11183] By: nick                                  on 2001/07/06  16:27:40
30358         Log: Integrate mainline
30359      Branch: perlio
30360           +> (branch 42 files)
30361            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
30362            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
30363            - win32/bin/mdelete.bat
30364           !> (integrate 215 files)
30365 ____________________________________________________________________________
30366 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
30367         Log: The #11166 needed also these updated.
30368      Branch: perl
30369            ! lib/warnings.pm warnings.h
30370 ____________________________________________________________________________
30371 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
30372         Log: Update Changes.
30373      Branch: perl
30374            ! Changes patchlevel.h
30375 ____________________________________________________________________________
30376 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
30377         Log: Regen toc.
30378      Branch: perl
30379            ! pod/perltoc.pod
30380 ____________________________________________________________________________
30381 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
30382         Log: Nit from Abhijit.
30383      Branch: perl
30384            ! lib/CPAN.pm
30385 ____________________________________________________________________________
30386 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
30387         Log: Retract #11172.
30388      Branch: perl
30389            ! t/op/method.t
30390 ____________________________________________________________________________
30391 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
30392         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
30393              From: Norton Allen <allen@huarp.harvard.edu>
30394              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
30395              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
30396      Branch: perl
30397            ! lib/Cwd.pm
30398 ____________________________________________________________________________
30399 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
30400         Log: (Accidentally empty check-in.)
30401      Branch: perl
30402            ! utf8.h
30403 ____________________________________________________________________________
30404 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
30405         Log: Retract #11165 since Sarathy pointed out it'll not
30406              work properly under threads, the problem should be
30407              solved using "the savestack, either via SSNEW() or
30408              using a newSVpv()+SAVEFREESV() combo."
30409      Branch: perl
30410            ! ext/POSIX/POSIX.xs
30411 ____________________________________________________________________________
30412 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
30413         Log: Retract #11125 since NI-S pointed out it'll not work in
30414              cases where the extension has their own handcrafted INC
30415              et alia.
30416      Branch: perl
30417            ! lib/ExtUtils/MM_Unix.pm
30418 ____________________________________________________________________________
30419 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
30420         Log: Subject: RE: [PATCH] -I and MakeMaker again
30421              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
30422              Date: Fri, 6 Jul 2001 09:18:29 +0200
30423              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
30424      Branch: perl
30425            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
30426            ! lib/ExtUtils/MM_Win32.pm
30427 ____________________________________________________________________________
30428 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
30429         Log: (Retracted by #11178)
30430              Subject: [PATCH t/op/method.t] SUPER:: strangeness
30431              From: Piers Cawley <pdcawley@iterative-software.com>
30432              Date: 06 Jul 2001 10:49:01 +0100
30433              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
30434      Branch: perl
30435            ! t/op/method.t
30436 ____________________________________________________________________________
30437 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
30438         Log: VOS README update from Paul Green.
30439      Branch: perl
30440            ! README.vos
30441 ____________________________________________________________________________
30442 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
30443         Log: Subject: [PATCH README.qnx hints/qnx.sh]
30444              From: Norton Allen <allen@huarp.harvard.edu>
30445              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
30446              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
30447      Branch: perl
30448            ! README.qnx hints/qnx.sh
30449 ____________________________________________________________________________
30450 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
30451         Log: Subject: [PATCH] Doc patch for Tie::Hash
30452              From: Artur Bergman <artur@contiller.se>
30453              Date: Thu, 05 Jul 2001 22:51:18 +0200
30454              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
30455      Branch: perl
30456            ! lib/Tie/Hash.pm
30457 ____________________________________________________________________________
30458 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
30459         Log: Subject: [PATCH] perlfaq4.pod
30460              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
30461              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
30462              Date: Thu, 5 Jul 2001 18:44:10 +0100 
30463      Branch: perl
30464            ! pod/perlfaq4.pod
30465 ____________________________________________________________________________
30466 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
30467         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
30468              From: Robin Houston <robin@kitsite.com>
30469              Date: Thu, 5 Jul 2001 18:33:21 +0100
30470              Message-ID: <20010705183321.A27345@robin.kitsite.com>
30471      Branch: perl
30472            ! ext/B/B/Deparse.pm
30473 ____________________________________________________________________________
30474 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
30475         Log: (Retracted by #11285.)
30476              
30477              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
30478              From: Abhijit Menon-Sen <ams@wiw.org>
30479              Date: Fri, 6 Jul 2001 01:26:32 +0530
30480              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
30481      Branch: perl
30482            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
30483            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
30484            ! warnings.pl
30485 ____________________________________________________________________________
30486 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
30487         Log: (Retracted by #11175)
30488              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
30489              From: Norton Allen <allen@huarp.harvard.edu>
30490              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
30491              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
30492      Branch: perl
30493            ! ext/POSIX/POSIX.xs
30494 ____________________________________________________________________________
30495 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
30496         Log: Unterminated C< (noticed by Richard Hatch), and few other
30497              small Unicode doc tweaks.
30498      Branch: perl
30499            ! pod/perlretut.pod
30500 ____________________________________________________________________________
30501 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
30502         Log: More flexible argument understanding; add charblocks() and
30503              charscripts(); make charblock() and charscript() two-way;
30504              add charinrange(); separate the $Unicode::UCD::VERSION and
30505              the version of the Unicode by adding UnicodeVersion().
30506      Branch: perl
30507            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
30508 ____________________________________________________________________________
30509 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
30510         Log: Update Unicode::UCD on \p{In...}.
30511      Branch: perl
30512            ! lib/Unicode/UCD.pm
30513 ____________________________________________________________________________
30514 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
30515         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
30516              From: Norton Allen <allen@huarp.harvard.edu>
30517              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
30518              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
30519      Branch: perl
30520            ! lib/ExtUtils/MM_Unix.pm
30521 ____________________________________________________________________________
30522 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
30523         Log: POSIX-BC tweaks from Thomas Dorner.
30524      Branch: perl
30525            ! hints/posix-bc.sh perlio.h
30526 ____________________________________________________________________________
30527 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
30528         Log: Module updates for the delta.
30529      Branch: perl
30530            ! pod/perl572delta.pod
30531 ____________________________________________________________________________
30532 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
30533         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
30534              From: Norton Allen <allen@huarp.harvard.edu>
30535              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
30536              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
30537      Branch: perl
30538            ! ext/IO/lib/IO/t/io_sock.t
30539 ____________________________________________________________________________
30540 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
30541         Log: Subject: [PATCH perldiag.pod] Quick fixes
30542              From: Simon Cozens <simon@netthink.co.uk>
30543              Date: Wed, 4 Jul 2001 20:22:12 +0100
30544              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
30545      Branch: perl
30546            ! pod/perldiag.pod
30547 ____________________________________________________________________________
30548 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
30549         Log: (retracted by #13533)
30550              
30551              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
30552              From: Radu Greab <radu@netsoft.ro>
30553              Date: Wed, 4 Jul 2001 22:13:31 +0300
30554              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
30555      Branch: perl
30556            ! op.c sv.c t/op/pos.t
30557 ____________________________________________________________________________
30558 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
30559         Log: Subject: [PATCH] -I and MakeMaker again
30560              From: Michael G Schwern <schwern@pobox.com>
30561              Date: Wed, 4 Jul 2001 15:03:07 -0400
30562              Message-ID: <20010704150307.I20340@blackrider>
30563              
30564              (and retract #11145)
30565      Branch: perl
30566            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
30567            ! lib/ExtUtils/MakeMaker.pm
30568 ____________________________________________________________________________
30569 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
30570         Log: Subject: Re: PERFORCE change 11142 for review
30571              From: "Philip Newton" <Philip.Newton@gmx.net>
30572              Date: Wed, 4 Jul 2001 20:46:26 +0200
30573              Message-Id: <200107041841.VAA25380@taas.iki.fi>
30574      Branch: perl
30575            ! lib/ExtUtils/MakeMaker.pm
30576 ____________________________________________________________________________
30577 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
30578         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
30579              From: Jonathan Stowe <gellyfish@gellyfish.com>
30580              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
30581              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
30582      Branch: perl
30583            ! utils/pl2pm.PL
30584 ____________________________________________________________________________
30585 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
30586         Log: fix the binary compatibility issue when building with/without
30587              usemymalloc by exporting Perl_malloc() et al as simple wrappers
30588              around the system functions (this allows most extensions built
30589              using one mode to coexist with perls built in the other mode)
30590              
30591              XXX the Perl_mfree() wrapper might need to do return(free()) on
30592              platforms where Free_t isn't "void"
30593      Branch: perl
30594            ! embed.h embed.pl makedef.pl proto.h util.c
30595 ____________________________________________________________________________
30596 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
30597         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
30598              since it doesn't ensure threads other than the one calling fork()
30599              aren't holding any locks; the fix is to use pthread_atfork() to
30600              hold global locks
30601              
30602              building perl with -Dusemymalloc exacerbates the problem since
30603              Perl_malloc() holds a mutex, and perl's exec() calls New()
30604              
30605              XXX the code in win32thread.h may be needed on platforms that have
30606              no pthread_atfork()
30607      Branch: perl
30608            ! perl.c thread.h win32/win32thread.h
30609 ____________________________________________________________________________
30610 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
30611         Log: Integrate #11009 from maintperl.
30612      Branch: maint-5.6/macperl
30613           !> lib/ExtUtils/Manifest.pm
30614 ____________________________________________________________________________
30615 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
30616         Log: Flexing my Perforce muscles.
30617      Branch: maint-5.6/macperl
30618            ! README.macos
30619 ____________________________________________________________________________
30620 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
30621         Log: Update Changes.
30622      Branch: perl
30623            ! Changes patchlevel.h
30624 ____________________________________________________________________________
30625 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
30626         Log: Metaconfig unit change for #11146.
30627      Branch: metaconfig/U/perl
30628            ! d_fcntl_can_lock.U
30629 ____________________________________________________________________________
30630 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
30631         Log: Somehow the #ifdefs of the added code (in #11093) made
30632              HP-UX to fail the fcntl locking test, without the ifdefs
30633              the test seems to be working again.  Reason unknown:
30634              HP-UX cc doesn't complain either way.
30635      Branch: perl
30636            ! Configure
30637 ____________________________________________________________________________
30638 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
30639         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
30640      Branch: perl
30641            ! lib/ExtUtils/MM_Unix.pm
30642 ____________________________________________________________________________
30643 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
30644         Log: gcc -Wall nit.
30645      Branch: perl
30646            ! pp_hot.c
30647 ____________________________________________________________________________
30648 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
30649         Log: When removing tests updating the test count is a good idea, too.
30650      Branch: perl
30651            ! lib/Net/t/require.t
30652 ____________________________________________________________________________
30653 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
30654         Log: Document #11134 and add the new symbols to the list of
30655              of MakeMaker known ones.
30656      Branch: perl
30657            ! lib/ExtUtils/MakeMaker.pm
30658 ____________________________________________________________________________
30659 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
30660         Log: Microperl update.
30661      Branch: perl
30662            ! uconfig.h
30663 ____________________________________________________________________________
30664 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
30665         Log: Update the libnet tests as per #11138.
30666      Branch: perl
30667            - lib/Net/t/ph.t
30668            ! MANIFEST lib/Net/t/require.t
30669 ____________________________________________________________________________
30670 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
30671         Log: Regen toc and modlib.
30672      Branch: perl
30673            ! pod/perlmodlib.pod pod/perltoc.pod
30674 ____________________________________________________________________________
30675 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
30676         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
30677              Graham's request.
30678      Branch: perl
30679            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
30680            ! MANIFEST
30681 ____________________________________________________________________________
30682 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
30683         Log: Add the OS/390 harness results to the delta.
30684      Branch: perl
30685            ! pod/perl572delta.pod
30686 ____________________________________________________________________________
30687 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
30688         Log: Avoid the two study tests in OS/390 until the bug has been solved.
30689      Branch: perl
30690            ! t/op/study.t
30691 ____________________________________________________________________________
30692 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
30693         Log: DOS/DJGPP tweaks from Laszlo Molnar.
30694      Branch: perl
30695            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
30696 ____________________________________________________________________________
30697 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
30698         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
30699              From: Michael G Schwern <schwern@pobox.com>
30700              Date: Wed, 4 Jul 2001 00:01:16 -0400
30701              Message-ID: <20010704000116.C591@blackrider>
30702      Branch: perl
30703            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
30704 ____________________________________________________________________________
30705 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
30706         Log: The #11132 missed singleton characters (not part
30707              of a unilo..unihi range) in Unicode scripts.
30708      Branch: perl
30709            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
30710            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
30711            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
30712            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
30713            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
30714            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
30715            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
30716            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
30717            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
30718            ! lib/unicode/mktables.PL t/op/pat.t
30719 ____________________________________________________________________________
30720 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
30721         Log: Support preferentially the Unicode 'scripts' definition
30722              in the \p{In...} notation since according to Unicode the
30723              scripts concept is more natural for matching than using
30724              the somewhat artificial block names.  The block names are
30725              still available, though, and if there's a name conflict,
30726              the scripts one wins and the blocks one has to do with
30727              'Block' appended to its name.  For more information see
30728              
30729              http://www.unicode.org/unicode/reports/tr24/
30730      Branch: perl
30731            + lib/unicode/In/100.pl lib/unicode/In/101.pl
30732            + lib/unicode/In/102.pl lib/unicode/In/103.pl
30733            + lib/unicode/In/104.pl lib/unicode/In/105.pl
30734            + lib/unicode/In/106.pl lib/unicode/In/107.pl
30735            + lib/unicode/In/108.pl lib/unicode/In/109.pl
30736            + lib/unicode/In/110.pl lib/unicode/In/111.pl
30737            + lib/unicode/In/112.pl lib/unicode/In/113.pl
30738            + lib/unicode/In/114.pl lib/unicode/In/115.pl
30739            + lib/unicode/In/116.pl lib/unicode/In/117.pl
30740            + lib/unicode/In/118.pl lib/unicode/In/119.pl
30741            + lib/unicode/In/120.pl lib/unicode/In/121.pl
30742            + lib/unicode/In/122.pl lib/unicode/In/123.pl
30743            + lib/unicode/In/124.pl lib/unicode/In/125.pl
30744            + lib/unicode/In/126.pl lib/unicode/In/127.pl
30745            + lib/unicode/In/128.pl lib/unicode/In/129.pl
30746            + lib/unicode/In/130.pl lib/unicode/In/131.pl
30747            + lib/unicode/In/132.pl lib/unicode/In/133.pl
30748            + lib/unicode/In/134.pl lib/unicode/In/135.pl
30749            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
30750            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
30751            ! (edit 106 files)
30752 ____________________________________________________________________________
30753 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
30754         Log: Better document the difference between a block and a script.
30755      Branch: perl
30756            ! lib/Unicode/UCD.pm
30757 ____________________________________________________________________________
30758 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
30759         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
30760              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30761              Date: Tue, 3 Jul 2001 15:04:23 -0500
30762              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
30763      Branch: perl
30764            ! lib/CPAN.pm
30765 ____________________________________________________________________________
30766 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
30767         Log: Add tests for charscript().
30768      Branch: perl
30769            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
30770 ____________________________________________________________________________
30771 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
30772         Log: Add charscript() to get the UTR#24 script names of characters.
30773      Branch: perl
30774            ! lib/Unicode/UCD.pm
30775 ____________________________________________________________________________
30776 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
30777         Log: Todo updates.
30778      Branch: perl
30779            ! pod/perltodo.pod
30780 ____________________________________________________________________________
30781 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
30782         Log: Unicode::UCD updates.
30783      Branch: perl
30784            ! lib/Unicode/UCD.pm
30785 ____________________________________________________________________________
30786 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
30787         Log: (Retracted by #11174)
30788              Subject: MakeMaker should pass through DEFINE and INC to subdirs
30789              From: Alan Burlison <Alan.Burlison@sun.com>
30790              Date: Tue, 03 Jul 2001 15:20:13 +0100
30791              Message-ID: <3B41D49D.A923D4F9@sun.com>
30792      Branch: perl
30793            ! lib/ExtUtils/MM_Unix.pm
30794 ____________________________________________________________________________
30795 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
30796         Log: Subject: Patch needed for UTS
30797              From: hom00@utsglobal.com (Hal Morris)
30798              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
30799              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
30800              
30801              Replace #11113 with a better version.
30802      Branch: perl
30803            ! perl.h
30804 ____________________________________________________________________________
30805 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
30806         Log: Subject: Re: POINTERRIGOR
30807              From: Andy Dougherty <doughera@lafayette.edu>
30808              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
30809              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
30810      Branch: perl
30811            ! util.c
30812 ____________________________________________________________________________
30813 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
30814         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
30815              From: "Philip Newton" <pnewton@gmx.de>
30816              Date: Tue, 3 Jul 2001 17:03:34 +0200
30817              Message-ID: <3B41FAE6.29564.660E117@localhost>
30818      Branch: perl
30819            ! pp_hot.c
30820 ____________________________________________________________________________
30821 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
30822         Log: Typos.
30823      Branch: perl
30824            ! INSTALL
30825 ____________________________________________________________________________
30826 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
30827         Log: Subject: [PATCH 5.6.1] debugger fixes
30828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30829              Date: Tue, 3 Jul 2001 03:38:18 -0400
30830              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
30831              
30832              The $^S is working again.
30833      Branch: perl
30834            ! lib/perl5db.pl
30835 ____________________________________________________________________________
30836 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
30837         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
30838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30839              Date: Tue, 3 Jul 2001 03:34:06 -0400
30840              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
30841      Branch: perl
30842            ! os2/OS2/Process/Process.pm
30843 ____________________________________________________________________________
30844 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
30845         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
30846              From: "Philip Newton" <Philip.Newton@gmx.net>
30847              Date: Tue, 3 Jul 2001 09:11:27 +0200
30848              Message-Id: <200107030706.KAA04596@taas.iki.fi>
30849      Branch: perl
30850            ! lib/FindBin.pm
30851 ____________________________________________________________________________
30852 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
30853         Log: Delta delta.
30854      Branch: perl
30855            ! pod/perl572delta.pod
30856 ____________________________________________________________________________
30857 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
30858         Log: Metaconfig unit change for 11115.
30859      Branch: metaconfig
30860            ! U/modified/libc.U
30861 ____________________________________________________________________________
30862 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
30863         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
30864              (from Richard Hatch) (this was the cause of pipes() and
30865              times() mysteriously not being found)
30866      Branch: perl
30867            ! Configure
30868 ____________________________________________________________________________
30869 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
30870         Log: Retract #10142, the real culprit found by Richard Hatch,
30871              coming soon to Configure near you.
30872      Branch: perl
30873            ! hints/aix.sh
30874 ____________________________________________________________________________
30875 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
30876         Log: (Replaced by #11124) UTS workaround from Hal Morris.
30877      Branch: perl
30878            ! perl.h
30879 ____________________________________________________________________________
30880 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
30881         Log: Subject: [PATCH] grok not grocking correctly
30882              From: Nicholas Clark <nick@ccl4.org>
30883              Date: Tue, 3 Jul 2001 00:19:08 +0100
30884              Message-ID: <20010703001908.H59620@plum.flirble.org>
30885      Branch: perl
30886            ! numeric.c
30887 ____________________________________________________________________________
30888 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
30889         Log: Subject: [PATCH Deparse.t] test just-posted patches
30890              From: Robin Houston <robin@kitsite.com>
30891              Date: Mon, 2 Jul 2001 23:46:15 +0100
30892              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
30893      Branch: perl
30894            ! ext/B/Deparse.t
30895 ____________________________________________________________________________
30896 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
30897         Log: Subject: [PATCH toke.c] autosplit into @F
30898              From: Robin Houston <robin@kitsite.com>
30899              Date: Mon, 2 Jul 2001 23:18:20 +0100
30900              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
30901      Branch: perl
30902            ! perl.c toke.c
30903 ____________________________________________________________________________
30904 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
30905         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
30906              From: Robin Houston <robin@kitsite.com>
30907              Date: Mon, 2 Jul 2001 23:00:48 +0100
30908              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
30909      Branch: perl
30910            ! ext/B/B/Deparse.pm
30911 ____________________________________________________________________________
30912 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
30913         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
30914              From: "Philip Newton" <Philip.Newton@gmx.net>
30915              Date: Mon, 2 Jul 2001 22:06:22 +0200
30916              (no Message-Id)
30917      Branch: perl
30918            ! ext/NDBM_File/hints/linux.pl
30919 ____________________________________________________________________________
30920 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
30921         Log: Subject: Re: Fixed pack problem - sort of
30922              From: Nicholas Clark <nick@ccl4.org>
30923              Date: Mon, 2 Jul 2001 20:59:20 +0100
30924              Message-ID: <20010702205919.F59620@plum.flirble.org>
30925      Branch: perl
30926            ! pp_pack.c t/op/pack.t
30927 ____________________________________________________________________________
30928 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
30929         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
30930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30931              Date: Mon, 2 Jul 2001 15:45:41 -0400
30932              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
30933      Branch: perl
30934            ! os2/os2.c
30935 ____________________________________________________________________________
30936 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
30937         Log: (Mistaken retraction)
30938      Branch: perl
30939            ! utils/pl2pm.PL
30940 ____________________________________________________________________________
30941 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
30942         Log: Detypo in #11103.
30943      Branch: perl
30944            ! utils/pl2pm.PL
30945 ____________________________________________________________________________
30946 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
30947         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
30948              From: Jonathan Stowe <gellyfish@gellyfish.com>
30949              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
30950              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
30951      Branch: perl
30952            ! utils/pl2pm.PL
30953 ____________________________________________________________________________
30954 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
30955         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
30956              From: "Craig A. Berry" <craigberry@mac.com>
30957              Date: Mon, 02 Jul 2001 14:11:23 -0500
30958              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
30959      Branch: perl
30960            ! lib/Unicode/UCD.pm
30961 ____________________________________________________________________________
30962 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
30963         Log: Subject: [PATCH] Re: op/numconvert.t failures
30964              From: Nicholas Clark <nick@ccl4.org>
30965              Date: Mon, 2 Jul 2001 20:10:48 +0100
30966              Message-ID: <20010702201048.E59620@plum.flirble.org>
30967      Branch: perl
30968            ! t/op/numconvert.t
30969 ____________________________________________________________________________
30970 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
30971         Log: Update Changes.
30972      Branch: perl
30973            ! Changes patchlevel.h
30974 ____________________________________________________________________________
30975 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
30976         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
30977              The real fix must be more involved.  The line of code all the leaky
30978              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
30979              line of Perl_newPMOP().
30980      Branch: perl
30981            ! op.h
30982 ____________________________________________________________________________
30983 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
30984         Log: Based on
30985              
30986              Subject: Re: sizeof(struct sembuf)
30987              From: Nicholas Clark <nick@ccl4.org>
30988              Date: Sun, 1 Jul 2001 22:26:48 +0100
30989              Message-ID: <20010701222648.W59620@plum.flirble.org>
30990              
30991              but do semop() always the slow way.
30992      Branch: perl
30993            ! doio.c
30994 ____________________________________________________________________________
30995 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
30996         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
30997              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30998              Date: Tue, 03 Jul 2001 00:56:30 +0900
30999              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
31000      Branch: perl
31001            ! ext/Encode/Encode/Tcl.t
31002 ____________________________________________________________________________
31003 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
31004         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
31005              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31006              Date: Tue, 03 Jul 2001 00:55:46 +0900
31007              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
31008      Branch: perl
31009            ! ext/Encode/Encode/Tcl.pm
31010 ____________________________________________________________________________
31011 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
31012         Log: Regen api and toc.
31013      Branch: perl
31014            ! pod/perlapi.pod pod/perltoc.pod
31015 ____________________________________________________________________________
31016 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
31017         Log: Metaconfig unit change for #11093.
31018      Branch: metaconfig/U/perl
31019            ! d_fcntl_can_lock.U
31020 ____________________________________________________________________________
31021 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
31022         Log: The fcntl locking test may hang if NFS locking messed up;
31023              break out with alarm(10).
31024      Branch: perl
31025            ! Configure
31026 ____________________________________________________________________________
31027 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
31028         Log: Move the mdelete.bat from win32/bin to win32.
31029      Branch: perl
31030            ! MANIFEST
31031 ____________________________________________________________________________
31032 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
31033         Log: Typo in #11083.
31034      Branch: perl
31035            ! ext/Time/Piece/Piece.t
31036 ____________________________________________________________________________
31037 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
31038         Log: Netware tweaks from Guruprasad.
31039      Branch: perl
31040            - NetWare/perlsdio.h
31041            ! MANIFEST NetWare/Makefile NetWare/interface.c
31042            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
31043            ! perlsdio.h
31044 ____________________________________________________________________________
31045 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
31046         Log: Subject: Re: [PATH] shared -> unique;
31047              From: Abhijit Menon-Sen <ams@wiw.org>
31048              Date: Wed, 27 Jun 2001 03:51:27 +0530
31049              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
31050      Branch: perl
31051            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
31052 ____________________________________________________________________________
31053 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
31054         Log: Subject: Re: AIX / gcc-3.0
31055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31056              Date: Mon, 02 Jul 2001 15:20:21 +0200
31057              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
31058      Branch: perl
31059            ! hints/aix.sh
31060 ____________________________________________________________________________
31061 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
31062         Log: Subject: Re: Bug report: split splits on wrong pattern
31063              From: Abhijit Menon-Sen <ams@wiw.org>
31064              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
31065              Date: Mon, 2 Jul 2001 16:31:33 +0530
31066      Branch: perl
31067            ! pp_ctl.c
31068 ____________________________________________________________________________
31069 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
31070         Log: Subject: [PATCH 5.6.1] test harness
31071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31072              Date: Mon, 2 Jul 2001 06:29:21 -0400
31073              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
31074      Branch: perl
31075            ! lib/Test/Harness.pm
31076 ____________________________________________________________________________
31077 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
31078         Log: Subject: [PATCH 5.6.1] debugger goof
31079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31080              Date: Mon, 2 Jul 2001 06:27:22 -0400
31081              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
31082      Branch: perl
31083            ! lib/perl5db.pl
31084 ____________________________________________________________________________
31085 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
31086         Log: Subject: [PATCH 5.6.1] OS/2 cwd
31087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31088              Date: Mon, 2 Jul 2001 06:21:17 -0400
31089              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
31090      Branch: perl
31091            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
31092 ____________________________________________________________________________
31093 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
31094         Log: Make #11082 more OS/2-specific.
31095      Branch: perl
31096            ! ext/Time/Piece/Piece.t
31097 ____________________________________________________________________________
31098 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
31099         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
31100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31101              Date: Mon, 2 Jul 2001 06:06:34 -0400
31102              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
31103      Branch: perl
31104            ! ext/Time/Piece/Piece.t
31105 ____________________________________________________________________________
31106 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
31107         Log: Subject: [PATCH B::Deparse] version number & changes
31108              From: Robin Houston <robin@kitsite.com>  
31109              Date: Sun, 1 Jul 2001 17:17:29 +0100
31110              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
31111      Branch: perl
31112            ! ext/B/B/Deparse.pm
31113 ____________________________________________________________________________
31114 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
31115         Log: Subject: a small fix.
31116              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
31117              Date: Mon, 2 Jul 2001 12:17:53 +0200
31118              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
31119      Branch: perl
31120            ! ext/Thread/Thread.xs
31121 ____________________________________________________________________________
31122 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
31123         Log: Subject: RE: perl@10907
31124              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
31125              Date: Mon, 2 Jul 2001 12:06:16 +0200
31126              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
31127              
31128              Borland C vs PerlIO.
31129      Branch: perl
31130            ! win32/config.bc win32/config_H.bc
31131 ____________________________________________________________________________
31132 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
31133         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
31134              From: "H.M. Brand" <merijn@l1.procura.nl>
31135              Date: Mon, 02 Jul 2001 11:18:57 +0200
31136              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
31137      Branch: perl
31138            ! t/op/write.t
31139 ____________________________________________________________________________
31140 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
31141         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
31142              From: Michael G Schwern <schwern@pobox.com>
31143              Date: Mon, 2 Jul 2001 00:26:24 -0400
31144              Message-ID: <20010702002624.A18302@blackrider>
31145      Branch: perl
31146            - ext/util/mkbootstrap
31147 ____________________________________________________________________________
31148 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
31149         Log: Subject: [PATCH op.h] v minor comment tweak
31150              From: Robin Houston <robin@puffinry.freeserve.co.uk>
31151              Date: Mon, 2 Jul 2001 00:42:01 +0100
31152              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
31153      Branch: perl
31154            ! op.h
31155 ____________________________________________________________________________
31156 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
31157         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
31158      Branch: perl
31159            ! pod/perlfunc.pod
31160 ____________________________________________________________________________
31161 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
31162         Log: Subject: Re: sizeof(struct sembuf)
31163              From: Nicholas Clark <nick@ccl4.org>
31164              Date: Sun, 1 Jul 2001 19:23:16 +0100
31165              Message-ID: <20010701192316.V59620@plum.flirble.org>
31166              
31167              s/signaling/signalling/
31168      Branch: perl
31169            ! pod/perlfunc.pod
31170 ____________________________________________________________________________
31171 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
31172         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
31173              From: "Philip Newton" <Philip.Newton@gmx.net>
31174              Date: Sun, 1 Jul 2001 09:37:56 +0200
31175              Message-Id: <200107010733.KAA03920@taas.iki.fi>
31176      Branch: perl
31177            ! pod/perlvar.pod
31178 ____________________________________________________________________________
31179 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
31180         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
31181              From: "Philip Newton" <Philip.Newton@gmx.net>
31182              Date: Sun, 1 Jul 2001 09:37:56 +0200
31183              Message-Id: <200107010733.KAA03925@taas.iki.fi>
31184      Branch: perl
31185            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
31186 ____________________________________________________________________________
31187 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
31188         Log: Metaconfig unit change for #11070.
31189      Branch: metaconfig
31190            ! U/compline/randfunc.U
31191 ____________________________________________________________________________
31192 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
31193         Log: Subject: [PATCH perlsnap] its --> it's --> its
31194              From: "Philip Newton" <Philip.Newton@gmx.net>
31195              Date: Sun, 1 Jul 2001 09:37:56 +0200
31196              Message-Id: <200107010733.KAA03914@taas.iki.fi>
31197      Branch: perl
31198            ! Porting/config_H
31199 ____________________________________________________________________________
31200 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
31201         Log: Sync with Sarathy; integrate with perlio.
31202      Branch: perl
31203           !> gv.c
31204 ____________________________________________________________________________
31205 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
31206         Log: regenerate win32/config_H.?c files
31207      Branch: perl
31208            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31209 ____________________________________________________________________________
31210 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
31211         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
31212              naming discipline
31213              
31214              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
31215              because of this)
31216              
31217              fix a warning about "fd" being used without being set in Cwd.xs
31218      Branch: perl
31219            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
31220            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
31221            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
31222            ! win32/config.vc
31223 ____________________________________________________________________________
31224 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
31225         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
31226              within macro arguments") and warnings ("unary minus applied to
31227              unsigned type", among others)
31228      Branch: perl
31229            ! gv.c hv.c op.c pp.c sv.c toke.c
31230 ____________________________________________________________________________
31231 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
31232         Log: win32 fixes: more spurious CRs
31233      Branch: perl
31234            ! win32/mdelete.bat
31235 ____________________________________________________________________________
31236 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
31237         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
31238              from win32/bin (or it gets deleted by distclean); don't delete
31239              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
31240              NT (should be made Win9x specific, and added to makefile.mk)
31241      Branch: perl
31242           +> win32/mdelete.bat
31243            - win32/bin/mdelete.bat
31244            ! win32/Makefile win32/makefile.mk
31245 ____________________________________________________________________________
31246 [ 11063] By: nick                                  on 2001/07/01  18:54:09
31247         Log: Quick for for #ifdef mess
31248      Branch: perlio
31249            ! gv.c
31250 ____________________________________________________________________________
31251 [ 11062] By: nick                                  on 2001/07/01  18:47:42
31252         Log: Raw integrate - does not build #if mess in gv.c
31253      Branch: perlio
31254           !> (integrate 29 files)
31255 ____________________________________________________________________________
31256 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
31257         Log: Make 'compile' target a little less broken.
31258              Still very broken, though: -Wall warnings from
31259              the generated code, boot_Foo prototypes missing,
31260              can't autoload Fcntl::SEEK_CUR et alia, ...
31261      Branch: perl
31262            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
31263            ! utils/perlcc.PL x2p/Makefile.SH
31264 ____________________________________________________________________________
31265 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
31266         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
31267      Branch: perl
31268            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31269            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
31270 ____________________________________________________________________________
31271 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
31272         Log: Update Changes.
31273      Branch: perl
31274            ! Changes patchlevel.h
31275 ____________________________________________________________________________
31276 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
31277         Log: Still one typo, regen toc.
31278      Branch: perl
31279            ! lib/Unicode/UCD.pm pod/perltoc.pod
31280 ____________________________________________________________________________
31281 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
31282         Log: Detypos and regen toc.
31283      Branch: perl
31284            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
31285 ____________________________________________________________________________
31286 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
31287         Log: VERSION tweak.
31288      Branch: perl
31289            ! ext/List/Util/lib/List/Util.pm
31290 ____________________________________________________________________________
31291 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
31292         Log: Attempt at plugging the leak under ithreads detected by Doug.
31293      Branch: perl
31294            ! op.h
31295 ____________________________________________________________________________
31296 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
31297         Log: gcc -Wall lint after #11051.
31298      Branch: perl
31299            ! pp_sys.c
31300 ____________________________________________________________________________
31301 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
31302         Log: Integrate perlio.
31303      Branch: perl
31304           !> lib/File/Find/taint.t
31305 ____________________________________________________________________________
31306 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
31307         Log: Don't use the v-strings for module VERSIONs.
31308      Branch: perl
31309            ! lib/Unicode/UCD.pm
31310 ____________________________________________________________________________
31311 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
31312         Log: Code cleanup based on turning off the -woffs in IRIX.
31313              Not all of the gripes cleaned up (hairy code in hv.c and
31314              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
31315              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
31316              to the IRIX hints)
31317      Branch: perl
31318            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
31319            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
31320            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
31321            ! regcomp.c sv.c
31322 ____________________________________________________________________________
31323 [ 11050] By: nick                                  on 2001/06/30  20:46:46
31324         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
31325      Branch: perlio
31326            ! lib/File/Find/taint.t
31327 ____________________________________________________________________________
31328 [ 11049] By: nick                                  on 2001/06/30  18:13:33
31329         Log: Integrate mainline
31330      Branch: perlio
31331           +> NetWare/nwstdio.h NetWare/perlsdio.h
31332           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
31333           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
31334           +> lib/Unicode/UCD.t t/run/exit.t
31335           !> (integrate 60 files)
31336 ____________________________________________________________________________
31337 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
31338         Log: Delta delta.
31339      Branch: perl
31340            ! pod/perl572delta.pod
31341 ____________________________________________________________________________
31342 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
31343         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
31344              by CPAN.pm, use rather _00.
31345      Branch: perl
31346            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
31347            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
31348            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
31349            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
31350            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
31351            ! lib/ExtUtils/Embed.pm lib/Test.pm
31352 ____________________________________________________________________________
31353 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
31354         Log: Add a simple Unicode character database interface, Unicode::UCD.
31355      Branch: perl
31356            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
31357            ! MANIFEST
31358 ____________________________________________________________________________
31359 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
31360         Log: Subject: [PATCH] op/numconver.t
31361              From: Nicholas Clark <nick@ccl4.org>
31362              Date: Sat, 30 Jun 2001 15:40:10 +0100
31363              Message-ID: <20010630154010.I59620@plum.flirble.org>
31364      Branch: perl
31365            ! t/op/numconvert.t
31366 ____________________________________________________________________________
31367 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
31368         Log: The $^N is now taken (by #11038).
31369      Branch: perl
31370            ! t/base/lex.t
31371 ____________________________________________________________________________
31372 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
31373         Log: The #11040 had slipped to a wrong function...
31374      Branch: perl
31375            ! sv.c
31376 ____________________________________________________________________________
31377 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
31378         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
31379              the Configure library symbol probe mysteriously finds all
31380              symbols but those of pipe() and times().
31381      Branch: perl
31382            ! hints/aix.sh
31383 ____________________________________________________________________________
31384 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
31385         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
31386              From: Nicholas Clark <nick@ccl4.org>
31387              Date: Fri, 29 Jun 2001 23:49:07 +0100
31388              Message-ID: <20010629234907.D59620@plum.flirble.org>
31389      Branch: perl
31390            ! lib/ExtUtils.t
31391 ____________________________________________________________________________
31392 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
31393         Log: Subject: [PATCH] weakref fix 2, not yet there
31394              From: Artur Bergman <artur@contiller.se>
31395              Date: Sat, 30 Jun 2001 01:18:16 +0200
31396              Message-ID: <B762D957.1CC9%artur@contiller.se>
31397      Branch: perl
31398            ! sv.c
31399 ____________________________________________________________________________
31400 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
31401         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
31402              From: Michael G Schwern <schwern@pobox.com>
31403              Date: Fri, 29 Jun 2001 19:39:11 -0400
31404              Message-ID: <20010629193910.D25304@blackrider>
31405      Branch: perl
31406            + t/run/exit.t
31407            ! MANIFEST
31408 ____________________________________________________________________________
31409 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
31410         Log: Add support for $^N, the most-recently closed group.
31411      Branch: perl
31412            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
31413            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
31414            ! thrdvar.h
31415 ____________________________________________________________________________
31416 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
31417         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
31418              From: lvirden@cas.org
31419              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
31420              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
31421              
31422              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
31423              From: lvirden@cas.org
31424              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
31425              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
31426      Branch: perl
31427            ! README.solaris
31428 ____________________________________________________________________________
31429 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
31430         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
31431              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31432              Date: Sat, 30 Jun 2001 07:33:37 +0900
31433              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
31434              
31435              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
31436              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31437              Date: Sat, 30 Jun 2001 21:38:14 +0900
31438              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
31439      Branch: perl
31440            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
31441            + ext/Encode/Encode/7bit-kr.enc
31442            ! MANIFEST ext/Encode/Encode/Tcl.pm
31443 ____________________________________________________________________________
31444 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
31445         Log: NetWare tweaks from Guruprasad.
31446      Branch: perl
31447            + NetWare/nwstdio.h NetWare/perlsdio.h
31448            ! MANIFEST NetWare/Makefile NetWare/config.wc
31449            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
31450            ! NetWare/t/Readme.txt
31451 ____________________________________________________________________________
31452 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
31453         Log: More module $VERSION bump-ups.
31454      Branch: perl
31455            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
31456            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
31457            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
31458 ____________________________________________________________________________
31459 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
31460         Log: Doc update due to #11032.
31461      Branch: perl
31462            ! pod/perl572delta.pod
31463 ____________________________________________________________________________
31464 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
31465         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
31466              From: Peter Prymmer <pvhp@forte.com>
31467              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
31468              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
31469      Branch: perl
31470            ! ext/Time/HiRes/HiRes.xs
31471 ____________________________________________________________________________
31472 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
31473         Log: -lpthreads missing in AIX.
31474      Branch: perl
31475            ! hints/aix.sh
31476 ____________________________________________________________________________
31477 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
31478         Log: Subject: [PATCH] CLONE && weakrefs
31479              From: Artur Bergman <artur@contiller.se>
31480              Date: Fri, 29 Jun 2001 17:02:00 +0200
31481              Message-ID: <B7626508.1CA0%artur@contiller.se>
31482      Branch: perl
31483            ! sv.c
31484 ____________________________________________________________________________
31485 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
31486         Log: Subject: Re: Bug report: split splits on wrong pattern
31487              From: Radu Greab <radu@netsoft.ro>
31488              Date: Wed, 27 Jun 2001 21:50:52 +0300
31489              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
31490      Branch: perl
31491            ! pp_ctl.c t/op/split.t
31492 ____________________________________________________________________________
31493 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
31494         Log: Metaconfig unit change for #11027.
31495      Branch: metaconfig/U/perl
31496            ! d_modfl.U
31497 ____________________________________________________________________________
31498 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
31499         Log: I thought this Configure glitch for AIX was just recently fixed?
31500      Branch: perl
31501            ! Configure
31502 ____________________________________________________________________________
31503 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
31504         Log: Update Changes.
31505      Branch: perl
31506            ! Changes patchlevel.h
31507 ____________________________________________________________________________
31508 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
31509         Log: Subject: Re: perl@10967, File::Find, and Cwd
31510              From: Mike Guy <mjtg@cam.ac.uk>
31511              Date: Fri, 29 Jun 2001 14:56:49 +0100
31512              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
31513      Branch: perl
31514            ! lib/File/Find/taint.t
31515 ____________________________________________________________________________
31516 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
31517         Log: Update the sv_pvprintify() spec.
31518      Branch: perl
31519            ! pod/perltodo.pod
31520 ____________________________________________________________________________
31521 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
31522         Log: Known test failures update.
31523      Branch: perl
31524            ! pod/perl572delta.pod
31525 ____________________________________________________________________________
31526 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
31527         Log: Based on
31528              
31529              Subject: [PATCH @11016] More );) fixes
31530              From: Richard Soderberg <rs@crystalflame.net>
31531              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
31532              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
31533      Branch: perl
31534            ! ext/Thread/Thread.xs ext/Thread/typemap
31535 ____________________________________________________________________________
31536 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
31537         Log: Subject: [PATCH @11016] Fixes compile errors in four files
31538              From: Richard Soderberg <rs@crystalflame.net>
31539              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
31540              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
31541      Branch: perl
31542            ! mg.c pp.c pp_hot.c util.c
31543 ____________________________________________________________________________
31544 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
31545         Log: AIX hints tweaking continues, from Merijn Brand.
31546      Branch: perl
31547            ! hints/aix.sh
31548 ____________________________________________________________________________
31549 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
31550         Log: HP-UX needs gccversion sooner, from Merijn Brand.
31551      Branch: perl
31552            ! hints/hpux.sh
31553 ____________________________________________________________________________
31554 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
31555         Log: Subject: [PATCH 5.6.1] OS/2 docs
31556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31557              Date: Fri, 29 Jun 2001 02:34:12 -0400
31558              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
31559      Branch: perl
31560            ! README.os2 os2/Changes
31561 ____________________________________________________________________________
31562 [ 11017] By: nick                                  on 2001/06/29  10:20:30
31563         Log: Integrate mainline
31564      Branch: perlio
31565           +> (branch 37 files)
31566            - ext/ODBM_File/sdbm.t
31567           !> (integrate 211 files)
31568 ____________________________________________________________________________
31569 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
31570         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
31571              the modules found using a script written by Larry Schatzer Jr.
31572      Branch: perl
31573            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
31574            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
31575            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
31576            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
31577            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
31578            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
31579            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
31580            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
31581            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
31582            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
31583            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
31584            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
31585            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
31586            ! lib/constant.pm lib/fields.pm lib/strict.pm
31587 ____________________________________________________________________________
31588 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
31589         Log: The latest JPL from the anoncvs.
31590      Branch: perl
31591            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
31592 ____________________________________________________________________________
31593 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
31594         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
31595      Branch: perl
31596            ! t/op/pat.t
31597 ____________________________________________________________________________
31598 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
31599         Log: Worrying about insecure directories now is a bit too late.
31600      Branch: perl
31601            ! lib/File/Find/taint.t
31602 ____________________________________________________________________________
31603 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
31604         Log: Cannot DIE() in a void function,
31605              from Richard Hatch <rhatch@austin.ibm.com>.
31606      Branch: perl
31607            ! ext/IPC/SysV/SysV.xs
31608 ____________________________________________________________________________
31609 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
31610         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
31611              From: Peter Prymmer <pvhp@forte.com>
31612              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
31613              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
31614              
31615              (unfinished: time/hires tests 3, 5, 14 failing, but better
31616              than wholesale failure)
31617      Branch: perl
31618            ! ext/Time/HiRes/HiRes.xs
31619 ____________________________________________________________________________
31620 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
31621         Log: Subject: [PATCH 5.6.1] OS/2 improvements
31622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31623              Date: Thu, 28 Jun 2001 16:03:14 -0400
31624              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
31625      Branch: perl
31626            + os2/os2_base.t
31627            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
31628            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
31629            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
31630            ! os2/os2ish.h
31631 ____________________________________________________________________________
31632 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
31633         Log: Subject: Incrementing Extutils::Manifest's $VERSION
31634              From: Michael G Schwern <schwern@pobox.com>
31635              Date: Thu, 28 Jun 2001 13:13:49 -0400
31636              Message-ID: <20010628131349.A14738@blackrider>
31637      Branch: maint-5.6/perl
31638            ! lib/ExtUtils/Manifest.pm
31639 ____________________________________________________________________________
31640 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
31641         Log: AIX tweak from Merijn Brand.
31642      Branch: perl
31643            ! hints/aix.sh
31644 ____________________________________________________________________________
31645 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
31646         Log: Create the macperl branch.
31647      Branch: maint-5.6/macperl
31648           +> (branch 1728 files)
31649 ____________________________________________________________________________
31650 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
31651         Log: Update Changes.
31652      Branch: perl
31653            ! Changes patchlevel.h
31654 ____________________________________________________________________________
31655 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
31656         Log: More Perforce lore.
31657      Branch: perl
31658            ! Porting/repository.pod
31659 ____________________________________________________________________________
31660 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
31661         Log: Metaconfig unit changes for #11003.
31662      Branch: metaconfig/U/perl
31663            + d_nl_langinfo.U i_langinfo.U
31664 ____________________________________________________________________________
31665 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
31666         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
31667              Expected not to exist in non-UNIX excepting in VMS, where
31668              according to a quick web survey they just might.
31669      Branch: perl
31670            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
31671            ! Porting/config_H config_h.SH configure.com epoc/config.sh
31672            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
31673            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31674            ! win32/config.bc win32/config.gc win32/config.vc
31675 ____________________________________________________________________________
31676 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
31677         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
31678              in AIX is one is doing a 64-bit build.
31679      Branch: perl
31680            ! hints/aix.sh
31681 ____________________________________________________________________________
31682 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
31683         Log: Metaconfig unit changes for #11000.
31684      Branch: metaconfig/U/perl
31685            ! use64bits.U uselfs.U
31686 ____________________________________________________________________________
31687 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
31688         Log: Move use64bitint and use64bitall before uselargefiles.
31689      Branch: perl
31690            ! Configure
31691 ____________________________________________________________________________
31692 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
31693         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
31694              From: Robert Spier <rspier@pobox.com>
31695              Message-ID: <15162.41164.618712.841415@rls.cx>
31696              Date: Wed, 27 Jun 2001 23:13:16 -0400
31697      Branch: perl
31698            ! doio.c
31699 ____________________________________________________________________________
31700 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
31701         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
31702              From: Peter Prymmer <pvhp@forte.com>
31703              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
31704              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
31705      Branch: perl
31706            ! numeric.c
31707 ____________________________________________________________________________
31708 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
31709         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
31710              From: Peter Prymmer <pvhp@forte.com>
31711              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
31712              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
31713      Branch: perl
31714            ! configure.com ext/Digest/MD5/Makefile.PL
31715 ____________________________________________________________________________
31716 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
31717         Log: Update Changes.
31718      Branch: perl
31719            ! Changes patchlevel.h
31720 ____________________________________________________________________________
31721 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
31722         Log: Tiny EPOC updates.
31723      Branch: perl
31724            ! epoc/config.sh
31725 ____________________________________________________________________________
31726 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
31727         Log: The Test::More and Test::Simple tests required help
31728              thanks to our schizophrenic test scheme.
31729      Branch: perl
31730            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
31731            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
31732            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
31733            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
31734            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
31735 ____________________________________________________________________________
31736 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
31737         Log: Upgrade to Test::Simple 0.09.
31738      Branch: perl
31739            + lib/Test/Simple/Changes
31740            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
31741            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
31742            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
31743            ! lib/Test/Simple/t/plan_is_noplan.t
31744 ____________________________________________________________________________
31745 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
31746         Log: Upgrade to Test::More 0.07.
31747      Branch: perl
31748            + lib/Test/More/Changes
31749            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
31750            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
31751            ! lib/Test/More/t/skipall.t
31752 ____________________________________________________________________________
31753 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
31754         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
31755              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31756              Date: Wed, 27 Jun 2001 18:40:04 +0200
31757              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
31758      Branch: perl
31759            ! hints/hpux.sh
31760 ____________________________________________________________________________
31761 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
31762         Log: Subject: [PATCH README.qnx hints/qnx.sh]
31763              From: Norton Allen <allen@huarp.harvard.edu>
31764              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
31765              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
31766      Branch: perl
31767            ! README.qnx hints/qnx.sh
31768 ____________________________________________________________________________
31769 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
31770         Log: Subject: [PATCH] two little documentation nits
31771              From: Abhijit Menon-Sen <ams@wiw.org>
31772              Date: Wed, 27 Jun 2001 20:07:50 +0530
31773              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
31774      Branch: perl
31775            ! sv.c sv.h
31776 ____________________________________________________________________________
31777 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
31778         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
31779              From: Norton Allen <allen@huarp.harvard.edu>
31780              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
31781              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
31782      Branch: perl
31783            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
31784 ____________________________________________________________________________
31785 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
31786         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
31787              From: Michael G Schwern <schwern@pobox.com>
31788              Date: Wed, 27 Jun 2001 02:34:58 -0400
31789              Message-ID: <20010627023458.K23874@blackrider>
31790      Branch: perl
31791            ! vms/test.com
31792 ____________________________________________________________________________
31793 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
31794         Log: Add perl_clone_host() for Netware.
31795      Branch: perl
31796            ! NetWare/nw5.c
31797 ____________________________________________________________________________
31798 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
31799         Log: GCC 3.0 hints for HP-UX.
31800      Branch: perl
31801            ! hints/hpux.sh
31802 ____________________________________________________________________________
31803 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
31804         Log: In some Linux distributions the libndbm is broken
31805              (no null key support), therefore link with libgdbm
31806              (if available), since it has a working ndbm emulation,
31807              from Jonathan Stowe.
31808      Branch: perl
31809            + ext/NDBM_File/hints/linux.pl
31810            ! MANIFEST
31811 ____________________________________________________________________________
31812 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
31813         Log: Subject: [PATCH perl@10930] find.t hack for VMS
31814              From: "Craig A. Berry" <craigberry@mac.com>
31815              Date: Tue, 26 Jun 2001 23:40:25 -0500
31816              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
31817      Branch: perl
31818            ! lib/File/Find/find.t
31819 ____________________________________________________________________________
31820 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
31821         Log: AUTHORS updates.
31822      Branch: perl
31823            ! AUTHORS
31824 ____________________________________________________________________________
31825 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
31826         Log: Metaconfig unit change like #10980.
31827      Branch: metaconfig
31828            ! U/compline/d_stdstdio.U
31829 ____________________________________________________________________________
31830 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
31831         Log: "lose the it's", from Abhijit Menon-Sen.
31832              ("It's" not searched, pods not searched.)
31833      Branch: perl
31834            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
31835            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
31836            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
31837            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
31838            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31839            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
31840 ____________________________________________________________________________
31841 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
31842         Log: "lose the looses", from Abhijit Menon-Sen.
31843      Branch: perl
31844            ! ext/B/B/Assembler.pm gv.c
31845 ____________________________________________________________________________
31846 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
31847         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
31848      Branch: perl
31849            ! hints/os390.sh
31850 ____________________________________________________________________________
31851 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
31852         Log: DEC C 5.3 on the VAX simply doesn't seem to like
31853              compiling the MD5 extension, disable it there for now,
31854              from Peter Prymmer.
31855      Branch: perl
31856            ! configure.com
31857 ____________________________________________________________________________
31858 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
31859         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
31860              From: Jonathan Stowe <gellyfish@gellyfish.com>
31861              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
31862              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
31863      Branch: perl
31864            ! pod/perlfaq3.pod
31865 ____________________________________________________________________________
31866 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
31867         Log: Subject: [PATCH 5.6.1] perlxs misprints
31868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31869              Date: Tue, 26 Jun 2001 17:20:00 -0400
31870              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
31871      Branch: perl
31872            ! pod/perlxs.pod
31873 ____________________________________________________________________________
31874 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
31875         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
31876              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31877              Date: Tue, 26 Jun 2001 17:27:07 -0400
31878              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
31879      Branch: perl
31880            ! lib/ExtUtils/MM_Unix.pm
31881 ____________________________________________________________________________
31882 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
31883         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
31884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31885              Date: Tue, 26 Jun 2001 17:23:24 -0400
31886              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
31887      Branch: perl
31888            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
31889 ____________________________________________________________________________
31890 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
31891         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
31892              by Olaf Flebbe.
31893      Branch: perl
31894            ! perl.h
31895 ____________________________________________________________________________
31896 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
31897         Log: Detypo.
31898      Branch: perl
31899            ! lib/Memoize/t/tie_sdbm.t
31900 ____________________________________________________________________________
31901 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
31902         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
31903      Branch: perl
31904            ! win32/perllib.c
31905 ____________________________________________________________________________
31906 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
31907         Log: Subject: [patch] perl_clone+CvFILE
31908              From: Doug MacEachern <dougm@covalent.net>
31909              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
31910              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
31911      Branch: perl
31912            ! sv.c
31913 ____________________________________________________________________________
31914 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
31915         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
31916              From: Mark-Jason Dominus <mjd@plover.com>
31917              Date: Tue, 26 Jun 2001 12:33:01 -0400
31918              Message-ID: <20010626163301.31298.qmail@plover.com>
31919      Branch: perl
31920            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
31921 ____________________________________________________________________________
31922 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
31923         Log: Update Changes.
31924      Branch: perl
31925            ! Changes patchlevel.h
31926 ____________________________________________________________________________
31927 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
31928         Log: Also catfile() needs now to explicitly exported.
31929      Branch: perl
31930            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
31931 ____________________________________________________________________________
31932 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
31933         Log: Regen toc.
31934      Branch: perl
31935            ! pod/perltoc.pod
31936 ____________________________________________________________________________
31937 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
31938         Log: Nonexistent pod command.
31939      Branch: perl
31940            ! pod/perl572delta.pod
31941 ____________________________________________________________________________
31942 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
31943         Log: Be more portable in the quest for tmpdir.
31944      Branch: perl
31945            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
31946 ____________________________________________________________________________
31947 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
31948         Log: Be more portable in finding out the home directory,
31949              and use File::Spec to do the concat.
31950              (Come to think of it, couldn't File::Spec provide
31951              for a ->homedir method?)
31952      Branch: perl
31953            ! lib/Net/Config.pm
31954 ____________________________________________________________________________
31955 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
31956         Log: Doc patch for #10959.
31957      Branch: perl
31958            ! pod/perlfunc.pod
31959 ____________________________________________________________________________
31960 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
31961         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
31962              From: "Philip Newton" <pnewton@gmx.de>
31963              Date: Tue, 26 Jun 2001 16:26:47 +0200
31964              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
31965      Branch: perl
31966            ! pod/perldata.pod
31967 ____________________________________________________________________________
31968 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
31969         Log: Subject: [PATH] shared -> unique;
31970              From: "Artur Bergman" <artur@contiller.se>
31971              Date: Tue, 26 Jun 2001 16:18:40 +0200
31972              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
31973              
31974              Because "shared" isn't: it's read-only.
31975      Branch: perl
31976            ! toke.c xsutils.c
31977 ____________________________________________________________________________
31978 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
31979         Log: Escape multiline croak messages.
31980      Branch: perl
31981            ! t/op/ver.t
31982 ____________________________________________________________________________
31983 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
31984         Log: No more pragma/*.t for minitest.
31985      Branch: perl
31986            ! Makefile.SH
31987 ____________________________________________________________________________
31988 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
31989         Log: AUTHORS updates.
31990      Branch: perl
31991            ! AUTHORS
31992 ____________________________________________________________________________
31993 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
31994         Log: delta updates.
31995      Branch: perl
31996            ! pod/perl572delta.pod
31997 ____________________________________________________________________________
31998 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
31999         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
32000              From: Artur Bergman <artur@contiller.se> 
32001              Date: Tue, 26 Jun 2001 15:32:53 +0200
32002              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
32003      Branch: perl
32004            ! makedef.pl sv.c sv.h win32/perllib.c
32005 ____________________________________________________________________________
32006 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
32007         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
32008              From: Jonathan Stowe <gellyfish@gellyfish.com>
32009              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
32010              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
32011              
32012              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
32013      Branch: perl
32014            + ext/Time/HiRes/hints/sco.pl
32015            ! MANIFEST
32016 ____________________________________________________________________________
32017 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
32018         Log: Subject: [PATCH 5.6.1] static build
32019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32020              Date: Tue, 26 Jun 2001 04:22:25 -0400
32021              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
32022      Branch: perl
32023            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
32024            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
32025 ____________________________________________________________________________
32026 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
32027         Log: DJGPP patches from Laszlo Molnar.
32028      Branch: perl
32029            ! djgpp/djgpp.c perl.c util.c
32030 ____________________________________________________________________________
32031 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
32032         Log: Netware patches from Ananth Kesari.
32033      Branch: perl
32034            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
32035            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
32036            ! NetWare/nwtinfo.h
32037 ____________________________________________________________________________
32038 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
32039         Log: Detypo.
32040      Branch: perl
32041            ! ext/Errno/Errno_pm.PL
32042 ____________________________________________________________________________
32043 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
32044         Log: There seems to be two ways of spelling the $^O in *STEP.
32045      Branch: perl
32046            ! ext/Errno/Errno_pm.PL
32047 ____________________________________________________________________________
32048 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
32049         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
32050              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
32051      Branch: perl
32052            ! ext/Errno/Errno_pm.PL
32053 ____________________________________________________________________________
32054 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
32055         Log: Known bugs update.
32056      Branch: perl
32057            ! pod/perl572delta.pod
32058 ____________________________________________________________________________
32059 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
32060         Log: The default installation of Cygwin has 500 as root's uid.
32061      Branch: perl
32062            ! lib/User/pwent.t
32063 ____________________________________________________________________________
32064 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
32065         Log: Be even more relaxed (re-allow having only one entry).
32066      Branch: perl
32067            ! t/op/grent.t t/op/pwent.t
32068 ____________________________________________________________________________
32069 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
32070         Log: Test failure updates.
32071      Branch: perl
32072            ! pod/perl572delta.pod
32073 ____________________________________________________________________________
32074 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
32075         Log: MPE/iX test tweaks from Mark Bixby.
32076      Branch: perl
32077            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
32078            ! t/io/fs.t t/op/stat.t
32079 ____________________________________________________________________________
32080 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
32081         Log: Microperl findings.
32082      Branch: perl
32083            ! perl.h pp_sys.c
32084 ____________________________________________________________________________
32085 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
32086         Log: Touch uconfig.h.
32087      Branch: perl
32088            ! uconfig.h
32089 ____________________________________________________________________________
32090 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
32091         Log: Subject: [PATCH] Proposed fix for Pod::Man
32092              From: Rob Napier <rnapier@employees.org>
32093              Date: Mon, 25 Jun 2001 15:49:24 -0400
32094              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
32095              
32096              Cater for Solaris nroff brokenness (shortchanges daisywheel
32097              printers, but hey, we also no more support PDPs.)
32098      Branch: perl
32099            ! lib/Pod/Man.pm
32100 ____________________________________________________________________________
32101 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
32102         Log: Typo in #10937.
32103      Branch: perl
32104            ! ext/POSIX/sigaction.t
32105 ____________________________________________________________________________
32106 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
32107         Log: SIGCONT not trappable in VMS.
32108      Branch: perl
32109            ! ext/POSIX/sigaction.t
32110 ____________________________________________________________________________
32111 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
32112         Log: Subject: [DRAFT] Encode-Tcl.t
32113              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32114              Date: Tue, 26 Jun 2001 03:38:08 +0900
32115              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
32116      Branch: perl
32117            + ext/Encode/Encode/Tcl.t
32118            ! MANIFEST ext/Encode/Encode/Tcl.pm
32119 ____________________________________________________________________________
32120 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
32121         Log: Because of #10932 retract also the perlfunc hunk of #10910.
32122      Branch: perl
32123            ! pod/perlfunc.pod
32124 ____________________________________________________________________________
32125 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
32126         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
32127              by Ilya Zakharevich in
32128              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
32129      Branch: perl
32130            ! XSUB.h
32131 ____________________________________________________________________________
32132 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
32133         Log: Typo in #10889.
32134      Branch: perl
32135            ! hints/uts.sh
32136 ____________________________________________________________________________
32137 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
32138         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
32139              From: Abhijit Menon-Sen <ams@wiw.org>
32140              Date: Mon, 25 Jun 2001 23:45:45 +0530
32141              Message-ID: <20010625234545.A5022@lustre.linux.in>
32142      Branch: perl
32143            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
32144 ____________________________________________________________________________
32145 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
32146         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
32147              From: Michael G Schwern <schwern@pobox.com>
32148              Date: Mon, 25 Jun 2001 14:35:51 -0400
32149              Message-ID: <20010625143551.H13819@blackrider>
32150      Branch: perl
32151            ! lib/Test.pm
32152 ____________________________________________________________________________
32153 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
32154         Log: Update Changes.
32155      Branch: perl
32156            ! Changes patchlevel.h
32157 ____________________________________________________________________________
32158 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
32159         Log: Regen toc and modlib.
32160      Branch: perl
32161            ! pod/perlmodlib.pod pod/perltoc.pod
32162 ____________________________________________________________________________
32163 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
32164         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
32165              for the benefit of C++ compilers, as suggested by Guruprasad.
32166      Branch: perl
32167            ! embed.pl proto.h
32168 ____________________________________________________________________________
32169 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
32170         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
32171              From: Jonathan Stowe <gellyfish@gellyfish.com>
32172              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
32173              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
32174      Branch: perl
32175            ! pod/perlfaq5.pod
32176 ____________________________________________________________________________
32177 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
32178         Log: Missed from #10925.
32179      Branch: perl
32180            ! gv.c
32181 ____________________________________________________________________________
32182 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
32183         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
32184              From: Robin Houston <robin@kitsite.com>
32185              Date: Sat, 19 May 2001 16:19:34 +0100
32186              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
32187      Branch: perl
32188            ! cv.h gv.h op.c
32189 ____________________________________________________________________________
32190 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
32191         Log: Netware README tweak.
32192      Branch: perl
32193            ! README.netware
32194 ____________________________________________________________________________
32195 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
32196         Log: Subject: [PATCH] Re: overload.t fails
32197              From: Abhijit Menon-Sen <ams@wiw.org>
32198              Date: Mon, 25 Jun 2001 14:52:20 +0530
32199              Message-ID: <20010625145220.A24114@lustre.linux.in>
32200      Branch: perl
32201            ! lib/overload.t
32202 ____________________________________________________________________________
32203 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
32204         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
32205              From: Mike Guy <mjtg@cam.ac.uk>
32206              Date: Mon, 25 Jun 2001 11:43:23 +0100
32207              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
32208      Branch: perl
32209            ! lib/Carp.pm
32210 ____________________________________________________________________________
32211 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
32212         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
32213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32214              Date: Sun, 24 Jun 2001 05:17:05 -0400
32215              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
32216      Branch: perl
32217            ! os2/os2ish.h
32218 ____________________________________________________________________________
32219 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
32220         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
32221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32222              Date: Mon, 25 Jun 2001 05:52:27 -0400
32223              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
32224      Branch: perl
32225            ! hints/os2.sh
32226 ____________________________________________________________________________
32227 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
32228         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
32229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32230              Date: Mon, 25 Jun 2001 05:23:35 -0400
32231              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
32232      Branch: perl
32233            ! os2/os2.c
32234 ____________________________________________________________________________
32235 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
32236         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
32237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32238              Date: Mon, 25 Jun 2001 05:04:32 -0400
32239              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
32240      Branch: perl
32241            ! os2/OS2/REXX/DLL/DLL.pm
32242 ____________________________________________________________________________
32243 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
32244         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
32245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32246              Date: Mon, 25 Jun 2001 05:02:36 -0400
32247              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
32248      Branch: perl
32249            ! mg.c os2/dl_os2.c os2/os2.c
32250 ____________________________________________________________________________
32251 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
32252         Log: Subject: Re: [PATCH 5.6.1] misprints
32253              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32254              Date: Mon, 25 Jun 2001 04:50:50 -0400
32255              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
32256      Branch: perl
32257            ! os2/os2.c pp_sys.c
32258 ____________________________________________________________________________
32259 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
32260         Log: Add Test::More and Test::Simple to the delta.
32261      Branch: perl
32262            ! pod/perl572delta.pod
32263 ____________________________________________________________________________
32264 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
32265         Log: Add Test::More, from Michael G Schwern.
32266      Branch: perl
32267            + lib/Test/More.pm lib/Test/More/t/More.t
32268            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
32269            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
32270            + t/lib/Test/More/Catch.pm
32271            ! MANIFEST
32272 ____________________________________________________________________________
32273 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
32274         Log: Add Test::Simple from Michael G Schwern.
32275      Branch: perl
32276            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
32277            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
32278            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
32279            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
32280            + t/lib/Test/Simple/Catch.pm
32281            + t/lib/Test/Simple/sample_tests/death.plx
32282            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
32283            + t/lib/Test/Simple/sample_tests/extras.plx
32284            + t/lib/Test/Simple/sample_tests/five_fail.plx
32285            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
32286            + t/lib/Test/Simple/sample_tests/one_fail.plx
32287            + t/lib/Test/Simple/sample_tests/require.plx
32288            + t/lib/Test/Simple/sample_tests/success.plx
32289            + t/lib/Test/Simple/sample_tests/too_few.plx
32290            + t/lib/Test/Simple/sample_tests/two_fail.plx
32291            ! MANIFEST
32292 ____________________________________________________________________________
32293 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
32294         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
32295              From: "Craig A. Berry" <craigberry@mac.com>
32296              Date: Sun, 24 Jun 2001 23:41:36 -0500
32297              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
32298      Branch: perl
32299            ! pp_sys.c
32300 ____________________________________________________________________________
32301 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
32302         Log: Upgrade to Attribute::Handlers 0.70.
32303      Branch: perl
32304            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
32305            ! MANIFEST lib/Attribute/Handlers.pm
32306 ____________________________________________________________________________
32307 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
32308         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
32309              From: Abhijit Menon-Sen <ams@wiw.org>
32310              Date: Sat, 23 Jun 2001 05:17:44 +0530
32311              Message-ID: <20010623051744.A18583@lustre.linux.in>
32312              
32313              (Can't think of a good place to put tests.)
32314      Branch: perl
32315            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
32316 ____________________________________________________________________________
32317 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
32318         Log: Subject: [PATCH] t/op/pat.t typo fix
32319              From: Richard Soderberg <rs@crystalflame.net>
32320              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
32321              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
32322      Branch: perl
32323            ! t/op/pat.t
32324 ____________________________________________________________________________
32325 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
32326         Log: Move the pack warnings to their own file, as pointed
32327              out by Spider.
32328      Branch: perl
32329            + t/lib/warnings/pp_pack
32330            ! MANIFEST t/lib/warnings/pp
32331 ____________________________________________________________________________
32332 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
32333         Log: Update Changes.
32334      Branch: perl
32335            ! Changes patchlevel.h
32336 ____________________________________________________________________________
32337 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
32338         Log: Partially fix a problem noticed by IRIX compiler:
32339              the initialization of parse_start was bypassed by
32340              several gotos.  Now initialized to zero, which may
32341              not be the best choice.
32342      Branch: perl
32343            ! regcomp.c
32344 ____________________________________________________________________________
32345 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
32346         Log: Relax the group and password tests back to moaning only
32347              if no matches at all are found.  (Even with a small sample
32348              I could find many sites where there are, umm, anomalies in
32349              the said databases.)       
32350      Branch: perl
32351            ! t/op/grent.t t/op/pwent.t
32352 ____________________________________________________________________________
32353 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
32354         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
32355      Branch: perl
32356            ! pp_ctl.c
32357 ____________________________________________________________________________
32358 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
32359         Log: De-cut-and-pasto in #10902.
32360      Branch: perl
32361            ! pp_ctl.c
32362 ____________________________________________________________________________
32363 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
32364         Log: The #10771 didn't take?
32365      Branch: perl
32366            ! pp_ctl.c
32367 ____________________________________________________________________________
32368 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
32369         Log: Undo the filetests part of #10900, under multiplicity
32370              weird errors take place.
32371      Branch: perl
32372            ! pp_sys.c
32373 ____________________________________________________________________________
32374 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
32375         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
32376      Branch: perl
32377            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
32378 ____________________________________________________________________________
32379 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
32380         Log: (Replaced by #10922)
32381              
32382              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
32383              From: Tony Bowden <tony@kasei.com>
32384              Date: Sun, 24 Jun 2001 17:32:40 +0100
32385              Message-ID: <20010624173240.A16293@blackstar.co.uk>
32386              
32387              Document (well, mention) shortmess() and longmess()
32388              to rob people of their fun of reinventing the wheel.
32389      Branch: perl
32390            ! lib/Carp.pm
32391 ____________________________________________________________________________
32392 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
32393         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
32394              From: Brian Jepson <bjepson@oreilly.com>
32395              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
32396              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
32397      Branch: perl
32398            ! pp_sys.c
32399 ____________________________________________________________________________
32400 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
32401         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
32402              From: Robin Barker <rmb1@cise.npl.co.uk> 
32403              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
32404              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
32405      Branch: perl
32406            ! lib/CPAN.pm
32407 ____________________________________________________________________________
32408 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
32409         Log: Memoize patch from mjd.
32410      Branch: perl
32411            ! lib/Memoize/t/tie_storable.t
32412 ____________________________________________________________________________
32413 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
32414         Log: Spec the sv_pvprintify() a bit more.
32415      Branch: perl
32416            ! pod/perltodo.pod
32417 ____________________________________________________________________________
32418 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
32419         Log: Upgrade to Memoize 0.65.
32420      Branch: perl
32421            + lib/Memoize/t/array_confusion.t
32422            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
32423            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
32424            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
32425            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
32426            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
32427            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
32428            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
32429            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
32430            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
32431            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
32432            ! lib/Memoize/t/tie_storable.t
32433 ____________________________________________________________________________
32434 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
32435         Log: Metaconfig unit change for #10892.
32436      Branch: metaconfig
32437            ! U/modified/Options.U
32438 ____________________________________________________________________________
32439 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
32440         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
32441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32442              Date: Sun, 24 Jun 2001 05:24:40 -0400
32443              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
32444      Branch: perl
32445            ! Configure hints/os2.sh
32446 ____________________________________________________________________________
32447 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
32448         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
32449              From: Mike Guy <mjtg@cam.ac.uk>
32450              Date: Sun, 24 Jun 2001 15:28:39 +0100
32451              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
32452              
32453              Fix an ancient (5.002) bug.
32454      Branch: perl
32455            ! lib/Carp/Heavy.pm
32456 ____________________________________________________________________________
32457 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
32458         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
32459              variables.
32460      Branch: perl
32461            ! pp_sys.c
32462 ____________________________________________________________________________
32463 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
32464         Log: Make UTS as per #10888.
32465      Branch: perl
32466            ! hints/uts.sh
32467 ____________________________________________________________________________
32468 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
32469         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
32470      Branch: perl
32471            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
32472            ! mpeix/mpeixish.h perl.h unixish.h
32473 ____________________________________________________________________________
32474 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
32475         Log: AUTHORS update.
32476      Branch: perl
32477            ! AUTHORS
32478 ____________________________________________________________________________
32479 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
32480         Log: Subject: Encode::Tcl for multibyte doesnot work
32481              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32482              Date: Sun, 24 Jun 2001 22:48:21 +0900
32483              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
32484      Branch: perl
32485            ! ext/Encode/Encode/Tcl.pm
32486 ____________________________________________________________________________
32487 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
32488         Log: Subject: [PATCH] Remove tautology in error messages
32489              From: Mike Guy <mjtg@cam.ac.uk>
32490              Date: Sun, 24 Jun 2001 13:31:00 +0100
32491              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
32492      Branch: perl
32493            ! pp_sys.c
32494 ____________________________________________________________________________
32495 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
32496         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
32497      Branch: perl
32498            ! hints/darwin.sh
32499 ____________________________________________________________________________
32500 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
32501         Log: Subject: Re: [PATCH 5.6.1] test suite
32502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32503              Date: Sun, 24 Jun 2001 05:47:05 -0400
32504              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
32505              
32506              Test suite fixes.
32507      Branch: perl
32508            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
32509 ____________________________________________________________________________
32510 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
32511         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
32512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32513              Date: Sun, 24 Jun 2001 05:37:19 -0400
32514              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
32515      Branch: perl
32516            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
32517 ____________________________________________________________________________
32518 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
32519         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
32520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32521              Date: Sun, 24 Jun 2001 05:34:50 -0400
32522              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
32523              
32524              Pacify compiler warnings.
32525      Branch: perl
32526            ! pp_sys.c
32527 ____________________________________________________________________________
32528 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
32529         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
32530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32531              Date: Sun, 24 Jun 2001 05:21:18 -0400
32532              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
32533              
32534              Enable compression of executables during link time.
32535      Branch: perl
32536            ! hints/os2.sh
32537 ____________________________________________________________________________
32538 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
32539         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
32540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32541              Date: Sun, 24 Jun 2001 05:15:11 -0400
32542              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
32543              
32544              Add ordinals to the export list for Perl DLL.
32545              (Breaks intra-version DLL compatibility.)
32546      Branch: perl
32547            ! makedef.pl
32548 ____________________________________________________________________________
32549 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
32550         Log: Allow (displaying and) re-editing the Subject in perlbug.
32551              Also abstract the Subject quality control into a function.
32552      Branch: perl
32553            ! utils/perlbug.PL
32554 ____________________________________________________________________________
32555 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
32556         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
32557      Branch: perl
32558            ! utils/perlbug.PL
32559 ____________________________________________________________________________
32560 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
32561         Log: Regen toc and modlib.
32562      Branch: perl
32563            ! pod/perlmodlib.pod pod/perltoc.pod
32564 ____________________________________________________________________________
32565 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
32566         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
32567              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
32568              attribute semantics as much as possible, or 'ntsec' which uses
32569              native NTFS semantics.)  (See also #10877.)
32570      Branch: perl
32571            ! perl.c
32572 ____________________________________________________________________________
32573 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
32574         Log: (Retracted by #11586)
32575              
32576              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
32577      Branch: perl
32578            ! lib/Test/Harness.pm
32579 ____________________________________________________________________________
32580 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
32581         Log: Just zap the -uPerlio.
32582      Branch: perl
32583            ! ext/B/Stash.t
32584 ____________________________________________________________________________
32585 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
32586         Log: Do not test PerlIO if PerlIO not used.
32587      Branch: perl
32588            ! ext/PerlIO/PerlIO.t
32589 ____________________________________________________________________________
32590 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
32591         Log: Regen perlapi.
32592      Branch: perl
32593            ! pod/perlapi.pod
32594 ____________________________________________________________________________
32595 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
32596         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
32597              From: Nicholas Clark <nick@ccl4.org>
32598              Date: Sat, 23 Jun 2001 22:55:47 +0100
32599              Message-ID: <20010623225547.Z98663@plum.flirble.org>
32600      Branch: perl
32601            ! numeric.c
32602 ____________________________________________________________________________
32603 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
32604         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
32605              From: Prymmer/Kahn <pvhp@best.com>
32606              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
32607              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
32608      Branch: perl
32609            ! lib/h2xs.t
32610 ____________________________________________________________________________
32611 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
32612         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
32613              cygwin does not taint cwd, just like win32.
32614      Branch: perl
32615            ! lib/File/Find/taint.t t/op/taint.t
32616 ____________________________________________________________________________
32617 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
32618         Log: Retract #10865, the patch should be unnecessary.
32619              (But seemingly helpful in Cygwin?  Strange.)
32620      Branch: perl
32621            ! lib/Memoize/t/tie_ndbm.t
32622 ____________________________________________________________________________
32623 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
32624         Log: Misplaced test file; plus Cygwin filesystem semantics.
32625      Branch: perl
32626            + ext/SDBM_File/sdbm.t
32627            - ext/ODBM_File/sdbm.t
32628            ! MANIFEST
32629 ____________________________________________________________________________
32630 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
32631         Log: (Retracted by #10867.)
32632      Branch: perl
32633            ! lib/Memoize/t/tie_ndbm.t
32634 ____________________________________________________________________________
32635 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
32636         Log: Metaconfig unit change for #10863.
32637      Branch: metaconfig/U/perl
32638            ! Extensions.U
32639 ____________________________________________________________________________
32640 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
32641         Log: In Cygwin do not build NDBM_File and ODBM_File unless
32642              -lndbm and -ldbm are available.
32643      Branch: perl
32644            ! Configure config_h.SH
32645 ____________________________________________________________________________
32646 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
32647         Log: More Cygwin filesystem semantics.
32648      Branch: perl
32649            ! t/io/fs.t t/op/stat.t
32650 ____________________________________________________________________________
32651 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
32652         Log: More DOSish permission semantics for Cygwin.
32653      Branch: perl
32654            ! lib/AnyDBM_File.t
32655 ____________________________________________________________________________
32656 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
32657         Log: Cygwin too has different permission semantics.
32658      Branch: perl
32659            ! ext/GDBM_File/gdbm.t
32660 ____________________________________________________________________________
32661 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
32662         Log: The group (and assumedly passwd) databases can have
32663              only one entry (this is the case in cygwin).
32664      Branch: perl
32665            ! t/op/grent.t t/op/pwent.t
32666 ____________________________________________________________________________
32667 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
32668         Log: Also in Cygwin use Socket to figure out domainname
32669              (if any) (avoids trying to call external 'domainname',
32670              which doesn't at the moment exist in Cygwin)
32671      Branch: perl
32672            ! lib/Net/Domain.pm
32673 ____________________________________________________________________________
32674 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
32675         Log: Remove also the lib$Foo.def, not just $Foo.def.
32676      Branch: perl
32677            ! lib/ExtUtils/MM_Unix.pm
32678 ____________________________________________________________________________
32679 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
32680         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
32681      Branch: perl
32682            ! unixish.h
32683 ____________________________________________________________________________
32684 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
32685         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
32686              to match the whole isprint(), only the space character.
32687      Branch: perl
32688            ! handy.h pod/perlre.pod t/op/pat.t
32689 ____________________________________________________________________________
32690 [ 10854] By: nick                                  on 2001/06/23  08:09:33
32691         Log: Integrate mainline
32692      Branch: perlio
32693           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
32694           !> lib/ExtUtils.t lib/File/Find/taint.t
32695           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
32696           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
32697           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
32698 ____________________________________________________________________________
32699 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
32700         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
32701              with its floats    in os390 and s390 (UTS).
32702      Branch: perl
32703            ! lib/Math/BigInt/t/bigintpm.t
32704 ____________________________________________________________________________
32705 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
32706         Log: Add also UTS (s390) to the non-IEEE float platforms.
32707      Branch: perl
32708            ! t/op/sprintf.t
32709 ____________________________________________________________________________
32710 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
32711         Log: Subject: RFC: what are applicable standards for exponent sizes?
32712              From: Peter Prymmer <pvhp@forte.com>
32713              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
32714              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
32715      Branch: perl
32716            ! t/op/sprintf.t
32717 ____________________________________________________________________________
32718 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
32719         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
32720              From: Peter Prymmer <pvhp@forte.com>
32721              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
32722              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
32723      Branch: perl
32724            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
32725 ____________________________________________________________________________
32726 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
32727         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
32728              From: Peter Prymmer <pvhp@forte.com>
32729              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
32730              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
32731      Branch: perl
32732            ! lib/ExtUtils.t
32733 ____________________________________________________________________________
32734 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
32735         Log: Retract #10845.
32736      Branch: perl
32737            ! lib/File/Find/taint.t
32738 ____________________________________________________________________________
32739 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
32740         Log: Yet another error message.
32741      Branch: perl
32742            ! t/op/mkdir.t
32743 ____________________________________________________________________________
32744 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
32745         Log: The croak message for nonexistent socket functions may vary.
32746      Branch: perl
32747            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
32748 ____________________________________________________________________________
32749 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
32750         Log: (Retracted by #10848.)
32751      Branch: perl
32752            ! lib/File/Find/taint.t
32753 ____________________________________________________________________________
32754 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
32755         Log: Integrate perlio.
32756      Branch: perl
32757           !> lib/File/Find/taint.t t/op/write.t
32758 ____________________________________________________________________________
32759 [ 10843] By: nick                                  on 2001/06/22  21:24:51
32760         Log: Back out debug in taint.t
32761      Branch: perlio
32762            ! lib/File/Find/taint.t
32763 ____________________________________________________________________________
32764 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
32765         Log: setitimer() does not exist in Unicos, despite of what
32766              Configure thinks, from Mark P. Lutz.
32767      Branch: perl
32768            ! hints/unicos.sh
32769 ____________________________________________________________________________
32770 [ 10841] By: nick                                  on 2001/06/22  21:19:36
32771         Log: Skip cwd test on Win32 ???
32772      Branch: perlio
32773            ! lib/File/Find/taint.t
32774 ____________________________________________________________________________
32775 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
32776         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
32777              and Tru64 gcc -Wall happy.
32778      Branch: perl
32779            ! mg.c
32780 ____________________________________________________________________________
32781 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
32782         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
32783      Branch: perl
32784            ! ext/IPC/SysV/Semaphore.pm
32785 ____________________________________________________________________________
32786 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
32787         Log: Metaconfig unit change for #10837.
32788      Branch: metaconfig/U/perl
32789            ! Cross.U
32790 ____________________________________________________________________________
32791 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
32792         Log: Cleanup of the cross-compilation unit.
32793      Branch: perl
32794            ! Configure
32795 ____________________________________________________________________________
32796 [ 10836] By: nick                                  on 2001/06/22  20:45:12
32797         Log: Skip |- based op/write.t on Win32 as well as VMS
32798      Branch: perlio
32799            ! t/op/write.t
32800 ____________________________________________________________________________
32801 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
32802         Log: Integrate perlio.
32803      Branch: perl
32804           !> util.c
32805 ____________________________________________________________________________
32806 [ 10834] By: nick                                  on 2001/06/22  20:41:54
32807         Log: Integrate mainline
32808      Branch: perlio
32809           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32810           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
32811           !> vos/config.ga.h
32812 ____________________________________________________________________________
32813 [ 10833] By: nick                                  on 2001/06/22  20:22:58
32814         Log: Patcho fix.
32815      Branch: perlio
32816            ! util.c
32817 ____________________________________________________________________________
32818 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
32819         Log: Metaconfig unit changes for #10831.
32820      Branch: metaconfig
32821            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
32822 ____________________________________________________________________________
32823 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
32824         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
32825              From: Andy Dougherty <doughera@lafayette.edu>
32826              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
32827              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
32828      Branch: perl
32829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32830            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
32831 ____________________________________________________________________________
32832 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
32833         Log: MPE/iX prototype nits from Mark Bixby.
32834      Branch: perl
32835            ! pp_sys.c
32836 ____________________________________________________________________________
32837 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
32838         Log: Detypo.
32839      Branch: perl
32840            ! util.c
32841 ____________________________________________________________________________
32842 [ 10828] By: nick                                  on 2001/06/22  15:33:37
32843         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
32844      Branch: perlio
32845           +> lib/h2xs.t
32846           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
32847           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
32848           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
32849           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
32850           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
32851           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
32852           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
32853           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
32854           !> vms/vmsish.h
32855 ____________________________________________________________________________
32856 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
32857         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
32858              Date: Fri, 22 Jun 2001 10:08:35 -0500
32859              From: "Craig A. Berry" <craigberry@mac.com>
32860              Message-Id: <a05101001b75908704194@[192.168.56.145]>
32861      Branch: perl
32862            ! vms/vms.c vms/vmsish.h
32863 ____________________________________________________________________________
32864 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
32865         Log: NetWare scripts tweak from Ananth Kesari.
32866      Branch: perl
32867            ! NetWare/t/NWScripts.pl
32868 ____________________________________________________________________________
32869 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
32870         Log: Update Changes.
32871      Branch: perl
32872            ! Changes patchlevel.h
32873 ____________________________________________________________________________
32874 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
32875         Log: Add .i and .s targets.
32876      Branch: perl
32877            ! Makefile.SH
32878 ____________________________________________________________________________
32879 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
32880         Log: Upgrade to Locale::Maketext 1.03.
32881      Branch: perl
32882            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
32883            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
32884 ____________________________________________________________________________
32885 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
32886         Log: Upgrade to I18N::LangTags 0.26.
32887      Branch: perl
32888            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
32889            ! lib/I18N/LangTags/test.pl
32890 ____________________________________________________________________________
32891 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
32892         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
32893              Philip Newton.
32894      Branch: perl
32895            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
32896            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32897 ____________________________________________________________________________
32898 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
32899         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
32900              From: Prymmer/Kahn <pvhp@best.com>
32901              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
32902              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
32903      Branch: perl
32904            + lib/h2xs.t
32905            ! MANIFEST utils/h2xs.PL
32906 ____________________________________________________________________________
32907 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
32908         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
32909              From: Prymmer/Kahn <pvhp@best.com>
32910              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
32911              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
32912      Branch: perl
32913            ! lib/ExtUtils.t
32914 ____________________________________________________________________________
32915 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
32916         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
32917              From: Prymmer/Kahn <pvhp@best.com>
32918              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
32919              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
32920      Branch: perl
32921            ! t/pod/plainer.t
32922 ____________________________________________________________________________
32923 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
32924         Log: AUTHORS update.
32925      Branch: perl
32926            ! AUTHORS
32927 ____________________________________________________________________________
32928 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
32929         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
32930              From: "Craig A. Berry" <craigberry@mac.com>
32931              Date: Thu, 21 Jun 2001 18:20:38 -0500
32932              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
32933      Branch: perl
32934            ! ext/POSIX/POSIX.xs
32935 ____________________________________________________________________________
32936 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
32937         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
32938              From: "Craig A. Berry" <craigberry@mac.com>
32939              Date: Thu, 21 Jun 2001 09:58:52 -0500
32940              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
32941      Branch: perl
32942            ! ext/B/Deparse.t t/op/write.t
32943 ____________________________________________________________________________
32944 [ 10814] By: nick                                  on 2001/06/22  08:13:09
32945         Log: Integrate mainline.
32946      Branch: perlio
32947           !> (integrate 46 files)
32948 ____________________________________________________________________________
32949 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
32950         Log: Change the prefixes only if $prefix is unset,
32951              as originally patched by Marcel Grunauer.
32952      Branch: perl
32953            ! hints/darwin.sh hints/rhapsody.sh
32954 ____________________________________________________________________________
32955 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
32956         Log: Subject: Re: Patch for hints/darwin.sh
32957              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
32958              Date: Thu, 21 Jun 2001 11:23:46 -0700
32959              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
32960      Branch: perl
32961            ! hints/darwin.sh hints/rhapsody.sh
32962 ____________________________________________________________________________
32963 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
32964         Log: Add .PHONY targets for non-file targets,
32965              from Wilfredo Sánchez.  Should help saying
32966              "make install" on case-insensitive filesystems.
32967      Branch: perl
32968            ! Makefile.SH
32969 ____________________________________________________________________________
32970 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
32971         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
32972              From: Doug MacEachern <dougm@covalent.net>
32973              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
32974              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
32975              
32976              plus reword the getcwd() comment, plus use getcwd() buffer
32977              size minus one.
32978      Branch: perl
32979            ! util.c
32980 ____________________________________________________________________________
32981 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
32982         Log: More gprofing from Doug MacEachern.
32983      Branch: perl
32984            ! Makefile.SH
32985 ____________________________________________________________________________
32986 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
32987         Log: Metaconfig unit change for #10807.
32988      Branch: metaconfig/U/perl
32989            ! d_sfio.U
32990 ____________________________________________________________________________
32991 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
32992         Log: Tell that you are removing the unneeded -lsfio.
32993      Branch: perl
32994            ! Configure
32995 ____________________________________________________________________________
32996 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
32997         Log: More MPE/iX tweaks from Mark Bixby.
32998      Branch: perl
32999            ! perl.c t/op/magic.t
33000 ____________________________________________________________________________
33001 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
33002         Log: The fchdir() proto is supposed to live in <unistd.h>.
33003      Branch: perl
33004            ! ext/Cwd/Cwd.xs
33005 ____________________________________________________________________________
33006 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
33007         Log: This town is too small for the Cwd extension and me,
33008              it would seem...
33009      Branch: perl
33010            ! ext/Cwd/Cwd.xs
33011 ____________________________________________________________________________
33012 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
33013         Log: Metaconfig unit change for #10802.
33014      Branch: metaconfig/U/perl
33015            ! d_modfl.U
33016 ____________________________________________________________________________
33017 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
33018         Log: More d'ohs.
33019      Branch: perl
33020            ! Configure
33021 ____________________________________________________________________________
33022 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
33023         Log: Off-by-one.  I'm so classic.
33024      Branch: perl
33025            ! util.c
33026 ____________________________________________________________________________
33027 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
33028         Log: Update Changes.
33029      Branch: perl
33030            ! Changes patchlevel.h
33031 ____________________________________________________________________________
33032 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
33033         Log: Subject: Documentation patch for Net::FTP
33034              From: Marcel Grunauer <marcel@codewerk.com>
33035              Date: Wed, 20 Jun 2001 23:03:26 +0200
33036              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
33037      Branch: perl
33038            ! lib/Net/FTP.pm
33039 ____________________________________________________________________________
33040 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
33041         Log: Retract the #10417 mg.c and embed.pl parts because of
33042              strange SEGVs in 64bit x86 FreeBSD observed by
33043              Nicholas Clark.
33044      Branch: perl
33045            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
33046 ____________________________________________________________________________
33047 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
33048         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
33049      Branch: perl
33050            ! Configure NetWare/config.wc NetWare/config_H.wc
33051            ! Porting/Glossary Porting/config.sh Porting/config_H
33052            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33053            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33054            ! vos/config.ga.h win32/config.bc win32/config.gc
33055            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33056            ! win32/config_H.vc
33057 ____________________________________________________________________________
33058 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
33059         Log: Cwd tweak from Doug MacEachern.
33060      Branch: perl
33061            ! ext/Cwd/Cwd.xs
33062 ____________________________________________________________________________
33063 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
33064         Log: Protect the fchdir() and lstat() with ifdefs.
33065              fchdir() needs a Configure probe.
33066      Branch: perl
33067            ! ext/Cwd/Cwd.xs
33068 ____________________________________________________________________________
33069 [ 10794] By: nick                                  on 2001/06/21  17:11:35
33070         Log: Integrate mainline
33071      Branch: perlio
33072           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
33073           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
33074           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
33075           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
33076           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
33077           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
33078           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
33079           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
33080            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
33081            - lib/File/Glob/case.t lib/File/Glob/global.t
33082            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
33083            - lib/File/Temp/posix.t lib/File/Temp/security.t
33084            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
33085            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
33086            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
33087            - lib/Text/Wrap/wrap.t
33088           !> (integrate 41 files)
33089 ____________________________________________________________________________
33090 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
33091         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
33092              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
33093              Date: Thu, 21 Jun 2001 13:04:54 -0500
33094              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
33095      Branch: perl
33096            ! ext/Cwd/Cwd.xs
33097 ____________________________________________________________________________
33098 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
33099         Log: Subject: [PATCH pod] overlong =item
33100              From: Robin Barker <rmb1@cise.npl.co.uk>
33101              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
33102              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
33103      Branch: perl
33104            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
33105            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33106 ____________________________________________________________________________
33107 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
33108         Log: Subject: [PATCH perlio.c] format 
33109              From: Robin Barker <rmb1@cise.npl.co.uk>
33110              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
33111              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
33112      Branch: perl
33113            ! perlio.c
33114 ____________________________________________________________________________
33115 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
33116         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
33117              From: Radu Greab <radu@netsoft.ro>
33118              Date: Thu, 21 Jun 2001 19:06:02 +0300
33119              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
33120      Branch: perl
33121            ! pod/perlapi.pod sv.c
33122 ____________________________________________________________________________
33123 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
33124         Log: The metaconfig unit changes for #10788.
33125      Branch: metaconfig/U/perl
33126            ! Cross.U fflushall.U
33127 ____________________________________________________________________________
33128 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
33129         Log: Cross-configuration changes: make $from to rm the files
33130              before copying them over (this means that he rm can be
33131              removed from the fflushall test), create $targetmkdir      
33132              (not documented in install since it is supposed to internal
33133              use only), make $run to copy over the executable only if
33134              a stamp file .xok doesn't already exist (to avoid unnecessary
33135              copying of the executable)
33136      Branch: perl
33137            ! Configure Makefile.SH
33138 ____________________________________________________________________________
33139 [ 10787] By: nick                                  on 2001/06/21  14:16:18
33140         Log: Integrate mainline
33141      Branch: perlio
33142           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
33143           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
33144           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
33145            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
33146           !> (integrate 34 files)
33147 ____________________________________________________________________________
33148 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
33149         Log: Re-add the files as text.
33150      Branch: perl
33151            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
33152 ____________________________________________________________________________
33153 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
33154         Log: Delete the binary files.
33155      Branch: perl
33156            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
33157 ____________________________________________________________________________
33158 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
33159         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
33160              From: Andy Dougherty <doughera@lafayette.edu>
33161              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
33162              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
33163      Branch: perl
33164            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
33165            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
33166            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
33167            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
33168 ____________________________________________________________________________
33169 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
33170         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
33171              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
33172              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
33173              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
33174              
33175              Setting umask to something friendlier.
33176      Branch: perl
33177            ! installman installperl
33178 ____________________________________________________________________________
33179 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
33180         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
33181              Resort MANIFEST with sort -f, looks much better.
33182      Branch: perl
33183            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
33184            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
33185            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
33186            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
33187            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
33188            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
33189            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
33190            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
33191            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
33192            - lib/File/Glob/case.t lib/File/Glob/global.t
33193            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
33194            - lib/File/Temp/posix.t lib/File/Temp/security.t
33195            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
33196            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
33197            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
33198            - lib/Text/Wrap/wrap.t
33199            ! MANIFEST
33200 ____________________________________________________________________________
33201 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
33202         Log: Upgrade to I18N::LangTags 0.25.
33203      Branch: perl
33204            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
33205            ! lib/I18N/LangTags/List.pm
33206 ____________________________________________________________________________
33207 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
33208         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
33209              From: Richard Soderberg <rs@crystalflame.net>
33210              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
33211              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
33212      Branch: perl
33213            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
33214            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
33215 ____________________________________________________________________________
33216 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
33217         Log: Test obsoleted by change #10777.
33218      Branch: perl
33219            ! t/op/sub_lval.t
33220 ____________________________________________________________________________
33221 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
33222         Log: Case of confused test numbering.
33223      Branch: perl
33224            ! t/op/pat.t
33225 ____________________________________________________________________________
33226 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
33227         Log: Subject: Re: Opinion on undef lvalue
33228              From: Abhijit Menon-Sen <ams@wiw.org>
33229              Date: Sun, 17 Jun 2001 13:04:46 +0530
33230              Message-ID: <20010617130446.B27925@lustre.linux.in>
33231              
33232              Allow lvalue subs to return undef in array context.
33233      Branch: perl
33234            ! pp_hot.c
33235 ____________________________________________________________________________
33236 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
33237         Log: Just a guess that using the same hack for cygwin as
33238              for win32 might help.
33239      Branch: perl
33240            ! lib/File/Find/find.t
33241 ____________________________________________________________________________
33242 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
33243         Log: NetWare tweaks from Guruprasad.
33244      Branch: perl
33245            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
33246            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
33247            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
33248            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
33249 ____________________________________________________________________________
33250 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
33251         Log: Subject: Re: perl@10722: Bogus warnings on REs 
33252              From: Hugo <hv@crypt.compulink.co.uk>
33253              Date: Thu, 21 Jun 2001 09:51:17 +0100
33254              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
33255              
33256              Unroll to avoid a UTS compiler bug.
33257      Branch: perl
33258            ! regcomp.c
33259 ____________________________________________________________________________
33260 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
33261         Log: Subject: Re: [PATCH] Make /o work under i?threads
33262              From: Artur Bergman <artur@contiller.se>
33263              Date: Thu, 21 Jun 2001 14:38:03 +0200
33264              Message-ID: <B757B74A.184D%artur@contiller.se>
33265      Branch: perl
33266            ! t/op/pat.t
33267 ____________________________________________________________________________
33268 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
33269         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
33270              From: Artur Bergman <artur@contiller.se> 
33271              Date: Thu, 21 Jun 2001 14:27:33 +0200
33272              Message-ID: <B757B4D4.1849%artur@contiller.se>
33273              
33274              Plus extra parentheses.
33275      Branch: perl
33276            ! op.h
33277 ____________________________________________________________________________
33278 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
33279         Log: Subject: [PATCH] Make /o work under i?threads
33280              From: Richard Soderberg <rs@crystalflame.net>
33281              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
33282              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
33283      Branch: perl
33284            ! pp_ctl.c
33285 ____________________________________________________________________________
33286 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
33287         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
33288              From: Artur Bergman <artur@contiller.se>
33289              Date: Thu, 21 Jun 2001 14:04:54 +0200
33290              Message-ID: <B757AF86.1842%artur@contiller.se>
33291      Branch: perl
33292            ! op.h
33293 ____________________________________________________________________________
33294 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
33295         Log: Subject: Re: perl@10765: sv.c not OK on win32
33296              From: Artur Bergman <artur@contiller.se>
33297              Date: Thu, 21 Jun 2001 10:31:06 +0200
33298              Message-ID: <B7577D69.182C%artur@contiller.se>
33299      Branch: perl
33300            ! sv.c
33301 ____________________________________________________________________________
33302 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
33303         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
33304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33305              Date: Thu, 21 Jun 2001 06:23:56 -0400
33306              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
33307              
33308              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
33309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33310              Date: Thu, 21 Jun 2001 06:32:21 -0400
33311              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
33312      Branch: perl
33313            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
33314 ____________________________________________________________________________
33315 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
33316         Log: Subject: [PATCH] make syslog test more verbose
33317              From: Robert Spier <rspier@pobox.com>
33318              Date: Thu, 21 Jun 2001 00:54:32 -0400
33319              Message-ID: <15153.32264.295807.333073@rls.cx>
33320      Branch: perl
33321            ! ext/Sys/Syslog/syslog.t
33322 ____________________________________________________________________________
33323 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
33324         Log: Subject: op/study.t refinements
33325              From: Hugo <hv@crypt.compulink.co.uk>
33326              Date: Thu, 21 Jun 2001 00:29:07 +0100
33327              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
33328      Branch: perl
33329            ! t/op/study.t
33330 ____________________________________________________________________________
33331 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
33332         Log: Update Changes.
33333      Branch: perl
33334            ! Changes patchlevel.h
33335 ____________________________________________________________________________
33336 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
33337         Log: Subject: Re: [PATCH] djgpp updates
33338              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
33339              Date: Wed, 20 Jun 2001 10:05:15 +0200
33340              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
33341      Branch: perl
33342            ! djgpp/config.over
33343 ____________________________________________________________________________
33344 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
33345         Log: Fix for ID 20010619.002 "When building hash, hash keys that
33346              are function calls are not being called", from Abhijit.
33347      Branch: perl
33348            ! t/base/lex.t toke.c
33349 ____________________________________________________________________________
33350 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
33351         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
33352      Branch: perl
33353            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
33354            + lib/Locale/Maketext/test.pl
33355            - lib/Locale/Maketext.t
33356            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
33357            ! lib/Locale/Maketext/TPJ13.pod
33358 ____________________________________________________________________________
33359 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
33360         Log: Metaconfig unit change for #10760.
33361      Branch: metaconfig
33362            ! U/modified/Cppsym.U
33363 ____________________________________________________________________________
33364 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
33365         Log: Do not remove the ccsym* Cppsym* files since
33366              they are useful for metaconfig units coming after us.
33367              (This is the Configure nit mentioned in #10752.)
33368      Branch: perl
33369            ! Configure
33370 ____________________________________________________________________________
33371 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
33372         Log: Update to I18N::LangTags 0.24, from Sean Burke.
33373      Branch: perl
33374            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
33375            + lib/I18N/LangTags/README
33376            - lib/I18N/LangTags/List.pod
33377            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
33378 ____________________________________________________________________________
33379 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
33380         Log: Regen headers.
33381      Branch: perl
33382            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
33383            ! pod/perlapi.pod proto.h
33384 ____________________________________________________________________________
33385 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
33386         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
33387              From: Artur Bergman <artur@contiller.se>
33388              Date: Wed, 20 Jun 2001 11:31:32 +0200
33389              Message-ID: <B7563A14.17D8%artur@contiller.se>
33390      Branch: perl
33391            ! embed.pl hv.c intrpvar.h sv.c sv.h
33392 ____________________________________________________________________________
33393 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
33394         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
33395              From: Tim Sweetman <tim@aldigital.co.uk> 
33396              Date: Wed, 13 Jun 2001 14:25:17 +0100 
33397              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
33398      Branch: perl
33399            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
33400 ____________________________________________________________________________
33401 [ 10755] By: nick                                  on 2001/06/20  16:12:37
33402         Log: Integrate mainline
33403      Branch: perlio
33404           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
33405           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
33406           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
33407           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
33408           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
33409           !> t/op/study.t util.c
33410 ____________________________________________________________________________
33411 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
33412         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
33413              but not Makefile)
33414      Branch: maint-5.6/perl
33415            ! win32/Makefile
33416 ____________________________________________________________________________
33417 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
33418         Log: Security tweak on readlink().
33419      Branch: perl
33420            ! pp_sys.c
33421 ____________________________________________________________________________
33422 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
33423         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
33424      Branch: perl
33425            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
33426            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
33427            ! mpeix/relink t/op/pwent.t
33428 ____________________________________________________________________________
33429 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
33430         Log: Reinstate #10725 (with probe for alarm()).
33431      Branch: perl
33432            ! t/op/study.t
33433 ____________________________________________________________________________
33434 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
33435         Log: Replace our implementation of realpath() with OpenBSD's
33436              (src/lib/libc/stdlib/realpath.c 1.4).
33437      Branch: perl
33438            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
33439            ! pod/perldiag.pod proto.h util.c
33440 ____________________________________________________________________________
33441 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
33442         Log: Integrate perlio.
33443      Branch: perl
33444           !> perlio.c
33445 ____________________________________________________________________________
33446 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
33447         Log: No point in going into memory-saving contortions
33448              with getcwd() since there's a danger of buffer overflow.
33449              Also make the POSIX extension to use sv_getcwd().
33450              Finally, a missed proto.h fragment.
33451      Branch: perl
33452            ! ext/POSIX/POSIX.xs proto.h util.c
33453 ____________________________________________________________________________
33454 [ 10747] By: nick                                  on 2001/06/20  12:38:26
33455         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
33456      Branch: perlio
33457            ! perlio.c
33458 ____________________________________________________________________________
33459 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
33460         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
33461              From: Graham Barr <gbarr@pobox.com>
33462              Date: Wed, 20 Jun 2001 11:05:49 +0100
33463              Message-ID: <20010620110549.I19188@pobox.com>
33464              
33465              reported in        
33466              
33467              Subject: Bug in IO::Socket::INET module (repeat)
33468              From: "Harmon S. Nine" <hnine@netarx.com>
33469              Date: Tue, 19 Jun 2001 09:41:35 -0400
33470              Message-ID: <3B2F568F.8080605@netarx.com>
33471              
33472              The bug was that the IO::Socket::INET constructor
33473              did not allow a 'LocalPort' of 0.
33474      Branch: perl
33475            ! ext/IO/lib/IO/Socket/INET.pm
33476 ____________________________________________________________________________
33477 [ 10745] By: nick                                  on 2001/06/20  08:56:39
33478         Log: Integrate mainline.
33479      Branch: perlio
33480           !> (integrate 37 files)
33481 ____________________________________________________________________________
33482 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
33483         Log: After some reading I don't think we can blindly
33484              use systems' realpath().  Too many security problems,
33485              too many buggy implementations.
33486              
33487              TODO: the realpath() emulation code in util.c doesn't
33488              seem fully operational?  (readlink(), for example?)
33489      Branch: perl
33490            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
33491            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
33492            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
33493            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
33494            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
33495            ! win32/config_H.gc win32/config_H.vc
33496 ____________________________________________________________________________
33497 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
33498         Log: Metaconfig unit change for #10738.
33499      Branch: metaconfig
33500            ! U/compline/d_gconvert.U
33501 ____________________________________________________________________________
33502 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
33503         Log: Integrate change #10739 from maintperl:
33504              
33505              C<eval "/x$\r\n/x"> fails to compile correctly 
33506      Branch: perl
33507           !> t/op/pat.t toke.c
33508 ____________________________________________________________________________
33509 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
33510         Log: Retract #10725 (Hugo asked NOT to apply the patch)
33511      Branch: perl
33512            ! t/op/study.t
33513 ____________________________________________________________________________
33514 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
33515         Log: The test.third results were funnily named because of the
33516              new test scheme.
33517      Branch: perl
33518            ! t/TEST
33519 ____________________________________________________________________________
33520 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
33521         Log: C<eval "/x$\r\n/x"> fails to compile correctly
33522      Branch: maint-5.6/perl
33523            ! t/op/pat.t toke.c
33524 ____________________________________________________________________________
33525 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
33526         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
33527              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33528              Date: Tue, 19 Jun 2001 19:15:40 -0400
33529              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
33530              
33531              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
33532              because "1e+129" being expected but "1.e+129" being returned.
33533              The culprit (at least in Tru64) is the use of gcvt().
33534      Branch: perl
33535            ! Configure
33536 ____________________________________________________________________________
33537 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
33538         Log: Subject: [PATCH perl@10722] test hunting on VMS
33539              From: "Craig A. Berry" <craigberry@mac.com>
33540              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
33541              Date: Tue, 19 Jun 2001 18:59:01 -0500
33542      Branch: perl
33543            ! vms/test.com
33544 ____________________________________________________________________________
33545 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
33546         Log: Subject: [PATCH] s/typos//
33547              From: Abhijit Menon-Sen <ams@wiw.org>
33548              Date: Wed, 20 Jun 2001 02:15:02 +0530
33549              Message-ID: <20010620021502.A14541@lustre.linux.in>
33550              
33551              Without the op.h s/bearword/bareword/ hunk, see
33552              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
33553      Branch: perl
33554            ! util.c
33555 ____________________________________________________________________________
33556 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
33557         Log: Metaconfig unit change for #10732 and #10733.
33558      Branch: metaconfig/U/perl
33559            ! fflushall.U
33560 ____________________________________________________________________________
33561 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
33562         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
33563              From: "Craig A. Berry" <craigberry@mac.com>
33564              Date: Tue, 19 Jun 2001 17:19:48 -0500
33565              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
33566      Branch: perl
33567            ! configure.com vms/descrip_mms.template
33568 ____________________________________________________________________________
33569 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
33570         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
33571              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33572              Date: Tue, 19 Jun 2001 16:48:07 -0400
33573              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
33574              
33575              Further fixes to fflush(NULL) detection.
33576      Branch: perl
33577            ! Configure
33578 ____________________________________________________________________________
33579 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
33580         Log: AIX test -s hangs with non-existent files?
33581              (A genuine logic bug in Configure, but AIX also broken?)
33582      Branch: perl
33583            ! Configure
33584 ____________________________________________________________________________
33585 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
33586         Log: AUTHORS updates.
33587      Branch: perl
33588            ! AUTHORS
33589 ____________________________________________________________________________
33590 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
33591         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
33592              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33593              Date: Tue, 19 Jun 2001 15:33:25 -0400
33594              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
33595      Branch: perl
33596            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
33597            ! t/lib/warnings/pp
33598 ____________________________________________________________________________
33599 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
33600         Log: Integrate perlio.
33601      Branch: perl
33602           !> lib/File/Find/find.t win32/distclean.bat
33603 ____________________________________________________________________________
33604 [ 10728] By: nick                                  on 2001/06/19  18:24:53
33605         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
33606      Branch: perlio
33607            ! lib/File/Find/find.t win32/distclean.bat
33608 ____________________________________________________________________________
33609 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
33610         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
33611              also add information how to find out whether one has PerlIO.
33612      Branch: perl
33613            ! pod/perlfunc.pod
33614 ____________________________________________________________________________
33615 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
33616         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
33617              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33618              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
33619              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
33620      Branch: perl
33621            ! pod/perlfunc.pod
33622 ____________________________________________________________________________
33623 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
33624         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
33625              From: Hugo <hv@crypt.compulink.co.uk>
33626              Date: Tue, 19 Jun 2001 12:37:30 +0100
33627              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
33628      Branch: perl
33629            ! t/op/study.t
33630 ____________________________________________________________________________
33631 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
33632         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
33633              From: Hugo <hv@crypt.compulink.co.uk>
33634              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
33635              Date: Tue, 19 Jun 2001 13:15:17 +0100
33636      Branch: perl
33637            ! util.c
33638 ____________________________________________________________________________
33639 [ 10723] By: nick                                  on 2001/06/19  14:46:15
33640         Log: Integrate mainline
33641      Branch: perlio
33642           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
33643           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
33644           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
33645           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
33646           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
33647           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
33648            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
33649            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
33650            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
33651            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
33652            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
33653            - ext/Thread/unsync4.t
33654           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
33655           !> djgpp/config.over djgpp/fixpmain
33656           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
33657           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
33658           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
33659 ____________________________________________________________________________
33660 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
33661         Log: Update Changes.
33662      Branch: perl
33663            ! Changes patchlevel.h
33664 ____________________________________________________________________________
33665 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
33666         Log: The existence shall be MANIFESted.
33667      Branch: perl
33668            ! MANIFEST
33669 ____________________________________________________________________________
33670 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
33671         Log: The old libnet.cfg is first searched from the current directory,
33672              only then from the module path.
33673      Branch: perl
33674            ! utils/libnetcfg.PL
33675 ____________________________________________________________________________
33676 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
33677         Log: NetWare tweaks from Guruprasad.
33678      Branch: perl
33679            ! NetWare/Makefile NetWare/config.wc
33680 ____________________________________________________________________________
33681 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
33682         Log: Subject: [PATCH] djgpp updates
33683              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
33684              Date: Tue, 19 Jun 2001 10:59:06 +0200
33685              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
33686      Branch: perl
33687            ! djgpp/config.over djgpp/fixpmain
33688 ____________________________________________________________________________
33689 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
33690         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
33691              From: Prymmer/Kahn <pvhp@best.com>
33692              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
33693              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
33694      Branch: perl
33695            ! win32/Makefile
33696 ____________________________________________________________________________
33697 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
33698         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
33699              to happen right after the inclusion of <inttypes.h>,
33700              from Edward Moy.
33701      Branch: perl
33702            ! handy.h perl.h
33703 ____________________________________________________________________________
33704 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
33705         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
33706              From: Doug MacEachern <dougm@covalent.net>
33707              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
33708              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
33709      Branch: perl
33710            ! ext/DynaLoader/DynaLoader_pm.PL
33711 ____________________________________________________________________________
33712 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
33713         Log: Revert #10656 for performance reasons but leave in the
33714              use of Hv*() macros -- in comments, so that grepping the
33715              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
33716              suggested by Sarathy, also by Abhijit.)
33717      Branch: perl
33718            ! hv.c
33719 ____________________________________________________________________________
33720 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
33721         Log: Subject: [patch] .s MakeMaker suffix
33722              From: Doug MacEachern <dougm@covalent.net>
33723              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
33724              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
33725      Branch: perl
33726            ! lib/ExtUtils/MM_Unix.pm
33727 ____________________________________________________________________________
33728 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
33729         Log: One test lost in the big shuffle restored.
33730      Branch: perl
33731            + ext/IPC/SysV/ipcsysv.t
33732            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
33733 ____________________________________________________________________________
33734 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
33735         Log: Rename the old non-standard threads tests so that
33736              they won't be invoked.
33737      Branch: perl
33738            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
33739            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
33740            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
33741            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
33742            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
33743            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
33744            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
33745            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
33746            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
33747            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
33748            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
33749            - ext/Thread/unsync4.t
33750            ! MANIFEST
33751 ____________________________________________________________________________
33752 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
33753         Log: Integrate perlio.
33754      Branch: perl
33755           !> win32/config_sh.PL
33756 ____________________________________________________________________________
33757 [ 10709] By: nick                                  on 2001/06/19  08:18:18
33758         Log: Integrate mainline
33759      Branch: perlio
33760           +> (branch 40 files)
33761            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
33762            - lib/strict/subs lib/strict/vars lib/warnings/1global
33763            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
33764            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
33765            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
33766            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
33767            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
33768            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
33769            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
33770            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
33771            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
33772            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
33773            - lib/warnings/utf8 lib/warnings/util
33774           !> (integrate 57 files)
33775 ____________________________________________________________________________
33776 [ 10708] By: nick                                  on 2001/06/19  07:57:10
33777         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
33778      Branch: perlio
33779            ! win32/config_sh.PL
33780 ____________________________________________________________________________
33781 [ 10707] By: nick                                  on 2001/06/19  07:05:07
33782         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
33783      Branch: perl
33784            ! perly.c perly.y perly_c.diff vms/perly_c.vms
33785 ____________________________________________________________________________
33786 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
33787         Log: More perl572delta tweaks.
33788      Branch: perl
33789            ! pod/perl572delta.pod
33790 ____________________________________________________________________________
33791 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
33792         Log: Update perl572delta.
33793      Branch: perl
33794            ! pod/perl572delta.pod
33795 ____________________________________________________________________________
33796 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
33797         Log: VOS updates from Paul Green.
33798      Branch: perl
33799            ! vos/Changes vos/build.cm vos/perl.bind
33800 ____________________________________________________________________________
33801 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
33802         Log: Update the vos/config.*.* files.
33803      Branch: perl
33804            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33805            ! vos/config.ga.h
33806 ____________________________________________________________________________
33807 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
33808         Log: Add a makefile for more painless adding of symbols to the
33809              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
33810              takes care of the adding)
33811      Branch: perl
33812            + vos/Makefile
33813 ____________________________________________________________________________
33814 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
33815         Log: Make libnetcfg by default display the libnet configuration,
33816              -c to change, add -i for old config, document all options,
33817              regen toc.
33818      Branch: perl
33819            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
33820 ____________________________________________________________________________
33821 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
33822         Log: gcc -Wall sweep.
33823      Branch: perl
33824            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
33825 ____________________________________________________________________________
33826 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
33827         Log: So there.
33828      Branch: perl
33829            ! universal.c
33830 ____________________________________________________________________________
33831 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
33832         Log: Document the need for sv_printify().
33833              
33834              Document that 'use utf8' has been considered.
33835              
33836              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
33837      Branch: perl
33838            ! pod/perltodo.pod universal.c
33839 ____________________________________________________________________________
33840 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
33841         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
33842              From: Nicholas Clark <nick@ccl4.org>
33843              Date: Mon, 18 Jun 2001 23:29:23 +0100
33844              Message-ID: <20010618232923.I98663@plum.flirble.org>
33845      Branch: perl
33846            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
33847            ! ext/Sys/Syslog/Makefile.PL
33848 ____________________________________________________________________________
33849 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
33850         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
33851              From: Scott.L.Miller@Compaq.com
33852              Date: Mon, 18 Jun 2001 10:12:27 -0500
33853              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
33854      Branch: perl
33855            ! lib/perl5db.pl pod/perldebug.pod
33856 ____________________________________________________________________________
33857 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
33858         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
33859              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
33860              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
33861              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
33862      Branch: perl
33863            ! lib/Carp/Heavy.pm
33864 ____________________________________________________________________________
33865 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
33866         Log: Subject: [PATCH] Documentation changes for CLONE
33867              From: Artur Bergman <artur@contiller.se>
33868              Date: Mon, 18 Jun 2001 22:06:37 +0200
33869              Message-ID: <B7542BEC.1719%artur@contiller.se>
33870      Branch: perl
33871            ! pod/perlmod.pod pod/perlsub.pod
33872 ____________________________________________________________________________
33873 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
33874         Log: Subject: Re: configure.com
33875              From: "Craig A. Berry" <craigberry@mac.com>
33876              Date: Mon, 18 Jun 2001 16:04:38 -0500
33877              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
33878      Branch: perl
33879            ! configure.com
33880 ____________________________________________________________________________
33881 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
33882         Log: Subject: PL_nullstash + perl_clone()
33883              From: Doug MacEachern <dougm@covalent.net>
33884              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
33885              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
33886      Branch: perl
33887            ! sv.c
33888 ____________________________________________________________________________
33889 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
33890         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
33891              From: davem@fdgroup.co.uk
33892              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
33893              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
33894      Branch: perl
33895            ! embed.pl pod/perlapi.pod
33896 ____________________________________________________________________________
33897 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
33898         Log: More cross-compilation defaults gleaned from -Dcc
33899              if it is CPU-OS-gcc.
33900      Branch: metaconfig
33901            ! U/modified/libc.U
33902      Branch: metaconfig/U/perl
33903            ! Cross.U
33904      Branch: perl
33905            ! Configure INSTALL
33906 ____________________________________________________________________________
33907 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
33908         Log: Update Changes.
33909      Branch: perl
33910            ! Changes patchlevel.h
33911 ____________________________________________________________________________
33912 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
33913         Log: Subject: [PATCH 5.7.1] sv.c documentation
33914              From: davem@fdgroup.co.uk
33915              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
33916              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
33917      Branch: perl
33918            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
33919            ! sv.c sv.h
33920 ____________________________________________________________________________
33921 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
33922         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
33923              From: "Jon Gunnip" <jongunnip@hotmail.com>
33924              Date: Sun, 17 Jun 2001 18:24:29 -0400
33925              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
33926      Branch: perl
33927            ! pod/perlvar.pod
33928 ____________________________________________________________________________
33929 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
33930         Log: Move the locale/strict/warnings helper files back
33931              under the t/lib; this way the amount of non-installabled
33932              stuff under lib/ stays smaller.
33933      Branch: perl
33934            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
33935            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
33936            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
33937            + t/lib/warnings/5nolint t/lib/warnings/6default
33938            + t/lib/warnings/7fatal t/lib/warnings/8signal
33939            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
33940            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
33941            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
33942            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
33943            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
33944            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
33945            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
33946            + t/lib/warnings/taint t/lib/warnings/toke
33947            + t/lib/warnings/universal t/lib/warnings/utf8
33948            + t/lib/warnings/util
33949            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
33950            - lib/strict/subs lib/strict/vars lib/warnings/1global
33951            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
33952            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
33953            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
33954            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
33955            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
33956            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
33957            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
33958            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
33959            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
33960            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
33961            - lib/warnings/utf8 lib/warnings/util
33962            ! MANIFEST installperl lib/locale.t lib/strict.t
33963 ____________________________________________________________________________
33964 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
33965         Log: Split off the pack/unpack code, from Nicholas Clark.
33966      Branch: perl
33967            + pp_pack.c
33968            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
33969            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
33970            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
33971 ____________________________________________________________________________
33972 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
33973         Log: Guard the SysV IPC tests against being invoked in
33974              SysV-IPC-less places.
33975      Branch: perl
33976            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
33977 ____________________________________________________________________________
33978 [ 10683] By: nick                                  on 2001/06/18  12:24:42
33979         Log: Integrate mainline (new test scheme now ok on Linux).
33980      Branch: perlio
33981           +> lib/warnings.t
33982           !> dump.c sv.c
33983 ____________________________________________________________________________
33984 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
33985         Log: Add the locale.c and numeric.c to the microperl sources.
33986      Branch: perl
33987            ! Makefile.micro win32/Makefile
33988 ____________________________________________________________________________
33989 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
33990         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
33991              From: Abhijit Menon-Sen <ams@wiw.org>
33992              Date: Mon, 18 Jun 2001 14:23:44 +0530
33993              Message-ID: <20010618142344.A13136@lustre.linux.in>
33994      Branch: perl
33995            ! dump.c
33996 ____________________________________________________________________________
33997 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
33998         Log: Subject: Re: [PATCH] more anonymous stash cleanups
33999              From: Abhijit Menon-Sen <ams@wiw.org>
34000              Date: Mon, 18 Jun 2001 15:50:32 +0530
34001              Message-ID: <20010618155032.A13223@lustre.linux.in>
34002              
34003              Plus the comment left in as suggested by NI-S.
34004      Branch: perl
34005            ! sv.c
34006 ____________________________________________________________________________
34007 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
34008         Log: One missed file.
34009      Branch: perl
34010            + lib/warnings.t
34011 ____________________________________________________________________________
34012 [ 10678] By: nick                                  on 2001/06/18  08:05:29
34013         Log: Integrate mainline (part2 - the deletes)
34014      Branch: perlio
34015            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
34016            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
34017            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
34018            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
34019            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
34020            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
34021            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
34022            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
34023            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
34024            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
34025            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
34026 ____________________________________________________________________________
34027 [ 10677] By: nick                                  on 2001/06/18  08:04:44
34028         Log: Integrate mainline (part1)
34029      Branch: perlio
34030           +> (branch 376 files)
34031            - (delete 219 files)
34032           !> (integrate 151 files)
34033 ____________________________________________________________________________
34034 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
34035         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
34036              No doubt I made some mistakes like missed some files or
34037              misnamed some files.  The naming rules were more or less:
34038              (1) if the module is from CPAN, follows its ways, be it
34039              t/*.t or test.pl.
34040              (2) otherwise if there are multiple tests for a module
34041              put them in a t/
34042              (3) otherwise if there's only one test put it in Module.t
34043              (4) helper files go to module/ (locale, strict, warnings)
34044              (5) use longer filenames now that we can (but e.g. the
34045              compat-0.6.t and the Text::Balanced test files still
34046              were renamed to be more civil against the 8.3 people)
34047              installperl was updated appropriately not to install the
34048              *.t files or the help files from under lib.
34049              
34050              TODO: some helper files still remain under t/ that could
34051              follow their 'masters'.  UPDATE: On second thoughts, why
34052              should they.  They can continue to live under t/lib, and
34053              in fact the locale/strict/warnings helpers that were moved
34054              could be moved back.  This way the amount of non-installable
34055              stuff under lib/ stays smaller.
34056      Branch: perl
34057            + (add 253 files)
34058            - (delete 254 files)
34059            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
34060 ____________________________________________________________________________
34061 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
34062         Log: The warning no more comes from util.c, it comes from numeric.c.
34063      Branch: perl
34064            ! README.tru64
34065 ____________________________________________________________________________
34066 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
34067         Log: Subject: Re: anyone good at casting spells?
34068              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34069              Date: Sun, 17 Jun 2001 21:21:04 -0400
34070              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
34071      Branch: perl
34072            ! ext/POSIX/POSIX.xs hv.h
34073 ____________________________________________________________________________
34074 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
34075         Log: Protect the (original) thread tests against testing if no 5.005
34076              threads have been configured.
34077      Branch: perl
34078            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
34079            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
34080            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
34081            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
34082            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
34083            ! ext/Thread/unsync4.t
34084 ____________________________________________________________________________
34085 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
34086         Log: Try the new test scanning scheme on Text::Abbrev.
34087      Branch: perl
34088            + lib/Text/Abbrev.t
34089            - lib/Text/Abbrev/t/abbrev.t
34090            ! MANIFEST
34091 ____________________________________________________________________________
34092 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
34093         Log: Change the scan policy of the *.t and test.pl files,
34094              now the *.t do not need to live in a t/ directory.
34095      Branch: perl
34096            ! t/TEST t/harness
34097 ____________________________________________________________________________
34098 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
34099         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
34100              From: Ilmari Karonen <iltzu@sci.fi>
34101              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
34102              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
34103      Branch: perl
34104            ! pod/perlfaq7.pod
34105 ____________________________________________________________________________
34106 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
34107         Log: Quench the warnings from Tru64; the HP-UX is still
34108              broken because it really, REALLY, doesn't like the
34109              HvARRAY() being lvalue:
34110              
34111              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
34112              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
34113      Branch: perl
34114            ! hv.c
34115 ____________________________________________________________________________
34116 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
34117         Log: Integrate change #10667 from maintperl:
34118              
34119              change#10449 broke the special-case that makes lexicals inside the
34120              eval"" within DB::DB() visible
34121      Branch: perl
34122           !> op.c
34123 ____________________________________________________________________________
34124 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
34125         Log: change#10449 broke the special-case that makes lexicals inside the
34126              eval"" within DB::DB() visible
34127      Branch: maint-5.6/perl
34128            ! op.c
34129 ____________________________________________________________________________
34130 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
34131         Log: Still spurious output; indent the code a bit.
34132              
34133              TODO1: separate the utility functions like MkDir
34134              into a helper script?
34135              
34136              TODO2: I see a lot of repetition in the filepath()
34137              and dirpath() calls.
34138      Branch: perl
34139            ! t/lib/filefind.t t/lib/findtaint.t
34140 ____________________________________________________________________________
34141 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
34142         Log: Regen modlib, toc.
34143      Branch: perl
34144            ! pod/perlmodlib.pod pod/perltoc.pod
34145 ____________________________________________________________________________
34146 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
34147         Log: Add libnetcfg to perlutil.
34148      Branch: perl
34149            ! pod/perlutil.pod
34150 ____________________________________________________________________________
34151 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
34152         Log: Initial integration of libnet-1.0703.
34153              The Configure script renamed as libnetcfg, will be
34154              installed along other utilities.
34155      Branch: perl
34156            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
34157            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
34158            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
34159            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
34160            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
34161            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
34162            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
34163            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
34164            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
34165            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
34166            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
34167            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
34168            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
34169            + utils/libnetcfg.PL
34170            ! MANIFEST utils.lst utils/Makefile
34171 ____________________________________________________________________________
34172 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
34173         Log: Less potentially test-harness-confusing output.
34174      Branch: perl
34175            ! lib/Memoize/t/expire_module_t.t
34176 ____________________________________________________________________________
34177 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
34178         Log: The final print annoys make test.
34179      Branch: perl
34180            ! t/lib/filefind.t t/lib/findtaint.t
34181 ____________________________________________________________________________
34182 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
34183         Log: Add an option for handling dangling symbolic links.
34184      Branch: perl
34185            ! lib/File/Find.pm t/lib/filefind.t
34186 ____________________________________________________________________________
34187 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
34188         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
34189              From: Thomas Wegner <wegner_thomas@yahoo.com>
34190              Date: Sun, 17 Jun 2001 14:43:11 +0200
34191              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
34192      Branch: perl
34193            + t/lib/findtaint.t
34194            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
34195 ____________________________________________________________________________
34196 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
34197         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
34198              From: Jonathan Stowe <gellyfish@gellyfish.com>
34199              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
34200              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
34201      Branch: perl
34202            ! lib/ExtUtils/MM_Unix.pm
34203 ____________________________________________________________________________
34204 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
34205         Log: Subject: [PATCH] more anonymous stash cleanups
34206              From: Abhijit Menon-Sen <ams@wiw.org>
34207              Date: Sun, 17 Jun 2001 11:44:06 +0530
34208              Message-ID: <20010617114406.A25203@lustre.linux.in>
34209      Branch: perl
34210            ! op.c
34211 ____________________________________________________________________________
34212 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
34213         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
34214              From: Abhijit Menon-Sen <ams@wiw.org>
34215              Date: Sun, 17 Jun 2001 08:02:59 +0530
34216              Message-ID: <20010617080259.A28776@lustre.linux.in>
34217              
34218              Subject: [PATCH #2/7] xhv_eiter
34219              From: Abhijit Menon-Sen <ams@wiw.org>
34220              Date: Sun, 17 Jun 2001 08:13:18 +0530
34221              Message-ID: <20010617081318.B28776@lustre.linux.in>
34222              
34223              Subject: [PATCH #3/7] xhv_fill
34224              From: Abhijit Menon-Sen <ams@wiw.org>
34225              Date: Sun, 17 Jun 2001 08:25:16 +0530
34226              Message-ID: <20010617082516.C28776@lustre.linux.in>
34227              
34228              Subject: [PATCH #4/7] xhv_keys
34229              From: Abhijit Menon-Sen <ams@wiw.org>
34230              Date: Sun, 17 Jun 2001 08:36:17 +0530
34231              Message-ID: <20010617083617.D28776@lustre.linux.in>
34232              
34233              Subject: [PATCH #5/7] xhv_max
34234              From: Abhijit Menon-Sen <ams@wiw.org>
34235              Date: Sun, 17 Jun 2001 08:39:48 +0530
34236              Message-ID: <20010617083948.E28776@lustre.linux.in>
34237              
34238              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
34239              From: Abhijit Menon-Sen <ams@wiw.org>
34240              Date: Sun, 17 Jun 2001 08:51:11 +0530
34241              Message-ID: <20010617085111.F28776@lustre.linux.in>
34242      Branch: perl
34243            ! hv.c
34244 ____________________________________________________________________________
34245 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
34246         Log: Update Changes.
34247      Branch: perl
34248            ! Changes patchlevel.h
34249 ____________________________________________________________________________
34250 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
34251         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
34252              From: Abhijit Menon-Sen <ams@wiw.org>
34253              Date: Sat, 16 Jun 2001 07:41:19 +0530
34254              Message-ID: <20010616074119.A24720@lustre.linux.in>
34255      Branch: perl
34256            ! hv.c perl.c vms/vmsish.h win32/win32.h
34257 ____________________________________________________________________________
34258 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
34259         Log: Document tests failing when threaded, since we now have more.
34260      Branch: perl
34261            ! pod/perl572delta.pod
34262 ____________________________________________________________________________
34263 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
34264         Log: -Wall cleanup.
34265      Branch: perl
34266            ! ext/Thread/Thread.xs
34267 ____________________________________________________________________________
34268 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
34269         Log: pthread_attr_setstacksize() isn't absolutely necessary
34270              to call, only iff THREAD_CREATE_NEEDS_STACK.
34271      Branch: perl
34272            ! ext/Thread/Thread.xs
34273 ____________________________________________________________________________
34274 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
34275         Log: -Wall strays.
34276      Branch: perl
34277            ! perl.c util.c
34278 ____________________________________________________________________________
34279 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
34280         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
34281              (and INT64_MIN) brokenness.
34282      Branch: perl
34283            ! hints/darwin.sh perl.h
34284 ____________________________________________________________________________
34285 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
34286         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
34287              From: Nicholas Clark <nick@ccl4.org>
34288              Date: Sun, 17 Jun 2001 00:16:05 +0100
34289              Message-ID: <20010617001605.V98663@plum.flirble.org>
34290      Branch: perl
34291            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
34292            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
34293            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34294 ____________________________________________________________________________
34295 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
34296         Log: Add perlnetware to docs; regen toc; supply skeleton
34297              docs for some Memoize submodules.
34298      Branch: perl
34299            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
34300            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
34301            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
34302            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
34303            ! win32/Makefile win32/makefile.mk
34304 ____________________________________________________________________________
34305 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
34306         Log: pod cleanup.
34307      Branch: perl
34308            ! README.netware
34309 ____________________________________________________________________________
34310 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
34311         Log: Integrate Memoize 0.64.  Few tweaks were required in
34312              the test scripts.  Note that the speed and expire*
34313              tests take several dozen seconds to run.
34314      Branch: perl
34315            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
34316            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
34317            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
34318            + lib/Memoize/README lib/Memoize/SDBM_File.pm
34319            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
34320            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
34321            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
34322            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
34323            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
34324            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
34325            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
34326            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
34327            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
34328            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
34329            ! MANIFEST t/lib/1_compile.t
34330 ____________________________________________________________________________
34331 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
34332         Log: Document the cross-compilation options.
34333      Branch: perl
34334            ! Cross/README INSTALL
34335 ____________________________________________________________________________
34336 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
34337         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
34338      Branch: perl
34339            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
34340            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
34341            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
34342            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
34343            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
34344            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
34345            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
34346            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
34347            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
34348            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
34349            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
34350            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
34351            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
34352            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
34353            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
34354            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
34355            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
34356            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
34357            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
34358            + lib/ExtUtils/MM_NW5.pm
34359            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
34360            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
34361            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34362            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
34363            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
34364            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
34365            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
34366            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
34367            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
34368            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
34369            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
34370            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
34371            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
34372            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
34373            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
34374            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
34375            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
34376            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
34377            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
34378            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
34379            ! util.h x2p/a2py.c
34380 ____________________________________________________________________________
34381 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
34382         Log: Resort MANIFEST.
34383      Branch: perl
34384            ! MANIFEST
34385 ____________________________________________________________________________
34386 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
34387         Log: Integrate perlio.
34388      Branch: perl
34389           +> win32/win32io.c
34390           !> MANIFEST perlio.c perliol.h win32/makefile.mk
34391 ____________________________________________________________________________
34392 [ 10640] By: nick                                  on 2001/06/16  18:38:31
34393         Log: Disable :win32 layer as default till I get it working
34394      Branch: perlio
34395            ! MANIFEST perlio.c
34396 ____________________________________________________________________________
34397 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
34398         Log: Try the new scheme by moving the Text::Abbrev test
34399              to a new place under lib.
34400      Branch: perl
34401            + lib/Text/Abbrev/t/abbrev.t
34402            - t/lib/abbrev.t
34403            ! MANIFEST
34404 ____________________________________________________________________________
34405 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
34406         Log: Make the code even more dynamical so that testname
34407              suffix length can change.
34408      Branch: perl
34409            ! lib/Test/Harness.pm t/TEST
34410 ____________________________________________________________________________
34411 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
34412         Log: Allow for deeper t/ and also a single test.pl.
34413      Branch: perl
34414            ! t/TEST t/harness
34415 ____________________________________________________________________________
34416 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
34417         Log: #define fix from Nicholas Clark.
34418      Branch: perl
34419            ! ext/POSIX/POSIX.xs
34420 ____________________________________________________________________________
34421 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
34422         Log: Initialization is nice.
34423      Branch: perl
34424            ! lib/Test/Harness.pm
34425 ____________________________________________________________________________
34426 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
34427         Log: Make t/TEST and t/harness to test also the t/ tests
34428              under the main lib/ and ext/ directories.  Fix Test::Harness
34429              to dynamically change the width of its "foo/bar....ok" output.
34430      Branch: perl
34431            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
34432 ____________________________________________________________________________
34433 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
34434         Log: Subject: [PATCH] Re: perl@10611 
34435              From: Nicholas Clark <nick@ccl4.org>
34436              Date: Sat, 16 Jun 2001 16:52:47 +0100
34437              Message-ID: <20010616165247.O98663@plum.flirble.org>
34438              
34439              The .xs parts, too.
34440      Branch: perl
34441            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
34442            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
34443 ____________________________________________________________________________
34444 [ 10632] By: nick                                  on 2001/06/16  16:44:35
34445         Log: Work-in-progress win32 layer semi-functional, checking 
34446              for UNIX breakage.
34447      Branch: perlio
34448            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
34449 ____________________________________________________________________________
34450 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
34451         Log: Subject: [PATCH] Re: perl@10611 
34452              From: Nicholas Clark <nick@ccl4.org>
34453              Date: Sat, 16 Jun 2001 16:52:47 +0100
34454              Message-ID: <20010616165247.O98663@plum.flirble.org>
34455      Branch: perl
34456            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
34457            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
34458            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
34459            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
34460            ! lib/ExtUtils/Constant.pm
34461 ____________________________________________________________________________
34462 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
34463         Log: Metaconfig unit change for #10629.
34464      Branch: metaconfig
34465            ! U/modified/Finish.U
34466 ____________________________________________________________________________
34467 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
34468         Log: The extraction changed directories.
34469      Branch: perl
34470            ! Configure
34471 ____________________________________________________________________________
34472 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
34473         Log: Math::BigInt 1.35 from Tels.
34474      Branch: perl
34475            + t/lib/mbimbf.t
34476            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
34477            ! t/lib/bigfltpm.t t/lib/bigintpm.t
34478 ____________________________________________________________________________
34479 [ 10627] By: nick                                  on 2001/06/16  14:54:52
34480         Log: Work in progress UNIX-side edit of win32 PerLIO layer
34481      Branch: perlio
34482            + win32/win32io.c
34483            ! perlio.c win32/makefile.mk
34484 ____________________________________________________________________________
34485 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
34486         Log: Subject: [PATCH 5.6.1] os2/diff-configure
34487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34488              Date: Fri, 15 Jun 2001 01:19:36 -0400
34489              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
34490              
34491              Empty all of it because I think #10624 made even the
34492              last patch hunk unnecessary.
34493      Branch: perl
34494            ! os2/diff.configure
34495 ____________________________________________________________________________
34496 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
34497         Log: Metaconfig unit change for 10624.
34498      Branch: metaconfig
34499            ! U/modified/libc.U
34500      Branch: perl
34501            ! config_h.SH
34502 ____________________________________________________________________________
34503 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
34504         Log: Move the initialization of libnames to the beginning so
34505              that can one 'seed' it (as OS/2 does.)
34506      Branch: perl
34507            ! Configure
34508 ____________________________________________________________________________
34509 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
34510         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
34511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34512              Date: Fri, 15 Jun 2001 19:10:57 -0400
34513              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
34514      Branch: perl
34515            ! os2/OS2/REXX/DLL/DLL.pm
34516 ____________________________________________________________________________
34517 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
34518         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
34519              From: "Craig A. Berry" <craigberry@mac.com>
34520              Date: Fri, 15 Jun 2001 17:00:03 -0500
34521              Message-Id: <a05101007b750342599be@[172.16.52.1]>
34522      Branch: perl
34523            ! vms/descrip_mms.template
34524 ____________________________________________________________________________
34525 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
34526         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
34527              From: "Craig A. Berry" <craigberry@mac.com>
34528              Date: Fri, 15 Jun 2001 18:39:42 -0500
34529              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
34530      Branch: perl
34531            ! lib/File/Spec/VMS.pm t/lib/extutils.t
34532 ____________________________________________________________________________
34533 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
34534         Log: Integrate perlio.
34535      Branch: perl
34536           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
34537           !> t/io/utf8.t t/lib/io_scalar.t
34538 ____________________________________________________________________________
34539 [ 10619] By: nick                                  on 2001/06/15  21:05:19
34540         Log: Generated files
34541      Branch: perlio
34542            ! embed.h proto.h
34543 ____________________________________________________________________________
34544 [ 10618] By: nick                                  on 2001/06/15  20:27:42
34545         Log: Fix open.pm to work via XS-implemented method calls rather
34546              than *open::layers variables which caused all the HV/AV hassle.
34547      Branch: perlio
34548            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
34549            ! t/lib/io_scalar.t
34550 ____________________________________________________________________________
34551 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
34552         Log: Integrate perlio.
34553      Branch: perl
34554           !> lib/ExtUtils/Constant.pm
34555 ____________________________________________________________________________
34556 [ 10616] By: nick                                  on 2001/06/15  18:46:47
34557         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
34558      Branch: perlio
34559            ! lib/ExtUtils/Constant.pm
34560 ____________________________________________________________________________
34561 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
34562         Log: Integrate perlio.
34563      Branch: perl
34564           !> ext/Socket/Socket.xs
34565 ____________________________________________________________________________
34566 [ 10614] By: nick                                  on 2001/06/15  18:33:37
34567         Log: MULTIPLICITY fix for Socket.xs
34568      Branch: perlio
34569            ! ext/Socket/Socket.xs
34570 ____________________________________________________________________________
34571 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
34572         Log: Subject: Re: perl@10611
34573              From: Doug MacEachern <dougm@covalent.net>
34574              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
34575              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
34576      Branch: perl
34577            ! ext/Socket/Socket.xs
34578 ____________________________________________________________________________
34579 [ 10612] By: nick                                  on 2001/06/15  16:14:38
34580         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
34581      Branch: perlio
34582           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
34583           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
34584           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
34585           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
34586           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
34587           !> utils/h2ph.PL
34588 ____________________________________________________________________________
34589 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
34590         Log: Update Changes.
34591      Branch: perl
34592            ! Changes patchlevel.h
34593 ____________________________________________________________________________
34594 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
34595         Log: Upping the test count.
34596      Branch: perl
34597            ! t/lib/filefind.t
34598 ____________________________________________________________________________
34599 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
34600         Log: Integrate perlio.
34601      Branch: perl
34602           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34603 ____________________________________________________________________________
34604 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
34605         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
34606              From: andreas.koenig@anima.de (Andreas J. Koenig)
34607              Date: 15 Jun 2001 13:30:39 +0200
34608              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
34609              
34610              Record the grim history.
34611      Branch: perl
34612            ! lib/File/Find.pm
34613 ____________________________________________________________________________
34614 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
34615         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
34616              From: Brian McCauley <nobull@mail.com>
34617              Date: 15 Jun 2001 07:51:26 +0100
34618              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
34619      Branch: perl
34620            ! lib/File/Find.pm t/lib/filefind.t
34621 ____________________________________________________________________________
34622 [ 10606] By: nick                                  on 2001/06/15  14:00:08
34623         Log: regen_config_h for Win32.
34624      Branch: perlio
34625            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34626 ____________________________________________________________________________
34627 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
34628         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
34629              From: Peter Prymmer <pvhp@forte.com>
34630              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
34631              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
34632      Branch: perl
34633            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
34634 ____________________________________________________________________________
34635 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
34636         Log: Some filesystems require writability for rename/unlink.
34637      Branch: perl
34638            ! opcode.pl
34639 ____________________________________________________________________________
34640 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
34641         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
34642              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34643              Date: Fri, 15 Jun 2001 12:08:53 +0200
34644              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
34645      Branch: perl
34646            ! perlio.c
34647 ____________________________________________________________________________
34648 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
34649         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
34650              From: Mike Guy <mjtg@cam.ac.uk>
34651              Date: Fri, 15 Jun 2001 14:11:49 +0100
34652              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
34653      Branch: perl
34654            ! opcode.pl
34655 ____________________________________________________________________________
34656 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
34657         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
34658              From: Nicholas Clark <nick@ccl4.org>
34659              Date: Thu, 14 Jun 2001 23:52:56 +0100
34660              Message-ID: <20010614235256.G98663@plum.flirble.org>
34661      Branch: perl
34662            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
34663            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34664 ____________________________________________________________________________
34665 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
34666         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
34667              From: Russ Allbery <rra@stanford.edu>
34668              Date: 14 Jun 2001 13:24:43 -0700
34669              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
34670      Branch: perl
34671            ! ext/GDBM_File/GDBM_File.pm
34672 ____________________________________________________________________________
34673 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
34674         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
34675              From: Nicholas Clark <nick@ccl4.org>
34676              Date: Thu, 14 Jun 2001 20:37:47 +0100
34677              Message-ID: <20010614203747.F98663@plum.flirble.org>
34678      Branch: perl
34679            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
34680            ! t/lib/gdbm.t
34681 ____________________________________________________________________________
34682 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
34683         Log: Integrate perlio.
34684      Branch: perl
34685           !> makedef.pl sv.c
34686 ____________________________________________________________________________
34687 [ 10597] By: nick                                  on 2001/06/15  11:08:13
34688         Log: Check that HVs with HvNAME() != NULL are really stashes before
34689              treating them as such. Also be more defensive on the GvCV.
34690              Win32 fork and dprof now working again. 
34691      Branch: perlio
34692            ! sv.c
34693 ____________________________________________________________________________
34694 [ 10596] By: nick                                  on 2001/06/15  10:11:20
34695         Log: Integrate mainline.
34696      Branch: perlio
34697           +> Cross/README
34698           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
34699           !> Porting/config_H config_h.SH configure.com epoc/config.sh
34700           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
34701           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34702           !> vos/config.ga.h win32/config.bc win32/config.gc
34703           !> win32/config.vc win32/config_H.bc win32/config_H.gc
34704           !> win32/config_H.vc
34705 ____________________________________________________________________________
34706 [ 10595] By: nick                                  on 2001/06/15  09:37:17
34707         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
34708              - Win32 (VC++) now builds but fails:
34709              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
34710              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
34711              write.t    - open(...,"|-") not implemented on Win32 
34712      Branch: perlio
34713            ! makedef.pl
34714 ____________________________________________________________________________
34715 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
34716         Log: Integrate perlio.
34717      Branch: perl
34718           !> perlio.c win32/makefile.mk
34719 ____________________________________________________________________________
34720 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
34721         Log: Metaconfig unit changes for #10592.
34722      Branch: metaconfig
34723            + U/modified/i_varhdr.U U/modified/startsh.U
34724            - U/a_dvisory/crosscompile.U U/target/Target.U
34725            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
34726            ! U/compline/bitpbyte.U U/compline/byteorder.U
34727            ! U/compline/ccflags.U U/compline/charsize.U
34728            ! U/compline/d_casti32.U U/compline/d_castneg.U
34729            ! U/compline/d_closedir.U U/compline/d_fd_set.U
34730            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
34731            ! U/compline/d_keepsig.U U/compline/d_open3.U
34732            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
34733            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
34734            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
34735            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
34736            ! U/compline/doublesize.U U/compline/floatsize.U
34737            ! U/compline/nblock_io.U U/compline/orderlib.U
34738            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
34739            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
34740            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
34741            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
34742            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
34743            ! U/modified/spitshell.U U/threads/archname.U
34744            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
34745            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
34746            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
34747            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
34748            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
34749      Branch: metaconfig/U/perl
34750            + Cross.U
34751            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
34752            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
34753            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
34754            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
34755            ! stdio_streams.U uselfs.U
34756 ____________________________________________________________________________
34757 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
34758         Log: The first steps towards cross-compilation.
34759              
34760              Abstract execution of compiled test executables with $run,
34761              and abstract transfer of files with $to and $from.
34762              
34763              Under cross-compilation the $run, $to, and $from will point
34764              to appropriate wrapper scripts, by default ssh and scp,
34765              but also rsh, rcp, and cp are supported.  If not
34766              cross-compiling, they will be set to '', ':', and ':',
34767              respectively.
34768              
34769              With these patches I was able to get Configure for
34770              iPAQ ARM Linux on an Intel Linux about 95% right
34771              (only a few tests failed to execute or they produced
34772              incorrect results), and I was able to compile
34773              a functional miniperl.
34774              
34775              The symbol crosscompile renamed to be usecrosscompile,
34776              the corresponding C symbol from CROSSCOMPILE to
34777              USE_CROSS_COMPILE.
34778      Branch: perl
34779            ! Configure Cross/README Makefile.SH Porting/Glossary
34780            ! Porting/config.sh Porting/config_H config_h.SH configure.com
34781            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
34782            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34783            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34784            ! win32/config.gc win32/config.vc win32/config_H.bc
34785            ! win32/config_H.gc win32/config_H.vc
34786 ____________________________________________________________________________
34787 [ 10591] By: nick                                  on 2001/06/14  20:00:12
34788         Log: Steps along the road toward Win32 building again.
34789      Branch: perlio
34790            ! perlio.c win32/makefile.mk
34791 ____________________________________________________________________________
34792 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
34793         Log: Integrate perlio.
34794      Branch: perl
34795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34796 ____________________________________________________________________________
34797 [ 10589] By: nick                                  on 2001/06/14  13:54:07
34798         Log: Routine regen_config_h for Win32
34799      Branch: perlio
34800            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34801 ____________________________________________________________________________
34802 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
34803         Log: Integrate perlio.
34804      Branch: perl
34805           +> perlyline.pl
34806           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
34807 ____________________________________________________________________________
34808 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
34809         Log: A placeholder.
34810      Branch: perl
34811            + Cross/README
34812 ____________________________________________________________________________
34813 [ 10586] By: nick                                  on 2001/06/14  08:25:07
34814         Log: Add new step to run_byacc which:
34815              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
34816              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
34817      Branch: perlio
34818            + perlyline.pl
34819            ! MANIFEST Makefile.SH perly.c
34820 ____________________________________________________________________________
34821 [ 10585] By: nick                                  on 2001/06/14  08:22:29
34822         Log: Integrate mainline
34823      Branch: perlio
34824           +> locale.c numeric.c
34825           !> Changes cygwin/Makefile.SHs embed.h embed.pl
34826           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
34827           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
34828           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
34829           !> x2p/Makefile.SH
34830 ____________________________________________________________________________
34831 [ 10584] By: nick                                  on 2001/06/14  08:05:53
34832         Log: Hack to remove insecure directories from PATH so test will run.
34833      Branch: perlio
34834            ! t/lib/filefind.t
34835 ____________________________________________________________________________
34836 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
34837         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
34838      Branch: perl
34839            - t/lib/mbimbf.t
34840            ! MANIFEST
34841 ____________________________________________________________________________
34842 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
34843         Log: Detypo.
34844      Branch: perl
34845            ! x2p/Makefile.SH
34846 ____________________________________________________________________________
34847 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
34848         Log: de-$CONFIG continues.
34849      Branch: perl
34850            ! cygwin/Makefile.SHs x2p/Makefile.SH
34851 ____________________________________________________________________________
34852 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
34853         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
34854              From: Nicholas Clark <nick@ccl4.org>
34855              Date: Wed, 13 Jun 2001 21:20:13 +0100
34856              Message-ID: <20010613212013.D98663@plum.flirble.org>
34857      Branch: perl
34858            ! opcode.pl
34859 ____________________________________________________________________________
34860 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
34861         Log: Subject: splitting util.c
34862              From: Hugo <hv@crypt.compulink.co.uk>
34863              Date: Thu, 14 Jun 2001 00:41:08 +0100
34864              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
34865      Branch: perl
34866            + locale.c numeric.c
34867            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
34868            ! pod/perlapi.pod proto.h util.c
34869 ____________________________________________________________________________
34870 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
34871         Log: Upgrade to Math::BigInt 1.34 from Tels.
34872      Branch: perl
34873            + t/lib/mbimbf.t
34874            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
34875            ! t/lib/bigfltpm.t t/lib/bigintpm.t
34876 ____________________________________________________________________________
34877 [ 10577] By: nick                                  on 2001/06/13  19:02:48
34878         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
34879      Branch: perlio
34880           !> (integrate 125 files)
34881 ____________________________________________________________________________
34882 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
34883         Log: Update Changes.
34884      Branch: perl
34885            ! Changes patchlevel.h
34886 ____________________________________________________________________________
34887 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
34888         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
34889              From: "Craig A. Berry" <craigberry@mac.com>
34890              Date: Wed, 13 Jun 2001 13:24:28 -0500
34891              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
34892      Branch: perl
34893            ! ext/re/Makefile.PL
34894 ____________________________________________________________________________
34895 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
34896         Log: Mc.u.c. for #10573.
34897      Branch: metaconfig
34898            ! U/threads/usethreads.U
34899 ____________________________________________________________________________
34900 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
34901         Log: It would be also be good if I could type.
34902      Branch: perl
34903            ! Configure
34904 ____________________________________________________________________________
34905 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
34906         Log: Metaconfig unit change for #10571.
34907      Branch: metaconfig
34908            ! U/threads/usethreads.U
34909 ____________________________________________________________________________
34910 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
34911         Log: A non-empty default is a good thing.
34912      Branch: perl
34913            ! Configure
34914 ____________________________________________________________________________
34915 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
34916         Log: Metaconfig unit change for #10569.
34917      Branch: metaconfig
34918            ! U/threads/usethreads.U
34919 ____________________________________________________________________________
34920 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
34921         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
34922              extremely experimental, not even prompted for.
34923      Branch: perl
34924            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34925            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
34926            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
34927            ! win32/config.bc win32/config.gc win32/config.vc
34928 ____________________________________________________________________________
34929 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
34930         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
34931      Branch: perl
34932            ! pod/perlfaq6.pod
34933 ____________________________________________________________________________
34934 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
34935         Log: Integrate perlio; conflicts, accept Nick's versions.
34936      Branch: perl
34937           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
34938           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
34939 ____________________________________________________________________________
34940 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
34941         Log: Subject: Re: ext/ + -Wall
34942              From: Doug MacEachern <dougm@covalent.net>
34943              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
34944              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
34945      Branch: perl
34946            ! XSUB.h lib/ExtUtils/xsubpp perl.h
34947 ____________________________________________________________________________
34948 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
34949         Log: Similar logic as DB_File.xs, using the modern macros and
34950              defines them to older ones for older Perls where PERL_VERSION
34951              is not defined, from Doug MacEachern.
34952      Branch: perl
34953            ! ext/Storable/Storable.xs
34954 ____________________________________________________________________________
34955 [ 10564] By: nick                                  on 2001/06/13  15:22:01
34956         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
34957              and using that instead (name lookups are sequential search for now).
34958      Branch: perlio
34959            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
34960            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
34961 ____________________________________________________________________________
34962 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
34963         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
34964              From: "Richard Soderberg" <rs@crystalflame.net>
34965              Date: Sat, 26 May 2001 06:44:20 -0700
34966              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
34967      Branch: perl
34968            ! sv.c t/op/glob.t
34969 ____________________________________________________________________________
34970 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
34971         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
34972              From: "Craig A. Berry" <craigberry@mac.com>
34973              Date: Tue, 12 Jun 2001 23:55:26 -0500
34974              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
34975      Branch: perl
34976            ! ext/re/Makefile.PL ext/re/re.xs
34977 ____________________________________________________________________________
34978 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
34979         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
34980              suggested by NI-S.
34981      Branch: perl
34982            ! XSUB.h malloc.c perl.h
34983 ____________________________________________________________________________
34984 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
34985         Log: Regen toc.
34986      Branch: perl
34987            ! pod/perltoc.pod
34988 ____________________________________________________________________________
34989 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
34990         Log: Subject: [patch] perl.gprof control
34991              From: Doug MacEachern <dougm@covalent.net>
34992              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
34993              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
34994      Branch: perl
34995            ! miniperlmain.c perl.h
34996 ____________________________________________________________________________
34997 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
34998         Log: Subject: Re: ext/ + -Wall
34999              From: Doug MacEachern <dougm@covalent.net>
35000              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
35001              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
35002              
35003              Document ax and break up dXSARGS.
35004      Branch: perl
35005            ! XSUB.h pod/perlapi.pod
35006 ____________________________________________________________________________
35007 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
35008         Log: More AIX tweakage from Merijn.
35009      Branch: perl
35010            ! hints/aix.sh
35011 ____________________________________________________________________________
35012 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
35013         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
35014              From: "Craig A. Berry" <craigberry@mac.com>
35015              Date: Tue, 12 Jun 2001 22:57:45 -0500
35016              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
35017      Branch: perl
35018            ! vms/descrip_mms.template
35019 ____________________________________________________________________________
35020 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
35021         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
35022              From: "Craig A. Berry" <craigberry@mac.com>
35023              Date: Tue, 12 Jun 2001 22:21:39 -0500
35024              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
35025      Branch: perl
35026            ! configure.com util.c
35027 ____________________________________________________________________________
35028 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
35029         Log: New AIX dynaloading code from Jens-Uwe Mager.
35030              Does break binary compatibility.
35031      Branch: perl
35032            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35033 ____________________________________________________________________________
35034 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
35035         Log: VMS DEC C compiler found nits by Peter Prymmer.
35036      Branch: perl
35037            ! util.c
35038 ____________________________________________________________________________
35039 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
35040         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
35041              From: Peter Prymmer <pvhp@forte.com>
35042              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
35043              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
35044      Branch: perl
35045            ! t/lib/filecomp.t
35046 ____________________________________________________________________________
35047 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
35048         Log: I wonder how many $CONFIGs still lurk in the shadows.
35049      Branch: perl
35050            ! pod/Makefile.SH x2p/cflags.SH
35051 ____________________________________________________________________________
35052 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
35053         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
35054      Branch: perl
35055            ! pod/checkpods.PL
35056 ____________________________________________________________________________
35057 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
35058         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
35059      Branch: perl
35060            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
35061 ____________________________________________________________________________
35062 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
35063         Log: Subject: [patch] rid local_patches warnings
35064              From: Doug MacEachern <dougm@covalent.net>
35065              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
35066              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
35067      Branch: perl
35068            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
35069 ____________________________________________________________________________
35070 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
35071         Log: Subject: Re: ext/ + -Wall
35072              From: Doug MacEachern <dougm@covalent.net>
35073              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
35074              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
35075      Branch: perl
35076            ! ext/attrs/attrs.xs
35077 ____________________________________________________________________________
35078 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
35079         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
35080              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35081              Date: Tue, 12 Jun 2001 14:36:20 -0400
35082              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
35083      Branch: perl
35084            ! pod/perlretut.pod
35085 ____________________________________________________________________________
35086 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
35087         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
35088              From: Mike Guy <mjtg@cam.ac.uk>
35089              Date: Tue, 12 Jun 2001 19:10:31 +0100
35090              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
35091              
35092              Subject: Re: [ID 20010612.001] out of memory during regex compilation
35093              From: Mike Guy <mjtg@cam.ac.uk>
35094              Date: Tue, 12 Jun 2001 19:21:01 +0100
35095              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
35096      Branch: perl
35097            ! pod/perlop.pod
35098 ____________________________________________________________________________
35099 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
35100         Log: AIX tweaks from Merijn H. Brand.
35101      Branch: perl
35102            ! hints/aix.sh
35103 ____________________________________________________________________________
35104 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
35105         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
35106              From: "Brendan O'Dea" <bod@compusol.com.au>
35107              Date: Wed, 13 Jun 2001 05:16:47 +1000
35108              Message-ID: <20010613051647.A8945@compusol.com.au>
35109      Branch: maint-5.6/perl
35110            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35111 ____________________________________________________________________________
35112 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
35113         Log: Subject: Small bcopy cleanup
35114              From: Andy Dougherty <doughera@lafayette.edu>
35115              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
35116              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
35117      Branch: perl
35118            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
35119 ____________________________________________________________________________
35120 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
35121         Log: Subject: [PATCH] Re: ext/ + -Wall
35122              From: Nicholas Clark <nick@ccl4.org>
35123              Date: Wed, 13 Jun 2001 00:04:30 +0100
35124              Message-ID: <20010613000430.M5901@plum.flirble.org>
35125      Branch: perl
35126            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35127 ____________________________________________________________________________
35128 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
35129         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
35130              From: Nicholas Clark <nick@ccl4.org>
35131              Date: Tue, 12 Jun 2001 23:53:07 +0100
35132              Message-ID: <20010612235307.L5901@plum.flirble.org>
35133      Branch: perl
35134            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35135 ____________________________________________________________________________
35136 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
35137         Log: MPE/iX tweaks from Mark Bixby.
35138      Branch: perl
35139            ! hints/mpeix.sh mpeix/mpeixish.h util.c
35140 ____________________________________________________________________________
35141 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
35142         Log: Update Changes.
35143      Branch: perl
35144            ! Changes patchlevel.h
35145 ____________________________________________________________________________
35146 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
35147         Log: One less -Wall whine (found under DEBUGGING).
35148      Branch: perl
35149            ! x2p/Makefile.SH x2p/a2p.c
35150 ____________________________________________________________________________
35151 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
35152         Log: s/case-independent/case-insensitive/g
35153      Branch: perl
35154            ! pod/perldebug.pod
35155 ____________________________________________________________________________
35156 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
35157         Log: As suggested in    
35158              
35159              Subject: Re: ext/ + -Wall
35160              From: Gurusamy Sarathy <gsar@ActiveState.com>
35161              Date: Mon, 11 Jun 2001 23:34:31 -0700
35162              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
35163      Branch: perl
35164            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
35165            ! perl.h
35166 ____________________________________________________________________________
35167 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
35168         Log: Subject: ext/ + -Wall
35169              From: Doug MacEachern <dougm@covalent.net>
35170              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
35171              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
35172      Branch: perl
35173            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
35174            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
35175            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
35176            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
35177            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
35178            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
35179            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
35180            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
35181            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
35182            ! lib/ExtUtils/xsubpp
35183 ____________________________________________________________________________
35184 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
35185         Log: Subject: [PATCH] anonymous stashes
35186              From: Abhijit Menon-Sen <ams@wiw.org>
35187              Date: Tue, 12 Jun 2001 12:47:04 +0530
35188              Message-ID: <20010612124704.A29029@lustre.linux.in>
35189      Branch: perl
35190            ! dump.c gv.c sv.c xsutils.c
35191 ____________________________________________________________________________
35192 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
35193         Log: One more test for $^S.
35194      Branch: perl
35195            ! t/op/magic.t
35196 ____________________________________________________________________________
35197 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
35198         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
35199              From: Abhijit Menon-Sen <ams@wiw.org>
35200              Date: Tue, 12 Jun 2001 17:35:55 +0530
35201              Message-ID: <20010612173555.A32426@lustre.linux.in>
35202      Branch: perl
35203            ! mg.c t/op/magic.t
35204 ____________________________________________________________________________
35205 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
35206         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
35207              From: Mike Guy <mjtg@cam.ac.uk>
35208              Date: Tue, 12 Jun 2001 13:14:15 +0100
35209              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
35210      Branch: perl
35211            ! pod/perlop.pod
35212 ____________________________________________________________________________
35213 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
35214         Log: AUTHORS updates.
35215      Branch: perl
35216            ! AUTHORS
35217 ____________________________________________________________________________
35218 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
35219         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
35220              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
35221              Content-Transfer-Encoding: 7bit
35222              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
35223      Branch: perl
35224            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
35225 ____________________________________________________________________________
35226 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
35227         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
35228              From: "Philip Newton" <Philip.Newton@gmx.net>
35229              Date: Mon, 11 Jun 2001 07:08:03 +0200
35230              Message-Id: <200106120802.LAA08992@taas.iki.fi>
35231      Branch: perl
35232            ! t/base/term.t
35233 ____________________________________________________________________________
35234 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
35235         Log: Cleanup the a2p.c for -Wall.
35236      Branch: perl
35237            ! x2p/Makefile.SH x2p/a2p.c
35238 ____________________________________________________________________________
35239 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
35240         Log: File::Find update for MacOS from Chris Nandor.
35241      Branch: perl
35242            ! lib/File/Find.pm t/lib/filefind.t
35243 ____________________________________________________________________________
35244 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
35245         Log: gcc -Wall nits picked out by a non-UNIX system
35246              (courtesy of Mark Bixby)
35247      Branch: perl
35248            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
35249            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
35250            ! pp_sys.c util.c
35251 ____________________________________________________________________________
35252 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
35253         Log: Metaconfig unit change for #10522.  (The d_modfl changes
35254              placate metalint.)
35255      Branch: metaconfig/U/perl
35256            ! d_modfl.U d_u32align.U
35257 ____________________________________________________________________________
35258 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
35259         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
35260              be "./try 2>&1 >/dev/null".
35261      Branch: perl
35262            ! Configure
35263 ____________________________________________________________________________
35264 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
35265         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
35266              From: "Craig A. Berry" <craigberry@mac.com>
35267              Date: Mon, 11 Jun 2001 14:00:32 -0500
35268              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
35269      Branch: perl
35270            ! configure.com
35271 ____________________________________________________________________________
35272 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
35273         Log: Move the full \p\P lists to perlunicode.
35274      Branch: perl
35275            ! pod/perlretut.pod pod/perlunicode.pod
35276 ____________________________________________________________________________
35277 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
35278         Log: VOS build tweak for 5.6.1 from Paul Green.
35279      Branch: maint-5.6/perl
35280            ! vos/build.cm
35281 ____________________________________________________________________________
35282 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
35283         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
35284              From: "Craig A. Berry" <craigberry@mac.com>
35285              Date: Fri, 8 Jun 2001 18:08:18 -0500
35286              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
35287      Branch: perl
35288            ! vms/vms.c
35289 ____________________________________________________________________________
35290 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
35291         Log: Update Changes.
35292      Branch: perl
35293            ! Changes patchlevel.h
35294 ____________________________________________________________________________
35295 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
35296         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
35297      Branch: perl
35298            ! vos/config.alpha.h vos/config.ga.h
35299 ____________________________________________________________________________
35300 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
35301         Log: VOS updates from Paul Green for @10476.
35302      Branch: perl
35303            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
35304            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35305            ! vos/config.ga.h vos/configure_perl.cm
35306 ____________________________________________________________________________
35307 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
35308         Log: Subject: [PATCH] Not many people know this ...
35309              From: Mike Guy <mjtg@cam.ac.uk>
35310              Date: Mon, 11 Jun 2001 14:55:15 +0100
35311              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
35312      Branch: perl
35313            ! pod/perldebug.pod
35314 ____________________________________________________________________________
35315 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
35316         Log: Add final commas to lists as suggested by Philip Newton.
35317      Branch: perl
35318            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35319 ____________________________________________________________________________
35320 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
35321         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
35322              Date: Sun, 10 Jun 2001 23:35:38 -0400
35323              From: Chris Nandor <pudge@pobox.com>
35324              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
35325      Branch: perl
35326            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
35327            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
35328            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
35329            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
35330            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
35331            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
35332            ! t/op/write.t t/pragma/strict.t
35333 ____________________________________________________________________________
35334 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
35335         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
35336              From: Chris Nandor <pudge@pobox.com>
35337              Date: Mon, 11 Jun 2001 08:24:28 -0400
35338              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
35339      Branch: perl
35340            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
35341            ! t/lib/io_dir.t
35342 ____________________________________________________________________________
35343 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
35344         Log: One more run_byacc (a hand-tweaked version had slipped in).
35345      Branch: perl
35346            ! perly.c vms/perly_c.vms
35347 ____________________________________________________________________________
35348 [ 10509] By: nick                                  on 2001/06/11  07:49:15
35349         Log: Integrate mainline
35350      Branch: perlio
35351           !> Makefile.SH embed.h embed.pl global.sym
35352           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
35353           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
35354           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
35355           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
35356 ____________________________________________________________________________
35357 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
35358         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
35359              From: Mike Guy <mjtg@cam.ac.uk>
35360              Reply-To: mjtg@cam.ac.uk
35361              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
35362      Branch: perl
35363            ! lib/ExtUtils/Manifest.pm
35364 ____________________________________________________________________________
35365 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
35366         Log: Subject: [PATCH] ExtUtils::Constant
35367              From: Nicholas Clark <nick@ccl4.org>
35368              Date: Sun, 10 Jun 2001 23:25:41 +0100
35369              Message-ID: <20010610232540.C76396@plum.flirble.org>
35370      Branch: perl
35371            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35372 ____________________________________________________________________________
35373 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
35374         Log: Integrate perlio.
35375      Branch: perl
35376           !> iperlsys.h
35377 ____________________________________________________________________________
35378 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
35379         Log: Move the grok_number and its lieutenant grok_numeric_radix
35380              from sv.c statics to util.c and public.
35381      Branch: perl
35382            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
35383            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
35384 ____________________________________________________________________________
35385 [ 10504] By: nick                                  on 2001/06/10  17:47:06
35386         Log: Fix (valid) -Wall warnings in perlio.c
35387      Branch: perlio
35388            ! iperlsys.h
35389 ____________________________________________________________________________
35390 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
35391         Log: Update perly_c.diff, update perly.fixer to edit away
35392              some of the -Wall noise.
35393      Branch: perl
35394            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
35395 ____________________________________________________________________________
35396 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
35397         Log: Check the version of byacc.
35398      Branch: perl
35399            ! Makefile.SH
35400 ____________________________________________________________________________
35401 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
35402         Log: Subject: [PATCH] perly.y overhaul
35403              From: Simon Cozens <simon@netthink.co.uk>
35404              Date: Sun, 10 Jun 2001 16:56:54 +0100
35405              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
35406              
35407              Plus make run_byacc.
35408      Branch: perl
35409            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
35410 ____________________________________________________________________________
35411 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
35412         Log: Integrate perlio.
35413      Branch: perl
35414           !> perlio.c perlsfio.h
35415 ____________________________________________________________________________
35416 [ 10499] By: nick                                  on 2001/06/10  15:01:08
35417         Log: Integrate mainline
35418      Branch: perlio
35419           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
35420           !> t/pragma/locale.t util.c
35421 ____________________________________________________________________________
35422 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
35423         Log: Put some meat on the perl572delta bones.  The list of
35424              selected bug fixes needs more work, as does still the
35425              whole document.
35426      Branch: perl
35427            ! pod/perl572delta.pod
35428 ____________________________________________________________________________
35429 [ 10497] By: nick                                  on 2001/06/10  12:27:51
35430         Log: Paper over a crack or two with USE_SFIO
35431      Branch: perlio
35432            ! perlio.c perlsfio.h
35433 ____________________________________________________________________________
35434 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
35435         Log: Update Changes.
35436      Branch: perl
35437            ! Changes patchlevel.h
35438 ____________________________________________________________________________
35439 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
35440         Log: Subject: Re: pragma/locale.t #107
35441              From: Hugo <hv@crypt.compulink.co.uk>
35442              Date: Sun, 10 Jun 2001 11:23:30 +0100
35443              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
35444              
35445              Encapsulate the scan of the decimal radix separator.
35446      Branch: perl
35447            ! embed.h embed.pl proto.h sv.c
35448 ____________________________________________________________________________
35449 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
35450         Log: Try to grok numbers both with the locale specific separator
35451              and with the usual "." (if different from the lss); add a test
35452              to locale.t to do also a little bit of math in addition to just
35453              equalness testing; remove extraneous logic as suggested in
35454              
35455              Subject: Re: pragma/locale.t #107
35456              From: Nicholas Clark <nick@ccl4.org>
35457              Date: Sat, 9 Jun 2001 22:37:36 +0100
35458              Message-ID: <20010609223735.Y76396@plum.flirble.org>
35459      Branch: perl
35460            ! sv.c t/pragma/locale.t
35461 ____________________________________________________________________________
35462 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
35463         Log: Metaconfig unit change for #10492.
35464      Branch: metaconfig/U/perl
35465            ! Extensions.U
35466 ____________________________________________________________________________
35467 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
35468         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
35469              From: Artur Bergman <artur@contiller.se> 
35470              Date: Sat, 09 Jun 2001 21:03:51 +0200
35471              Message-ID: <B7483FB6.1398%artur@contiller.se>
35472      Branch: perl
35473            ! Configure
35474 ____________________________________________________________________________
35475 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
35476         Log: Integrate perlio.
35477      Branch: perl
35478           !> perlsfio.h
35479 ____________________________________________________________________________
35480 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
35481         Log: Do locale specific separator if only in locale.
35482      Branch: perl
35483            ! util.c
35484 ____________________________________________________________________________
35485 [ 10489] By: nick                                  on 2001/06/09  19:13:25
35486         Log: Make XS/Typemap compile (but fail) with sfio
35487      Branch: perlio
35488            ! perlsfio.h
35489 ____________________________________________________________________________
35490 [ 10488] By: nick                                  on 2001/06/09  19:12:51
35491         Log: Re-integrate mainline
35492      Branch: perlio
35493           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
35494           !> proto.h sv.c util.c
35495 ____________________________________________________________________________
35496 [ 10487] By: nick                                  on 2001/06/09  16:26:29
35497         Log: Integrate mainline
35498      Branch: perlio
35499           !> (integrate 31 files)
35500 ____________________________________________________________________________
35501 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
35502         Log: Subject: [PATCH] New attempt to clone callack
35503              From: Artur Bergman <artur@contiller.se> 
35504              Date: Thu, 07 Jun 2001 11:52:16 +0200
35505              Message-ID: <B7451B6F.12B7%artur@contiller.se>
35506      Branch: perl
35507            ! embedvar.h intrpvar.h perlapi.h sv.c
35508 ____________________________________________________________________________
35509 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
35510         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
35511      Branch: perl
35512            ! embed.h embed.pl perl.h proto.h sv.c util.c
35513 ____________________________________________________________________________
35514 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
35515         Log: Subject: Re: pragma/locale.t #107
35516              From: Nicholas Clark <nick@ccl4.org>
35517              Date: Sat, 9 Jun 2001 16:26:10 +0100
35518              Message-ID: <20010609162609.V76396@plum.flirble.org>
35519              
35520              A missing NVification.
35521      Branch: perl
35522            ! sv.c
35523 ____________________________________________________________________________
35524 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
35525         Log: Redo the #10482, there already was a test script for formats.
35526      Branch: perl
35527            - t/io/format.t
35528            ! MANIFEST t/op/write.t
35529 ____________________________________________________________________________
35530 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
35531         Log: Twisted format testing, from Merijn.
35532      Branch: perl
35533            + t/io/format.t
35534            ! MANIFEST
35535 ____________________________________________________________________________
35536 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
35537         Log: More \p{In...} testing, combined with \N{...}.
35538      Branch: perl
35539            ! lib/utf8_heavy.pl t/op/pat.t
35540 ____________________________________________________________________________
35541 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
35542         Log: Metaconfig changes for #10479.
35543      Branch: metaconfig
35544            ! U/Glossary.patch
35545      Branch: metaconfig/U/perl
35546            ! d_modfl.U
35547 ____________________________________________________________________________
35548 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
35549         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
35550      Branch: perl
35551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35552            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
35553            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
35554            ! win32/config.bc win32/config.gc win32/config.vc
35555 ____________________________________________________________________________
35556 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
35557         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
35558              From: "Craig A. Berry" <craigberry@mac.com>
35559              Date: Thu, 7 Jun 2001 14:27:20 -0500
35560              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
35561      Branch: perl
35562            ! vms/perlvms.pod
35563 ____________________________________________________________________________
35564 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
35565         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
35566              From: Gisle Aas <gisle@ActiveState.com>
35567              Date: 07 Jun 2001 17:04:29 -0700
35568              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
35569      Branch: perl
35570            ! ext/re/re.xs
35571 ____________________________________________________________________________
35572 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
35573         Log: Update Changes.
35574      Branch: perl
35575            ! Changes patchlevel.h
35576 ____________________________________________________________________________
35577 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
35578         Log: Regen Glossary et alia.
35579      Branch: perl
35580            ! Porting/Glossary Porting/config.sh Porting/config_H
35581 ____________________________________________________________________________
35582 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
35583         Log: Metaconfig unit changes for #10473.
35584      Branch: metaconfig/U/perl
35585            ! d_modfl.U
35586 ____________________________________________________________________________
35587 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
35588         Log: Harumph, also AIX will spill its guts (i.e. dump core)
35589              if an executable contains modfl() but it hasn't been
35590              compiled right (in the case of AIX, with cc -qlongdouble).
35591      Branch: perl
35592            ! Configure
35593 ____________________________________________________________________________
35594 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
35595         Log: integrate change#10471 from mainline
35596              
35597              in change#10451, check that CvOUTSIDE is a CV before looking in
35598              (it can apparently be SVt_NULL during global destruction)
35599      Branch: maint-5.6/perl
35600           !> op.c
35601 ____________________________________________________________________________
35602 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
35603         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
35604              (it can apparently be SVt_NULL during global destruction)
35605      Branch: perl
35606            ! op.c
35607 ____________________________________________________________________________
35608 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
35609         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
35610              From: Robin Barker <rmb1@cise.npl.co.uk>
35611              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
35612              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
35613      Branch: perl
35614            ! lib/diagnostics.pm pod/perldiag.pod
35615 ____________________________________________________________________________
35616 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
35617         Log: Subject: [PATCH perl@10439] long =item
35618              From: Robin Barker <rmb1@cise.npl.co.uk>
35619              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
35620              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
35621      Branch: perl
35622            ! README.amiga lib/Attribute/Handlers.pm
35623            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
35624 ____________________________________________________________________________
35625 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
35626         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
35627              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
35628              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
35629              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
35630      Branch: perl
35631            ! pod/perlguts.pod
35632 ____________________________________________________________________________
35633 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
35634         Log: Integrate perlio.
35635      Branch: perl
35636           !> sv.c
35637 ____________________________________________________________________________
35638 [ 10466] By: nick                                  on 2001/06/07  10:25:40
35639         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
35640              whitespace tweaks.
35641              Still coredumps in pragma/overload.t - what a nice hard fail that is...
35642      Branch: perlio
35643            ! sv.c
35644 ____________________________________________________________________________
35645 [ 10465] By: nick                                  on 2001/06/07  08:41:58
35646         Log: Raw integrate of mainline for S_grok_number debug
35647              (sv.c has MULTIPLICITY issues as well as whatever else ...)
35648      Branch: perlio
35649            - plan9/perlplan9.doc plan9/perlplan9.pod
35650           !> (integrate 46 files)
35651 ____________________________________________________________________________
35652 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
35653         Log: The proper prototyping for #10463.
35654      Branch: perl
35655            ! embed.h embed.pl proto.h sv.c
35656 ____________________________________________________________________________
35657 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
35658         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
35659              From: Nicholas Clark <nick@ccl4.org>
35660              Date: Thu, 7 Jun 2001 00:29:59 +0100
35661              Message-ID: <20010607002959.Z76396@plum.flirble.org>
35662      Branch: perl
35663            ! sv.c
35664 ____________________________________________________________________________
35665 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
35666         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
35667              From: "Craig A. Berry" <craigberry@mac.com>
35668              Date: Wed, 06 Jun 2001 17:54:30 -0500
35669              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
35670      Branch: perl
35671            ! vms/perlvms.pod
35672 ____________________________________________________________________________
35673 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
35674         Log: Podify the remaining README.platform files;
35675              merge README.plan9 and plan9/perlplan9.pod;
35676              delete plan9/perlplan9.* (the perlplan.doc needs to
35677              be regenerated in Plan 9); make the =head1 and =head2
35678              in the README.platform to be a little more verbose
35679              (skipped README.os2 not to anger Ilya) so that they
35680              look better in the toc; regen toc.
35681      Branch: perl
35682            - plan9/perlplan9.doc plan9/perlplan9.pod
35683            ! MANIFEST README.aix README.amiga README.apollo README.beos
35684            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
35685            ! README.hpux README.hurd README.machten README.macos
35686            ! README.micro README.mint README.mpeix README.os390
35687            ! README.plan9 README.qnx README.solaris README.threads
35688            ! README.tru64 README.vmesa README.vms README.vos README.win32
35689            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
35690            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
35691 ____________________________________________________________________________
35692 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
35693         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
35694              From: Mike Guy <mjtg@cam.ac.uk>
35695              Reply-To: mjtg@cam.ac.uk
35696              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
35697      Branch: perl
35698            ! pod/perlguts.pod
35699 ____________________________________________________________________________
35700 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
35701         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
35702              From: Mike Guy <mjtg@cam.ac.uk>
35703              Reply-To: mjtg@cam.ac.uk
35704              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
35705      Branch: perl
35706            ! pod/perlsec.pod
35707 ____________________________________________________________________________
35708 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
35709         Log: Disable long doubles from pre-5.0 Tru64s.
35710      Branch: perl
35711            ! README.tru64 hints/dec_osf.sh
35712 ____________________________________________________________________________
35713 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
35714         Log: The #10455 exposed that modfl() is fundamentally busted
35715              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
35716              testing it.
35717      Branch: perl
35718            ! hints/dec_osf.sh
35719 ____________________________________________________________________________
35720 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
35721         Log: Metaconfig unit change for #10455.
35722      Branch: metaconfig/U/perl
35723            ! d_modfl.U
35724 ____________________________________________________________________________
35725 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
35726         Log: Configure check for geborken modfl(), inspired by
35727              
35728              Subject: Re: [20010118.017] op/int.t failure 
35729              From: Hugo <hv@crypt.compulink.co.uk>
35730              Date: Tue, 05 Jun 2001 13:43:27 +0100
35731              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
35732      Branch: perl
35733            ! Configure
35734 ____________________________________________________________________________
35735 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
35736         Log: Integrate changes #10450 and #10451 from maintperl:
35737              
35738              optimize change#10448 slightly (don't repeat search in eval""s lexical
35739              scope, since that has already been searched)
35740              
35741              change#9108 needs subtler treatment for case of closures created
35742              within eval""
35743      Branch: perl
35744           !> op.c t/op/misc.t
35745 ____________________________________________________________________________
35746 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
35747         Log: MakeMaker magic to compile (when no dynamic loading)
35748              List/Util.xsc as (ListUtil.c and) ListUtil.o since
35749              POSIX-BC (BS2000) linker has an evil limitation of
35750              being unable to include in the same executable several
35751              object files with the same name - case-insensitively -
35752              because otherwise we conflict with util.c.
35753              Strictly speaking currently required only in POSIX-BC
35754              but probably will do no harm elsewhere where static
35755              linking is required.
35756      Branch: perl
35757            ! ext/List/Util/Makefile.PL
35758 ____________________________________________________________________________
35759 [ 10452] By: nick                                  on 2001/06/06  08:59:51
35760         Log: Integrate mainline.
35761      Branch: perlio
35762           +> lib/Attribute/Handlers/demo/Demo.pm
35763           +> lib/Attribute/Handlers/demo/Descriptions.pm
35764           +> lib/Attribute/Handlers/demo/MyClass.pm
35765           +> lib/Attribute/Handlers/demo/demo.pl
35766           +> lib/Attribute/Handlers/demo/demo2.pl
35767           +> lib/Attribute/Handlers/demo/demo3.pl
35768           +> lib/Attribute/Handlers/demo/demo4.pl
35769           +> lib/Attribute/Handlers/demo/demo_call.pl
35770           +> lib/Attribute/Handlers/demo/demo_chain.pl
35771           +> lib/Attribute/Handlers/demo/demo_cycle.pl
35772           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
35773           +> lib/Attribute/Handlers/demo/demo_phases.pl
35774           +> lib/Attribute/Handlers/demo/demo_range.pl
35775           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
35776           +> uts/strtol_wrap.c
35777           !> (integrate 91 files)
35778 ____________________________________________________________________________
35779 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
35780         Log: change#9108 needs subtler treatment for case of closures created
35781              within eval""
35782      Branch: maint-5.6/perl
35783            ! op.c t/op/misc.t
35784 ____________________________________________________________________________
35785 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
35786         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
35787              scope, since that has already been searched)
35788      Branch: maint-5.6/perl
35789            ! op.c
35790 ____________________________________________________________________________
35791 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
35792         Log: Integrate change #10448 from maintperl; lexicals
35793              outside an eval"" weren't resolved correctly inside a subroutine
35794              definition inside the eval"" if they were not already referenced
35795              in the toplevel of the eval""-ed code
35796      Branch: perl
35797           !> cop.h op.c pp_ctl.c t/op/misc.t
35798 ____________________________________________________________________________
35799 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
35800         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
35801              outside an eval"" weren't resolved correctly inside a subroutine
35802              definition inside the eval"" if they were not already referenced
35803              in the toplevel of the eval""-ed code
35804      Branch: maint-5.6/perl
35805            ! cop.h op.c pp_ctl.c t/op/misc.t
35806 ____________________________________________________________________________
35807 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
35808         Log: Subject: [PATCH] perl570delta.pod
35809              From: Peter Scott <Peter@PSDT.com> 
35810              Date: Tue, 05 Jun 2001 18:51:02 -0700
35811              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
35812      Branch: perl
35813            ! pod/perl570delta.pod
35814 ____________________________________________________________________________
35815 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
35816         Log: The fudge factor is no more needed.  I hope.
35817      Branch: perl
35818            ! t/lib/posix.t
35819 ____________________________________________________________________________
35820 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
35821         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
35822              From: Hugo <hv@crypt.compulink.co.uk>
35823              Date: Tue, 05 Jun 2001 12:58:19 +0100
35824              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
35825      Branch: perl
35826            ! util.c
35827 ____________________________________________________________________________
35828 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
35829         Log: Make up prototypes only for those who have the functions
35830              but not the prototypes.
35831      Branch: perl
35832            ! perl.h
35833 ____________________________________________________________________________
35834 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
35835         Log: Subject: Re: Not OK: perl@10439 on win32 
35836              From: Prymmer/Kahn <pvhp@best.com> 
35837              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
35838              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
35839      Branch: perl
35840            ! perl.h util.c
35841 ____________________________________________________________________________
35842 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
35843         Log: The metaconfig units changes for #10441.
35844      Branch: metaconfig
35845            ! U/modified/Extract.U U/modified/Extractall.U
35846            ! U/modified/Finish.U
35847 ____________________________________________________________________________
35848 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
35849         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
35850      Branch: perl
35851            ! Configure
35852 ____________________________________________________________________________
35853 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
35854         Log: Unnecessary fuzziness undone, noted by Mike Guy.
35855      Branch: perl
35856            ! t/op/tr.t
35857 ____________________________________________________________________________
35858 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
35859         Log: Update Changes.
35860      Branch: perl
35861            ! Changes patchlevel.h
35862 ____________________________________________________________________________
35863 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
35864         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
35865              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
35866              leakage patch.
35867      Branch: perl
35868            ! t/op/misc.t
35869 ____________________________________________________________________________
35870 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
35871         Log: Test case for #10433/#10424.
35872      Branch: perl
35873            ! t/op/misc.t
35874 ____________________________________________________________________________
35875 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
35876         Log: Subject: One fix for strtoul not setting errno
35877              From: hom00@utsglobal.com (Hal Morris)
35878              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
35879              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
35880      Branch: perl
35881            + uts/strtol_wrap.c
35882            ! MANIFEST hints/uts.sh
35883 ____________________________________________________________________________
35884 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
35885         Log: Metaconfig units changes for #10434.
35886      Branch: metaconfig
35887            ! U/modified/Cppsym.U
35888      Branch: metaconfig/U/perl
35889            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
35890            + d_syscallproto.U d_usleepproto.U
35891            ! longdblfio.U quadfio.U
35892 ____________________________________________________________________________
35893 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
35894         Log: Configure tweaks; add prototype probes, make the cpp symbols
35895              probe to cast, not whine; test for %Ld and %Lf before %lld and
35896              %llf because the L is the ANSI way.
35897      Branch: perl
35898            ! Configure config_h.SH configure.com epoc/config.sh
35899            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
35900            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
35901            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
35902 ____________________________________________________________________________
35903 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
35904         Log: Sigh.  This is what #10424 was supposed to check in.
35905      Branch: perl
35906            ! op.c sv.c sv.h
35907 ____________________________________________________________________________
35908 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
35909         Log: More verbose failure.
35910      Branch: perl
35911            ! t/op/ver.t
35912 ____________________________________________________________________________
35913 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
35914         Log: The .pm changes to go with #10428.
35915      Branch: perl
35916            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
35917            ! ext/Sys/Syslog/Syslog.pm
35918 ____________________________________________________________________________
35919 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
35920         Log: On second thoughts show to utf8 skippage message only
35921              on failures, it's too confusing otherwise,
35922      Branch: perl
35923            ! t/pragma/locale.t
35924 ____________________________________________________________________________
35925 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
35926         Log: Do not import anything from Encode.
35927      Branch: perl
35928            ! ext/MIME/Base64/QuotedPrint.pm
35929 ____________________________________________________________________________
35930 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
35931         Log: The #10402 didn't take.  Weird.
35932      Branch: perl
35933            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
35934            ! ext/Sys/Syslog/Syslog.xs
35935 ____________________________________________________________________________
35936 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
35937         Log: Eradicate traces of 'asciirange' re subpragma.
35938      Branch: perl
35939            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
35940            ! pod/perldiag.pod
35941 ____________________________________________________________________________
35942 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
35943         Log: use is a compile-time thing.
35944      Branch: perl
35945            ! ext/MIME/Base64/QuotedPrint.pm
35946 ____________________________________________________________________________
35947 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
35948         Log: Subject: [PATCH perl@10419] -Wall casting patch
35949              From: Robin Barker <rmb1@cise.npl.co.uk>
35950              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
35951              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
35952      Branch: perl
35953            ! ext/Devel/DProf/DProf.xs mg.c
35954 ____________________________________________________________________________
35955 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
35956         Log: Subject: [PATCH #2] introducing SVpad_TYPED
35957              From: Abhijit Menon-Sen <ams@wiw.org>
35958              Date: Mon, 4 Jun 2001 12:26:02 +0530
35959              Message-ID: <20010604122602.A5775@lustre.linux.in>
35960      Branch: perl
35961            ! op.c sv.c sv.h
35962 ____________________________________________________________________________
35963 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
35964         Log: testsuite for change#10192 (from Gisle Aas)
35965      Branch: perl
35966            + t/op/override.t
35967            ! MANIFEST
35968 ____________________________________________________________________________
35969 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
35970         Log: integrate changes#10414-10416 from mainline
35971              
35972              Potential buffer overrun if the radix separator is more than
35973              one byte.  Also, under locales, prefer the locale-specific
35974              separator over the old boring ".".
35975              
35976              "10.", that is, decimal numbers can have no decimal part at all.
35977              
35978              The non-locale places need love, too.
35979      Branch: maint-5.6/perl
35980           !> perl.h sv.c
35981 ____________________________________________________________________________
35982 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
35983         Log: Missed from #10420.
35984      Branch: perl
35985            ! epoc/config.sh
35986 ____________________________________________________________________________
35987 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
35988         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
35989              often this prototype goes with HAS_SETRESUID_PROTO.
35990      Branch: perl
35991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35992            ! config_h.SH configure.com perl.h uconfig.h
35993 ____________________________________________________________________________
35994 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
35995         Log: Update Changes.
35996      Branch: perl
35997            ! Changes patchlevel.h
35998 ____________________________________________________________________________
35999 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
36000         Log: -Wall "subscript has type `char'" cleanup.
36001      Branch: perl
36002            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
36003 ____________________________________________________________________________
36004 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
36005         Log: Various "cast to pointer from integer of different size"
36006              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
36007              wide but I32 (int) only 32 bits wide).
36008              
36009              WARNING: the classnum and tagnum changes in Storable.xs
36010              may not be wise, they may be breaking binary compatibility
36011              (in 64-bit platforms), asked Raphael Manfredi about the changes.
36012      Branch: perl
36013            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
36014            ! mg.c proto.h
36015 ____________________________________________________________________________
36016 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
36017         Log: The non-locale places need love, too.
36018      Branch: perl
36019            ! perl.h
36020 ____________________________________________________________________________
36021 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
36022         Log: "10.", that is, decimal numbers can have no decimal part at all.
36023      Branch: perl
36024            ! perl.h
36025 ____________________________________________________________________________
36026 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
36027         Log: Potential buffer overrun if the radix separator is more than
36028              one byte.  Also, under locales, prefer the locale-specific
36029              separator over the old boring ".".
36030      Branch: perl
36031            ! perl.h sv.c
36032 ____________________________________________________________________________
36033 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
36034         Log: Integrate change #10412 from maintperl; locale is now
36035              per-cop, not per-op; plus retweak the locale.t to always
36036              list the skipped utf8 locales.
36037      Branch: perl
36038            ! t/pragma/locale.t
36039           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
36040           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
36041 ____________________________________________________________________________
36042 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
36043         Log: rationalize locale handling to fix the bugs uncovered by change#10394
36044              
36045              the major issue was that the runtime was looking at PL_hints rather
36046              than op_private to notice whether locale was enabled
36047              
36048              the secondary issue was that many locale-sensitive numeric ops didn't
36049              have HINT_LOCALE propagated into their op_private
36050              
36051              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
36052              instead of per-op, just like HINT_BYTE and the hints for lexical
36053              warnings (this makes the hint available to every op via PL_curcop)
36054              
36055              pragma/locale.t may need to be reworked with these fixes in mind
36056              (it currently passes its tests)
36057      Branch: maint-5.6/perl
36058            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
36059            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
36060 ____________________________________________________________________________
36061 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
36062         Log: More verbose debugging.
36063      Branch: perl
36064            ! t/pragma/locale.t
36065 ____________________________________________________________________________
36066 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
36067         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
36068              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
36069              Date: Sat, 2 Jun 2001 22:53:33 +0100
36070              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
36071      Branch: perl
36072            ! regcomp.c t/pragma/warn/regcomp
36073 ____________________________________________________________________________
36074 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
36075         Log: Mention that lexicalizing $a or $b is a bad idea if one
36076              wants to use sort().
36077      Branch: perl
36078            ! pod/perlvar.pod
36079 ____________________________________________________________________________
36080 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
36081         Log: Tweak the test to be happy if the accuracy is 'good enough'.
36082      Branch: perl
36083            ! t/lib/posix.t
36084 ____________________________________________________________________________
36085 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
36086         Log: Upgrade to Attribute::Handlers 0.70.
36087              
36088              NOTE: this unearthed the "too late for CHECK block" bug,
36089              that's why the 1_compile.t change.
36090      Branch: perl
36091            + lib/Attribute/Handlers/demo/Demo.pm
36092            + lib/Attribute/Handlers/demo/Descriptions.pm
36093            + lib/Attribute/Handlers/demo/MyClass.pm
36094            + lib/Attribute/Handlers/demo/demo.pl
36095            + lib/Attribute/Handlers/demo/demo2.pl
36096            + lib/Attribute/Handlers/demo/demo3.pl
36097            + lib/Attribute/Handlers/demo/demo4.pl
36098            + lib/Attribute/Handlers/demo/demo_call.pl
36099            + lib/Attribute/Handlers/demo/demo_chain.pl
36100            + lib/Attribute/Handlers/demo/demo_cycle.pl
36101            + lib/Attribute/Handlers/demo/demo_hashdir.pl
36102            + lib/Attribute/Handlers/demo/demo_phases.pl
36103            + lib/Attribute/Handlers/demo/demo_range.pl
36104            + lib/Attribute/Handlers/demo/demo_rawdata.pl
36105            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
36106            ! t/lib/attrhand.t
36107 ____________________________________________________________________________
36108 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
36109         Log: One less -Wall whine.
36110      Branch: perl
36111            ! regcomp.c
36112 ____________________________________________________________________________
36113 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
36114         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
36115      Branch: perl
36116           !> t/op/eval.t
36117 ____________________________________________________________________________
36118 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
36119         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
36120              aren't "normally" visible inside eval""s contained in subs unless
36121              a cloned reference to them already exists)
36122              
36123              strangely enough, t/harness didn't show this up as a failure
36124              (harness needs fixing?)
36125      Branch: maint-5.6/perl
36126            ! t/op/eval.t
36127 ____________________________________________________________________________
36128 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
36129         Log: Update to Text::Balanced 1.85.
36130      Branch: perl
36131            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
36132 ____________________________________________________________________________
36133 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
36134         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
36135              From: Nicholas Clark <nick@ccl4.org>
36136              Date: Sun, 3 Jun 2001 17:54:36 +0100
36137              Message-ID: <20010603175436.E76396@plum.flirble.org> 
36138      Branch: perl
36139            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
36140            ! ext/Sys/Syslog/Syslog.xs
36141 ____________________________________________________________________________
36142 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
36143         Log: Unused variables.
36144      Branch: perl
36145            ! util.c
36146 ____________________________________________________________________________
36147 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
36148         Log: Subject: [PATCH] APIfy op_clear 
36149              From: Simon Cozens <simon@netthink.co.uk>
36150              Date: Sun, 3 Jun 2001 13:51:46 +0100
36151              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
36152              
36153              (despite the subject line, op_null is APIfied by the patch)
36154      Branch: perl
36155            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
36156 ____________________________________________________________________________
36157 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
36158         Log: Subject: [PATCH] t/lib/extutils.t
36159              From: Nicholas Clark <nick@ccl4.org>
36160              Date: Sat, 2 Jun 2001 23:57:05 +0100
36161              Message-ID: <20010602235705.Q12698@plum.flirble.org>
36162      Branch: perl
36163            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36164 ____________________________________________________________________________
36165 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
36166         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
36167              From: Prymmer/Kahn <pvhp@best.com>
36168              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
36169              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
36170      Branch: perl
36171            ! win32/Makefile win32/makefile.mk
36172 ____________________________________________________________________________
36173 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
36174         Log: Subject: Re: 'decimal digits' macro? 
36175              From: Hugo <hv@crypt.compulink.co.uk>
36176              Date: Sun, 03 Jun 2001 04:26:36 +0100
36177              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
36178      Branch: perl
36179            ! handy.h t/lib/posix.t t/op/tr.t
36180 ____________________________________________________________________________
36181 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
36182         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
36183              From: Hugo <hv@crypt.compulink.co.uk>
36184              Date: Sun, 03 Jun 2001 14:56:30 +0100
36185              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
36186      Branch: perl
36187            ! util.c
36188 ____________________________________________________________________________
36189 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
36190         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
36191      Branch: perl
36192           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
36193           !> vms/perly_c.vms
36194 ____________________________________________________________________________
36195 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
36196         Log: fix leakage of lexicals at file scope into subroutines that were
36197              declared before them; this appears to be a longstanding bug that
36198              meant that lexicals at file scope were never "deintroduced", meaning
36199              their scope range was never properly closed, and their visibility
36200              extended to all subsequent eval""s or requires
36201              
36202              added a test case
36203              
36204              seems to also fix a case of bogus duplicate warnings
36205      Branch: maint-5.6/perl
36206            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
36207            ! vms/perly_c.vms
36208 ____________________________________________________________________________
36209 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
36210         Log: More VMS tweaks from Craig A. Berry.
36211      Branch: perl
36212            ! configure.com t/lib/extutils.t
36213 ____________________________________________________________________________
36214 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
36215         Log: -Wall cleanup continues.
36216      Branch: perl
36217            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
36218            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
36219            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
36220            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
36221            ! run.c toke.c util.c
36222 ____________________________________________________________________________
36223 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
36224         Log: The metaconfig unit change for #10390.
36225      Branch: metaconfig/U/perl
36226            ! gccvers.U
36227 ____________________________________________________________________________
36228 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
36229         Log: Drop the -ansi from the default gcc flags.
36230              
36231              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
36232              that struct cannot be compared with a flat integer, such as STRLEN.
36233              The -ansi will also cause a lot of noise in Solaris because of:
36234              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
36235      Branch: perl
36236            ! Configure
36237 ____________________________________________________________________________
36238 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
36239         Log: Integrate perlio.
36240      Branch: perl
36241           !> pod/perlapi.pod util.c
36242 ____________________________________________________________________________
36243 [ 10388] By: nick                                  on 2001/06/02  08:01:12
36244         Log: Integrate mainline
36245      Branch: perlio
36246           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
36247           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
36248           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
36249           !> t/lib/1_compile.t t/lib/mimeqp.t
36250 ____________________________________________________________________________
36251 [ 10387] By: nick                                  on 2001/06/02  07:39:17
36252         Log: Tweak util.c's atof2 for MULTIPLICITY
36253      Branch: perlio
36254            ! util.c
36255 ____________________________________________________________________________
36256 [ 10386] By: nick                                  on 2001/06/02  07:38:33
36257         Log: Integrate mainline
36258      Branch: perlio
36259           !> (integrate 41 files)
36260 ____________________________________________________________________________
36261 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
36262         Log: Add Attribute::Handlers 0.61 from Damian Conway.
36263      Branch: perl
36264            + lib/Attribute/Handlers.pm t/lib/attrhand.t
36265            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
36266 ____________________________________________________________________________
36267 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
36268         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
36269              From: Peter Prymmer <pvhp@forte.com>
36270              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
36271              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
36272      Branch: perl
36273            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
36274 ____________________________________________________________________________
36275 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
36276         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
36277              From: Jeff Pinyan <jeffp@crusoe.net>
36278              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
36279              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
36280      Branch: perl
36281            ! lib/File/Find.pm
36282 ____________________________________________________________________________
36283 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
36284         Log: Subject: [PATCH perl@10381] configure.com tweaks
36285              From: "Craig A. Berry" <craigberry@mac.com>
36286              Date: Fri, 1 Jun 2001 13:55:43 -0500
36287              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
36288      Branch: perl
36289            ! configure.com
36290 ____________________________________________________________________________
36291 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
36292         Log: Update Changes.
36293      Branch: perl
36294            ! Changes patchlevel.h
36295 ____________________________________________________________________________
36296 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
36297         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
36298              From: Mike Guy <mjtg@cam.ac.uk>
36299              Date: Fri, 01 Jun 2001 18:17:02 +0100
36300              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
36301      Branch: perl
36302            ! lib/perl5db.pl
36303 ____________________________________________________________________________
36304 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
36305         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
36306              From: Hugo <hv@crypt.compulink.co.uk>
36307              Date: Thu, 31 May 2001 20:49:48 +0100
36308              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
36309      Branch: perl
36310            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
36311            ! util.c
36312 ____________________________________________________________________________
36313 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
36314         Log: Zero() is not available in x2p (or, rather, some of its
36315              implementations like memzero() might not be available.)
36316      Branch: perl
36317            ! x2p/hash.c
36318 ____________________________________________________________________________
36319 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
36320         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
36321              From: Michael G Schwern <schwern@pobox.com>
36322              Date: Fri, 1 Jun 2001 12:00:29 +0100
36323              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
36324              
36325              (But use Zero() instead of memset.)
36326      Branch: perl
36327            ! x2p/hash.c
36328 ____________________________________________________________________________
36329 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
36330         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
36331              From: Jeff Pinyan <jeffp@crusoe.net>
36332              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
36333              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
36334      Branch: perl
36335            ! pod/perldiag.pod regcomp.c t/op/pat.t
36336 ____________________________________________________________________________
36337 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
36338         Log: Retract #10324 and #10333; not needed.
36339      Branch: perl
36340            ! hints/irix_6.sh hints/linux.sh
36341 ____________________________________________________________________________
36342 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
36343         Log: The #10370 wasn't quite right.
36344      Branch: perl
36345            ! ext/XS/Typemap/Typemap.xs
36346 ____________________________________________________________________________
36347 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
36348         Log: The metaconfig units changes for #10372.
36349      Branch: metaconfig/U/perl
36350            + d_realpath.U d_sresgproto.U d_sresuproto.U
36351            ! gccvers.U i_db.U
36352 ____________________________________________________________________________
36353 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
36354         Log: Configure tweaks; record the Berkeley DB version,
36355              probe for realpath(), for setresuid() and setresgid()
36356              prototypes; use realpath() (try to be paranoid enough),
36357              use the setres[ug]id prototypes because glibc has the functions
36358              but not their prototypes; add -Wall -ansi to gcc ccflags;
36359              regen toc.
36360      Branch: perl
36361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36362            ! config_h.SH configure.com epoc/config.sh
36363            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
36364            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
36365            ! vos/config.ga.def win32/config.bc win32/config.gc
36366            ! win32/config.vc
36367 ____________________________________________________________________________
36368 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
36369         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
36370              From: Michael G Schwern <schwern@pobox.com>
36371              Date: Fri, 1 Jun 2001 11:28:14 +0100
36372              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
36373      Branch: perl
36374            ! lib/attributes.pm xsutils.c
36375 ____________________________________________________________________________
36376 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
36377         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
36378              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36379              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
36380              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
36381      Branch: perl
36382            ! ext/XS/Typemap/Typemap.xs
36383 ____________________________________________________________________________
36384 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
36385         Log: Subject: [patch] Cwd.xs optimizations/abstraction
36386              From: Doug MacEachern <dougm@covalent.net>
36387              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
36388              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
36389      Branch: perl
36390            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
36391            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
36392 ____________________________________________________________________________
36393 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
36394         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
36395              From: Nicholas Clark <nick@ccl4.org>
36396              Date: Thu, 31 May 2001 23:56:40 +0100
36397              Message-ID: <20010531235640.F12698@plum.flirble.org>
36398              
36399              Make the test work also under only static extensions
36400              (sh Configure -Uusedl fakes this nicely)
36401      Branch: perl
36402            ! t/lib/extutils.t
36403 ____________________________________________________________________________
36404 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
36405         Log: Subject: [PATCH hv.c] Eliminating trigraph
36406              From: Michael G Schwern <schwern@pobox.com>
36407              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
36408              Date: Fri, 1 Jun 2001 11:49:56 +0100
36409      Branch: perl
36410            ! hv.c
36411 ____________________________________________________________________________
36412 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
36413         Log: Subject: Re: [PATCH] Tests for File::Compare 
36414              From: "Philip Newton" <Philip.Newton@gmx.net>
36415              Date: Thu, 31 May 2001 19:44:05 +0200
36416              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
36417              
36418              Unnecessary "quotation marks".
36419      Branch: perl
36420            ! t/lib/filecomp.t
36421 ____________________________________________________________________________
36422 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
36423         Log: Integrate perlio.
36424      Branch: perl
36425           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
36426 ____________________________________________________________________________
36427 [ 10364] By: nick                                  on 2001/06/01  10:13:31
36428         Log: Cleanup dll.base and dll.exp created by GCC builds.
36429      Branch: perlio
36430            ! lib/ExtUtils/MM_Win32.pm
36431 ____________________________________________________________________________
36432 [ 10363] By: nick                                  on 2001/06/01  10:02:17
36433         Log: Make filecomp test work on CRLF platforms by adding binmode.
36434      Branch: perlio
36435            ! t/lib/filecomp.t
36436 ____________________________________________________________________________
36437 [ 10362] By: nick                                  on 2001/06/01  08:37:17
36438         Log: Integrate mainline
36439      Branch: perlio
36440           !> Changes Configure patchlevel.h perlio.c
36441 ____________________________________________________________________________
36442 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
36443         Log: panic:claustrophobia.
36444      Branch: perl
36445            ! perlio.c
36446 ____________________________________________________________________________
36447 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
36448         Log: Update Changes.
36449      Branch: perl
36450            ! Changes patchlevel.h
36451 ____________________________________________________________________________
36452 [ 10359] By: nick                                  on 2001/05/31  12:35:50
36453         Log: Integrate mainline.
36454      Branch: perlio
36455           +> t/lib/filecomp.t
36456           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
36457           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
36458 ____________________________________________________________________________
36459 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
36460         Log: Integrate perlio.
36461      Branch: perl
36462           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
36463           !> win32/config_H.vc
36464 ____________________________________________________________________________
36465 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
36466         Log: Metaconfig unit change for #10356.
36467      Branch: metaconfig
36468            ! U/installdirs/inc_version_list.U
36469 ____________________________________________________________________________
36470 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
36471         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
36472              (idea from Sarathy; implementation from Andy)
36473      Branch: perl
36474            ! Configure
36475 ____________________________________________________________________________
36476 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
36477         Log: More AUTHORS.
36478      Branch: perl
36479            ! AUTHORS
36480 ____________________________________________________________________________
36481 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
36482         Log: Subject: Re: [PATCH] Tests for File::Compare
36483              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
36484              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
36485              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
36486      Branch: perl
36487            + t/lib/filecomp.t
36488            ! MANIFEST t/lib/1_compile.t
36489 ____________________________________________________________________________
36490 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
36491         Log: Subject: [PATCH] DEBUG_* macro cleanups
36492              From: Abhijit Menon-Sen <ams@wiw.org>
36493              Date: Thu, 31 May 2001 12:16:22 +0530
36494              Message-ID: <20010531121622.B4829@lustre.linux.in>
36495              
36496              Subject: Re: [PATCH] DEBUG_* macro cleanups
36497              From: Abhijit Menon-Sen <ams@wiw.org>
36498              Date: Thu, 31 May 2001 13:57:01 +0530
36499              Message-ID: <20010531135701.A21775@lustre.linux.in>
36500              
36501              (The DEBUG_ definitions in perl.h changed to use the
36502              STMT_START and STMT_END.)
36503      Branch: perl
36504            ! perl.h pp_ctl.c sv.c toke.c
36505 ____________________________________________________________________________
36506 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
36507         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
36508              From: Abhijit Menon-Sen <ams@wiw.org>
36509              Date: Thu, 31 May 2001 08:27:55 +0530
36510              Message-ID: <20010531082755.A10018@lustre.linux.in>
36511      Branch: perl
36512            ! ext/Storable/Storable.xs gv.c perl.c
36513 ____________________________________________________________________________
36514 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
36515         Log: Subject: [PATCH] AUTHORS
36516              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36517              Date: Thu, 31 May 2001 01:27:59 -0500
36518              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
36519              
36520              Subject: Re: [PATCH] AUTHORS
36521              From: "Philip Newton" <Philip.Newton@gmx.net>
36522              Date: Thu, 31 May 2001 10:08:06 +0200
36523              (Message-Id missing?)
36524      Branch: perl
36525            ! AUTHORS
36526 ____________________________________________________________________________
36527 [ 10350] By: nick                                  on 2001/05/31  11:40:43
36528         Log: win32 - dmake regen_config_h
36529      Branch: perlio
36530            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36531 ____________________________________________________________________________
36532 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
36533         Log: Subject: Re: [PATCH util.c] More warning cleanups.
36534              From: "Philip Newton" <Philip.Newton@gmx.net>
36535              Date: Thu, 31 May 2001 07:41:36 +0200
36536              Message-Id: <200105310538.IAA25458@taku.hut.fi>
36537              
36538              Undo C++-ism that snekt in.
36539      Branch: perl
36540            ! util.c
36541 ____________________________________________________________________________
36542 [ 10348] By: nick                                  on 2001/05/31  11:36:46
36543         Log: Tolerate Win32 numerics
36544      Branch: perlio
36545            ! t/pragma/warn/toke
36546 ____________________________________________________________________________
36547 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
36548         Log: Integrate perlio.
36549      Branch: perl
36550           !> perlio.c win32/win32.h
36551 ____________________________________________________________________________
36552 [ 10346] By: nick                                  on 2001/05/31  10:54:55
36553         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
36554              perlio.c change 10255.
36555      Branch: perlio
36556            ! perlio.c
36557 ____________________________________________________________________________
36558 [ 10345] By: nick                                  on 2001/05/31  10:01:57
36559         Log: Conditionally put back some "unused" dTHX which are used
36560              with PERL_IMPLICIT_SYS
36561      Branch: perlio
36562            ! perlio.c
36563 ____________________________________________________________________________
36564 [ 10344] By: nick                                  on 2001/05/31  10:00:59
36565         Log: Fix Win32 for new spelling IN_BYTES 
36566      Branch: perlio
36567            ! win32/win32.h
36568 ____________________________________________________________________________
36569 [ 10343] By: nick                                  on 2001/05/31  08:01:32
36570         Log: perlio.c -Wall cleaner under MULTIPLICITY
36571              - still minor noise with linux stdio
36572      Branch: perlio
36573            ! perlio.c
36574 ____________________________________________________________________________
36575 [ 10342] By: nick                                  on 2001/05/31  07:52:23
36576         Log: Integrate mainline.
36577      Branch: perlio
36578           !> (integrate 42 files)
36579 ____________________________________________________________________________
36580 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
36581         Log: AUTHORS updates.
36582      Branch: perl
36583            ! AUTHORS
36584 ____________________________________________________________________________
36585 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
36586         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
36587              From: Peter Prymmer <pvhp@forte.com>
36588              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
36589              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
36590      Branch: perl
36591            ! t/lib/md5-file.t
36592 ____________________________________________________________________________
36593 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
36594         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
36595              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
36596              to match the pragma name; various robustness cleanups.
36597      Branch: perl
36598            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
36599            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
36600 ____________________________________________________________________________
36601 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
36602         Log: More -Wall sweeping.
36603      Branch: perl
36604            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
36605            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
36606            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
36607            ! regcomp.c sv.c toke.c utf8.c
36608 ____________________________________________________________________________
36609 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
36610         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
36611              From: Nicholas Clark <nick@ccl4.org>
36612              Date: Wed, 30 May 2001 22:34:41 +0100
36613              Message-ID: <20010530223441.Y86445@plum.flirble.org>
36614      Branch: perl
36615            ! t/op/cmp.t
36616 ____________________________________________________________________________
36617 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
36618         Log: It's is not, it isn't ain't, and it's it's, not its,
36619              if you mean it is. If you don't, it's its. Then too,
36620              it's hers. It isn't her's. It isn't our's either.
36621              It's ours, and likewise yours and theirs.
36622              -- Oxford University Press, Edpress News
36623      Branch: perl
36624            ! lib/autouse.pm
36625 ____________________________________________________________________________
36626 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
36627         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
36628      Branch: perl
36629            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
36630            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
36631            ! x2p/str.c x2p/walk.c xsutils.c
36632 ____________________________________________________________________________
36633 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
36634         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
36635              From: Michael G Schwern <schwern@pobox.com>
36636              Date: Wed, 30 May 2001 17:10:38 +0100
36637              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
36638              
36639              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
36640              From: Abhijit Menon-Sen <ams@wiw.org>
36641              Date: Wed, 30 May 2001 23:16:13 +0530
36642              Message-ID: <20010530231613.A31933@lustre.linux.in>
36643      Branch: perl
36644            ! perl.c t/run/runenv.t
36645 ____________________________________________________________________________
36646 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
36647         Log: (Retracted by #10375.)
36648              
36649              IRIX hints patch from Merijn Broeren.
36650              
36651              TODO: (this and the earlier Linux hints patch) should be solved
36652              at Configure level.  Merijn: -ldb should not be used on any platform
36653              for perl, just when linking DBFile itself. Trying to be helpful here
36654              is counterproductive.
36655      Branch: perl
36656            ! hints/irix_6.sh
36657 ____________________________________________________________________________
36658 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
36659         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
36660              From: Nicholas Clark <nick@ccl4.org>
36661              Date: Wed, 30 May 2001 23:20:58 +0100
36662              Message-ID: <20010530232058.B86445@plum.flirble.org>
36663      Branch: perl
36664            ! doop.c
36665 ____________________________________________________________________________
36666 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
36667         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
36668              From: Michael G Schwern <schwern@pobox.com> 
36669              Date: Wed, 30 May 2001 15:24:20 +0100
36670              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
36671      Branch: perl
36672            ! t/pragma/autouse.t
36673 ____________________________________________________________________________
36674 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
36675         Log: The regex trick wasn't a good idea.
36676      Branch: perl
36677            ! pod/perlfaq4.pod
36678 ____________________________________________________________________________
36679 [ 10329] By: nick                                  on 2001/05/30  18:34:35
36680         Log: Integrate mainline
36681      Branch: perlio
36682           !> (integrate 40 files)
36683 ____________________________________________________________________________
36684 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
36685         Log: Update Changes.
36686      Branch: perl
36687            ! Changes patchlevel.h
36688 ____________________________________________________________________________
36689 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
36690         Log: The metaconfig unit change for #10325.
36691      Branch: metaconfig
36692            + U/modified/afs.U
36693 ____________________________________________________________________________
36694 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
36695         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
36696              is now wrong.
36697      Branch: perl
36698            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
36699 ____________________________________________________________________________
36700 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
36701         Log: Introduce $Config{afsroot}.
36702      Branch: perl
36703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36704            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
36705            ! win32/config.gc win32/config.vc
36706 ____________________________________________________________________________
36707 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
36708         Log: (Retracted by #10375.)
36709              
36710              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
36711      Branch: perl
36712            ! hints/linux.sh
36713 ____________________________________________________________________________
36714 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
36715         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
36716              (Also Configure tweaks needed; coming up soon.)
36717      Branch: perl
36718            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
36719 ____________________________________________________________________________
36720 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
36721         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
36722              From: Michael G Schwern <schwern@pobox.com>
36723              Date: Sun, 27 May 2001 10:29:43 +0100
36724              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
36725      Branch: perl
36726            ! lib/perl5db.pl
36727 ____________________________________________________________________________
36728 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
36729         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
36730              and Abhijit Menon-Sen.
36731      Branch: perl
36732            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
36733            ! perl.c pp_sys.c regcomp.c
36734 ____________________________________________________________________________
36735 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
36736         Log: Fix the BOOT section to call myU2time properly.
36737      Branch: perl
36738            ! ext/Time/HiRes/HiRes.xs
36739 ____________________________________________________________________________
36740 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
36741         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
36742              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
36743              Date: Wed, 30 May 2001 09:44:29 -0400
36744              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
36745              
36746              Detypo; plus add one more trick.
36747      Branch: perl
36748            ! pod/perlfaq4.pod
36749 ____________________________________________________________________________
36750 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
36751         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
36752              From: Michael G Schwern <schwern@pobox.com>
36753              Date: Wed, 30 May 2001 14:39:06 +0100
36754              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
36755      Branch: perl
36756            ! lib/autouse.pm t/pragma/autouse.t
36757 ____________________________________________________________________________
36758 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
36759         Log: Subject: Re: AIX and gcc (moving targets)
36760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36761              Date: Wed, 30 May 2001 15:25:08 +0200
36762              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
36763      Branch: perl
36764            ! ext/Time/HiRes/HiRes.xs
36765 ____________________________________________________________________________
36766 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
36767         Log: Subject: [PATCH t/TEST] sorting tests
36768              From: Michael G Schwern <schwern@pobox.com>
36769              Date: Wed, 30 May 2001 10:24:02 +0100
36770              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
36771      Branch: perl
36772            ! t/TEST
36773 ____________________________________________________________________________
36774 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
36775         Log: Subject: [ID 20010529.002] typos in man page perlre
36776              From: bart@cg681574-a.adubn1.nj.home.com 
36777              Date: Tue, 29 May 2001 13:58:59 -0500
36778              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
36779      Branch: perl
36780            ! pod/perlre.pod
36781 ____________________________________________________________________________
36782 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
36783         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
36784              From: "Craig A. Berry" <craigberry@mac.com>
36785              Date: Tue, 29 May 2001 23:23:45 -0500
36786              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
36787      Branch: perl
36788            ! t/lib/extutils.t t/pragma/autouse.t
36789 ____________________________________________________________________________
36790 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
36791         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
36792              From: David Dyck <dcd@tc.fluke.com>
36793              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
36794              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
36795      Branch: perl
36796            ! t/lib/filefind.t
36797 ____________________________________________________________________________
36798 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
36799         Log: AIX hints update for gcc from Merijn H. Brand.
36800      Branch: perl
36801            ! hints/aix.sh
36802 ____________________________________________________________________________
36803 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
36804         Log: Retract #10295 and #10296: a more generic solution
36805              is needed (there's something funny with gcc on AIX).
36806      Branch: perl
36807            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
36808 ____________________________________________________________________________
36809 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
36810         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
36811              From: Hugo <hv@crypt.compulink.co.uk>
36812              Date: Wed, 30 May 2001 11:59:19 +0100
36813              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
36814              
36815              localizing $@ has unfortunate semantics - if you die past
36816              a local $@, the die message is lost.
36817      Branch: perl
36818            ! lib/utf8_heavy.pl
36819 ____________________________________________________________________________
36820 [ 10309] By: nick                                  on 2001/05/30  08:23:02
36821         Log: Integrate mainline (autouse works again.)
36822      Branch: perlio
36823           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
36824           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
36825           !> pod/perlvar.pod t/op/cmp.t
36826 ____________________________________________________________________________
36827 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
36828         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
36829              From: David Dyck <dcd@tc.fluke.com>
36830              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
36831              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
36832      Branch: perl
36833            ! lib/File/Find.pm
36834 ____________________________________________________________________________
36835 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
36836         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
36837              From: Nicholas Clark <nick@ccl4.org>
36838              Date: Tue, 29 May 2001 23:16:09 +0100
36839              Message-ID: <20010529231609.U86445@plum.flirble.org>
36840              
36841              Make the test output slightly clearer by distinguishing
36842              between '' and undef.
36843      Branch: perl
36844            ! t/op/cmp.t
36845 ____________________________________________________________________________
36846 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
36847         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
36848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36849              Date: Tue, 29 May 2001 19:15:19 -0400
36850              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
36851      Branch: perl
36852            ! hints/os2.sh
36853 ____________________________________________________________________________
36854 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
36855         Log: Subject: perlvar.pod addition
36856              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
36857              Date: Fri, 25 May 2001 20:23:12 +0200
36858              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
36859              
36860              Subject: Re: perlvar.pod addition
36861              From: "Abigail" <abigail@foad.org> 
36862              Date: Fri, 25 May 2001 22:00:39 +0200
36863              Message-ID: <20010525200039.28029.qmail@foad.org>
36864              
36865              Mention $a and $b in perlvar.
36866      Branch: perl
36867            ! pod/perlvar.pod
36868 ____________________________________________________________________________
36869 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
36870         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
36871              From: Jeff Pinyan <jeffp@crusoe.net>
36872              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
36873              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
36874      Branch: perl
36875            ! pod/perlvar.pod
36876 ____________________________________________________________________________
36877 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
36878         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
36879              From: Jeff Pinyan <jeffp@crusoe.net>
36880              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
36881              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
36882      Branch: perl
36883            ! pod/perlfaq6.pod
36884 ____________________________________________________________________________
36885 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
36886         Log: Mention Time::localtime and Time::gmtime.
36887      Branch: perl
36888            ! ext/Time/Piece/Piece.pm
36889 ____________________________________________________________________________
36890 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
36891         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
36892              From: Michael G Schwern <schwern@pobox.com>
36893              Date: Tue, 29 May 2001 18:51:32 +0100
36894              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
36895      Branch: perl
36896            ! pod/perlfaq4.pod
36897 ____________________________________________________________________________
36898 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
36899         Log: Retract #10243.
36900      Branch: perl
36901            ! lib/autouse.pm
36902 ____________________________________________________________________________
36903 [ 10299] By: nick                                  on 2001/05/29  18:41:19
36904         Log: Post weekend integrate mainline (fails one test pragma/autouse).
36905      Branch: perlio
36906           +> (branch 29 files)
36907           !> (integrate 91 files)
36908 ____________________________________________________________________________
36909 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
36910         Log: Update Changes.
36911      Branch: perl
36912            ! Changes patchlevel.h
36913 ____________________________________________________________________________
36914 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
36915         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
36916              before Perl_load_module/Perl_call_method and restore the value
36917              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
36918      Branch: perl
36919            ! utf8.c
36920 ____________________________________________________________________________
36921 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
36922         Log: Subject: Re: AIX and gcc (moving targets)
36923              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36924              Date: Tue, 29 May 2001 17:59:40 +0200
36925              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
36926      Branch: perl
36927            ! ext/Storable/Makefile.PL
36928 ____________________________________________________________________________
36929 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
36930         Log: Subject: Re: AIX and gcc (moving targets)
36931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36932              Date: Tue, 29 May 2001 12:32:57 +0200
36933              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
36934      Branch: perl
36935            ! ext/POSIX/Makefile.PL
36936 ____________________________________________________________________________
36937 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
36938         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
36939              From: Michael G Schwern <schwern@pobox.com>
36940              Date: Tue, 29 May 2001 09:53:29 +0100
36941              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
36942              
36943              (#10280 retracted)
36944      Branch: perl
36945            ! lib/Test/Harness.pm t/lib/test-harness.t
36946 ____________________________________________________________________________
36947 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
36948         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
36949              From: Michael G Schwern <schwern@pobox.com>
36950              Date: Tue, 29 May 2001 09:19:52 +0100
36951              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
36952      Branch: perl
36953            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
36954            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
36955            + t/lib/Test/todo.t
36956            ! MANIFEST lib/Test.pm t/TEST
36957 ____________________________________________________________________________
36958 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
36959         Log: From: Michael G Schwern <schwern@pobox.com>
36960              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
36961              Date: Tue, 29 May 2001 08:26:09 +0100
36962              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
36963      Branch: perl
36964            ! t/TEST
36965 ____________________________________________________________________________
36966 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
36967         Log: Add tests for Time::gmtime and Time::localtime.
36968      Branch: perl
36969            + t/lib/time-gmtime.t t/lib/time-localtime.t
36970            ! MANIFEST t/lib/1_compile.t
36971 ____________________________________________________________________________
36972 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
36973         Log: Add test for File::stat.
36974      Branch: perl
36975            + t/lib/filestat.t
36976            ! MANIFEST t/lib/1_compile.t
36977 ____________________________________________________________________________
36978 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
36979         Log: Add test for Net::servent.
36980      Branch: perl
36981            + t/lib/net-sent.t
36982            ! MANIFEST t/lib/1_compile.t
36983 ____________________________________________________________________________
36984 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
36985         Log: Add test for Net::protoent.
36986      Branch: perl
36987            + t/lib/net-pent.t
36988            ! MANIFEST t/lib/1_compile.t
36989 ____________________________________________________________________________
36990 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
36991         Log: Add test for Net::netent.
36992      Branch: perl
36993            + t/lib/net-nent.t
36994            ! MANIFEST t/lib/1_compile.t
36995 ____________________________________________________________________________
36996 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
36997         Log: Add test for User::grent.  Portability doubtful.
36998      Branch: perl
36999            + t/lib/user-grent.t
37000            ! MANIFEST t/lib/1_compile.t
37001 ____________________________________________________________________________
37002 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
37003         Log: Add test for User::pwent.
37004              Probably will fall down somewhere for portability reasons.
37005      Branch: perl
37006            + t/lib/user-pwent.t
37007            ! MANIFEST t/lib/1_compile.t
37008 ____________________________________________________________________________
37009 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
37010         Log: Metaconfig units changes for #10283.
37011      Branch: metaconfig
37012            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
37013            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
37014            ! U/installdirs/sitescript.U U/modified/Signal.U
37015 ____________________________________________________________________________
37016 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
37017         Log: Subject: [PATCH 5.6.1] signal names in Configure
37018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37019              Date: Tue, 29 May 2001 03:52:25 -0400
37020              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
37021              
37022              Subject: [PATCH 5.6.1] older perl in Configure
37023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37024              Date: Tue, 29 May 2001 03:55:40 -0400
37025              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
37026              
37027              Subject: [PATCH 5.6.1] goofs in Configure
37028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37029              Date: Tue, 29 May 2001 04:13:07 -0400
37030              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
37031              
37032              Configure portability tweaks.
37033      Branch: perl
37034            ! Configure
37035 ____________________________________________________________________________
37036 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
37037         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
37038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37039              Date: Tue, 29 May 2001 04:07:06 -0400
37040              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
37041      Branch: perl
37042            ! os2/os2.c
37043 ____________________________________________________________________________
37044 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
37045         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
37046              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37047              Date: Tue, 29 May 2001 04:01:38 -0400
37048              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
37049      Branch: perl
37050            ! hints/os2.sh os2/Makefile.SHs
37051 ____________________________________________________________________________
37052 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
37053         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
37054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37055              Date: Tue, 29 May 2001 03:50:18 -0400
37056              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
37057      Branch: perl
37058            ! lib/Test/Harness.pm
37059 ____________________________________________________________________________
37060 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
37061         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
37062      Branch: perl
37063            ! lib/utf8_heavy.pl
37064 ____________________________________________________________________________
37065 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
37066         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
37067              From: Hugo <hv@crypt.compulink.co.uk>
37068              Date: Tue, 29 May 2001 03:03:45 +0100
37069              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
37070              
37071              Explanation why the $@ always gets the UTF8 flag when under use utf8--
37072              because we told it to have the flag when under use utf8.
37073      Branch: perl
37074            ! pp_ctl.c
37075 ____________________________________________________________________________
37076 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
37077         Log: At least a partial fix for 20010528.004.
37078      Branch: perl
37079            ! lib/utf8_heavy.pl
37080 ____________________________________________________________________________
37081 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
37082         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
37083              From: Nicholas Clark <nick@ccl4.org> 
37084              Date: Mon, 28 May 2001 23:39:38 +0100
37085              Message-ID: <20010528233938.M86445@plum.flirble.org>
37086              
37087              More portable non-zero UV.
37088      Branch: perl
37089            ! t/lib/extutils.t
37090 ____________________________________________________________________________
37091 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
37092         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
37093              From: Nicholas Clark <nick@ccl4.org>
37094              Date: Mon, 28 May 2001 22:46:09 +0100
37095              Message-ID: <20010528224608.L86445@plum.flirble.org>
37096              
37097              Test also "make clean".
37098      Branch: perl
37099            ! t/lib/extutils.t
37100 ____________________________________________________________________________
37101 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
37102         Log: Subject: Re: Would -Wno-unused -Wall be better?
37103              From: Michael G Schwern <schwern@pobox.com>
37104              Date: Tue, 29 May 2001 00:55:54 +0100
37105              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
37106      Branch: perl
37107            ! pp.h
37108 ____________________________________________________________________________
37109 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
37110         Log: Add a test for 20010528.007, fixed in #10272.
37111      Branch: perl
37112            ! t/op/misc.t toke.c
37113 ____________________________________________________________________________
37114 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
37115         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
37116              From: Hugo <hv@crypt.compulink.co.uk>
37117              Date: Tue, 29 May 2001 00:23:23 +0100
37118              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
37119      Branch: perl
37120            ! toke.c
37121 ____________________________________________________________________________
37122 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
37123         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
37124              From: Michael G Schwern <schwern@pobox.com>
37125              Date: Tue, 29 May 2001 00:42:59 +0100
37126              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
37127      Branch: perl
37128            ! t/pragma/autouse.t
37129 ____________________________________________________________________________
37130 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
37131         Log: Some shells seemingly arrange the signal handlers differently
37132              (bug id 20010521.004).
37133      Branch: perl
37134            ! t/lib/sigaction.t
37135 ____________________________________________________________________________
37136 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
37137         Log: Regen perlmodlib.
37138      Branch: perl
37139            ! pod/perlmodlib.pod
37140 ____________________________________________________________________________
37141 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
37142         Log: Update Changes.
37143      Branch: perl
37144            ! Changes patchlevel.h
37145 ____________________________________________________________________________
37146 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
37147         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
37148              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37149              Date: Mon, 28 May 2001 14:56:35 -0500
37150              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
37151      Branch: perl
37152            ! pod/perlnewmod.pod
37153 ____________________________________________________________________________
37154 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
37155         Log: Regen toc.
37156      Branch: perl
37157            ! pod/perltoc.pod
37158 ____________________________________________________________________________
37159 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
37160         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
37161              From: "Richard Soderberg" <rs@crystalflame.net>
37162              Date: Mon, 28 May 2001 12:31:23 -0700
37163              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
37164      Branch: perl
37165            ! t/op/splice.t
37166 ____________________________________________________________________________
37167 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
37168         Log: The #10260 was too bold: locales and utf8 still do not mix.
37169      Branch: perl
37170            ! t/pragma/locale.t
37171 ____________________________________________________________________________
37172 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
37173         Log: Subject: [PATCH] Pod nitpicks
37174              From: "Richard Soderberg" <rs@crystalflame.net>
37175              Date: Mon, 28 May 2001 10:08:58 -0700
37176              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
37177      Branch: perl
37178            ! pod/perl571delta.pod pod/perlapi.pod sv.h
37179 ____________________________________________________________________________
37180 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
37181         Log: Upgrade to I18N::LangTags 0.22.
37182      Branch: perl
37183            + lib/I18N/LangTags/List.pod
37184            ! MANIFEST lib/I18N/LangTags.pm
37185 ____________________________________________________________________________
37186 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
37187         Log: A slightly more serious bug found by -Mutf8; op/misc and
37188              lib/complex dumped core.
37189      Branch: perl
37190            ! regexec.c
37191 ____________________________________________________________________________
37192 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
37193         Log: Various buglets shaken out by -Mutf8.
37194      Branch: perl
37195            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
37196            ! t/pragma/locale.t
37197 ____________________________________________________________________________
37198 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
37199         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
37200      Branch: perl
37201            ! t/lib/carp.t
37202 ____________________________________________________________________________
37203 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
37204         Log: Subject: [PATCH] todo patch
37205              From: Artur Bergman <artur@contiller.se> 
37206              Date: Mon, 28 May 2001 17:03:51 +0200
37207              Message-ID: <B7383577.F34%artur@contiller.se>
37208      Branch: perl
37209            ! pod/perltodo.pod
37210 ____________________________________________________________________________
37211 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
37212         Log: Subject: typo in perlguts.pod
37213              From: "John P. Linderman" <jpl@research.att.com>
37214              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
37215              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
37216      Branch: perl
37217            ! pod/perlguts.pod
37218 ____________________________________________________________________________
37219 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
37220         Log: Subject: AIX and gcc (moving targets)
37221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37222              Date: Mon, 28 May 2001 12:54:04 +0200
37223              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
37224      Branch: perl
37225            ! hints/aix.sh
37226 ____________________________________________________________________________
37227 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
37228         Log: Subject: Re: perlio + multiple perl_alloc..destruct
37229              From: Doug MacEachern <dougm@covalent.net>
37230              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
37231              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
37232      Branch: perl
37233            ! perlio.c
37234 ____________________________________________________________________________
37235 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
37236         Log: The #10251 wasn't quite up-to-the-code.
37237      Branch: perl
37238            ! t/op/misc.t
37239 ____________________________________________________________________________
37240 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
37241         Log: Test case for bug 20010526.004, fixed in #10252.
37242      Branch: perl
37243            ! t/op/taint.t
37244 ____________________________________________________________________________
37245 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
37246         Log: Subject: Re: [ID 20010526.004] Taint looses value
37247              From: Hugo <hv@crypt.compulink.co.uk>
37248              Date: Sun, 27 May 2001 20:39:32 +0100
37249              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
37250      Branch: perl
37251            ! sv.c
37252 ____________________________________________________________________________
37253 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
37254         Log: Test case for 20010422.005, fixed by #10250.
37255      Branch: perl
37256            ! t/op/misc.t
37257 ____________________________________________________________________________
37258 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
37259         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
37260              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37261              Date: Mon, 28 May 2001 06:39:12 -0400
37262              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
37263      Branch: perl
37264            ! toke.c
37265 ____________________________________________________________________________
37266 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
37267         Log: Linerewrapping.
37268      Branch: perl
37269            ! lib/open.pm
37270 ____________________________________________________________________________
37271 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
37272         Log: Updates on the modules list.
37273      Branch: perl
37274            ! t/lib/1_compile.t
37275 ____________________________________________________________________________
37276 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
37277         Log: Add a test for PerlIO.
37278              
37279              (I probably got the crlf/raw thing wrong for clrfy platforms...)
37280      Branch: perl
37281            + t/lib/perlio.t
37282            ! MANIFEST lib/PerlIO.pm
37283 ____________________________________________________________________________
37284 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
37285         Log: Add a test for carp et alia.
37286      Branch: perl
37287            + t/lib/carp.t
37288            ! MANIFEST
37289 ____________________________________________________________________________
37290 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
37291         Log: Adding the new test would be swell.
37292      Branch: perl
37293            + t/pragma/autouse.t
37294 ____________________________________________________________________________
37295 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
37296         Log: Add a test for the autouse pragma.
37297      Branch: perl
37298            ! MANIFEST
37299 ____________________________________________________________________________
37300 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
37301         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
37302              From: dLux <dlux@spam.sch.bme.hu>
37303              Date: Sun, 27 May 2001 16:14:26 +0200
37304              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
37305      Branch: perl
37306            ! lib/autouse.pm
37307 ____________________________________________________________________________
37308 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
37309         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
37310              From: "Richard Soderberg" <rs@crystalflame.net>
37311              Date: Mon, 28 May 2001 03:56:36 -0700
37312              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
37313      Branch: perl
37314            ! utils/dprofpp.PL
37315 ____________________________________________________________________________
37316 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
37317         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
37318              From: "Stephen P. Potter" <spp@spotter.yi.org>
37319              Date: Tue, 22 May 2001 11:40:25 -0400
37320              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
37321              
37322              Subject: Re: [ID 20010522.003] Time::Local module bug
37323              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
37324              Date: Tue, 22 May 2001 11:50:19 -0400
37325              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
37326      Branch: perl
37327            ! lib/Time/Local.pm
37328 ____________________________________________________________________________
37329 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
37330         Log: The PERL_DL_NONLAZY can have whitespace in front.
37331      Branch: perl
37332            ! t/lib/extutils.t
37333 ____________________________________________________________________________
37334 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
37335         Log: Document strftime() and strptime().
37336      Branch: perl
37337            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
37338 ____________________________________________________________________________
37339 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
37340         Log: Make Time::Piece::strptime() to be a function, not a method.
37341      Branch: perl
37342            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
37343 ____________________________________________________________________________
37344 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
37345         Log: Tweak the test to be more portable.
37346      Branch: perl
37347            ! t/lib/extutils.t
37348 ____________________________________________________________________________
37349 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
37350         Log: Subject: PATCH: Re: Re: Attributes that tie
37351              From: Leon Brocard <acme@astray.com>
37352              Date: Sun, 27 May 2001 12:37:29 +0100
37353              Message-ID: <20010527123729.A22663@ns0.astray.com>
37354              
37355              Document that variable attributes are not currently usable
37356              for tieing.  (An ugly limitation that should be fixed.)
37357      Branch: perl
37358            ! lib/attributes.pm
37359 ____________________________________________________________________________
37360 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
37361         Log: Microperl tweaks.
37362      Branch: perl
37363            ! Makefile.micro uconfig.h uconfig.sh
37364 ____________________________________________________________________________
37365 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
37366         Log: Add make target for microperl (kind of silly, but convenient).
37367      Branch: perl
37368            ! Makefile.SH
37369 ____________________________________________________________________________
37370 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
37371         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
37372              for microperl.)
37373      Branch: perl
37374            ! doio.c
37375 ____________________________________________________________________________
37376 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
37377         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
37378              From: rspier@pobox.com (Robert Spier)
37379              Date: Sat, 26 May 2001 20:05:23 -0400
37380              Message-ID: <15120.17603.148648.12430@rls.cx>
37381              
37382              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
37383              From: rspier@pobox.com (Robert Spier)
37384              Date: Sun, 27 May 2001 00:23:12 -0400
37385              Message-ID: <15120.33072.511966.767230@rls.cx>
37386      Branch: perl
37387            ! doio.c pod/perlfunc.pod
37388 ____________________________________________________________________________
37389 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
37390         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
37391      Branch: perl
37392            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37393 ____________________________________________________________________________
37394 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
37395         Log: Add README.tru64.
37396      Branch: perl
37397            + README.tru64
37398 ____________________________________________________________________________
37399 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
37400         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
37401      Branch: perl
37402            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
37403            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
37404            ! MANIFEST
37405 ____________________________________________________________________________
37406 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
37407         Log: Integrate I18N::LangTags from Sean Burke.
37408              
37409              TODO: the language list from RFC 3066 needs to be integrated
37410              and made available somehow.  The list is included in the
37411              I18N-LangTags 0.21 distribution, but it is undocumented
37412              and unconnected to the module.
37413      Branch: perl
37414            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
37415            ! MANIFEST
37416 ____________________________________________________________________________
37417 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
37418         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
37419              envisioned by Sarathy.
37420      Branch: perl
37421            ! t/op/ver.t toke.c
37422 ____________________________________________________________________________
37423 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
37424         Log: Subject: [ID 20010525.001] Pod typo nits fixed
37425              From: lvirden@cas.org
37426              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
37427              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
37428              
37429              minus the perlsolaris decimation plus the
37430              
37431              Subject: Re: [ID 20010525.001] Pod typo nits fixed
37432              From: "Philip Newton" <Philip.Newton@gmx.net>
37433              Date: Fri, 25 May 2001 18:05:55 +0200
37434              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
37435      Branch: perl
37436            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
37437            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
37438            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
37439            ! pod/perlutil.pod pod/perlxstut.pod
37440 ____________________________________________________________________________
37441 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
37442         Log: return clauses are nice.
37443      Branch: perl
37444            ! sv.c
37445 ____________________________________________________________________________
37446 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
37447         Log: Subject: change 10199 backwards?
37448              From: Doug MacEachern <dougm@covalent.net>
37449              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
37450              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
37451      Branch: perl
37452            ! sv.c
37453 ____________________________________________________________________________
37454 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
37455         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
37456              From: Hugo <hv@crypt.compulink.co.uk>
37457              Date: Sat, 26 May 2001 17:05:12 +0100
37458              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
37459      Branch: perl
37460            + t/op/gmagic.t
37461            ! MANIFEST doop.c embed.h embed.pl global.sym
37462            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
37463            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
37464 ____________________________________________________________________________
37465 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
37466         Log: Regen headers for #10221.
37467      Branch: perl
37468            ! global.sym objXSUB.h perlapi.c
37469 ____________________________________________________________________________
37470 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
37471         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
37472              From: Juha Laiho <juha.laiho@Elma.Net>
37473              Date: Thu, 3 May 2001 09:51:30 +0300
37474              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
37475      Branch: perl
37476            ! embed.pl
37477 ____________________________________________________________________________
37478 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
37479         Log: Subject: Re: [PATCH] Re: stability of sort()?
37480              From: "John P. Linderman" <jpl@research.att.com>
37481              Date: Sat, 26 May 2001 13:27:19 -0400
37482              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
37483      Branch: perl
37484            ! pod/perlfunc.pod
37485 ____________________________________________________________________________
37486 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
37487         Log: Integrate perlio.
37488      Branch: perl
37489           !> pod/perlguts.pod
37490 ____________________________________________________________________________
37491 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
37492         Log: Subject: [PATCH perl@10210] PerlIO for VMS
37493              From: "Craig A. Berry" <craigberry@mac.com>
37494              Date: Sat, 26 May 2001 09:34:11 -0500
37495              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
37496      Branch: perl
37497            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
37498            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
37499            ! vms/vmsish.h
37500 ____________________________________________________________________________
37501 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
37502         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
37503              From: David Dyck <dcd@tc.fluke.com>
37504              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
37505              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
37506      Branch: perl
37507            ! lib/perl5db.pl
37508 ____________________________________________________________________________
37509 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
37510         Log: Subject: utf8 regexp tests
37511              From: Hugo <hv@crypt.compulink.co.uk>
37512              Date: Fri, 25 May 2001 22:35:01 +0100
37513              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
37514      Branch: perl
37515            ! t/op/regexp.t
37516 ____________________________________________________________________________
37517 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
37518         Log: Subject: [PATCH] Re: stability of sort()?
37519              From: Nicholas Clark <nick@ccl4.org>
37520              Date: Fri, 25 May 2001 22:40:19 +0100
37521              Message-ID: <20010525224019.B86445@plum.flirble.org>
37522      Branch: perl
37523            ! pod/perlfunc.pod
37524 ____________________________________________________________________________
37525 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
37526         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
37527              From: John Peacock <jpeacock@rowman.com>
37528              Date: Thu, 24 May 2001 22:14:01 -0400
37529              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
37530      Branch: perl
37531            ! mg.c scope.c sv.c
37532 ____________________________________________________________________________
37533 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
37534         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
37535              From: Nicholas Clark <nick@ccl4.org>
37536              Date: Sun, 20 May 2001 19:24:13 +0100
37537              Message-ID: <20010520192413.G83222@plum.flirble.org>
37538      Branch: perl
37539            + lib/ExtUtils/Constant.pm t/lib/extutils.t
37540            ! MANIFEST utils/h2xs.PL
37541 ____________________________________________________________________________
37542 [ 10212] By: nick                                  on 2001/05/26  09:49:28
37543         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
37544              add a few more notes there on use of mortals on the stack.
37545      Branch: perlio
37546            ! pod/perlguts.pod
37547 ____________________________________________________________________________
37548 [ 10211] By: nick                                  on 2001/05/26  09:05:36
37549         Log: Integrate mainline
37550      Branch: perlio
37551           +> t/lib/fcntl.t t/pragma/vars.t
37552           !> (integrate 49 files)
37553 ____________________________________________________________________________
37554 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
37555         Log: Update Changes.
37556      Branch: perl
37557            ! Changes patchlevel.h
37558 ____________________________________________________________________________
37559 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
37560         Log: Based on
37561              
37562              Subject: [PATCH pp.c] Wrapping pack("C",256)
37563              From: Simon Cozens <simon@netthink.co.uk>
37564              Date: Sat, 12 May 2001 17:58:41 +0100
37565              Message-ID: <20010512175841.A6132@netthink.co.uk>
37566      Branch: perl
37567            ! pod/perldiag.pod pp.c t/pragma/warn/pp
37568 ____________________________________________________________________________
37569 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
37570         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
37571              From: "Brendan O'Dea" <bod@compusol.com.au>
37572              Date: Fri, 25 May 2001 11:18:29 +1000
37573              Message-ID: <20010525111829.A28411@compusol.com.au>
37574              
37575              (Slightly modified.)
37576      Branch: perl
37577            ! lib/Term/Cap.pm
37578 ____________________________________________________________________________
37579 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
37580         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
37581              From: Hugo <hv@crypt.compulink.co.uk>
37582              Date: Fri, 25 May 2001 02:13:25 +0100
37583              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
37584      Branch: perl
37585            ! t/op/misc.t
37586 ____________________________________________________________________________
37587 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
37588         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
37589              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
37590              Date: Fri, 25 May 2001 10:25:36 +0900
37591              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
37592      Branch: perl
37593            ! regcomp.c regexec.c
37594 ____________________________________________________________________________
37595 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
37596         Log: Subject: [PATCH #2] stash autovivification and method call error messages
37597              From: Ilmari Karonen <iltzu@sci.fi>
37598              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
37599              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
37600      Branch: perl
37601            ! gv.c pp_hot.c t/op/method.t
37602 ____________________________________________________________________________
37603 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
37604         Log: Add make target and documentation for gprof profiling.
37605      Branch: perl
37606            ! Makefile.SH pod/perlhack.pod
37607 ____________________________________________________________________________
37608 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
37609         Log: Subject: Don't think about UTF8 
37610              From: Mike Guy <mjtg@cam.ac.uk> 
37611              Date: Tue, 22 May 2001 14:35:39 +0100
37612              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
37613      Branch: perl
37614            ! sv.h
37615 ____________________________________________________________________________
37616 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
37617         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
37618              From: Geraint A Edwards <gedge@serf.org> 
37619              Date: Thu, 24 May 2001 22:51:24 +0100
37620              Message-Id: <20010524225124.A34981@cymru.serf.org>
37621      Branch: perl
37622            ! x2p/find2perl.PL
37623 ____________________________________________________________________________
37624 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
37625         Log: DB_File has its own attribute story.
37626      Branch: perl
37627            ! ext/DB_File/DB_File.xs
37628 ____________________________________________________________________________
37629 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
37630         Log: Subject: Re: Making perl with -Wall
37631              From: Andy Dougherty <doughera@lafayette.edu>
37632              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
37633              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
37634      Branch: perl
37635            ! perl.h
37636 ____________________________________________________________________________
37637 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
37638         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
37639              From: "Richard Soderberg" <rs@crystalflame.net>
37640              Date: Thu, 24 May 2001 08:58:16 -0700
37641              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
37642      Branch: perl
37643            ! sv.c
37644 ____________________________________________________________________________
37645 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
37646         Log: IV/UV casting fixes from Nicholas Clark.
37647      Branch: perl
37648            ! perl.h pp_sys.c util.c
37649 ____________________________________________________________________________
37650 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
37651         Log: Subject: Re: Making perl with -Wall
37652              From: Michael G Schwern <schwern@pobox.com>
37653              Date: Thu, 24 May 2001 15:40:28 +0100
37654              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
37655      Branch: perl
37656            ! malloc.c perl.h
37657 ____________________________________________________________________________
37658 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
37659         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
37660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37661              Date: Tue, 22 May 2001 11:49:37 +0200
37662              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
37663      Branch: metaconfig
37664            ! U/modified/Oldsym.U
37665      Branch: metaconfig/U/perl
37666            ! patchlevel.U
37667      Branch: perl
37668            ! Configure config_h.SH myconfig.SH
37669 ____________________________________________________________________________
37670 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
37671         Log: Under versiononly install also the scripts with the version suffix.
37672              (e.g. .../bin/h2xs5.7.1)
37673      Branch: perl
37674            ! installperl
37675 ____________________________________________________________________________
37676 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
37677         Log: Subject: [PATCH] Stop segfault in mg.c:636
37678              From: "Richard Soderberg" <rs@crystalflame.net>
37679              Date: Thu, 24 May 2001 05:51:52 -0700
37680              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
37681      Branch: perl
37682            ! mg.c
37683 ____________________________________________________________________________
37684 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
37685         Log: Iteration continues; hopefully convergently.
37686      Branch: perl
37687            ! t/lib/b-stash.t
37688 ____________________________________________________________________________
37689 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
37690         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
37691              From: Gisle Aas <gisle@ActiveState.com>
37692              Date: 23 May 2001 16:13:10 -0700
37693              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
37694      Branch: perl
37695            ! op.c toke.c
37696 ____________________________________________________________________________
37697 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
37698         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
37699              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37700              Date: Thu, 24 May 2001 05:05:22 -0500
37701              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
37702      Branch: perl
37703            ! lib/dumpvar.pl lib/perl5db.pl
37704 ____________________________________________________________________________
37705 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
37706         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
37707              From: David Dyck <dcd@tc.fluke.com>
37708              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
37709              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
37710      Branch: perl
37711            ! lib/perl5db.pl
37712 ____________________________________________________________________________
37713 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
37714         Log: Tiny pod nits on READMEs, mostly whitespace issues.
37715      Branch: perl
37716            ! README.amiga README.dos README.macos README.mpeix README.vmesa
37717            ! README.win32
37718 ____________________________________________________________________________
37719 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
37720         Log: The DG/UX part of the 20010521.005.
37721      Branch: perl
37722            ! README.dgux
37723 ____________________________________________________________________________
37724 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
37725         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
37726              From: Hugo <hv@crypt.compulink.co.uk>
37727              Date: Mon, 21 May 2001 16:32:02 +0100
37728              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
37729      Branch: perl
37730            ! regcomp.c t/op/misc.t
37731 ____________________________________________________________________________
37732 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
37733         Log: Subject: [PATCH] Extra UNIVERSAL tests
37734              From: Mike Guy <mjtg@cam.ac.uk>
37735              Date: Wed, 23 May 2001 12:29:20 +0100
37736              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
37737      Branch: perl
37738            ! t/op/universal.t
37739 ____________________________________________________________________________
37740 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
37741         Log: Subject: [PATCH] Remove EQ keyword
37742              From: Mike Guy <mjtg@cam.ac.uk>
37743              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
37744              Date: Wed, 23 May 2001 11:17:29 +0100
37745      Branch: perl
37746            ! keywords.h keywords.pl
37747 ____________________________________________________________________________
37748 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
37749         Log: Subject: [PATCH] lib/perl5db.pl
37750              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37751              Date: Wed, 23 May 2001 02:18:03 -0500
37752              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
37753      Branch: perl
37754            ! lib/perl5db.pl
37755 ____________________________________________________________________________
37756 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
37757         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
37758              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37759              Date: Tue, 22 May 2001 23:34:41 -0500
37760              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
37761      Branch: perl
37762            ! lib/Term/Cap.pm
37763 ____________________________________________________________________________
37764 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
37765         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
37766              From: davem@fdgroup.co.uk
37767              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
37768              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
37769      Branch: perl
37770            ! emacs/e2ctags.pl
37771 ____________________________________________________________________________
37772 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
37773         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
37774              From: Michael G Schwern <schwern@pobox.com>
37775              Date: Tue, 22 May 2001 14:15:09 +0100
37776              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
37777      Branch: perl
37778            ! lib/vars.pm
37779 ____________________________________________________________________________
37780 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
37781         Log: Subject: [PATCH lib/vars.pm] Odd code nit
37782              From: Michael G Schwern <schwern@pobox.com>
37783              Date: Tue, 22 May 2001 14:14:28 +0100
37784              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
37785      Branch: perl
37786            ! lib/vars.pm
37787 ____________________________________________________________________________
37788 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
37789         Log: Use the new use vars feature.
37790      Branch: perl
37791            ! t/lib/b-stash.t
37792 ____________________________________________________________________________
37793 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
37794         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
37795              From: Mike Guy <mjtg@cam.ac.uk>
37796              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37797              Date: Tue, 22 May 2001 13:11:39 +0100
37798      Branch: perl
37799            + t/pragma/vars.t
37800            ! MANIFEST lib/vars.pm t/lib/1_compile.t
37801 ____________________________________________________________________________
37802 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
37803         Log: -qlongdouble considered harmful by Merijn.
37804      Branch: perl
37805            ! hints/aix.sh
37806 ____________________________________________________________________________
37807 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
37808         Log: Update Changes.
37809      Branch: perl
37810            ! Changes patchlevel.h
37811 ____________________________________________________________________________
37812 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
37813         Log: Add a test of its very own for Fcntl.  Hopefully portable.
37814      Branch: perl
37815            + t/lib/fcntl.t
37816            ! MANIFEST
37817 ____________________________________________________________________________
37818 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
37819         Log: Must be trickier for 'minitest' not to die.
37820      Branch: perl
37821            ! t/op/taint.t
37822 ____________________________________________________________________________
37823 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
37824         Log: Can't declare other people's variables.
37825      Branch: perl
37826            ! t/lib/b-stash.t
37827 ____________________________________________________________________________
37828 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
37829         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
37830      Branch: perl
37831            ! doio.c t/op/taint.t
37832 ____________________________________________________________________________
37833 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
37834         Log: The OS/2 variable needs to be declared.
37835      Branch: perl
37836            ! t/lib/b-stash.t
37837 ____________________________________________________________________________
37838 [ 10170] By: nick                                  on 2001/05/20  16:48:29
37839         Log: Integrate mainline
37840      Branch: perlio
37841           !> (integrate 41 files)
37842 ____________________________________________________________________________
37843 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
37844         Log: Small perlsec updates: clarify the taintedness of filename
37845              globbing; suggest using Scalar::Util::tainted().
37846      Branch: perl
37847            ! pod/perlsec.pod
37848 ____________________________________________________________________________
37849 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
37850         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
37851              From: Dave Mitchell <davem@fdgroup.co.uk>
37852              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
37853              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
37854      Branch: perl
37855            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
37856            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
37857            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
37858            ! xsutils.c
37859 ____________________________________________________________________________
37860 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
37861         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
37862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37863              Date: Sat, 19 May 2001 04:08:46 -0400
37864              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
37865      Branch: perl
37866            ! lib/ExtUtils/Mksymlists.pm makedef.pl
37867 ____________________________________________________________________________
37868 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
37869         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
37870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37871              Date: Sat, 19 May 2001 04:30:45 -0400
37872              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
37873      Branch: perl
37874            ! os2/os2.c
37875 ____________________________________________________________________________
37876 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
37877         Log: Subject: [PATCH 5.6.1] build bugs OS/2
37878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37879              Date: Sat, 19 May 2001 04:35:28 -0400
37880              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
37881      Branch: perl
37882            ! os2/Makefile.SHs os2/os2.c
37883 ____________________________________________________________________________
37884 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
37885         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
37886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37887              Date: Sat, 19 May 2001 04:04:23 -0400
37888              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
37889              
37890              (In bleadperl patched b-stash.t instead of b.t)
37891      Branch: perl
37892            ! t/lib/b-stash.t t/lib/bigfltpm.t
37893 ____________________________________________________________________________
37894 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
37895         Log: Subject: [PATCH 5.6.1] perl5db
37896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37897              Date: Sat, 19 May 2001 03:49:09 -0400
37898              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
37899      Branch: perl
37900            ! lib/perl5db.pl
37901 ____________________________________________________________________________
37902 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
37903         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
37904              From: Gisle Aas <gisle@ActiveState.com>
37905              Date: 18 May 2001 14:24:51 -0700
37906              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
37907      Branch: perl
37908            ! pp_ctl.c
37909 ____________________________________________________________________________
37910 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
37911         Log: Subject: [PATCH] Chomp should not always stringify
37912              From: Gisle Aas <gisle@ActiveState.com>
37913              Date: 18 May 2001 07:55:25 -0700
37914              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
37915      Branch: perl
37916            ! doop.c t/op/chop.t
37917 ____________________________________________________________________________
37918 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
37919         Log: Integrate perlio.
37920      Branch: perl
37921           !> pod/perlfunc.pod
37922 ____________________________________________________________________________
37923 [ 10159] By: nick                                  on 2001/05/20  09:39:46
37924         Log: Document some more of open's features.
37925      Branch: perlio
37926            ! pod/perlfunc.pod
37927 ____________________________________________________________________________
37928 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
37929         Log: back out change#10153 (it has compatibility issues such as the
37930              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
37931              benefit for 5.6.x doesn't seem worth the risk)
37932      Branch: maint-5.6/perl
37933            ! toke.c
37934 ____________________________________________________________________________
37935 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
37936         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
37937      Branch: perl
37938            ! x2p/s2p.PL
37939 ____________________________________________________________________________
37940 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
37941         Log: Update Changes.
37942      Branch: perl
37943            ! Changes patchlevel.h
37944 ____________________________________________________________________________
37945 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
37946         Log: Integrate change #10144 from maintperl.
37947              
37948              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
37949      Branch: perl
37950           !> win32/config.bc win32/config.gc win32/config.vc
37951           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37952 ____________________________________________________________________________
37953 [ 10154] By: nick                                  on 2001/05/18  07:23:03
37954         Log: Integrate mainline.
37955      Branch: perlio
37956           +> README.dgux t/lib/i18n-collate.t utils.lst
37957           !> (integrate 49 files)
37958 ____________________________________________________________________________
37959 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
37960         Log: Integrate change #7224 from mainline into maintperl.
37961              
37962              Allow @+ and @- to be doublequoted, from Simon Cozens. 
37963              (Approved by Larry, see Tom's comment in 20000830.005.)
37964      Branch: maint-5.6/perl
37965           !> toke.c
37966 ____________________________________________________________________________
37967 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
37968         Log: Subject: [PATCH bleadperl] small lookbehind fix
37969              From: Hugo <hv@crypt.compulink.co.uk>
37970              Date: Fri, 18 May 2001 00:07:19 +0100
37971              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
37972      Branch: perl
37973            ! regexec.c
37974 ____________________________________________________________________________
37975 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
37976         Log: Detypos.
37977      Branch: perl
37978            ! installman utils.lst
37979 ____________________________________________________________________________
37980 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
37981         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
37982              in 20001222.001.
37983      Branch: perl
37984            ! t/lib/glob-basic.t
37985 ____________________________________________________________________________
37986 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
37987         Log: Subject: [PATCH] Test for bug 20010515.004
37988              From: Benjamin Sugars <bsugars@canoe.ca>
37989              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
37990              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
37991      Branch: perl
37992            ! t/op/misc.t
37993 ____________________________________________________________________________
37994 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
37995         Log: Integrate #10145 from maintperl.
37996              
37997              fix for ID 20010515.004 (needs test)
37998      Branch: perl
37999           !> pp_hot.c
38000 ____________________________________________________________________________
38001 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
38002         Log: Thinko noticed by Doug MacEachern.
38003      Branch: perl
38004            ! thread.h
38005 ____________________________________________________________________________
38006 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
38007         Log: Subject: Re: [PATCH] HERE mark in regex
38008              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38009              Date: Thu, 17 May 2001 12:20:33 -0400
38010              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
38011      Branch: perl
38012            ! t/op/re_tests
38013 ____________________________________________________________________________
38014 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
38015         Log: fix for ID 20010515.004 (needs test)
38016      Branch: maint-5.6/perl
38017            ! pp_hot.c
38018 ____________________________________________________________________________
38019 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
38020         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
38021      Branch: maint-5.6/perl
38022            ! win32/config.bc win32/config.gc win32/config.vc
38023            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38024 ____________________________________________________________________________
38025 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
38026         Log: Macrofy the getspecific (and use it also in util.c)
38027      Branch: perl
38028            ! thread.h util.c
38029 ____________________________________________________________________________
38030 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
38031         Log: Use the unchecked thread-specific key fetch also in Tru64.
38032      Branch: perl
38033            ! thread.h
38034 ____________________________________________________________________________
38035 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
38036         Log: Subject: [PATCH 5.6.1]Quick thread speedup
38037              From: Dan Sugalski <dan@sidhe.org> 
38038              Date: Wed, 16 May 2001 18:05:19 -0400
38039              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
38040      Branch: perl
38041            ! thread.h util.c
38042 ____________________________________________________________________________
38043 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
38044         Log: I think this is quite enough testing for a deprecated feature.
38045      Branch: perl
38046            + t/lib/i18n-collate.t
38047            ! MANIFEST t/lib/1_compile.t
38048 ____________________________________________________________________________
38049 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
38050         Log: More HP-UX lore from Jeff Okamoto.
38051      Branch: perl
38052            ! README.hpux
38053 ____________________________________________________________________________
38054 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
38055         Log: Sort utils.lst for easier maintenance.
38056      Branch: perl
38057            ! utils.lst
38058 ____________________________________________________________________________
38059 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
38060         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
38061              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38062              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
38063              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
38064              
38065              Add pod2latex to utils.lst.
38066      Branch: perl
38067            ! MANIFEST utils.lst
38068 ____________________________________________________________________________
38069 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
38070         Log: Subject: Re: [PATCH] HERE mark in regex
38071              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38072              Date: Wed, 16 May 2001 13:04:43 -0400
38073              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
38074      Branch: perl
38075            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
38076            ! t/op/regmesg.t t/pragma/warn/regcomp
38077 ____________________________________________________________________________
38078 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
38079         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
38080              From: Simon Cozens <simon@netthink.co.uk>
38081              Date: Wed, 16 May 2001 18:02:08 +0100
38082              Message-ID: <20010516180208.A6458@netthink.co.uk>
38083      Branch: perl
38084            ! installman utils.lst
38085 ____________________________________________________________________________
38086 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
38087         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
38088              From: "Philip Newton" <pnewton@gmx.de>
38089              Date: Tue, 15 May 2001 15:09:30 +0200
38090              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
38091              
38092              Test case for #10128.
38093      Branch: perl
38094            ! t/pragma/warn/pp_hot
38095 ____________________________________________________________________________
38096 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
38097         Log: Update Changes.
38098      Branch: perl
38099            ! Changes patchlevel.h
38100 ____________________________________________________________________________
38101 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
38102         Log: Deprecate pseudo-hashes.
38103      Branch: perl
38104            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
38105 ____________________________________________________________________________
38106 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
38107         Log: HP-UX hints update from Merijn.
38108      Branch: perl
38109            ! hints/hpux.sh
38110 ____________________________________________________________________________
38111 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
38112         Log: README.hpux update from Merijn.
38113      Branch: perl
38114            ! README.hpux
38115 ____________________________________________________________________________
38116 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
38117         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
38118              From: Simon Cozens <simon@netthink.co.uk>
38119              Date: Wed, 16 May 2001 15:57:55 +0100
38120              Message-ID: <20010516155755.A4728@netthink.co.uk>
38121      Branch: perl
38122            + utils.lst
38123            ! MANIFEST installman installperl
38124 ____________________________________________________________________________
38125 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
38126         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
38127              From: "Philip Newton" <pnewton@gmx.de>
38128              Date: Tue, 15 May 2001 16:31:05 +0200
38129              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
38130              
38131              Fix PERL_Y2KWARN test to check before rather than after appending.
38132      Branch: perl
38133            ! pp_hot.c
38134 ____________________________________________________________________________
38135 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
38136         Log: Regen Porting stuff.
38137      Branch: perl
38138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38139            ! config_h.SH
38140 ____________________________________________________________________________
38141 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
38142         Log: Metaconfig unit change for #10125.
38143      Branch: metaconfig
38144            ! U/modified/Oldconfig.U
38145 ____________________________________________________________________________
38146 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
38147         Log: Use OSVERS.
38148      Branch: perl
38149            ! Configure config_h.SH perl.c
38150 ____________________________________________________________________________
38151 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
38152         Log: Regen toc.
38153      Branch: perl
38154            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38155 ____________________________________________________________________________
38156 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
38157         Log: Adding the README.dgux to the MANIFEST would be a good idea.
38158      Branch: perl
38159            ! MANIFEST
38160 ____________________________________________________________________________
38161 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
38162         Log: Move the stack desire definition to thread.h.
38163      Branch: perl
38164            ! ext/Thread/Thread.xs thread.h
38165 ____________________________________________________________________________
38166 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
38167         Log: DG-UX threading patches, including a README.dgux,
38168              from Takis Psarogiannakopoulos.
38169      Branch: perl
38170            + README.dgux
38171            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
38172 ____________________________________________________________________________
38173 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
38174         Log: Subject: [PATCH B::Deparse] More on /x regexes
38175              From: Robin Houston <robin@kitsite.com>
38176              Date: Tue, 15 May 2001 19:09:35 +0100
38177              Message-ID: <20010515190935.A27268@penderel>
38178      Branch: perl
38179            ! ext/B/B/Deparse.pm
38180 ____________________________________________________________________________
38181 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
38182         Log: Document that the core time() may be rounding rather
38183              than truncating, would have saved at least my confusion.
38184      Branch: perl
38185            ! ext/Time/HiRes/HiRes.pm
38186 ____________________________________________________________________________
38187 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
38188         Log: Subject: perl-current/t/time-hires.t
38189              From: John Peacock <jpeacock@rowman.com>
38190              Date: Fri, 11 May 2001 14:09:41 -0400
38191              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
38192      Branch: perl
38193            ! t/lib/time-hires.t
38194 ____________________________________________________________________________
38195 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
38196         Log: Subject: [PATCH dump.c] Op private flags
38197              From: Simon Cozens <simon@netthink.co.uk>
38198              Date: Sun, 13 May 2001 20:20:36 +0100
38199              Message-ID: <20010513202036.A21896@netthink.co.uk>
38200      Branch: perl
38201            ! dump.c
38202 ____________________________________________________________________________
38203 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
38204         Log: Upgrade to Switch 2.03.
38205      Branch: perl
38206            ! lib/Switch.pm
38207 ____________________________________________________________________________
38208 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
38209         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
38210              to PERL_CONFIG_SH and use it consistently.
38211      Branch: maint-5.6/perl
38212           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
38213           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
38214           !> myconfig.SH writemain.SH
38215 ____________________________________________________________________________
38216 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
38217         Log: Metaconfig units changes for #10113.
38218      Branch: metaconfig
38219            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
38220 ____________________________________________________________________________
38221 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
38222         Log: The problem described in 20010514.031 still wasn't
38223              fully cured, there were remnants of $CONFIG when
38224              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
38225              to avoid future conflicts.
38226      Branch: perl
38227            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
38228            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
38229            ! myconfig.SH writemain.SH
38230 ____________________________________________________________________________
38231 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
38232         Log: Half of #10107 got lost.
38233      Branch: perl
38234            ! ext/B/B/Deparse.pm
38235 ____________________________________________________________________________
38236 [ 10111] By: nick                                  on 2001/05/15  08:39:14
38237         Log: Integrate mainline.
38238      Branch: perlio
38239           +> ext/POSIX/hints/uts.pl
38240            - Todo Todo-5.6 t/camel-III/vstring.t
38241           !> (integrate 48 files)
38242 ____________________________________________________________________________
38243 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
38244         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
38245              From: Robin Houston <robin@kitsite.com>
38246              Date: Mon, 14 May 2001 22:27:08 +0100
38247              Message-ID: <20010514222708.A22963@penderel>
38248      Branch: perl
38249            ! t/TestInit.pm
38250 ____________________________________________________________________________
38251 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
38252         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
38253              From: Robin Houston <robin@kitsite.com>
38254              Date: Mon, 14 May 2001 22:16:43 +0100
38255              Message-ID: <20010514221643.A22437@penderel>
38256      Branch: perl
38257            ! ext/B/B/Deparse.pm
38258 ____________________________________________________________________________
38259 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
38260         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
38261              From: Robin Houston <robin@kitsite.com>
38262              Date: Mon, 14 May 2001 22:03:44 +0100
38263              Message-ID: <20010514220344.A20643@penderel>
38264      Branch: perl
38265            ! ext/B/B/Deparse.pm
38266 ____________________________________________________________________________
38267 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
38268         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
38269              From: Robin Houston <robin@kitsite.com>
38270              Date: Mon, 14 May 2001 22:10:07 +0100
38271              Message-ID: <20010514221007.A21118@penderel>
38272      Branch: perl
38273            ! ext/B/B/Deparse.pm
38274 ____________________________________________________________________________
38275 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
38276         Log: Fix for 20010514.037; substr() didn't invalidate the locale
38277              collation magic.
38278      Branch: perl
38279            ! pp.c
38280 ____________________________________________________________________________
38281 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
38282         Log: Update Changes.
38283      Branch: perl
38284            ! Changes patchlevel.h
38285 ____________________________________________________________________________
38286 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
38287         Log: Retract #10094.
38288      Branch: perl
38289            ! lib/Pod/Text.pm
38290 ____________________________________________________________________________
38291 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
38292         Log: Integrate change #10100 from maintperl.
38293              
38294              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
38295              bug ID 20010514.027)
38296      Branch: perl
38297           !> mg.c pp_ctl.c
38298 ____________________________________________________________________________
38299 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
38300         Log: Document the deprecatedness of suidperl.
38301      Branch: perl
38302            ! INSTALL pod/perlfaq1.pod
38303 ____________________________________________________________________________
38304 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
38305         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
38306              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38307              Date: Mon, 14 May 2001 09:38:59 -0400
38308              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
38309      Branch: perl
38310            ! lib/ExtUtils/MM_Unix.pm
38311 ____________________________________________________________________________
38312 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
38313         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
38314              bug ID 20010514.027)
38315              
38316              TODO: this needs a testsuite addition
38317      Branch: maint-5.6/perl
38318            ! mg.c pp_ctl.c
38319 ____________________________________________________________________________
38320 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
38321         Log: More DWIMminess for Class::Struct: calling the array or hash
38322              accessors only with one argument, an array or a hash reference,
38323              sets the underlying array or hash.  This mirrors nicely also
38324              the usage in the constructor.
38325              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
38326      Branch: perl
38327            ! lib/Class/Struct.pm t/lib/class-struct.t
38328 ____________________________________________________________________________
38329 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
38330         Log: Reference cmp'ing should go through the whole stringification
38331              process shebang, as pointed out by Sarathy in #10091.
38332      Branch: perl
38333            ! pp.c
38334 ____________________________________________________________________________
38335 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
38336         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
38337              From: Simon Cozens <simon@netthink.co.uk>
38338              Date: Sat, 12 May 2001 16:36:27 +0100
38339              Message-ID: <20010512163627.A5522@netthink.co.uk>
38340              
38341              with some additions salvaged from Todo and Todo-5.6 before
38342              retiring them.
38343      Branch: perl
38344            - Todo Todo-5.6
38345            ! MANIFEST pod/perltodo.pod
38346 ____________________________________________________________________________
38347 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
38348         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
38349              From: "Golubev I. N." <gin@mo.msk.ru>
38350              Date: Mon, 07 May 2001 14:33:34 (GMT)
38351              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
38352      Branch: perl
38353            ! perl.h
38354 ____________________________________________________________________________
38355 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
38356         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
38357              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
38358              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
38359              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
38360      Branch: perl
38361            ! lib/ExtUtils/MM_Unix.pm
38362 ____________________________________________________________________________
38363 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
38364         Log: (Retracted by #10104.)
38365              
38366              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
38367              From: barries <barries@slaysys.com>
38368              Date: Sat, 12 May 2001 01:28:10 -0400
38369              Message-ID: <20010512012810.B26358@jester.slaysys.com>
38370      Branch: perl
38371            ! lib/Pod/Text.pm
38372 ____________________________________________________________________________
38373 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
38374         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
38375              From: Mike Guy <mjtg@cam.ac.uk>
38376              Date: Sat, 12 May 2001 19:24:33 +0100
38377              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
38378      Branch: perl
38379            ! lib/AutoSplit.pm
38380 ____________________________________________________________________________
38381 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
38382         Log: Yet another HP-UX hints tweak from Merijn.
38383      Branch: perl
38384            ! hints/hpux.sh
38385 ____________________________________________________________________________
38386 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
38387         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
38388              isn't defined (changes#9366,9368,9370 from mainline without the
38389              pp_scmp() change)
38390      Branch: maint-5.6/perl
38391            ! pp.c pp.h pp_hot.c
38392 ____________________________________________________________________________
38393 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
38394         Log: The sorting seems to happen now automatically.
38395      Branch: perl
38396            ! t/lib/glob-basic.t
38397 ____________________________________________________________________________
38398 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
38399         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
38400              From: Benjamin Sugars <bsugars@canoe.ca>
38401              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
38402              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
38403      Branch: perl
38404            ! pod/perlfunc.pod
38405 ____________________________________________________________________________
38406 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
38407         Log: Subject: Re: undef(&foo) does not work for XS functions
38408              From: Doug MacEachern <dougm@covalent.net>
38409              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
38410              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
38411      Branch: perl
38412            ! op.c
38413 ____________________________________________________________________________
38414 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
38415         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
38416              From: Peter Prymmer <pvhp@forte.com>
38417              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
38418              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
38419      Branch: perl
38420            ! t/op/append.t
38421 ____________________________________________________________________________
38422 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
38423         Log: Update Changes.
38424      Branch: perl
38425            ! Changes patchlevel.h
38426 ____________________________________________________________________________
38427 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
38428         Log: Remove the 'asciir' re subpragma.  Should instead implement
38429              the 'physical vs logical' range scheme:
38430              
38431              \xAA-\xCC is a native physical range, you want that range of
38432              codepoints in your native encoding.  In EBCDIC the codepoints
38433              in the gaps (between i-j and r-s) should be included.
38434              
38435              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
38436              codepoints in Unicode.
38437              
38438              a-z is a logical range, you want that range of 'logical' codepoints
38439              in your native encoding.  In EBCDIC the codepoints in the gaps
38440              (between i-j and r-s) should not be included.
38441              
38442              Mixed cases (a-\xAA, etc) should either be errors, or maybe
38443              the 'logical' endpoints should be converted to native/Unicode
38444              codepoints, and the range handled as a physical range.
38445              
38446              'Logical endpoints' are to be recognized only in the A-Z, a-z,
38447              and 0-9 ranges.  Probably a warning should be given for mixed
38448              cases like A-z or a-9 (since such expressions are encoding
38449              dependent), with a recommendation to use physical ranges.
38450      Branch: perl
38451            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
38452            ! t/op/regexp.t
38453 ____________________________________________________________________________
38454 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
38455         Log: Make the test to cleanup the test directory tree
38456              both before and after the testing so that we always
38457              have a clean slate to work with.
38458      Branch: perl
38459            ! t/lib/filefind.t
38460 ____________________________________________________________________________
38461 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
38462         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
38463              From: Jon Eveland <jweveland@yahoo.com>
38464              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
38465              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
38466      Branch: perl
38467            ! pod/perlfunc.pod
38468 ____________________________________________________________________________
38469 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
38470         Log: Merge the camel-III/vstring.t with op/ver.t.
38471      Branch: perl
38472            - t/camel-III/vstring.t
38473            ! MANIFEST t/TEST t/harness t/op/ver.t
38474 ____________________________________________________________________________
38475 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
38476         Log: Add test.deparse make target.
38477      Branch: perl
38478            ! Makefile.SH
38479 ____________________________________________________________________________
38480 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
38481         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
38482              From: Robin Houston <robin@kitsite.com>
38483              Date: Fri, 11 May 2001 12:02:22 +0100
38484              Message-ID: <20010511120222.A11529@penderel>
38485      Branch: perl
38486            ! ext/B/B/Deparse.pm t/op/method.t
38487 ____________________________________________________________________________
38488 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
38489         Log: A nicely working combination for UTS from Hal Morris.
38490      Branch: perl
38491            + ext/POSIX/hints/uts.pl
38492            ! MANIFEST hints/uts.sh
38493 ____________________________________________________________________________
38494 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
38495         Log: i_ieeefp=undef for UTS.
38496      Branch: perl
38497            ! hints/uts.sh
38498 ____________________________________________________________________________
38499 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
38500         Log: Subject: RE: rand(0) is rand(1)
38501              From: Larry Shatzer <lshatzer@islanddata.com>
38502              Date: Thu, 10 May 2001 11:09:27 -0700
38503              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
38504      Branch: perl
38505            ! pod/perlfunc.pod
38506 ____________________________________________________________________________
38507 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
38508         Log: Subject: [patch] make op_{clear,null} public
38509              From: Doug MacEachern <dougm@covalent.net>
38510              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
38511              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
38512      Branch: perl
38513            ! embed.h embed.pl op.c proto.h
38514 ____________________________________________________________________________
38515 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
38516         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
38517              From: Robin Houston <robin@kitsite.com>
38518              Date: Thu, 10 May 2001 18:54:59 +0100
38519              Message-ID: <20010510185459.A5995@penderel>
38520      Branch: perl
38521            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
38522 ____________________________________________________________________________
38523 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
38524         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
38525              From: Robin Houston <robin@kitsite.com>
38526              Date: Thu, 10 May 2001 12:56:39 +0100
38527              Message-ID: <20010510125639.A2119@penderel>
38528      Branch: perl
38529            ! ext/B/B/Deparse.pm
38530 ____________________________________________________________________________
38531 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
38532         Log: Retract #10070, not ready yet.
38533      Branch: perl
38534            ! ext/B/B/Deparse.pm
38535 ____________________________________________________________________________
38536 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
38537         Log: The metaconfig unit change for #10071.
38538      Branch: metaconfig
38539            ! U/modified/mallocsrc.U
38540 ____________________________________________________________________________
38541 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
38542         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
38543      Branch: perl
38544            ! Configure
38545 ____________________________________________________________________________
38546 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
38547         Log: (Retracted by #10073)
38548              
38549              Subject: Re: [PATCH t/TEST] B::Deparse tester 
38550              From: Hugo <hv@crypt.compulink.co.uk>
38551              Date: Thu, 10 May 2001 05:48:09 +0100
38552              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
38553      Branch: perl
38554            ! ext/B/B/Deparse.pm
38555 ____________________________________________________________________________
38556 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
38557         Log: Add a for(func()) test.
38558      Branch: perl
38559            ! t/cmd/for.t
38560 ____________________________________________________________________________
38561 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
38562         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
38563              From: Robin Houston <robin@kitsite.com>
38564              Date: Thu, 10 May 2001 13:50:08 +0100
38565              Message-ID: <20010510135008.A2454@penderel>
38566      Branch: perl
38567            ! ext/B/B/Deparse.pm
38568 ____________________________________________________________________________
38569 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
38570         Log: A thinko in #10065.
38571      Branch: perl
38572            ! hv.c
38573 ____________________________________________________________________________
38574 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
38575         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
38576              From: Robin Houston <robin@kitsite.com>
38577              Date: Thu, 10 May 2001 02:10:34 +0100
38578              Message-ID: <20010510021034.A19421@penderel>
38579      Branch: perl
38580            ! ext/B/B.xs ext/B/B/Deparse.pm
38581 ____________________________________________________________________________
38582 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
38583         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
38584              From: Doug MacEachern <dougm@covalent.net>
38585              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
38586              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
38587      Branch: perl
38588            ! hv.c
38589 ____________________________________________________________________________
38590 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
38591         Log: One more workaround for the UTS compiler from Hal Morris.
38592      Branch: perl
38593            ! perl.h
38594 ____________________________________________________________________________
38595 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
38596         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
38597              From: Robin Houston <robin@kitsite.com>
38598              Date: Thu, 10 May 2001 01:02:08 +0100
38599              Message-ID: <20010510010208.A18200@penderel>
38600      Branch: perl
38601            ! ext/B/B/Debug.pm
38602 ____________________________________________________________________________
38603 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
38604         Log: Subject: [PATCH] Simplify deb_curcv() a bit
38605              From: Benjamin Sugars <bsugars@canoe.ca>
38606              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
38607              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
38608      Branch: perl
38609            ! run.c
38610 ____________________________________________________________________________
38611 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
38612         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
38613              From: Benjamin Sugars <bsugars@canoe.ca>
38614              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
38615              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
38616      Branch: perl
38617            ! t/lib/io_scalar.t
38618 ____________________________________________________________________________
38619 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
38620         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
38621              From: Peter Prymmer <pvhp@forte.com>
38622              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
38623              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
38624      Branch: perl
38625            ! t/lib/md5-file.t
38626 ____________________________________________________________________________
38627 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
38628         Log: Subject: [PATCH t/TEST] B::Deparse tester
38629              From: Robin Houston <robin@kitsite.com>
38630              Date: Wed, 9 May 2001 19:17:50 +0100
38631              Message-ID: <20010509191750.A16940@penderel>
38632      Branch: perl
38633            ! ext/B/O.pm t/TEST
38634 ____________________________________________________________________________
38635 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
38636         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
38637              From: Jeff Pinyan <jeffp@crusoe.net>
38638              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
38639              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
38640      Branch: perl
38641            ! lib/Pod/Html.pm
38642 ____________________________________________________________________________
38643 [ 10057] By: nick                                  on 2001/05/09  18:37:56
38644         Log: Integrate mainline.
38645      Branch: perlio
38646           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
38647           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
38648 ____________________________________________________________________________
38649 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
38650         Log: Update Changes.
38651      Branch: perl
38652            ! Changes patchlevel.h
38653 ____________________________________________________________________________
38654 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
38655         Log: Integrate perlio.
38656      Branch: perl
38657           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38658 ____________________________________________________________________________
38659 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
38660         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
38661              From: Benjamin Sugars <bsugars@canoe.ca>
38662              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
38663              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
38664      Branch: perl
38665            ! perlio.c
38666 ____________________________________________________________________________
38667 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
38668         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
38669              From: Benjamin Sugars <bsugars@canoe.ca>
38670              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
38671              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
38672      Branch: perl
38673            ! ext/PerlIO/Scalar/Scalar.xs
38674 ____________________________________________________________________________
38675 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
38676         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
38677              From: Jeff Pinyan <jeffp@crusoe.net>
38678              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
38679              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
38680      Branch: perl
38681            ! lib/Pod/Html.pm
38682 ____________________________________________________________________________
38683 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
38684         Log: EPOC tweak from Olaf Flebbe.
38685      Branch: perl
38686            ! epoc/epocish.h
38687 ____________________________________________________________________________
38688 [ 10050] By: nick                                  on 2001/05/09  14:37:57
38689         Log: win32, regen_config_h
38690      Branch: perlio
38691            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38692 ____________________________________________________________________________
38693 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
38694         Log: Integrate perlio.
38695      Branch: perl
38696           !> pp_sys.c
38697 ____________________________________________________________________________
38698 [ 10048] By: nick                                  on 2001/05/09  11:59:50
38699         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
38700              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
38701      Branch: perlio
38702            ! pp_sys.c
38703 ____________________________________________________________________________
38704 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
38705         Log: Integrate perlio.
38706      Branch: perl
38707           !> run.c
38708 ____________________________________________________________________________
38709 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
38710         Log: Subject: Re: Less warnings during configure
38711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38712              Date: Wed, 09 May 2001 13:12:49 +0200
38713              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
38714      Branch: perl
38715            ! hints/hpux.sh
38716 ____________________________________________________________________________
38717 [ 10045] By: nick                                  on 2001/05/09  09:56:59
38718         Log: MULTIPLICITY/DEBUGGING build fix.
38719      Branch: perlio
38720            ! run.c
38721 ____________________________________________________________________________
38722 [ 10044] By: nick                                  on 2001/05/09  09:46:37
38723         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
38724      Branch: perlio
38725           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
38726            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
38727           !> (integrate 65 files)
38728 ____________________________________________________________________________
38729 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
38730         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
38731              From: Robin Houston <robin@kitsite.com>
38732              Date: Tue, 8 May 2001 19:38:00 +0100
38733              Message-ID: <20010508193800.A4389@penderel>
38734              
38735              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
38736              From: Robin Houston <robin@kitsite.com>
38737              Date: Tue, 8 May 2001 20:03:57 +0100
38738              Message-ID: <20010508200357.A4614@penderel>
38739              
38740              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
38741              From: Robin Houston <robin@kitsite.com>
38742              Date: Wed, 9 May 2001 00:12:05 +0100
38743              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
38744      Branch: perl
38745            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
38746 ____________________________________________________________________________
38747 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
38748         Log: Retract #10031.
38749      Branch: perl
38750            ! pod/perlfunc.pod
38751 ____________________________________________________________________________
38752 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
38753         Log: The metaconfig unit changes for #10040.
38754      Branch: metaconfig/U/perl
38755            ! Checkcc.U d_dlsymun.U dlsrc.U
38756 ____________________________________________________________________________
38757 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
38758         Log: The Configure half of
38759              
38760              Subject: Less warnings during configure
38761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38762              Date: Tue, 08 May 2001 08:44:02 +0200
38763              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
38764      Branch: perl
38765            ! Configure
38766 ____________________________________________________________________________
38767 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
38768         Log: Subject: Less warnings during configure
38769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38770              Date: Tue, 08 May 2001 08:44:02 +0200
38771              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
38772      Branch: perl
38773            ! hints/hpux.sh
38774 ____________________________________________________________________________
38775 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
38776         Log: Don't forget to whine about \d__\d.
38777      Branch: perl
38778            ! t/pragma/warn/toke toke.c
38779 ____________________________________________________________________________
38780 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
38781         Log: Allow underscores also in the exponent part.
38782      Branch: perl
38783            ! t/pragma/warn/toke toke.c
38784 ____________________________________________________________________________
38785 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
38786         Log: CodeMagicCD doesn't look like an *I*DE.
38787      Branch: perl
38788            ! pod/perlfaq3.pod
38789 ____________________________________________________________________________
38790 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
38791         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
38792              to be consistently down).
38793      Branch: perl
38794            ! pod/perlfaq3.pod
38795 ____________________________________________________________________________
38796 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
38797         Log: Upgrade to Text::Balanced 1.84.
38798      Branch: perl
38799            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
38800 ____________________________________________________________________________
38801 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
38802         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
38803              From: Benjamin Sugars <bsugars@canoe.ca>
38804              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
38805              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
38806      Branch: perl
38807            ! run.c
38808 ____________________________________________________________________________
38809 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
38810         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
38811              From: Peter Prymmer <pvhp@forte.com>
38812              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
38813              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
38814      Branch: perl
38815            ! t/pod/plainer.t
38816 ____________________________________________________________________________
38817 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
38818         Log: (Retracted by #10042)
38819              
38820              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
38821              From: "Philip Newton" <pnewton@gmx.de>
38822              Date: Tue, 8 May 2001 09:18:10 +0200
38823              Message-ID: <3AF7B9D2.28861.603732@localhost>
38824      Branch: perl
38825            ! pod/perlfunc.pod
38826 ____________________________________________________________________________
38827 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
38828         Log: Subject: [PATCH B::Deparse] Document known bugs
38829              From: Robin Houston <robin@kitsite.com>
38830              Date: Tue, 8 May 2001 01:53:34 +0100
38831              Message-ID: <20010508015334.A32394@penderel>
38832      Branch: perl
38833            ! ext/B/B/Deparse.pm
38834 ____________________________________________________________________________
38835 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
38836         Log: Subject: Re: Perl book, magazine and website updates.
38837              From: "Philip Newton" <pnewton@gmx.de>
38838              Date: Mon, 7 May 2001 17:03:58 +0200
38839              Message-ID: <3AF6D57E.5387.1E29930@localhost>
38840      Branch: perl
38841            ! pod/perlfaq2.pod
38842 ____________________________________________________________________________
38843 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
38844         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
38845              From: Peter Prymmer <pvhp@forte.com>
38846              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
38847              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
38848      Branch: perl
38849            ! t/io/fflush.t
38850 ____________________________________________________________________________
38851 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
38852         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
38853              From: Robin Houston <robin@kitsite.com>
38854              Date: Tue, 8 May 2001 01:14:55 +0100
38855              Message-ID: <20010508011455.A32162@penderel>
38856      Branch: perl
38857            ! ext/B/B/Deparse.pm
38858 ____________________________________________________________________________
38859 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
38860         Log: Typo in #10025.
38861      Branch: perl
38862            ! hints/uts.sh
38863 ____________________________________________________________________________
38864 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
38865         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
38866      Branch: perl
38867            ! hints/uts.sh
38868 ____________________________________________________________________________
38869 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
38870         Log: Subject: Re: [ID 20010506.045] question about hash syntax
38871              From: Peter Scott <Peter@PSDT.com>
38872              Date: Sun, 06 May 2001 13:10:40 -0700
38873              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
38874      Branch: perl
38875            ! pod/perl56delta.pod
38876 ____________________________________________________________________________
38877 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
38878         Log: Configure should figure out the list of dynamic extensions
38879              just fine in UTS-- and in fact it does, as reported by Hal Morris.
38880      Branch: perl
38881            ! hints/uts.sh
38882 ____________________________________________________________________________
38883 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
38884         Log: Update Changes.
38885      Branch: perl
38886            ! Changes patchlevel.h
38887 ____________________________________________________________________________
38888 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
38889         Log: Subject: [PATCH regcomp.c] Insecure regexes
38890              From: Robin Houston <robin@kitsite.com>
38891              Date: Mon, 7 May 2001 21:56:12 +0100
38892              Message-ID: <20010507215612.A31114@penderel>
38893      Branch: perl
38894            ! regcomp.c
38895 ____________________________________________________________________________
38896 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
38897         Log: Drop the foobar.perl.com references for now until Simon
38898              gets them sorted out.
38899      Branch: perl
38900            ! pod/perlfaq2.pod
38901 ____________________________________________________________________________
38902 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
38903         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
38904              From: Prymmer/Kahn <pvhp@best.com>
38905              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
38906              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
38907      Branch: perl
38908            ! lib/Devel/SelfStubber.pm
38909 ____________________________________________________________________________
38910 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
38911         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
38912              From: Prymmer/Kahn <pvhp@best.com>
38913              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
38914              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
38915      Branch: perl
38916            ! win32/Makefile
38917 ____________________________________________________________________________
38918 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
38919         Log: s/WebTechnique's/WebTechniques/
38920      Branch: perl
38921            ! pod/perlfaq2.pod
38922 ____________________________________________________________________________
38923 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
38924         Log: Llama 3 updates from Randal.
38925      Branch: perl
38926            ! pod/perlfaq2.pod
38927 ____________________________________________________________________________
38928 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
38929         Log: Subject: [PATCH] Help -Dt show correct pad variables
38930              From: Benjamin Sugars <ben.sugars@home.com>
38931              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
38932              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
38933      Branch: perl
38934            ! embed.h embed.pl proto.h run.c
38935 ____________________________________________________________________________
38936 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
38937         Log: Subject: [PATCH] Document C<our $foo : shared>
38938              From: Benjamin Sugars <ben.sugars@home.com>
38939              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
38940              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
38941      Branch: perl
38942            ! pod/perlfunc.pod
38943 ____________________________________________________________________________
38944 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
38945         Log: Subject: [PATCH B::Deparse] undefined folded constants
38946              From: Robin Houston <robin@kitsite.com>
38947              Date: Sun, 6 May 2001 17:19:09 +0100
38948              Message-ID: <20010506171909.A7046@penderel>
38949      Branch: perl
38950            ! ext/B/B/Deparse.pm
38951 ____________________________________________________________________________
38952 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
38953         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
38954              From: Robin Houston <robin@kitsite.com>
38955              Message-ID: <20010506164654.A6848@penderel>
38956              Date: Sun, 6 May 2001 16:46:54 +0100
38957      Branch: perl
38958            ! ext/B/B/Deparse.pm
38959 ____________________________________________________________________________
38960 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
38961         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
38962              From: Robin Houston <robin@kitsite.com>
38963              Date: Sun, 6 May 2001 14:47:02 +0100
38964              Message-ID: <20010506144702.A6308@penderel>
38965      Branch: perl
38966            ! t/op/my_stash.t
38967 ____________________________________________________________________________
38968 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
38969         Log: Subject: Perl book, magazine and website updates.
38970              From: Simon Cozens <simon@netthink.co.uk>
38971              Date: Sun, 6 May 2001 16:55:36 +0100
38972              Message-ID: <20010506165536.A1795@netthink.co.uk>
38973      Branch: perl
38974            ! pod/perlbook.pod pod/perlfaq2.pod
38975 ____________________________________________________________________________
38976 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
38977         Log: Tweaks on the Tru64 prof options.
38978      Branch: perl
38979            ! pod/perlhack.pod
38980 ____________________________________________________________________________
38981 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
38982         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
38983              From: Robin Houston <robin@kitsite.com>
38984              Date: Sun, 6 May 2001 14:40:51 +0100
38985              Message-ID: <20010506144051.A6279@penderel>
38986      Branch: perl
38987            ! t/pod/testp2pt.pl
38988 ____________________________________________________________________________
38989 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
38990         Log: Subject: [PATCH B::Deparse] scoping
38991              From: Robin Houston <robin@kitsite.com>
38992              Date: Sun, 6 May 2001 14:36:56 +0100
38993              Message-ID: <20010506143656.A4006@penderel>
38994      Branch: perl
38995            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
38996 ____________________________________________________________________________
38997 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
38998         Log: Document the undefinedness of bitshifting out of range.
38999      Branch: perl
39000            ! pod/perlop.pod
39001 ____________________________________________________________________________
39002 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
39003         Log: Retract #10003 and update the IDE descriptions a bit.
39004      Branch: perl
39005            ! pod/perlfaq3.pod
39006 ____________________________________________________________________________
39007 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
39008         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
39009              From: Prymmer/Kahn <pvhp@best.com>
39010              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
39011              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
39012      Branch: perl
39013            ! win32/Makefile win32/buildext.pl win32/config.bc
39014            ! win32/config.gc win32/config.vc
39015 ____________________________________________________________________________
39016 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
39017         Log: (Retracted by #10005.)
39018      Branch: perl
39019            ! pod/perlfaq3.pod
39020 ____________________________________________________________________________
39021 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
39022         Log: It's "psed", not "sed".
39023      Branch: perl
39024            ! x2p/s2p.PL
39025 ____________________________________________________________________________
39026 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
39027         Log: Update Changes.
39028      Branch: perl
39029            ! Changes patchlevel.h
39030 ____________________________________________________________________________
39031 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
39032         Log: Subject: Re: bleadperl make install fails due to "psed"
39033              From: andreas.koenig@anima.de (Andreas J. Koenig)
39034              Date: 05 May 2001 18:23:28 +0200
39035              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
39036      Branch: perl
39037            ! x2p/Makefile.SH x2p/s2p.PL
39038 ____________________________________________________________________________
39039 [  9999] By: jhi                                   on 2001/05/05  18:28:09
39040         Log: AUTHORS updates.
39041      Branch: perl
39042            ! AUTHORS
39043 ____________________________________________________________________________
39044 [  9998] By: jhi                                   on 2001/05/05  18:16:00
39045         Log: Updates on the pods related to the modules included since 5.6.
39046              
39047              TODO: perltodo really could use major updating.
39048      Branch: perl
39049            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
39050            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
39051            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
39052            ! pod/perlsyn.pod pod/perltodo.pod
39053 ____________________________________________________________________________
39054 [  9997] By: jhi                                   on 2001/05/05  17:35:17
39055         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
39056              from Kurt Skauen.
39057      Branch: perl
39058            + hints/atheos.sh
39059            ! MANIFEST
39060 ____________________________________________________________________________
39061 [  9996] By: jhi                                   on 2001/05/05  17:25:00
39062         Log: Add preemptive #undefs for some of the shorter and more prone
39063              to collision regcomp.h #defines.  (Background: the MASK collided
39064              with a system header #define in Rhapsody.)
39065      Branch: perl
39066            ! regcomp.h
39067 ____________________________________________________________________________
39068 [  9995] By: jhi                                   on 2001/05/05  13:24:21
39069         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
39070              From: Nicholas Clark <nick@ccl4.org>
39071              Date: Sat, 5 May 2001 14:46:39 +0100
39072              Message-ID: <20010505144639.O53513@plum.flirble.org>
39073              
39074              Add a test for the constants (if any) being processed correctly.
39075      Branch: perl
39076            ! utils/h2xs.PL
39077 ____________________________________________________________________________
39078 [  9994] By: jhi                                   on 2001/05/05  02:11:03
39079         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
39080              From: Peter Prymmer <pvhp@forte.com>
39081              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
39082              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
39083      Branch: perl
39084            ! t/lib/b-stash.t
39085 ____________________________________________________________________________
39086 [  9993] By: jhi                                   on 2001/05/05  02:03:49
39087         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
39088              From: Peter Prymmer <pvhp@forte.com>
39089              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
39090              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
39091      Branch: perl
39092            ! perlio.c vms/vmsish.h
39093 ____________________________________________________________________________
39094 [  9992] By: jhi                                   on 2001/05/04  17:21:12
39095         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
39096              From: Robin Barker <rmb1@cise.npl.co.uk>
39097              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
39098              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
39099      Branch: perl
39100            + t/pod/plainer.t
39101            ! MANIFEST
39102 ____________________________________________________________________________
39103 [  9991] By: jhi                                   on 2001/05/04  16:47:45
39104         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
39105              From: Robin Barker <rmb1@cise.npl.co.uk>
39106              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
39107              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
39108      Branch: perl
39109            ! regcomp.c
39110 ____________________________________________________________________________
39111 [  9990] By: jhi                                   on 2001/05/04  14:37:20
39112         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
39113              From: Prymmer/Kahn <pvhp@best.com>
39114              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
39115              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
39116      Branch: perl
39117            ! t/lib/b-stash.t
39118 ____________________________________________________________________________
39119 [  9989] By: jhi                                   on 2001/05/04  14:03:58
39120         Log: Introduce perl572delta, update Todo, add the missing
39121              mention about signal safety since 5.7.1 (though this
39122              requires verification and more details.)
39123      Branch: perl
39124            + pod/perl572delta.pod
39125            ! MANIFEST Todo pod/perl571delta.pod
39126 ____________________________________________________________________________
39127 [  9988] By: jhi                                   on 2001/05/04  12:41:51
39128         Log: Subject: [PATCH perl@9944] long =item
39129              From: Robin Barker <rmb1@cise.npl.co.uk>
39130              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
39131              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
39132      Branch: perl
39133            ! ext/Time/HiRes/HiRes.pm
39134 ____________________________________________________________________________
39135 [  9987] By: jhi                                   on 2001/05/04  12:39:19
39136         Log: The #9901 had removed one line essential for EBCDIC.
39137      Branch: perl
39138            ! regcomp.c
39139 ____________________________________________________________________________
39140 [  9986] By: jhi                                   on 2001/05/04  12:30:23
39141         Log: Subject: cygwin/Makefile.SHs INSTALL patch
39142              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
39143              Date: Mon, 08 Jan 2001 04:59:21 +0200
39144              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
39145      Branch: perl
39146            ! cygwin/Makefile.SHs
39147 ____________________________________________________________________________
39148 [  9985] By: jhi                                   on 2001/05/04  03:51:39
39149         Log: Encode/IO doc tweaks.
39150      Branch: perl
39151            ! ext/Encode/Encode.pm
39152 ____________________________________________________________________________
39153 [  9984] By: jhi                                   on 2001/05/04  03:29:34
39154         Log: Remove GDBM_File from the dynamic extensions for UTS,
39155              GDBM is not a standard feature.
39156      Branch: perl
39157            ! hints/uts.sh
39158 ____________________________________________________________________________
39159 [  9983] By: jhi                                   on 2001/05/04  03:22:59
39160         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
39161      Branch: perl
39162            ! pod/perlretut.pod
39163 ____________________________________________________________________________
39164 [  9982] By: jhi                                   on 2001/05/03  23:21:03
39165         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
39166              From: Benjamin Sugars <bsugars@canoe.ca>
39167              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
39168              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
39169      Branch: perl
39170            ! dump.c
39171 ____________________________________________________________________________
39172 [  9981] By: jhi                                   on 2001/05/03  23:20:05
39173         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
39174              From: Benjamin Sugars <bsugars@canoe.ca>
39175              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
39176              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
39177      Branch: perl
39178            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
39179 ____________________________________________________________________________
39180 [  9980] By: jhi                                   on 2001/05/03  23:15:29
39181         Log: Integrate perlio.
39182      Branch: perl
39183           !> ext/Encode/Encode.pm
39184 ____________________________________________________________________________
39185 [  9979] By: jhi                                   on 2001/05/03  16:54:59
39186         Log: Install psed man page.
39187      Branch: perl
39188            ! installman
39189 ____________________________________________________________________________
39190 [  9978] By: jhi                                   on 2001/05/03  16:45:58
39191         Log: Remove unused files; noted by Sarathy.
39192      Branch: perl
39193            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
39194            ! MANIFEST
39195 ____________________________________________________________________________
39196 [  9977] By: jhi                                   on 2001/05/03  16:42:30
39197         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
39198              From: Andy Dougherty <doughera@lafayette.edu>
39199              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
39200              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
39201      Branch: perl
39202            ! INSTALL
39203 ____________________________________________________________________________
39204 [  9976] By: nick                                  on 2001/05/03  16:40:42
39205         Log: Allow $answer = encode($object,$text); like it says in docs.
39206      Branch: perlio
39207            ! ext/Encode/Encode.pm
39208 ____________________________________________________________________________
39209 [  9975] By: nick                                  on 2001/05/03  16:22:30
39210         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
39211              to be in scope (fair enough), and also a package variable (our) for eval to see it.
39212      Branch: perlio
39213            ! ext/Encode/Encode.pm
39214 ____________________________________________________________________________
39215 [  9974] By: nick                                  on 2001/05/03  15:48:17
39216         Log: Integrate mainline.
39217      Branch: perlio
39218           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
39219           +> t/lib/filter-simple.t t/lib/next.t
39220           !> (integrate 70 files)
39221 ____________________________________________________________________________
39222 [  9973] By: jhi                                   on 2001/05/03  13:09:09
39223         Log: Update Changes.
39224      Branch: perl
39225            ! Changes patchlevel.h
39226 ____________________________________________________________________________
39227 [  9972] By: jhi                                   on 2001/05/03  12:58:33
39228         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
39229              From: Prymmer/Kahn <pvhp@best.com>
39230              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
39231              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
39232      Branch: perl
39233            ! t/io/fflush.t
39234 ____________________________________________________________________________
39235 [  9971] By: jhi                                   on 2001/05/03  12:57:26
39236         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
39237              From: Prymmer/Kahn <pvhp@best.com>
39238              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
39239              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
39240      Branch: perl
39241            ! win32/FindExt.pm
39242 ____________________________________________________________________________
39243 [  9970] By: jhi                                   on 2001/05/03  02:42:46
39244         Log: Can't croak sans thread context, from Doug MacEachern.
39245      Branch: perl
39246            ! toke.c
39247 ____________________________________________________________________________
39248 [  9969] By: jhi                                   on 2001/05/03  01:23:48
39249         Log: Subject: Random input test and Perl
39250              From: Ilya Zakharevich <ilya@math.berkeley.edu>
39251              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
39252              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
39253      Branch: perl
39254            ! toke.c
39255 ____________________________________________________________________________
39256 [  9968] By: jhi                                   on 2001/05/02  22:17:21
39257         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
39258              From: Peter Prymmer <pvhp@forte.com>
39259              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
39260              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
39261      Branch: perl
39262            ! pod/perlfunc.pod pod/perlport.pod
39263 ____________________________________________________________________________
39264 [  9967] By: jhi                                   on 2001/05/02  20:12:45
39265         Log: Workaround for UTS compiler casting bug from Hal Morris.
39266      Branch: perl
39267            ! perl.h
39268 ____________________________________________________________________________
39269 [  9966] By: jhi                                   on 2001/05/02  18:31:37
39270         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
39271              From: Dan Sugalski <dan@sidhe.org>
39272              Date: Wed, 02 May 2001 15:23:22 -0400
39273              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
39274      Branch: perl
39275            ! perl.c vms/vms.c
39276 ____________________________________________________________________________
39277 [  9965] By: jhi                                   on 2001/05/02  18:21:29
39278         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
39279      Branch: perl
39280            ! pod/perlfunc.pod
39281 ____________________________________________________________________________
39282 [  9964] By: jhi                                   on 2001/05/02  18:15:01
39283         Log: Document large files in INSTALL, document also the %x
39284              limitation if not use64bitint, closes bug 20010326.007.
39285      Branch: perl
39286            ! INSTALL
39287 ____________________________________________________________________________
39288 [  9963] By: jhi                                   on 2001/05/02  17:24:47
39289         Log: perlmodlib tweaks; regen pods.
39290      Branch: perl
39291            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
39292            ! pod/perltoc.pod
39293 ____________________________________________________________________________
39294 [  9962] By: jhi                                   on 2001/05/02  17:14:00
39295         Log: Fix for a segfault, from Marc Lehmann.
39296      Branch: perl
39297            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
39298 ____________________________________________________________________________
39299 [  9961] By: jhi                                   on 2001/05/02  15:55:53
39300         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
39301              From: "Philip Newton" <pnewton@gmx.de>
39302              Date: Wed, 2 May 2001 18:39:03 +0200
39303              Message-ID: <3AF05447.15525.173B588@localhost>
39304      Branch: perl
39305            ! pod/perlop.pod
39306 ____________________________________________________________________________
39307 [  9960] By: jhi                                   on 2001/05/02  15:35:37
39308         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
39309              From: Dan Sugalski <dan@sidhe.org>
39310              Date: Wed, 02 May 2001 11:37:27 -0400
39311              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
39312      Branch: perl
39313            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
39314            ! thread.h vms/vms.c vms/vmsish.h
39315 ____________________________________________________________________________
39316 [  9959] By: jhi                                   on 2001/05/02  15:21:08
39317         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
39318              From: Benjamin Sugars <bsugars@canoe.ca>
39319              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
39320              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
39321      Branch: perl
39322            ! ext/PerlIO/Scalar/Scalar.xs
39323 ____________________________________________________________________________
39324 [  9958] By: jhi                                   on 2001/05/02  15:15:53
39325         Log: Bug in #9915, spotted by Mike Guy.
39326      Branch: perl
39327            ! installperl
39328 ____________________________________________________________________________
39329 [  9957] By: jhi                                   on 2001/05/02  13:26:01
39330         Log: Add a test for not griping about references as array
39331              indices if the reference has magic in it (overloaded
39332              methods).
39333      Branch: perl
39334            ! pod/perldiag.pod t/pragma/warn/pp_hot
39335 ____________________________________________________________________________
39336 [  9956] By: jhi                                   on 2001/05/02  13:07:01
39337         Log: Retracted a bit too much in #9952.
39338      Branch: perl
39339            ! t/pragma/sub_lval.t
39340 ____________________________________________________________________________
39341 [  9955] By: jhi                                   on 2001/05/02  13:05:38
39342         Log: Test for #9952.
39343      Branch: perl
39344            ! t/op/tie.t
39345 ____________________________________________________________________________
39346 [  9954] By: jhi                                   on 2001/05/02  11:48:18
39347         Log: Additional note on the encoding example: one cannot
39348              convert string constants in-place.
39349      Branch: perl
39350            ! ext/Encode/Encode.pm
39351 ____________________________________________________________________________
39352 [  9953] By: jhi                                   on 2001/05/02  11:43:51
39353         Log: Note that if you have recent enough Perl you already
39354              have Filter::Util::Call.
39355      Branch: perl
39356            ! lib/Filter/Simple.pm
39357 ____________________________________________________________________________
39358 [  9952] By: jhi                                   on 2001/05/02  11:31:53
39359         Log: Retract changes #8254 and #8255, causes coredump in
39360              'tie FH, "main"', reported by Abigail, culprit found by
39361              Benjamin Sugars.  Mirrors maintperl change #9950.
39362      Branch: perl
39363            ! op.c t/pragma/sub_lval.t
39364 ____________________________________________________________________________
39365 [  9951] By: jhi                                   on 2001/05/02  11:14:29
39366         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
39367      Branch: perl
39368            + t/lib/MyFilter.pm
39369 ____________________________________________________________________________
39370 [  9950] By: gsar                                  on 2001/05/02  03:17:11
39371         Log: revert integration of changes#8254,8255 in change#8620 (causes
39372              a coredump in C<tie FH, 'foo'>; the idea itself may need better
39373              rationalization)
39374      Branch: maint-5.6/perl
39375            ! op.c t/pragma/sub_lval.t
39376 ____________________________________________________________________________
39377 [  9949] By: gsar                                  on 2001/05/02  02:56:32
39378         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
39379              
39380              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
39381              
39382              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
39383      Branch: maint-5.6/perl
39384           !> hints/svr5.sh
39385 ____________________________________________________________________________
39386 [  9948] By: gsar                                  on 2001/05/02  02:49:15
39387         Log: pod/find.t breaks on VMS (from Craig Berry)
39388      Branch: maint-5.6/perl
39389            ! t/pod/find.t
39390 ____________________________________________________________________________
39391 [  9947] By: jhi                                   on 2001/05/02  02:43:09
39392         Log: Add an encoding conversion example.
39393      Branch: perl
39394            ! ext/Encode/Encode.pm
39395 ____________________________________________________________________________
39396 [  9946] By: jhi                                   on 2001/05/02  01:34:22
39397         Log: Another coat of paint but still nowhere finished.
39398              Need to decide on the semantics of strptime(): should
39399              strptime() be a function instead of a method?  To do
39400              the week/monthname-strptiming the i18n/l10n bullet needs
39401              to be bitten with gusto.
39402      Branch: perl
39403            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
39404 ____________________________________________________________________________
39405 [  9945] By: jhi                                   on 2001/05/01  23:40:52
39406         Log: Update Changes.
39407      Branch: perl
39408            ! Changes patchlevel.h
39409 ____________________________________________________________________________
39410 [  9944] By: jhi                                   on 2001/05/01  23:33:37
39411         Log: Add known-to-be-tested modules to the list-to-be-skipped.
39412      Branch: perl
39413            ! t/lib/1_compile.t
39414 ____________________________________________________________________________
39415 [  9943] By: jhi                                   on 2001/05/01  23:24:40
39416         Log: Subject: BorlandC++ fix
39417              From: "Vadim Konovalov" <watman@inbox.ru>
39418              Date: Mon, 30 Apr 2001 20:12:26 -0700
39419              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
39420      Branch: perl
39421            ! win32/makefile.mk
39422 ____________________________________________________________________________
39423 [  9942] By: jhi                                   on 2001/05/01  23:18:02
39424         Log: Update to Filter::Simple 0.60, create a test for it.
39425      Branch: perl
39426            + t/lib/filter-simple.t
39427            ! MANIFEST lib/Filter/Simple.pm
39428 ____________________________________________________________________________
39429 [  9941] By: jhi                                   on 2001/05/01  19:47:24
39430         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
39431              From: Hugo <hv@crypt.compulink.co.uk>
39432              Date: Tue, 01 May 2001 20:12:20 +0100
39433              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
39434      Branch: perl
39435            ! pp_hot.c t/op/re_tests
39436 ____________________________________________________________________________
39437 [  9940] By: jhi                                   on 2001/05/01  19:42:16
39438         Log: Integrate perlio.
39439      Branch: perl
39440           !> lib/base.pm t/lib/fields.t
39441 ____________________________________________________________________________
39442 [  9939] By: jhi                                   on 2001/05/01  19:39:51
39443         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
39444              From: Benjamin Sugars <bsugars@canoe.ca>
39445              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
39446              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
39447      Branch: perl
39448            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
39449 ____________________________________________________________________________
39450 [  9938] By: jhi                                   on 2001/05/01  19:34:09
39451         Log: Add NEXT, a pseudo-class for method redispatching.
39452              <Damian>NEXT.pm probably offers more bang-for-buck
39453              than anything else I've ever written.</Damian>
39454      Branch: perl
39455            + lib/NEXT.pm t/lib/next.t
39456            ! MANIFEST
39457 ____________________________________________________________________________
39458 [  9937] By: jhi                                   on 2001/05/01  19:21:41
39459         Log: Update to Switch 2.02.
39460      Branch: perl
39461            ! lib/Switch.pm t/lib/switch.t
39462 ____________________________________________________________________________
39463 [  9936] By: nick                                  on 2001/05/01  19:09:21
39464         Log: Fix for base.pm clobbering $VERSION
39465      Branch: perlio
39466            ! lib/base.pm
39467 ____________________________________________________________________________
39468 [  9935] By: nick                                  on 2001/05/01  18:54:38
39469         Log: Test for base.pm clobbering $VERSION.
39470      Branch: perlio
39471            ! t/lib/fields.t
39472 ____________________________________________________________________________
39473 [  9934] By: jhi                                   on 2001/05/01  18:39:10
39474         Log: Add information about Scalar::Util::blessed.
39475      Branch: perl
39476            ! pod/perlobj.pod
39477 ____________________________________________________________________________
39478 [  9933] By: jhi                                   on 2001/05/01  18:33:51
39479         Log: Subject: Extra UNIVERSAL documentation
39480              From: Mike Guy <mjtg@cam.ac.uk>
39481              Date: Tue, 01 May 2001 20:12:11 +0100
39482              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
39483      Branch: perl
39484            ! pod/perlobj.pod
39485 ____________________________________________________________________________
39486 [  9932] By: jhi                                   on 2001/05/01  18:26:54
39487         Log: Subject: Autoflush in tests as appropriate
39488              From: Mike Guy <mjtg@cam.ac.uk>
39489              Date: Tue, 01 May 2001 20:05:31 +0100
39490              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
39491      Branch: perl
39492            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
39493            ! t/op/taint.t
39494 ____________________________________________________________________________
39495 [  9931] By: jhi                                   on 2001/05/01  18:02:29
39496         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
39497              From: Benjamin Sugars <bsugars@canoe.ca>
39498              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
39499              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
39500      Branch: perl
39501            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
39502 ____________________________________________________________________________
39503 [  9930] By: jhi                                   on 2001/05/01  15:12:26
39504         Log: Subject: Re: Finally got a round tuit
39505              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39506              Date: Tue, 01 May 2001 14:14:10 +0200
39507              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
39508              
39509              The -DP part, slightly modified.
39510      Branch: perl
39511            ! perl.c
39512 ____________________________________________________________________________
39513 [  9929] By: jhi                                   on 2001/05/01  14:17:15
39514         Log: Subject: Re: Finally got a round tuit
39515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39516              Date: Tue, 01 May 2001 16:34:06 +0200
39517              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
39518              
39519              cpp and optimization tweaks for HP-UX.
39520      Branch: perl
39521            ! hints/hpux.sh
39522 ____________________________________________________________________________
39523 [  9928] By: jhi                                   on 2001/05/01  13:24:20
39524         Log: Tune the scan_num() comments to reality.
39525      Branch: perl
39526            ! toke.c
39527 ____________________________________________________________________________
39528 [  9927] By: jhi                                   on 2001/05/01  13:14:01
39529         Log: Subject: [PATCH B::Deparse] optimised sort
39530              From: Robin Houston <robin@kitsite.com>
39531              Date: Tue, 1 May 2001 14:07:12 +0100
39532              Message-ID: <20010501140712.A4266@penderel>
39533      Branch: perl
39534            ! ext/B/B/Deparse.pm
39535 ____________________________________________________________________________
39536 [  9926] By: jhi                                   on 2001/05/01  13:10:53
39537         Log: Subject: [PATCH t/lib/b-deparse.t] 
39538              From: Robin Houston <robin@kitsite.com>
39539              Date: Tue, 1 May 2001 13:37:42 +0100
39540              Message-ID: <20010501133742.A4082@penderel>
39541      Branch: perl
39542            ! t/lib/b-deparse.t
39543 ____________________________________________________________________________
39544 [  9925] By: jhi                                   on 2001/05/01  13:10:13
39545         Log: Subject: [PATCH B::Deparse] for(;;), sort
39546              From: Robin Houston <robin@kitsite.com>
39547              Date: Tue, 1 May 2001 13:35:00 +0100
39548              Message-ID: <20010501133500.A4061@penderel>
39549      Branch: perl
39550            ! ext/B/B/Deparse.pm
39551 ____________________________________________________________________________
39552 [  9924] By: jhi                                   on 2001/05/01  13:09:22
39553         Log: Subject: [PATCH B::Deparse] do, warn, use
39554              From: Robin Houston <robin@kitsite.com>
39555              Date: Tue, 1 May 2001 13:31:03 +0100
39556              Message-ID: <20010501133103.A4041@penderel>
39557      Branch: perl
39558            ! ext/B/B/Deparse.pm
39559 ____________________________________________________________________________
39560 [  9923] By: jhi                                   on 2001/05/01  11:45:36
39561         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
39562              From: Benjamin Sugars <ben.sugars@home.com>
39563              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
39564              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
39565      Branch: perl
39566            + t/io/fflush.t
39567            ! MANIFEST
39568 ____________________________________________________________________________
39569 [  9922] By: jhi                                   on 2001/05/01  11:35:42
39570         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
39571              From: Peter Prymmer <pvhp@forte.com>
39572              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
39573              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
39574      Branch: perl
39575            ! t/lib/selfstubber.t
39576 ____________________________________________________________________________
39577 [  9921] By: jhi                                   on 2001/04/30  16:34:33
39578         Log: Subject: [PATCH B::Concise] suppress warning
39579              From: Robin Houston <robin@kitsite.com>
39580              Date: Mon, 30 Apr 2001 16:09:49 +0100
39581              Message-ID: <20010430160949.A25086@penderel>
39582      Branch: perl
39583            ! ext/B/B/Concise.pm
39584 ____________________________________________________________________________
39585 [  9920] By: jhi                                   on 2001/04/30  13:56:04
39586         Log: Strip the *markers* from #9919.
39587      Branch: perl
39588            ! pod/perlfaq.pod pod/perlfaq5.pod
39589 ____________________________________________________________________________
39590 [  9919] By: jhi                                   on 2001/04/30  13:54:04
39591         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
39592              From: Gwyn Judd <b.judd@xtra.co.nz>
39593              Date: Sun, 29 Apr 2001 01:47:49 +1200
39594              Message-ID: <20010429014749.A4418@thislove>
39595      Branch: perl
39596            ! pod/perlfaq.pod pod/perlfaq5.pod
39597 ____________________________________________________________________________
39598 [  9918] By: jhi                                   on 2001/04/30  13:13:54
39599         Log: More_tweakage.
39600      Branch: perl
39601            ! pod/perldata.pod pod/perldiag.pod
39602 ____________________________________________________________________________
39603 [  9917] By: jhi                                   on 2001/04/30  13:01:27
39604         Log: Update Changes.
39605      Branch: perl
39606            ! Changes patchlevel.h
39607 ____________________________________________________________________________
39608 [  9916] By: jhi                                   on 2001/04/30  12:57:03
39609         Log: T_w_e_a_k_a_g_e.
39610      Branch: perl
39611            ! pod/perldata.pod pod/perldiag.pod
39612 ____________________________________________________________________________
39613 [  9915] By: jhi                                   on 2001/04/30  12:39:29
39614         Log: Install s2p also as psed.
39615              
39616              TODO: psed documentation?
39617      Branch: perl
39618            ! installperl
39619 ____________________________________________________________________________
39620 [  9914] By: jhi                                   on 2001/04/30  12:29:21
39621         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
39622              From: Jens Hamisch <jens@Strawberry.COM>
39623              Date: Fri, 27 Apr 2001 17:00:36 +0200
39624              Message-ID: <20010427170036.K1372@Strawberry.COM>
39625              
39626              SOCKS5_VERSION_NAME is the right symbol to detect
39627              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
39628              function called socks5_init() is available, and even that is
39629              not universal, most SOCKS5 installations use SOCKSinit()).
39630      Branch: perl
39631            ! perlio.c
39632 ____________________________________________________________________________
39633 [  9913] By: jhi                                   on 2001/04/30  12:22:15
39634         Log: Allow a zero timeout on IO::Socket accept and connect--
39635              though one really shouldn't do that.  Based on
39636              
39637              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
39638              From: "John Holdsworth" <coldwave@bigfoot.com>
39639              Date: Sun, 4 Feb 2001 12:48:18 +0100
39640              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
39641      Branch: perl
39642            ! ext/IO/lib/IO/Socket.pm
39643 ____________________________________________________________________________
39644 [  9912] By: jhi                                   on 2001/04/30  11:27:27
39645         Log: Save the spot of regprev (see #9911) for binary compatibility;
39646              regen API.
39647      Branch: perl
39648            ! embedvar.h perlapi.h thrdvar.h
39649 ____________________________________________________________________________
39650 [  9911] By: jhi                                   on 2001/04/30  11:22:03
39651         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
39652              From: Hugo <hv@crypt.compulink.co.uk>
39653              Date: Sun, 29 Apr 2001 17:09:30 +0100
39654              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
39655      Branch: perl
39656            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
39657 ____________________________________________________________________________
39658 [  9910] By: jhi                                   on 2001/04/30  11:15:12
39659         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
39660              a dummy for PL_numeric_radix); no pressing reason to break
39661              binary compatibility; regen API.
39662      Branch: perl
39663            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
39664            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
39665 ____________________________________________________________________________
39666 [  9909] By: jhi                                   on 2001/04/30  10:56:08
39667         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
39668              From: Walt Mankowski <waltman@netaxs.com>
39669              Date: Sun, 29 Apr 2001 21:53:48 -0400
39670              Message-ID: <20010429215348.A3971@netaxs.com>
39671      Branch: perl
39672            ! pod/perlfunc.pod
39673 ____________________________________________________________________________
39674 [  9908] By: jhi                                   on 2001/04/30  10:49:40
39675         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
39676      Branch: perl
39677            ! t/lib/selfstubber.t
39678 ____________________________________________________________________________
39679 [  9907] By: nick                                  on 2001/04/30  09:26:50
39680         Log: Integrate mainline.
39681      Branch: perlio
39682           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
39683 ____________________________________________________________________________
39684 [  9906] By: jhi                                   on 2001/04/29  23:24:20
39685         Log: Abigail spotted a thinko in #9905.
39686      Branch: perl
39687            ! pod/perldiag.pod
39688 ____________________________________________________________________________
39689 [  9905] By: jhi                                   on 2001/04/29  15:55:39
39690         Log: Changed the underscore/undebar syntax in numeric constants;
39691              now any grouping will do, as long as the underscores are not
39692              consecutive (so "zero-grouping" is out), and they do not begin
39693              or end the integer or fractional parts.
39694      Branch: perl
39695            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
39696 ____________________________________________________________________________
39697 [  9904] By: nick                                  on 2001/04/29  15:43:22
39698         Log: Integrate mainline.
39699      Branch: perlio
39700           +> (branch 98 files)
39701            - lib/unicode/Block.pl
39702            - lib/unicode/In/AlphabeticPresentationForms.pl
39703            - lib/unicode/In/Arabic.pl
39704            - lib/unicode/In/ArabicPresentationForms-A.pl
39705            - lib/unicode/In/ArabicPresentationForms-B.pl
39706            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
39707            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
39708            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
39709            - lib/unicode/In/BopomofoExtended.pl
39710            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
39711            - lib/unicode/In/CJKCompatibility.pl
39712            - lib/unicode/In/CJKCompatibilityForms.pl
39713            - lib/unicode/In/CJKCompatibilityIdeographs.pl
39714            - lib/unicode/In/CJKRadicalsSupplement.pl
39715            - lib/unicode/In/CJKSymbolsandPunctuation.pl
39716            - lib/unicode/In/CJKUnifiedIdeographs.pl
39717            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
39718            - lib/unicode/In/Cherokee.pl
39719            - lib/unicode/In/CombiningDiacriticalMarks.pl
39720            - lib/unicode/In/CombiningHalfMarks.pl
39721            - lib/unicode/In/CombiningMarksforSymbols.pl
39722            - lib/unicode/In/ControlPictures.pl
39723            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
39724            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
39725            - lib/unicode/In/EnclosedAlphanumerics.pl
39726            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
39727            - lib/unicode/In/Ethiopic.pl
39728            - lib/unicode/In/GeneralPunctuation.pl
39729            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
39730            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
39731            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
39732            - lib/unicode/In/HalfwidthandFullwidthForms.pl
39733            - lib/unicode/In/HangulCompatibilityJamo.pl
39734            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
39735            - lib/unicode/In/Hebrew.pl
39736            - lib/unicode/In/HighPrivateUseSurrogates.pl
39737            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
39738            - lib/unicode/In/IPAExtensions.pl
39739            - lib/unicode/In/IdeographicDescriptionCharacters.pl
39740            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
39741            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
39742            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
39743            - lib/unicode/In/Latin-1Supplement.pl
39744            - lib/unicode/In/LatinExtended-A.pl
39745            - lib/unicode/In/LatinExtended-B.pl
39746            - lib/unicode/In/LatinExtendedAdditional.pl
39747            - lib/unicode/In/LetterlikeSymbols.pl
39748            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
39749            - lib/unicode/In/MathematicalOperators.pl
39750            - lib/unicode/In/MiscellaneousSymbols.pl
39751            - lib/unicode/In/MiscellaneousTechnical.pl
39752            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
39753            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
39754            - lib/unicode/In/OpticalCharacterRecognition.pl
39755            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
39756            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
39757            - lib/unicode/In/SmallFormVariants.pl
39758            - lib/unicode/In/SpacingModifierLetters.pl
39759            - lib/unicode/In/Specials.pl
39760            - lib/unicode/In/SuperscriptsandSubscripts.pl
39761            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
39762            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
39763            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
39764            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
39765            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
39766           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
39767           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
39768           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
39769           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
39770           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
39771           !> utf8.c win32/Makefile
39772 ____________________________________________________________________________
39773 [  9903] By: jhi                                   on 2001/04/29  14:30:53
39774         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
39775              From: Prymmer/Kahn <pvhp@best.com>
39776              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
39777              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
39778      Branch: perl
39779            ! win32/Makefile
39780 ____________________________________________________________________________
39781 [  9902] By: jhi                                   on 2001/04/29  02:52:44
39782         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
39783              From: "Abigail" <abigail@foad.org>
39784              Date: Sun, 29 Apr 2001 03:14:25 +0200
39785              Message-ID: <20010429011425.24503.qmail@foad.org>
39786      Branch: perl
39787            ! ext/IO/lib/IO/Seekable.pm
39788 ____________________________________________________________________________
39789 [  9901] By: jhi                                   on 2001/04/29  02:04:46
39790         Log: In character classes one couldn't have 0x80..0xff characters
39791              at the left hand side if there were 0x100.. characters in the
39792              character class.
39793      Branch: perl
39794            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
39795            ! t/op/pat.t utf8.c
39796 ____________________________________________________________________________
39797 [  9900] By: jhi                                   on 2001/04/28  22:55:04
39798         Log: Forgot the latest mktables.PL from #9899.
39799      Branch: perl
39800            ! lib/unicode/mktables.PL
39801 ____________________________________________________________________________
39802 [  9899] By: jhi                                   on 2001/04/28  22:53:28
39803         Log: Explain the \p{} and \P{} error message better and
39804              have prettier prettyprint in In.pl.
39805      Branch: perl
39806            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
39807            ! pod/perldiag.pod
39808 ____________________________________________________________________________
39809 [  9898] By: jhi                                   on 2001/04/28  21:03:34
39810         Log: Add one possible explanation for the "Invalid [] range" error.
39811      Branch: perl
39812            ! pod/perldiag.pod
39813 ____________________________________________________________________________
39814 [  9897] By: jhi                                   on 2001/04/28  17:18:26
39815         Log: Add a level of indirection to the implementation of \p{InFoo}
39816              so that we don't have to have long filenames.  (Nothing changes
39817              in the user interface.)   The indirection is defined in
39818              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
39819              Also rename some the character classes by removing '-' from
39820              the classnames, and finally renamed Block.pl as Blocks.pl.
39821      Branch: perl
39822            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
39823            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
39824            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
39825            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
39826            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
39827            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
39828            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
39829            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
39830            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
39831            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
39832            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
39833            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
39834            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
39835            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
39836            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
39837            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
39838            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
39839            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
39840            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
39841            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
39842            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
39843            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
39844            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
39845            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
39846            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
39847            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
39848            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
39849            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
39850            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
39851            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
39852            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
39853            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
39854            + lib/unicode/In/94.pl lib/unicode/In/95.pl
39855            - lib/unicode/Block.pl
39856            - lib/unicode/In/AlphabeticPresentationForms.pl
39857            - lib/unicode/In/Arabic.pl
39858            - lib/unicode/In/ArabicPresentationForms-A.pl
39859            - lib/unicode/In/ArabicPresentationForms-B.pl
39860            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
39861            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
39862            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
39863            - lib/unicode/In/BopomofoExtended.pl
39864            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
39865            - lib/unicode/In/CJKCompatibility.pl
39866            - lib/unicode/In/CJKCompatibilityForms.pl
39867            - lib/unicode/In/CJKCompatibilityIdeographs.pl
39868            - lib/unicode/In/CJKRadicalsSupplement.pl
39869            - lib/unicode/In/CJKSymbolsandPunctuation.pl
39870            - lib/unicode/In/CJKUnifiedIdeographs.pl
39871            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
39872            - lib/unicode/In/Cherokee.pl
39873            - lib/unicode/In/CombiningDiacriticalMarks.pl
39874            - lib/unicode/In/CombiningHalfMarks.pl
39875            - lib/unicode/In/CombiningMarksforSymbols.pl
39876            - lib/unicode/In/ControlPictures.pl
39877            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
39878            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
39879            - lib/unicode/In/EnclosedAlphanumerics.pl
39880            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
39881            - lib/unicode/In/Ethiopic.pl
39882            - lib/unicode/In/GeneralPunctuation.pl
39883            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
39884            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
39885            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
39886            - lib/unicode/In/HalfwidthandFullwidthForms.pl
39887            - lib/unicode/In/HangulCompatibilityJamo.pl
39888            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
39889            - lib/unicode/In/Hebrew.pl
39890            - lib/unicode/In/HighPrivateUseSurrogates.pl
39891            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
39892            - lib/unicode/In/IPAExtensions.pl
39893            - lib/unicode/In/IdeographicDescriptionCharacters.pl
39894            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
39895            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
39896            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
39897            - lib/unicode/In/Latin-1Supplement.pl
39898            - lib/unicode/In/LatinExtended-A.pl
39899            - lib/unicode/In/LatinExtended-B.pl
39900            - lib/unicode/In/LatinExtendedAdditional.pl
39901            - lib/unicode/In/LetterlikeSymbols.pl
39902            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
39903            - lib/unicode/In/MathematicalOperators.pl
39904            - lib/unicode/In/MiscellaneousSymbols.pl
39905            - lib/unicode/In/MiscellaneousTechnical.pl
39906            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
39907            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
39908            - lib/unicode/In/OpticalCharacterRecognition.pl
39909            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
39910            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
39911            - lib/unicode/In/SmallFormVariants.pl
39912            - lib/unicode/In/SpacingModifierLetters.pl
39913            - lib/unicode/In/Specials.pl
39914            - lib/unicode/In/SuperscriptsandSubscripts.pl
39915            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
39916            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
39917            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
39918            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
39919            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
39920            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
39921            ! pod/perlunicode.pod
39922 ____________________________________________________________________________
39923 [  9896] By: jhi                                   on 2001/04/28  14:33:17
39924         Log: Update the information on shared library path on HP-UX.
39925      Branch: perl
39926            ! INSTALL
39927 ____________________________________________________________________________
39928 [  9895] By: jhi                                   on 2001/04/28  14:32:30
39929         Log: Because #9894 seems to do the trick, this workaround can be removed.
39930      Branch: perl
39931            ! t/lib/selfstubber.t
39932 ____________________________________________________________________________
39933 [  9894] By: jhi                                   on 2001/04/28  14:26:13
39934         Log: For PerlIO flush the children's file handles (on fork/exec/system).
39935      Branch: perl
39936            ! perl.h
39937 ____________________________________________________________________________
39938 [  9893] By: jhi                                   on 2001/04/28  14:23:15
39939         Log: Test tweak for #9891.
39940      Branch: perl
39941            ! t/lib/b-deparse.t
39942 ____________________________________________________________________________
39943 [  9892] By: jhi                                   on 2001/04/28  14:10:13
39944         Log: New HP-UX hints from Merijn.
39945      Branch: perl
39946            ! hints/hpux.sh
39947 ____________________________________________________________________________
39948 [  9891] By: jhi                                   on 2001/04/28  14:07:27
39949         Log: Subject: [PATCH B::Deparse] non-block scopes
39950              From: Robin Houston <robin@kitsite.com>
39951              Date: Fri, 27 Apr 2001 19:15:14 +0100
39952              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
39953      Branch: perl
39954            ! ext/B/B/Deparse.pm
39955 ____________________________________________________________________________
39956 [  9890] By: nick                                  on 2001/04/27  19:41:25
39957         Log: Integrate mainline
39958      Branch: perlio
39959           +> t/lib/selfstubber.t
39960           !> (integrate 50 files)
39961 ____________________________________________________________________________
39962 [  9889] By: jhi                                   on 2001/04/27  18:23:46
39963         Log: Subject: Re: selfstubber test fail on bleadperl
39964              From: Mike Guy <mjtg@cam.ac.uk>
39965              Date: Fri, 27 Apr 2001 19:31:18 +0100
39966              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
39967      Branch: perl
39968            ! t/lib/selfstubber.t
39969 ____________________________________________________________________________
39970 [  9888] By: jhi                                   on 2001/04/27  16:20:54
39971         Log: Test tweak for #9886.
39972      Branch: perl
39973            ! t/lib/b-deparse.t
39974 ____________________________________________________________________________
39975 [  9887] By: jhi                                   on 2001/04/27  16:16:33
39976         Log: Buffering issue at least in Solaris (even with perlio).
39977      Branch: perl
39978            ! t/lib/selfstubber.t
39979 ____________________________________________________________________________
39980 [  9886] By: jhi                                   on 2001/04/27  14:59:23
39981         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
39982              From: Robin Houston <robin@kitsite.com>
39983              Date: Fri, 27 Apr 2001 16:53:20 +0100
39984              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
39985      Branch: perl
39986            ! ext/B/B/Deparse.pm
39987 ____________________________________________________________________________
39988 [  9885] By: jhi                                   on 2001/04/27  14:23:51
39989         Log: Update Changes.
39990      Branch: perl
39991            ! Changes patchlevel.h
39992 ____________________________________________________________________________
39993 [  9884] By: jhi                                   on 2001/04/27  14:14:12
39994         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
39995              From: "Philip Newton" <pnewton@gmx.de>
39996              Date: Fri, 27 Apr 2001 16:40:13 +0200
39997              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
39998      Branch: perl
39999            ! pod/perldata.pod
40000 ____________________________________________________________________________
40001 [  9883] By: jhi                                   on 2001/04/27  13:28:19
40002         Log: Add LOG_PERROR; prettify the "removed".
40003      Branch: perl
40004            ! ext/Sys/Syslog/Syslog.xs
40005 ____________________________________________________________________________
40006 [  9882] By: jhi                                   on 2001/04/27  13:13:18
40007         Log: h2xs tweaks: use NV instead of double, "quote" the removed
40008              prefixes for clarity (especially when nothing is removed),
40009              slight pod reformats.
40010      Branch: perl
40011            ! utils/h2xs.PL
40012 ____________________________________________________________________________
40013 [  9881] By: jhi                                   on 2001/04/27  12:58:48
40014         Log: Don't bother creating existing directories.
40015      Branch: perl
40016            ! utils/h2xs.PL
40017 ____________________________________________________________________________
40018 [  9880] By: jhi                                   on 2001/04/27  12:45:39
40019         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
40020              From: Mike Schilli <m@perlmeister.com>
40021              Date: Wed, 25 Apr 2001 01:29:21 -0700
40022              Message-id: <3AE68AE1.6A981723@perlmeister.com>
40023      Branch: perl
40024            ! utils/h2xs.PL
40025 ____________________________________________________________________________
40026 [  9879] By: jhi                                   on 2001/04/27  12:40:55
40027         Log: break is not yet Perl.  Added the template license also to README.
40028      Branch: perl
40029            ! utils/h2xs.PL
40030 ____________________________________________________________________________
40031 [  9878] By: jhi                                   on 2001/04/27  03:08:20
40032         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
40033              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40034              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
40035              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
40036      Branch: perl
40037            ! t/lib/xs-typemap.t
40038 ____________________________________________________________________________
40039 [  9877] By: jhi                                   on 2001/04/26  23:54:40
40040         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
40041              From: "Abigail" <abigail@foad.org>
40042              Date: Fri, 27 Apr 2001 01:44:28 +0200
40043              Message-ID: <20010426234428.19786.qmail@foad.org>
40044      Branch: perl
40045            ! utils/h2xs.PL
40046 ____________________________________________________________________________
40047 [  9876] By: jhi                                   on 2001/04/26  23:52:06
40048         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
40049              From: Peter Prymmer <pvhp@forte.com>
40050              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
40051              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
40052      Branch: perl
40053            ! t/lib/selfstubber.t
40054 ____________________________________________________________________________
40055 [  9875] By: jhi                                   on 2001/04/26  23:48:10
40056         Log: Deparse nits.
40057      Branch: perl
40058            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
40059 ____________________________________________________________________________
40060 [  9874] By: jhi                                   on 2001/04/26  22:46:05
40061         Log: Document ANYOF_CLASS.
40062      Branch: perl
40063            ! regcomp.h
40064 ____________________________________________________________________________
40065 [  9873] By: jhi                                   on 2001/04/26  22:35:03
40066         Log: Subject: Re: [PATCH @9846] dumping ANYOF
40067              From: Hugo <hv@crypt.compulink.co.uk>
40068              Date: Thu, 26 Apr 2001 23:33:38 +0100
40069              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
40070      Branch: perl
40071            ! regcomp.c regcomp.h
40072 ____________________________________________________________________________
40073 [  9872] By: jhi                                   on 2001/04/26  22:34:31
40074         Log: Subject: [PATCH] more for Devel::SelfStubber
40075              From: Nicholas Clark <nick@ccl4.org>
40076              Date: Fri, 27 Apr 2001 00:13:52 +0100
40077              Message-ID: <20010427001351.K88186@plum.flirble.org>
40078      Branch: perl
40079            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
40080 ____________________________________________________________________________
40081 [  9871] By: jhi                                   on 2001/04/26  21:59:17
40082         Log: Subject: [PATCH B::Deparse] formats must be flush left
40083              From: Robin Houston <robin@kitsite.com>
40084              Date: Thu, 26 Apr 2001 23:54:29 +0100
40085              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
40086      Branch: perl
40087            ! ext/B/B/Deparse.pm
40088 ____________________________________________________________________________
40089 [  9870] By: jhi                                   on 2001/04/26  21:57:37
40090         Log: If some of the constants are prefixes of others,
40091              the prefixes may never get recognized.  (See 20010426.006.)
40092      Branch: perl
40093            ! utils/h2xs.PL
40094 ____________________________________________________________________________
40095 [  9869] By: jhi                                   on 2001/04/26  21:50:42
40096         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
40097              From: Chris Bongaarts <cab@tc.umn.edu>
40098              Date: Thu, 26 Apr 2001 17:10:31 -0500
40099              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
40100      Branch: perl
40101            ! ext/Sys/Syslog/Syslog.xs
40102 ____________________________________________________________________________
40103 [  9868] By: jhi                                   on 2001/04/26  21:35:12
40104         Log: Further cuts and more docs from Graham Barr.
40105      Branch: perl
40106            ! ext/List/Util/lib/List/Util.pm
40107            ! ext/List/Util/lib/Scalar/Util.pm
40108 ____________________________________________________________________________
40109 [  9867] By: jhi                                   on 2001/04/26  21:18:57
40110         Log: Subject: [PATCH 5.7.1] DB_File-1.77
40111              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
40112              Date: Thu, 26 Apr 2001 22:37:53 +0100
40113              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
40114      Branch: perl
40115            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40116            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
40117 ____________________________________________________________________________
40118 [  9866] By: jhi                                   on 2001/04/26  21:12:31
40119         Log: Subject: [PATCH B::Deparse] fix easy bugs
40120              From: Robin Houston <robin@kitsite.com>
40121              Date: Thu, 26 Apr 2001 23:03:33 +0100
40122              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
40123      Branch: perl
40124            ! ext/B/B/Deparse.pm
40125 ____________________________________________________________________________
40126 [  9865] By: jhi                                   on 2001/04/26  20:26:13
40127         Log: Update Changes.
40128      Branch: perl
40129            ! Changes patchlevel.h
40130 ____________________________________________________________________________
40131 [  9864] By: jhi                                   on 2001/04/26  19:27:48
40132         Log: Dethinko from Robin Houston.
40133      Branch: perl
40134            ! ext/B/B/Deparse.pm
40135 ____________________________________________________________________________
40136 [  9863] By: jhi                                   on 2001/04/26  19:10:35
40137         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
40138              From: Robin Houston <robin@kitsite.com>
40139              Date: Thu, 26 Apr 2001 21:08:32 +0100
40140              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
40141      Branch: perl
40142            ! ext/B/B/Deparse.pm
40143 ____________________________________________________________________________
40144 [  9862] By: jhi                                   on 2001/04/26  19:04:23
40145         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
40146              From: Robin Houston <robin@kitsite.com>
40147              Date: Thu, 26 Apr 2001 20:52:50 +0100
40148              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
40149      Branch: perl
40150            ! ext/B/B/Deparse.pm
40151 ____________________________________________________________________________
40152 [  9861] By: jhi                                   on 2001/04/26  18:56:14
40153         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
40154              From: Mike Guy <mjtg@cam.ac.uk>
40155              Date: Thu, 26 Apr 2001 14:22:40 +0100
40156              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
40157      Branch: perl
40158            ! pod/perlobj.pod
40159 ____________________________________________________________________________
40160 [  9860] By: jhi                                   on 2001/04/26  18:46:42
40161         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
40162              From: Robin Houston <robin@kitsite.com>
40163              Date: Thu, 26 Apr 2001 20:34:29 +0100
40164              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
40165              
40166              Hashes do not interpolate.
40167      Branch: perl
40168            ! ext/B/B/Deparse.pm
40169 ____________________________________________________________________________
40170 [  9859] By: jhi                                   on 2001/04/26  18:43:51
40171         Log: Subject: The Time::Piece conspiracy unmasked!!!
40172              From: Mike Guy <mjtg@cam.ac.uk>
40173              Date: Thu, 26 Apr 2001 19:02:50 +0100
40174              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
40175              
40176              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
40177              From: Mike Guy <mjtg@cam.ac.uk>
40178              Date: Thu, 26 Apr 2001 19:08:21 +0100
40179              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
40180              
40181              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
40182              From: Graham Barr <gbarr@pobox.com>
40183              Date: Thu, 26 Apr 2001 19:12:03 +0100
40184              Message-ID: <20010426191203.A70835@pobox.com>
40185              
40186              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
40187      Branch: perl
40188            ! ext/List/Util/lib/List/Util.pm
40189            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
40190 ____________________________________________________________________________
40191 [  9858] By: jhi                                   on 2001/04/26  18:17:42
40192         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
40193              From: Robin Houston <robin@kitsite.com>
40194              Date: Thu, 26 Apr 2001 16:09:35 +0100
40195              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
40196      Branch: perl
40197            ! t/comp/proto.t
40198 ____________________________________________________________________________
40199 [  9857] By: jhi                                   on 2001/04/26  18:04:59
40200         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
40201              From: barries <barries@slaysys.com>
40202              Date: Thu, 26 Apr 2001 12:01:10 -0400
40203              Message-ID: <20010426120110.E29698@jester.slaysys.com>
40204      Branch: perl
40205            ! pod/perldiag.pod
40206 ____________________________________________________________________________
40207 [  9856] By: jhi                                   on 2001/04/26  18:03:33
40208         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
40209              Date: Thu, 26 Apr 2001 17:13:41 +0100
40210              From: Robin Houston <robin@kitsite.com>
40211              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
40212              
40213              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
40214              From: Robin Houston <robin@kitsite.com>
40215              Date: Thu, 26 Apr 2001 18:44:29 +0100
40216              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
40217      Branch: perl
40218            ! ext/B/B/Deparse.pm
40219 ____________________________________________________________________________
40220 [  9855] By: jhi                                   on 2001/04/26  17:56:04
40221         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
40222              From: Robin Houston <robin@kitsite.com>
40223              Date: Thu, 26 Apr 2001 17:04:08 +0100
40224              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
40225      Branch: perl
40226            ! ext/B/B/Deparse.pm
40227 ____________________________________________________________________________
40228 [  9854] By: jhi                                   on 2001/04/26  17:47:26
40229         Log: Subject: Re: Short test case for undef %stash:: crash
40230              From: Benjamin Sugars <bsugars@canoe.ca> 
40231              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
40232              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
40233              Changed and moved the perldiag entry.
40234      Branch: perl
40235            ! gv.c pod/perldiag.pod
40236 ____________________________________________________________________________
40237 [  9853] By: jhi                                   on 2001/04/26  14:35:16
40238         Log: Beginnings of strptime().  Do not touch the wet paint.
40239      Branch: perl
40240            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
40241 ____________________________________________________________________________
40242 [  9852] By: jhi                                   on 2001/04/26  13:17:21
40243         Log: Retract #9851, core dumps from pod2man.
40244      Branch: perl
40245            ! regcomp.c
40246 ____________________________________________________________________________
40247 [  9851] By: jhi                                   on 2001/04/26  11:54:41
40248         Log: (Retracted by #9852.)
40249              
40250              Subject: [PATCH @9846] dumping ANYOF
40251              From: Hugo <hv@crypt.compulink.co.uk>
40252              Date: Thu, 26 Apr 2001 05:32:38 +0100
40253              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
40254      Branch: perl
40255            ! regcomp.c
40256 ____________________________________________________________________________
40257 [  9850] By: jhi                                   on 2001/04/26  02:34:44
40258         Log: If ccflags was empty the _previous_ $* containing all the
40259              environment variables and Configure variables was used,
40260              which lead, among other bad things, into $ccflags being your
40261              uname -a output, which lead into test compile with cc failing,
40262              which lead into gcc being selected, which didn't work that well
40263              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
40264              with large files, et cetera.
40265      Branch: perl
40266            ! hints/hpux.sh
40267 ____________________________________________________________________________
40268 [  9849] By: jhi                                   on 2001/04/26  01:44:57
40269         Log: Make selfstubber test more portable.
40270      Branch: perl
40271            ! t/lib/selfstubber.t
40272 ____________________________________________________________________________
40273 [  9848] By: jhi                                   on 2001/04/26  00:50:26
40274         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
40275              From: Benjamin Sugars <ben.sugars@home.com>
40276              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
40277              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
40278      Branch: perl
40279            ! ext/Cwd/Cwd.xs
40280 ____________________________________________________________________________
40281 [  9847] By: jhi                                   on 2001/04/26  00:46:58
40282         Log: Subject: [PATCH: perl@9841] VMS updates
40283              From: Peter Prymmer <pvhp@forte.com>
40284              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
40285              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
40286      Branch: perl
40287            ! README.vms configure.com vms/descrip_mms.template
40288            ! vms/ext/filespec.t
40289 ____________________________________________________________________________
40290 [  9846] By: jhi                                   on 2001/04/26  00:11:56
40291         Log: re 'debug' was broken by #9084.
40292      Branch: perl
40293            ! ext/re/re.xs
40294 ____________________________________________________________________________
40295 [  9845] By: jhi                                   on 2001/04/25  22:33:17
40296         Log: Subject: [PATCH] test for Devel::SelfStubber
40297              From: Nicholas Clark <nick@ccl4.org>
40298              Date: Thu, 26 Apr 2001 00:00:54 +0100
40299              Message-ID: <20010426000054.D89026@plum.flirble.org>
40300      Branch: perl
40301            + t/lib/selfstubber.t
40302            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
40303 ____________________________________________________________________________
40304 [  9844] By: jhi                                   on 2001/04/25  22:29:32
40305         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
40306              From: Paul Johnson <paul@pjcj.net>
40307              Date: Thu, 26 Apr 2001 00:46:08 +0200
40308              Message-ID: <20010426004608.H2338@pjcj.net>
40309      Branch: perl
40310            ! ext/B/B/Concise.pm
40311 ____________________________________________________________________________
40312 [  9843] By: jhi                                   on 2001/04/25  22:28:28
40313         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
40314              From: Peter Prymmer <pvhp@forte.com>
40315              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
40316              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
40317      Branch: perl
40318            ! ext/Cwd/Cwd.xs
40319 ____________________________________________________________________________
40320 [  9842] By: jhi                                   on 2001/04/25  20:58:12
40321         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
40322              From: John Peacock <jpeacock@rowman.com>
40323              Date: Wed, 25 Apr 2001 17:30:26 -0400
40324              Message-ID: <3AE741F2.B3217464@rowman.com>
40325      Branch: perl
40326            ! lib/Math/BigInt.pm t/lib/bigintpm.t
40327 ____________________________________________________________________________
40328 [  9841] By: jhi                                   on 2001/04/25  20:07:05
40329         Log: Update Changes.
40330      Branch: perl
40331            ! Changes patchlevel.h
40332 ____________________________________________________________________________
40333 [  9840] By: jhi                                   on 2001/04/25  19:56:51
40334         Log: Yet another HP-UX hints version from Merijn.
40335      Branch: perl
40336            ! hints/hpux.sh
40337 ____________________________________________________________________________
40338 [  9839] By: jhi                                   on 2001/04/25  19:53:04
40339         Log: abs_path() didn't terminate the filename correctly,
40340              in DIRNAMLENless systems like HP-UX this would fail.
40341      Branch: perl
40342            ! ext/Cwd/Cwd.xs
40343 ____________________________________________________________________________
40344 [  9838] By: jhi                                   on 2001/04/25  16:37:26
40345         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
40346              From: Mike Guy <mjtg@cam.ac.uk>
40347              Date: Wed, 25 Apr 2001 18:31:47 +0100
40348              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
40349      Branch: perl
40350            ! op.c
40351 ____________________________________________________________________________
40352 [  9837] By: jhi                                   on 2001/04/25  16:21:53
40353         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
40354              From: Jon Eveland <jweveland@yahoo.com>
40355              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
40356              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
40357      Branch: perl
40358            ! lib/perl5db.pl
40359 ____________________________________________________________________________
40360 [  9836] By: jhi                                   on 2001/04/25  14:17:50
40361         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
40362              From: "Philip Newton" <pnewton@gmx.de>
40363              Date: Wed, 25 Apr 2001 17:05:58 +0200
40364              Message-ID: <3AE703F6.3234.1833C45@localhost>
40365      Branch: perl
40366            ! Porting/patching.pod
40367 ____________________________________________________________________________
40368 [  9835] By: jhi                                   on 2001/04/25  13:58:07
40369         Log: It would seem that both ar and full_ar need to be overridden
40370              for HP-UX to avoid the GNU ar.
40371      Branch: perl
40372            ! hints/hpux.sh
40373 ____________________________________________________________________________
40374 [  9834] By: jhi                                   on 2001/04/25  13:50:40
40375         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
40376              From: "Philip Newton" <pnewton@gmx.de>
40377              Date: Wed, 25 Apr 2001 16:09:23 +0200
40378              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
40379              
40380              Detypo.
40381      Branch: perl
40382            ! t/op/misc.t
40383 ____________________________________________________________________________
40384 [  9833] By: jhi                                   on 2001/04/25  12:36:11
40385         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
40386      Branch: perl
40387            ! hints/hpux.sh
40388 ____________________________________________________________________________
40389 [  9832] By: jhi                                   on 2001/04/25  12:33:36
40390         Log: New version of HP-UX hints from Merijn.
40391      Branch: perl
40392            ! hints/hpux.sh
40393 ____________________________________________________________________________
40394 [  9831] By: jhi                                   on 2001/04/25  03:39:45
40395         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
40396      Branch: perl
40397            ! hints/hpux.sh
40398 ____________________________________________________________________________
40399 [  9830] By: jhi                                   on 2001/04/25  02:53:25
40400         Log: The tzname[] bit is not needed by util.c -- and causes
40401              heartburn in VMS (and it missing was probably the cause of
40402              the Mac OS X trouble).  Ouch.
40403      Branch: perl
40404            ! ext/POSIX/POSIX.xs util.c
40405 ____________________________________________________________________________
40406 [  9829] By: jhi                                   on 2001/04/25  00:10:06
40407         Log: Metaconfig unit change for #9828.
40408      Branch: metaconfig
40409            ! U/compline/ccflags.U
40410 ____________________________________________________________________________
40411 [  9828] By: jhi                                   on 2001/04/25  00:04:18
40412         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
40413              (which is actually the reason for the change, we need to pass
40414              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
40415              EP/IX, OS/2, and TitanOS, based on the hints files.
40416      Branch: perl
40417            ! Configure config_h.SH
40418 ____________________________________________________________________________
40419 [  9827] By: jhi                                   on 2001/04/24  23:49:20
40420         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
40421              the $cat must have an absolute path.
40422      Branch: perl
40423            ! makedepend.SH
40424 ____________________________________________________________________________
40425 [  9826] By: jhi                                   on 2001/04/24  23:40:53
40426         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
40427      Branch: perl
40428            ! README.amiga
40429 ____________________________________________________________________________
40430 [  9825] By: jhi                                   on 2001/04/24  23:35:35
40431         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
40432              From: "Philip Newton" <pnewton@gmx.de>
40433              Date: Tue, 24 Apr 2001 18:52:49 +0200
40434              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
40435      Branch: perl
40436            ! x2p/find2perl.PL
40437 ____________________________________________________________________________
40438 [  9824] By: jhi                                   on 2001/04/24  23:33:07
40439         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
40440              Some gcc specifics dropped out due to extensive rewriting;
40441              will be put back later as needed.
40442      Branch: perl
40443            ! hints/hpux.sh
40444 ____________________________________________________________________________
40445 [  9823] By: jhi                                   on 2001/04/24  23:27:57
40446         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
40447      Branch: perl
40448            ! ext/POSIX/POSIX.xs
40449 ____________________________________________________________________________
40450 [  9822] By: jhi                                   on 2001/04/24  23:25:21
40451         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
40452              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40453              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
40454              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
40455      Branch: perl
40456            ! ext/XS/Typemap/Typemap.xs
40457 ____________________________________________________________________________
40458 [  9821] By: jhi                                   on 2001/04/24  23:24:10
40459         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
40460              From: "Abigail" <abigail@foad.org>
40461              Date: Tue, 24 Apr 2001 23:12:03 +0200
40462              Message-ID: <20010424211203.7901.qmail@foad.org>
40463      Branch: perl
40464            ! pod/perlport.pod
40465 ____________________________________________________________________________
40466 [  9820] By: jhi                                   on 2001/04/24  23:23:15
40467         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
40468              From: Matt Sergeant <matt@sergeant.org>
40469              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
40470              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
40471      Branch: perl
40472            ! pod/perlfaq4.pod
40473 ____________________________________________________________________________
40474 [  9819] By: nick                                  on 2001/04/24  18:49:43
40475         Log: Integrate mainline.
40476      Branch: perlio
40477           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
40478           !> (integrate 37 files)
40479 ____________________________________________________________________________
40480 [  9818] By: jhi                                   on 2001/04/24  14:35:23
40481         Log: Update Changes.
40482      Branch: perl
40483            ! Changes patchlevel.h
40484 ____________________________________________________________________________
40485 [  9817] By: jhi                                   on 2001/04/24  14:09:17
40486         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
40487              From: "Philip Newton" <pnewton@gmx.de>
40488              Date: Tue, 24 Apr 2001 12:58:12 +0200
40489              Message-ID: <3AE57864.8304.B77A0A@localhost> 
40490              
40491              plus add CPAN to the list of modules that have their own tests.
40492      Branch: perl
40493            ! t/lib/1_compile.t
40494 ____________________________________________________________________________
40495 [  9816] By: jhi                                   on 2001/04/24  14:07:03
40496         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
40497              From: Michael G Schwern <schwern@pobox.com>
40498              Date: Sat, 21 Apr 2001 22:35:00 +0100
40499              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
40500      Branch: perl
40501            ! t/lib/1_compile.t
40502 ____________________________________________________________________________
40503 [  9815] By: jhi                                   on 2001/04/24  13:54:32
40504         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
40505              From: Robin Houston <robin@kitsite.com>
40506              Date: Tue, 24 Apr 2001 15:51:18 +0100
40507              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
40508      Branch: perl
40509            ! ext/B/B/Deparse.pm
40510 ____________________________________________________________________________
40511 [  9814] By: jhi                                   on 2001/04/24  13:17:34
40512         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
40513              From: Bill Glicker <billg@burrelles.com>
40514              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
40515              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
40516      Branch: perl
40517            ! hints/svr5.sh
40518 ____________________________________________________________________________
40519 [  9813] By: jhi                                   on 2001/04/24  12:54:23
40520         Log: Prevent path disclosure (probing for existence of filenames)
40521              using suidperl; bug id 20010322.218.
40522      Branch: perl
40523            ! perl.c pod/perldiag.pod
40524 ____________________________________________________________________________
40525 [  9812] By: jhi                                   on 2001/04/24  12:08:36
40526         Log: Retract #9811.
40527      Branch: perl
40528            ! ext/POSIX/POSIX.xs
40529 ____________________________________________________________________________
40530 [  9811] By: jhi                                   on 2001/04/24  11:57:35
40531         Log: (Retracted by #9812.)
40532      Branch: perl
40533            ! ext/POSIX/POSIX.xs
40534 ____________________________________________________________________________
40535 [  9810] By: jhi                                   on 2001/04/24  03:32:35
40536         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
40537      Branch: perl
40538            ! util.c
40539 ____________________________________________________________________________
40540 [  9809] By: jhi                                   on 2001/04/24  03:16:13
40541         Log: The Math::BigFloat::import() was broken.
40542              (Fixes bug id 20010422.002.)
40543      Branch: perl
40544            ! lib/Math/BigFloat.pm
40545 ____________________________________________________________________________
40546 [  9808] By: jhi                                   on 2001/04/24  01:11:40
40547         Log: Additional dependencies; should help for parallel makes
40548              not to fail on missing lib/lib.pm or lib/re.pm.
40549      Branch: perl
40550            ! Makefile.SH
40551 ____________________________________________________________________________
40552 [  9807] By: jhi                                   on 2001/04/24  00:57:01
40553         Log: Update the test failure disclaimer.
40554      Branch: perl
40555            ! t/pragma/warn/pp_hot
40556 ____________________________________________________________________________
40557 [  9806] By: jhi                                   on 2001/04/24  00:54:04
40558         Log: Add make target "install-all" which is alias for "install"
40559              to cater for case-preserving filesystems like HFS+.
40560      Branch: perl
40561            ! INSTALL Makefile.SH
40562 ____________________________________________________________________________
40563 [  9805] By: jhi                                   on 2001/04/24  00:47:28
40564         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
40565              From: Peter Prymmer <pvhp@forte.com>
40566              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
40567              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
40568              
40569              (Ken William's message forwarded from macosx@perl.org)
40570      Branch: perl
40571            ! hints/darwin.sh
40572 ____________________________________________________________________________
40573 [  9804] By: jhi                                   on 2001/04/23  23:57:35
40574         Log: Cut-and-pasto.
40575      Branch: perl
40576            ! perlio.c
40577 ____________________________________________________________________________
40578 [  9803] By: jhi                                   on 2001/04/23  23:52:25
40579         Log: More PerlIO robustness.
40580      Branch: perl
40581            ! perlio.c
40582 ____________________________________________________________________________
40583 [  9802] By: jhi                                   on 2001/04/23  23:43:35
40584         Log: Make the "STD* opened only for ..." errors more consistent.
40585      Branch: perl
40586            ! doio.c
40587 ____________________________________________________________________________
40588 [  9801] By: jhi                                   on 2001/04/23  23:34:26
40589         Log: Test case for #9800.
40590      Branch: perl
40591            ! t/op/misc.t
40592 ____________________________________________________________________________
40593 [  9800] By: jhi                                   on 2001/04/23  23:14:43
40594         Log: Avoid coredump on 'close STDERR; die' by making
40595              the PerlIO calls more robust.  Also use SETERRNO()
40596              instead of errno = to be more VMS-ready.
40597      Branch: perl
40598            ! perlio.c
40599 ____________________________________________________________________________
40600 [  9799] By: jhi                                   on 2001/04/23  21:41:10
40601         Log: Subject: test for ID 20010423.002
40602              From: Robin Houston <robin@kitsite.com>
40603              Date: Mon, 23 Apr 2001 16:52:21 +0100
40604              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
40605      Branch: perl
40606            ! t/op/avhv.t
40607 ____________________________________________________________________________
40608 [  9798] By: jhi                                   on 2001/04/23  21:40:07
40609         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
40610              From: David Dyck <dcd@tc.fluke.com>
40611              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
40612              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
40613      Branch: perl
40614            ! installperl
40615 ____________________________________________________________________________
40616 [  9797] By: jhi                                   on 2001/04/23  21:37:56
40617         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
40618              From: Benjamin Sugars <bsugars@canoe.ca>
40619              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
40620              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
40621      Branch: perl
40622            ! ext/Cwd/Cwd.xs lib/Cwd.pm
40623 ____________________________________________________________________________
40624 [  9796] By: jhi                                   on 2001/04/23  21:29:24
40625         Log: Synchronize h2xs and pod2man some more on the documentation
40626              templates they propose.
40627      Branch: perl
40628            ! pod/pod2man.PL utils/h2xs.PL
40629 ____________________________________________________________________________
40630 [  9795] By: jhi                                   on 2001/04/23  17:30:40
40631         Log: Add one more naughty test for base64; make encoding logic cleaner.
40632      Branch: perl
40633            ! t/lib/mimeb64.t
40634 ____________________________________________________________________________
40635 [  9794] By: jhi                                   on 2001/04/23  13:51:32
40636         Log: Update Changes.
40637      Branch: perl
40638            ! Changes patchlevel.h
40639 ____________________________________________________________________________
40640 [  9793] By: jhi                                   on 2001/04/23  13:44:18
40641         Log: Duplicate lines.
40642      Branch: perl
40643            ! MANIFEST
40644 ____________________________________________________________________________
40645 [  9792] By: jhi                                   on 2001/04/23  13:39:13
40646         Log: Subject: Re: PATCH 5.7.1
40647              From: Mark-Jason Dominus <mjd@plover.com>
40648              Date: Mon, 23 Apr 2001 10:30:21 -0400
40649              Message-ID: <20010423143021.17335.qmail@plover.com>
40650      Branch: perl
40651            ! perl.h sv.c
40652 ____________________________________________________________________________
40653 [  9791] By: jhi                                   on 2001/04/23  13:32:40
40654         Log: Add the CPAN.pm 1.59_54 tests.
40655      Branch: perl
40656            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
40657            ! MANIFEST
40658 ____________________________________________________________________________
40659 [  9790] By: jhi                                   on 2001/04/23  13:21:55
40660         Log: Subject: Deparse nit
40661              From: Robin Houston <robin@kitsite.com>
40662              Date: Mon, 23 Apr 2001 12:38:20 +0100
40663              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
40664      Branch: perl
40665            ! ext/B/B/Deparse.pm
40666 ____________________________________________________________________________
40667 [  9789] By: jhi                                   on 2001/04/23  13:19:07
40668         Log: Subject: [PATCH] bug 20010423.002
40669              From: Robin Houston <robin@kitsite.com>
40670              Date: Mon, 23 Apr 2001 13:12:30 +0100
40671              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
40672      Branch: perl
40673            ! pp.c
40674 ____________________________________________________________________________
40675 [  9788] By: jhi                                   on 2001/04/23  13:02:49
40676         Log: Subject: PATCH [5.7.1] hv.c unused #define
40677              From: Mark-Jason Dominus <mjd@plover.com>
40678              Date: Sun, 22 Apr 2001 14:17:49 -0400
40679              Message-ID: <20010422181749.26976.qmail@plover.com>
40680      Branch: perl
40681            ! hv.c
40682 ____________________________________________________________________________
40683 [  9787] By: jhi                                   on 2001/04/23  13:02:02
40684         Log: Subject: PATCH 5.7.1
40685              From: Mark-Jason Dominus <mjd@plover.com>
40686              Date: Sun, 22 Apr 2001 15:12:57 -0400
40687              Message-ID: <20010422191258.6539.qmail@plover.com>
40688              
40689              plus Sarathy's STMT_START + STMT_END suggestion.
40690      Branch: perl
40691            ! perl.h
40692 ____________________________________________________________________________
40693 [  9786] By: jhi                                   on 2001/04/23  12:53:25
40694         Log: Fix for
40695              
40696              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
40697              From: dLux <dlux@spam.sch.bme.hu>
40698              Date: Mon, 23 Apr 2001 01:25:26 +0200
40699              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
40700              
40701              (SvGROW really does return a char *.)
40702      Branch: perl
40703            ! pod/perlapi.pod sv.h
40704 ____________________________________________________________________________
40705 [  9785] By: jhi                                   on 2001/04/23  04:34:04
40706         Log: Time::Piece work continues.  $t->day removed since
40707              I think it's too confusing.  Now has normal and
40708              abbreviated length weekday names and month names,
40709              the names change with _names(), not _list().
40710              Now has strftime() in Perl, _strftime() is
40711              the libc version (to which strftime() falls back
40712              if it doesn't know the format.  To do: the reverse
40713              of strftime, strptime(), and the localisation of both.
40714      Branch: perl
40715            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
40716            ! t/lib/time-piece.t
40717 ____________________________________________________________________________
40718 [  9784] By: jhi                                   on 2001/04/23  02:41:46
40719         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
40720              From: andreas.koenig@anima.de (Andreas J. Koenig)
40721              Date: 23 Apr 2001 05:20:55 +0200
40722              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
40723      Branch: perl
40724            ! t/pragma/overload.t
40725 ____________________________________________________________________________
40726 [  9783] By: jhi                                   on 2001/04/22  23:32:42
40727         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
40728              From: Robin Houston <robin@kitsite.com>
40729              Date: Mon, 23 Apr 2001 00:38:18 +0100
40730              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
40731      Branch: perl
40732            ! ext/B/B/Deparse.pm
40733 ____________________________________________________________________________
40734 [  9782] By: jhi                                   on 2001/04/22  20:55:43
40735         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
40736              From: Simon Cozens <simon@netthink.co.uk>
40737              Date: Sun, 22 Apr 2001 18:47:25 +0100
40738              Message-ID: <20010422184725.A14411@netthink.co.uk>
40739      Branch: perl
40740            ! sv.c t/pragma/overload.t
40741 ____________________________________________________________________________
40742 [  9781] By: jhi                                   on 2001/04/22  20:52:13
40743         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
40744              From: Robin Houston <robin@kitsite.com>
40745              Date: Sun, 22 Apr 2001 22:14:50 +0100
40746              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
40747      Branch: perl
40748            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
40749 ____________________________________________________________________________
40750 [  9780] By: nick                                  on 2001/04/22  20:40:31
40751         Log: Integrate mainline.
40752      Branch: perlio
40753           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
40754           +> t/lib/b-stash.t
40755           !> (integrate 38 files)
40756 ____________________________________________________________________________
40757 [  9779] By: jhi                                   on 2001/04/22  15:16:03
40758         Log: Subject: IO::Socket::INET patch
40759              From: andrew deryabin <djsf@technarchy.ru>
40760              Date: Sat, 21 Apr 2001 17:46:52 +0400
40761              Message-ID: <20010421174652.B1426@technarchy>
40762      Branch: perl
40763            ! ext/IO/lib/IO/Socket/INET.pm
40764 ____________________________________________________________________________
40765 [  9778] By: jhi                                   on 2001/04/22  15:14:33
40766         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
40767              From: Mark-Jason Dominus <mjd@plover.com>
40768              Date: Sat, 21 Apr 2001 21:27:49 -0400
40769              Message-ID: <20010422012749.27024.qmail@plover.com>
40770      Branch: perl
40771            ! regcomp.c
40772 ____________________________________________________________________________
40773 [  9777] By: jhi                                   on 2001/04/22  15:10:51
40774         Log: Subject: Re: Regex debugger patch 
40775              From: Mark-Jason Dominus <mjd@plover.com>
40776              Date: Sat, 21 Apr 2001 21:48:51 -0400
40777              Message-ID: <20010422014851.27165.qmail@plover.com>
40778      Branch: perl
40779            ! pod/perldebguts.pod
40780 ____________________________________________________________________________
40781 [  9776] By: jhi                                   on 2001/04/22  15:09:48
40782         Log: Subject: Re: Regex debugger patch
40783              From: Mark-Jason Dominus <mjd@plover.com>
40784              Date: Sat, 21 Apr 2001 14:24:39 -0400
40785              Message-ID: <20010421182439.16508.qmail@plover.com>
40786              
40787              Regex debugger backend.
40788      Branch: perl
40789            ! regcomp.c regexp.h
40790 ____________________________________________________________________________
40791 [  9775] By: jhi                                   on 2001/04/21  16:45:40
40792         Log: Subject: [PATCH] Typo in utf8.h
40793              From: Jesús Quiroga <jquiroga@pobox.com>
40794              Date: Sat, 21 Apr 2001 19:25:33 +0200
40795              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
40796      Branch: perl
40797            ! utf8.h
40798 ____________________________________________________________________________
40799 [  9774] By: jhi                                   on 2001/04/21  16:43:52
40800         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
40801              From: Joe Orton <jorton@redhat.com>
40802              Date: Tue, 17 Apr 2001 15:50:43 +0100
40803              Message-Id: <20010417155043.D19132@eu.c2.net>
40804      Branch: perl
40805            ! hints/svr5.sh
40806 ____________________________________________________________________________
40807 [  9773] By: jhi                                   on 2001/04/21  15:30:15
40808         Log: Subject: Patch utils/h2xs.PL
40809              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40810              Date: Sat, 21 Apr 2001 10:32:16 -0500
40811              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
40812              
40813              Add MAILING list and LICENSE templates.
40814      Branch: perl
40815            ! utils/h2xs.PL
40816 ____________________________________________________________________________
40817 [  9772] By: jhi                                   on 2001/04/21  15:28:36
40818         Log: Subject: perlfaq2.patch for 5.7.1
40819              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40820              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
40821              Date: Fri, 20 Apr 2001 16:42:19 -0500
40822              
40823              rm an extra tab, a blurb about the xx.cpan to clarify
40824              which countries actually have that and dejanews is history
40825              as well as most of that nonsensical entry.
40826      Branch: perl
40827            ! pod/perlfaq2.pod
40828 ____________________________________________________________________________
40829 [  9771] By: jhi                                   on 2001/04/21  15:27:17
40830         Log: Subject: perlfaq1.patch for 5.7.1
40831              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40832              Date: Fri, 20 Apr 2001 16:57:36 -0500
40833              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
40834              
40835              Evil URLs must die. Especially when they are broken.
40836      Branch: perl
40837            ! pod/perlfaq1.pod
40838 ____________________________________________________________________________
40839 [  9770] By: jhi                                   on 2001/04/21  15:23:38
40840         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
40841              From: Michael G Schwern <schwern@pobox.com>
40842              Date: Sat, 21 Apr 2001 16:11:12 +0100
40843              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
40844      Branch: perl
40845            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
40846            + t/lib/b-stash.t
40847            ! MANIFEST ext/B/B.pm t/lib/b.t
40848 ____________________________________________________________________________
40849 [  9769] By: jhi                                   on 2001/04/21  15:03:32
40850         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
40851              From: Michael G Schwern <schwern@pobox.com>
40852              Date: Sat, 21 Apr 2001 09:48:00 +0100
40853              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
40854      Branch: perl
40855            ! utils/h2ph.PL
40856 ____________________________________________________________________________
40857 [  9768] By: jhi                                   on 2001/04/21  14:33:49
40858         Log: PerlIO and Encode doc cleanup and tweaks.
40859      Branch: perl
40860            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
40861            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
40862 ____________________________________________________________________________
40863 [  9767] By: jhi                                   on 2001/04/21  12:40:16
40864         Log: Integrate perlio.
40865      Branch: perl
40866           !> doio.c
40867 ____________________________________________________________________________
40868 [  9766] By: nick                                  on 2001/04/20  18:28:35
40869         Log: Avoid core dump on
40870              open(STDOUT,">",\$foo);
40871      Branch: perlio
40872            ! doio.c
40873 ____________________________________________________________________________
40874 [  9765] By: jhi                                   on 2001/04/20  13:23:43
40875         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
40876              From: Robin Houston <robin@kitsite.com>
40877              Date: Fri, 20 Apr 2001 14:29:22 +0100
40878              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
40879      Branch: perl
40880            ! ext/B/B.pm ext/B/B/Deparse.pm
40881 ____________________________________________________________________________
40882 [  9764] By: jhi                                   on 2001/04/20  13:19:33
40883         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
40884              From: Peter Prymmer <pvhp@forte.com>
40885              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
40886              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
40887      Branch: perl
40888            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
40889            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
40890            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
40891            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
40892 ____________________________________________________________________________
40893 [  9763] By: jhi                                   on 2001/04/20  12:36:39
40894         Log: Subject: Re: A new PerlIO coredump
40895              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40896              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
40897              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
40898      Branch: perl
40899            ! doio.c
40900 ____________________________________________________________________________
40901 [  9762] By: jhi                                   on 2001/04/19  23:02:30
40902         Log: Update Changes.
40903      Branch: perl
40904            ! Changes patchlevel.h
40905 ____________________________________________________________________________
40906 [  9761] By: jhi                                   on 2001/04/19  22:59:19
40907         Log: More cleanup cleanup.
40908      Branch: perl
40909            ! Makefile.SH win32/Makefile win32/makefile.mk
40910 ____________________________________________________________________________
40911 [  9760] By: jhi                                   on 2001/04/19  22:50:31
40912         Log: lib/Time is non-empty, let's not rmdir it.
40913      Branch: perl
40914            ! Makefile.SH
40915 ____________________________________________________________________________
40916 [  9759] By: jhi                                   on 2001/04/19  22:36:51
40917         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
40918              From: Robin Houston <robin@kitsite.com>
40919              Date: Fri, 20 Apr 2001 00:18:53 +0100
40920              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
40921      Branch: perl
40922            ! ext/B/B/Deparse.pm
40923 ____________________________________________________________________________
40924 [  9758] By: jhi                                   on 2001/04/19  22:36:00
40925         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
40926              From: Peter Prymmer <pvhp@forte.com>
40927              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
40928              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
40929      Branch: perl
40930            ! ext/Cwd/Cwd.xs
40931 ____________________________________________________________________________
40932 [  9757] By: nick                                  on 2001/04/19  18:53:54
40933         Log: Blind (untested) integrate of mainline.
40934      Branch: perlio
40935           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
40936           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
40937           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
40938           !> (integrate 53 files)
40939 ____________________________________________________________________________
40940 [  9756] By: jhi                                   on 2001/04/19  16:59:23
40941         Log: Document and test Time::Piece.
40942      Branch: perl
40943            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
40944            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
40945 ____________________________________________________________________________
40946 [  9755] By: jhi                                   on 2001/04/19  12:13:29
40947         Log: A better fix for the \x{12345678} trouble from NI-S.
40948      Branch: perl
40949            ! utf8.c
40950 ____________________________________________________________________________
40951 [  9754] By: jhi                                   on 2001/04/19  11:56:07
40952         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
40953              From: Robin Houston <robin@kitsite.com>
40954              Date: Wed, 18 Apr 2001 17:58:33 +0100
40955              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
40956      Branch: perl
40957            ! ext/B/B/Deparse.pm op.c
40958 ____________________________________________________________________________
40959 [  9753] By: jhi                                   on 2001/04/19  04:21:52
40960         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
40961              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
40962              Date: Thu, 19 Apr 2001 01:11:41 -0400
40963              Message-ID: <20010419011141.A5798@cpan.org>
40964      Branch: perl
40965            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
40966 ____________________________________________________________________________
40967 [  9752] By: jhi                                   on 2001/04/19  02:41:10
40968         Log: The new time utils need to be thread-aware, too.
40969      Branch: perl
40970            ! util.c
40971 ____________________________________________________________________________
40972 [  9751] By: jhi                                   on 2001/04/19  02:26:47
40973         Log: Compilation nit noticed by AIX compiler.
40974      Branch: perl
40975            ! perlio.c
40976 ____________________________________________________________________________
40977 [  9750] By: jhi                                   on 2001/04/19  02:20:06
40978         Log: The new time utils need to be public.
40979      Branch: perl
40980            ! embed.pl
40981 ____________________________________________________________________________
40982 [  9749] By: jhi                                   on 2001/04/19  01:42:39
40983         Log: Regen toc.
40984      Branch: perl
40985            ! pod/perltoc.pod
40986 ____________________________________________________________________________
40987 [  9748] By: jhi                                   on 2001/04/19  01:41:10
40988         Log: Add Time::Piece, a slight rewrite of Time::Object,
40989              from Matt Sergeant.
40990      Branch: perl
40991            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
40992            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
40993            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
40994            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
40995            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
40996            ! win32/makefile.mk
40997 ____________________________________________________________________________
40998 [  9747] By: jhi                                   on 2001/04/19  00:55:35
40999         Log: The new metaconfig unit from strftime.
41000      Branch: metaconfig/U/perl
41001            + d_strftime.U
41002 ____________________________________________________________________________
41003 [  9746] By: jhi                                   on 2001/04/19  00:54:54
41004         Log: Move the strftime() wrapper from POSIX.xs to util.c
41005              as my_strftime(), requires HAS_STRFTIME.
41006      Branch: perl
41007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41008            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
41009            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
41010            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41011            ! vos/config.ga.h win32/config.bc win32/config.gc
41012            ! win32/config.vc
41013 ____________________________________________________________________________
41014 [  9745] By: jhi                                   on 2001/04/18  23:11:03
41015         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
41016              in preparation of Time::Piece.
41017      Branch: perl
41018            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
41019 ____________________________________________________________________________
41020 [  9744] By: jhi                                   on 2001/04/18  22:33:12
41021         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
41022              From: Peter Prymmer <pvhp@forte.com>
41023              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
41024              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
41025      Branch: perl
41026            ! t/lib/exporter.t
41027 ____________________________________________________________________________
41028 [  9743] By: jhi                                   on 2001/04/18  22:32:23
41029         Log: Subject: Fwd: pod2html leaves cache files lying around?
41030              From: Rajesh Vaidheeswarran <rv@gnu.org>
41031              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
41032              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
41033      Branch: perl
41034            ! lib/Pod/Html.pm
41035 ____________________________________________________________________________
41036 [  9742] By: jhi                                   on 2001/04/18  20:31:49
41037         Log: Update Changes.
41038      Branch: perl
41039            ! Changes patchlevel.h
41040 ____________________________________________________________________________
41041 [  9741] By: jhi                                   on 2001/04/18  20:23:02
41042         Log: Declare hints only if needed.
41043      Branch: perl
41044            ! ext/B/B/Deparse.pm
41045 ____________________________________________________________________________
41046 [  9740] By: jhi                                   on 2001/04/18  19:06:05
41047         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
41048              bug noticed by Robin Houston; basically the code of detecting
41049              value wraparound was acting differently under different compilers
41050              and platforms.  The workaround is to remove the overflow check
41051              for now, a real fix would be to do the overflow (portably) right.
41052      Branch: perl
41053            ! t/op/pat.t utf8.c
41054 ____________________________________________________________________________
41055 [  9739] By: jhi                                   on 2001/04/18  19:01:23
41056         Log: Subject: [PATCH B::Deparse] some pragma support
41057              From: Robin Houston <robin@kitsite.com>
41058              Date: Wed, 18 Apr 2001 19:32:12 +0100
41059              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
41060      Branch: perl
41061            ! ext/B/B/Deparse.pm
41062 ____________________________________________________________________________
41063 [  9738] By: jhi                                   on 2001/04/18  15:16:37
41064         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
41065              From: Benjamin Sugars <bsugars@canoe.ca>
41066              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
41067              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
41068      Branch: perl
41069            ! t/op/glob.t
41070 ____________________________________________________________________________
41071 [  9737] By: jhi                                   on 2001/04/18  13:24:50
41072         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
41073              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41074              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
41075              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
41076      Branch: perl
41077            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
41078            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
41079 ____________________________________________________________________________
41080 [  9736] By: jhi                                   on 2001/04/18  04:15:14
41081         Log: The #9735 also changes the subtest 12.
41082      Branch: perl
41083            ! t/lib/b.t
41084 ____________________________________________________________________________
41085 [  9735] By: jhi                                   on 2001/04/18  03:55:17
41086         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
41087              From: David Dyck <dcd@tc.fluke.com>
41088              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
41089              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
41090      Branch: perl
41091            ! ext/B/B/Deparse.pm
41092 ____________________________________________________________________________
41093 [  9734] By: jhi                                   on 2001/04/18  03:54:11
41094         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
41095              From: Gisle Aas <gisle@ActiveState.com>
41096              Date: 17 Apr 2001 19:06:45 -0700
41097              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
41098      Branch: perl
41099            ! pp_hot.c t/op/misc.t
41100 ____________________________________________________________________________
41101 [  9733] By: jhi                                   on 2001/04/17  22:25:22
41102         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
41103              From: "Abigail" <abigail@foad.org>
41104              Date: Wed, 18 Apr 2001 01:17:46 +0200
41105              Message-ID: <20010417231746.21657.qmail@foad.org>
41106      Branch: perl
41107            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
41108 ____________________________________________________________________________
41109 [  9732] By: jhi                                   on 2001/04/17  20:47:56
41110         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
41111              From: Robin Houston <robin@kitsite.com>
41112              Date: Tue, 17 Apr 2001 22:37:42 +0100
41113              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
41114      Branch: perl
41115            ! ext/B/B/Deparse.pm
41116 ____________________________________________________________________________
41117 [  9731] By: nick                                  on 2001/04/17  20:46:35
41118         Log: Re-sync for t/lib/b.t fix
41119      Branch: perlio
41120           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
41121 ____________________________________________________________________________
41122 [  9730] By: jhi                                   on 2001/04/17  20:45:29
41123         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
41124              From: Robin Houston <robin@kitsite.com>
41125              Date: Tue, 17 Apr 2001 22:29:36 +0100
41126              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
41127      Branch: perl
41128            ! ext/B/B.xs ext/B/B/Deparse.pm
41129 ____________________________________________________________________________
41130 [  9729] By: jhi                                   on 2001/04/17  20:43:11
41131         Log: Subject: Deparse - parenthesise args to undeclared subs
41132              From: Robin Houston <robin@kitsite.com>
41133              Date: Tue, 17 Apr 2001 21:31:05 +0100
41134              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
41135      Branch: perl
41136            ! ext/B/B/Deparse.pm
41137 ____________________________________________________________________________
41138 [  9728] By: jhi                                   on 2001/04/17  18:57:30
41139         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
41140              From: Benjamin Sugars <ben.sugars@home.com>
41141              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
41142              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
41143      Branch: perl
41144            ! t/lib/cwd.t
41145 ____________________________________________________________________________
41146 [  9727] By: jhi                                   on 2001/04/17  18:20:20
41147         Log: Subject: [PATCH B::Deparse] ambient pragmas
41148              From: Robin Houston <robin@kitsite.com>
41149              Date: Tue, 17 Apr 2001 20:01:59 +0100
41150              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
41151      Branch: perl
41152            ! ext/B/B/Deparse.pm t/lib/b.t
41153 ____________________________________________________________________________
41154 [  9726] By: nick                                  on 2001/04/17  16:33:51
41155         Log: Integrate mainline (t/lib/b.t fails test 2...)
41156      Branch: perlio
41157           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
41158           +> ext/List/Util/README ext/List/Util/Util.xs
41159           +> ext/List/Util/lib/List/Util.pm
41160           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
41161           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
41162           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
41163           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
41164           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
41165           !> (integrate 31 files)
41166 ____________________________________________________________________________
41167 [  9725] By: jhi                                   on 2001/04/17  12:14:24
41168         Log: Subject: multiple B::* changes
41169              From: Robin Houston <robin@kitsite.com>
41170              Date: Thu, 12 Apr 2001 20:12:27 +0100
41171              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
41172      Branch: perl
41173            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
41174 ____________________________________________________________________________
41175 [  9724] By: jhi                                   on 2001/04/17  11:59:05
41176         Log: Thread-awareness from Doug MacEachern.
41177      Branch: perl
41178            ! ext/List/Util/Util.xs
41179 ____________________________________________________________________________
41180 [  9723] By: jhi                                   on 2001/04/17  11:57:41
41181         Log: Make the test more portable.
41182      Branch: perl
41183            ! t/lib/cwd.t
41184 ____________________________________________________________________________
41185 [  9722] By: jhi                                   on 2001/04/17  11:53:50
41186         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
41187              From: Benjamin Sugars <ben.sugars@home.com>
41188              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
41189              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
41190      Branch: perl
41191            ! t/lib/cwd.t
41192 ____________________________________________________________________________
41193 [  9721] By: jhi                                   on 2001/04/17  11:52:17
41194         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
41195              From: Benjamin Sugars <bsugars@canoe.ca>
41196              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
41197              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
41198      Branch: perl
41199            ! op.c
41200 ____________________________________________________________________________
41201 [  9720] By: jhi                                   on 2001/04/17  11:35:42
41202         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
41203              From: Chris Nandor <pudge@pobox.com>
41204              Date: Tue, 17 Apr 2001 00:30:49 -0400
41205              Message-Id: <p05100207b701768712de@[10.0.1.177]>
41206      Branch: perl
41207            ! ext/File/Glob/bsd_glob.c gv.c
41208 ____________________________________________________________________________
41209 [  9719] By: jhi                                   on 2001/04/17  11:32:13
41210         Log: Subject: [PATCH] Tweten->West
41211              From: Casey West <casey@geeknest.com>
41212              Date: Mon, 16 Apr 2001 12:11:22 -0400
41213              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
41214      Branch: perl
41215            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
41216            ! pod/perltie.pod
41217 ____________________________________________________________________________
41218 [  9718] By: jhi                                   on 2001/04/16  03:22:52
41219         Log: Update Changes.
41220      Branch: perl
41221            ! Changes patchlevel.h
41222 ____________________________________________________________________________
41223 [  9717] By: jhi                                   on 2001/04/16  03:06:28
41224         Log: Regen toc.
41225      Branch: perl
41226            ! pod/perltoc.pod
41227 ____________________________________________________________________________
41228 [  9716] By: jhi                                   on 2001/04/16  02:58:42
41229         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
41230              From: Prymmer/Kahn <pvhp@best.com>
41231              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
41232              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
41233      Branch: perl
41234            ! utf8.c
41235 ____________________________________________________________________________
41236 [  9715] By: jhi                                   on 2001/04/15  23:40:35
41237         Log: Subject: Re: Net::Ping patch, adds stream protocol
41238              From: bronson@rinspin.com (Scott Bronson)
41239              Date: Tue, 10 Apr 2001 23:58:33 -0700
41240              Message-ID: <20010410235833.N29719@rinspin.com>
41241      Branch: perl
41242            ! lib/Net/Ping.pm
41243 ____________________________________________________________________________
41244 [  9714] By: jhi                                   on 2001/04/15  23:31:46
41245         Log: Printing out the ok messages helps successful testing.
41246      Branch: perl
41247            ! t/lib/time-hires.t
41248 ____________________________________________________________________________
41249 [  9713] By: jhi                                   on 2001/04/15  21:43:24
41250         Log: Update Douglas Wegscheid's email.
41251      Branch: perl
41252            ! AUTHORS
41253 ____________________________________________________________________________
41254 [  9712] By: jhi                                   on 2001/04/15  21:40:41
41255         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
41256              From: Michael G Schwern <schwern@pobox.com>
41257              Date: Sat, 14 Apr 2001 22:40:50 +0100
41258              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
41259      Branch: perl
41260            + t/lib/exporter.t
41261            ! MANIFEST lib/Exporter/Heavy.pm
41262 ____________________________________________________________________________
41263 [  9711] By: jhi                                   on 2001/04/15  21:39:21
41264         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
41265              From: Michael G Schwern <schwern@pobox.com>
41266              Date: Sat, 14 Apr 2001 22:13:59 +0100
41267              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
41268      Branch: perl
41269            ! t/op/loopctl.t
41270 ____________________________________________________________________________
41271 [  9710] By: jhi                                   on 2001/04/15  21:30:19
41272         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
41273              From: Michael G Schwern <schwern@pobox.com>
41274              Date: Sat, 14 Apr 2001 22:05:32 +0100
41275              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
41276      Branch: perl
41277            ! t/pragma/warnings.t
41278 ____________________________________________________________________________
41279 [  9709] By: jhi                                   on 2001/04/15  19:34:09
41280         Log: Integrate changes #9706,9707 from maintperl into mainline.
41281              
41282              change#7210 broke .packlist generation
41283              
41284              ExtUtils::Installed doesn't quote regex metacharacters in paths
41285              before using them in match; also make it work for dosish platforms
41286      Branch: perl
41287           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
41288 ____________________________________________________________________________
41289 [  9708] By: jhi                                   on 2001/04/15  19:31:01
41290         Log: Test also the scalar aspect of getitimer().
41291      Branch: perl
41292            ! t/lib/time-hires.t
41293 ____________________________________________________________________________
41294 [  9707] By: gsar                                  on 2001/04/15  17:24:20
41295         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
41296              before using them in match; also make it work for dosish platforms
41297      Branch: maint-5.6/perl
41298            ! lib/ExtUtils/Installed.pm
41299 ____________________________________________________________________________
41300 [  9706] By: gsar                                  on 2001/04/15  17:21:59
41301         Log: change#7210 broke .packlist generation (listed only filename
41302              rather than fully qualified path name)
41303      Branch: maint-5.6/perl
41304            ! lib/ExtUtils/Install.pm
41305 ____________________________________________________________________________
41306 [  9705] By: jhi                                   on 2001/04/15  12:36:33
41307         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
41308      Branch: perl
41309            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
41310            ! t/lib/time-hires.t
41311 ____________________________________________________________________________
41312 [  9704] By: jhi                                   on 2001/04/15  10:49:08
41313         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
41314              From: Prymmer/Kahn <pvhp@best.com>
41315              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
41316              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
41317      Branch: perl
41318            ! lib/utf8.pm pod/perlebcdic.pod
41319 ____________________________________________________________________________
41320 [  9703] By: jhi                                   on 2001/04/15  02:26:26
41321         Log: I keep forgetting to sort MANIFEST.
41322      Branch: perl
41323            ! MANIFEST
41324 ____________________________________________________________________________
41325 [  9702] By: jhi                                   on 2001/04/15  02:07:47
41326         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
41327              Now we have blessed, reftype, tainted, first, reduce, ...
41328      Branch: perl
41329            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
41330            + ext/List/Util/README ext/List/Util/Util.xs
41331            + ext/List/Util/lib/List/Util.pm
41332            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
41333            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
41334            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
41335            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
41336            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
41337            ! MANIFEST
41338 ____________________________________________________________________________
41339 [  9701] By: jhi                                   on 2001/04/14  15:05:25
41340         Log: Subject: RE: dprofpp.pl updates 
41341              From: Carl Eklof <CEklof@endeca.com>
41342              Date: Thu, 12 Apr 2001 18:45:46 -0400
41343              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
41344      Branch: perl
41345            ! utils/dprofpp.PL
41346 ____________________________________________________________________________
41347 [  9700] By: jhi                                   on 2001/04/14  14:44:55
41348         Log: Do not just blindly add CR.
41349      Branch: perl
41350            ! Porting/makerel
41351 ____________________________________________________________________________
41352 [  9699] By: jhi                                   on 2001/04/13  13:17:01
41353         Log: Update Changes.
41354      Branch: perl
41355            ! Changes patchlevel.h
41356 ____________________________________________________________________________
41357 [  9698] By: jhi                                   on 2001/04/13  12:44:48
41358         Log: Integrate perlio.
41359      Branch: perl
41360           !> ext/PerlIO/Scalar/Scalar.xs
41361 ____________________________________________________________________________
41362 [  9697] By: jhi                                   on 2001/04/13  12:29:15
41363         Log: Add more debug output to the test.
41364      Branch: perl
41365            ! t/lib/cwd.t
41366 ____________________________________________________________________________
41367 [  9696] By: nick                                  on 2001/04/13  10:14:29
41368         Log: Fix core dump on binmode($fh,'Scalar')
41369      Branch: perlio
41370            ! ext/PerlIO/Scalar/Scalar.xs
41371 ____________________________________________________________________________
41372 [  9695] By: nick                                  on 2001/04/13  09:05:42
41373         Log: Integrate mainline
41374      Branch: perlio
41375           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41376           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
41377           +> t/lib/time-hires.t
41378           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
41379           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
41380           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
41381           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
41382           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
41383           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
41384           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
41385 ____________________________________________________________________________
41386 [  9694] By: jhi                                   on 2001/04/12  22:23:35
41387         Log: Integrate change #9693 from maintperl into mainline.
41388              
41389              $VERSION and Version() on the same line provokes a warning from
41390              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
41391      Branch: perl
41392           !> lib/Devel/SelfStubber.pm
41393 ____________________________________________________________________________
41394 [  9693] By: gsar                                  on 2001/04/12  21:55:56
41395         Log: $VERSION and Version() on the same line provokes a warning from
41396              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
41397      Branch: maint-5.6/perl
41398            ! lib/Devel/SelfStubber.pm
41399 ____________________________________________________________________________
41400 [  9692] By: jhi                                   on 2001/04/12  13:54:00
41401         Log: This is at least 5.005.
41402      Branch: perl
41403            ! ext/Time/HiRes/HiRes.xs
41404 ____________________________________________________________________________
41405 [  9691] By: jhi                                   on 2001/04/12  13:37:20
41406         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
41407      Branch: perl
41408            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
41409            ! win32/Makefile win32/makefile.mk
41410 ____________________________________________________________________________
41411 [  9690] By: jhi                                   on 2001/04/12  01:34:46
41412         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
41413      Branch: perl
41414            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41415            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
41416            + t/lib/time-hires.t
41417            ! MANIFEST
41418 ____________________________________________________________________________
41419 [  9689] By: jhi                                   on 2001/04/12  00:28:39
41420         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
41421              From: Gisle Aas <gisle@ActiveState.com>
41422              Date: 11 Apr 2001 16:36:11 -0700
41423              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
41424      Branch: perl
41425            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
41426 ____________________________________________________________________________
41427 [  9688] By: jhi                                   on 2001/04/12  00:27:39
41428         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
41429              From: Gisle Aas <gisle@ActiveState.com>
41430              Date: 11 Apr 2001 11:13:24 -0700
41431              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
41432      Branch: perl
41433            ! ext/MIME/Base64/Base64.xs
41434 ____________________________________________________________________________
41435 [  9687] By: jhi                                   on 2001/04/11  19:51:47
41436         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
41437      Branch: perl
41438            ! Todo-5.6
41439 ____________________________________________________________________________
41440 [  9686] By: jhi                                   on 2001/04/11  16:54:25
41441         Log: Subject: [PATCH opcode.pl] Documentation of table format
41442              From: Simon Cozens <simon@netthink.co.uk>
41443              Date: Wed, 11 Apr 2001 12:59:31 +0100
41444              Message-ID: <20010411125931.A25681@netthink.co.uk>
41445      Branch: perl
41446            ! opcode.pl
41447 ____________________________________________________________________________
41448 [  9685] By: jhi                                   on 2001/04/11  16:53:15
41449         Log: Subject: [PATCH] prototype("CORE::recv")
41450              From: Simon Cozens <simon@netthink.co.uk>
41451              Date: Wed, 11 Apr 2001 13:24:35 +0100
41452              Message-ID: <20010411132435.A26169@netthink.co.uk>
41453      Branch: perl
41454            ! pp.c t/comp/proto.t
41455 ____________________________________________________________________________
41456 [  9684] By: jhi                                   on 2001/04/11  16:47:13
41457         Log: FAQ (and AUTHORS) update from Dan Carson: the information
41458              was several years obsolete, Term::Readkey has been updated
41459              to have the functionality.
41460      Branch: perl
41461            ! AUTHORS pod/perlfaq5.pod
41462 ____________________________________________________________________________
41463 [  9683] By: jhi                                   on 2001/04/11  12:15:46
41464         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
41465              From: Calle Dybedahl <calle@lysator.liu.se>
41466              Date: 10 Apr 2001 16:44:16 +0200
41467              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
41468      Branch: perl
41469            ! ext/MIME/Base64/Base64.xs
41470 ____________________________________________________________________________
41471 [  9682] By: jhi                                   on 2001/04/11  12:12:26
41472         Log: A more minimal fix for 20010410.006 from Hugo.
41473      Branch: perl
41474            ! regexec.c
41475 ____________________________________________________________________________
41476 [  9681] By: jhi                                   on 2001/04/11  11:34:23
41477         Log: Integrate changes #9678,9679 from maintline into mainperl.
41478              
41479              addendum to change#9676
41480              
41481              up $File::Glob::VERSION; add a note pointing out the version of
41482              the OpenBSD glob bsd_glob.c resembles
41483      Branch: perl
41484           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
41485           !> ext/File/Glob/bsd_glob.h
41486 ____________________________________________________________________________
41487 [  9680] By: jhi                                   on 2001/04/11  11:30:38
41488         Log: Bad test numbering in integrate in #9677.
41489              Fixes ID 20010411.001.
41490      Branch: perl
41491            ! t/op/pat.t
41492 ____________________________________________________________________________
41493 [  9679] By: gsar                                  on 2001/04/11  03:38:40
41494         Log: up $File::Glob::VERSION; add a note pointing out the version of
41495              the OpenBSD glob bsd_glob.c resembles
41496      Branch: maint-5.6/perl
41497            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
41498            ! ext/File/Glob/bsd_glob.h
41499 ____________________________________________________________________________
41500 [  9678] By: gsar                                  on 2001/04/11  03:09:48
41501         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
41502              revision 1.8.10.1 found here:
41503              
41504              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
41505      Branch: maint-5.6/perl
41506            ! ext/File/Glob/bsd_glob.c
41507 ____________________________________________________________________________
41508 [  9677] By: jhi                                   on 2001/04/11  02:54:39
41509         Log: Integrate changes #9675,9676 from maintperl into mainline.
41510              
41511              fix for bug 20010410.006, undo change#7115
41512              
41513              port the OpenBSD glob() security patch
41514      Branch: perl
41515           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
41516           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
41517           !> t/op/pat.t
41518 ____________________________________________________________________________
41519 [  9676] By: gsar                                  on 2001/04/11  02:19:02
41520         Log: port the glob() security patch found at:
41521              
41522              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
41523              
41524              CERT advisory for the issue is here:
41525              
41526              http://www.cert.org/advisories/CA-2001-07.html
41527              
41528              Note that the security scare is only relevant for those who are
41529              foolish enough to build suidperl (which is now officially discouraged)
41530      Branch: maint-5.6/perl
41531            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
41532            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
41533 ____________________________________________________________________________
41534 [  9675] By: gsar                                  on 2001/04/10  23:52:11
41535         Log: fix for bug 20010410.006
41536              
41537              undo change#7115 (came into maint-5.6 as change#8156)
41538              
41539              add tests to keep it from coming back
41540      Branch: maint-5.6/perl
41541            ! regexec.c t/op/pat.t
41542 ____________________________________________________________________________
41543 [  9674] By: nick                                  on 2001/04/10  20:39:31
41544         Log: Integrate mainline
41545      Branch: perlio
41546           +> Porting/testall.atom
41547           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
41548           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
41549           !> t/lib/lc-uk.t t/pod/find.t
41550 ____________________________________________________________________________
41551 [  9673] By: nick                                  on 2001/04/10  18:46:14
41552         Log: Integrate against change 9670 aka perl-5.7.1
41553      Branch: perlio
41554           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
41555           !> (integrate 53 files)
41556 ____________________________________________________________________________
41557 [  9672] By: jhi                                   on 2001/04/10  13:45:01
41558         Log: Add a script for doing cumulative profile of the test suite.
41559              (Requires ATOM, that is, Tru64.)
41560      Branch: perl
41561            + Porting/testall.atom
41562            ! MANIFEST
41563 ____________________________________________________________________________
41564 [  9671] By: jhi                                   on 2001/04/10  12:38:53
41565         Log: Missing std block.
41566      Branch: perl
41567            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
41568            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
41569            ! t/pod/find.t
41570 ____________________________________________________________________________
41571 [  9670] By: jhi                                   on 2001/04/10  01:25:58
41572         Log: This is 5.7.1.
41573      Branch: perl
41574            ! patchlevel.h
41575 ____________________________________________________________________________
41576 [  9669] By: jhi                                   on 2001/04/10  01:09:14
41577         Log: Update Changes.
41578      Branch: perl
41579            ! Changes patchlevel.h
41580 ____________________________________________________________________________
41581 [  9668] By: jhi                                   on 2001/04/10  01:00:38
41582         Log: Regen toc.
41583      Branch: perl
41584            ! pod/perltoc.pod
41585 ____________________________________________________________________________
41586 [  9667] By: jhi                                   on 2001/04/10  00:52:16
41587         Log: Update perlhist.
41588      Branch: perl
41589            ! pod/perlhist.pod
41590 ____________________________________________________________________________
41591 [  9666] By: jhi                                   on 2001/04/09  23:38:59
41592         Log: Slight wording tweaks from Damian to #9658.
41593      Branch: perl
41594            ! pod/perlobj.pod
41595 ____________________________________________________________________________
41596 [  9665] By: jhi                                   on 2001/04/09  19:56:06
41597         Log: Subject: [PATCH perlutil.pod] Nit
41598              From: Simon Cozens <simon@netthink.co.uk>
41599              Date: Mon, 9 Apr 2001 20:29:44 +0100
41600              Message-ID: <20010409202944.A14796@the.earth.li>
41601      Branch: perl
41602            ! pod/perlutil.pod
41603 ____________________________________________________________________________
41604 [  9664] By: jhi                                   on 2001/04/09  19:54:42
41605         Log: Subject: Re: perl571delta.pod@9631
41606              From: Mike Guy <mjtg@cam.ac.uk>
41607              Date: Mon, 09 Apr 2001 18:09:14 +0100
41608              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
41609      Branch: perl
41610            ! pod/perl571delta.pod
41611 ____________________________________________________________________________
41612 [  9663] By: jhi                                   on 2001/04/09  13:43:35
41613         Log: Update Changes.
41614      Branch: perl
41615            ! Changes patchlevel.h
41616 ____________________________________________________________________________
41617 [  9662] By: jhi                                   on 2001/04/09  13:24:46
41618         Log: tweak tweak.
41619      Branch: perl
41620            ! AUTHORS pod/perl571delta.pod
41621 ____________________________________________________________________________
41622 [  9661] By: jhi                                   on 2001/04/09  13:15:13
41623         Log: Thinko in manual patch applying.
41624      Branch: perl
41625            ! sv.c
41626 ____________________________________________________________________________
41627 [  9660] By: jhi                                   on 2001/04/09  13:07:53
41628         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
41629              From: Robin Barker <rmb1@cise.npl.co.uk> 
41630              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
41631              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
41632              
41633              (This corrects the case where the "isn't numeric" string contains \0s
41634              and is longer than the temporary buffer, and contains \0 at the point
41635              the string would be truncated by "...".) 
41636      Branch: perl
41637            ! sv.c
41638 ____________________________________________________________________________
41639 [  9659] By: jhi                                   on 2001/04/09  12:57:41
41640         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
41641      Branch: perl
41642            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
41643            ! t/lib/cgi-function.t t/lib/cgi-html.t
41644 ____________________________________________________________________________
41645 [  9658] By: jhi                                   on 2001/04/09  12:48:47
41646         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
41647              From: Ilmari Karonen <iltzu@sci.fi>
41648              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
41649              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
41650              
41651              Rearrange and rewrite the Method Invocation section
41652              to explain the concepts in nicer order.
41653      Branch: perl
41654            ! pod/perlobj.pod
41655 ____________________________________________________________________________
41656 [  9657] By: jhi                                   on 2001/04/09  12:35:58
41657         Log: Upgrade to podlators 1.09, from Russ Allbery.
41658      Branch: perl
41659            ! lib/Pod/Man.pm lib/Pod/Text.pm
41660 ____________________________________________________________________________
41661 [  9656] By: jhi                                   on 2001/04/09  12:31:53
41662         Log: perl571delta.
41663      Branch: perl
41664            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
41665 ____________________________________________________________________________
41666 [  9655] By: jhi                                   on 2001/04/09  12:20:09
41667         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
41668              From: Prymmer/Kahn <pvhp@best.com>
41669              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
41670              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
41671      Branch: perl
41672            ! lib/utf8.pm pod/perlunicode.pod
41673 ____________________________________________________________________________
41674 [  9654] By: gsar                                  on 2001/04/09  03:38:33
41675         Log: here lies 5.6.1
41676      Branch: maint-5.6/perl
41677            ! Changes
41678 ____________________________________________________________________________
41679 [  9653] By: jhi                                   on 2001/04/09  03:25:24
41680         Log: Update perlhist.
41681      Branch: perl
41682            ! pod/perlhist.pod
41683 ____________________________________________________________________________
41684 [  9652] By: jhi                                   on 2001/04/09  03:18:49
41685         Log: perl571delta tweaking continues.
41686      Branch: perl
41687            ! pod/perl571delta.pod
41688 ____________________________________________________________________________
41689 [  9651] By: gsar                                  on 2001/04/09  03:11:19
41690         Log: update Changes, patchlevel.h &c.
41691      Branch: maint-5.6/perl
41692            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
41693            ! pod/perltoc.pod
41694 ____________________________________________________________________________
41695 [  9650] By: jhi                                   on 2001/04/09  02:40:24
41696         Log: Integrate the perlfork half of #9513 from maintperl into mainline
41697              (the perlunicode half is obsolete)
41698      Branch: perl
41699            ! pod/perlfork.pod
41700 ____________________________________________________________________________
41701 [  9649] By: gsar                                  on 2001/04/09  02:35:43
41702         Log: tweak perldelta as suggested by Jarkko
41703      Branch: maint-5.6/perl
41704            ! pod/perldelta.pod
41705 ____________________________________________________________________________
41706 [  9648] By: jhi                                   on 2001/04/09  02:13:04
41707         Log: Integrate change #9646 from maintperl into mainline.
41708              
41709              add note about ithreads and Thread.pm
41710      Branch: perl
41711           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
41712 ____________________________________________________________________________
41713 [  9647] By: jhi                                   on 2001/04/09  02:10:18
41714         Log: Bad assumption that shortsize == 2.
41715      Branch: perl
41716            ! t/lib/xs-typemap.t
41717 ____________________________________________________________________________
41718 [  9646] By: gsar                                  on 2001/04/09  00:48:04
41719         Log: add note about ithreads and Thread.pm (too many people are
41720              confused by the fact that Thread.pm is built and installed
41721              under non-5005threads but doesn't work)
41722      Branch: maint-5.6/perl
41723            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
41724 ____________________________________________________________________________
41725 [  9645] By: gsar                                  on 2001/04/09  00:19:03
41726         Log: update perldelta.pod for changes in 5.6.1
41727      Branch: maint-5.6/perl
41728            ! Changes pod/perldelta.pod
41729 ____________________________________________________________________________
41730 [  9644] By: jhi                                   on 2001/04/08  20:37:00
41731         Log: Integrate change #9639 from maintperl into mainline:
41732              on windows, many of the README.* pods were being copied to
41733              the wrong location
41734      Branch: perl
41735           !> win32/Makefile win32/makefile.mk
41736 ____________________________________________________________________________
41737 [  9643] By: jhi                                   on 2001/04/08  20:07:11
41738         Log: Integrate change #9624 from maintperl into mainline:
41739              the pod tests were not okay.  (t/pod/find.t changes ignored)
41740      Branch: perl
41741           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
41742           !> t/pod/include.t t/pod/included.t t/pod/lref.t
41743           !> t/pod/multiline_items.t t/pod/nested_items.t
41744           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
41745           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
41746 ____________________________________________________________________________
41747 [  9642] By: jhi                                   on 2001/04/08  19:57:17
41748         Log: Integrate change #9638 from maintperl into mainline:
41749              update to latest JPL from the anoncvs repository
41750      Branch: perl
41751           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
41752           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41753           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
41754 ____________________________________________________________________________
41755 [  9641] By: jhi                                   on 2001/04/08  19:53:30
41756         Log: perl571delta updates.
41757      Branch: perl
41758            ! lib/Filter/Simple.pm pod/perl571delta.pod
41759 ____________________________________________________________________________
41760 [  9640] By: gsar                                  on 2001/04/08  19:20:46
41761         Log: integrate change#9634 from mainline
41762              
41763              Fix the perlmodlib generation (didn't understand separate .pod
41764              files; didn't understand -- as the name-thing separator).
41765              Update the CPAN mirrors list.
41766      Branch: maint-5.6/perl
41767            ! pod/perlmodlib.pod
41768           !> pod/perlmodlib.PL
41769 ____________________________________________________________________________
41770 [  9639] By: gsar                                  on 2001/04/08  18:57:31
41771         Log: on windows, many of the README.* pods were being copied to the wrong
41772              location
41773      Branch: maint-5.6/perl
41774            ! win32/Makefile win32/makefile.mk
41775 ____________________________________________________________________________
41776 [  9638] By: gsar                                  on 2001/04/08  18:38:25
41777         Log: update to latest JPL from the anoncvs repository
41778      Branch: maint-5.6/perl
41779            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
41780            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41781            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
41782 ____________________________________________________________________________
41783 [  9637] By: jhi                                   on 2001/04/08  17:53:53
41784         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
41785      Branch: perl
41786            ! pod/perl571delta.pod
41787 ____________________________________________________________________________
41788 [  9636] By: jhi                                   on 2001/04/08  17:18:32
41789         Log: Regen toc.
41790      Branch: perl
41791            ! pod/perltoc.pod
41792 ____________________________________________________________________________
41793 [  9635] By: jhi                                   on 2001/04/08  17:16:33
41794         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
41795              From: "Craig A. Berry" <craigberry@mac.com>
41796              Date: Sun, 08 Apr 2001 12:30:16 -0500
41797              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
41798      Branch: perl
41799            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
41800 ____________________________________________________________________________
41801 [  9634] By: jhi                                   on 2001/04/08  17:09:19
41802         Log: Fix the perlmodlib generation (didn't understand separate .pod
41803              files; didn't understand -- as the name-thing separator).
41804              
41805              Update the CPAN mirrors list.
41806      Branch: perl
41807            ! pod/perlmodlib.PL pod/perlmodlib.pod
41808 ____________________________________________________________________________
41809 [  9633] By: jhi                                   on 2001/04/08  16:49:17
41810         Log: Sort MANIFEST.
41811      Branch: perl
41812            ! MANIFEST
41813 ____________________________________________________________________________
41814 [  9632] By: gsar                                  on 2001/04/08  16:36:06
41815         Log: add $Tie::RefHash::VERSION
41816      Branch: maint-5.6/perl
41817            ! lib/Tie/RefHash.pm
41818 ____________________________________________________________________________
41819 [  9631] By: jhi                                   on 2001/04/08  16:10:15
41820         Log: perl571delta updates based on p5p feedback; still needs
41821              lots of examples.
41822      Branch: perl
41823            ! pod/perl571delta.pod
41824 ____________________________________________________________________________
41825 [  9630] By: jhi                                   on 2001/04/08  15:59:13
41826         Log: Update the list of supported platforms to talk about 5.7.1
41827              (and 5.6.1)
41828      Branch: perl
41829            ! pod/perlport.pod
41830 ____________________________________________________________________________
41831 [  9629] By: jhi                                   on 2001/04/08  15:55:41
41832         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
41833              from maintperl into mainline: perlport updates.
41834      Branch: perl
41835            ! pod/perlport.pod
41836 ____________________________________________________________________________
41837 [  9628] By: jhi                                   on 2001/04/08  15:53:17
41838         Log: perlsolaris.pod copied to wrong directory.
41839      Branch: perl
41840            ! win32/makefile.mk
41841 ____________________________________________________________________________
41842 [  9627] By: jhi                                   on 2001/04/08  14:48:18
41843         Log: Subject: Typos in perl571delta.pod
41844              From: "Stephen P. Potter" <spp@spotter.yi.org>
41845              Date: Sat, 07 Apr 2001 20:37:05 -0400
41846              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
41847      Branch: perl
41848            ! pod/perl571delta.pod
41849 ____________________________________________________________________________
41850 [  9626] By: jhi                                   on 2001/04/08  14:39:04
41851         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
41852      Branch: perl
41853            ! gv.c
41854 ____________________________________________________________________________
41855 [  9625] By: nick                                  on 2001/04/08  10:14:23
41856         Log: Integrate mainline
41857      Branch: perlio
41858           +> pod/perl570delta.pod pod/perl571delta.pod
41859           !> (integrate 27 files)
41860 ____________________________________________________________________________
41861 [  9624] By: gsar                                  on 2001/04/08  06:08:17
41862         Log: test in t/pod/* were busted
41863              
41864              these tests are still not enabled in t/{harness,TEST}
41865      Branch: maint-5.6/perl
41866            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
41867            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
41868            ! t/pod/multiline_items.t t/pod/nested_items.t
41869            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
41870            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
41871 ____________________________________________________________________________
41872 [  9623] By: gsar                                  on 2001/04/08  03:37:01
41873         Log: integrate change#9470 from mainline
41874              
41875              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
41876      Branch: maint-5.6/perl
41877           !> ext/Socket/Socket.xs
41878 ____________________________________________________________________________
41879 [  9622] By: jhi                                   on 2001/04/07  22:40:47
41880         Log: Update Changes.
41881      Branch: perl
41882            ! Changes patchlevel.h
41883 ____________________________________________________________________________
41884 [  9621] By: jhi                                   on 2001/04/07  22:34:16
41885         Log: Update AUTHORS.
41886      Branch: perl
41887            ! AUTHORS
41888 ____________________________________________________________________________
41889 [  9620] By: jhi                                   on 2001/04/07  22:12:47
41890         Log: Forgot to bump the number of tests in #9164.
41891      Branch: perl
41892            ! t/op/array.t
41893 ____________________________________________________________________________
41894 [  9619] By: jhi                                   on 2001/04/07  22:09:50
41895         Log: Bump patchlevel to 5.7.1.
41896      Branch: perl
41897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41898            ! config_h.SH patchlevel.h
41899 ____________________________________________________________________________
41900 [  9618] By: jhi                                   on 2001/04/07  22:02:41
41901         Log: Populate perl571delta.
41902      Branch: perl
41903            ! pod/perl571delta.pod
41904 ____________________________________________________________________________
41905 [  9617] By: jhi                                   on 2001/04/07  22:01:23
41906         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
41907              to forget it later; do not change patchlevel.h yet or regenerate
41908              Configure yet.
41909      Branch: perl
41910            ! epoc/config.sh win32/Makefile win32/config_H.bc
41911            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
41912 ____________________________________________________________________________
41913 [  9616] By: jhi                                   on 2001/04/07  17:46:33
41914         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
41915      Branch: perl
41916            ! pod/perl571delta.pod
41917 ____________________________________________________________________________
41918 [  9615] By: jhi                                   on 2001/04/07  17:33:21
41919         Log: Change the toc configuration.
41920      Branch: perl
41921            ! pod/buildtoc.PL pod/perl.pod
41922 ____________________________________________________________________________
41923 [  9614] By: jhi                                   on 2001/04/07  17:29:47
41924         Log: Subject: PATCH: $[
41925              From: Robin Houston <robin@kitsite.com>
41926              Date: Fri, 6 Apr 2001 18:10:14 +0100
41927              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
41928      Branch: perl
41929            ! op.c t/op/array.t
41930 ____________________________________________________________________________
41931 [  9613] By: jhi                                   on 2001/04/07  17:28:26
41932         Log: Subject: [PATCH perl@9424] isn't numeric warning
41933              From: Robin Barker <rmb1@cise.npl.co.uk>
41934              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
41935              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
41936      Branch: perl
41937            ! sv.c t/pragma/warn/sv
41938 ____________________________________________________________________________
41939 [  9612] By: jhi                                   on 2001/04/07  17:26:45
41940         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
41941              From: Mike Guy <mjtg@cam.ac.uk>
41942              Date: Fri, 06 Apr 2001 12:47:06 +0100
41943              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
41944      Branch: perl
41945            ! dump.c t/lib/peek.t
41946 ____________________________________________________________________________
41947 [  9611] By: jhi                                   on 2001/04/07  17:21:35
41948         Log: Create perl571delta and seed it off with the perldelta changes
41949              since 5.7.0; remove those changes from perldelta and rename it
41950              as perl570delta; recreate perldelta but leave it almost empty.
41951      Branch: perl
41952            + pod/perl570delta.pod pod/perl571delta.pod
41953            ! MANIFEST pod/perldelta.pod
41954 ____________________________________________________________________________
41955 [  9610] By: jhi                                   on 2001/04/07  16:56:32
41956         Log: Denit.
41957      Branch: perl
41958            ! pod/perldelta.pod
41959 ____________________________________________________________________________
41960 [  9609] By: jhi                                   on 2001/04/07  16:38:32
41961         Log: Retract #9523: needs more thought.
41962      Branch: perl
41963            ! Makefile.SH
41964 ____________________________________________________________________________
41965 [  9608] By: jhi                                   on 2001/04/07  14:59:20
41966         Log: atmark() code cleanaup.
41967      Branch: perl
41968            ! ext/IO/IO.xs
41969 ____________________________________________________________________________
41970 [  9607] By: jhi                                   on 2001/04/07  14:48:14
41971         Log: Integrate change #9605 from maintperl into mainline.
41972              
41973              can't optimize away scope entry if tr/// is present
41974      Branch: perl
41975           !> op.c t/op/tr.t
41976 ____________________________________________________________________________
41977 [  9606] By: jhi                                   on 2001/04/07  14:43:59
41978         Log: Integrate perlio.
41979      Branch: perl
41980           +> win32/FindExt.pm
41981           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
41982           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
41983 ____________________________________________________________________________
41984 [  9605] By: gsar                                  on 2001/04/07  11:52:40
41985         Log: can't optimize away scope entry if tr/// is present
41986      Branch: maint-5.6/perl
41987            ! op.c t/op/tr.t
41988 ____________________________________________________________________________
41989 [  9604] By: nick                                  on 2001/04/07  11:39:45
41990         Log: Split out extension finding code from buildext.pl into FindExt.pm
41991              Use it to get Config.pm's idea of available extensions in line
41992              with what is built.
41993      Branch: perlio
41994            + win32/FindExt.pm
41995            ! MANIFEST win32/buildext.pl win32/config_sh.PL
41996            ! win32/makefile.mk
41997 ____________________________________________________________________________
41998 [  9603] By: nick                                  on 2001/04/07  09:11:38
41999         Log: Cleanup correction for failed :Via() layer, also set an error code.
42000      Branch: perlio
42001            ! ext/PerlIO/Via/Via.xs
42002 ____________________________________________________________________________
42003 [  9602] By: nick                                  on 2001/04/07  08:38:04
42004         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
42005              style. So don't use binmode() on the handles so that Win32 etc. see
42006              same sequence and produce same digests.
42007      Branch: perlio
42008            ! t/lib/md5-file.t
42009 ____________________________________________________________________________
42010 [  9601] By: nick                                  on 2001/04/07  08:36:26
42011         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
42012              Else it complains and so crlf layer (say) does not get pushed.
42013      Branch: perlio
42014            ! perlio.c
42015 ____________________________________________________________________________
42016 [  9600] By: jhi                                   on 2001/04/06  23:00:09
42017         Log: Integrate change #9599 from perlio into mainline.
42018      Branch: perl
42019           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
42020           !> win32/config_H.vc
42021 ____________________________________________________________________________
42022 [  9599] By: nick                                  on 2001/04/06  21:42:43
42023         Log: Quote $VERSION in Encode.pm.
42024              regen_config_h as requested.
42025      Branch: perlio
42026            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
42027            ! win32/config_H.vc
42028 ____________________________________________________________________________
42029 [  9598] By: nick                                  on 2001/04/06  20:34:59
42030         Log: Integrate mainline
42031      Branch: perlio
42032           +> README.macos
42033           !> (integrate 39 files)
42034 ____________________________________________________________________________
42035 [  9597] By: gsar                                  on 2001/04/06  18:06:35
42036         Log: integrate change#9464 from mainline (addendum to change#8313)
42037              
42038              Subject: [PATCH @9452] Better peep()ing for foreach() loops
42039      Branch: maint-5.6/perl
42040           !> op.c
42041 ____________________________________________________________________________
42042 [  9596] By: jhi                                   on 2001/04/06  17:26:03
42043         Log: The d_casti32=undef is good for you even when not use64bitall.
42044      Branch: perl
42045            ! hints/hpux.sh
42046 ____________________________________________________________________________
42047 [  9595] By: gsar                                  on 2001/04/06  14:57:17
42048         Log: add a low-impact fix to accommodate darwin-ism
42049      Branch: maint-5.6/perl
42050            ! ext/Errno/Errno_pm.PL
42051 ____________________________________________________________________________
42052 [  9594] By: jhi                                   on 2001/04/06  14:55:14
42053         Log: Integrate changes #9528,9593 from mainline into maintperl;
42054              tweaking the editor/IDE/shell list.
42055      Branch: maint-5.6/perl
42056           !> pod/perlfaq3.pod
42057 ____________________________________________________________________________
42058 [  9593] By: jhi                                   on 2001/04/06  14:51:39
42059         Log: Make the editor/IDE/shell list a little bit airier.
42060      Branch: perl
42061            ! pod/perlfaq3.pod
42062 ____________________________________________________________________________
42063 [  9592] By: gsar                                  on 2001/04/06  14:45:18
42064         Log: integrate change#9477 from mainline (base.pm doc tweak)
42065              
42066              missing doc entry for fmod()
42067      Branch: maint-5.6/perl
42068            ! lib/Math/BigFloat.pm
42069           !> lib/base.pm
42070 ____________________________________________________________________________
42071 [  9591] By: jhi                                   on 2001/04/06  13:55:48
42072         Log: Regen toc.
42073      Branch: perl
42074            ! pod/perltoc.pod
42075 ____________________________________________________________________________
42076 [  9590] By: jhi                                   on 2001/04/06  13:54:52
42077         Log: Math::BigFloat patches from John Peacock.  The equivalent
42078              of #9586 from maintperl but reworked by John to work with
42079              the bleadperl.
42080      Branch: perl
42081            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
42082 ____________________________________________________________________________
42083 [  9589] By: jhi                                   on 2001/04/06  13:42:23
42084         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
42085      Branch: perl
42086            ! ext/Digest/MD5/Makefile.PL
42087 ____________________________________________________________________________
42088 [  9588] By: jhi                                   on 2001/04/06  13:31:45
42089         Log: Integrate changes #9584,9587 from maintperl into mainline.
42090              
42091              keep eval"" CVs alive until the end of the statement in which
42092              they're called
42093              
42094              add README.macos (from Chris Nandor)
42095              
42096              tyop in change#9555
42097      Branch: perl
42098           +> README.macos
42099           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
42100           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
42101           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
42102           !> win32/makefile.mk
42103 ____________________________________________________________________________
42104 [  9587] By: gsar                                  on 2001/04/06  07:31:30
42105         Log: add README.macos (from Chris Nandor)
42106              
42107              tyop in change#9555
42108      Branch: maint-5.6/perl
42109            + README.macos
42110            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
42111            ! win32/Makefile win32/makefile.mk
42112 ____________________________________________________________________________
42113 [  9586] By: gsar                                  on 2001/04/06  07:08:54
42114         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
42115      Branch: maint-5.6/perl
42116            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
42117 ____________________________________________________________________________
42118 [  9585] By: gsar                                  on 2001/04/06  06:58:44
42119         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
42120              from mainline
42121              
42122              Subject: [PATCH] Base64 update to perlfaq9.pod
42123              
42124              Subject: [PATCH AUTHORS] Housekeeping
42125              
42126              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
42127              Mac OS X (Darwin) has extra pwent fields.
42128              
42129              Subject: [PATCH B::*] print control-character vars readably
42130              Needs EBCDICification.
42131              
42132              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
42133              
42134              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
42135              
42136              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
42137              
42138              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
42139              
42140              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
42141              
42142              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
42143              
42144              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
42145              
42146              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
42147              
42148              FreeBSD hints tweak from Anton Berezin.
42149              
42150              Subject: [PATCH foolperl & bleadperl] README.vms update
42151              
42152              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
42153      Branch: maint-5.6/perl
42154           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
42155           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
42156           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
42157 ____________________________________________________________________________
42158 [  9584] By: gsar                                  on 2001/04/06  04:09:00
42159         Log: keep eval"" CVs alive until the end of the statement in which
42160              they're called; this avoids a coredump ensuing from search for
42161              lexicals in code such as:
42162              
42163              sub bug {
42164              my $s = @_;
42165              eval q[sub { eval 'sub { &$s }' }];
42166              }
42167              bug("x")->()->();
42168              
42169              this code still doesn't work as intended (as it has remained
42170              since time immemorial), but it doesn't provoke a coredump anymore
42171      Branch: maint-5.6/perl
42172            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42173            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
42174 ____________________________________________________________________________
42175 [  9583] By: jhi                                   on 2001/04/05  23:52:51
42176         Log: Update Changes.
42177      Branch: perl
42178            ! Changes patchlevel.h
42179 ____________________________________________________________________________
42180 [  9582] By: jhi                                   on 2001/04/05  23:11:23
42181         Log: Slight doc tweak.
42182      Branch: perl
42183            ! pod/perlunicode.pod
42184 ____________________________________________________________________________
42185 [  9581] By: jhi                                   on 2001/04/05  23:04:11
42186         Log: Integrate perlio.
42187      Branch: perl
42188           !> pod/perlunicode.pod
42189 ____________________________________________________________________________
42190 [  9580] By: jhi                                   on 2001/04/05  23:03:29
42191         Log: Test for #9579.
42192      Branch: perl
42193            ! t/op/do.t
42194 ____________________________________________________________________________
42195 [  9579] By: jhi                                   on 2001/04/05  22:54:17
42196         Log: Subject: [PATCH] Propagate calling context for do '...'
42197              From: Gisle Aas <gisle@ActiveState.com>
42198              Date: 04 Apr 2001 20:17:29 -0700
42199              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
42200      Branch: perl
42201            ! pod/perlfunc.pod pp_ctl.c
42202 ____________________________________________________________________________
42203 [  9578] By: jhi                                   on 2001/04/05  22:52:51
42204         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
42205              From: Peter Prymmer <pvhp@forte.com>
42206              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
42207              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
42208      Branch: perl
42209            ! README.vms
42210 ____________________________________________________________________________
42211 [  9577] By: jhi                                   on 2001/04/05  22:48:22
42212         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
42213              From: "Craig A. Berry" <craigberry@mac.com>
42214              Date: Thu, 5 Apr 2001 13:43:28 -0500
42215              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
42216      Branch: perl
42217            ! README.vms
42218 ____________________________________________________________________________
42219 [  9576] By: jhi                                   on 2001/04/05  22:31:38
42220         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
42221              From: Michael G Schwern <schwern@pobox.com>
42222              Date: Thu, 5 Apr 2001 21:53:21 +0100
42223              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
42224      Branch: perl
42225            ! lib/base.pm t/lib/fields.t
42226 ____________________________________________________________________________
42227 [  9575] By: jhi                                   on 2001/04/05  22:26:10
42228         Log: FreeBSD hints tweak from Anton Berezin.
42229      Branch: perl
42230            ! hints/freebsd.sh
42231 ____________________________________________________________________________
42232 [  9574] By: jhi                                   on 2001/04/05  22:24:03
42233         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
42234              From: David Dyck <dcd@tc.fluke.com>
42235              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
42236              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
42237      Branch: perl
42238            ! t/op/oct.t
42239 ____________________________________________________________________________
42240 [  9573] By: jhi                                   on 2001/04/05  22:23:06
42241         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
42242              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
42243              From: David Dyck <dcd@tc.fluke.com>
42244              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
42245      Branch: perl
42246            ! pp.c
42247 ____________________________________________________________________________
42248 [  9572] By: jhi                                   on 2001/04/05  22:14:47
42249         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
42250              From: Robin Houston <robin@kitsite.com>
42251              Date: Thu, 5 Apr 2001 20:56:48 +0100
42252              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
42253      Branch: perl
42254            ! ext/B/B/Deparse.pm
42255 ____________________________________________________________________________
42256 [  9571] By: jhi                                   on 2001/04/05  22:12:53
42257         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
42258              From: Robin Houston <robin@kitsite.com>
42259              Date: Thu, 5 Apr 2001 19:55:51 +0100
42260              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
42261      Branch: perl
42262            ! ext/B/B/Deparse.pm
42263 ____________________________________________________________________________
42264 [  9570] By: jhi                                   on 2001/04/05  22:11:06
42265         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
42266              From: Robin Houston <robin@kitsite.com>
42267              Date: Thu, 5 Apr 2001 20:16:29 +0100
42268              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
42269      Branch: perl
42270            ! ext/B/B/Deparse.pm
42271 ____________________________________________________________________________
42272 [  9569] By: nick                                  on 2001/04/05  21:32:26
42273         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
42274      Branch: perlio
42275            ! pod/perlunicode.pod
42276 ____________________________________________________________________________
42277 [  9568] By: nick                                  on 2001/04/05  19:38:09
42278         Log: Integrate mainline
42279      Branch: perlio
42280           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
42281           !> (integrate 35 files)
42282 ____________________________________________________________________________
42283 [  9567] By: jhi                                   on 2001/04/05  18:31:45
42284         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
42285              From: Robin Houston <robin@kitsite.com>
42286              Date: Thu, 5 Apr 2001 18:03:23 +0100
42287              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
42288      Branch: perl
42289            ! ext/B/B/Deparse.pm
42290 ____________________________________________________________________________
42291 [  9566] By: jhi                                   on 2001/04/05  18:29:35
42292         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
42293              From: Robin Houston <robin@kitsite.com>
42294              Date: Thu, 5 Apr 2001 16:45:18 +0100
42295              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
42296      Branch: perl
42297            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
42298 ____________________________________________________________________________
42299 [  9565] By: jhi                                   on 2001/04/05  18:24:23
42300         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
42301              From: Robin Houston <robin@kitsite.com>
42302              Date: Thu, 5 Apr 2001 14:50:09 +0100
42303              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
42304      Branch: perl
42305            ! ext/B/B/Deparse.pm
42306 ____________________________________________________________________________
42307 [  9564] By: jhi                                   on 2001/04/05  18:23:03
42308         Log: Subject: [PATCH B::*] print control-character vars readably
42309              From: Robin Houston <robin@kitsite.com>
42310              Date: Thu, 5 Apr 2001 14:27:38 +0100
42311              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
42312              
42313              Needs EBCDICification.
42314      Branch: perl
42315            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
42316            ! ext/B/B/Terse.pm
42317 ____________________________________________________________________________
42318 [  9563] By: jhi                                   on 2001/04/05  18:20:32
42319         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
42320              Date: Thu, 5 Apr 2001 13:21:42 -0400
42321              From: Paul Schinder <schinder@pobox.com>
42322              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
42323              
42324              Mac OS X (Darwin) has extra pwent fields.
42325      Branch: perl
42326            ! t/op/pwent.t
42327 ____________________________________________________________________________
42328 [  9562] By: jhi                                   on 2001/04/05  17:57:51
42329         Log: Regen toc.
42330      Branch: perl
42331            ! pod/perltoc.pod
42332 ____________________________________________________________________________
42333 [  9561] By: jhi                                   on 2001/04/05  17:47:33
42334         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
42335      Branch: metaconfig
42336            ! U/Glossary.patch
42337      Branch: metaconfig/U/perl
42338            + d_u32align.U
42339            ! d_cmsghdr_s.U d_msghdr_s.U
42340 ____________________________________________________________________________
42341 [  9560] By: jhi                                   on 2001/04/05  17:47:01
42342         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
42343              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
42344              Introduce probes for struct msghdr, struct cmsghdr,
42345              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
42346              ualarm, usleep, for possible later extension work.
42347      Branch: perl
42348            + t/lib/md5-align.t
42349            ! Configure MANIFEST Porting/Glossary Porting/config.sh
42350            ! Porting/config_H config_h.SH configure.com epoc/config.sh
42351            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
42352            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42353            ! vos/config.ga.h win32/config.bc win32/config.gc
42354            ! win32/config.vc
42355 ____________________________________________________________________________
42356 [  9559] By: jhi                                   on 2001/04/05  13:03:04
42357         Log: Be traditional in your cpp (for the Errno extension).
42358      Branch: perl
42359            ! hints/darwin.sh
42360 ____________________________________________________________________________
42361 [  9558] By: jhi                                   on 2001/04/05  13:00:05
42362         Log: Add $Config{cppflags} to the gcc incantation.
42363      Branch: perl
42364            ! ext/Errno/Errno_pm.PL
42365 ____________________________________________________________________________
42366 [  9557] By: jhi                                   on 2001/04/05  04:22:39
42367         Log: Introduce Sean Burke's Class::ISA 0.32.
42368      Branch: perl
42369            + lib/Class/ISA.pm t/lib/class-isa.t
42370            ! MANIFEST
42371 ____________________________________________________________________________
42372 [  9556] By: jhi                                   on 2001/04/05  04:09:50
42373         Log: Subject: [PATCH AUTHORS] Housekeeping
42374              From: Paul Johnson <paul@pjcj.net> 
42375              Date: Wed, 4 Apr 2001 22:45:47 +0200
42376              Message-ID: <20010404224547.D9548@pjcj.net>
42377      Branch: perl
42378            ! AUTHORS
42379 ____________________________________________________________________________
42380 [  9555] By: jhi                                   on 2001/04/05  04:06:33
42381         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
42382              From: Gisle Aas <gisle@ActiveState.com>
42383              Date: 04 Apr 2001 14:23:04 -0700
42384              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
42385      Branch: perl
42386            ! pod/perlfaq9.pod
42387 ____________________________________________________________________________
42388 [  9554] By: jhi                                   on 2001/04/05  04:05:49
42389         Log: Downgrade also the "Wide character" diagnostic.
42390      Branch: perl
42391            ! pod/perldiag.pod
42392 ____________________________________________________________________________
42393 [  9553] By: jhi                                   on 2001/04/05  04:00:33
42394         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
42395              maintperl into mainline.
42396              
42397              "double" should be "NV"; standard typemap is missing entry
42398              for NV
42399              
42400              s/djSP/dSP/
42401              
42402              Downgrade "Wide character in print" to a warning.
42403              
42404              B::Deparse fix for ${^FOO} and documentation for PVX() method
42405              (from Robin Houston)
42406              
42407              tr/// doesn't null-terminate the result in some situations
42408              (from Gisle Aas)
42409      Branch: perl
42410           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
42411           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
42412           !> t/io/utf8.t t/op/tr.t
42413 ____________________________________________________________________________
42414 [  9552] By: jhi                                   on 2001/04/05  03:52:50
42415         Log: Retract changes #9542 and #9538 (from maintperl, integrated
42416              at #9540), shouldn't be needed because of the perlio changes.
42417      Branch: perl
42418            ! util.c
42419 ____________________________________________________________________________
42420 [  9551] By: gsar                                  on 2001/04/05  00:18:34
42421         Log: tr/// doesn't null-terminate the result in some situations
42422              (from Gisle Aas)
42423      Branch: maint-5.6/perl
42424            ! doop.c t/op/tr.t
42425 ____________________________________________________________________________
42426 [  9550] By: gsar                                  on 2001/04/04  20:04:17
42427         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
42428              (from Robin Houston)
42429      Branch: maint-5.6/perl
42430            ! ext/B/B.pm ext/B/B/Deparse.pm
42431 ____________________________________________________________________________
42432 [  9549] By: nick                                  on 2001/04/04  18:56:15
42433         Log: Downgrade "Wide character in print" to a warning.
42434      Branch: perlio
42435            ! doio.c t/io/utf8.t
42436 ____________________________________________________________________________
42437 [  9548] By: gsar                                  on 2001/04/04  18:51:49
42438         Log: integrate changes#9460,9462,9482,9521,9522
42439              
42440              Subject: PATCH: B::Debug should show LOOP-specific fields
42441              
42442              Subject: B::Deparse precedence bug. (Patch included.)
42443              
42444              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
42445              
42446              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
42447              
42448              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
42449      Branch: maint-5.6/perl
42450           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
42451           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
42452 ____________________________________________________________________________
42453 [  9547] By: gsar                                  on 2001/04/04  18:49:16
42454         Log: s/djSP/dSP/
42455      Branch: maint-5.6/perl
42456            ! ext/Thread/Thread.xs
42457 ____________________________________________________________________________
42458 [  9546] By: nick                                  on 2001/04/04  18:44:00
42459         Log: Integrate mainline.
42460      Branch: perlio
42461           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
42462           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
42463 ____________________________________________________________________________
42464 [  9545] By: gsar                                  on 2001/04/04  18:38:52
42465         Log: integrate change#8837 from mainline
42466              
42467              Subject: [patch] -Wall cleanup round 2
42468      Branch: maint-5.6/perl
42469           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
42470           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
42471           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
42472           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
42473           !> ext/SDBM_File/SDBM_File.xs
42474 ____________________________________________________________________________
42475 [  9544] By: gsar                                  on 2001/04/04  17:49:57
42476         Log: "double" should be "NV"; standard typemap is missing entry
42477              for NV
42478      Branch: maint-5.6/perl
42479            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
42480 ____________________________________________________________________________
42481 [  9543] By: jhi                                   on 2001/04/04  14:13:18
42482         Log: Thou shalt not (just) match for English error messages.
42483      Branch: perl
42484            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
42485            ! os2/OS2/Process/Process.pm
42486 ____________________________________________________________________________
42487 [  9542] By: jhi                                   on 2001/04/04  13:20:39
42488         Log: Make the stdio tricks of fflush_all() to exist only if
42489              stdio is being used.
42490      Branch: perl
42491            ! util.c
42492 ____________________________________________________________________________
42493 [  9541] By: jhi                                   on 2001/04/04  04:20:24
42494         Log: Subject: Re: [PATCH] Lighten up glob
42495              From: Benjamin Sugars <bsugars@canoe.ca>
42496              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
42497              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
42498      Branch: perl
42499            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
42500            ! util.c
42501 ____________________________________________________________________________
42502 [  9540] By: jhi                                   on 2001/04/04  04:03:57
42503         Log: Integrate changes #9538,9539 from maintperl into mainline.
42504              
42505              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
42506              for use with _fwalk() (fix for change#7705)
42507              
42508              another tweak needed for SunOS 4.1.x build (from Mike Guy)
42509              (cp -f is not portable)
42510      Branch: perl
42511           !> Makefile.SH util.c
42512 ____________________________________________________________________________
42513 [  9539] By: gsar                                  on 2001/04/04  03:01:14
42514         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
42515      Branch: maint-5.6/perl
42516            ! Makefile.SH
42517 ____________________________________________________________________________
42518 [  9538] By: gsar                                  on 2001/04/04  01:00:38
42519         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
42520              for use with _fwalk() (fix for change#7705)
42521      Branch: maint-5.6/perl
42522            ! util.c
42523 ____________________________________________________________________________
42524 [  9537] By: nick                                  on 2001/04/03  19:24:55
42525         Log: Integrate mainline
42526      Branch: perlio
42527           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
42528           +> lib/unicode/PropList.html
42529            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
42530           !> (integrate 69 files)
42531 ____________________________________________________________________________
42532 [  9536] By: jhi                                   on 2001/04/03  18:02:31
42533         Log: Integrate change #9533 from maintperl into mainline.
42534              
42535              better fix for change#9517 to accomodate UNC paths like
42536              \\server\share\foo, and paths with trailing backslash
42537              like c:\this\
42538      Branch: perl
42539           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
42540 ____________________________________________________________________________
42541 [  9535] By: jhi                                   on 2001/04/03  17:58:07
42542         Log: Change the push/unshift warning to be of class syntax, not misc.
42543      Branch: perl
42544            ! op.c pod/perldiag.pod t/pragma/warn/op
42545 ____________________________________________________________________________
42546 [  9534] By: jhi                                   on 2001/04/03  15:03:46
42547         Log: Change the push/unshift warning (#9532) to talk about "no values"
42548              instead of "no arguments".
42549      Branch: perl
42550            ! op.c pod/perldiag.pod t/pragma/warn/op
42551 ____________________________________________________________________________
42552 [  9533] By: gsar                                  on 2001/04/03  14:30:07
42553         Log: better fix for change#9517 to accomodate UNC paths like
42554              \\server\share\foo, and paths with trailing backslash
42555              like c:\this\
42556      Branch: maint-5.6/perl
42557            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
42558 ____________________________________________________________________________
42559 [  9532] By: jhi                                   on 2001/04/03  13:11:46
42560         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
42561              From: Robin Houston <robin@kitsite.com>
42562              Date: Mon, 2 Apr 2001 15:03:29 +0100
42563              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
42564      Branch: perl
42565            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
42566 ____________________________________________________________________________
42567 [  9531] By: jhi                                   on 2001/04/03  13:06:34
42568         Log: Integrate change #9530 from maintperl into mainline.
42569              
42570              accomodate VMS "mailbox overflow" quirk in testsuite (from
42571              Craig Berry)
42572      Branch: perl
42573           !> t/lib/socket.t
42574 ____________________________________________________________________________
42575 [  9530] By: gsar                                  on 2001/04/03  04:56:41
42576         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
42577              Craig Berry)
42578      Branch: maint-5.6/perl
42579            ! t/lib/socket.t
42580 ____________________________________________________________________________
42581 [  9529] By: jhi                                   on 2001/04/03  02:34:34
42582         Log: Update Changes.
42583      Branch: perl
42584            ! Changes patchlevel.h
42585 ____________________________________________________________________________
42586 [  9528] By: jhi                                   on 2001/04/03  01:27:57
42587         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
42588              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
42589              To: perl5-porters@perl.org
42590              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
42591      Branch: perl
42592            ! pod/perlfaq3.pod
42593 ____________________________________________________________________________
42594 [  9527] By: jhi                                   on 2001/04/03  01:22:09
42595         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
42596              From: Peter Prymmer <pvhp@forte.com>
42597              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
42598              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
42599      Branch: perl
42600            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
42601 ____________________________________________________________________________
42602 [  9526] By: jhi                                   on 2001/04/03  01:18:25
42603         Log: The metaconfig unit changes for #9525.
42604      Branch: metaconfig
42605            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
42606      Branch: metaconfig/U/perl
42607            ! use64bits.U
42608 ____________________________________________________________________________
42609 [  9525] By: jhi                                   on 2001/04/03  01:17:30
42610         Log: Configure sanity checks:
42611              * if use64bitall is attempted but pointers are only 32-bit,
42612              'downgrade' to use64bitint
42613              * if use64bitint is attempted but there's no quad type,
42614              forget about use64bitint (well, the default for it is 'n',
42615              the user can still override this)
42616              * if pointers are 64 bits, do not try to use Perl's malloc
42617      Branch: perl
42618            ! Configure
42619 ____________________________________________________________________________
42620 [  9524] By: gsar                                  on 2001/04/03  01:09:12
42621         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
42622      Branch: maint-5.6/perl
42623            ! pp_sys.c
42624 ____________________________________________________________________________
42625 [  9523] By: jhi                                   on 2001/04/03  00:02:31
42626         Log: (Retracted by #9609)
42627              
42628              Make it harder for parallel makes to enter 'test' before
42629              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
42630              should be unhappy enough, but sometimes parallel makes seem
42631              to sneak past both in Tru64 and AIX.)
42632      Branch: perl
42633            ! Makefile.SH
42634 ____________________________________________________________________________
42635 [  9522] By: jhi                                   on 2001/04/02  22:35:31
42636         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
42637              Date: Mon, 2 Apr 2001 22:54:10 +0100
42638              From: Robin Houston <robin@kitsite.com>
42639              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
42640      Branch: perl
42641            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
42642 ____________________________________________________________________________
42643 [  9521] By: jhi                                   on 2001/04/02  22:32:23
42644         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
42645              From: Robin Houston <robin@kitsite.com>
42646              Date: Mon, 2 Apr 2001 20:24:03 +0100
42647              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
42648      Branch: perl
42649            ! ext/B/B/Concise.pm
42650 ____________________________________________________________________________
42651 [  9520] By: jhi                                   on 2001/04/02  22:30:43
42652         Log: Subject: [PATCH] REALLY pedantic hv.h nit
42653              From: Simon Cozens <simon@netthink.co.uk>
42654              Date: Mon, 2 Apr 2001 15:43:06 +0100
42655              Message-ID: <20010402154306.A21711@netthink.co.uk>
42656      Branch: perl
42657            ! hv.h
42658 ____________________________________________________________________________
42659 [  9519] By: jhi                                   on 2001/04/02  22:28:04
42660         Log: Based on
42661              
42662              Subject: [foolperl] EPOC fix
42663              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42664              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
42665              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
42666      Branch: perl
42667            ! pp_sys.c
42668 ____________________________________________________________________________
42669 [  9518] By: jhi                                   on 2001/04/02  22:22:34
42670         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
42671              
42672              README.win32 tweaks; add a note about alternative location for
42673              getting a gcc-2.95.2 that will build perl properly on windows
42674              
42675              add some notes about gutsy threading matters
42676              
42677              many of the utilities interpolate literal paths within doublequotes
42678              (fails on dosish platforms where path contains backslashes)
42679      Branch: perl
42680           !> README.win32 pod/perlguts.pod utils/perldoc.PL
42681           !> x2p/find2perl.PL x2p/s2p.PL
42682 ____________________________________________________________________________
42683 [  9517] By: gsar                                  on 2001/04/02  19:52:21
42684         Log: many of the utilities interpolate literal paths within doublequotes
42685              (fails on dosish platforms where path contains backslashes)
42686      Branch: maint-5.6/perl
42687            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
42688 ____________________________________________________________________________
42689 [  9516] By: gsar                                  on 2001/04/02  05:49:37
42690         Log: a foolish release
42691      Branch: maint-5.6/perl
42692            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
42693            ! pod/perltoc.pod
42694 ____________________________________________________________________________
42695 [  9515] By: gsar                                  on 2001/04/02  05:04:29
42696         Log: add missing changelog summaries
42697      Branch: maint-5.6/perl
42698            ! Changes
42699 ____________________________________________________________________________
42700 [  9514] By: gsar                                  on 2001/04/02  04:07:13
42701         Log: add some notes about gutsy threading matters
42702      Branch: maint-5.6/perl
42703            ! pod/perlguts.pod
42704 ____________________________________________________________________________
42705 [  9513] By: gsar                                  on 2001/04/02  03:25:21
42706         Log: add more prominent caveat notices about experimental features
42707      Branch: maint-5.6/perl
42708            ! pod/perlfork.pod pod/perlunicode.pod
42709 ____________________________________________________________________________
42710 [  9512] By: gsar                                  on 2001/04/02  02:54:33
42711         Log: integrate changes#9479,9509 from mainline
42712              
42713              [PATCH] File::Glob stuff for Mac OS
42714              
42715              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
42716      Branch: maint-5.6/perl
42717           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42718           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
42719           !> t/lib/glob-taint.t
42720 ____________________________________________________________________________
42721 [  9511] By: gsar                                  on 2001/04/02  02:38:24
42722         Log: README.win32 tweaks; add a note about alternative location for
42723              getting a gcc-2.95.2 that will build perl properly on windows
42724      Branch: maint-5.6/perl
42725            ! README.win32
42726 ____________________________________________________________________________
42727 [  9510] By: jhi                                   on 2001/04/01  20:45:10
42728         Log: An ambiguousity warning.
42729      Branch: perl
42730            ! t/lib/trig.t
42731 ____________________________________________________________________________
42732 [  9509] By: jhi                                   on 2001/04/01  19:53:47
42733         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
42734              From: Jonathan Stowe <gellyfish@gellyfish.com>
42735              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
42736              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
42737      Branch: perl
42738            ! ext/File/Glob/bsd_glob.c
42739 ____________________________________________________________________________
42740 [  9508] By: jhi                                   on 2001/04/01  19:35:03
42741         Log: Update Changes.
42742      Branch: perl
42743            ! Changes patchlevel.h
42744 ____________________________________________________________________________
42745 [  9507] By: jhi                                   on 2001/04/01  19:24:01
42746         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
42747              from mainline to maintperl: pod tweaks.
42748      Branch: maint-5.6/perl
42749           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
42750           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
42751           !> pod/perlvar.pod
42752 ____________________________________________________________________________
42753 [  9506] By: jhi                                   on 2001/04/01  19:11:53
42754         Log: Commit Sarathy to April release of 5.6.1 :-)
42755      Branch: perl
42756            ! pod/perlfaq1.pod
42757 ____________________________________________________________________________
42758 [  9505] By: jhi                                   on 2001/04/01  19:03:15
42759         Log: Subject: PATCH 5.6.0 (perldebug.pod)
42760              From: Mark-Jason Dominus <mjd@plover.com>
42761              Date: Sun, 01 Apr 2001 14:25:11 -0400
42762              Message-ID: <20010401182511.9247.qmail@plover.com>
42763      Branch: perl
42764            ! pod/perldebug.pod
42765 ____________________________________________________________________________
42766 [  9504] By: jhi                                   on 2001/04/01  18:43:09
42767         Log: Add great_circle_direction().
42768      Branch: perl
42769            ! lib/Math/Trig.pm t/lib/trig.t
42770 ____________________________________________________________________________
42771 [  9503] By: jhi                                   on 2001/04/01  17:29:12
42772         Log: Unicode ReadMe update for Unicode 3.1.
42773      Branch: perl
42774            ! lib/unicode/ReadMe.txt
42775 ____________________________________________________________________________
42776 [  9502] By: jhi                                   on 2001/04/01  17:18:40
42777         Log: Integrate change #9501 from maintperl into mainline.
42778              
42779              fix the perlembed notes on multiple interpreters
42780              
42781              fix ExtUtils::Embed to work passably on Windows
42782      Branch: perl
42783           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
42784 ____________________________________________________________________________
42785 [  9501] By: gsar                                  on 2001/04/01  07:21:57
42786         Log: fix the perlembed notes on multiple interpreters
42787              
42788              fix ExtUtils::Embed to work passably on Windows
42789      Branch: maint-5.6/perl
42790            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
42791 ____________________________________________________________________________
42792 [  9500] By: jhi                                   on 2001/04/01  05:58:23
42793         Log: Test for #9499.
42794      Branch: perl
42795            ! t/op/tr.t
42796 ____________________________________________________________________________
42797 [  9499] By: jhi                                   on 2001/04/01  05:55:46
42798         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
42799      Branch: perl
42800            ! embed.h embed.pl op.c proto.h
42801 ____________________________________________________________________________
42802 [  9498] By: jhi                                   on 2001/04/01  05:44:34
42803         Log: Protect the workaround hunk more.
42804      Branch: perl
42805            ! toke.c
42806 ____________________________________________________________________________
42807 [  9497] By: jhi                                   on 2001/04/01  00:24:25
42808         Log: Integrate changes #9493,9494,9495,9496 from maintperl
42809              into mainline.
42810              
42811              fix a broken workaround for Borland compiler in change#4739
42812              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
42813              
42814              nits spotted by Borland compiler
42815              
42816              avoid redefinition warnings under Borland 5.02
42817              
42818              various nits identified by the Borland 5.5 compiler; remove suppression
42819              of a few warnings
42820      Branch: perl
42821           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
42822           !> win32/win32.h
42823 ____________________________________________________________________________
42824 [  9496] By: gsar                                  on 2001/03/31  23:22:28
42825         Log: various nits identified by the Borland 5.5 compiler; remove suppression
42826              of a few warnings
42827      Branch: maint-5.6/perl
42828            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
42829 ____________________________________________________________________________
42830 [  9495] By: gsar                                  on 2001/03/31  21:03:08
42831         Log: avoid redefinition warnings under Borland 5.02
42832      Branch: maint-5.6/perl
42833            ! win32/makefile.mk
42834 ____________________________________________________________________________
42835 [  9494] By: gsar                                  on 2001/03/31  20:18:59
42836         Log: nits spotted by Borland compiler
42837      Branch: maint-5.6/perl
42838            ! utf8.h win32/win32.h
42839 ____________________________________________________________________________
42840 [  9493] By: gsar                                  on 2001/03/31  20:18:05
42841         Log: fix a broken workaround for Borland compiler in change#4739
42842              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
42843      Branch: maint-5.6/perl
42844            ! toke.c
42845 ____________________________________________________________________________
42846 [  9492] By: jhi                                   on 2001/03/31  18:36:24
42847         Log: Integrate change #9491 from maintperl into mainline.
42848              
42849              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
42850              directory is relative (need to fetch the full path name *before*
42851              the chdir!)
42852      Branch: perl
42853           !> lib/Cwd.pm
42854 ____________________________________________________________________________
42855 [  9491] By: gsar                                  on 2001/03/31  17:01:56
42856         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
42857              directory is relative (need to fetch the full path name *before*
42858              the chdir!)
42859              
42860              this is a followup patch for change#6749
42861      Branch: maint-5.6/perl
42862            ! lib/Cwd.pm
42863 ____________________________________________________________________________
42864 [  9490] By: jhi                                   on 2001/03/31  15:50:18
42865         Log: Subject: Re: [PATCH] av.h cosmetics
42866              From: Simon Cozens <simon@netthink.co.uk>
42867              Date: Sat, 31 Mar 2001 13:09:59 +0100
42868              Message-ID: <20010331130959.A22000@netthink.co.uk>
42869              
42870              Document AvALLOC.
42871      Branch: perl
42872            ! pod/perlguts.pod
42873 ____________________________________________________________________________
42874 [  9489] By: jhi                                   on 2001/03/31  15:48:44
42875         Log: Subject: [PATCH] Re: Math::Big* v1.21
42876              From: Tels <perl_dummy@bloodgate.com>
42877              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
42878              Message-Id: <200103311125.GAA377738@www08.hway.net>
42879      Branch: perl
42880            ! pod/perlop.pod
42881 ____________________________________________________________________________
42882 [  9488] By: jhi                                   on 2001/03/31  03:39:51
42883         Log: Debug output tweak.
42884      Branch: perl
42885            ! t/lib/cwd.t
42886 ____________________________________________________________________________
42887 [  9487] By: jhi                                   on 2001/03/31  03:33:02
42888         Log: OverVMSification.
42889      Branch: perl
42890            ! t/lib/cwd.t
42891 ____________________________________________________________________________
42892 [  9486] By: jhi                                   on 2001/03/31  03:01:40
42893         Log: Missed MANIFESTations in #9483.
42894      Branch: perl
42895            ! MANIFEST
42896 ____________________________________________________________________________
42897 [  9485] By: jhi                                   on 2001/03/31  02:58:17
42898         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
42899              From: Peter Prymmer <pvhp@forte.com>
42900              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
42901              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
42902      Branch: perl
42903            ! regexec.c t/lib/cwd.t
42904 ____________________________________________________________________________
42905 [  9484] By: jhi                                   on 2001/03/31  01:04:41
42906         Log: Obsolete file (see #3938)
42907      Branch: perl
42908            - lib/unicode/README.Ethiopic
42909            ! MANIFEST
42910 ____________________________________________________________________________
42911 [  9483] By: jhi                                   on 2001/03/31  00:52:42
42912         Log: Update to Unicode 3.1.
42913              (Rename Names.txt to NamesList.txt.)
42914      Branch: perl
42915            + lib/unicode/NamesList.txt lib/unicode/PropList.html
42916            - lib/unicode/Names.txt
42917            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
42918            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
42919            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
42920            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
42921            ! lib/unicode/UCD.html lib/unicode/Unicode.html
42922            ! lib/unicode/rename lib/unicode/version
42923 ____________________________________________________________________________
42924 [  9482] By: jhi                                   on 2001/03/30  23:33:44
42925         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
42926              From: Robin Houston <robin@kitsite.com>
42927              Date: Fri, 30 Mar 2001 20:07:22 +0100
42928              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
42929      Branch: perl
42930            ! ext/B/B/Deparse.pm
42931 ____________________________________________________________________________
42932 [  9481] By: jhi                                   on 2001/03/30  23:20:25
42933         Log: Subject: Re: [PATCH] CwdXS, Take 2
42934              From: Benjamin Sugars <bsugars@canoe.ca>
42935              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
42936              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
42937      Branch: perl
42938            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
42939            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
42940 ____________________________________________________________________________
42941 [  9480] By: jhi                                   on 2001/03/30  22:52:38
42942         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
42943              From: David Dyck <dcd@tc.fluke.com>
42944              Date: Fri, 30 Mar 2001 14:44:13 -0800
42945              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
42946              
42947              The t/rantests flags file creation was accidentally
42948              removed by #9217.
42949      Branch: perl
42950            ! Makefile.SH
42951 ____________________________________________________________________________
42952 [  9479] By: jhi                                   on 2001/03/30  22:45:45
42953         Log: Subject: [PATCH] File::Glob stuff for Mac OS
42954              From: Chris Nandor <pudge@pobox.com>
42955              Date: Fri, 30 Mar 2001 16:51:00 -0500
42956              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
42957      Branch: perl
42958            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42959            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
42960            ! t/lib/glob-taint.t
42961 ____________________________________________________________________________
42962 [  9478] By: jhi                                   on 2001/03/30  22:43:12
42963         Log: Subject: fix for win32/buildext.pl
42964              From: "Vadim Konovalov" <watman@inbox.ru>
42965              Date: Sat, 31 Mar 2001 00:50:36 +0400
42966              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
42967      Branch: perl
42968            ! win32/buildext.pl
42969 ____________________________________________________________________________
42970 [  9477] By: jhi                                   on 2001/03/30  22:41:16
42971         Log: Subject: small base.pm doc patch
42972              From: Leon Brocard <acme@astray.com>
42973              Date: Fri, 30 Mar 2001 21:49:57 +0100
42974              Message-ID: <20010330214957.B8733@ns0.astray.com>
42975      Branch: perl
42976            ! lib/base.pm
42977 ____________________________________________________________________________
42978 [  9476] By: jhi                                   on 2001/03/30  18:16:57
42979         Log: Subject: [PATCH] av.h cosmetics
42980              From: Simon Cozens <simon@netthink.co.uk>
42981              Date: Fri, 30 Mar 2001 18:12:28 +0100
42982              Message-ID: <20010330181228.A9319@netthink.co.uk>
42983      Branch: perl
42984            ! av.h
42985 ____________________________________________________________________________
42986 [  9475] By: jhi                                   on 2001/03/30  18:15:50
42987         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
42988              From: "Philip Newton" <pnewton@gmx.de>
42989              Date: Fri, 30 Mar 2001 19:06:57 +0200
42990              Message-ID: <3AC4D951.14815.1AC7068@localhost>
42991      Branch: perl
42992            ! pod/perlhack.pod
42993 ____________________________________________________________________________
42994 [  9474] By: jhi                                   on 2001/03/30  18:14:02
42995         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
42996              From: Benjamin Sugars <bsugars@canoe.ca>
42997              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
42998              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
42999      Branch: perl
43000            ! t/lib/glob-basic.t
43001 ____________________________________________________________________________
43002 [  9473] By: jhi                                   on 2001/03/30  16:09:24
43003         Log: Update Changes.
43004      Branch: perl
43005            ! Changes patchlevel.h
43006 ____________________________________________________________________________
43007 [  9472] By: jhi                                   on 2001/03/30  15:16:08
43008         Log: Integrate perlio.
43009      Branch: perl
43010           !> t/lib/cwd.t t/lib/glob-basic.t
43011 ____________________________________________________________________________
43012 [  9471] By: nick                                  on 2001/03/30  14:47:10
43013         Log: Should be (^O eq 'MSWin32') not 'Win32'
43014              Fail #12 seems real - chdir is in wrong dir.
43015      Branch: perlio
43016            ! t/lib/cwd.t
43017 ____________________________________________________________________________
43018 [  9470] By: jhi                                   on 2001/03/30  14:41:11
43019         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
43020              From: Radu Greab <radu@netsoft.ro>
43021              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
43022              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
43023              
43024              Replace #9352.
43025      Branch: perl
43026            ! ext/Socket/Socket.xs pp_sys.c
43027 ____________________________________________________________________________
43028 [  9469] By: jhi                                   on 2001/03/30  14:37:51
43029         Log: Subject: PATCH pod/perldiag.pod
43030              From: Robin Houston <robin@kitsite.com>
43031              Date: Fri, 30 Mar 2001 14:10:36 +0100
43032              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
43033      Branch: perl
43034            ! pod/perldiag.pod t/lib/glob-basic.t
43035 ____________________________________________________________________________
43036 [  9468] By: jhi                                   on 2001/03/30  14:36:36
43037         Log: Subject: Better diagnostic in io/fs.t
43038              From: andreas.koenig@anima.de (Andreas J. Koenig)
43039              Date: 30 Mar 2001 10:11:43 +0200
43040              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
43041      Branch: perl
43042            ! t/io/fs.t
43043 ____________________________________________________________________________
43044 [  9467] By: nick                                  on 2001/03/30  14:25:43
43045         Log: Skip order test of glob if case-ignoring system cannot 
43046              create a.test and A.test
43047      Branch: perlio
43048            ! t/lib/glob-basic.t
43049 ____________________________________________________________________________
43050 [  9466] By: nick                                  on 2001/03/30  13:03:12
43051         Log: Integrate mainline.
43052      Branch: perlio
43053            - ext/re/hints/aix.pl
43054           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
43055           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
43056           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
43057           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
43058 ____________________________________________________________________________
43059 [  9465] By: jhi                                   on 2001/03/30  03:53:37
43060         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
43061              the tests sometimes hang, sometimes not.)
43062      Branch: perl
43063            ! t/lib/io_multihomed.t t/lib/io_sock.t
43064 ____________________________________________________________________________
43065 [  9464] By: jhi                                   on 2001/03/30  02:56:04
43066         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
43067              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43068              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
43069              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
43070      Branch: perl
43071            ! op.c
43072 ____________________________________________________________________________
43073 [  9463] By: jhi                                   on 2001/03/30  02:34:48
43074         Log: Test for #9462.
43075      Branch: perl
43076            ! t/lib/b.t
43077 ____________________________________________________________________________
43078 [  9462] By: jhi                                   on 2001/03/30  02:29:37
43079         Log: Subject: B::Deparse precedence bug. (Patch included.)
43080              From: Jeremy Madea <jmadea@inktomi.com>
43081              Date: Thu, 29 Mar 2001 12:05:02 -0800
43082              Message-ID: <20010329120502.A24881@dr.inktomi.com>
43083      Branch: perl
43084            ! ext/B/B/Deparse.pm
43085 ____________________________________________________________________________
43086 [  9461] By: jhi                                   on 2001/03/30  02:18:41
43087         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
43088              From: Peter Prymmer <pvhp@forte.com>
43089              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
43090              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
43091      Branch: perl
43092            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
43093            ! t/lib/md5-file.t
43094 ____________________________________________________________________________
43095 [  9460] By: jhi                                   on 2001/03/30  02:17:07
43096         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
43097              From: Robin Houston <robin@kitsite.com>
43098              Date: Thu, 29 Mar 2001 20:47:56 +0100
43099              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
43100      Branch: perl
43101            ! ext/B/B/Debug.pm
43102 ____________________________________________________________________________
43103 [  9459] By: jhi                                   on 2001/03/30  02:16:05
43104         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
43105              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
43106              Date: Wed, 28 Mar 2001 18:02:20 -0600
43107              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
43108      Branch: perl
43109            ! lib/ExtUtils/MM_VMS.pm
43110 ____________________________________________________________________________
43111 [  9458] By: jhi                                   on 2001/03/30  02:07:58
43112         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
43113              From: "Joshua E. Rodd" <jrodd@pbs.org>
43114              Date: Wed, 28 Mar 2001 17:29:12 -0500
43115              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
43116      Branch: perl
43117            ! pod/perlop.pod
43118 ____________________________________________________________________________
43119 [  9457] By: jhi                                   on 2001/03/30  02:04:33
43120         Log: Subject: ext/re/aix.pl can go
43121              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43122              Date: Thu, 29 Mar 2001 12:03:28 +0200
43123              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
43124      Branch: perl
43125            - ext/re/hints/aix.pl
43126            ! MANIFEST
43127 ____________________________________________________________________________
43128 [  9456] By: jhi                                   on 2001/03/30  02:03:32
43129         Log: Integrate perlio.
43130      Branch: perl
43131           !> ext/Encode/Encode.xs installperl
43132 ____________________________________________________________________________
43133 [  9455] By: nick                                  on 2001/03/29  21:11:46
43134         Log: DLL name has changed so installperl needs to know
43135              (Why isn't it working it out or passed it?)
43136      Branch: perlio
43137            ! installperl
43138 ____________________________________________________________________________
43139 [  9454] By: nick                                  on 2001/03/29  20:56:12
43140         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
43141              and we don't get undef warnings.
43142      Branch: perlio
43143            ! ext/Encode/Encode.xs
43144 ____________________________________________________________________________
43145 [  9453] By: nick                                  on 2001/03/29  17:58:48
43146         Log: Integrate mainline
43147      Branch: perlio
43148           !> Changes patchlevel.h
43149 ____________________________________________________________________________
43150 [  9452] By: jhi                                   on 2001/03/29  16:44:55
43151         Log: Update Changes.
43152      Branch: perl
43153            ! Changes patchlevel.h
43154 ____________________________________________________________________________
43155 [  9451] By: nick                                  on 2001/03/29  16:31:38
43156         Log: Integrate mainline
43157      Branch: perlio
43158           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
43159           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
43160           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
43161           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
43162           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
43163 ____________________________________________________________________________
43164 [  9450] By: jhi                                   on 2001/03/29  16:29:17
43165         Log: Integrate perlio.
43166      Branch: perl
43167           !> win32/buildext.pl
43168 ____________________________________________________________________________
43169 [  9449] By: jhi                                   on 2001/03/29  15:50:01
43170         Log: Update Changes.
43171      Branch: perl
43172            ! Changes patchlevel.h
43173 ____________________________________________________________________________
43174 [  9448] By: nick                                  on 2001/03/29  15:47:15
43175         Log: Make sure buildext.pl finds Errno.pm
43176      Branch: perlio
43177            ! win32/buildext.pl
43178 ____________________________________________________________________________
43179 [  9447] By: jhi                                   on 2001/03/29  15:39:34
43180         Log: Integrate perlio.
43181      Branch: perl
43182           !> win32/makefile.mk
43183 ____________________________________________________________________________
43184 [  9446] By: nick                                  on 2001/03/29  15:30:03
43185         Log: Integrate win32/makefile.mk with mainline.
43186      Branch: perlio
43187           !> win32/makefile.mk
43188 ____________________________________________________________________________
43189 [  9445] By: nick                                  on 2001/03/29  15:27:32
43190         Log: Fix breakage ... 
43191      Branch: perlio
43192            ! win32/makefile.mk
43193 ____________________________________________________________________________
43194 [  9444] By: jhi                                   on 2001/03/29  15:03:08
43195         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
43196              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43197              Date: Thu, 29 Mar 2001 10:32:59 +0400
43198              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
43199      Branch: perl
43200            ! win32/makefile.mk
43201 ____________________________________________________________________________
43202 [  9443] By: jhi                                   on 2001/03/29  15:02:12
43203         Log: Integrate perlio.
43204      Branch: perl
43205           +> win32/buildext.pl
43206           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
43207           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
43208 ____________________________________________________________________________
43209 [  9442] By: nick                                  on 2001/03/29  14:59:11
43210         Log: Work in progress - determine win32 extensions to build via script.
43211      Branch: perlio
43212            + win32/buildext.pl
43213            ! MANIFEST win32/makefile.mk
43214 ____________________________________________________________________________
43215 [  9441] By: jhi                                   on 2001/03/29  14:51:47
43216         Log: Reintroduce the use of external pwd.
43217      Branch: perl
43218            ! t/lib/cwd.t
43219 ____________________________________________________________________________
43220 [  9440] By: jhi                                   on 2001/03/29  14:42:58
43221         Log: use warnings instead of -w.
43222      Branch: perl
43223            ! utils/h2xs.PL
43224 ____________________________________________________________________________
43225 [  9439] By: jhi                                   on 2001/03/29  14:41:52
43226         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
43227              From: Jonathan Stowe <gellyfish@gellyfish.com>
43228              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
43229              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
43230      Branch: perl
43231            ! utils/h2xs.PL
43232 ____________________________________________________________________________
43233 [  9438] By: jhi                                   on 2001/03/29  14:39:38
43234         Log: Subject: [PATCH perl@9424] minor pod nits
43235              From: Robin Barker <rmb1@cise.npl.co.uk>
43236              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
43237              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
43238      Branch: perl
43239            ! pod/perlhack.pod pod/perliol.pod
43240 ____________________________________________________________________________
43241 [  9437] By: jhi                                   on 2001/03/29  14:29:16
43242         Log: Subject: [PATCH perl@9424] typemap cast warning
43243              From: Robin Barker <rmb1@cise.npl.co.uk>
43244              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
43245              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
43246      Branch: perl
43247            ! lib/ExtUtils/typemap
43248 ____________________________________________________________________________
43249 [  9436] By: jhi                                   on 2001/03/29  14:26:03
43250         Log: Subject: [PATCH perl@9424] printf warning
43251              From: Robin Barker <rmb1@cise.npl.co.uk>
43252              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
43253              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
43254      Branch: perl
43255            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
43256            ! ext/Storable/Storable.xs toke.c
43257 ____________________________________________________________________________
43258 [  9435] By: nick                                  on 2001/03/29  14:23:31
43259         Log: Win32 has name conflict with ERROR
43260      Branch: perlio
43261            ! ext/PerlIO/Via/Via.xs
43262 ____________________________________________________________________________
43263 [  9434] By: jhi                                   on 2001/03/29  14:17:48
43264         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
43265              From: Peter Prymmer <pvhp@forte.com>
43266              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
43267              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
43268      Branch: perl
43269            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
43270 ____________________________________________________________________________
43271 [  9433] By: jhi                                   on 2001/03/29  13:52:44
43272         Log: test-prep target was missing.
43273      Branch: perl
43274            ! Makefile.SH
43275 ____________________________________________________________________________
43276 [  9432] By: nick                                  on 2001/03/29  12:40:03
43277         Log: Make as-shipped compiler default to MSVC6 
43278      Branch: perlio
43279            ! win32/makefile.mk
43280 ____________________________________________________________________________
43281 [  9431] By: nick                                  on 2001/03/29  12:12:16
43282         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
43283              akin to PerlIO::Scalar.
43284      Branch: perlio
43285            ! perlio.c perlio.h
43286 ____________________________________________________________________________
43287 [  9430] By: nick                                  on 2001/03/29  10:56:35
43288         Log: Integrate mainline.
43289      Branch: perlio
43290           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
43291           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
43292           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
43293           !> win32/makefile.mk win32/win32sck.c
43294 ____________________________________________________________________________
43295 [  9429] By: nick                                  on 2001/03/29  09:03:43
43296         Log: Noticed that two tests were skipped as perlio:: package
43297              isn't there any more. Changed the skip condition.
43298              Avoid core-dump if sv_utf8_upgrade() called on something
43299              that does not become SvPOK after SvPV() (e.g. a ref).
43300      Branch: perlio
43301            ! sv.c t/io/utf8.t t/lib/io_scalar.t
43302 ____________________________________________________________________________
43303 [  9428] By: jhi                                   on 2001/03/29  01:31:47
43304         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
43305              From: Benjamin Sugars <bsugars@canoe.ca> 
43306              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
43307              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
43308      Branch: perl
43309            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
43310            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
43311            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
43312 ____________________________________________________________________________
43313 [  9427] By: jhi                                   on 2001/03/29  00:49:30
43314         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
43315              From: "Vadim Konovalov" <watman@inbox.ru>
43316              Date: Thu, 29 Mar 2001 01:50:12 +0400
43317              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
43318      Branch: perl
43319            ! win32/makefile.mk win32/win32sck.c
43320 ____________________________________________________________________________
43321 [  9426] By: gsar                                  on 2001/03/29  00:28:04
43322         Log: dmake can only handle == and != in comparisons; support building
43323              with Borland's VCL libraries (from Vadim Konovalov)
43324      Branch: maint-5.6/perl
43325            ! win32/makefile.mk
43326 ____________________________________________________________________________
43327 [  9425] By: nick                                  on 2001/03/28  19:29:56
43328         Log: Integrate (@snapshot)
43329      Branch: perlio
43330           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
43331 ____________________________________________________________________________
43332 [  9424] By: jhi                                   on 2001/03/28  19:03:16
43333         Log: Update Changes.
43334      Branch: perl
43335            ! Changes patchlevel.h
43336 ____________________________________________________________________________
43337 [  9423] By: jhi                                   on 2001/03/28  18:52:09
43338         Log: Rmdir lib/XS on cleanup.
43339      Branch: perl
43340            ! Makefile.SH
43341 ____________________________________________________________________________
43342 [  9422] By: jhi                                   on 2001/03/28  18:49:34
43343         Log: Integrate perlio.
43344      Branch: perl
43345           !> t/op/utf8decode.t
43346 ____________________________________________________________________________
43347 [  9421] By: nick                                  on 2001/03/28  18:46:44
43348         Log: Loose duplicate chunk.
43349      Branch: perlio
43350            ! t/op/utf8decode.t
43351 ____________________________________________________________________________
43352 [  9420] By: nick                                  on 2001/03/28  18:44:11
43353         Log: Integrate mainline.
43354      Branch: perlio
43355           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
43356           !> vms/vmsish.h
43357 ____________________________________________________________________________
43358 [  9419] By: jhi                                   on 2001/03/28  18:42:05
43359         Log: Can't trust external pwds
43360              (either shell builtins or external programs)
43361      Branch: perl
43362            ! t/lib/cwd.t
43363 ____________________________________________________________________________
43364 [  9418] By: jhi                                   on 2001/03/28  18:34:05
43365         Log: Integrate perlio.
43366      Branch: perl
43367            - lib/perlio.pm
43368           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
43369           !> t/op/utf8decode.t
43370 ____________________________________________________________________________
43371 [  9417] By: nick                                  on 2001/03/28  18:24:02
43372         Log: PerlIO.pm / perlio.pm conflict.
43373              Update some pods.
43374              Make t/op/utf8decode.t a text file.
43375      Branch: perlio
43376            - lib/perlio.pm
43377            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
43378            ! t/op/utf8decode.t
43379 ____________________________________________________________________________
43380 [  9416] By: jhi                                   on 2001/03/28  18:06:07
43381         Log: Integrate change #9409 from mainline to maintperl.
43382              
43383              Yet another tweak on AIX dynaloading.
43384      Branch: maint-5.6/perl
43385           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
43386 ____________________________________________________________________________
43387 [  9415] By: gsar                                  on 2001/03/28  17:13:01
43388         Log: integrate changes#9377,9385,9401 from mainline
43389              
43390              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
43391              
43392              If directory entries compare equal case-insensitively,
43393              retry case-sensitively.
43394              
43395              Subject: [PATCH] B::Terse and warnings
43396      Branch: maint-5.6/perl
43397           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
43398           !> t/pragma/warn/perl
43399 ____________________________________________________________________________
43400 [  9414] By: jhi                                   on 2001/03/28  17:11:12
43401         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
43402              From: "Craig A. Berry" <craigberry@mac.com>
43403              Date: Wed, 28 Mar 2001 10:55:20 -0600
43404              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
43405      Branch: perl
43406            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
43407 ____________________________________________________________________________
43408 [  9413] By: jhi                                   on 2001/03/28  17:03:12
43409         Log: Dup hunk.
43410      Branch: perl
43411            ! t/op/utf8decode.t
43412 ____________________________________________________________________________
43413 [  9412] By: jhi                                   on 2001/03/28  17:02:36
43414         Log: Forced integrate from perlio.
43415      Branch: perl
43416           !> t/op/utf8decode.t
43417 ____________________________________________________________________________
43418 [  9411] By: nick                                  on 2001/03/28  16:50:03
43419         Log: Integrate mainline.
43420      Branch: perlio
43421           +> t/lib/cwd.t
43422           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
43423           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
43424           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
43425           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
43426           !> t/pragma/warn/perl
43427 ____________________________________________________________________________
43428 [  9410] By: jhi                                   on 2001/03/28  16:44:23
43429         Log: Subject: Re: [PATCH] 9403 cannot be tested
43430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43431              Date: Wed, 28 Mar 2001 18:33:56 +0200
43432              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
43433      Branch: perl
43434            ! makedef.pl
43435 ____________________________________________________________________________
43436 [  9409] By: jhi                                   on 2001/03/28  16:12:45
43437         Log: Yet another tweak on AIX dynaloading.
43438      Branch: perl
43439            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
43440 ____________________________________________________________________________
43441 [  9408] By: jhi                                   on 2001/03/28  15:52:55
43442         Log: Subject: [PATCH] 9403 cannot be tested
43443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
43444              Date: Wed, 28 Mar 2001 17:23:00 +0200
43445              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
43446              
43447              A missing symbol.
43448      Branch: perl
43449            ! makedef.pl
43450 ____________________________________________________________________________
43451 [  9407] By: jhi                                   on 2001/03/28  15:47:43
43452         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
43453      Branch: perl
43454            ! t/op/utf8decode.t
43455           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
43456           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
43457 ____________________________________________________________________________
43458 [  9406] By: jhi                                   on 2001/03/28  15:37:08
43459         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
43460              From: Benjamin Sugars <bsugars@canoe.ca> 
43461              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
43462              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
43463      Branch: perl
43464            + t/lib/cwd.t
43465            ! MANIFEST
43466 ____________________________________________________________________________
43467 [  9405] By: jhi                                   on 2001/03/28  15:13:18
43468         Log: pp_ne() needs a CORRECT boolean.
43469      Branch: perl
43470            ! pp.c
43471 ____________________________________________________________________________
43472 [  9404] By: jhi                                   on 2001/03/28  15:09:23
43473         Log: pp_ne() needs a boolean, not an integer.
43474      Branch: perl
43475            ! pp.c
43476 ____________________________________________________________________________
43477 [  9403] By: jhi                                   on 2001/03/28  14:47:43
43478         Log: (Retracted by #9404.)
43479      Branch: perl
43480            ! pp.c
43481 ____________________________________________________________________________
43482 [  9402] By: jhi                                   on 2001/03/28  14:43:59
43483         Log: Subject: Re: [PATCH] Typemap testing
43484              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
43485              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
43486              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
43487      Branch: perl
43488            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
43489            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
43490 ____________________________________________________________________________
43491 [  9401] By: jhi                                   on 2001/03/28  14:42:14
43492         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
43493              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
43494              Date: Sun, 25 Mar 2001 21:59:15 +0100
43495              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
43496              
43497              A variable will be checked for the "use once" warnings if:
43498              
43499              1. It is in the scope of a use warnings 'once'
43500              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
43501              
43502              Otherwise it won't be checked at all.
43503              
43504              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
43505              
43506              The enclosed patch partially fixes this issue. What I didn't
43507              get to work was the case where the "used once" warning is enabled
43508              in any file other than the main file.
43509      Branch: perl
43510            ! gv.c t/pragma/warn/perl
43511 ____________________________________________________________________________
43512 [  9400] By: nick                                  on 2001/03/28  14:38:24
43513         Log: More EBCDIC tweaks:
43514              - one more swash issue &~(0xA0-1) did not do the right thing,
43515              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
43516              - add "use re 'asciirange'" to make [!-~] etc. work
43517              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
43518              - Choose a key for t/op/each.t test which gets encoded.
43519              - Skip utf8decode if this is UTF-EBCDIC.
43520      Branch: perlio
43521            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
43522            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
43523 ____________________________________________________________________________
43524 [  9399] By: jhi                                   on 2001/03/28  14:21:00
43525         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
43526              Andreas Schwab.
43527      Branch: perl
43528            ! pp.c
43529 ____________________________________________________________________________
43530 [  9398] By: jhi                                   on 2001/03/28  00:55:56
43531         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
43532              From: David Dyck <dcd@tc.fluke.com>
43533              Date: Tue, 27 Mar 2001 15:16:24 -0800
43534              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
43535      Branch: perl
43536            ! ext/IO/lib/IO/Socket.pm
43537 ____________________________________________________________________________
43538 [  9397] By: jhi                                   on 2001/03/27  21:52:49
43539         Log: Integrate perlio.
43540      Branch: perl
43541           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
43542           +> ext/PerlIO/Via/Via.xs
43543           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
43544 ____________________________________________________________________________
43545 [  9396] By: nick                                  on 2001/03/27  21:45:13
43546         Log: Integrate mainline.
43547      Branch: perlio
43548           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
43549           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
43550 ____________________________________________________________________________
43551 [  9395] By: nick                                  on 2001/03/27  21:18:58
43552         Log: Outline docs for PerlIO and PerlIO::Scalar
43553      Branch: perlio
43554            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
43555 ____________________________________________________________________________
43556 [  9394] By: nick                                  on 2001/03/27  20:50:13
43557         Log: PerlIO::Via layer (alpha-ish).
43558      Branch: perlio
43559            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
43560            + ext/PerlIO/Via/Via.xs
43561            ! MANIFEST
43562 ____________________________________________________________________________
43563 [  9393] By: jhi                                   on 2001/03/27  20:49:55
43564         Log: Retract #9329 now that 9390 should take care of the matter.
43565      Branch: perl
43566            ! utils/h2xs.PL
43567 ____________________________________________________________________________
43568 [  9390] By: jhi                                   on 2001/03/27  20:47:50
43569         Log: Subject: Autoloading Errno.pm when %! is encountered
43570              From: Robin Houston <robin@kitsite.com>
43571              Date: Tue, 27 Mar 2001 20:57:11 +0100
43572              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
43573      Branch: perl
43574            ! embed.h embed.pl gv.c proto.h t/op/magic.t
43575 ____________________________________________________________________________
43576 [  9389] By: jhi                                   on 2001/03/27  20:24:31
43577         Log: Integrate perlio.
43578      Branch: perl
43579           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
43580           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
43581           !> utf8.c
43582 ____________________________________________________________________________
43583 [  9388] By: jhi                                   on 2001/03/27  20:21:38
43584         Log: Better have a three-element array if one is going to assign
43585              to the third element of that array. (from Tim Jenness)
43586      Branch: perl
43587            ! ext/XS/Typemap/Typemap.xs
43588 ____________________________________________________________________________
43589 [  9387] By: nick                                  on 2001/03/27  20:15:43
43590         Log: Integrate mainline.
43591      Branch: perlio
43592           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
43593           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
43594           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
43595           +> t/lib/xs-typemap.t
43596           !> (integrate 34 files)
43597 ____________________________________________________________________________
43598 [  9386] By: jhi                                   on 2001/03/27  20:04:18
43599         Log: Subject: Re: perl@9359 breaks HTML::Parser
43600              From: Gisle Aas <gisle@ActiveState.com>
43601              Date: 27 Mar 2001 11:30:24 -0800
43602              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
43603              
43604              Clarify the UTF-8 issues of the API docs.
43605              (Slightly reworded and expanded.)
43606      Branch: perl
43607            ! pod/perlapi.pod sv.c sv.h
43608 ____________________________________________________________________________
43609 [  9385] By: jhi                                   on 2001/03/27  19:44:25
43610         Log: If directory entries compare equal case-insensitively,
43611              retry case-sensitively.
43612      Branch: perl
43613            ! ext/File/Glob/bsd_glob.c
43614 ____________________________________________________________________________
43615 [  9384] By: nick                                  on 2001/03/27  19:38:50
43616         Log: Various EBCDIC fixes:
43617              - major revelation that swash code is encoding aware,
43618              (or thought it was) - now it is ;-)
43619              - With that out of the way fix a slab of tr/// cases.
43620              - Fix Encode 'Unicode' to be true Unicode so tests pass.
43621              - As anticipated Base64.xs needed tweaks.
43622              - Until tr/// works right avoid old_encode64 in MIME tests.
43623      Branch: perlio
43624            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
43625            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
43626 ____________________________________________________________________________
43627 [  9383] By: jhi                                   on 2001/03/27  18:34:41
43628         Log: Add the std test suite BEGIN block.
43629      Branch: perl
43630            ! t/lib/xs-typemap.t
43631 ____________________________________________________________________________
43632 [  9382] By: jhi                                   on 2001/03/27  15:16:07
43633         Log: Add debugging output to the test.
43634      Branch: perl
43635            ! t/lib/glob-basic.t
43636 ____________________________________________________________________________
43637 [  9381] By: jhi                                   on 2001/03/27  15:08:10
43638         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
43639      Branch: perl
43640            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
43641            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
43642            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
43643            + t/lib/xs-typemap.t
43644            ! MANIFEST
43645 ____________________________________________________________________________
43646 [  9380] By: jhi                                   on 2001/03/27  14:48:34
43647         Log: Subject: [PATCH] Typemap testing
43648              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
43649              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
43650              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
43651              
43652              (The first part of the patch.)
43653      Branch: perl
43654            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
43655 ____________________________________________________________________________
43656 [  9379] By: jhi                                   on 2001/03/27  14:44:56
43657         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
43658              From: Benjamin Sugars <bsugars@canoe.ca> 
43659              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
43660              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
43661      Branch: perl
43662            ! t/lib/glob-basic.t
43663 ____________________________________________________________________________
43664 [  9378] By: jhi                                   on 2001/03/27  14:42:30
43665         Log: Subject: [PATCH] perlvar nit
43666              From: Simon Cozens <simon@netthink.co.uk>
43667              Date: Tue, 27 Mar 2001 01:12:01 +0100
43668              Message-ID: <20010327011201.A19179@netthink.co.uk>
43669      Branch: perl
43670            ! pod/perlvar.pod
43671 ____________________________________________________________________________
43672 [  9377] By: jhi                                   on 2001/03/27  14:36:26
43673         Log: Subject: [PATCH] B::Terse and warnings
43674              From: Benjamin Sugars <ben.sugars@home.com>
43675              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
43676              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
43677      Branch: perl
43678            ! ext/B/B.pm ext/B/B/Terse.pm
43679 ____________________________________________________________________________
43680 [  9376] By: jhi                                   on 2001/03/27  14:31:31
43681         Log: Document sockatmark() some.
43682      Branch: perl
43683            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
43684            ! pod/perltoc.pod
43685 ____________________________________________________________________________
43686 [  9375] By: jhi                                   on 2001/03/27  14:00:24
43687         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
43688              noted by Gisle and fixed by NI-S.
43689      Branch: perl
43690            ! sv.c
43691 ____________________________________________________________________________
43692 [  9374] By: jhi                                   on 2001/03/27  05:50:01
43693         Log: Regen toc.
43694      Branch: perl
43695            ! pod/perltoc.pod
43696 ____________________________________________________________________________
43697 [  9373] By: jhi                                   on 2001/03/27  05:43:51
43698         Log: Pixie documenting.
43699      Branch: perl
43700            ! Makefile.SH pod/perlhack.pod
43701 ____________________________________________________________________________
43702 [  9372] By: jhi                                   on 2001/03/27  05:29:34
43703         Log: Metaconfig unit changes for #9371.
43704      Branch: metaconfig
43705            ! U/modified/myhostname.U
43706      Branch: metaconfig/U/perl
43707            + d_sockatmark.U
43708            ! gccvers.U
43709 ____________________________________________________________________________
43710 [  9371] By: jhi                                   on 2001/03/27  05:29:07
43711         Log: Add sockatmark() probing.
43712      Branch: perl
43713            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43714            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43715            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43716            ! vos/config.ga.h win32/config.bc win32/config.gc
43717            ! win32/config.vc
43718 ____________________________________________________________________________
43719 [  9370] By: jhi                                   on 2001/03/26  22:01:18
43720         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
43721              Really need to benchmark this.
43722      Branch: perl
43723            ! pp.c
43724 ____________________________________________________________________________
43725 [  9369] By: nick                                  on 2001/03/26  21:59:30
43726         Log: Integrate mainline.
43727      Branch: perlio
43728            ! ext/MIME/Base64/QuotedPrint.pm
43729           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
43730           !> patchlevel.h pod/perlhack.pod pp_sys.c
43731 ____________________________________________________________________________
43732 [  9368] By: jhi                                   on 2001/03/26  21:47:03
43733         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
43734              
43735              TODO1: perlbench.
43736              TODO2: le, lt, ge, gt?  Yech.
43737      Branch: perl
43738            ! pp.c
43739 ____________________________________________________________________________
43740 [  9367] By: jhi                                   on 2001/03/26  21:34:57
43741         Log: Too much cut-and-paste in #9363.
43742      Branch: perl
43743            ! pp_sys.c
43744 ____________________________________________________________________________
43745 [  9366] By: jhi                                   on 2001/03/26  21:20:53
43746         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
43747              From: Andreas Schwab <schwab@suse.de>
43748              Date: 26 Mar 2001 17:29:04 +0200
43749              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
43750              
43751              (The patch for 5.6.0 or so, this is a guess for bleadperl)
43752      Branch: perl
43753            ! pp_hot.c
43754 ____________________________________________________________________________
43755 [  9365] By: jhi                                   on 2001/03/26  21:07:54
43756         Log: Integrate perlio.
43757      Branch: perl
43758           !> perlio.c
43759 ____________________________________________________________________________
43760 [  9364] By: nick                                  on 2001/03/26  20:30:48
43761         Log: REFCNT botch in layer name cache hash.
43762      Branch: perlio
43763            ! perlio.c
43764 ____________________________________________________________________________
43765 [  9363] By: jhi                                   on 2001/03/26  18:44:32
43766         Log: Subject: [PATCH] socket() leaks file descriptors
43767              From: Benjamin Sugars <bsugars@canoe.ca>
43768              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
43769              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
43770              
43771              Also sockpair() fixed similarly.
43772      Branch: perl
43773            ! pp_sys.c
43774 ____________________________________________________________________________
43775 [  9362] By: jhi                                   on 2001/03/26  18:37:52
43776         Log: Integrate perlio.
43777      Branch: perl
43778           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
43779 ____________________________________________________________________________
43780 [  9361] By: nick                                  on 2001/03/26  17:32:06
43781         Log: Implement flush of linebuffered streams on read of a tty.
43782      Branch: perlio
43783            ! perlio.c perliol.h
43784 ____________________________________________________________________________
43785 [  9360] By: nick                                  on 2001/03/26  17:12:32
43786         Log: Memory tweaks and notes for OEMVS.
43787      Branch: perlio
43788            ! README.os390 miniperlmain.c t/op/pat.t
43789 ____________________________________________________________________________
43790 [  9359] By: jhi                                   on 2001/03/26  02:12:54
43791         Log: Update Changes.
43792      Branch: perl
43793            ! Changes patchlevel.h
43794 ____________________________________________________________________________
43795 [  9358] By: jhi                                   on 2001/03/26  02:05:32
43796         Log: Document the most common pixie options.
43797      Branch: perl
43798            ! pod/perlhack.pod
43799 ____________________________________________________________________________
43800 [  9357] By: jhi                                   on 2001/03/26  01:25:28
43801         Log: For perl.pixie check *before* compiling that optimize is -g,
43802              as for perl.third.
43803      Branch: perl
43804            ! Makefile.SH
43805 ____________________________________________________________________________
43806 [  9356] By: jhi                                   on 2001/03/26  01:13:41
43807         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
43808      Branch: perl
43809            ! Makefile.SH
43810 ____________________________________________________________________________
43811 [  9355] By: jhi                                   on 2001/03/26  01:11:19
43812         Log: Remove t/perl.third.
43813      Branch: perl
43814            ! Makefile.SH
43815 ____________________________________________________________________________
43816 [  9354] By: jhi                                   on 2001/03/26  00:23:38
43817         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
43818              IO::Sockatmark().
43819      Branch: perl
43820            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
43821 ____________________________________________________________________________
43822 [  9353] By: jhi                                   on 2001/03/25  22:25:04
43823         Log: Integrate perlio.
43824      Branch: perl
43825           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
43826           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
43827           !> pp_hot.c win32/makefile.mk
43828 ____________________________________________________________________________
43829 [  9352] By: jhi                                   on 2001/03/25  22:21:41
43830         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
43831              From: Radu Greab <radu@netsoft.ro>
43832              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
43833              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
43834      Branch: perl
43835            ! pp_sys.c
43836 ____________________________________________________________________________
43837 [  9351] By: nick                                  on 2001/03/25  22:15:02
43838         Log: Fix readline in list mode to tell rest of world that it has
43839              things on the stack. Otherwise if perl code gets invoked
43840              underneath it it scribbles over results-so-far.
43841              (Why TIEHANDLE has not tripped on this is a mystery.)
43842      Branch: perlio
43843            ! pp_hot.c
43844 ____________________________________________________________________________
43845 [  9350] By: nick                                  on 2001/03/25  22:10:13
43846         Log: win32/makefile.mk typos
43847      Branch: perlio
43848            ! win32/makefile.mk
43849 ____________________________________________________________________________
43850 [  9349] By: nick                                  on 2001/03/25  21:31:14
43851         Log: Integrate now-non-binary file.
43852      Branch: perlio
43853           !> t/lib/mimeqp.t
43854 ____________________________________________________________________________
43855 [  9348] By: nick                                  on 2001/03/25  21:27:24
43856         Log: Make it text
43857      Branch: perlio
43858            ! t/lib/mimeqp.t
43859 ____________________________________________________________________________
43860 [  9347] By: nick                                  on 2001/03/25  21:25:37
43861         Log: Integrate mainline.
43862      Branch: perlio
43863           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
43864           !> lib/Term/ReadLine.pm t/lib/md5-file.t
43865 ____________________________________________________________________________
43866 [  9346] By: nick                                  on 2001/03/25  20:58:15
43867         Log: Add destruct time hook to PerlIO (for work-in-process implementing
43868              layers in perl code. In such cases layers need to be popped before
43869              we loose the ability to run perl code.)
43870              Also back-out "PerlIO::object" hook - it isn't going to work like that...
43871      Branch: perlio
43872            ! perl.c perlio.c perlio.h perliol.h
43873 ____________________________________________________________________________
43874 [  9345] By: nick                                  on 2001/03/25  20:49:11
43875         Log: Avoid at leasy one of undefined warnings in Encode.
43876      Branch: perlio
43877            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
43878 ____________________________________________________________________________
43879 [  9344] By: jhi                                   on 2001/03/25  20:37:43
43880         Log: A workaround for using Term::ReadLine in emacs minibuffer
43881              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
43882              additional tweaks from Ilya Zakharevich.
43883      Branch: perl
43884            ! lib/Term/ReadLine.pm
43885 ____________________________________________________________________________
43886 [  9343] By: nick                                  on 2001/03/25  20:21:14
43887         Log: Missing return value.
43888      Branch: perlio
43889            ! ext/PerlIO/Scalar/Scalar.xs
43890 ____________________________________________________________________________
43891 [  9342] By: jhi                                   on 2001/03/25  16:21:00
43892         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
43893              to equal the CPAN versions since no code changes have been made.
43894      Branch: perl
43895            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
43896            ! t/lib/md5-file.t
43897 ____________________________________________________________________________
43898 [  9341] By: jhi                                   on 2001/03/25  16:01:48
43899         Log: Escape 8-bit characters.
43900      Branch: perl
43901            ! t/lib/mimeqp.t
43902 ____________________________________________________________________________
43903 [  9340] By: gsar                                  on 2001/03/25  15:50:53
43904         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
43905              chars)
43906      Branch: perl
43907            + t/lib/mimeqp.t
43908 ____________________________________________________________________________
43909 [  9339] By: gsar                                  on 2001/03/25  15:48:50
43910         Log: delete mimeqp.t for later add with text mode set
43911      Branch: perl
43912            - t/lib/mimeqp.t
43913 ____________________________________________________________________________
43914 [  9338] By: nick                                  on 2001/03/25  09:01:57
43915         Log: Integrate mainline.
43916      Branch: perlio
43917           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
43918           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
43919           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
43920           +> t/lib/mimeb64u.t t/lib/mimeqp.t
43921           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
43922           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
43923           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
43924 ____________________________________________________________________________
43925 [  9337] By: jhi                                   on 2001/03/25  04:23:24
43926         Log: Add MIME::Base64 here and there.  Again, a lot of
43927              optimism is in the air.
43928      Branch: perl
43929            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
43930            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
43931 ____________________________________________________________________________
43932 [  9336] By: jhi                                   on 2001/03/25  04:12:43
43933         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
43934              this by ear as I do not do Win32 programming.)
43935      Branch: perl
43936            ! win32/Makefile win32/makefile.mk
43937 ____________________________________________________________________________
43938 [  9335] By: jhi                                   on 2001/03/25  04:03:50
43939         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
43940      Branch: perl
43941            ! t/lib/md5-file.t
43942 ____________________________________________________________________________
43943 [  9334] By: jhi                                   on 2001/03/25  03:58:53
43944         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
43945      Branch: perl
43946            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
43947            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
43948            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
43949            + t/lib/mimeb64u.t t/lib/mimeqp.t
43950            ! MANIFEST
43951 ____________________________________________________________________________
43952 [  9333] By: jhi                                   on 2001/03/24  20:14:37
43953         Log: Integrate perlio.
43954      Branch: perl
43955           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
43956 ____________________________________________________________________________
43957 [  9332] By: nick                                  on 2001/03/24  19:40:34
43958         Log: Fix un-init variable leading to spurious "Out of Memory!"
43959      Branch: perlio
43960            ! doio.c
43961 ____________________________________________________________________________
43962 [  9331] By: nick                                  on 2001/03/24  19:09:59
43963         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
43964              and update layers internals doc.
43965      Branch: perlio
43966            ! pod/perlfunc.pod pod/perliol.pod
43967 ____________________________________________________________________________
43968 [  9330] By: jhi                                   on 2001/03/24  18:42:11
43969         Log: The length might be uninitialized garbage if the *svp is the undef.
43970      Branch: perl
43971            ! doio.c
43972 ____________________________________________________________________________
43973 [  9329] By: jhi                                   on 2001/03/24  18:26:57
43974         Log: (Retracted by #9393)
43975              
43976              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
43977              From: Simon Cozens <simon@netthink.co.uk>
43978              Date: Sat, 24 Mar 2001 17:13:17 +0000
43979              Message-ID: <20010324171317.A13406@netthink.co.uk>
43980      Branch: perl
43981            ! utils/h2xs.PL
43982 ____________________________________________________________________________
43983 [  9328] By: nick                                  on 2001/03/24  17:22:02
43984         Log: Integrate mainline.
43985      Branch: perlio
43986           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
43987           !> lib/unicode/version
43988 ____________________________________________________________________________
43989 [  9327] By: nick                                  on 2001/03/24  17:16:02
43990         Log: Integrate mainline.
43991      Branch: perlio
43992           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
43993           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
43994           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
43995           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
43996           +> t/lib/md5-file.t
43997           !> MANIFEST Makefile.SH configure.com djgpp/config.over
43998           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
43999           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
44000           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
44001           !> win32/makefile.mk
44002 ____________________________________________________________________________
44003 [  9326] By: jhi                                   on 2001/03/24  17:00:42
44004         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
44005      Branch: perl
44006            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
44007            ! lib/unicode/version
44008 ____________________________________________________________________________
44009 [  9325] By: jhi                                   on 2001/03/24  16:22:33
44010         Log: Subject: Re: B::Deparse bug (5.6.0)
44011              From: Robin Houston <robin@kitsite.com>
44012              Date: Sat, 24 Mar 2001 14:33:09 +0000
44013              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
44014      Branch: perl
44015            ! op.c pp.c t/lib/b.t t/op/repeat.t
44016 ____________________________________________________________________________
44017 [  9324] By: jhi                                   on 2001/03/24  16:21:56
44018         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
44019              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
44020              these additions may be too optimistic.
44021      Branch: perl
44022            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
44023            ! hints/uwin.sh hints/vmesa.sh
44024 ____________________________________________________________________________
44025 [  9323] By: jhi                                   on 2001/03/24  16:06:01
44026         Log: Integrate perlio.
44027      Branch: perl
44028           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
44029           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44030            ! Makefile.SH
44031           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
44032           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
44033           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
44034           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44035           !> win32/makefile.mk win32/perlhost.h win32/win32.c
44036           !> win32/win32iop.h
44037 ____________________________________________________________________________
44038 [  9322] By: nick                                  on 2001/03/24  14:39:12
44039         Log: Routine Win32 regen_config_h - no real changes.
44040      Branch: perlio
44041            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44042 ____________________________________________________________________________
44043 [  9321] By: nick                                  on 2001/03/24  14:31:49
44044         Log: PerlIO fixups for Win32:
44045              - provide win33_popenlist() - non-functional as yet.
44046              - avoid need for aTHX in PerlIO_debug calls - even if not 
44047              enabled args are still evaluated so Win32 has trouble during fork().
44048              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
44049              - Fixup makedef.pl for latest set of symbols.
44050      Branch: perlio
44051            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
44052            ! win32/perlhost.h win32/win32.c win32/win32iop.h
44053 ____________________________________________________________________________
44054 [  9320] By: nick                                  on 2001/03/24  14:26:58
44055         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
44056              was gibberish - broke it on WIn32 at least.
44057      Branch: perlio
44058            ! ext/POSIX/POSIX.xs
44059 ____________________________________________________________________________
44060 [  9319] By: nick                                  on 2001/03/24  11:29:41
44061         Log: Generated files.
44062      Branch: perlio
44063            ! embed.h global.sym objXSUB.h perlapi.c proto.h
44064 ____________________________________________________________________________
44065 [  9318] By: nick                                  on 2001/03/24  10:29:37
44066         Log: Implement:
44067              1.  open($fh,"+<",undef);  # add test to t/io/open.t
44068              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
44069      Branch: perlio
44070            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
44071            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44072            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
44073            ! t/io/open.t t/io/utf8.t
44074 ____________________________________________________________________________
44075 [  9317] By: jhi                                   on 2001/03/23  23:41:25
44076         Log: AIX does seems to have optimization problems with its C compilers.
44077      Branch: perl
44078            ! hints/aix.sh
44079 ____________________________________________________________________________
44080 [  9316] By: jhi                                   on 2001/03/23  23:40:46
44081         Log: Integrate perlio.
44082      Branch: perl
44083           +> lib/PerlIO.pm
44084           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
44085           !> perliol.h
44086 ____________________________________________________________________________
44087 [  9315] By: jhi                                   on 2001/03/23  22:16:30
44088         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
44089      Branch: perl
44090            ! t/lib/md5-file.t
44091 ____________________________________________________________________________
44092 [  9314] By: nick                                  on 2001/03/23  20:49:02
44093         Log: Perlio internals re-organized.
44094              - open process creates AV of layer/arg pairs
44095              (appends layers from open() or open.pm to default list).
44096              - push arg is now an SV.
44097              - layer ->Open get passed the AV
44098              - open is no longer mandatory method.
44099              - topmost layer that has ->Open method does the open
44100              - any layers above are pushed once that returns.
44101              - vtable re-ordered so dummy layers need only provide push/pop methods.
44102      Branch: perlio
44103            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44104 ____________________________________________________________________________
44105 [  9313] By: nick                                  on 2001/03/23  16:27:41
44106         Log: Check in a stable (working) version before next round of tweaks.
44107              Changes include:
44108              - Move default layers code out of doio.c and into perlio.c
44109              - Single routine for parsing layer specification strings.
44110              - Skeleton support for demand loading of layers
44111              - Core-dump avoidance if PERLIO environment specifies loadable layer
44112              (does not _work_ as need IO to load and need load to do IO ...)
44113      Branch: perlio
44114            + lib/PerlIO.pm
44115            ! MANIFEST doio.c perlio.c
44116 ____________________________________________________________________________
44117 [  9312] By: gsar                                  on 2001/03/23  16:25:25
44118         Log: add execute bit to files with shebang lines in the repository;
44119              avoid clobbering execute bit in Porting/makerel 
44120      Branch: maint-5.6/perl
44121            ! (edit 144 files)
44122 ____________________________________________________________________________
44123 [  9311] By: jhi                                   on 2001/03/23  14:25:35
44124         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
44125      Branch: perl
44126            ! MANIFEST
44127 ____________________________________________________________________________
44128 [  9310] By: jhi                                   on 2001/03/23  13:45:04
44129         Log: Subject: [PATCH] Net::Ping
44130              From: Colin McMillen <mcmi0037@tc.umn.edu>
44131              Date: Thu, 22 Mar 2001 19:30:31 -0600
44132              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
44133      Branch: perl
44134            ! lib/Net/Ping.pm
44135 ____________________________________________________________________________
44136 [  9309] By: jhi                                   on 2001/03/23  13:39:13
44137         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
44138      Branch: perl
44139            ! t/lib/md5-aaa.t t/lib/md5-file.t
44140 ____________________________________________________________________________
44141 [  9308] By: jhi                                   on 2001/03/23  13:20:34
44142         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
44143              - bump the version to 2.14
44144              - drop the base64 tests since they require MIME::Base64
44145              - drop the rfc1321.txt
44146              - drop the hints/dec_osf.pl since it's only needed for
44147              pre-5.005_03 Perls
44148              Todo:
44149              - the U32 alignment testing is now removed; it needs to
44150              be reintroduced as as a Config variable (meaning also
44151              as a Configure test)
44152              - get the new EBCDIC md5sum for MD5.pm
44153              - test in Win32 to see how badly I botched the makefiles
44154      Branch: perl
44155            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44156            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
44157            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
44158            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
44159            + t/lib/md5-file.t
44160            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
44161            ! win32/Makefile win32/makefile.mk
44162 ____________________________________________________________________________
44163 [  9307] By: jhi                                   on 2001/03/23  12:56:14
44164         Log: Integrate change #9306 from maintperl into mainline,
44165              AIX dynaloader for AIXes without <load.h>.
44166      Branch: perl
44167           !> ext/DynaLoader/hints/aix.pl
44168 ____________________________________________________________________________
44169 [  9306] By: jhi                                   on 2001/03/23  12:51:36
44170         Log: There are AIXes without /usr/include/load.h,
44171              patch from H.Merijn Brand.
44172      Branch: maint-5.6/perl
44173            ! ext/DynaLoader/hints/aix.pl
44174 ____________________________________________________________________________
44175 [  9305] By: nick                                  on 2001/03/23  11:00:42
44176         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
44177      Branch: perlio
44178            ! ext/Encode/Encode.xs perlio.c perlio.h
44179 ____________________________________________________________________________
44180 [  9304] By: nick                                  on 2001/03/23  10:20:46
44181         Log: Render -Duseperlio functional again.
44182              - this is "quick fix" which calls PerlIO_apply_layers after opening,
44183              which is what old scheme did. New scheme needs to change that
44184              to make open(...,\$scalar) etc. work but this will do for now.
44185      Branch: perlio
44186            ! perlio.c
44187 ____________________________________________________________________________
44188 [  9303] By: nick                                  on 2001/03/23  09:53:20
44189         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
44190              -Uuseperlio now works again.
44191              -Duseperlio is still poorly. Don't merge yet...
44192      Branch: perlio
44193            ! doio.c perlio.h
44194 ____________________________________________________________________________
44195 [  9302] By: nick                                  on 2001/03/22  22:26:51
44196         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
44197              type code.
44198              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
44199              is its main caller. In particular now has access to "extra" args, and
44200              can tell when an open handle is "reopened" (or duped?).
44201              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
44202              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
44203              PerlIO_open() et. al. (i.e. other way round).
44204              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
44205              with args close to PerlIO_openn().
44206      Branch: perlio
44207            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44208 ____________________________________________________________________________
44209 [  9301] By: jhi                                   on 2001/03/22  20:58:04
44210         Log: Integrate perlio.
44211      Branch: perl
44212           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
44213           !> t/io/open.t util.c
44214 ____________________________________________________________________________
44215 [  9300] By: nick                                  on 2001/03/22  17:36:32
44216         Log: Don't include $@ in not ok message.
44217      Branch: perlio
44218            ! t/io/open.t
44219 ____________________________________________________________________________
44220 [  9299] By: gsar                                  on 2001/03/22  16:53:45
44221         Log: back out changes#7532,7521 for now (appears to have problems
44222              on IRIX)
44223      Branch: maint-5.6/perl
44224            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44225            ! ext/POSIX/typemap pod/perlvar.pod
44226 ____________________________________________________________________________
44227 [  9298] By: nick                                  on 2001/03/22  14:35:46
44228         Log: Give a meaning to '&' in n-arg open case:
44229              open($fh,"<&",$scalar);
44230              $scalar can be:
44231              - an integer which does "fdopen"
44232              open($fh,"<&",2); # like open($fh,"<&2")
44233              - something that will yield a file handle via sv_2io()
44234              useful for dup'ing anonymous handles.
44235              e.g.:
44236              open(my $fh,"<&",\*STDIN);
44237              open(my $dup,"<&",$fh);
44238      Branch: perlio
44239            ! doio.c t/io/open.t
44240 ____________________________________________________________________________
44241 [  9297] By: nick                                  on 2001/03/22  13:34:35
44242         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
44243      Branch: perlio
44244            ! util.c
44245 ____________________________________________________________________________
44246 [  9296] By: nick                                  on 2001/03/22  12:51:20
44247         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
44248      Branch: perlio
44249            ! perl.c
44250 ____________________________________________________________________________
44251 [  9295] By: nick                                  on 2001/03/22  11:59:44
44252         Log: If stdin, stdout or stderr get opened in unexpected read/write state
44253              then warn at time of open not at time of use.
44254      Branch: perlio
44255            ! doio.c pp_hot.c pp_sys.c
44256 ____________________________________________________________________________
44257 [  9294] By: nick                                  on 2001/03/22  10:54:35
44258         Log: Die on n-arg open(...,"",xxx,yyy,...)
44259              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
44260              - die on read/write cases so we can decide what it means later.
44261      Branch: perlio
44262            ! doio.c embed.pl iperlsys.h util.c
44263 ____________________________________________________________________________
44264 [  9293] By: nick                                  on 2001/03/22  09:02:45
44265         Log: perlio tweaks (reported by Nick Clark)
44266              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
44267              error check in Pendinf_read().
44268      Branch: perlio
44269            ! perlio.c
44270 ____________________________________________________________________________
44271 [  9292] By: gsar                                  on 2001/03/22  07:12:00
44272         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
44273              fixes)
44274      Branch: maint-5.6/perl
44275           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
44276 ____________________________________________________________________________
44277 [  9291] By: jhi                                   on 2001/03/22  06:06:44
44278         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
44279      Branch: perl
44280            ! t/op/re_tests
44281 ____________________________________________________________________________
44282 [  9290] By: jhi                                   on 2001/03/22  05:57:01
44283         Log: Move MacOS Classic higher in the list of supported platforms.
44284      Branch: maint-5.6/perl
44285            ! pod/perlport.pod
44286 ____________________________________________________________________________
44287 [  9289] By: gsar                                  on 2001/03/22  05:35:04
44288         Log: revert part of change#6438 for compatibility (av_reify()
44289              appears to be needed to implement av_splice()ish things
44290              in XS)
44291      Branch: maint-5.6/perl
44292            ! embed.pl global.sym objXSUB.h perlapi.c
44293 ____________________________________________________________________________
44294 [  9288] By: gsar                                  on 2001/03/22  03:09:19
44295         Log: update copyright year
44296      Branch: maint-5.6/perl
44297            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
44298            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
44299            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
44300            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
44301            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
44302            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
44303            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
44304            ! x2p/walk.c
44305 ____________________________________________________________________________
44306 [  9287] By: jhi                                   on 2001/03/21  20:30:54
44307         Log: Integrate perlio.
44308      Branch: perl
44309           !> ext/Data/Dumper/Dumper.xs
44310 ____________________________________________________________________________
44311 [  9286] By: gsar                                  on 2001/03/21  19:49:54
44312         Log: makefile.mk tweak
44313      Branch: maint-5.6/perl
44314            ! win32/Makefile win32/makefile.mk
44315 ____________________________________________________________________________
44316 [  9285] By: nick                                  on 2001/03/21  19:07:13
44317         Log: Multiplicity fix for Dumper.
44318      Branch: perlio
44319            ! ext/Data/Dumper/Dumper.xs
44320 ____________________________________________________________________________
44321 [  9284] By: nick                                  on 2001/03/21  19:01:07
44322         Log: Integrate mainline - (does not build xTHX issue in Dumper).
44323      Branch: perlio
44324           !> (integrate 27 files)
44325 ____________________________________________________________________________
44326 [  9283] By: jhi                                   on 2001/03/21  17:17:35
44327         Log: Integrate change #9282 from mainline into maintperl,
44328              4-arg UTF-8 substr().
44329      Branch: maint-5.6/perl
44330           !> pp.c
44331 ____________________________________________________________________________
44332 [  9282] By: jhi                                   on 2001/03/21  17:15:43
44333         Log: The #9270 would have leaked a scalar if pp_substr()
44334              returned early.
44335      Branch: perl
44336            ! pp.c
44337 ____________________________________________________________________________
44338 [  9281] By: gsar                                  on 2001/03/21  17:03:14
44339         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
44340      Branch: maint-5.6/perl
44341            ! win32/makefile.mk
44342 ____________________________________________________________________________
44343 [  9280] By: gsar                                  on 2001/03/21  17:01:20
44344         Log: some tweaks to change#9278 (fork() emulation should be enabled
44345              by setting BUILD_FLAVOR instead of changing the defaults)
44346      Branch: maint-5.6/perl
44347            ! win32/makefile.mk
44348 ____________________________________________________________________________
44349 [  9279] By: gsar                                  on 2001/03/21  16:47:19
44350         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
44351      Branch: maint-5.6/perl
44352            ! ext/File/Glob/Glob.pm
44353           !> lib/Cwd.pm
44354 ____________________________________________________________________________
44355 [  9278] By: jhi                                   on 2001/03/21  14:35:10
44356         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
44357              From: "Vadim Konovalov" <watman@inbox.ru>
44358              Date: Wed, 21 Mar 2001 01:53:51 +0300
44359              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
44360      Branch: maint-5.6/perl
44361            ! win32/makefile.mk win32/win32sck.c
44362 ____________________________________________________________________________
44363 [  9277] By: jhi                                   on 2001/03/21  13:58:28
44364         Log: Integrate change #9270 from mainline to maintperl:
44365              continued 4-arg UTF-8 substr() fixing.
44366      Branch: maint-5.6/perl
44367           !> pp.c t/op/substr.t
44368 ____________________________________________________________________________
44369 [  9276] By: jhi                                   on 2001/03/21  13:33:00
44370         Log: More pixie cleaning.
44371      Branch: perl
44372            ! Makefile.SH
44373 ____________________________________________________________________________
44374 [  9275] By: jhi                                   on 2001/03/21  03:54:17
44375         Log: Update Changes.
44376      Branch: perl
44377            ! Changes patchlevel.h
44378 ____________________________________________________________________________
44379 [  9274] By: jhi                                   on 2001/03/21  03:48:24
44380         Log: First stab at making Data::Dumper to grok Unicode.
44381              
44382              TODO: tests, EBCDICify.
44383      Branch: perl
44384            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
44385 ____________________________________________________________________________
44386 [  9273] By: jhi                                   on 2001/03/21  02:23:00
44387         Log: Fix for
44388              
44389              Subject: Memory leak in unquoted print   
44390              From: Benjamin Sugars <bsugars@canoe.ca> 
44391              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
44392              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
44393      Branch: perl
44394            ! perlio.c
44395 ____________________________________________________________________________
44396 [  9272] By: jhi                                   on 2001/03/21  01:33:17
44397         Log: Subject: Re: [PATCH] POSIX::getcwd()
44398              From: Benjamin Sugars <bsugars@canoe.ca> 
44399              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
44400              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
44401      Branch: perl
44402            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
44403 ____________________________________________________________________________
44404 [  9271] By: jhi                                   on 2001/03/21  01:22:52
44405         Log: Subject: [PATCH] Cwd.pm docs
44406              From: Benjamin Sugars <bsugars@canoe.ca>
44407              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
44408              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
44409      Branch: perl
44410            ! lib/Cwd.pm
44411 ____________________________________________________________________________
44412 [  9270] By: jhi                                   on 2001/03/21  01:16:29
44413         Log: Continue 4-arg substr() UTF-8 fixage.
44414      Branch: perl
44415            ! pp.c t/op/substr.t
44416 ____________________________________________________________________________
44417 [  9269] By: jhi                                   on 2001/03/21  00:46:14
44418         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
44419              
44420              revert the leak fix in change#9142 (problem needs a more experimental
44421              fix unsuitable for 5.6.1)
44422              
44423              do alphabetical sorting by default (for csh compatibility)
44424              
44425              cut-n-paste goof in change#9264
44426              
44427              VMS piping fixes (from Charles Lane)
44428      Branch: perl
44429           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
44430           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
44431           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
44432 ____________________________________________________________________________
44433 [  9268] By: jhi                                   on 2001/03/21  00:37:04
44434         Log: Integrate perlio.
44435      Branch: perl
44436           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
44437           !> utf8.c utf8.h utfebcdic.h
44438 ____________________________________________________________________________
44439 [  9267] By: nick                                  on 2001/03/20  20:04:39
44440         Log: More EBCDIC stuff:
44441              - Loose the extra level of function on ASCII.
44442              - spotted a chr(0) issue in sv.c
44443              - re-work of UTF-X tr/// ranges to work in Unicode
44444              space. Still issues with the "0xff is illegal UTF-8" hack.
44445              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
44446              (why do it once when you can do it all over the place :-(
44447              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
44448              need utf8.pm for swashes.
44449              - Simplified and commented scan_const() in toke.c
44450              Still something wrong regexp and tr (swashes?).
44451      Branch: perlio
44452            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
44453            ! utf8.c utf8.h utfebcdic.h
44454 ____________________________________________________________________________
44455 [  9266] By: gsar                                  on 2001/03/20  19:16:43
44456         Log: VMS piping fixes (from Charles Lane)
44457      Branch: maint-5.6/perl
44458            ! vms/vms.c vms/vmspipe.com
44459 ____________________________________________________________________________
44460 [  9265] By: gsar                                  on 2001/03/20  17:53:52
44461         Log: cut-n-paste goof in change#9264
44462      Branch: maint-5.6/perl
44463            ! ext/File/Glob/Glob.xs
44464 ____________________________________________________________________________
44465 [  9264] By: gsar                                  on 2001/03/20  17:43:47
44466         Log: do alphabetical sorting by default (for csh compatibility);
44467              bsd_glob() does ASCII sort by default as usual, unless
44468              GLOB_ALPHASORT was specified
44469      Branch: maint-5.6/perl
44470            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
44471            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
44472            ! ext/File/Glob/bsd_glob.h
44473 ____________________________________________________________________________
44474 [  9263] By: gsar                                  on 2001/03/20  16:40:08
44475         Log: integrate change#9255 from mainline (unicode fix)
44476              
44477              substr($bytestr, i, n, $charstr)
44478      Branch: maint-5.6/perl
44479           !> Todo-5.6 pp.c t/op/substr.t
44480 ____________________________________________________________________________
44481 [  9262] By: gsar                                  on 2001/03/20  15:57:41
44482         Log: revert the leak fix in change#9142 (problem needs a more experimental
44483              fix unsuitable for 5.6.1)
44484      Branch: maint-5.6/perl
44485            ! scope.c
44486 ____________________________________________________________________________
44487 [  9261] By: jhi                                   on 2001/03/20  14:26:25
44488         Log: Integrate changes #9259,9260 from maintperl into mainline.
44489              
44490              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
44491              
44492              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
44493      Branch: perl
44494           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
44495 ____________________________________________________________________________
44496 [  9260] By: jhi                                   on 2001/03/20  14:05:46
44497         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
44498              From: Robin Barker <rmb1@cise.npl.co.uk>
44499              Date: Tue, 20 Mar 2001 10:12:04 GMT
44500              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
44501      Branch: maint-5.6/perl
44502            ! run.c
44503 ____________________________________________________________________________
44504 [  9259] By: jhi                                   on 2001/03/20  14:04:39
44505         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
44506              From: Chris Nandor <pudge@pobox.com>
44507              Date: Tue, 20 Mar 2001 00:40:56 -0500
44508              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
44509      Branch: maint-5.6/perl
44510            ! ext/POSIX/POSIX.xs lib/File/Path.pm
44511 ____________________________________________________________________________
44512 [  9258] By: jhi                                   on 2001/03/20  05:09:34
44513         Log: Update Changes.
44514      Branch: perl
44515            ! Changes patchlevel.h
44516 ____________________________________________________________________________
44517 [  9257] By: jhi                                   on 2001/03/20  05:04:25
44518         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
44519      Branch: perl
44520            ! t/op/tr.t
44521 ____________________________________________________________________________
44522 [  9256] By: jhi                                   on 2001/03/20  04:43:12
44523         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
44524              From: Peter Prymmer <pvhp@forte.com>
44525              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
44526              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
44527      Branch: maint-5.6/perl
44528            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
44529 ____________________________________________________________________________
44530 [  9255] By: jhi                                   on 2001/03/19  23:17:17
44531         Log: substr($bytestr, i, n, $charstr)
44532              
44533              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
44534      Branch: perl
44535            ! Todo-5.6 pp.c t/op/substr.t
44536 ____________________________________________________________________________
44537 [  9254] By: jhi                                   on 2001/03/19  22:25:09
44538         Log: Rearrange the make test target prerequisites so that
44539              in a parallel make 'all' is finished before 'test'.
44540      Branch: perl
44541            ! Makefile.SH
44542 ____________________________________________________________________________
44543 [  9253] By: jhi                                   on 2001/03/19  21:48:07
44544         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
44545              From: Robin Houston <robin@kitsite.com>
44546              Date: Mon, 19 Mar 2001 15:48:41 +0000
44547              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
44548      Branch: perl
44549            ! pp_ctl.c
44550 ____________________________________________________________________________
44551 [  9252] By: jhi                                   on 2001/03/19  21:42:27
44552         Log: Integrate perlio.
44553      Branch: perl
44554           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
44555           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
44556           !> utfebcdic.h vms/perly_c.vms
44557 ____________________________________________________________________________
44558 [  9251] By: jhi                                   on 2001/03/19  21:31:28
44559         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
44560              
44561              Dynaloading in 64-bit AIX with vac.
44562      Branch: perl
44563           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44564           !> hints/aix.sh
44565 ____________________________________________________________________________
44566 [  9250] By: jhi                                   on 2001/03/19  21:18:00
44567         Log: A more robust solution for the 64bitall AIX dynaloading
44568              problem, from Jens-Uwe Mager.
44569      Branch: maint-5.6/perl
44570            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44571 ____________________________________________________________________________
44572 [  9249] By: nick                                  on 2001/03/19  20:59:37
44573         Log: Integrate mainline.
44574      Branch: perlio
44575           !> (integrate 42 files)
44576 ____________________________________________________________________________
44577 [  9248] By: nick                                  on 2001/03/19  20:22:07
44578         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
44579              (Building on OS390 uses native YACC and YYDEBUG has other
44580              side effects.)
44581      Branch: perlio
44582            ! perly.c perly.y vms/perly_c.vms
44583 ____________________________________________________________________________
44584 [  9247] By: jhi                                   on 2001/03/19  19:59:53
44585         Log: 64-bit AIX dynaloading problem (see #9244) idea
44586              from Jens-Uwe Mager.
44587      Branch: maint-5.6/perl
44588            ! ext/DynaLoader/dl_aix.xs
44589 ____________________________________________________________________________
44590 [  9246] By: nick                                  on 2001/03/19  19:27:57
44591         Log: More EBCDIC fixes.
44592      Branch: perlio
44593            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
44594            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
44595 ____________________________________________________________________________
44596 [  9245] By: jhi                                   on 2001/03/19  19:05:19
44597         Log: Integrate change #9243 from mainline into maintperl.
44598              
44599              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
44600      Branch: maint-5.6/perl
44601           !> README.vmesa
44602 ____________________________________________________________________________
44603 [  9244] By: jhi                                   on 2001/03/19  19:03:15
44604         Log: Get 64bitall AIX building, but still does not test okay:
44605              dynaloading anything fails, for example for op/defins:
44606              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
44607              (update: fixed by #9247,9250)
44608      Branch: maint-5.6/perl
44609            ! hints/aix.sh
44610 ____________________________________________________________________________
44611 [  9243] By: jhi                                   on 2001/03/19  19:00:16
44612         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
44613              From: Robin Barker <rmb1@cise.npl.co.uk>
44614              Date: Mon, 19 Mar 2001 18:01:57 GMT
44615              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
44616      Branch: perl
44617            ! README.vmesa
44618 ____________________________________________________________________________
44619 [  9242] By: jhi                                   on 2001/03/19  18:58:43
44620         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
44621              
44622              TODO: tests.
44623      Branch: perl
44624            ! doop.c op.c
44625 ____________________________________________________________________________
44626 [  9241] By: gsar                                  on 2001/03/19  17:34:46
44627         Log: VMSify tests (from Charles Lane)
44628      Branch: maint-5.6/perl
44629            ! t/lib/filehand.t t/lib/texttabs.t
44630 ____________________________________________________________________________
44631 [  9240] By: jhi                                   on 2001/03/19  14:24:26
44632         Log: Integrate change #9233 from maintperl into mainline.
44633              
44634              some refcounts were incorrect in perl_clone()
44635      Branch: perl
44636           !> sv.c
44637 ____________________________________________________________________________
44638 [  9239] By: gsar                                  on 2001/03/19  09:23:17
44639         Log: this is 5.6.1-trial3
44640      Branch: maint-5.6/perl
44641            ! Changes
44642 ____________________________________________________________________________
44643 [  9238] By: gsar                                  on 2001/03/19  08:47:04
44644         Log: some new symbols are only available under ithreads
44645      Branch: maint-5.6/perl
44646            ! makedef.pl
44647 ____________________________________________________________________________
44648 [  9237] By: gsar                                  on 2001/03/19  08:42:28
44649         Log: update patchlevel.h, Changes, &c.
44650      Branch: maint-5.6/perl
44651            ! Changes patchlevel.h pod/perlhist.pod
44652           !> AUTHORS
44653 ____________________________________________________________________________
44654 [  9236] By: gsar                                  on 2001/03/19  08:17:49
44655         Log: integrate changes#8068,8717 from mainline
44656              
44657              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
44658              
44659              [PATCH CPAN 1.59_51] warning message (not!)
44660      Branch: maint-5.6/perl
44661           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
44662           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
44663           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
44664           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
44665           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
44666 ____________________________________________________________________________
44667 [  9235] By: gsar                                  on 2001/03/19  08:07:09
44668         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
44669              
44670              [PATCH] Add missing CV flags to dump.c
44671              
44672              Re: [patch] Re: PL_ptr_table
44673              
44674              Fixup non-ithread build after 8713
44675              
44676              Generated files form 8713 etc.
44677              
44678              Correct the correction :-(
44679              
44680              Documenting coderef @INC (Re: CPAN "make this script work" feature)
44681              
44682              Subject: Re: sync sync sync: have I missed any patches?
44683              Replace djSP with dSP.
44684      Branch: maint-5.6/perl
44685           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
44686           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
44687           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
44688           !> sv.c sv.h win32/perlhost.h
44689 ____________________________________________________________________________
44690 [  9234] By: gsar                                  on 2001/03/19  07:22:05
44691         Log: revert the change#9090 integrate for now (change looks somewhat
44692              incomplete in that [ha]v_exists() need something similar; lacks
44693              tests; &c.)
44694      Branch: maint-5.6/perl
44695            ! hv.c
44696 ____________________________________________________________________________
44697 [  9233] By: gsar                                  on 2001/03/19  07:10:01
44698         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
44699              destruction when there are unreferenced scalars (SvREFCNT==0)
44700      Branch: maint-5.6/perl
44701            ! sv.c
44702 ____________________________________________________________________________
44703 [  9232] By: jhi                                   on 2001/03/19  05:11:02
44704         Log: Regen api and toc.
44705      Branch: maint-5.6/perl
44706            ! pod/perlapi.pod pod/perltoc.pod
44707 ____________________________________________________________________________
44708 [  9231] By: jhi                                   on 2001/03/19  04:06:03
44709         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
44710              add a lost line in pp.c:pp_chop(), update to new op/chop.
44711              
44712              Clarify the description differentiating for and while; inspired by
44713              
44714              Subject: [ID 20010306.004] || != named unary operator
44715              
44716              The $Is_MacOS needs to be declared.
44717      Branch: maint-5.6/perl
44718            ! pp.c t/op/chop.t
44719           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
44720 ____________________________________________________________________________
44721 [  9230] By: jhi                                   on 2001/03/19  03:48:16
44722         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
44723              9079,9083,9089,9090,9091 from mainline to maintperl.
44724              
44725              Quieten some noise in Win32 builds
44726              
44727              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
44728              
44729              The perlretut was still talking about the old \p and \P
44730              definitions.
44731              
44732              More tweakage on the Unicode character class descriptions.
44733              
44734              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
44735              
44736              Subject: 'no *POSIX' Patch speeding up make on BS2000 
44737              
44738              Subject: [PATCH] perldata.pod here-doc docs
44739              
44740              Add /sbin and /usr/sbin to the list of directories scanned
44741              for setuid programs.  Takes care of bug id 20010309.003.
44742              
44743              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
44744              
44745              In op/stat #35 better to scan all the potential directories
44746              for setuids, not just the first one.
44747      Branch: maint-5.6/perl
44748            ! Makefile.SH
44749           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
44750           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
44751           !> t/op/stat.t toke.c win32/win32.h
44752 ____________________________________________________________________________
44753 [  9229] By: jhi                                   on 2001/03/19  02:31:50
44754         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
44755              From: Chris Nandor <pudge@pobox.com>
44756              Date: Sat, 10 Mar 2001 14:22:19 -0500
44757              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
44758      Branch: maint-5.6/perl
44759            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
44760            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
44761            ! t/lib/b.t t/lib/errno.t
44762 ____________________________________________________________________________
44763 [  9228] By: jhi                                   on 2001/03/19  02:29:59
44764         Log: Integrate changes #9113,9122 from mainline into maintperl.
44765              
44766              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
44767      Branch: maint-5.6/perl
44768           !> Configure README.os390 hints/os390.sh
44769 ____________________________________________________________________________
44770 [  9227] By: jhi                                   on 2001/03/19  02:22:35
44771         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
44772              into maintperl.
44773              
44774              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
44775              
44776              Forgot to check-in the larger part of #9120, duh.
44777              
44778              Subject: Another patch for integer.pm POD 
44779              
44780              h2ph strictness and cleanliness from Kurt Starsinic.
44781              
44782              Borland filename case problem.
44783              
44784              h2ph strictness and cleanliness from Kurt Starsinic.
44785              
44786              Subject: [PATCH] the uncontroversial doc patches
44787      Branch: maint-5.6/perl
44788           +> win32/sncfnmcs.pl
44789           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
44790           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
44791           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
44792           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
44793           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
44794           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
44795           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
44796 ____________________________________________________________________________
44797 [  9226] By: jhi                                   on 2001/03/19  02:10:21
44798         Log: Integrate changes #9207,9214 from mainline into maintperl.
44799              
44800              podchecker relaxations: =over has an *optional* number after it,
44801              and whitespace in L<> is okay.
44802      Branch: maint-5.6/perl
44803           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
44804           !> t/pod/poderrs.xr
44805 ____________________________________________________________________________
44806 [  9225] By: jhi                                   on 2001/03/19  02:07:38
44807         Log: Integrate change #9219 from maintperl into mainline.
44808              
44809              remove duplicated tests
44810      Branch: perl
44811           !> t/op/re_tests
44812 ____________________________________________________________________________
44813 [  9224] By: jhi                                   on 2001/03/19  02:06:11
44814         Log: Integrate change #9223 from mainline to maintperl.
44815              
44816              Document -Dmksymlinks.
44817      Branch: maint-5.6/perl
44818           !> INSTALL
44819 ____________________________________________________________________________
44820 [  9223] By: jhi                                   on 2001/03/19  02:01:25
44821         Log: Document -Dmksymlinks.
44822      Branch: perl
44823            ! INSTALL
44824 ____________________________________________________________________________
44825 [  9222] By: jhi                                   on 2001/03/19  01:15:35
44826         Log: The -Dmksymlinks wasn't working for maintperl.
44827      Branch: maint-5.6/perl
44828            ! Configure
44829 ____________________________________________________________________________
44830 [  9221] By: jhi                                   on 2001/03/19  00:49:43
44831         Log: Cleanup pixie residue.
44832      Branch: perl
44833            ! Makefile.SH
44834 ____________________________________________________________________________
44835 [  9220] By: jhi                                   on 2001/03/19  00:44:47
44836         Log: Document the use of pixie/prof; create make targets for it.
44837              
44838              TODO: make t/TEST pixie-aware.
44839      Branch: perl
44840            ! Makefile.SH pod/perlhack.pod
44841 ____________________________________________________________________________
44842 [  9219] By: gsar                                  on 2001/03/19  00:16:55
44843         Log: remove duplicated tests
44844      Branch: maint-5.6/perl
44845            ! t/op/re_tests
44846 ____________________________________________________________________________
44847 [  9218] By: jhi                                   on 2001/03/18  23:59:31
44848         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
44849      Branch: perl
44850            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
44851 ____________________________________________________________________________
44852 [  9217] By: jhi                                   on 2001/03/18  23:25:20
44853         Log: Rewrite the tests section of Makefile to be less redundant
44854              and to allow for more flexible test targets, many recursive
44855              make calls introduced.
44856      Branch: perl
44857            ! Makefile.SH
44858 ____________________________________________________________________________
44859 [  9216] By: jhi                                   on 2001/03/18  22:30:04
44860         Log: Document the use of Third Degree (sparsely).
44861      Branch: perl
44862            ! pod/perlhack.pod t/TEST
44863 ____________________________________________________________________________
44864 [  9215] By: jhi                                   on 2001/03/18  22:10:30
44865         Log: Make targets for testing with Third Degree.
44866      Branch: perl
44867            ! Makefile.SH
44868 ____________________________________________________________________________
44869 [  9214] By: jhi                                   on 2001/03/18  21:08:53
44870         Log: The podchecker relaxations need to mirrored also at the tests.
44871      Branch: perl
44872            ! t/pod/poderrs.xr
44873 ____________________________________________________________________________
44874 [  9213] By: jhi                                   on 2001/03/18  20:56:21
44875         Log: Update Changes.
44876      Branch: perl
44877            ! Changes patchlevel.h
44878 ____________________________________________________________________________
44879 [  9212] By: jhi                                   on 2001/03/18  20:36:59
44880         Log: Looking for config.sh in parent directories isn't
44881              very useful for the toplevel Makefile.
44882      Branch: perl
44883            ! Makefile.SH
44884 ____________________________________________________________________________
44885 [  9211] By: jhi                                   on 2001/03/18  20:33:37
44886         Log: On "make clean" take care of Third Degree droppings.
44887      Branch: perl
44888            ! Makefile.SH
44889 ____________________________________________________________________________
44890 [  9210] By: jhi                                   on 2001/03/18  20:21:34
44891         Log: Add a hook for running the tests under the Third Degree
44892              debugging tool (set $ENV{PERL_3LOG} to non-zero)
44893              
44894              TODO: Document the use of Third Degree.
44895      Branch: perl
44896            ! t/TEST
44897 ____________________________________________________________________________
44898 [  9209] By: jhi                                   on 2001/03/18  20:19:07
44899         Log: Regen toc and api pods.
44900      Branch: perl
44901            ! pod/perlapi.pod pod/perltoc.pod
44902 ____________________________________________________________________________
44903 [  9208] By: jhi                                   on 2001/03/18  20:12:12
44904         Log: Integrate changes #8128,9132 from mainline into maintperl,
44905              Tie::SubstrHash fixes.
44906      Branch: maint-5.6/perl
44907           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
44908 ____________________________________________________________________________
44909 [  9207] By: jhi                                   on 2001/03/18  20:07:43
44910         Log: podchecker relaxations from Michael Stevens.
44911      Branch: perl
44912            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
44913 ____________________________________________________________________________
44914 [  9206] By: jhi                                   on 2001/03/18  20:04:24
44915         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
44916      Branch: perl
44917            ! lib/Locale/Constants.pm lib/Locale/Country.pm
44918            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
44919            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
44920 ____________________________________________________________________________
44921 [  9205] By: jhi                                   on 2001/03/18  19:54:45
44922         Log: Integrate changes #9161,9162 from maintperl to mainline.
44923              
44924              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
44925              results
44926      Branch: perl
44927           !> t/op/magic.t
44928 ____________________________________________________________________________
44929 [  9204] By: jhi                                   on 2001/03/18  19:37:46
44930         Log: Make perl.third checks more understandable to the builder.
44931      Branch: perl
44932            ! Makefile.SH
44933 ____________________________________________________________________________
44934 [  9203] By: jhi                                   on 2001/03/18  19:20:54
44935         Log: Re-integrate #9138 from maintperl to mainline,
44936              the squelching of the unneeded "Scalars leaked" messages.
44937      Branch: perl
44938           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
44939           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
44940           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
44941 ____________________________________________________________________________
44942 [  9202] By: jhi                                   on 2001/03/18  18:48:36
44943         Log: More robust and more paranoid perl.third target.
44944      Branch: perl
44945            ! Makefile.SH
44946 ____________________________________________________________________________
44947 [  9201] By: jhi                                   on 2001/03/18  18:39:21
44948         Log: Integrate change #9197 from maintperl to mainline.
44949              
44950              more thorough cleaning of arenas.
44951      Branch: perl
44952           !> embed.pl perl.c proto.h sv.c t/op/sort.t
44953 ____________________________________________________________________________
44954 [  9200] By: jhi                                   on 2001/03/18  18:25:17
44955         Log: Integrate perlio.
44956      Branch: perl
44957           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
44958           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
44959           !> t/lib/encode.t toke.c universal.c utf8.c
44960 ____________________________________________________________________________
44961 [  9199] By: nick                                  on 2001/03/18  15:23:51
44962         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
44963              is the sense of the test being done. Avoid some magical 127 and 128 values
44964              by using macros.
44965      Branch: perlio
44966            ! doop.c pp_ctl.c sv.c toke.c
44967 ____________________________________________________________________________
44968 [  9198] By: nick                                  on 2001/03/18  14:18:12
44969         Log: UTF-X encoding invariance for Encode:
44970              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
44971              - move the XS code for those to universal.c (so in miniperl)
44972              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
44973              - change ext/Encode/compile to use above.
44974              - Fix t/lib/encode.t for above
44975              - Teach t/lib/b.t to expect -uutf8
44976              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
44977              utf8.pm is needed.
44978      Branch: perlio
44979            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
44980            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
44981 ____________________________________________________________________________
44982 [  9197] By: gsar                                  on 2001/03/18  12:15:57
44983         Log: more thorough cleaning of arenas--keep going until no more
44984              SvREFCNT_dec()s occur (this fixes the problem that causes the
44985              pesky "Scalars leaked" warnings)
44986      Branch: maint-5.6/perl
44987            ! embed.pl perl.c proto.h sv.c t/op/sort.t
44988 ____________________________________________________________________________
44989 [  9196] By: nick                                  on 2001/03/18  10:57:29
44990         Log: Fix pragma/utf8.t # 15
44991              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
44992              are SvUTF8 as well.
44993      Branch: perlio
44994            ! toke.c
44995 ____________________________________________________________________________
44996 [  9195] By: nick                                  on 2001/03/18  09:27:06
44997         Log: Integrate mainline
44998      Branch: perlio
44999           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
45000           !> t/op/pat.t
45001 ____________________________________________________________________________
45002 [  9194] By: jhi                                   on 2001/03/18  05:29:59
45003         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
45004              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
45005      Branch: perl
45006            ! op.c op.h t/op/misc.t t/op/pat.t
45007 ____________________________________________________________________________
45008 [  9193] By: jhi                                   on 2001/03/18  05:15:06
45009         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
45010      Branch: perl
45011            ! mg.c t/op/pat.t
45012 ____________________________________________________________________________
45013 [  9192] By: jhi                                   on 2001/03/18  04:22:43
45014         Log: tr/// UTF-8 patches from Inaba Hiroto.
45015      Branch: perl
45016            ! doop.c op.c
45017 ____________________________________________________________________________
45018 [  9191] By: jhi                                   on 2001/03/18  04:21:17
45019         Log: Integrate perlio.
45020      Branch: perl
45021           !> utf8.c utfebcdic.h
45022 ____________________________________________________________________________
45023 [  9190] By: nick                                  on 2001/03/17  20:32:01
45024         Log: Correct #if EBCDIC side typos.
45025              Builds and passes many tests on OS390.
45026      Branch: perlio
45027            ! utf8.c utfebcdic.h
45028 ____________________________________________________________________________
45029 [  9189] By: jhi                                   on 2001/03/17  18:55:49
45030         Log: Add prerequisites for the perl.third target.
45031      Branch: perl
45032            ! Makefile.SH
45033 ____________________________________________________________________________
45034 [  9188] By: jhi                                   on 2001/03/17  18:46:00
45035         Log: Integrate perlio.
45036      Branch: perl
45037           +> utfebcdic.h
45038           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
45039 ____________________________________________________________________________
45040 [  9187] By: jhi                                   on 2001/03/17  18:38:47
45041         Log: Add a make rule for perl.third (the Third Degree memory debugging
45042              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
45043      Branch: perl
45044            ! Makefile.SH
45045 ____________________________________________________________________________
45046 [  9186] By: nick                                  on 2001/03/17  18:34:48
45047         Log: MANIFEST addition :-(
45048      Branch: perlio
45049            ! MANIFEST
45050 ____________________________________________________________________________
45051 [  9185] By: nick                                  on 2001/03/17  18:29:50
45052         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
45053              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
45054              a superset of ASCII are invariant under the encoding. This is EBCDIC
45055              friendly as an encoded string can be looked at as being EBCDIC by lexer
45056              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
45057              ASCII on ASCII machines.
45058              
45059              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
45060              seperate.
45061              - Add some more macros to comprehend different shift amounts and
45062              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
45063              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
45064              and conditionally #include it.
45065              
45066              EBCDIC build as yet untested.  ASCII still fails the one test.
45067      Branch: perlio
45068            + utfebcdic.h
45069            ! utf8.c utf8.h
45070 ____________________________________________________________________________
45071 [  9184] By: nick                                  on 2001/03/17  17:44:16
45072         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
45073      Branch: perlio
45074            ! doop.c perl.h pp.c utf8.h
45075 ____________________________________________________________________________
45076 [  9183] By: jhi                                   on 2001/03/17  15:55:42
45077         Log: Integrate perlio.
45078      Branch: perl
45079            ! MANIFEST
45080           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
45081 ____________________________________________________________________________
45082 [  9182] By: nick                                  on 2001/03/17  09:16:06
45083         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
45084      Branch: perlio
45085            ! t/op/pat.t
45086 ____________________________________________________________________________
45087 [  9181] By: nick                                  on 2001/03/17  09:15:11
45088         Log: Integrate mainline.
45089      Branch: perlio
45090           +> lib/Locale/Constants.pm lib/Locale/Country.pm
45091           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
45092           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
45093           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
45094           !> (integrate 83 files)
45095 ____________________________________________________________________________
45096 [  9180] By: nick                                  on 2001/03/16  17:23:21
45097         Log: EBCDIC Fixes.
45098      Branch: perlio
45099            ! perl.h sv.c toke.c utf8.c utf8.h
45100 ____________________________________________________________________________
45101 [  9179] By: jhi                                   on 2001/03/16  14:10:12
45102         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
45103              a change needed to work around an AIX compiler bug.
45104      Branch: perl
45105            ! ext/Storable/Storable.xs
45106 ____________________________________________________________________________
45107 [  9178] By: jhi                                   on 2001/03/16  03:19:59
45108         Log: With Damian's approval synchronize damian's modules'
45109              licensing with Perl's standard module licensing.
45110      Branch: perl
45111            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
45112 ____________________________________________________________________________
45113 [  9177] By: jhi                                   on 2001/03/16  03:15:34
45114         Log: Make the Filter::Util:Call files have their own copies
45115              of the Perl standard module licensing, from Paul Marquess.
45116      Branch: perl
45117            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
45118 ____________________________________________________________________________
45119 [  9176] By: jhi                                   on 2001/03/16  02:56:04
45120         Log: Subject: [PATCH] more pod patches
45121              From: Michael Stevens <michael@etla.org>
45122              Date: Thu, 15 Mar 2001 21:25:18 +0000
45123              Message-ID: <20010315212518.A18870@firedrake.org>
45124      Branch: perl
45125            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
45126            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
45127            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
45128            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
45129            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
45130            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
45131            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
45132            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
45133            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
45134            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
45135            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
45136            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
45137            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
45138            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
45139            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
45140            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
45141            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
45142            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
45143            ! lib/Locale/Country.pm lib/Locale/Language.pm
45144            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
45145            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
45146            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
45147            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
45148            ! os2/OS2/Process/Process.pm
45149 ____________________________________________________________________________
45150 [  9175] By: jhi                                   on 2001/03/16  02:53:32
45151         Log: Subject: [PATCH] the uncontroversial doc patches
45152              From: Michael Stevens <michael@etla.org>
45153              Date: Thu, 15 Mar 2001 20:01:12 +0000
45154              Message-ID: <20010315200112.A7636@firedrake.org>
45155      Branch: perl
45156            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
45157            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
45158            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
45159            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
45160            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
45161 ____________________________________________________________________________
45162 [  9174] By: jhi                                   on 2001/03/16  02:50:49
45163         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
45164              From: Paul Lindner <lindner@inuus.com>
45165              Date: Fri, 16 Mar 2001 11:28:03 -0800
45166              Message-ID: <20010316112803.A7577@inuus.com>
45167      Branch: perl
45168            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45169 ____________________________________________________________________________
45170 [  9173] By: nick                                  on 2001/03/15  20:21:03
45171         Log: 1st day's EBCDIC fixes:
45172              - toke.c's parsing of strings needed attention
45173              needed to conditionally e2a if string was already UTF-8
45174              - e2a/a2e tables where wrong way round.
45175              - new macros in utf8.h
45176      Branch: perlio
45177            ! perl.h toke.c utf8.h
45178 ____________________________________________________________________________
45179 [  9172] By: jhi                                   on 2001/03/15  15:17:17
45180         Log: Update Changes.
45181      Branch: perl
45182            ! Changes patchlevel.h
45183 ____________________________________________________________________________
45184 [  9171] By: jhi                                   on 2001/03/15  15:09:32
45185         Log: Subject: Re: Another Borland C++ problem.
45186              From: "Vadim Konovalov" <watman@inbox.ru>
45187              Date: Sat, 10 Mar 2001 19:26:07 +0300
45188              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
45189              
45190              Borland filename case problem.
45191      Branch: perl
45192            + win32/sncfnmcs.pl
45193            ! MANIFEST README.win32
45194 ____________________________________________________________________________
45195 [  9170] By: jhi                                   on 2001/03/15  14:54:23
45196         Log: Add Locale::Codes 1.06, from Neil Bowers.
45197      Branch: perl
45198            + lib/Locale/Constants.pm lib/Locale/Country.pm
45199            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
45200            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
45201            + t/lib/lc-language.t t/lib/lc-uk.t
45202            ! MANIFEST
45203 ____________________________________________________________________________
45204 [  9169] By: jhi                                   on 2001/03/15  14:19:01
45205         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
45206      Branch: perl
45207            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45208            ! ext/Storable/Storable.xs
45209 ____________________________________________________________________________
45210 [  9168] By: jhi                                   on 2001/03/15  14:13:22
45211         Log: Integrate changes #9120,9167 from mainline to maintperl.
45212              
45213              Subject: [PATCH 5.6.1] OS/2 docs
45214              
45215              Subject: [PATCH 5.6.1] perldoc
45216      Branch: maint-5.6/perl
45217           !> os2/Changes utils/perldoc.PL
45218 ____________________________________________________________________________
45219 [  9167] By: jhi                                   on 2001/03/15  14:07:42
45220         Log: Subject: [PATCH 5.6.1] perldoc
45221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45222              Date: Wed, 14 Mar 2001 23:46:52 -0500
45223              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
45224      Branch: perl
45225            ! utils/perldoc.PL
45226 ____________________________________________________________________________
45227 [  9166] By: jhi                                   on 2001/03/15  13:53:15
45228         Log: sigaction test condition tweakage.
45229      Branch: perl
45230            ! t/lib/sigaction.t
45231 ____________________________________________________________________________
45232 [  9165] By: alanbur                               on 2001/03/15  03:49:17
45233         Log: Resynchronised with parent
45234      Branch: maint-5.6/pureperl
45235           +> os2/os2add.sym t/op/anonsub.t
45236           !> (integrate 72 files)
45237 ____________________________________________________________________________
45238 [  9164] By: jhi                                   on 2001/03/15  01:05:01
45239         Log: Avoid stomping off the beginning of an array in tr///.
45240      Branch: perl
45241            ! op.c
45242 ____________________________________________________________________________
45243 [  9163] By: jhi                                   on 2001/03/15  00:58:57
45244         Log: h2ph strictness and cleanliness from Kurt Starsinic.
45245      Branch: perl
45246            ! utils/h2ph.PL
45247 ____________________________________________________________________________
45248 [  9162] By: gsar                                  on 2001/03/15  00:56:53
45249         Log: avoid warnings
45250      Branch: maint-5.6/perl
45251            ! t/op/magic.t
45252 ____________________________________________________________________________
45253 [  9161] By: gsar                                  on 2001/03/15  00:52:09
45254         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
45255              results
45256      Branch: maint-5.6/perl
45257            ! t/op/magic.t
45258 ____________________________________________________________________________
45259 [  9160] By: jhi                                   on 2001/03/14  22:02:10
45260         Log: Do not use the Perl malloc in IRIX, suggested by
45261              Helmus Jarausch.
45262      Branch: perl
45263            ! hints/irix_6.sh
45264 ____________________________________________________________________________
45265 [  9159] By: nick                                  on 2001/03/14  21:45:59
45266         Log: Integrate mainline
45267      Branch: perlio
45268           +> t/op/loopctl.t
45269           !> (integrate 41 files)
45270 ____________________________________________________________________________
45271 [  9158] By: jhi                                   on 2001/03/14  21:10:09
45272         Log: The Day of the Retractions continues: the #9138
45273              (integrated in #9144) doesn't work well in mainline.
45274      Branch: perl
45275            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
45276            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
45277            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
45278 ____________________________________________________________________________
45279 [  9157] By: jhi                                   on 2001/03/14  20:58:12
45280         Log: The #9145 CANNOT be enabled: the clear_pmop code still
45281              dumps core all over in Tru64.
45282      Branch: perl
45283            ! op.c op.h t/op/pat.t
45284 ____________________________________________________________________________
45285 [  9156] By: jhi                                   on 2001/03/14  20:48:06
45286         Log: Integrate change #9154 from maintperl to mainline.
45287              
45288              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
45289              (caused Storable 1.0.10 to break on windows)
45290      Branch: perl
45291           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
45292           !> perlapi.c proto.h
45293 ____________________________________________________________________________
45294 [  9155] By: jhi                                   on 2001/03/14  20:23:53
45295         Log: Retract #9136: breaks threading (and binary compatibility).
45296      Branch: perl
45297            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
45298 ____________________________________________________________________________
45299 [  9154] By: gsar                                  on 2001/03/14  17:48:18
45300         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
45301              (caused Storable 1.0.10 to break on windows)
45302      Branch: maint-5.6/perl
45303            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
45304            ! perlapi.c proto.h
45305 ____________________________________________________________________________
45306 [  9153] By: jhi                                   on 2001/03/14  13:35:21
45307         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
45308      Branch: perl
45309            ! t/lib/sigaction.t
45310 ____________________________________________________________________________
45311 [  9152] By: gsar                                  on 2001/03/14  07:29:40
45312         Log: back out changes#9012,9010,9009 and parts of change#9016
45313              (causes ABRs under purify, and some prerequisites don't
45314              seem to be there in 5.6.x)
45315      Branch: maint-5.6/perl
45316            ! doop.c op.c t/op/tr.t toke.c
45317 ____________________________________________________________________________
45318 [  9151] By: gsar                                  on 2001/03/14  07:01:29
45319         Log: reenable change#9145 (the test was busted due to a missing
45320              C<print "ok 27\n">)
45321      Branch: perl
45322            ! op.c op.h t/op/pat.t
45323 ____________________________________________________________________________
45324 [  9150] By: jhi                                   on 2001/03/14  06:38:36
45325         Log: Retract #9145.
45326      Branch: perl
45327            ! op.c op.h t/op/pat.t
45328 ____________________________________________________________________________
45329 [  9149] By: jhi                                   on 2001/03/14  06:14:56
45330         Log: Retract #9143.
45331      Branch: perl
45332            ! op.c
45333 ____________________________________________________________________________
45334 [  9148] By: gsar                                  on 2001/03/14  06:13:02
45335         Log: Uninitialized Memory Read in regexec.c
45336      Branch: perl
45337            ! regexec.c
45338 ____________________________________________________________________________
45339 [  9147] By: jhi                                   on 2001/03/14  04:59:54
45340         Log: Subject: PATCH: make goto work in nested eval ""
45341              From: Robin Houston <robin@kitsite.com>
45342              Date: Wed, 14 Mar 2001 04:16:10 +0000
45343              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
45344      Branch: perl
45345            ! pp_ctl.c t/op/goto.t
45346 ____________________________________________________________________________
45347 [  9146] By: jhi                                   on 2001/03/14  04:42:54
45348         Log: Preserve the #ifdef PERL_CORE in perly.h.
45349      Branch: perl
45350            ! perly.fixer
45351 ____________________________________________________________________________
45352 [  9145] By: jhi                                   on 2001/03/14  03:57:41
45353         Log: (Retracted by #9150.)
45354      Branch: perl
45355            ! op.c op.h t/op/pat.t
45356 ____________________________________________________________________________
45357 [  9144] By: jhi                                   on 2001/03/14  03:50:38
45358         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
45359              
45360              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
45361              
45362              remove squelch controls for "Scalars leaked" messages in most places
45363              (these are now cured)
45364              
45365              fix another memory leak reported by purify (tie callbacks that
45366              croak can leak when wiping out magic)
45367      Branch: perl
45368           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
45369           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
45370           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
45371           !> t/pragma/warnings.t
45372 ____________________________________________________________________________
45373 [  9143] By: jhi                                   on 2001/03/14  03:37:53
45374         Log: (Retracted by #9149.)
45375      Branch: perl
45376            ! op.c
45377 ____________________________________________________________________________
45378 [  9142] By: gsar                                  on 2001/03/14  03:20:48
45379         Log: fix another memory leak reported by purify (tie callbacks that
45380              croak can leak when wiping out magic)
45381      Branch: maint-5.6/perl
45382            ! scope.c
45383 ____________________________________________________________________________
45384 [  9141] By: jhi                                   on 2001/03/14  02:55:00
45385         Log: Subject: PATCH for [ID 20010305.003]
45386              From: Robin Houston <robin@kitsite.com>
45387              Date: Wed, 14 Mar 2001 02:45:51 +0000
45388              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
45389      Branch: perl
45390            ! pp_ctl.c t/op/eval.t
45391 ____________________________________________________________________________
45392 [  9140] By: jhi                                   on 2001/03/14  02:41:54
45393         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
45394              Date: Wed, 14 Mar 2001 01:52:51 +0000
45395              From: Robin Houston <robin@kitsite.com>
45396              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
45397              
45398              Fix for 2000313.004.
45399      Branch: perl
45400            ! pp_ctl.c t/op/goto.t
45401 ____________________________________________________________________________
45402 [  9139] By: jhi                                   on 2001/03/14  02:40:50
45403         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
45404              From: Robin Houston <robin@kitsite.com>
45405              Date: Wed, 14 Mar 2001 00:43:45 +0000
45406              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
45407      Branch: perl
45408            + t/op/loopctl.t
45409            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
45410            ! vms/perly_c.vms
45411 ____________________________________________________________________________
45412 [  9138] By: gsar                                  on 2001/03/14  01:18:00
45413         Log: remove squelch controls for "Scalars leaked" messages in most places
45414              (these are now cured)
45415      Branch: maint-5.6/perl
45416            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
45417            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
45418            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
45419 ____________________________________________________________________________
45420 [  9137] By: gsar                                  on 2001/03/14  00:57:04
45421         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
45422      Branch: maint-5.6/perl
45423            ! regcomp.c
45424 ____________________________________________________________________________
45425 [  9136] By: jhi                                   on 2001/03/13  23:12:24
45426         Log: (Retracted by #9155)
45427              
45428              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
45429              From: Jens-Uwe Mager <jum@helios.de>
45430              Date: Wed, 21 Feb 2001 21:32:04 +0100
45431              Message-ID: <20010221213203.A18340@ans.helios.de>
45432      Branch: perl
45433            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
45434 ____________________________________________________________________________
45435 [  9135] By: jhi                                   on 2001/03/13  22:50:05
45436         Log: Integrate perlio.
45437      Branch: perl
45438           !> pp.c
45439 ____________________________________________________________________________
45440 [  9134] By: jhi                                   on 2001/03/13  22:49:05
45441         Log: Integrate change #9131 from maintperl into mainline.
45442              
45443              make the error text look more consistent in hints/hpux.sh
45444      Branch: perl
45445           !> hints/hpux.sh
45446 ____________________________________________________________________________
45447 [  9133] By: gsar                                  on 2001/03/13  22:46:20
45448         Log: integrate change#9067 from mainline
45449              
45450              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
45451      Branch: maint-5.6/perl
45452           !> lib/ExtUtils/MM_Unix.pm
45453 ____________________________________________________________________________
45454 [  9132] By: jhi                                   on 2001/03/13  22:41:21
45455         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
45456              From: "John P. Linderman" <jpl@research.att.com>
45457              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
45458              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
45459              
45460              A more correct prime finder.
45461      Branch: perl
45462            ! lib/Tie/SubstrHash.pm
45463 ____________________________________________________________________________
45464 [  9131] By: gsar                                  on 2001/03/13  22:30:42
45465         Log: make the error text look more consistent in hints/hpux.sh
45466      Branch: maint-5.6/perl
45467            ! hints/hpux.sh
45468 ____________________________________________________________________________
45469 [  9130] By: jhi                                   on 2001/03/13  22:23:44
45470         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
45471              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45472              Date: Tue, 13 Mar 2001 18:41:26 +0100
45473              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
45474              
45475              If the test is run non-interactively the default handler
45476              is different.
45477      Branch: perl
45478            ! t/lib/sigaction.t
45479 ____________________________________________________________________________
45480 [  9129] By: jhi                                   on 2001/03/13  22:20:21
45481         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
45482              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45483              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
45484              Date:     Tue, 13 Mar 2001 16:44:32 EST
45485      Branch: perl
45486            ! t/lib/1_compile.t
45487 ____________________________________________________________________________
45488 [  9128] By: jhi                                   on 2001/03/13  22:18:34
45489         Log: Subject: Another patch for integer.pm POD 
45490              From: "John L. Allen" <allen@grumman.com>
45491              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
45492              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
45493      Branch: perl
45494            ! lib/integer.pm
45495 ____________________________________________________________________________
45496 [  9127] By: nick                                  on 2001/03/13  21:26:30
45497         Log: Integrate mainline.
45498      Branch: perlio
45499           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
45500           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
45501           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
45502           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
45503           !> Changes Configure MANIFEST README.os2 README.os390
45504           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
45505           !> os2/Changes patchlevel.h win32/perlhost.h
45506 ____________________________________________________________________________
45507 [  9126] By: nick                                  on 2001/03/13  20:39:51
45508         Log: #ifdef'ed out code to make packed side of pack/unpack
45509              octets. (i.e. pack('U') => encode_utf8).
45510      Branch: perlio
45511            ! pp.c
45512 ____________________________________________________________________________
45513 [  9125] By: jhi                                   on 2001/03/13  15:07:16
45514         Log: Update Changes.
45515      Branch: perl
45516            ! Changes patchlevel.h
45517 ____________________________________________________________________________
45518 [  9124] By: jhi                                   on 2001/03/13  14:22:45
45519         Log: Workaround for the buggy ("internal compiler error")
45520              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
45521              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
45522              of Andreas König.
45523      Branch: perl
45524            ! ext/re/Makefile.PL hints/aix.sh
45525 ____________________________________________________________________________
45526 [  9123] By: jhi                                   on 2001/03/13  03:24:34
45527         Log: Typo in #9114.
45528      Branch: metaconfig
45529            ! U/modified/myhostname.U
45530 ____________________________________________________________________________
45531 [  9122] By: jhi                                   on 2001/03/13  03:24:06
45532         Log: Typo in #9113.
45533      Branch: perl
45534            ! Configure
45535 ____________________________________________________________________________
45536 [  9121] By: jhi                                   on 2001/03/13  01:53:05
45537         Log: Forgot to check-in the larger part of #9120, duh.
45538      Branch: perl
45539            ! README.os2
45540 ____________________________________________________________________________
45541 [  9120] By: jhi                                   on 2001/03/13  01:51:31
45542         Log: Subject: [PATCH 5.6.1] OS/2 docs
45543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45544              Date: Mon, 12 Mar 2001 03:27:32 -0500
45545              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
45546      Branch: perl
45547            ! os2/Changes
45548 ____________________________________________________________________________
45549 [  9119] By: jhi                                   on 2001/03/13  01:49:41
45550         Log: Integrate change #9116 from maintperl into mainline.
45551              
45552              Win32::GetCwd() returns C: instead of C:\ in the root directory
45553              under ithreads
45554      Branch: perl
45555           !> win32/perlhost.h
45556 ____________________________________________________________________________
45557 [  9118] By: jhi                                   on 2001/03/13  01:13:39
45558         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
45559      Branch: perl
45560            + lib/Switch.pm t/lib/switch.t
45561            ! MANIFEST
45562 ____________________________________________________________________________
45563 [  9117] By: jhi                                   on 2001/03/13  01:03:17
45564         Log: Add Text::Balanced 1.83.
45565      Branch: perl
45566            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
45567            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
45568            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
45569            + t/lib/tb-xvari.t
45570            ! MANIFEST
45571 ____________________________________________________________________________
45572 [  9116] By: gsar                                  on 2001/03/13  00:55:53
45573         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
45574              under ithreads
45575      Branch: maint-5.6/perl
45576            ! win32/perlhost.h
45577 ____________________________________________________________________________
45578 [  9115] By: jhi                                   on 2001/03/13  00:54:09
45579         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
45580              From: "John L. Allen" <allen@grumman.com>
45581              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
45582              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
45583              
45584              use integer document clarification.
45585      Branch: perl
45586            ! lib/integer.pm
45587 ____________________________________________________________________________
45588 [  9114] By: jhi                                   on 2001/03/13  00:38:54
45589         Log: Metaconfig unit change for #9113.
45590      Branch: metaconfig
45591            ! U/modified/myhostname.U
45592 ____________________________________________________________________________
45593 [  9113] By: jhi                                   on 2001/03/13  00:38:35
45594         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
45595              From: Peter Prymmer <pvhp@forte.com>
45596              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
45597              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
45598      Branch: perl
45599            ! Configure README.os390 hints/os390.sh
45600 ____________________________________________________________________________
45601 [  9112] By: jhi                                   on 2001/03/13  00:29:00
45602         Log: Integrate perlio.
45603      Branch: perl
45604           !> sv.c utf8.h
45605 ____________________________________________________________________________
45606 [  9111] By: nick                                  on 2001/03/12  21:16:33
45607         Log: Integrate mainline.
45608      Branch: perlio
45609           +> t/op/anonsub.t
45610           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
45611           !> proto.h sv.c
45612 ____________________________________________________________________________
45613 [  9110] By: nick                                  on 2001/03/12  21:00:13
45614         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
45615      Branch: perlio
45616            ! sv.c utf8.h
45617 ____________________________________________________________________________
45618 [  9109] By: jhi                                   on 2001/03/12  16:04:47
45619         Log: Integrate change #9108 from maintperl to mainline.
45620              
45621              fix memory leak in C<sub X { sub {} }> arising from a refcount
45622              loop between the outer sub and the inner prototype anonsub
45623              
45624              this also enables closures returned by subroutines that
45625              subsequently get redefined to work without generating coredumps :)
45626              
45627              completely removed the free_closures() hack--it shouldn't be
45628              needed anymore
45629      Branch: perl
45630           +> t/op/anonsub.t
45631           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
45632           !> proto.h sv.c
45633 ____________________________________________________________________________
45634 [  9108] By: gsar                                  on 2001/03/12  10:21:31
45635         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
45636              loop between the outer sub and the inner prototype anonsub
45637              
45638              this also enables closures returned by subroutines that
45639              subsequently get redefined to work without generating coredumps :)
45640              
45641              completely removed the free_closures() hack--it shouldn't be
45642              needed anymore
45643      Branch: maint-5.6/perl
45644            + t/op/anonsub.t
45645            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
45646            ! proto.h sv.c
45647 ____________________________________________________________________________
45648 [  9107] By: jhi                                   on 2001/03/12  05:15:31
45649         Log: Integrate perlio.
45650      Branch: perl
45651           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
45652 ____________________________________________________________________________
45653 [  9106] By: nick                                  on 2001/03/11  20:10:12
45654         Log: regcomp.c is working in native space, not Unicode space (if different)
45655              as it is doing compare against 'W' in \W etc.
45656      Branch: perlio
45657            ! regcomp.c
45658 ____________________________________________________________________________
45659 [  9105] By: nick                                  on 2001/03/11  19:39:34
45660         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
45661              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
45662      Branch: perlio
45663            ! regcomp.c toke.c utf8.c
45664 ____________________________________________________________________________
45665 [  9104] By: nick                                  on 2001/03/11  18:15:44
45666         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
45667      Branch: perlio
45668            ! sv.c
45669 ____________________________________________________________________________
45670 [  9103] By: nick                                  on 2001/03/11  18:03:28
45671         Log: Integrate mainline (for regexp stuff).
45672      Branch: perlio
45673           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
45674           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
45675           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
45676           !> t/lib/errno.t t/op/pat.t
45677 ____________________________________________________________________________
45678 [  9102] By: nick                                  on 2001/03/11  17:44:20
45679         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
45680              - exclude layer syms in makedef.pl for sfio
45681              - also inhibit Encode from trying to build ":encode()" layer.
45682      Branch: perlio
45683            ! ext/Encode/Encode.xs makedef.pl
45684 ____________________________________________________________________________
45685 [  9101] By: jhi                                   on 2001/03/10  22:38:13
45686         Log: The $Is_MacOS needs to be declared.
45687      Branch: perl
45688            ! lib/ExtUtils/Manifest.pm
45689 ____________________________________________________________________________
45690 [  9100] By: jhi                                   on 2001/03/10  22:14:29
45691         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
45692              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
45693              pollute the symbolspace if using sfio.
45694      Branch: perl
45695            ! ext/Encode/Encode.xs
45696 ____________________________________________________________________________
45697 [  9099] By: jhi                                   on 2001/03/10  21:58:48
45698         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
45699              Date: Sat, 10 Mar 2001 14:23:55 -0500
45700              From: Chris Nandor <pudge@pobox.com>
45701              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
45702      Branch: perl
45703            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
45704            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
45705            ! t/lib/errno.t
45706 ____________________________________________________________________________
45707 [  9098] By: jhi                                   on 2001/03/10  21:38:30
45708         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
45709      Branch: perl
45710            ! regcomp.c regexec.c t/op/pat.t
45711 ____________________________________________________________________________
45712 [  9097] By: jhi                                   on 2001/03/10  14:38:07
45713         Log: Integrate perlio.
45714      Branch: perl
45715           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
45716           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
45717           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
45718 ____________________________________________________________________________
45719 [  9096] By: nick                                  on 2001/03/10  11:55:43
45720         Log: EBCDIC sanity - phase I
45721              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
45722              - use utf8n_xxxx (c.f. pvn) for forms which take length.
45723              - back out vN.N and $^V exceptions to e2a/a2e
45724              - make "locale" isxxx macros be uvchr (may be redundant?)
45725              
45726              Not clear yet that toUPPER_uni et. al. return being handled correctly.
45727              The tr// and rexexp stuff still needs an audit, assumption is they are working
45728              in Unicode space.
45729              
45730              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
45731      Branch: perlio
45732            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
45733            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
45734            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
45735 ____________________________________________________________________________
45736 [  9095] By: jhi                                   on 2001/03/09  22:10:01
45737         Log: Integrate perlio.
45738      Branch: perl
45739           !> dump.c
45740 ____________________________________________________________________________
45741 [  9094] By: nick                                  on 2001/03/09  17:36:38
45742         Log: Builds an passes all tests after integrate and this tweak.
45743      Branch: perlio
45744            ! dump.c
45745 ____________________________________________________________________________
45746 [  9093] By: nick                                  on 2001/03/09  17:16:03
45747         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
45748      Branch: perlio
45749           +> lib/unicode/Scripts.txt t/lib/sigaction.t
45750           !> (integrate 79 files)
45751 ____________________________________________________________________________
45752 [  9092] By: jhi                                   on 2001/03/09  15:28:26
45753         Log: Update Changes.
45754      Branch: perl
45755            ! Changes patchlevel.h
45756 ____________________________________________________________________________
45757 [  9091] By: jhi                                   on 2001/03/09  15:25:05
45758         Log: In op/stat #35 better to scan all the potential directories
45759              for setuids, not just the first one.
45760      Branch: perl
45761            ! t/op/stat.t
45762 ____________________________________________________________________________
45763 [  9090] By: jhi                                   on 2001/03/09  15:01:27
45764         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
45765              From: rspier@pobox.com (Robert Spier)
45766              Date: Fri, 9 Mar 2001 03:30:20 -0500
45767              Message-ID: <15016.38044.381174.160189@rls.cx>
45768              
45769              EXISTS() returning undef mistakenly triggered a FETCH().
45770      Branch: perl
45771            ! hv.c
45772 ____________________________________________________________________________
45773 [  9089] By: jhi                                   on 2001/03/09  14:59:02
45774         Log: Add /sbin and /usr/sbin to the list of directories scanned
45775              for setuid programs.  Takes care of bug id 20010309.003.
45776      Branch: perl
45777            ! t/op/stat.t
45778 ____________________________________________________________________________
45779 [  9088] By: jhi                                   on 2001/03/09  14:48:32
45780         Log: Regen perlapi, perltoc.
45781      Branch: perl
45782            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
45783 ____________________________________________________________________________
45784 [  9087] By: jhi                                   on 2001/03/09  14:38:56
45785         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
45786              From: David Mitchell <davem@fdgroup.co.uk>
45787              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
45788              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
45789      Branch: perl
45790            ! dump.c perl.c perl.h pod/perlrun.pod
45791 ____________________________________________________________________________
45792 [  9086] By: jhi                                   on 2001/03/09  01:47:16
45793         Log: A modified version of
45794              
45795              Subject: [ID 20010307.005] POSIX::sigaction has various problems
45796              From: anders@broadcom.com
45797              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
45798              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
45799              
45800              Currently the sigaction.t test #6 fails (and is fudged to look
45801              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
45802              This may well be a genuine bug in Linux sigaction() (since at
45803              least Tru64, Solaris, and HP-UX disagree with Linux).
45804              Anyone with POSIX / SUSv2 tome handy?  The problem is that
45805              the flags of the oldaction don't match with the flags in
45806              the previously installed disposition.
45807      Branch: perl
45808            + t/lib/sigaction.t
45809            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45810 ____________________________________________________________________________
45811 [  9085] By: jhi                                   on 2001/03/09  01:30:13
45812         Log: Subject: Re: mission impossible for the day
45813              From: Alex Gough <alex@rcon.org>
45814              Date: Thu, 08 Mar 2001 17:18:19 +0000
45815              Message-ID: <3AA7BEDB.8070409@rcon.org>
45816              
45817              If references (are overloaded) and can be directly stringified,
45818              show that instead of "stringified".
45819              
45820              (The problem, infinite mutual recursion caused by overloaded bool
45821              in Switch.pm, tracked by David Mitchell)
45822      Branch: perl
45823            ! lib/Carp/Heavy.pm
45824 ____________________________________________________________________________
45825 [  9084] By: jhi                                   on 2001/03/09  01:20:39
45826         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
45827              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
45828              From: David Mitchell <davem@fdgroup.co.uk>
45829              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
45830      Branch: perl
45831            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
45832            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
45833 ____________________________________________________________________________
45834 [  9083] By: jhi                                   on 2001/03/09  01:16:51
45835         Log: Subject: [PATCH] perldata.pod here-doc docs
45836              From: Jeff Pinyan <jeffp@crusoe.net>
45837              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
45838              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
45839      Branch: perl
45840            ! pod/perldata.pod
45841 ____________________________________________________________________________
45842 [  9082] By: jhi                                   on 2001/03/09  01:01:27
45843         Log: Subject: Re: Unicode/EBCDIC
45844              From: Peter Prymmer <pvhp@forte.com>
45845              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
45846              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
45847      Branch: perl
45848            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
45849 ____________________________________________________________________________
45850 [  9081] By: jhi                                   on 2001/03/08  13:41:30
45851         Log: Subject: Ooops, wrong 'no *POSIX' Patch
45852              From: Dorner Thomas <Thomas.Dorner@start.de>
45853              Date: Thu, 8 Mar 2001 08:43:28 +0100
45854              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
45855      Branch: perl
45856            ! hints/posix-bc.sh
45857 ____________________________________________________________________________
45858 [  9080] By: jhi                                   on 2001/03/08  13:11:42
45859         Log: It's Scripts.txt, not Script.txt.
45860      Branch: perl
45861            ! MANIFEST
45862 ____________________________________________________________________________
45863 [  9079] By: jhi                                   on 2001/03/08  12:59:05
45864         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
45865              From: Dorner Thomas <Thomas.Dorner@start.de>
45866              Date: Wed, 7 Mar 2001 14:13:31 +0100
45867              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
45868      Branch: perl
45869            ! makedepend.SH
45870 ____________________________________________________________________________
45871 [  9078] By: jhi                                   on 2001/03/08  12:57:43
45872         Log: Retract #9069, wrong patch.
45873      Branch: perl
45874            ! Makefile.SH
45875 ____________________________________________________________________________
45876 [  9077] By: jhi                                   on 2001/03/08  01:06:13
45877         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
45878      Branch: perl
45879            + lib/unicode/Scripts.txt
45880            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
45881            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
45882            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
45883            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45884            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45885            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45886            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45887            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45888            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45889            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45890            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45891            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45892            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45893            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45894            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45895            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45896            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
45897            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
45898            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
45899            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
45900            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
45901            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
45902            ! lib/unicode/version
45903 ____________________________________________________________________________
45904 [  9076] By: jhi                                   on 2001/03/07  22:59:39
45905         Log: Integrate change #7784 from mainline into maintperl.
45906              
45907              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
45908      Branch: maint-5.6/perl
45909           !> pp_ctl.c t/op/pat.t
45910 ____________________________________________________________________________
45911 [  9075] By: jhi                                   on 2001/03/07  22:05:11
45912         Log: More UTF-8 test tweaks.
45913      Branch: perl
45914            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
45915 ____________________________________________________________________________
45916 [  9074] By: nick                                  on 2001/03/07  21:39:29
45917         Log: Integrate mainline.
45918      Branch: perlio
45919           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
45920           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
45921           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
45922           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
45923           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
45924 ____________________________________________________________________________
45925 [  9073] By: jhi                                   on 2001/03/07  16:37:09
45926         Log: Update Changes.
45927      Branch: perl
45928            ! Changes patchlevel.h
45929 ____________________________________________________________________________
45930 [  9072] By: jhi                                   on 2001/03/07  16:32:30
45931         Log: Subject: [ID 20010306.004] || != named unary operator
45932              From: abela@geneanet.org
45933              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
45934              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
45935      Branch: perl
45936            ! pod/perlop.pod
45937 ____________________________________________________________________________
45938 [  9071] By: jhi                                   on 2001/03/07  15:14:11
45939         Log: Subject: downgrading to bytes for common functions
45940              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
45941              Date: Wed, 7 Mar 2001 02:36:55 -0500
45942              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
45943      Branch: perl
45944            ! pp_sys.c
45945 ____________________________________________________________________________
45946 [  9070] By: jhi                                   on 2001/03/07  15:04:58
45947         Log: Clarify the description differentiating for and while; inspired by
45948              
45949              Subject: [ID 20010306.002] for/while difference in for definition
45950              From: abela@geneanet.org
45951              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
45952              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
45953      Branch: perl
45954            ! pod/perlsyn.pod
45955 ____________________________________________________________________________
45956 [  9069] By: jhi                                   on 2001/03/07  14:55:30
45957         Log: (Retracted by #9078.)
45958      Branch: perl
45959            ! Makefile.SH
45960 ____________________________________________________________________________
45961 [  9068] By: jhi                                   on 2001/03/07  14:51:17
45962         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
45963              From: Radu Greab <radu@netsoft.ro>
45964              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
45965              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
45966      Branch: perl
45967            ! pp.c t/op/chop.t
45968 ____________________________________________________________________________
45969 [  9067] By: jhi                                   on 2001/03/07  14:48:57
45970         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
45971              From: Simon Cozens <simon@netthink.co.uk>
45972              Date: Wed, 7 Mar 2001 13:59:28 +0000
45973              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
45974              
45975              In order to allow MakeMaker to build correct Makefiles,
45976              you need to change the order of the arguments in MM_Unix.pm
45977              as well. (Unless you have C89_CCMODE set, but we're trying
45978              to be POSIXly correct)
45979              
45980              Thanks to Merijn Broeren for tracking this down.
45981      Branch: perl
45982            ! lib/ExtUtils/MM_Unix.pm
45983 ____________________________________________________________________________
45984 [  9066] By: jhi                                   on 2001/03/07  14:30:02
45985         Log: Floating point too messy.
45986      Branch: perl
45987            ! t/camel-III/vstring.t
45988 ____________________________________________________________________________
45989 [  9065] By: jhi                                   on 2001/03/07  14:17:44
45990         Log: Integrate change #9064 from maintperl into mainline.
45991              
45992              fix memory leak in pack("Bb",...)
45993      Branch: perl
45994           !> perl.c
45995 ____________________________________________________________________________
45996 [  9064] By: gsar                                  on 2001/03/07  06:29:24
45997         Log: fix memory leak in pack("Bb",...)
45998      Branch: maint-5.6/perl
45999            ! perl.c
46000 ____________________________________________________________________________
46001 [  9063] By: jhi                                   on 2001/03/07  00:55:04
46002         Log: Major utf8 test reorganisation and rewrite.
46003              Hopefully no tests were lost in the shuffle.
46004              (The beginning of pragma/utf8 was lost intentionally,
46005              the tests were rather bogus and incomplete.)
46006      Branch: perl
46007            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
46008            ! t/pragma/utf8.t
46009 ____________________________________________________________________________
46010 [  9062] By: jhi                                   on 2001/03/07  00:41:16
46011         Log: More tweakage on the Unicode character class descriptions.
46012      Branch: perl
46013            ! lib/unicode/mktables.PL pod/perlretut.pod
46014 ____________________________________________________________________________
46015 [  9061] By: jhi                                   on 2001/03/06  23:12:38
46016         Log: The perlretut was still talking about the old \p and \P
46017              definitions.
46018      Branch: perl
46019            ! pod/perlretut.pod
46020 ____________________________________________________________________________
46021 [  9060] By: nick                                  on 2001/03/06  20:52:37
46022         Log: Integrate mainline (make test works again now).
46023      Branch: perlio
46024           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
46025 ____________________________________________________________________________
46026 [  9059] By: jhi                                   on 2001/03/06  15:36:14
46027         Log: 0.999... does equal 1.0, doesn't it?
46028      Branch: perl
46029            ! t/camel-III/vstring.t
46030 ____________________________________________________________________________
46031 [  9058] By: jhi                                   on 2001/03/06  15:34:00
46032         Log: Make /x{abcd}/ to work without use utf8.
46033      Branch: perl
46034            ! regcomp.c
46035 ____________________________________________________________________________
46036 [  9057] By: jhi                                   on 2001/03/06  03:02:36
46037         Log: Easier to outcomment all the three reset() tests for now.
46038      Branch: perl
46039            ! t/op/pat.t
46040 ____________________________________________________________________________
46041 [  9056] By: jhi                                   on 2001/03/06  02:30:02
46042         Log: Comment out the deadly reset; until the 20010301.005
46043              is finally fixed.
46044      Branch: perl
46045            ! t/op/pat.t
46046 ____________________________________________________________________________
46047 [  9055] By: jhi                                   on 2001/03/06  02:21:26
46048         Log: Integrate the change #9054 from mainline:
46049              retract the PMOP cleanup patch pending further investigation.
46050      Branch: maint-5.6/perl
46051           !> op.c op.h
46052 ____________________________________________________________________________
46053 [  9054] By: jhi                                   on 2001/03/06  02:19:57
46054         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
46055              with oddly familiar stack traces.
46056      Branch: perl
46057            ! op.c op.h
46058 ____________________________________________________________________________
46059 [  9053] By: jhi                                   on 2001/03/05  23:20:28
46060         Log: Integrate perlio.
46061      Branch: perl
46062           +> ext/Encode/Encode/koi8-r.ucm
46063           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
46064           !> makedef.pl
46065 ____________________________________________________________________________
46066 [  9052] By: nick                                  on 2001/03/05  23:08:17
46067         Log: skipping USE_PERLIO symbols correction.
46068      Branch: perlio
46069            ! makedef.pl
46070 ____________________________________________________________________________
46071 [  9051] By: nick                                  on 2001/03/05  22:35:07
46072         Log: More Encode alias tidying.
46073      Branch: perlio
46074            + ext/Encode/Encode/koi8-r.ucm
46075            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
46076 ____________________________________________________________________________
46077 [  9050] By: jhi                                   on 2001/03/05  21:44:29
46078         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
46079              Sarathy's fix for ID 20010301.005.
46080      Branch: maint-5.6/perl
46081           !> op.c op.h
46082 ____________________________________________________________________________
46083 [  9049] By: nick                                  on 2001/03/05  19:54:04
46084         Log: Integrate Jarkko's Encode.pm tweak.
46085      Branch: perlio
46086           !> ext/Encode/Encode.pm
46087 ____________________________________________________________________________
46088 [  9048] By: nick                                  on 2001/03/05  19:47:57
46089         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
46090      Branch: perlio
46091           +> os2/os2add.sym
46092           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
46093           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
46094           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
46095           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
46096           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
46097 ____________________________________________________________________________
46098 [  9047] By: jhi                                   on 2001/03/05  19:25:26
46099         Log: Regen perlapi.
46100      Branch: perl
46101            ! pod/perlapi.pod
46102 ____________________________________________________________________________
46103 [  9046] By: jhi                                   on 2001/03/05  19:12:14
46104         Log: Integrate perlio.
46105      Branch: perl
46106           +> t/camel-III/vstring.t
46107           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
46108 ____________________________________________________________________________
46109 [  9045] By: jhi                                   on 2001/03/05  19:10:36
46110         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
46111      Branch: perl
46112            ! ext/Encode/Encode.pm
46113 ____________________________________________________________________________
46114 [  9044] By: jhi                                   on 2001/03/05  18:49:12
46115         Log: Forgot the other half of the PMOP patch (#9033).
46116      Branch: perl
46117            ! op.h
46118 ____________________________________________________________________________
46119 [  9043] By: nick                                  on 2001/03/05  18:14:47
46120         Log: Update MANIFEST for new test.
46121      Branch: perlio
46122            ! MANIFEST
46123 ____________________________________________________________________________
46124 [  9042] By: nick                                  on 2001/03/05  18:12:41
46125         Log: Some tests for Camel 3rd edition features.
46126              Make gethostbyaddr() test in above work.
46127      Branch: perlio
46128            + t/camel-III/vstring.t
46129            ! pp.h pp_sys.c t/TEST t/harness
46130 ____________________________________________________________________________
46131 [  9041] By: jhi                                   on 2001/03/05  17:41:48
46132         Log: Add more ISO 8859 encoding aliases.
46133      Branch: perl
46134            ! ext/Encode/Encode.pm
46135 ____________________________________________________________________________
46136 [  9040] By: jhi                                   on 2001/03/05  17:30:43
46137         Log: Integrate perlio.
46138      Branch: perl
46139           !> MANIFEST sv.c
46140 ____________________________________________________________________________
46141 [  9039] By: nick                                  on 2001/03/05  17:11:36
46142         Log: Missed added file.
46143      Branch: perlio
46144            ! MANIFEST
46145 ____________________________________________________________________________
46146 [  9038] By: jhi                                   on 2001/03/05  15:58:01
46147         Log: Add tr tests for EBCDIC, from Karsten Sperling.
46148      Branch: perl
46149            ! t/op/tr.t
46150 ____________________________________________________________________________
46151 [  9037] By: nick                                  on 2001/03/05  15:56:35
46152         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
46153              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
46154              
46155              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
46156              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
46157              - uses SvPV() rather than sv_2pv() in case it isn't a string.
46158      Branch: perlio
46159            ! sv.c
46160 ____________________________________________________________________________
46161 [  9036] By: jhi                                   on 2001/03/05  15:49:15
46162         Log: Add matching tests currently failing in EBCDIC,
46163              suggested by Karsten Sperling.
46164      Branch: perl
46165            ! t/op/pat.t
46166 ____________________________________________________________________________
46167 [  9035] By: jhi                                   on 2001/03/05  15:36:55
46168         Log: The #9034 needs a MANIFESTation.
46169      Branch: perl
46170            ! MANIFEST
46171 ____________________________________________________________________________
46172 [  9034] By: jhi                                   on 2001/03/05  15:35:14
46173         Log: Integrate perlio.
46174      Branch: perl
46175           +> ext/Encode/Encode/Tcl.pm
46176           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
46177           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
46178           !> ext/Encode/Encode/iso8859-1.ucm
46179           !> ext/Encode/Encode/iso8859-10.ucm
46180           !> ext/Encode/Encode/iso8859-13.ucm
46181           !> ext/Encode/Encode/iso8859-14.ucm
46182           !> ext/Encode/Encode/iso8859-15.ucm
46183           !> ext/Encode/Encode/iso8859-16.ucm
46184           !> ext/Encode/Encode/iso8859-2.ucm
46185           !> ext/Encode/Encode/iso8859-3.ucm
46186           !> ext/Encode/Encode/iso8859-4.ucm
46187           !> ext/Encode/Encode/iso8859-5.ucm
46188           !> ext/Encode/Encode/iso8859-6.ucm
46189           !> ext/Encode/Encode/iso8859-7.ucm
46190           !> ext/Encode/Encode/iso8859-8.ucm
46191           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
46192           !> t/lib/encode.t
46193 ____________________________________________________________________________
46194 [  9033] By: jhi                                   on 2001/03/05  15:33:18
46195         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
46196              From: Gurusamy Sarathy <gsar@ActiveState.com>
46197              Date: Sun, 04 Mar 2001 22:33:15 -0800
46198              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
46199              
46200              PMOPs need to remember their own stash so that they can
46201              gracefully remove themselves from their linked list.
46202      Branch: perl
46203            ! op.c
46204 ____________________________________________________________________________
46205 [  9032] By: nick                                  on 2001/03/05  14:51:50
46206         Log: Encode implementation "completion"
46207              Implement and document define_encoding()
46208              Implement and document encoding aliases including define_alias()
46209              Make Encode::XS use define_encoding() rather than back-door.
46210              Move run-time *.enc to separate Encode::Tcl module.
46211              Make 'compile' honour <codeset_name>
46212              Change canonical names of to iso-8859-* and US-ascii.
46213      Branch: perlio
46214            + ext/Encode/Encode/Tcl.pm
46215            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
46216            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
46217            ! ext/Encode/Encode/iso8859-1.ucm
46218            ! ext/Encode/Encode/iso8859-10.ucm
46219            ! ext/Encode/Encode/iso8859-13.ucm
46220            ! ext/Encode/Encode/iso8859-14.ucm
46221            ! ext/Encode/Encode/iso8859-15.ucm
46222            ! ext/Encode/Encode/iso8859-16.ucm
46223            ! ext/Encode/Encode/iso8859-2.ucm
46224            ! ext/Encode/Encode/iso8859-3.ucm
46225            ! ext/Encode/Encode/iso8859-4.ucm
46226            ! ext/Encode/Encode/iso8859-5.ucm
46227            ! ext/Encode/Encode/iso8859-6.ucm
46228            ! ext/Encode/Encode/iso8859-7.ucm
46229            ! ext/Encode/Encode/iso8859-8.ucm
46230            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
46231            ! t/lib/encode.t
46232 ____________________________________________________________________________
46233 [  9031] By: jhi                                   on 2001/03/05  13:51:17
46234         Log: Integrate change #9030 from maintperl into mainline.
46235              
46236              Subject: [PATCH 5.6.1] OS/2 cleanup
46237      Branch: perl
46238           +> os2/os2add.sym
46239           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46240           !> makedef.pl os2/Changes os2/Makefile.SHs
46241           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
46242           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
46243           !> os2/os2.sym os2/os2ish.h
46244 ____________________________________________________________________________
46245 [  9030] By: jhi                                   on 2001/03/05  13:46:49
46246         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
46247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46248              Date: Mon, 5 Mar 2001 02:29:44 -0500
46249              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
46250      Branch: maint-5.6/perl
46251            + os2/os2add.sym
46252            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46253            ! makedef.pl os2/Changes os2/Makefile.SHs
46254            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
46255            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
46256            ! os2/os2.sym os2/os2ish.h
46257 ____________________________________________________________________________
46258 [  9029] By: jhi                                   on 2001/03/05  13:40:35
46259         Log: Integrate change #9028 from maintperl into mainline.
46260              
46261              various nits in MM_Unix.pm found by disabling SelfLoader
46262      Branch: perl
46263           !> lib/ExtUtils/MM_Unix.pm
46264 ____________________________________________________________________________
46265 [  9028] By: gsar                                  on 2001/03/05  09:58:38
46266         Log: various nits in MM_Unix.pm found by disabling SelfLoader
46267      Branch: maint-5.6/perl
46268            ! lib/ExtUtils/MM_Unix.pm
46269 ____________________________________________________________________________
46270 [  9027] By: nick                                  on 2001/03/05  08:35:22
46271         Log: Integrate mainline
46272      Branch: perlio
46273           !> (integrate 28 files)
46274 ____________________________________________________________________________
46275 [  9026] By: jhi                                   on 2001/03/05  02:14:59
46276         Log: Integrate change #9025 from mainline to maintperl,
46277              retract \N{U+HHHH}.
46278      Branch: maint-5.6/perl
46279           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
46280           !> t/lib/charnames.t toke.c
46281 ____________________________________________________________________________
46282 [  9025] By: jhi                                   on 2001/03/05  02:13:09
46283         Log: Retracting \N{U+HHHH}.
46284      Branch: perl
46285            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
46286            ! t/lib/charnames.t toke.c
46287 ____________________________________________________________________________
46288 [  9024] By: jhi                                   on 2001/03/04  20:51:07
46289         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
46290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
46291              Date: Fri, 02 Mar 2001 18:25:26 +0100
46292              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
46293              
46294              Casting problem.
46295      Branch: perl
46296            ! ext/Storable/Storable.xs
46297 ____________________________________________________________________________
46298 [  9023] By: jhi                                   on 2001/03/04  19:46:45
46299         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
46300              From: nick@talking.bollo.cx
46301              Date: Sat, 03 Mar 2001 21:41:33 +0000
46302              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
46303              
46304              Revert the workaround.
46305      Branch: perl
46306            ! perlio.c
46307 ____________________________________________________________________________
46308 [  9022] By: jhi                                   on 2001/03/04  19:36:28
46309         Log: Update Changes.
46310      Branch: perl
46311            ! Changes patchlevel.h
46312 ____________________________________________________________________________
46313 [  9021] By: jhi                                   on 2001/03/04  18:41:00
46314         Log: makedef.pl updates suggested by Chris Nandor; double-checking
46315              the changes in AIX, OS/2 Win32 would be nice.
46316      Branch: perl
46317            ! makedef.pl
46318 ____________________________________________________________________________
46319 [  9020] By: jhi                                   on 2001/03/04  18:23:58
46320         Log: Integrate change #9012 from maintperl into mainline,
46321              quench a compiler warning.
46322      Branch: perl
46323           !> toke.c
46324 ____________________________________________________________________________
46325 [  9019] By: jhi                                   on 2001/03/04  18:18:43
46326         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
46327              
46328              \N{U+HHHH} fix.
46329              
46330              pattern in G_ARRAY context
46331      Branch: maint-5.6/perl
46332           !> pp_hot.c t/op/pat.t toke.c
46333 ____________________________________________________________________________
46334 [  9018] By: jhi                                   on 2001/03/04  18:07:48
46335         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
46336              From: Jeff Pinyan <jeffp@crusoe.net>
46337              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
46338              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
46339      Branch: perl
46340            ! pp_hot.c t/op/pat.t
46341 ____________________________________________________________________________
46342 [  9017] By: jhi                                   on 2001/03/04  18:06:21
46343         Log: I thought I tested the #9014.
46344      Branch: perl
46345            ! toke.c
46346 ____________________________________________________________________________
46347 [  9016] By: jhi                                   on 2001/03/04  17:41:22
46348         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
46349              
46350              Tweak the get*ent() OS/2 prototypes.
46351              
46352              Add the \N{U+HHHH} syntax.
46353              
46354              More tr/// UTF-8 fixes from Inaba Hiroto.
46355      Branch: maint-5.6/perl
46356           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
46357           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
46358 ____________________________________________________________________________
46359 [  9015] By: jhi                                   on 2001/03/04  17:36:04
46360         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
46361      Branch: perl
46362            ! doop.c t/op/tr.t
46363 ____________________________________________________________________________
46364 [  9014] By: jhi                                   on 2001/03/04  17:24:49
46365         Log: Add the \N{U+HHHH} syntax.
46366      Branch: perl
46367            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
46368            ! t/lib/charnames.t toke.c
46369 ____________________________________________________________________________
46370 [  9013] By: jhi                                   on 2001/03/04  17:20:45
46371         Log: Tweak the get*ent() OS/2 prototypes.
46372      Branch: perl
46373            ! os2/os2.c
46374 ____________________________________________________________________________
46375 [  9012] By: gsar                                  on 2001/03/04  06:26:14
46376         Log: avoid warning (nit in change#9009)
46377      Branch: maint-5.6/perl
46378            ! toke.c
46379 ____________________________________________________________________________
46380 [  9011] By: gsar                                  on 2001/03/04  06:15:24
46381         Log: lib/charnames.t fails in 5.6.x because of older Unicode
46382              data
46383              
46384              TODO: need to revisit this after updating lib/unicode/...
46385      Branch: maint-5.6/perl
46386            ! t/lib/charnames.t
46387 ____________________________________________________________________________
46388 [  9010] By: gsar                                  on 2001/03/04  06:08:36
46389         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
46390      Branch: maint-5.6/perl
46391            ! toke.c
46392 ____________________________________________________________________________
46393 [  9009] By: jhi                                   on 2001/03/03  19:27:20
46394         Log: Integrate change #9008 from mainline to maintperl,
46395              UTF-8 tr/// fixes from Inaba Hiroto.
46396      Branch: maint-5.6/perl
46397           !> doop.c op.c t/op/tr.t toke.c
46398 ____________________________________________________________________________
46399 [  9008] By: jhi                                   on 2001/03/03  19:19:42
46400         Log: UTF8 tr/// fixes from Inaba Hiroto.
46401      Branch: perl
46402            ! doop.c op.c t/op/tr.t toke.c
46403 ____________________________________________________________________________
46404 [  9007] By: jhi                                   on 2001/03/03  19:00:30
46405         Log: Integrate change #9006 from maintperl to mainline,
46406              more robust quest for the infinite.
46407      Branch: perl
46408           !> lib/Math/Complex.pm
46409 ____________________________________________________________________________
46410 [  9006] By: jhi                                   on 2001/03/03  18:58:06
46411         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
46412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46413              Date: Sat, 3 Mar 2001 12:51:50 -0500
46414              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
46415              
46416              Be more robust in our quest for the infinite.
46417      Branch: maint-5.6/perl
46418            ! lib/Math/Complex.pm
46419 ____________________________________________________________________________
46420 [  9005] By: jhi                                   on 2001/03/03  17:55:50
46421         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
46422      Branch: maint-5.6/perl
46423            ! doio.c
46424 ____________________________________________________________________________
46425 [  9004] By: jhi                                   on 2001/03/03  17:40:14
46426         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
46427              so that picky compilers like IRIX won't get huffy about
46428              "statements without effect" (like 1;).
46429      Branch: perl
46430            ! toke.c
46431 ____________________________________________________________________________
46432 [  9003] By: jhi                                   on 2001/03/03  17:15:52
46433         Log: Integrate change #9002 from mainline to maintperl.
46434              
46435              Subject: [perl-5.6.x, perl-current] accept for EPOC
46436      Branch: maint-5.6/perl
46437           !> pp_sys.c
46438 ____________________________________________________________________________
46439 [  9002] By: jhi                                   on 2001/03/03  17:14:30
46440         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
46441              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46442              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
46443              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
46444      Branch: perl
46445            ! pp_sys.c
46446 ____________________________________________________________________________
46447 [  9001] By: jhi                                   on 2001/03/03  17:13:13
46448         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
46449              From: "Craig A. Berry" <craigberry@mac.com>
46450              Date: Fri, 02 Mar 2001 17:44:40 -0600
46451              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
46452      Branch: perl
46453            ! t/pod/find.t
46454 ____________________________________________________________________________
46455 [  9000] By: jhi                                   on 2001/03/03  17:11:55
46456         Log: Integrate changes #8997,8999 from maintperl.
46457              
46458              Subject: [PATCH 5.6.1] compiling on OS/2
46459              (Better error message from hints/os2.sh)
46460              
46461              Subject: [PATCH 5.6.1] syslog.t
46462      Branch: perl
46463           !> hints/os2.sh t/lib/syslog.t
46464 ____________________________________________________________________________
46465 [  8999] By: jhi                                   on 2001/03/03  17:09:28
46466         Log: Subject: [PATCH 5.6.1] syslog.t
46467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46468              Date: Sat, 3 Mar 2001 02:11:17 -0500
46469              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
46470      Branch: maint-5.6/perl
46471            ! t/lib/syslog.t
46472 ____________________________________________________________________________
46473 [  8998] By: jhi                                   on 2001/03/03  17:07:50
46474         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
46475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46476              Date: Sat, 3 Mar 2001 01:53:52 -0500
46477              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
46478      Branch: maint-5.6/perl
46479            ! opcode.pl os2/os2.c
46480 ____________________________________________________________________________
46481 [  8997] By: jhi                                   on 2001/03/03  17:03:30
46482         Log: Subject: [PATCH 5.6.1] compiling on OS/2
46483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46484              Date: Sat, 3 Mar 2001 01:59:59 -0500
46485              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
46486      Branch: maint-5.6/perl
46487            ! hints/os2.sh
46488 ____________________________________________________________________________
46489 [  8996] By: jhi                                   on 2001/03/03  00:55:58
46490         Log: Regen files for mainline.
46491      Branch: perl
46492            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46493            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
46494 ____________________________________________________________________________
46495 [  8995] By: jhi                                   on 2001/03/03  00:35:22
46496         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
46497              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
46498              to maintperl.
46499              
46500              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
46501              
46502              Add Configure option -Dmksymlinks which will create a symlink
46503              forest if the current/build differs from the source directory.
46504              (8218,8220,8221,8317,8318,8971)
46505              
46506              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
46507              (Document APPLLIB_EXP in INSTALL.)
46508              
46509              If running byacc write-enable also perly.h.
46510              
46511              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
46512              
46513              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
46514              
46515              Sanity check for conflicting thread flavours.
46516              
46517              Fix the sys/fcntl.h problem reported by Peter Prymmer.
46518              
46519              Add few CPUs/architectures to the Cppsym scan,
46520              add -perlio to archname if so selected (modified 8890)
46521              
46522              Be more helpful for devel builders, suggested by John L. Allen.
46523              (admittedly pointless change for maintperl, but the usedevel
46524              code is there already)
46525      Branch: maint-5.6/perl
46526           !> Configure INSTALL Makefile.SH Porting/Glossary
46527           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
46528           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
46529           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
46530           !> win32/config.bc win32/config.gc win32/config.vc
46531 ____________________________________________________________________________
46532 [  8994] By: jhi                                   on 2001/03/02  23:31:41
46533         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
46534      Branch: metaconfig/U/perl
46535            ! gccvers.U
46536 ____________________________________________________________________________
46537 [  8993] By: jhi                                   on 2001/03/02  23:22:12
46538         Log: Regenerate various files for maint.
46539      Branch: maint-5.6/perl
46540            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
46541            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
46542 ____________________________________________________________________________
46543 [  8992] By: alanbur                               on 2001/03/02  22:48:34
46544         Log: Resync wuth parent
46545      Branch: maint-5.6/pureperl
46546           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
46547           !> (integrate 60 files)
46548 ____________________________________________________________________________
46549 [  8991] By: jhi                                   on 2001/03/02  21:00:08
46550         Log: Retract the #8742 part of #8986, backward compat.
46551      Branch: maint-5.6/perl
46552            ! embed.pl
46553 ____________________________________________________________________________
46554 [  8990] By: jhi                                   on 2001/03/02  20:40:07
46555         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
46556      Branch: maint-5.6/perl
46557            ! hv.c
46558 ____________________________________________________________________________
46559 [  8989] By: jhi                                   on 2001/03/02  19:59:56
46560         Log: Update Changes.
46561      Branch: perl
46562            ! Changes patchlevel.h
46563 ____________________________________________________________________________
46564 [  8988] By: jhi                                   on 2001/03/02  19:57:08
46565         Log: Integrate perlio.
46566      Branch: perl
46567           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
46568           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
46569           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
46570           !> ext/Encode/Encode/iso8859-10.ucm
46571           !> ext/Encode/Encode/iso8859-13.ucm
46572           !> ext/Encode/Encode/iso8859-14.ucm
46573           !> ext/Encode/Encode/iso8859-15.ucm
46574           !> ext/Encode/Encode/iso8859-16.ucm
46575           !> ext/Encode/Encode/iso8859-2.ucm
46576           !> ext/Encode/Encode/iso8859-3.ucm
46577           !> ext/Encode/Encode/iso8859-4.ucm
46578           !> ext/Encode/Encode/iso8859-5.ucm
46579           !> ext/Encode/Encode/iso8859-6.ucm
46580           !> ext/Encode/Encode/iso8859-7.ucm
46581           !> ext/Encode/Encode/iso8859-8.ucm
46582           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
46583           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
46584 ____________________________________________________________________________
46585 [  8987] By: jhi                                   on 2001/03/02  19:43:40
46586         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
46587              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
46588              8950,8952,8955 from mainline to maintperl.
46589              
46590              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
46591              
46592              Put to rest the 20010205.001, the email address checking (not) regex.
46593              
46594              fork() not everywhere, cleanup temp files.
46595              
46596              The #8843 wasn't quite right: %Config needs to imported.
46597              
46598              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
46599              (#8849: the glob-basic hunk needed massaging as it depended
46600              on Schwern's large-scale (unintegrated) patches)
46601              
46602              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
46603              
46604              Upgrade to CGI.pm 2.752, from Lincoln Stein.
46605              (Note: there were some conflicts due to EBCDIC and EPOC
46606              patches, in general I preferred the repository code.)
46607              (When 2.753 comes out, we need to synchronize.)
46608              
46609              Subject: [PATCH] fix for charnames above FFFF
46610              
46611              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
46612              
46613              If no sfio, no -lsfio.
46614              
46615              Run run/*.t also in minitest.
46616              
46617              Subject:  [PATCH perl 5.7.0] malloc message address offset
46618              
46619              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
46620              
46621              Subject: fix for parameter -Dm (for perl@8867)
46622              
46623              Subject: [PATCH: perl@8892] was Re: hashing order difference?
46624              (make the test more portable)
46625              
46626              Subject: Re: [PATCH] fix for charnames above FFFF
46627              
46628              Subject: Re: I'm losing the war...
46629              (hv_store() not working correctly in ENV_IS_CASELESS case.)
46630              
46631              Subject: Modified README.bs2000 
46632              
46633              Subject: [PATCH: perl@8935] -Dt padsv($var)
46634              
46635              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
46636              
46637              Subject: PATCH: extra tests to check on negative float to unsigned cast
46638              
46639              Subject: [PATCH] XPUSH[insp] was Re: progress
46640              
46641              Subject: Re: Compile with perlcc..
46642      Branch: maint-5.6/perl
46643           !> (integrate 36 files)
46644 ____________________________________________________________________________
46645 [  8986] By: jhi                                   on 2001/03/02  18:51:25
46646         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
46647              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
46648              to maintperl.
46649              
46650              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
46651              
46652              Subject: [DOC PATCH] overload.pm nits
46653              
46654              Add header for LIB$ prototypes (C. Berry)
46655              
46656              Convert fwrite()s to sockets to write()s, since some socket stacks
46657              don't take kindly to stdio.
46658              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
46659              (for often optional LNMs)
46660              Correct a few typos
46661              (C. Bailey)
46662              
46663              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
46664              
46665              De-cut-and-pasto.
46666              
46667              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
46668              
46669              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
46670              
46671              Upgrade to CPAN 1.59_54, from Andreas König.
46672              
46673              Bogus shebang.
46674              
46675              Subject: [PATCH] Document makepatch in Porting/patching
46676              
46677              UTF-8 documentation.
46678              
46679              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
46680              
46681              Sort the MANIFEST.
46682              
46683              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
46684              
46685              Subject: [PATCH @8807] toke.c cleanup: scan_str()
46686              
46687              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
46688              
46689              Add run/*.t to testables.
46690              
46691              TODO: integrate #8784.
46692      Branch: maint-5.6/perl
46693           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
46694           !> (integrate 28 files)
46695 ____________________________________________________________________________
46696 [  8985] By: nick                                  on 2001/03/02  18:15:45
46697         Log: Integrate mainline
46698      Branch: perlio
46699           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
46700           !> vms/vms.c
46701 ____________________________________________________________________________
46702 [  8984] By: jhi                                   on 2001/03/02  16:00:17
46703         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
46704              
46705              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
46706              5.004_05, and mention the suidperl August 2000 security problem.
46707              (#8978,#8981)
46708              
46709              Subject: [ID 20010301.004] Technically speaking in perldata
46710              
46711              Subject: [PATCH] File::Copy for bleadperl, maintperl
46712              
46713              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
46714              
46715              (The #8982, fix for 20010221.005 and 20010221.008,
46716              would be nice too but it didn't integrate cleanly.)
46717      Branch: maint-5.6/perl
46718           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
46719 ____________________________________________________________________________
46720 [  8983] By: jhi                                   on 2001/03/02  15:51:16
46721         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
46722              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46723              Date:     Thu, 1 Mar 2001 15:54:09 EST
46724              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
46725      Branch: perl
46726            ! vms/vms.c
46727 ____________________________________________________________________________
46728 [  8982] By: jhi                                   on 2001/03/02  15:43:31
46729         Log: Subject: Re: sync sync sync: have I missed any patches?
46730              From: Radu Greab <radu@netsoft.ro> 
46731              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
46732              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
46733              
46734              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
46735              was checking argv[0] regardless of whether a different pathname
46736              will actually be executed."  Test case not supplied because 
46737              drafting that, ironically enough, revealed another bug
46738              (or a feature).
46739      Branch: perl
46740            ! doio.c
46741 ____________________________________________________________________________
46742 [  8981] By: jhi                                   on 2001/03/02  15:28:03
46743         Log: Misdate in #8978.
46744      Branch: perl
46745            ! pod/perlfaq1.pod
46746 ____________________________________________________________________________
46747 [  8980] By: jhi                                   on 2001/03/02  15:24:20
46748         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
46749              From: Chris Nandor <pudge@pobox.com>
46750              Date: Wed, 28 Feb 2001 22:10:15 -0500
46751              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
46752      Branch: perl
46753            ! lib/File/Copy.pm
46754 ____________________________________________________________________________
46755 [  8979] By: jhi                                   on 2001/03/02  15:17:16
46756         Log: Subject: [ID 20010301.004] Technically speaking in perldata
46757              From: abela@geneanet.org
46758              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
46759              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
46760      Branch: perl
46761            ! pod/perldata.pod
46762 ____________________________________________________________________________
46763 [  8978] By: jhi                                   on 2001/03/02  15:15:27
46764         Log: Subject: [ID 20010301.003] ref to 5.004
46765              From: abela@geneanet.org
46766              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
46767              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
46768              
46769              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
46770              and mention the suidperl August 2000 security problem.
46771      Branch: perl
46772            ! pod/perlfaq1.pod
46773 ____________________________________________________________________________
46774 [  8977] By: alanbur                               on 2001/03/02  14:17:45
46775         Log: Resynchronised with parent
46776      Branch: maint-5.6/pureperl
46777           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
46778           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
46779           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
46780           !> vms/descrip_mms.template win32/win32.c win32/win32.h
46781           !> win32/win32iop.h
46782 ____________________________________________________________________________
46783 [  8976] By: nick                                  on 2001/03/01  23:25:30
46784         Log: Integrate mainline.
46785      Branch: perlio
46786            - t/op/qu.t
46787           !> (integrate 55 files)
46788 ____________________________________________________________________________
46789 [  8975] By: jhi                                   on 2001/03/01  16:51:34
46790         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
46791      Branch: perl
46792           !> toke.c
46793 ____________________________________________________________________________
46794 [  8974] By: gsar                                  on 2001/03/01  16:28:21
46795         Log: fix for bugid 20010226.008
46796              
46797              the problem was that some of the pointers (PL_last_lop and
46798              PL_last_uni specifically) into the lex buffers weren't correctly
46799              being invalidated when the buffer changed; this would leave the
46800              pointers pointing at an arbitrary location in the buffer if
46801              the buffer didn't need to be reallocated, or point into freed
46802              memory if the buffer had to be realloced
46803              
46804              TODO item for bugdb maintainers: check other seemingly random
46805              parser-related bugs--they might be cured by this
46806      Branch: maint-5.6/perl
46807            ! toke.c
46808 ____________________________________________________________________________
46809 [  8973] By: jhi                                   on 2001/03/01  02:23:25
46810         Log: Retract #8970 because of a completely mysterious core dump:
46811              adding the tests 241..244 causes op/pat dump core at test #25.
46812              The test needs a lot of whittling down before the bug can be solved.
46813      Branch: perl
46814            ! t/op/pat.t
46815 ____________________________________________________________________________
46816 [  8972] By: jhi                                   on 2001/03/01  01:58:38
46817         Log: Regen perlapi.
46818      Branch: perl
46819            ! pod/perlapi.pod
46820 ____________________________________________________________________________
46821 [  8971] By: jhi                                   on 2001/03/01  01:34:09
46822         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))
46823              From: Nicholas Clark <nick@ccl4.org>
46824              Date: Wed, 28 Feb 2001 23:28:49 +0000
46825              Message-ID: <20010228232849.A55187@plum.flirble.org>
46826              
46827              Allow a completely write protected source code tree
46828              when using the Configure -Dmksymlinks.
46829      Branch: perl
46830            ! embed.pl warnings.pl
46831 ____________________________________________________________________________
46832 [  8970] By: jhi                                   on 2001/03/01  01:32:04
46833         Log: Add back the EBCDIC character range tests (for matching).
46834      Branch: perl
46835            ! t/op/pat.t
46836 ____________________________________________________________________________
46837 [  8969] By: nick                                  on 2001/02/28  18:18:01
46838         Log: Add charname comments to .ucm files writen by 'compile',
46839              also order charmaps in those files by source encoding.
46840              regenerate distrubuted .ucm files
46841      Branch: perlio
46842            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
46843            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
46844            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
46845            ! ext/Encode/Encode/iso8859-10.ucm
46846            ! ext/Encode/Encode/iso8859-13.ucm
46847            ! ext/Encode/Encode/iso8859-14.ucm
46848            ! ext/Encode/Encode/iso8859-15.ucm
46849            ! ext/Encode/Encode/iso8859-16.ucm
46850            ! ext/Encode/Encode/iso8859-2.ucm
46851            ! ext/Encode/Encode/iso8859-3.ucm
46852            ! ext/Encode/Encode/iso8859-4.ucm
46853            ! ext/Encode/Encode/iso8859-5.ucm
46854            ! ext/Encode/Encode/iso8859-6.ucm
46855            ! ext/Encode/Encode/iso8859-7.ucm
46856            ! ext/Encode/Encode/iso8859-8.ucm
46857            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
46858            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
46859 ____________________________________________________________________________
46860 [  8968] By: jhi                                   on 2001/02/28  16:26:37
46861         Log: Expand usemorebits early if d_casti32 needs to be undefined.
46862      Branch: perl
46863            ! hints/hpux.sh hints/irix_6.sh
46864 ____________________________________________________________________________
46865 [  8967] By: jhi                                   on 2001/02/28  16:22:26
46866         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
46867              retract toke.c/qu parts of #8583, retract #8485, retract
46868              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
46869              op/length.t, and MANIFEST, and delete t/op/qu.t.
46870      Branch: perl
46871            - t/op/qu.t
46872            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
46873            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
46874            ! t/op/length.t toke.c
46875 ____________________________________________________________________________
46876 [  8966] By: jhi                                   on 2001/02/28  15:00:27
46877         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
46878              by not changing from pre-Unicode days into being Unicode-aware.
46879              Sniff.
46880      Branch: perl
46881            ! pp.c t/op/pack.t t/op/qu.t
46882 ____________________________________________________________________________
46883 [  8965] By: jhi                                   on 2001/02/28  14:37:55
46884         Log: Subject: Re: Errors in core PODs
46885              From: Michael Stevens <michael@etla.org> 
46886              Date: Fri, 23 Feb 2001 15:47:56 +0000
46887              Message-ID: <20010223154756.A7723@firedrake.org> 
46888      Branch: perl
46889            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
46890            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
46891            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
46892            ! x2p/a2p.pod
46893 ____________________________________________________________________________
46894 [  8964] By: jhi                                   on 2001/02/28  14:35:35
46895         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
46896              (The #8961 was too bold.)
46897      Branch: perl
46898            ! hints/hpux.sh hints/irix_6.sh
46899 ____________________________________________________________________________
46900 [  8963] By: jhi                                   on 2001/02/28  14:33:39
46901         Log: Subject: Re: sync sync sync: have I missed any patches?
46902              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46903              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
46904              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
46905              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
46906              
46907              Replace djSP with dSP.
46908      Branch: perl
46909            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
46910            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
46911            ! win32/perlhost.h
46912 ____________________________________________________________________________
46913 [  8962] By: jhi                                   on 2001/02/27  23:21:14
46914         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
46915      Branch: perl
46916            ! lib/Filter/Simple.pm
46917 ____________________________________________________________________________
46918 [  8961] By: jhi                                   on 2001/02/27  22:55:26
46919         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
46920              and this would be it.
46921      Branch: perl
46922            ! hints/hpux.sh hints/irix_6.sh
46923 ____________________________________________________________________________
46924 [  8960] By: jhi                                   on 2001/02/27  22:51:33
46925         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
46926              From: "Craig A. Berry" <craigberry@mac.com>
46927              Date: Tue, 27 Feb 2001 16:11:44 -0600
46928              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
46929      Branch: maint-5.6/perl
46930            ! configure.com vms/descrip_mms.template
46931 ____________________________________________________________________________
46932 [  8959] By: jhi                                   on 2001/02/27  22:47:23
46933         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
46934              From: "Craig A. Berry" <craigberry@mac.com>
46935              Date: Tue, 27 Feb 2001 16:11:44 -0600
46936              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
46937      Branch: perl
46938            ! configure.com vms/descrip_mms.template
46939 ____________________________________________________________________________
46940 [  8958] By: jhi                                   on 2001/02/27  15:16:42
46941         Log: Update Changes.
46942      Branch: perl
46943            ! Changes patchlevel.h
46944 ____________________________________________________________________________
46945 [  8957] By: jhi                                   on 2001/02/27  06:15:07
46946         Log: Subject: [5.6.x] EPOC additions
46947              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46948              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
46949              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
46950      Branch: maint-5.6/perl
46951            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
46952 ____________________________________________________________________________
46953 [  8956] By: jhi                                   on 2001/02/27  06:12:11
46954         Log: Subject: [perl-current] EPOC 
46955              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46956              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
46957              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
46958      Branch: perl
46959            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
46960            ! epoc/epocish.c epoc/epocish.h pp_sys.c
46961 ____________________________________________________________________________
46962 [  8955] By: jhi                                   on 2001/02/27  05:59:50
46963         Log: Subject: Re: Compile with perlcc..
46964              From: Edward Peschko <edwardp@excitehome.net>
46965              Date: Mon, 26 Feb 2001 18:51:58 -0800
46966              Message-ID: <20010226185158.A9871@excitehome.net>
46967              
46968              plus add a simple usage message if no arguments given.
46969      Branch: perl
46970            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
46971            ! utils/Makefile utils/perlcc.PL win32/pod.mak
46972 ____________________________________________________________________________
46973 [  8954] By: nick                                  on 2001/02/26  21:02:59
46974         Log: Integrate mainline
46975      Branch: perlio
46976           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
46977           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
46978           !> t/op/sprintf.t
46979 ____________________________________________________________________________
46980 [  8953] By: jhi                                   on 2001/02/26  14:43:54
46981         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
46982              From: Nicholas Clark <nick@ccl4.org>
46983              Date: Mon, 26 Feb 2001 00:42:07 +0000
46984              Message-ID: <20010226004207.F23333@plum.flirble.org>
46985      Branch: perl
46986            ! pp_ctl.c
46987 ____________________________________________________________________________
46988 [  8952] By: jhi                                   on 2001/02/26  14:42:13
46989         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
46990              From: Simon Cozens <simon@netthink.co.uk>
46991              Date: Mon, 26 Feb 2001 12:23:48 +0000
46992              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
46993      Branch: perl
46994            ! pod/perlguts.pod
46995 ____________________________________________________________________________
46996 [  8951] By: jhi                                   on 2001/02/26  14:39:15
46997         Log: Subject: [PATCH] perlio - unknown layer
46998              From: Nicholas Clark <nick@ccl4.org>
46999              Date: Mon, 26 Feb 2001 00:27:19 +0000
47000              Message-ID: <20010226002719.E23333@plum.flirble.org>
47001      Branch: perl
47002            ! perlio.c
47003 ____________________________________________________________________________
47004 [  8950] By: jhi                                   on 2001/02/26  14:38:04
47005         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
47006              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
47007              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
47008              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
47009      Branch: perl
47010            ! t/op/bop.t
47011 ____________________________________________________________________________
47012 [  8949] By: jhi                                   on 2001/02/26  14:37:07
47013         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
47014              From: Peter Prymmer <pvhp@forte.com>
47015              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
47016              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
47017      Branch: perl
47018            ! lib/Test.pm
47019 ____________________________________________________________________________
47020 [  8948] By: jhi                                   on 2001/02/26  14:35:53
47021         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
47022              From: Radu Greab <radu@netsoft.ro>
47023              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
47024              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
47025      Branch: perl
47026            ! pod/perlop.pod
47027 ____________________________________________________________________________
47028 [  8947] By: jhi                                   on 2001/02/26  14:34:46
47029         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
47030              From: David Mitchell <davem@fdgroup.co.uk>
47031              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
47032              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
47033      Branch: perl
47034            ! run.c
47035 ____________________________________________________________________________
47036 [  8946] By: jhi                                   on 2001/02/26  14:32:37
47037         Log: Subject: Modified README.bs2000 
47038              From: Dorner Thomas <Thomas.Dorner@start.de>
47039              Date: Mon, 26 Feb 2001 09:22:17 +0100
47040              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
47041      Branch: perl
47042            ! README.bs2000
47043 ____________________________________________________________________________
47044 [  8945] By: jhi                                   on 2001/02/26  14:19:53
47045         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
47046              to maintperl, listing the known failures on the tests 129 and 130.
47047      Branch: maint-5.6/perl
47048           !> t/op/sprintf.t
47049 ____________________________________________________________________________
47050 [  8944] By: jhi                                   on 2001/02/26  14:14:15
47051         Log: Add more known sprintf failures.
47052      Branch: perl
47053            ! t/op/sprintf.t
47054 ____________________________________________________________________________
47055 [  8943] By: jhi                                   on 2001/02/26  13:56:22
47056         Log: perlglob.exe needs to be found in Win32, patch from
47057              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
47058              which needs external glob at mini-perl time."
47059      Branch: perl
47060            ! ext/Encode/compile
47061 ____________________________________________________________________________
47062 [  8942] By: jhi                                   on 2001/02/26  13:52:19
47063         Log: A missing dTHX from Vadim Konovalov.
47064      Branch: perl
47065            ! perlio.c
47066 ____________________________________________________________________________
47067 [  8941] By: jhi                                   on 2001/02/26  13:37:05
47068         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
47069      Branch: perl
47070            ! op.c
47071 ____________________________________________________________________________
47072 [  8940] By: jhi                                   on 2001/02/26  13:35:40
47073         Log: Integrate perlio.
47074      Branch: perl
47075           !> ext/Encode/Encode.pm
47076 ____________________________________________________________________________
47077 [  8939] By: nick                                  on 2001/02/25  23:47:09
47078         Log: Integrate mainline.
47079      Branch: perlio
47080           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
47081           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
47082 ____________________________________________________________________________
47083 [  8938] By: nick                                  on 2001/02/25  19:36:28
47084         Log: Encode implementations docs.
47085      Branch: perlio
47086            ! ext/Encode/Encode.pm
47087 ____________________________________________________________________________
47088 [  8937] By: jhi                                   on 2001/02/25  19:26:16
47089         Log: Script wasn't aligned with reality.
47090      Branch: perl
47091            ! t/pod/find.t
47092 ____________________________________________________________________________
47093 [  8936] By: jhi                                   on 2001/02/25  18:54:55
47094         Log: Update Changes.
47095      Branch: perl
47096            ! Changes patchlevel.h
47097 ____________________________________________________________________________
47098 [  8935] By: jhi                                   on 2001/02/25  18:46:36
47099         Log: Retract #8929,8930,8932,8933 for now.
47100      Branch: perl
47101            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
47102 ____________________________________________________________________________
47103 [  8934] By: jhi                                   on 2001/02/25  17:34:35
47104         Log: Integrate perlio.
47105      Branch: perl
47106           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
47107           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
47108           !> t/lib/encode.t
47109 ____________________________________________________________________________
47110 [  8933] By: jhi                                   on 2001/02/25  17:33:12
47111         Log: (Retracted by #8395.)
47112              
47113              Slight tweaks in scan_const(), not fixes yet, it seems like
47114              lots of work remains to be done...
47115      Branch: perl
47116            ! toke.c
47117 ____________________________________________________________________________
47118 [  8932] By: jhi                                   on 2001/02/25  17:27:11
47119         Log: (Retracted by #8395.)
47120              
47121              Missing from #8930.
47122      Branch: perl
47123            ! perl.h
47124 ____________________________________________________________________________
47125 [  8931] By: jhi                                   on 2001/02/25  17:26:19
47126         Log: A comment tweak.
47127      Branch: perl
47128            ! utf8.c
47129 ____________________________________________________________________________
47130 [  8930] By: jhi                                   on 2001/02/25  17:25:47
47131         Log: (Retracted by #8395.)
47132              
47133              Attempt to fix the EBCDIC character range problem with //.
47134      Branch: perl
47135            ! regcomp.c
47136 ____________________________________________________________________________
47137 [  8929] By: jhi                                   on 2001/02/25  17:23:45
47138         Log: (Retracted by #8395.)
47139              
47140              Expand the EBCDIC character range tests, and add few nasty
47141              tr tests from Karsten Sperling.
47142      Branch: perl
47143            ! t/op/pat.t t/op/tr.t
47144 ____________________________________________________________________________
47145 [  8928] By: jhi                                   on 2001/02/25  17:18:49
47146         Log: Missing check-in.
47147      Branch: perl
47148            ! lib/Pod/Find.pm
47149 ____________________________________________________________________________
47150 [  8927] By: nick                                  on 2001/02/25  11:30:22
47151         Log: Change method names in Encode implementation classes to something
47152              less confusing (preparing to "go public").
47153      Branch: perlio
47154            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
47155 ____________________________________________________________________________
47156 [  8926] By: nick                                  on 2001/02/25  10:53:24
47157         Log: GCC __atribute__ / printf fix
47158      Branch: perlio
47159            ! perl.h
47160 ____________________________________________________________________________
47161 [  8925] By: nick                                  on 2001/02/25  10:52:25
47162         Log: Checked in the wrong one ...
47163      Branch: perlio
47164            ! ext/Encode/Encode.pm
47165 ____________________________________________________________________________
47166 [  8924] By: nick                                  on 2001/02/24  18:46:51
47167         Log: Integrate mainline - to see what Jarkko has in ...
47168      Branch: perlio
47169           +> t/pod/testpods/lib/Pod/Stuff.pm
47170           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
47171 ____________________________________________________________________________
47172 [  8923] By: nick                                  on 2001/02/24  17:05:23
47173         Log: Encode API documentation nd tidy up.
47174              Minor additions to test.
47175              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
47176              Adds STRLEN to standard typemap.
47177      Branch: perlio
47178            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
47179            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
47180 ____________________________________________________________________________
47181 [  8922] By: jhi                                   on 2001/02/24  16:38:12
47182         Log: Add a test for the "character range should match in EBCDIC
47183              if specified using explicit numerics" bug found by Karsten
47184              Sperling.
47185      Branch: perl
47186            ! t/op/pat.t
47187 ____________________________________________________________________________
47188 [  8921] By: jhi                                   on 2001/02/24  16:30:16
47189         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
47190              From: schwern@pobox.com
47191              Date: Fri, 23 Feb 2001 03:21:37 -0500
47192              Message-ID: <20010223032137.A26022@magnonel.guild.net>
47193              
47194              plus Charles Lane's fixes, plus tweaks.
47195      Branch: perl
47196            + t/pod/testpods/lib/Pod/Stuff.pm
47197            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
47198 ____________________________________________________________________________
47199 [  8920] By: nick                                  on 2001/02/24  10:30:11
47200         Log: Integrate mainline
47201      Branch: perlio
47202           !> (integrate 33 files)
47203 ____________________________________________________________________________
47204 [  8919] By: jhi                                   on 2001/02/24  00:23:35
47205         Log: Subject: Re: I'm losing the war...
47206              From: "Vadim Konovalov" <watman@inbox.ru>
47207              Date: Sat, 24 Feb 2001 00:10:14 +0300
47208              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
47209              
47210              hv_store() not working correctly in ENV_IS_CASELESS case.
47211      Branch: perl
47212            ! hv.c
47213 ____________________________________________________________________________
47214 [  8918] By: jhi                                   on 2001/02/24  00:20:09
47215         Log: Subject: Re: [PATCH] fix for charnames above FFFF
47216              From: andreas.koenig@anima.de (Andreas J. Koenig)
47217              Date: 23 Feb 2001 02:39:03 +0100
47218              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
47219              
47220              A further efficiency tweak.
47221      Branch: perl
47222            ! lib/charnames.pm
47223 ____________________________________________________________________________
47224 [  8917] By: jhi                                   on 2001/02/23  20:27:51
47225         Log: Integrate change #8916 from mainline,
47226              do away with USE_WIN32_RTL_ENV.
47227      Branch: maint-5.6/perl
47228           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
47229 ____________________________________________________________________________
47230 [  8916] By: jhi                                   on 2001/02/23  20:02:25
47231         Log: Abolish USE_WIN32_RTL_ENV.
47232      Branch: perl
47233            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
47234 ____________________________________________________________________________
47235 [  8915] By: jhi                                   on 2001/02/23  19:36:00
47236         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
47237              later protected by some #define.
47238      Branch: perl
47239            ! gv.c
47240 ____________________________________________________________________________
47241 [  8914] By: jhi                                   on 2001/02/23  19:31:38
47242         Log: Retract #8902 for now, requested by Charles Lane, the correct
47243              fix will be something else.
47244      Branch: perl
47245            ! op.c
47246 ____________________________________________________________________________
47247 [  8913] By: jhi                                   on 2001/02/23  19:11:36
47248         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
47249              From: Peter Prymmer <pvhp@forte.com>
47250              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
47251              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
47252      Branch: perl
47253            ! t/op/lex_assign.t
47254 ____________________________________________________________________________
47255 [  8912] By: jhi                                   on 2001/02/23  18:38:20
47256         Log: Subject: [patch] perlio + useithreads
47257              From: Doug MacEachern <dougm@covalent.net>
47258              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
47259              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
47260              
47261              Gets things running but not complete.
47262      Branch: perl
47263            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
47264 ____________________________________________________________________________
47265 [  8911] By: jhi                                   on 2001/02/23  04:20:02
47266         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
47267              
47268              Duplicated environment freeing, File::Temp 0.12,
47269              op/append portability (EBCDIC) tweak.
47270      Branch: maint-5.6/perl
47271           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47272           !> t/op/append.t
47273 ____________________________________________________________________________
47274 [  8910] By: jhi                                   on 2001/02/23  02:07:33
47275         Log: Integrate change #8909 from mainline, a better Borland
47276              putenv() workaround.
47277      Branch: maint-5.6/perl
47278           !> perl.c
47279 ____________________________________________________________________________
47280 [  8909] By: jhi                                   on 2001/02/23  02:05:46
47281         Log: A better workaround for Borland putenv() brokenness from Sarathy.
47282      Branch: perl
47283            ! perl.c
47284 ____________________________________________________________________________
47285 [  8908] By: jhi                                   on 2001/02/23  02:04:14
47286         Log: Subject: fix for parameter -Dm (for perl@8867)
47287              From: "Vadim Konovalov" <watman@inbox.ru>
47288              Date: Thu, 22 Feb 2001 17:30:12 +0300
47289              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
47290      Branch: perl
47291            ! perl.h
47292 ____________________________________________________________________________
47293 [  8907] By: jhi                                   on 2001/02/23  01:58:20
47294         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
47295              From: Peter Prymmer <pvhp@forte.com>
47296              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
47297              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
47298      Branch: perl
47299            ! t/op/append.t
47300 ____________________________________________________________________________
47301 [  8906] By: jhi                                   on 2001/02/23  01:48:34
47302         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
47303      Branch: perl
47304            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47305 ____________________________________________________________________________
47306 [  8905] By: jhi                                   on 2001/02/23  01:43:30
47307         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
47308              From: Peter Prymmer <pvhp@forte.com>
47309              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
47310              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
47311      Branch: perl
47312            ! t/lib/st-06compat.t
47313 ____________________________________________________________________________
47314 [  8904] By: jhi                                   on 2001/02/23  01:42:39
47315         Log: Metaconfig unit change for #8903.
47316      Branch: metaconfig/U/perl
47317            ! Devel.U
47318 ____________________________________________________________________________
47319 [  8903] By: jhi                                   on 2001/02/23  01:42:12
47320         Log: Be more helpful for devel builders, suggested by John L. Allen.
47321      Branch: perl
47322            ! Configure
47323 ____________________________________________________________________________
47324 [  8902] By: jhi                                   on 2001/02/23  01:37:41
47325         Log: (Retracted by #8914)
47326              (Wrongly, reinstated by #8941)
47327              
47328              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
47329              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47330              Date:     Thu, 22 Feb 2001 09:43:57 EST
47331              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
47332      Branch: perl
47333            ! op.c
47334 ____________________________________________________________________________
47335 [  8901] By: jhi                                   on 2001/02/23  01:20:32
47336         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
47337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47338              Date:     Thu, 22 Feb 2001 08:01:35 EST
47339              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
47340      Branch: perl
47341            ! malloc.c
47342 ____________________________________________________________________________
47343 [  8900] By: jhi                                   on 2001/02/23  01:18:02
47344         Log: Integrate changes #8898,8899 from mainline, environ handling.
47345      Branch: maint-5.6/perl
47346           !> perl.c
47347 ____________________________________________________________________________
47348 [  8899] By: jhi                                   on 2001/02/23  01:16:25
47349         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
47350              putenv() is not to be relied on, they are either broken or leaky
47351              or both.)
47352      Branch: perl
47353            ! perl.c
47354 ____________________________________________________________________________
47355 [  8898] By: jhi                                   on 2001/02/22  23:36:59
47356         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
47357              and safesysfree() must be used.
47358      Branch: perl
47359            ! perl.c
47360 ____________________________________________________________________________
47361 [  8897] By: jhi                                   on 2001/02/22  23:25:45
47362         Log: With environ one must use safesysmalloc()/safesysfree().
47363      Branch: perl
47364            ! perl.c
47365 ____________________________________________________________________________
47366 [  8896] By: jhi                                   on 2001/02/22  22:13:18
47367         Log: If we have a duplicated environment free it
47368              if PERL_DESTRUCT_LEVEL.
47369      Branch: perl
47370            ! perl.c
47371 ____________________________________________________________________________
47372 [  8895] By: alanbur                               on 2001/02/22  19:31:57
47373         Log: Synchronised with parent
47374      Branch: maint-5.6/pureperl
47375           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
47376 ____________________________________________________________________________
47377 [  8894] By: gsar                                  on 2001/02/22  19:06:18
47378         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
47379              
47380              fix memory leak in method call optimization (change#3768);
47381              made C<eval "$x->foo()"> leak
47382              
47383              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
47384      Branch: maint-5.6/perl
47385           !> op.c
47386 ____________________________________________________________________________
47387 [  8893] By: jhi                                   on 2001/02/22  18:35:27
47388         Log: (Retracted by #8915.)
47389              
47390              Third Degree finding:
47391              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
47392      Branch: perl
47393            ! gv.c
47394 ____________________________________________________________________________
47395 [  8892] By: jhi                                   on 2001/02/22  14:28:32
47396         Log: Update Changes.
47397      Branch: perl
47398            ! Changes patchlevel.h
47399 ____________________________________________________________________________
47400 [  8891] By: jhi                                   on 2001/02/22  13:22:45
47401         Log: Metaconfig unit changes for #8890.
47402      Branch: metaconfig
47403            ! U/modified/Cppsym.U U/threads/archname.U
47404 ____________________________________________________________________________
47405 [  8890] By: jhi                                   on 2001/02/22  13:22:12
47406         Log: Add -stdio to the archname if no perlio selected,
47407              no -perlio added since that is now the default.
47408              
47409              Add few CPUs/architectures to the Cppsym scan.
47410      Branch: perl
47411            ! Configure config_h.SH
47412 ____________________________________________________________________________
47413 [  8889] By: jhi                                   on 2001/02/22  13:05:59
47414         Log: Metaconfig unit change for #8888.
47415      Branch: metaconfig/U/perl
47416            ! useperlio.U
47417 ____________________________________________________________________________
47418 [  8888] By: jhi                                   on 2001/02/22  13:05:28
47419         Log: *drum roll*  Make perlio the default.
47420      Branch: perl
47421            ! Configure config_h.SH
47422 ____________________________________________________________________________
47423 [  8887] By: jhi                                   on 2001/02/22  12:50:52
47424         Log: Integrate change #8665 from maintperl to mainline,
47425              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
47426      Branch: perl
47427           !> ext/POSIX/POSIX.xs
47428 ____________________________________________________________________________
47429 [  8886] By: jhi                                   on 2001/02/22  12:49:24
47430         Log: Integrate changes #8883,8884 from mainline to maintperl.
47431              
47432              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
47433              Subject: Re: File::Temp::_gettemp warning
47434      Branch: maint-5.6/perl
47435           !> embed.h embed.pl lib/File/Temp.pm
47436 ____________________________________________________________________________
47437 [  8885] By: jhi                                   on 2001/02/22  12:43:59
47438         Log: Based on
47439              
47440              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
47441              From: schwab@suse.de
47442              Date: Thu, 22 Feb 2001 13:08:09 +0100
47443              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
47444              
47445              but the fix done slightly differently because the other
47446              half was already done in #8664.
47447      Branch: maint-5.6/perl
47448            ! ext/POSIX/POSIX.xs
47449 ____________________________________________________________________________
47450 [  8884] By: jhi                                   on 2001/02/22  12:37:15
47451         Log: Subject: Re: File::Temp::_gettemp warning
47452              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47453              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
47454              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
47455              
47456              This patch to File::Temp does two things:
47457              
47458              1. Fixes the problem with CGI::Carp when determining
47459              the Fcntl constants
47460              
47461              2. Removes most of the carps and consolidates them so that all the
47462              reasons are included in a single die that is caught by the test. This
47463              means that the correct skipping behaviour is displayed by the test.
47464      Branch: perl
47465            ! lib/File/Temp.pm
47466 ____________________________________________________________________________
47467 [  8883] By: jhi                                   on 2001/02/22  12:29:19
47468         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
47469              From: Peter Prymmer <pvhp@forte.com>
47470              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
47471              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
47472      Branch: perl
47473            ! embed.h embed.pl
47474 ____________________________________________________________________________
47475 [  8882] By: jhi                                   on 2001/02/21  19:41:33
47476         Log: Integrate change #8881 from mainlin to maintperl.
47477              
47478              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
47479      Branch: maint-5.6/perl
47480           !> op.c
47481 ____________________________________________________________________________
47482 [  8881] By: jhi                                   on 2001/02/21  19:38:57
47483         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
47484              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47485              Date:     Wed, 21 Feb 2001 13:08:03 EST
47486              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
47487      Branch: perl
47488            ! op.c
47489 ____________________________________________________________________________
47490 [  8880] By: jhi                                   on 2001/02/21  19:34:34
47491         Log: Retract #8875, cannot let go of the old semantics of unpack U
47492              without rethinking utf8decode.t.
47493      Branch: perl
47494            ! pp.c t/op/pack.t
47495 ____________________________________________________________________________
47496 [  8879] By: jhi                                   on 2001/02/21  19:08:02
47497         Log: Run run/*.t also in minitest.
47498      Branch: perl
47499            ! Makefile.SH
47500 ____________________________________________________________________________
47501 [  8878] By: nick                                  on 2001/02/21  18:55:37
47502         Log: Integrate mainline
47503      Branch: perlio
47504           !> (integrate 76 files)
47505 ____________________________________________________________________________
47506 [  8877] By: jhi                                   on 2001/02/21  15:09:33
47507         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
47508      Branch: metaconfig
47509            ! U/compline/nblock_io.U
47510      Branch: perl
47511            ! Configure config_h.SH
47512 ____________________________________________________________________________
47513 [  8876] By: jhi                                   on 2001/02/21  14:54:45
47514         Log: If no sfio, no -lsfio.
47515      Branch: metaconfig/U/perl
47516            ! d_sfio.U
47517      Branch: perl
47518            ! Configure config_h.SH
47519 ____________________________________________________________________________
47520 [  8875] By: jhi                                   on 2001/02/21  14:54:00
47521         Log: Make unpack C and unpack U truly equivalent.
47522      Branch: perl
47523            ! pp.c t/op/pack.t
47524 ____________________________________________________________________________
47525 [  8874] By: jhi                                   on 2001/02/21  14:26:02
47526         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
47527              From: Peter Prymmer <pvhp@forte.com>
47528              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
47529              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
47530      Branch: perl
47531            ! pod/perlport.pod
47532 ____________________________________________________________________________
47533 [  8873] By: jhi                                   on 2001/02/21  14:24:31
47534         Log: Subject: [PATCH] fix for charnames above FFFF
47535              From: andreas.koenig@anima.de (Andreas J. Koenig)
47536              Date: 21 Feb 2001 07:05:45 +0100
47537              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
47538      Branch: perl
47539            ! lib/charnames.pm t/lib/charnames.t
47540 ____________________________________________________________________________
47541 [  8872] By: jhi                                   on 2001/02/21  14:15:25
47542         Log: Integrate change #8868 from pureperl to mainline.
47543              
47544              Fixed reference count loop caused by sv_magic.
47545      Branch: perl
47546           !> sv.c
47547 ____________________________________________________________________________
47548 [  8871] By: jhi                                   on 2001/02/21  14:07:29
47549         Log: Integrate change #8868 from pureperl to maintperl.
47550              
47551              Fixed reference count loop caused by sv_magic.
47552      Branch: maint-5.6/perl
47553           !> sv.c
47554 ____________________________________________________________________________
47555 [  8870] By: jhi                                   on 2001/02/21  14:04:41
47556         Log: Put back the #8840, it was innocent.
47557      Branch: perl
47558            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
47559            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
47560 ____________________________________________________________________________
47561 [  8869] By: jhi                                   on 2001/02/21  14:00:03
47562         Log: unpack("C", ...) was left slightly unfinished by #8865.
47563      Branch: perl
47564            ! pp.c t/op/pack.t
47565 ____________________________________________________________________________
47566 [  8868] By: alanbur                               on 2001/02/21  01:33:45
47567         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
47568              from gv_fetchpv to create single-character magic variables (e.g. $!),
47569              and it is passed a sv and the gv that contains the sv as the mg_obj
47570              value.  When sv_magic stores the mg_obj pointer it increments the gv
47571              refcount, thus causing a sv-gv pair that can't be freed.  There is
47572              already a check for sv == obj which is used to prevent such reference
47573              loops.  This change extends the check to cover the case described above.
47574      Branch: maint-5.6/pureperl
47575            ! sv.c
47576 ____________________________________________________________________________
47577 [  8867] By: jhi                                   on 2001/02/21  00:52:39
47578         Log: Update Changes.
47579      Branch: perl
47580            ! Changes patchlevel.h
47581 ____________________________________________________________________________
47582 [  8866] By: jhi                                   on 2001/02/21  00:34:20
47583         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
47584              (Note: there were some conflicts due to EBCDIC and EPOC
47585              patches, in general I preferred the repository code.)
47586              (When 2.753 comes out, we need to synchronize.)
47587      Branch: perl
47588            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
47589            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
47590            ! t/lib/cgi-html.t
47591 ____________________________________________________________________________
47592 [  8865] By: jhi                                   on 2001/02/21  00:24:22
47593         Log: Make pack("C", 0x100) to create Unicode, unless under the
47594              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
47595              will understand Unicode, unless you under know what.
47596      Branch: perl
47597            ! pp.c t/op/pack.t t/op/qu.t
47598 ____________________________________________________________________________
47599 [  8864] By: alanbur                               on 2001/02/20  22:35:34
47600         Log: Resynchronised with parent
47601      Branch: maint-5.6/pureperl
47602           !> README.win32 ext/GDBM_File/GDBM_File.pm
47603           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
47604           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
47605           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
47606           !> t/lib/sdbm.t util.c
47607 ____________________________________________________________________________
47608 [  8863] By: jhi                                   on 2001/02/20  20:55:11
47609         Log: Integrate change #8860,8861 from mainline into maintperl.
47610              
47611              "pseudo-literal j"
47612              
47613              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
47614      Branch: maint-5.6/perl
47615           !> lib/Test.pm pod/perlop.pod
47616 ____________________________________________________________________________
47617 [  8862] By: jhi                                   on 2001/02/20  20:30:07
47618         Log: Don't do casting between pointers pointing to differently sized
47619              integers.
47620      Branch: perl
47621            ! hv.c sv.c
47622 ____________________________________________________________________________
47623 [  8861] By: jhi                                   on 2001/02/20  19:53:44
47624         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
47625              From: Peter Prymmer <pvhp@forte.com>
47626              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
47627              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
47628      Branch: perl
47629            ! lib/Test.pm
47630 ____________________________________________________________________________
47631 [  8860] By: jhi                                   on 2001/02/20  19:48:02
47632         Log: "pseudo-literal j", a documentation glitch reported to Debian.
47633              The text recovered from Perl 5.005_03, and pseudo-literal replaced
47634              by "backtick string".
47635      Branch: perl
47636            ! pod/perlop.pod
47637 ____________________________________________________________________________
47638 [  8859] By: jhi                                   on 2001/02/20  19:15:46
47639         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
47640              from Chris Nandor.
47641      Branch: perl
47642            ! makedef.pl
47643 ____________________________________________________________________________
47644 [  8858] By: jhi                                   on 2001/02/20  17:36:53
47645         Log: Integrate pureperl changes #8844,8845,8850 to mainline
47646              (via maintperl #8855).
47647              
47648              Fixed %^H scoping bug
47649              
47650              Removed GV <-> CV refcount loop
47651              
47652              Removed %ENV refcount loop
47653      Branch: perl
47654           !> gv.c op.c perl.c pp.c scope.c
47655 ____________________________________________________________________________
47656 [  8857] By: jhi                                   on 2001/02/20  17:34:32
47657         Log: Integrate changes #8853,8854 from maintperl to mainline.
47658              
47659              EBDIC fixes, README.win32 Borland update.
47660      Branch: perl
47661           !> README.win32 handy.h util.c
47662 ____________________________________________________________________________
47663 [  8856] By: jhi                                   on 2001/02/20  17:33:16
47664         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
47665      Branch: maint-5.6/perl
47666           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
47667           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
47668           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
47669 ____________________________________________________________________________
47670 [  8855] By: jhi                                   on 2001/02/20  17:32:13
47671         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
47672              
47673              Fixed %^H scoping bug
47674              
47675              Removed GV <-> CV refcount loop
47676              
47677              Removed %ENV refcount loop
47678      Branch: maint-5.6/perl
47679           !> gv.c op.c perl.c pp.c scope.c
47680 ____________________________________________________________________________
47681 [  8854] By: jhi                                   on 2001/02/20  17:25:06
47682         Log: Subject: Addition to readme.win32 for Borland C++ compilers
47683              Date: Tue, 20 Feb 2001 02:15:25 +0300
47684              From: "Vadim Konovalov" <watman@inbox.ru>
47685              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
47686              
47687              Document Borland compiler misbehaviour.
47688      Branch: maint-5.6/perl
47689            ! README.win32
47690 ____________________________________________________________________________
47691 [  8853] By: jhi                                   on 2001/02/20  17:22:25
47692         Log: The assimilation of ebcdic.c didn't quite work at the first try,
47693              patches from Thomas Dorner.
47694      Branch: maint-5.6/perl
47695            ! handy.h util.c
47696 ____________________________________________________________________________
47697 [  8852] By: jhi                                   on 2001/02/20  17:20:15
47698         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
47699              From: Chris Nandor <pudge@pobox.com>
47700              Date: Tue, 20 Feb 2001 08:32:45 -0500
47701              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
47702      Branch: maint-5.6/perl
47703            ! makedef.pl mg.c
47704 ____________________________________________________________________________
47705 [  8851] By: jhi                                   on 2001/02/20  17:15:52
47706         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
47707      Branch: perl
47708            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
47709            ! t/lib/filter-util.t
47710 ____________________________________________________________________________
47711 [  8850] By: alanbur                               on 2001/02/20  17:12:40
47712         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
47713              and the magic pointer points back to the GV that contains the
47714              %ENV hash.  This creates a refcount loop that prevents members
47715              of %ENV from being freed correctly.  This change removes the
47716              refcount loop - the magic pointer was never used anyway, the
47717              only use of the magic was to check the type ('E') so that the
47718              appropriate environment manipulation code is called when %ENV
47719              is modified.
47720      Branch: maint-5.6/pureperl
47721            ! perl.c
47722 ____________________________________________________________________________
47723 [  8849] By: jhi                                   on 2001/02/20  17:12:20
47724         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
47725              From: "Craig A. Berry" <craigberry@mac.com>
47726              Date: Mon, 19 Feb 2001 23:36:12 -0600
47727              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
47728              
47729              Case-forgiving systems match TestInit.pm with TES*.
47730      Branch: perl
47731            ! t/lib/glob-basic.t
47732 ____________________________________________________________________________
47733 [  8848] By: jhi                                   on 2001/02/20  17:10:02
47734         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
47735      Branch: perl
47736            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
47737            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
47738            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
47739 ____________________________________________________________________________
47740 [  8847] By: jhi                                   on 2001/02/20  15:34:41
47741         Log: The #8843 wasn't quite right: %Config needs to imported.
47742      Branch: perl
47743            ! t/run/runenv.t
47744 ____________________________________________________________________________
47745 [  8846] By: jhi                                   on 2001/02/20  15:31:50
47746         Log: Retract the #8838 and #8840 for now because of
47747              the DB_File tie problem.
47748      Branch: perl
47749            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
47750            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
47751            ! proto.h sv.c
47752 ____________________________________________________________________________
47753 [  8845] By: alanbur                               on 2001/02/20  14:25:41
47754         Log: Removed GV <-> CV refcount loop
47755              CvGV(mycv) points to the parent GV of the CV, and was previously
47756              refcounted.  The pointer remains, but the refcounting has been removed
47757              as it causes a refcount loop between the CV and GV that means the CV
47758              can't ever be deleted.
47759      Branch: maint-5.6/pureperl
47760            ! gv.c op.c pp.c
47761 ____________________________________________________________________________
47762 [  8844] By: alanbur                               on 2001/02/20  14:23:13
47763         Log: Fixed %^H scoping bug
47764      Branch: maint-5.6/pureperl
47765            ! scope.c
47766 ____________________________________________________________________________
47767 [  8843] By: jhi                                   on 2001/02/19  13:38:08
47768         Log: fork() not everywhere, cleanup temp files.
47769      Branch: perl
47770            ! t/run/runenv.t
47771 ____________________________________________________________________________
47772 [  8842] By: alanbur                               on 2001/02/19  12:42:07
47773         Log: Resynchronised with parent
47774      Branch: maint-5.6/pureperl
47775           !> pod/perlfaq4.pod sv.c utf8.c
47776 ____________________________________________________________________________
47777 [  8841] By: jhi                                   on 2001/02/19  03:35:51
47778         Log: Update Changes.
47779      Branch: perl
47780            ! Changes patchlevel.h
47781 ____________________________________________________________________________
47782 [  8840] By: jhi                                   on 2001/02/19  00:23:41
47783         Log: Subject: [patch] add sv_setref_uv
47784              From: Doug MacEachern <dougm@covalent.net>
47785              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
47786              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
47787      Branch: perl
47788            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
47789            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
47790 ____________________________________________________________________________
47791 [  8839] By: jhi                                   on 2001/02/19  00:01:38
47792         Log: Put to rest the 20010205.001, the email address checking (not) regex.
47793      Branch: perl
47794            ! pod/perlfaq9.pod
47795 ____________________________________________________________________________
47796 [  8838] By: jhi                                   on 2001/02/18  22:17:54
47797         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
47798              From: Doug MacEachern <dougm@covalent.net>
47799              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
47800              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
47801      Branch: perl
47802            ! lib/ExtUtils/xsubpp
47803 ____________________________________________________________________________
47804 [  8837] By: jhi                                   on 2001/02/18  22:16:50
47805         Log: Subject: [patch] -Wall cleanup round 2
47806              From: Doug MacEachern <dougm@covalent.net>
47807              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
47808              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
47809      Branch: perl
47810            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
47811            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
47812            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
47813            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
47814            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
47815            ! ext/SDBM_File/SDBM_File.xs
47816 ____________________________________________________________________________
47817 [  8836] By: jhi                                   on 2001/02/18  22:11:20
47818         Log: Misapplied regex optimizations when \C is present.
47819              Fixes 20001230.002.
47820              
47821              What still remains broken is that the submatches that
47822              have \C in them get their UTF8 flag on because their
47823              parent SV has it on.  This will result in malformed
47824              UTF8 if a \C happened to match a non-ASCII byte.
47825      Branch: perl
47826            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
47827            ! t/pragma/utf8.t
47828 ____________________________________________________________________________
47829 [  8835] By: jhi                                   on 2001/02/18  20:12:02
47830         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
47831              
47832              The hash key got wrongly UTF8fied.
47833      Branch: perl
47834            ! pod/perlapi.pod toke.c utf8.c
47835 ____________________________________________________________________________
47836 [  8834] By: jhi                                   on 2001/02/18  19:44:25
47837         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
47838              don't warn on magical or overloaded things.
47839      Branch: perl
47840            ! pp_hot.c
47841 ____________________________________________________________________________
47842 [  8833] By: nick                                  on 2001/02/18  19:31:22
47843         Log: Integrate mainline
47844      Branch: perlio
47845           +> t/TestInit.pm t/run/runenv.t
47846            - t/UTEST
47847           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
47848           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
47849           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
47850           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
47851           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
47852           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
47853           !> utf8.c
47854 ____________________________________________________________________________
47855 [  8832] By: jhi                                   on 2001/02/18  19:21:18
47856         Log: Integrate perlio.
47857      Branch: perl
47858           !> perlio.c pod/perldiag.pod
47859 ____________________________________________________________________________
47860 [  8831] By: jhi                                   on 2001/02/18  19:14:20
47861         Log: Integrate change #8827 from mainline.
47862              
47863              UTF8 tweaks.
47864      Branch: maint-5.6/perl
47865           !> sv.c utf8.c
47866 ____________________________________________________________________________
47867 [  8830] By: nick                                  on 2001/02/18  19:10:34
47868         Log: Apply the spirit of patch from Nick Clark:
47869              Subject: [PATCH] Re: extensions that provide layers
47870              From: Nicholas Clark <nick@ccl4.org>
47871              Date: Mon, 12 Feb 2001 16:43:51 +0000
47872              Message-Id: <20010212164350.Q3652@plum.flirble.org>
47873      Branch: perlio
47874            ! perlio.c pod/perldiag.pod
47875 ____________________________________________________________________________
47876 [  8829] By: jhi                                   on 2001/02/18  19:03:25
47877         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
47878              From: schwern@pobox.com 
47879              Date: Sun, 18 Feb 2001 13:44:35 -0500
47880              Message-ID: <20010218134435.A17544@magnonel.guild.net>
47881              
47882              Applied, but as t/TestInit.pm.
47883      Branch: perl
47884            + t/TestInit.pm
47885            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
47886            ! t/op/subst_wamp.t
47887 ____________________________________________________________________________
47888 [  8828] By: jhi                                   on 2001/02/18  18:43:52
47889         Log: Integrate perlio.
47890      Branch: perl
47891           !> perlio.c
47892 ____________________________________________________________________________
47893 [  8827] By: jhi                                   on 2001/02/18  18:41:33
47894         Log: UTF-8 tweaks.
47895      Branch: perl
47896            ! sv.c utf8.c
47897 ____________________________________________________________________________
47898 [  8826] By: nick                                  on 2001/02/18  17:40:59
47899         Log: Fix [ID 20010217.002]
47900              open FOO, "<:raw:perlio", ...
47901              :raw now inserts default base layer below itself.
47902              Also
47903              open FOO, "<:unix", ...
47904              works as well - but leaves buffer layer on stack under the unix layer.
47905      Branch: perlio
47906            ! perlio.c
47907 ____________________________________________________________________________
47908 [  8825] By: jhi                                   on 2001/02/18  17:15:39
47909         Log: Integrate perlio.
47910      Branch: perl
47911           !> perlio.c perliol.h
47912 ____________________________________________________________________________
47913 [  8824] By: jhi                                   on 2001/02/18  17:10:53
47914         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
47915              From: schwern@pobox.com
47916              Date: Sun, 18 Feb 2001 01:48:50 -0500
47917              Message-ID: <20010218014850.C19957@magnonel.guild.net>
47918      Branch: perl
47919            ! lib/Test/Harness.pm t/TEST t/op/chop.t
47920 ____________________________________________________________________________
47921 [  8823] By: jhi                                   on 2001/02/18  17:01:06
47922         Log: Add run/*.t to testables.
47923      Branch: perl
47924            ! t/TEST
47925 ____________________________________________________________________________
47926 [  8822] By: jhi                                   on 2001/02/18  16:58:58
47927         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
47928              From: schwern@pobox.com
47929              Date: Sun, 18 Feb 2001 01:11:35 -0500
47930              Message-ID: <20010218011135.A19957@magnonel.guild.net>
47931              
47932              Revive mjd's and Simon's PERL5OPT fix.
47933      Branch: perl
47934            + t/run/runenv.t
47935            ! MANIFEST perl.c
47936 ____________________________________________________________________________
47937 [  8821] By: jhi                                   on 2001/02/18  16:53:46
47938         Log: Subject: Re: Why t/TEST and not Test::Harness?
47939              From: schwern@pobox.com
47940              Date: Sat, 17 Feb 2001 22:44:44 -0500
47941              Message-ID: <20010217224444.A6679@magnonel.guild.net>
47942              
47943              Replace UTEST with TEST -utf8.
47944      Branch: perl
47945            - t/UTEST
47946            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
47947            ! t/lib/glob-basic.t
47948 ____________________________________________________________________________
47949 [  8820] By: nick                                  on 2001/02/18  13:06:16
47950         Log: Clean up a few core dumps when layers are used in unexpected ways.
47951              (Still not "right"...)
47952      Branch: perlio
47953            ! perlio.c perliol.h
47954 ____________________________________________________________________________
47955 [  8819] By: jhi                                   on 2001/02/18  02:25:55
47956         Log: Integrate change #8818 from maintperl, a FAQ nit.
47957      Branch: perl
47958           !> pod/perlfaq4.pod
47959 ____________________________________________________________________________
47960 [  8818] By: jhi                                   on 2001/02/18  02:24:50
47961         Log: FAQ nit from Chris Fedde.
47962      Branch: maint-5.6/perl
47963            ! pod/perlfaq4.pod
47964 ____________________________________________________________________________
47965 [  8817] By: nick                                  on 2001/02/17  18:20:14
47966         Log: Integrate mainline
47967      Branch: perlio
47968           +> lib/unicode/UCD.html lib/unicode/Unicode.html
47969           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
47970           +> pod/perlclib.pod
47971            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
47972            - lib/unicode/Unicode.301
47973           !> (integrate 324 files)
47974 ____________________________________________________________________________
47975 [  8816] By: jhi                                   on 2001/02/17  16:56:58
47976         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
47977      Branch: perl
47978            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
47979            ! ext/Storable/Storable.xs t/lib/st-06compat.t
47980            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
47981 ____________________________________________________________________________
47982 [  8815] By: jhi                                   on 2001/02/17  16:40:07
47983         Log: Subject: [patch] -Wall
47984              From: Doug MacEachern <dougm@covalent.net>
47985              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
47986              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
47987      Branch: perl
47988            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
47989            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
47990 ____________________________________________________________________________
47991 [  8814] By: jhi                                   on 2001/02/16  19:27:18
47992         Log: Document qu better.
47993      Branch: perl
47994            ! pod/perlop.pod
47995 ____________________________________________________________________________
47996 [  8813] By: jhi                                   on 2001/02/15  13:54:37
47997         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
47998              From: Hugo <hv@crypt.compulink.co.uk>
47999              Date: Thu, 15 Feb 2001 13:39:49 +0000
48000              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
48001      Branch: perl
48002            ! toke.c
48003 ____________________________________________________________________________
48004 [  8812] By: alanbur                               on 2001/02/15  13:52:16
48005         Log: Resynchronised with parent
48006      Branch: maint-5.6/pureperl
48007            - ebcdic.c
48008           !> (integrate 36 files)
48009 ____________________________________________________________________________
48010 [  8811] By: jhi                                   on 2001/02/15  13:51:16
48011         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
48012              
48013              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
48014              From: Jan Dubois <JanD@ActiveState.com>
48015              Date: Wed, 31 Jan 2001 21:17:03 -0800
48016              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
48017              
48018              tweak change#8659 to keep it simple
48019              
48020              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
48021              From: Russ Allbery <rra@stanford.edu>
48022              Date: 14 Feb 2001 10:15:41 -0800
48023              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
48024              
48025              (8809 empty)
48026              
48027              Upgrade to podlators 1.08, from Russ Allbery.
48028      Branch: perl
48029           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
48030           !> utils/perldoc.PL
48031 ____________________________________________________________________________
48032 [  8810] By: jhi                                   on 2001/02/15  13:35:08
48033         Log: Upgrade to podlators 1.08, from Russ Allbery.
48034      Branch: maint-5.6/perl
48035            ! lib/Pod/Man.pm lib/Pod/Text.pm
48036 ____________________________________________________________________________
48037 [  8809] By: jhi                                   on 2001/02/15  13:26:38
48038         Log: (accidentally empty check-in)
48039      Branch: maint-5.6/perl
48040            ! lib/Test/Harness.pm
48041 ____________________________________________________________________________
48042 [  8808] By: jhi                                   on 2001/02/15  13:23:47
48043         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
48044              From: Russ Allbery <rra@stanford.edu>
48045              Date: 14 Feb 2001 10:15:41 -0800
48046              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
48047              
48048              perldoc was hardcoding $Config{installscript}, which breaks
48049              when install* isn't where Perl ends up (such as with AFS).
48050              
48051              Use $Config{scriptdir} instead.
48052      Branch: maint-5.6/perl
48053            ! utils/perldoc.PL
48054 ____________________________________________________________________________
48055 [  8807] By: jhi                                   on 2001/02/14  14:37:27
48056         Log: Update Changes.
48057      Branch: perl
48058            ! Changes patchlevel.h
48059 ____________________________________________________________________________
48060 [  8806] By: jhi                                   on 2001/02/14  14:25:31
48061         Log: Integrate changes #8803,8804,8805 from mainline.
48062              
48063              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
48064              
48065              Don't skip too much of the locale error message if no environ array,
48066              from Chris Nandor.
48067              
48068              More MacOS Classic fixes from Chris Nandor.
48069      Branch: maint-5.6/perl
48070           !> doop.c lib/Cwd.pm perl.c perl.h util.c
48071 ____________________________________________________________________________
48072 [  8805] By: jhi                                   on 2001/02/14  03:29:01
48073         Log: More MacOS Classic fixes from Chris Nandor.
48074      Branch: perl
48075            ! doop.c lib/Cwd.pm
48076 ____________________________________________________________________________
48077 [  8804] By: jhi                                   on 2001/02/14  03:18:35
48078         Log: Don't skip too much of the locale error message if no environ array,
48079              from Chris Nandor.
48080      Branch: perl
48081            ! util.c
48082 ____________________________________________________________________________
48083 [  8803] By: jhi                                   on 2001/02/14  03:14:14
48084         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
48085      Branch: perl
48086            ! perl.c perl.h
48087 ____________________________________________________________________________
48088 [  8802] By: jhi                                   on 2001/02/13  18:31:33
48089         Log: AUTHORS update.
48090      Branch: perl
48091            ! AUTHORS
48092 ____________________________________________________________________________
48093 [  8801] By: jhi                                   on 2001/02/13  17:55:19
48094         Log: Integrate change #8792 from mainline.
48095              
48096              Subject: buncha MacPerl patches for bleadperl
48097              From: Chris Nandor <pudge@pobox.com>
48098              Date: Tue, 13 Feb 2001 00:02:43 -0500
48099              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
48100      Branch: maint-5.6/perl
48101           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
48102           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
48103           !> t/lib/basename.t toke.c util.h
48104 ____________________________________________________________________________
48105 [  8800] By: jhi                                   on 2001/02/13  17:46:43
48106         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
48107              to be forced to Off_t.
48108              
48109              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
48110              From: nick@ccl4.org
48111              Date: Thu, 1 Feb 2001 12:01:04 +0000
48112              Message-Id: <20010201120103.E11401@plum.flirble.org>
48113      Branch: maint-5.6/perl
48114            ! iperlsys.h perlio.c
48115 ____________________________________________________________________________
48116 [  8799] By: jhi                                   on 2001/02/13  16:52:51
48117         Log: Duplex duplex hunk hunk.
48118      Branch: maint-5.6/perl
48119            ! Makefile.SH
48120 ____________________________________________________________________________
48121 [  8797] By: jhi                                   on 2001/02/13  14:52:04
48122         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
48123              From: "Craig A. Berry" <craigberry@mac.com>
48124              Date: Mon, 12 Feb 2001 11:05:25 -0600
48125              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
48126      Branch: perl
48127            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
48128 ____________________________________________________________________________
48129 [  8796] By: jhi                                   on 2001/02/13  14:36:47
48130         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
48131              From: simon.cozens@pembroke.oxford.ac.uk 
48132              Date: Sat, 10 Feb 2001 17:57:02 +0000
48133              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
48134              
48135              Now it does include.
48136      Branch: perl
48137            ! pod/perldiag.pod
48138 ____________________________________________________________________________
48139 [  8795] By: jhi                                   on 2001/02/13  14:30:11
48140         Log: Sort the MANIFEST.
48141      Branch: perl
48142            ! MANIFEST
48143 ____________________________________________________________________________
48144 [  8794] By: jhi                                   on 2001/02/13  14:26:51
48145         Log: Integrate change #8793 from mainline, FAQ updates.
48146      Branch: maint-5.6/perl
48147           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
48148 ____________________________________________________________________________
48149 [  8793] By: jhi                                   on 2001/02/13  14:25:13
48150         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
48151      Branch: perl
48152            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
48153 ____________________________________________________________________________
48154 [  8792] By: jhi                                   on 2001/02/13  14:22:50
48155         Log: Subject: buncha MacPerl patches for bleadperl
48156              From: Chris Nandor <pudge@pobox.com>
48157              Date: Tue, 13 Feb 2001 00:02:43 -0500
48158              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
48159      Branch: perl
48160            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
48161            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
48162            ! t/lib/basename.t toke.c util.h
48163 ____________________________________________________________________________
48164 [  8791] By: jhi                                   on 2001/02/13  14:10:39
48165         Log: Integrate change #8790 from mainline.
48166              
48167              environ array wrongly assumed in Perl_init_i18nl10n(),
48168      Branch: maint-5.6/perl
48169           !> util.c
48170 ____________________________________________________________________________
48171 [  8790] By: jhi                                   on 2001/02/13  14:06:15
48172         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
48173              noticed by Chris Nandor in MacOS Classic.
48174      Branch: perl
48175            ! util.c
48176 ____________________________________________________________________________
48177 [  8789] By: jhi                                   on 2001/02/13  13:58:07
48178         Log: Integrate changes #8373,8487,8544,8783 from mainline.
48179              
48180              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
48181              hints files, the dynaloading, assimilate ebcdic into util.c.
48182      Branch: maint-5.6/perl
48183            - ebcdic.c
48184            ! MANIFEST hints/posix-bc.sh
48185           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
48186           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
48187           !> perlapi.c proto.h util.c
48188 ____________________________________________________________________________
48189 [  8788] By: alanbur                               on 2001/02/13  10:33:13
48190         Log: Integrated changes from maint-5.6
48191      Branch: maint-5.6/pureperl
48192           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
48193           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
48194           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48195           !> vos/config.ga.h vos/configure_perl.cm
48196 ____________________________________________________________________________
48197 [  8787] By: jhi                                   on 2001/02/13  05:56:36
48198         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
48199      Branch: perl
48200           !> Makefile.SH
48201 ____________________________________________________________________________
48202 [  8786] By: jhi                                   on 2001/02/13  05:54:34
48203         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
48204              From: Dorner Thomas <Thomas.Dorner@start.de>
48205              Date: Mon, 12 Feb 2001 15:06:26 +0100
48206              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
48207      Branch: maint-5.6/perl
48208            ! Makefile.SH
48209 ____________________________________________________________________________
48210 [  8785] By: jhi                                   on 2001/02/13  05:29:04
48211         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
48212      Branch: perl
48213           !> hints/openbsd.sh
48214 ____________________________________________________________________________
48215 [  8784] By: jhi                                   on 2001/02/13  02:25:24
48216         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
48217              From: Peter Prymmer <pvhp@forte.com>
48218              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
48219              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
48220      Branch: perl
48221            ! pod/perlclib.pod
48222 ____________________________________________________________________________
48223 [  8783] By: jhi                                   on 2001/02/13  02:22:36
48224         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
48225      Branch: perl
48226            - ebcdic.c
48227            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
48228            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
48229            ! util.c
48230 ____________________________________________________________________________
48231 [  8782] By: jhi                                   on 2001/02/13  02:00:07
48232         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
48233      Branch: maint-5.6/perl
48234            ! pod/perlport.pod
48235 ____________________________________________________________________________
48236 [  8781] By: jhi                                   on 2001/02/13  01:58:44
48237         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
48238      Branch: maint-5.6/perl
48239            ! hints/openbsd.sh
48240 ____________________________________________________________________________
48241 [  8780] By: jhi                                   on 2001/02/13  01:57:33
48242         Log: Synchronize the regexp tests between maintperl and mainline.
48243      Branch: maint-5.6/perl
48244           !> t/op/re_tests
48245 ____________________________________________________________________________
48246 [  8779] By: jhi                                   on 2001/02/13  01:49:35
48247         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
48248              From: Hugo <hv@crypt.compulink.co.uk>
48249              Date: Tue, 13 Feb 2001 00:11:11 +0000
48250              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
48251      Branch: perl
48252            ! regcomp.c t/op/re_tests
48253 ____________________________________________________________________________
48254 [  8778] By: jhi                                   on 2001/02/13  00:23:10
48255         Log: Comments do not nest.
48256      Branch: perl
48257            ! perl.h
48258 ____________________________________________________________________________
48259 [  8777] By: jhi                                   on 2001/02/13  00:17:54
48260         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
48261              From: Hugo <hv@crypt.compulink.co.uk>
48262              Date: Tue, 13 Feb 2001 00:11:11 +0000
48263              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
48264      Branch: maint-5.6/perl
48265            ! regcomp.c t/op/re_tests
48266 ____________________________________________________________________________
48267 [  8776] By: jhi                                   on 2001/02/12  23:25:52
48268         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
48269      Branch: maint-5.6/perl
48270            ! pod/perlport.pod
48271 ____________________________________________________________________________
48272 [  8775] By: jhi                                   on 2001/02/12  23:04:28
48273         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
48274      Branch: maint-5.6/perl
48275            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
48276            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48277            ! vos/configure_perl.cm
48278 ____________________________________________________________________________
48279 [  8774] By: jhi                                   on 2001/02/12  22:59:11
48280         Log: Subject: Re: [patch] context for 'U' magic functions
48281              From: Doug MacEachern <dougm@covalent.net>
48282              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
48283              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
48284              
48285              plus the suggestion by Nick Ing-Simmons to name the macro
48286              as PERL_MG_UFUNC to avoid namespace pollution, plus add
48287              the advice by Doug for XS writers to perl.h
48288      Branch: perl
48289            ! mg.c perl.h
48290 ____________________________________________________________________________
48291 [  8773] By: jhi                                   on 2001/02/11  20:14:12
48292         Log: Update Changes.
48293      Branch: perl
48294            ! Changes patchlevel.h
48295 ____________________________________________________________________________
48296 [  8772] By: jhi                                   on 2001/02/11  18:47:52
48297         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
48298              From: Simon Cozens <simon@cozens.net>
48299              Date: Wed, 31 Jan 2001 16:31:43 +0000
48300              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
48301      Branch: perl
48302            + pod/perlclib.pod
48303            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
48304            ! pod/perltoc.pod
48305 ____________________________________________________________________________
48306 [  8771] By: jhi                                   on 2001/02/11  18:36:48
48307         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
48308              
48309              Blocks-4d3.beta.txt
48310              CaseFolding-3d4.beta.txt
48311              CompositionExclusions-3d6.beta.txt
48312              EastAsianWidth-4d4.beta.txt
48313              LineBreak-6d3.beta.txt
48314              NamesList-3.1.0d1.beta.txt
48315              PropList-3.1.0d4.beta.txt
48316              SpecialCasing-4d1.beta.txt
48317              UnicodeData-3.1.0d6.beta.txt
48318      Branch: perl
48319            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
48320           +> lib/unicode/UCD.html lib/unicode/Unicode.html
48321            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
48322            - lib/unicode/Unicode.301
48323            ! (edit 257 files)
48324 ____________________________________________________________________________
48325 [  8770] By: jhi                                   on 2001/02/11  17:26:22
48326         Log: UTF-8 documentation.
48327      Branch: perl
48328            ! utf8.h
48329 ____________________________________________________________________________
48330 [  8769] By: jhi                                   on 2001/02/11  17:12:49
48331         Log: Retract #8762.
48332      Branch: perl
48333            ! regexec.c
48334 ____________________________________________________________________________
48335 [  8768] By: jhi                                   on 2001/02/11  16:54:45
48336         Log: Subject: [PATCH] Test::Harness
48337              From: andreas.koenig@anima.de (Andreas J. Koenig)
48338              Date: 11 Feb 2001 14:37:00 +0100
48339              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
48340      Branch: perl
48341            ! lib/Test/Harness.pm
48342 ____________________________________________________________________________
48343 [  8767] By: jhi                                   on 2001/02/11  16:53:52
48344         Log: Subject: [PATCH] Document makepatch in Porting/patching
48345              From: andreas.koenig@anima.de (Andreas J. Koenig)
48346              Date: 11 Feb 2001 16:46:28 +0100
48347              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
48348      Branch: perl
48349            ! Porting/patching.pod
48350 ____________________________________________________________________________
48351 [  8766] By: jhi                                   on 2001/02/11  06:30:23
48352         Log: Subject: Re: [patch] GvSHARED
48353              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
48354              From: Doug MacEachern <dougm@covalent.net>
48355              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
48356              
48357              Subject: Re: [patch] GvSHARED
48358              From: Doug MacEachern <dougm@covalent.net>
48359              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
48360              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
48361              
48362              Subject: [patch] attributes.pm support for `shared'
48363              From: Doug MacEachern <dougm@covalent.net>
48364              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
48365              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
48366              
48367              our() attributes were ignored, our :shared pieces missing,
48368              allow attributes.pm to turn on shared.
48369      Branch: perl
48370            ! op.c t/op/attrs.t toke.c xsutils.c
48371 ____________________________________________________________________________
48372 [  8765] By: alanbur                               on 2001/02/10  23:11:19
48373         Log: Resync with parent (hopefully sucessfully this time)
48374      Branch: maint-5.6/pureperl
48375           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
48376           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
48377           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
48378           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
48379           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
48380           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
48381           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
48382 ____________________________________________________________________________
48383 [  8764] By: jhi                                   on 2001/02/10  22:54:38
48384         Log: Make TEST and UTEST more verbose in case something goes
48385              wrong in running/compiling a script, suggested by Doug
48386              MacEachern.
48387      Branch: perl
48388            ! t/TEST t/UTEST
48389 ____________________________________________________________________________
48390 [  8763] By: jhi                                   on 2001/02/10  22:11:34
48391         Log: Bogus shebang.
48392      Branch: perl
48393            ! t/lib/texttabs.t
48394 ____________________________________________________________________________
48395 [  8762] By: jhi                                   on 2001/02/10  21:56:02
48396         Log: (Retracted by #8769)
48397      Branch: perl
48398            ! regexec.c
48399 ____________________________________________________________________________
48400 [  8761] By: jhi                                   on 2001/02/10  21:26:15
48401         Log: Subject: Re: [patch] GvSHARED 
48402              From: Doug MacEachern <dougm@covalent.net>
48403              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
48404              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
48405              
48406              our @EXPORT : shared = (...);
48407      Branch: perl
48408            ! toke.c
48409 ____________________________________________________________________________
48410 [  8760] By: jhi                                   on 2001/02/10  21:25:07
48411         Log: Subject: [patch] GvSHARED
48412              From: Doug MacEachern <dougm@covalent.net>
48413              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
48414              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
48415      Branch: perl
48416            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
48417 ____________________________________________________________________________
48418 [  8759] By: alanbur                               on 2001/02/10  21:24:27
48419         Log: Backed out mismerge.
48420      Branch: maint-5.6/pureperl
48421            ! MANIFEST README.hpux README.vmesa gv.c installhtml
48422            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
48423            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
48424            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
48425            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
48426            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
48427            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
48428 ____________________________________________________________________________
48429 [  8758] By: jhi                                   on 2001/02/10  18:01:17
48430         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
48431              
48432              Fixed UMRs and leak in Perl_pmtrans()
48433              
48434              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
48435              associated UTFied tr/// code.  Also fixed scoping leak of
48436              PL_reg_start_tmp.
48437              
48438              newATTRSUB leaks when an attempt to redefine the active sort sub is
48439              made.
48440      Branch: maint-5.6/perl
48441           !> op.c regcomp.c
48442 ____________________________________________________________________________
48443 [  8757] By: alanbur                               on 2001/02/10  17:56:46
48444         Log: Resynchronised with parent
48445      Branch: maint-5.6/pureperl
48446           +> README.bs2000
48447            - README.posix-bc
48448            ! gv.c perl.c sv.c
48449           !> MANIFEST README.hpux README.vmesa installhtml
48450           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
48451           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
48452           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
48453           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
48454           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
48455           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
48456 ____________________________________________________________________________
48457 [  8756] By: alanbur                               on 2001/02/10  17:51:15
48458         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
48459              made.
48460      Branch: maint-5.6/pureperl
48461            ! op.c
48462 ____________________________________________________________________________
48463 [  8755] By: jhi                                   on 2001/02/09  22:41:35
48464         Log: Upgrade to CPAN 1.59_54, from Andreas König.
48465      Branch: perl
48466            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48467 ____________________________________________________________________________
48468 [  8754] By: jhi                                   on 2001/02/09  22:29:20
48469         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
48470              
48471              Didn't upgrade the fill.t since it has a dependency to File::Slurp
48472              purely for debugging purposes, the actual test hasn't changed.
48473      Branch: perl
48474            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
48475            ! t/lib/textwrap.t
48476 ____________________________________________________________________________
48477 [  8753] By: jhi                                   on 2001/02/09  20:17:50
48478         Log: Integrate change #8682 from maintperl.
48479              
48480              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
48481              to work correctly.
48482      Branch: perl
48483           !> hints/irix_6.sh
48484 ____________________________________________________________________________
48485 [  8752] By: jhi                                   on 2001/02/09  20:00:46
48486         Log: Update Changes.
48487      Branch: perl
48488            ! Changes patchlevel.h
48489 ____________________________________________________________________________
48490 [  8751] By: nick                                  on 2001/02/09  19:48:37
48491         Log: Integrate mainline
48492      Branch: perlio
48493           +> README.bs2000 t/lib/cgi-esc.t
48494            - README.posix-bc
48495           !> (integrate 53 files)
48496 ____________________________________________________________________________
48497 [  8750] By: nick                                  on 2001/02/09  19:25:16
48498         Log: Subject: RE: Biannual Competition to Improve Hashing Function
48499              From: Fisher Mark <fisherm@tce.com>
48500              Date: Thu, 8 Feb 2001 10:44:00 -0500
48501              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
48502              Date: Thu, 8 Feb 2001 15:02:47 -0500
48503              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
48504      Branch: perl
48505            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
48506 ____________________________________________________________________________
48507 [  8749] By: jhi                                   on 2001/02/09  19:02:35
48508         Log: Forgotten fragment.
48509      Branch: perl
48510            ! pod/perlapi.pod
48511 ____________________________________________________________________________
48512 [  8748] By: jhi                                   on 2001/02/09  18:31:34
48513         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
48514              plus manual tweakage.
48515              
48516              Sync the perlfaq2 between mainline and maintperl.
48517      Branch: maint-5.6/perl
48518            ! pod/perlfaq2.pod
48519      Branch: perl
48520           !> pod/perlfaq2.pod
48521 ____________________________________________________________________________
48522 [  8747] By: jhi                                   on 2001/02/09  18:12:04
48523         Log: Subject: versiononly and installperl
48524              From: abigail@foad.org
48525              Date: Wed, 7 Feb 2001 22:43:12 +0100
48526              Message-ID: <20010207214312.7045.qmail@foad.org>    
48527              
48528              Add +v flag to force a normal install of the perl binary
48529              and the utilities.
48530              
48531              Subject: [PATCH] installperl
48532              From: Nicholas Clark <nick@ccl4.org>
48533              Date: Fri, 9 Feb 2001 16:28:57 +0000
48534              Message-ID: <20010209162857.B10931@plum.flirble.org>
48535              
48536              Add -A flag which also hardlinks the binary with
48537              the full architecture name.
48538      Branch: perl
48539            ! installperl
48540 ____________________________________________________________________________
48541 [  8746] By: jhi                                   on 2001/02/09  18:03:43
48542         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
48543              
48544              Subject: perlfaq2, re: perlmongers
48545              
48546              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
48547              
48548              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
48549              
48550              Subject: [ID 20010205.001] typo in perlfaq9
48551              
48552              Subject: [ID 20010208.002] unordered explanation in perlcall
48553      Branch: maint-5.6/perl
48554           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
48555           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
48556           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
48557 ____________________________________________________________________________
48558 [  8745] By: jhi                                   on 2001/02/09  17:59:09
48559         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
48560              From: abela@geneanet.org
48561              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
48562              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
48563      Branch: perl
48564            ! pod/perlcall.pod
48565 ____________________________________________________________________________
48566 [  8744] By: jhi                                   on 2001/02/09  17:48:16
48567         Log: Subject: [ID 20010205.001] typo in perlfaq9
48568              From: eserte@vran.herceg.de
48569              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
48570              Message-Id: <200102042244.XAA21926@vran.herceg.de>
48571      Branch: perl
48572            ! pod/perlfaq9.pod
48573 ____________________________________________________________________________
48574 [  8743] By: jhi                                   on 2001/02/09  17:25:12
48575         Log: Integrate change #8695 from maintperl.
48576              
48577              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
48578      Branch: perl
48579           !> thread.h
48580 ____________________________________________________________________________
48581 [  8742] By: jhi                                   on 2001/02/09  17:21:22
48582         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
48583              From: Andy Dougherty <doughera@lafayette.edu>
48584              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
48585              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
48586      Branch: perl
48587            ! embed.pl
48588 ____________________________________________________________________________
48589 [  8741] By: jhi                                   on 2001/02/09  17:05:19
48590         Log: Integrate changes #8738,8739,8740 from maintperl.
48591              
48592              Html files will be installed in a more logical and easier to
48593              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
48594              
48595              Html files will be generated with a header to make them look
48596              a little less bare.
48597              
48598              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
48599      Branch: perl
48600           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
48601 ____________________________________________________________________________
48602 [  8740] By: jhi                                   on 2001/02/09  17:03:46
48603         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
48604              From: "Brendan O'Dea" <bod@compusol.com.au>
48605              Date: Sun, 4 Feb 2001 11:17:56 +1100
48606              Message-ID: <20010204111756.A16301@compusol.com.au>
48607      Branch: maint-5.6/perl
48608            ! pod/perlfaq3.pod
48609 ____________________________________________________________________________
48610 [  8739] By: jhi                                   on 2001/02/09  17:01:59
48611         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
48612              From: "Indy Singh" <indy@nusphere.com>
48613              Date: Fri, 2 Feb 2001 15:09:59 -0500
48614              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
48615              
48616              Html files will be generated with a header to make them look
48617              a little less bare.
48618      Branch: maint-5.6/perl
48619            ! installhtml
48620 ____________________________________________________________________________
48621 [  8738] By: jhi                                   on 2001/02/09  16:58:48
48622         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
48623              From: "Indy Singh" <indy@nusphere.com>
48624              Date: Fri, 2 Feb 2001 15:08:23 -0500
48625              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
48626              
48627              Html files will be installed in a more logical and easier to
48628              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
48629      Branch: maint-5.6/perl
48630            ! win32/Makefile win32/makefile.mk
48631 ____________________________________________________________________________
48632 [  8737] By: jhi                                   on 2001/02/09  16:46:54
48633         Log: Integrate changes #8687,8736 from maintperl.
48634              
48635              HP-UX thread patches from Merijn H. Brand.
48636              
48637              Latin nit from Philip Newton.
48638      Branch: perl
48639           !> README.hpux hints/hpux.sh
48640 ____________________________________________________________________________
48641 [  8736] By: jhi                                   on 2001/02/09  16:42:31
48642         Log: Latin nit from Philip Newton.
48643      Branch: maint-5.6/perl
48644            ! README.hpux
48645 ____________________________________________________________________________
48646 [  8735] By: jhi                                   on 2001/02/09  16:24:03
48647         Log: Integrate changes #8704,8710 from pureperl.
48648              
48649              Fixed UMRs and leak in Perl_pmtrans()
48650              
48651              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
48652              associated UTFied tr/// code.  Also fixed scoping leak of
48653              PL_reg_start_tmp.
48654      Branch: perl
48655           !> op.c regcomp.c
48656 ____________________________________________________________________________
48657 [  8734] By: jhi                                   on 2001/02/09  15:40:21
48658         Log: Integrate change #8733 from maintperl.
48659              
48660              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
48661      Branch: perl
48662           !> pod/perlre.pod
48663 ____________________________________________________________________________
48664 [  8733] By: jhi                                   on 2001/02/09  15:35:47
48665         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
48666              From: Prymmer/Kahn <pvhp@best.com>
48667              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
48668              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
48669      Branch: maint-5.6/perl
48670            ! pod/perlre.pod
48671 ____________________________________________________________________________
48672 [  8732] By: jhi                                   on 2001/02/09  15:26:17
48673         Log: Rename README.posix-bc to README.bs2000 (to avoid the
48674              confusion of a "perlposix-bc.pod"), add a few missing
48675              arch pods, regen toc.
48676      Branch: maint-5.6/perl
48677           +> README.bs2000
48678            - README.posix-bc
48679            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
48680            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
48681 ____________________________________________________________________________
48682 [  8731] By: jhi                                   on 2001/02/09  15:23:39
48683         Log: De-cut-and-pasto.
48684      Branch: perl
48685            ! pod/perl.pod
48686 ____________________________________________________________________________
48687 [  8730] By: jhi                                   on 2001/02/09  15:11:13
48688         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
48689              when people think that perlposix-bc.pod tells anything about
48690              Perl and POSIX.  Regen toc.
48691      Branch: perl
48692           +> README.bs2000
48693            - README.posix-bc
48694            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
48695            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
48696 ____________________________________________________________________________
48697 [  8729] By: jhi                                   on 2001/02/09  14:52:28
48698         Log: The README.vmesa part of #8712 from maintperl.
48699      Branch: perl
48700            ! README.vmesa
48701 ____________________________________________________________________________
48702 [  8728] By: jhi                                   on 2001/02/09  14:46:06
48703         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
48704              From: Peter Prymmer <pvhp@forte.com>
48705              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
48706              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
48707      Branch: maint-5.6/perl
48708            ! README.vmesa win32/Makefile win32/makefile.mk
48709 ____________________________________________________________________________
48710 [  8727] By: jhi                                   on 2001/02/09  14:33:25
48711         Log: Integrate change #8712 from mainline.
48712              
48713              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
48714      Branch: maint-5.6/perl
48715           !> lib/Pod/Find.pm
48716 ____________________________________________________________________________
48717 [  8726] By: jhi                                   on 2001/02/09  14:30:28
48718         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
48719              From: Peter Prymmer <pvhp@forte.com>
48720              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
48721              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
48722      Branch: perl
48723            + t/lib/cgi-esc.t
48724            ! MANIFEST lib/CGI/Util.pm
48725 ____________________________________________________________________________
48726 [  8725] By: jhi                                   on 2001/02/09  04:56:47
48727         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
48728      Branch: maint-5.6/perl
48729            ! pod/perlport.pod
48730 ____________________________________________________________________________
48731 [  8724] By: jhi                                   on 2001/02/09  04:40:59
48732         Log: Integrate changes 7819,7820 from vmsperl into mainline.
48733              
48734              Add header for LIB$ prototypes (C. Berry)
48735              
48736              Convert fwrite()s to sockets to write()s, since some socket stacks
48737              don't take kindly to stdio.
48738              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
48739              (for often optional LNMs)
48740              Correct a few typos
48741              (C. Bailey)
48742      Branch: perl
48743           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
48744 ____________________________________________________________________________
48745 [  8723] By: jhi                                   on 2001/02/09  03:29:29
48746         Log: Integrate change #8722 from mainline.
48747              
48748              The Im() function wasn't returning zero for non-Math::Complex
48749              arguments.  The bug reported by John Gamble.
48750      Branch: maint-5.6/perl
48751           !> lib/Math/Complex.pm
48752 ____________________________________________________________________________
48753 [  8722] By: jhi                                   on 2001/02/09  03:28:33
48754         Log: The Im() function wasn't returning zero for non-Math::Complex
48755              arguments.  The bug reported by John Gamble.
48756      Branch: perl
48757            ! lib/Math/Complex.pm
48758 ____________________________________________________________________________
48759 [  8721] By: nick                                  on 2001/02/08  22:11:35
48760         Log: Correct the correction :-(
48761      Branch: perl
48762            ! perl.c
48763 ____________________________________________________________________________
48764 [  8720] By: bailey                                on 2001/02/08  20:59:22
48765         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
48766              don't take kindly to stdio.
48767              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
48768              (for often optional LNMs)
48769              Correct a few typos
48770              (C. Bailey)
48771      Branch: vmsperl
48772            ! vms/vms.c vms/vmsish.h
48773 ____________________________________________________________________________
48774 [  8719] By: bailey                                on 2001/02/08  20:51:02
48775         Log: Add header for LIB$ prototypes (C. Berry)
48776      Branch: vmsperl
48777            ! ext/Devel/DProf/DProf.xs
48778 ____________________________________________________________________________
48779 [  8718] By: bailey                                on 2001/02/08  20:49:00
48780         Log: SYN SYN
48781      Branch: vmsperl
48782           +> pod/perliol.pod t/lib/sample-tests/bailout
48783           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
48784           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
48785           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
48786           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
48787           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
48788           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
48789            - lib/unicode/Is/DCinital.pl
48790           !> (integrate 101 files)
48791 ____________________________________________________________________________
48792 [  8717] By: nick                                  on 2001/02/08  19:38:48
48793         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
48794              From: Robin Barker <rmb1@cise.npl.co.uk>
48795              Date: Thu, 8 Feb 2001 14:38:07 GMT
48796              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
48797      Branch: perl
48798            ! lib/CPAN.pm
48799 ____________________________________________________________________________
48800 [  8716] By: nick                                  on 2001/02/08  19:29:07
48801         Log: Generated files form 8713 etc.
48802      Branch: perl
48803            ! embed.h global.sym objXSUB.h perlapi.c proto.h
48804 ____________________________________________________________________________
48805 [  8715] By: nick                                  on 2001/02/08  19:26:08
48806         Log: Fixup non-ithread build after 8713
48807      Branch: perl
48808            ! perl.c
48809 ____________________________________________________________________________
48810 [  8714] By: nick                                  on 2001/02/08  19:17:45
48811         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
48812              From: nick@ccl4.org
48813              Date: Wed, 7 Feb 2001 00:27:47 +0000
48814              Message-Id: <20010207002747.B63724@plum.flirble.org>
48815      Branch: perl
48816            ! sv.c toke.c
48817 ____________________________________________________________________________
48818 [  8713] By: nick                                  on 2001/02/08  19:15:58
48819         Log: Subject: Re: [patch] Re: PL_ptr_table
48820              From: Doug Maceachern <dougm@covalent.net>
48821              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
48822              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
48823      Branch: perl
48824            ! embed.pl perl.c sv.c sv.h
48825 ____________________________________________________________________________
48826 [  8712] By: nick                                  on 2001/02/08  19:12:47
48827         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
48828              From: Peter Prymmer <pvhp@forte.com>
48829              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
48830              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
48831      Branch: perl
48832            ! lib/Pod/Find.pm
48833 ____________________________________________________________________________
48834 [  8711] By: nick                                  on 2001/02/07  21:06:11
48835         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
48836              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
48837              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48838              Date: Tue, 06 Feb 2001 23:37:01 +0000
48839              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
48840      Branch: perl
48841            ! regcomp.c
48842 ____________________________________________________________________________
48843 [  8710] By: alanbur                               on 2001/02/07  00:22:04
48844         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
48845              associated UTFied tr/// code.  Also fixed scoping leak of
48846              PL_reg_start_tmp.
48847      Branch: maint-5.6/pureperl
48848            ! op.c regcomp.c
48849 ____________________________________________________________________________
48850 [  8709] By: nick                                  on 2001/02/06  21:16:49
48851         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
48852              From: Michael G Schwern <schwern@pobox.com>
48853              Date: Sun, 4 Feb 2001 19:47:14 -0500
48854              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
48855      Branch: perl
48856            ! pod/perlapi.pod pod/perlmodlib.PL
48857 ____________________________________________________________________________
48858 [  8708] By: nick                                  on 2001/02/06  20:41:20
48859         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
48860              From: Michael G Schwern <schwern@pobox.com>
48861              Date: Sun, 4 Feb 2001 21:17:49 -0500
48862              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
48863      Branch: perl
48864            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
48865            ! pod/perltootc.pod
48866 ____________________________________________________________________________
48867 [  8707] By: nick                                  on 2001/02/06  20:29:11
48868         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
48869              From: Michael G Schwern <schwern@pobox.com>
48870              Date: Tue, 6 Feb 2001 05:54:30 -0500
48871              Message-Id: <20010206055430.A951@blackrider.aocn.com>
48872      Branch: perl
48873            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
48874 ____________________________________________________________________________
48875 [  8706] By: nick                                  on 2001/02/06  20:21:40
48876         Log: Subject: RE: some win32 fixes
48877              Date: Tue, 6 Feb 2001 09:23:20 +0300
48878              From: Vadim Konovalov <vkonovalov@lucent.com>
48879              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
48880      Branch: perl
48881            ! toke.c win32/Makefile win32/config.bc win32/config.gc
48882            ! win32/config.vc win32/config_H.bc win32/makefile.mk
48883 ____________________________________________________________________________
48884 [  8705] By: alanbur                               on 2001/02/06  15:00:03
48885         Log: Synchronised with parent
48886      Branch: maint-5.6/pureperl
48887            ! regexec.c
48888           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
48889           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
48890 ____________________________________________________________________________
48891 [  8704] By: alanbur                               on 2001/02/06  14:55:24
48892         Log: Fixed UMRs and leak in Perl_pmtrans()
48893      Branch: maint-5.6/pureperl
48894            ! op.c
48895 ____________________________________________________________________________
48896 [  8703] By: gsar                                  on 2001/02/06  02:29:37
48897         Log: $(MAKE) distclean doesn't clean up properly on windows
48898      Branch: maint-5.6/perl
48899            ! win32/Makefile win32/makefile.mk
48900 ____________________________________________________________________________
48901 [  8702] By: gsar                                  on 2001/02/06  01:00:46
48902         Log: tweak change#8659 to keep it simple
48903      Branch: maint-5.6/perl
48904            ! utils/perldoc.PL
48905 ____________________________________________________________________________
48906 [  8701] By: gsar                                  on 2001/02/05  22:45:41
48907         Log: change#8693 was missing testsuite changes
48908      Branch: maint-5.6/perl
48909           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
48910 ____________________________________________________________________________
48911 [  8700] By: nick                                  on 2001/02/05  20:32:52
48912         Log: Integrate mainline
48913      Branch: perlio
48914           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
48915           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
48916           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
48917           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
48918           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
48919           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
48920           +> t/lib/test-harness.t
48921           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
48922           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
48923           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
48924           !> pod/perlutil.pod t/TEST utils/h2xs.PL
48925 ____________________________________________________________________________
48926 [  8699] By: nick                                  on 2001/02/05  19:41:07
48927         Log: Subject: perlfaq2, re: perlmongers
48928              From: David H. Adler <dha@panix.com>
48929              Date: Sun, 4 Feb 2001 23:48:23 -0500
48930              Message-Id: <20010204234823.A13429@panix.com>
48931      Branch: perl
48932            ! pod/perlfaq2.pod
48933 ____________________________________________________________________________
48934 [  8698] By: nick                                  on 2001/02/05  19:39:31
48935         Log: Missed file f#rom the testharness mess.
48936      Branch: perl
48937            + t/lib/test-harness.t
48938 ____________________________________________________________________________
48939 [  8697] By: nick                                  on 2001/02/05  19:37:21
48940         Log: Subject: [DOC PATCH] overload.pm nits
48941              From: John Tobey <jtobey@john-edwin-tobey.org>
48942              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
48943              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
48944      Branch: perl
48945            ! lib/overload.pm
48946 ____________________________________________________________________________
48947 [  8696] By: alanbur                               on 2001/02/05  11:56:00
48948         Log: Sync with parent
48949      Branch: maint-5.6/pureperl
48950           !> thread.h
48951 ____________________________________________________________________________
48952 [  8695] By: gsar                                  on 2001/02/05  03:27:34
48953         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
48954      Branch: maint-5.6/perl
48955            ! thread.h
48956 ____________________________________________________________________________
48957 [  8694] By: alanbur                               on 2001/02/05  00:07:47
48958         Log: Initial branch creation from //depot/maint-5.6/perl
48959      Branch: maint-5.6/pureperl
48960           +> (branch 1719 files)
48961 ____________________________________________________________________________
48962 [  8693] By: gsar                                  on 2001/02/04  22:38:49
48963         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
48964              changes)
48965      Branch: maint-5.6/perl
48966           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
48967           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
48968           !> ext/DB_File/version.c
48969 ____________________________________________________________________________
48970 [  8692] By: nick                                  on 2001/02/04  18:15:57
48971         Log: The missed t/TEST part of the grand testharness upgrade.
48972      Branch: perl
48973            ! t/TEST
48974 ____________________________________________________________________________
48975 [  8691] By: nick                                  on 2001/02/04  18:05:17
48976         Log: New improved test harness
48977              Subject: Re: [PATCH Test::Harness] Third time's a charm?
48978              From: Michael G Schwern <schwern@pobox.com>
48979              Date: Sun, 4 Feb 2001 08:01:20 -0500
48980              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
48981      Branch: perl
48982            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
48983            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
48984            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
48985            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
48986            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
48987            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
48988            ! MANIFEST lib/Test/Harness.pm
48989 ____________________________________________________________________________
48990 [  8690] By: nick                                  on 2001/02/04  17:57:51
48991         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
48992              From: Jonathan Stowe <gellyfish@gellyfish.com>
48993              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
48994              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
48995      Branch: perl
48996            ! utils/h2xs.PL
48997 ____________________________________________________________________________
48998 [  8689] By: nick                                  on 2001/02/04  17:55:24
48999         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
49000              From: Michael G Schwern <schwern@pobox.com>
49001              Date: Sat, 3 Feb 2001 22:46:38 -0500
49002              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
49003      Branch: perl
49004            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
49005            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
49006 ____________________________________________________________________________
49007 [  8688] By: nick                                  on 2001/02/04  17:43:55
49008         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
49009              length byfailing to spot lack of closing )
49010              From: nick@talking.bollo.cx
49011              Date: Sat, 03 Feb 2001 23:53:16 +0000
49012              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
49013      Branch: perl
49014            ! perlio.c pod/perldiag.pod
49015 ____________________________________________________________________________
49016 [  8687] By: jhi                                   on 2001/02/03  17:11:42
49017         Log: HP-UX thread patches from Merijn H. Brand.
49018      Branch: maint-5.6/perl
49019            ! README.hpux hints/hpux.sh
49020 ____________________________________________________________________________
49021 [  8686] By: jhi                                   on 2001/02/03  16:40:12
49022         Log: Metaconfig changes for #8685.
49023      Branch: metaconfig
49024            ! U/installdirs/instubperl.U
49025      Branch: metaconfig/U/perl
49026            ! Devel.U versiononly.U
49027 ____________________________________________________________________________
49028 [  8685] By: jhi                                   on 2001/02/03  16:39:49
49029         Log: For -Dusedevel builds turn off installusrbinperl and turn on
49030              versiononly, a combined idea of Richard Soderberg and Merijn
49031              H. Brand.  You can still override both of these from the command
49032              line if you need to, -Dinstallusrbinperl and -Uversiononly.
49033      Branch: perl
49034            ! Configure
49035 ____________________________________________________________________________
49036 [  8684] By: jhi                                   on 2001/02/03  16:16:34
49037         Log: Metaconfig unit fix for #8683.
49038      Branch: metaconfig
49039            ! U/compline/nblock_io.U
49040 ____________________________________________________________________________
49041 [  8683] By: jhi                                   on 2001/02/03  16:16:12
49042         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
49043              reported by Peter Prymmer for 5.6-TRIAL1.
49044      Branch: perl
49045            ! Configure
49046 ____________________________________________________________________________
49047 [  8682] By: jhi                                   on 2001/02/03  05:52:11
49048         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
49049              to work correctly.
49050      Branch: maint-5.6/perl
49051            ! hints/irix_6.sh
49052 ____________________________________________________________________________
49053 [  8681] By: jhi                                   on 2001/02/03  05:47:33
49054         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
49055      Branch: maint-5.6/perl
49056            ! pod/perlport.pod
49057 ____________________________________________________________________________
49058 [  8680] By: jhi                                   on 2001/02/02  21:39:49
49059         Log: perlport update from Peter Prymmer.
49060      Branch: maint-5.6/perl
49061            ! pod/perlport.pod
49062 ____________________________________________________________________________
49063 [  8679] By: nick                                  on 2001/02/02  20:50:48
49064         Log: Integrate mainline
49065      Branch: perlio
49066           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
49067           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
49068           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
49069 ____________________________________________________________________________
49070 [  8678] By: gsar                                  on 2001/02/02  16:02:12
49071         Log: note about bincompat, slightly modified (from Lupe Christoph)
49072      Branch: maint-5.6/perl
49073            ! README.solaris
49074 ____________________________________________________________________________
49075 [  8677] By: jhi                                   on 2001/02/02  15:46:20
49076         Log: Supported platforms updates.
49077      Branch: maint-5.6/perl
49078            ! pod/perlport.pod
49079 ____________________________________________________________________________
49080 [  8676] By: jhi                                   on 2001/02/02  03:41:26
49081         Log: A couple more perlfaq2 tweaks.
49082      Branch: maint-5.6/perl
49083            ! pod/perlfaq2.pod
49084 ____________________________________________________________________________
49085 [  8675] By: jhi                                   on 2001/02/02  03:17:44
49086         Log: Misedit in #8661.
49087      Branch: maint-5.6/perl
49088            ! Configure
49089 ____________________________________________________________________________
49090 [  8674] By: jhi                                   on 2001/02/02  03:14:38
49091         Log: Damien again.
49092      Branch: maint-5.6/perl
49093            ! pod/perlfaq2.pod
49094 ____________________________________________________________________________
49095 [  8673] By: jhi                                   on 2001/02/02  03:12:40
49096         Log: perlfaq update from Elaine Ashton.
49097      Branch: maint-5.6/perl
49098            ! pod/perlfaq2.pod
49099 ____________________________________________________________________________
49100 [  8672] By: jhi                                   on 2001/02/02  03:07:08
49101         Log: UTF-8 s/// patch from Inaba Hiroto.
49102      Branch: maint-5.6/perl
49103            ! pp_ctl.c pp_hot.c
49104 ____________________________________________________________________________
49105 [  8671] By: jhi                                   on 2001/02/01  22:34:31
49106         Log: Update Changes.
49107      Branch: perl
49108            ! Changes patchlevel.h
49109 ____________________________________________________________________________
49110 [  8670] By: jhi                                   on 2001/02/01  22:15:29
49111         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
49112              from maintperl.
49113              
49114              Upgrade to Getopt::Long 2.25, from Johan Vromans.
49115              
49116              more files need to be writable in the source distribution
49117              
49118              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
49119              
49120              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
49121              
49122              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
49123              
49124              Allow the float to be fuzzier.
49125              
49126              need to use INT2PTR instead of a straight cast or ia64 fails
49127              
49128              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
49129              
49130              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
49131      Branch: perl
49132           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
49133           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
49134           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
49135 ____________________________________________________________________________
49136 [  8669] By: jhi                                   on 2001/02/01  21:57:02
49137         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
49138              From: Robin Barker <rmb1@cise.npl.co.uk>
49139              Date: Thu, 1 Feb 2001 16:59:05 GMT
49140              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
49141      Branch: maint-5.6/perl
49142            ! pod/perlmodlib.PL
49143 ____________________________________________________________________________
49144 [  8668] By: nick                                  on 2001/02/01  19:41:40
49145         Log: Integrate mainline
49146      Branch: perlio
49147           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
49148           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
49149           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
49150 ____________________________________________________________________________
49151 [  8667] By: gsar                                  on 2001/02/01  16:59:11
49152         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
49153      Branch: maint-5.6/perl
49154            ! embed.pl embedvar.h
49155 ____________________________________________________________________________
49156 [  8666] By: gsar                                  on 2001/02/01  16:34:51
49157         Log: add missing entries to win32/config.?c
49158      Branch: maint-5.6/perl
49159            ! win32/config.bc win32/config.gc win32/config.vc
49160            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49161 ____________________________________________________________________________
49162 [  8665] By: jhi                                   on 2001/02/01  14:58:51
49163         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
49164              From: "Stephen P. Potter" <spp@spotter.yi.org>
49165              Date: Thu, 01 Feb 2001 10:45:46 -0500
49166              Message-Id: <200102011545.KAA31479@spotter.yi.org>
49167      Branch: maint-5.6/perl
49168            ! pod/perlfunc.pod
49169 ____________________________________________________________________________
49170 [  8664] By: gsar                                  on 2001/02/01  14:52:37
49171         Log: need to use INT2PTR instead of a straight cast or ia64 fails
49172              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
49173      Branch: maint-5.6/perl
49174            ! ext/POSIX/POSIX.xs
49175 ____________________________________________________________________________
49176 [  8663] By: jhi                                   on 2001/02/01  14:09:13
49177         Log: Allow the float to be fuzzier.
49178      Branch: maint-5.6/perl
49179            ! t/lib/peek.t
49180 ____________________________________________________________________________
49181 [  8662] By: jhi                                   on 2001/02/01  13:59:00
49182         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
49183              From: Robin Barker <rmb1@cise.npl.co.uk>
49184              Date: Thu, 1 Feb 2001 13:05:39 GMT
49185              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
49186      Branch: maint-5.6/perl
49187            ! pod/perlmodlib.pod
49188 ____________________________________________________________________________
49189 [  8661] By: jhi                                   on 2001/02/01  13:57:38
49190         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
49191              Date: Thu, 01 Feb 2001 14:15:41 +0100
49192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49193              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
49194              
49195              Have the $ccflags in the gcc version test (strange, this change
49196              is claimed to be have been integrated already)
49197      Branch: maint-5.6/perl
49198            ! Configure
49199 ____________________________________________________________________________
49200 [  8660] By: jhi                                   on 2001/02/01  13:44:10
49201         Log: Integrate changes #7950,7964,7962 from mainline.
49202              
49203              Find the stdchar signedness using cpp, should fix some of
49204              the Solaris compiler warnings reported by Alan Burlison.
49205      Branch: maint-5.6/perl
49206           !> Configure config_h.SH
49207 ____________________________________________________________________________
49208 [  8659] By: jhi                                   on 2001/02/01  05:35:32
49209         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
49210              From: Jan Dubois <JanD@ActiveState.com>
49211              Date: Wed, 31 Jan 2001 21:17:03 -0800
49212              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
49213      Branch: maint-5.6/perl
49214            ! utils/perldoc.PL
49215 ____________________________________________________________________________
49216 [  8658] By: jhi                                   on 2001/02/01  04:33:17
49217         Log: Integrate the README.os390 and README.posix-bc parts of mainline
49218              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
49219              installperl parts were taken care of by #8657.)
49220      Branch: maint-5.6/perl
49221           !> README.os390 README.posix-bc
49222 ____________________________________________________________________________
49223 [  8657] By: jhi                                   on 2001/02/01  04:29:21
49224         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
49225              From: Peter Prymmer <pvhp@forte.com>
49226              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
49227              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
49228      Branch: maint-5.6/perl
49229            + ext/DynaLoader/dl_dllload.xs
49230            ! MANIFEST Makefile.SH hints/os390.sh installperl
49231 ____________________________________________________________________________
49232 [  8656] By: jhi                                   on 2001/02/01  04:25:45
49233         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
49234              From: Peter Prymmer <pvhp@forte.com>
49235              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
49236              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
49237      Branch: maint-5.6/perl
49238            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
49239 ____________________________________________________________________________
49240 [  8655] By: jhi                                   on 2001/02/01  04:14:47
49241         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
49242              From: troc@netrus.net
49243              Date: Wed, 31 Jan 2001 22:31:26 -0500
49244              Message-Id: <200102010331.WAA117.85@rocco.homenet>
49245      Branch: maint-5.6/perl
49246            ! os2/os2.c
49247 ____________________________________________________________________________
49248 [  8654] By: jhi                                   on 2001/02/01  04:12:52
49249         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
49250              as reported by Alan Burlison.
49251      Branch: maint-5.6/perl
49252            ! pp.h
49253 ____________________________________________________________________________
49254 [  8653] By: jhi                                   on 2001/02/01  04:05:12
49255         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
49256              From: dsugalski@northernlight.com
49257              Date: Wed, 31 Jan 2001 18:54:11 -0500
49258              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
49259      Branch: maint-5.6/perl
49260            ! configure.com
49261 ____________________________________________________________________________
49262 [  8652] By: jhi                                   on 2001/02/01  04:03:11
49263         Log: Misplaced #endif.
49264              
49265              Subject: [perl-5-6-1-trial2] patches for EPOC
49266              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49267              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
49268              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
49269      Branch: maint-5.6/perl
49270            ! epoc/epocish.c
49271 ____________________________________________________________________________
49272 [  8651] By: jhi                                   on 2001/02/01  04:00:25
49273         Log: Integrate changes #8647,8648,8650 from mainline.
49274              
49275              Macrofy a magic UTF-8 test.
49276              
49277              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
49278              
49279              Watch out for cross compiling for EPOC (usually done on linux).
49280      Branch: maint-5.6/perl
49281           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
49282 ____________________________________________________________________________
49283 [  8650] By: jhi                                   on 2001/02/01  03:56:20
49284         Log: Watch out for cross compiling for EPOC (usually done on linux)
49285              
49286              Subject: [perl-5-6-1-trial2] patches for EPOC
49287              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49288              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
49289              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
49290      Branch: perl
49291            ! ext/Errno/Errno_pm.PL
49292 ____________________________________________________________________________
49293 [  8649] By: gsar                                  on 2001/02/01  00:46:00
49294         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
49295      Branch: maint-5.6/perl
49296            ! sv.c
49297 ____________________________________________________________________________
49298 [  8648] By: jhi                                   on 2001/01/31  23:35:36
49299         Log: All the uses of PL_numeric_radix must be protected by
49300              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
49301              
49302              Subject: [perl-5-6-1-trial2] patches for EPOC
49303              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49304              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
49305              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
49306      Branch: perl
49307            ! sv.c
49308 ____________________________________________________________________________
49309 [  8647] By: jhi                                   on 2001/01/31  22:56:16
49310         Log: Macrofy a magic UTF-8 test.
49311      Branch: perl
49312            ! utf8.c utf8.h
49313 ____________________________________________________________________________
49314 [  8646] By: gsar                                  on 2001/01/31  15:55:12
49315         Log: update Changes
49316      Branch: maint-5.6/perl
49317            ! Changes
49318 ____________________________________________________________________________
49319 [  8645] By: gsar                                  on 2001/01/31  15:10:14
49320         Log: Configure tweak suggested by Peter Prymmer
49321      Branch: maint-5.6/perl
49322            ! Configure
49323 ____________________________________________________________________________
49324 [  8644] By: gsar                                  on 2001/01/31  15:06:32
49325         Log: more files need to be writable in the source distribution
49326      Branch: maint-5.6/perl
49327            ! Porting/makerel
49328 ____________________________________________________________________________
49329 [  8643] By: jhi                                   on 2001/01/31  14:59:46
49330         Log: Integrate changes #8258,8278,8279 from mainline.
49331              
49332              Make the large file tests more robust/talkative.
49333      Branch: maint-5.6/perl
49334           !> t/lib/syslfs.t t/op/lfs.t
49335 ____________________________________________________________________________
49336 [  8642] By: gsar                                  on 2001/01/31  14:53:48
49337         Log: integrate changes#8311,8334 from mainline
49338              
49339              Add a new MakeMaker variable PM_FILTER that defines a Unix
49340              filter to be run on each .pm during the pm_to_blib() phase,
49341              a fixed version of
49342              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
49343              
49344              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
49345              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
49346              accurate reading of the "atime".  
49347      Branch: maint-5.6/perl
49348           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
49349           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
49350           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
49351 ____________________________________________________________________________
49352 [  8641] By: jhi                                   on 2001/01/31  14:46:37
49353         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
49354      Branch: maint-5.6/perl
49355            ! lib/Getopt/Long.pm
49356 ____________________________________________________________________________
49357 [  8640] By: gsar                                  on 2001/01/31  14:40:24
49358         Log: make regen_all
49359      Branch: maint-5.6/perl
49360            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
49361 ____________________________________________________________________________
49362 [  8639] By: gsar                                  on 2001/01/31  14:37:25
49363         Log: refresh windows config files
49364      Branch: maint-5.6/perl
49365            ! win32/Makefile win32/config_H.bc win32/config_H.gc
49366            ! win32/config_H.vc win32/makefile.mk
49367 ____________________________________________________________________________
49368 [  8638] By: gsar                                  on 2001/01/31  14:28:10
49369         Log: makefile tweaks for windows: introduce a bulk-switch to enable
49370              same options as ActivePerl; sync changes with makefile.mk
49371      Branch: maint-5.6/perl
49372            ! win32/Makefile win32/makefile.mk
49373 ____________________________________________________________________________
49374 [  8637] By: jhi                                   on 2001/01/31  04:41:30
49375         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
49376              From: Nicholas Clark <nick@ccl4.org>
49377              Date: Tue, 30 Jan 2001 19:51:05 +0000
49378              Message-ID: <20010130195105.R76607@plum.flirble.org> 
49379              
49380              op/inc cure.
49381      Branch: perl
49382            ! pp.c pp.h pp_hot.c t/op/arith.t
49383 ____________________________________________________________________________
49384 [  8636] By: jhi                                   on 2001/01/31  02:38:32
49385         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
49386              no perlio],8257,8380,8479,8515 from mainline.
49387              
49388              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
49389              
49390              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
49391              Subject: [PATCH perl@8133] fix-up for VMS extensions
49392              
49393              In VMS embedded perls couldn't access the statically built Socket.
49394              
49395              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
49396              
49397              Further VMS piping fixes from Charles Lane.
49398              
49399              Subject:  [PATCH] make t/op/misc.t work on VMS
49400              
49401              Add tracing for debugging extensions builds in VMS.
49402              
49403              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
49404      Branch: maint-5.6/perl
49405           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
49406           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
49407           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
49408 ____________________________________________________________________________
49409 [  8635] By: jhi                                   on 2001/01/31  01:46:41
49410         Log: Integrate change #7732 from mainline.
49411              
49412              Sparc 64-bit pack() fix from Jens Hamisch.
49413      Branch: maint-5.6/perl
49414           !> pp.c
49415 ____________________________________________________________________________
49416 [  8634] By: jhi                                   on 2001/01/31  01:41:16
49417         Log: One spot missing from #8626.
49418      Branch: maint-5.6/perl
49419            ! sv.c
49420 ____________________________________________________________________________
49421 [  8633] By: jhi                                   on 2001/01/31  00:49:17
49422         Log: Integrate change #7495 from mainline.
49423              
49424              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
49425      Branch: maint-5.6/perl
49426           !> MANIFEST ext/re/Makefile.PL
49427 ____________________________________________________________________________
49428 [  8632] By: jhi                                   on 2001/01/30  23:38:49
49429         Log: Integrate change #8396 from mainline.
49430              
49431              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
49432              better multicast support (resend)
49433      Branch: maint-5.6/perl
49434           !> ext/Socket/Socket.pm
49435 ____________________________________________________________________________
49436 [  8631] By: jhi                                   on 2001/01/30  23:28:03
49437         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
49438              
49439              More AIX lore. (7514, ext/re/hints/aix.pl)
49440              
49441              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
49442              
49443              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)
49444              
49445              Subject: [ID 20001214.002] Net::Ping patch
49446              
49447              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
49448              
49449              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
49450              
49451              Add ReuseAddr as a (preferred) alias for Reuse as we now
49452              also have ReusePort.
49453              
49454              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
49455      Branch: maint-5.6/perl
49456           +> ext/re/hints/aix.pl
49457           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
49458           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
49459 ____________________________________________________________________________
49460 [  8630] By: jhi                                   on 2001/01/30  23:03:59
49461         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
49462              
49463              read() documentation tweak for 20001121.004.
49464              
49465              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
49466      Branch: maint-5.6/perl
49467           !> pod/perlfunc.pod pod/perlre.pod
49468 ____________________________________________________________________________
49469 [  8629] By: jhi                                   on 2001/01/30  22:41:57
49470         Log: Integrate change #8098 from mainline.
49471              
49472              fastgetcwd is defined using a glob alias on a $^O dependent basis
49473              and there was no default assignment or perl subroutine.
49474      Branch: maint-5.6/perl
49475           !> lib/Cwd.pm
49476 ____________________________________________________________________________
49477 [  8628] By: jhi                                   on 2001/01/30  21:58:52
49478         Log: Integrate change #7866 from mainline.
49479              
49480              File::Temp 0.11.
49481      Branch: maint-5.6/perl
49482           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
49483 ____________________________________________________________________________
49484 [  8627] By: jhi                                   on 2001/01/30  21:39:44
49485         Log: Integrate changes #8075,8086,8228 from mainline.  
49486              
49487              Darwin is not Windows. (8075,8086)
49488              
49489              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
49490      Branch: maint-5.6/perl
49491           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
49492           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
49493           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
49494           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
49495 ____________________________________________________________________________
49496 [  8626] By: jhi                                   on 2001/01/30  21:22:11
49497         Log: Integrate with tweakery the change #8625 from mainline,
49498              the multibyte decimal separator fix ("fa_IR locale failure").
49499      Branch: maint-5.6/perl
49500            ! embedvar.h perlapi.h
49501           !> intrpvar.h perl.c perl.h sv.c util.c
49502 ____________________________________________________________________________
49503 [  8625] By: jhi                                   on 2001/01/30  20:26:33
49504         Log: Fix for the fa_IR locale failure.  The reason for the failure
49505              was that Perl was assuming the decimal separator aka the radix
49506              separator is one character.  The Farsi-Iranian locale crushed
49507              that bad assumption since there the separator is 'Momayyez',
49508              glyphwise looking somewhat like a slash, and in Unicode UTF-8
49509              encoded in two bytes, 0xd9 0xab.
49510      Branch: perl
49511            ! intrpvar.h perl.c perl.h sv.c util.c
49512 ____________________________________________________________________________
49513 [  8624] By: gsar                                  on 2001/01/30  20:17:03
49514         Log: regen_headers
49515      Branch: maint-5.6/perl
49516            ! Makefile.SH pod/perlintern.pod
49517 ____________________________________________________________________________
49518 [  8623] By: gsar                                  on 2001/01/30  19:42:34
49519         Log: backout change#7431 and its dependents (causes spurious rebuilds
49520              of autogenerated files)
49521              
49522              fix benign b.t failure
49523      Branch: maint-5.6/perl
49524            ! Makefile.SH t/lib/b.t
49525 ____________________________________________________________________________
49526 [  8622] By: jhi                                   on 2001/01/30  19:41:41
49527         Log: Microperl sync.
49528      Branch: perl
49529            ! mg.c perl.h
49530 ____________________________________________________________________________
49531 [  8621] By: gsar                                  on 2001/01/30  19:24:47
49532         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
49533              from mainline
49534              
49535              Subject: podlators 1.06 released
49536              
49537              Subject: [PATCH @8436] Eliminate op_children
49538              
49539              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
49540              
49541              (Replaced by #8448)  More op_children traces (cleanup of #8442).
49542              
49543              Subject: [PATCH #3 @8436] Re: Eliminate op_children
49544              Replace #8444 and #8445.
49545              
49546              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
49547              at the setting of the ofs_sv in new_struct_thread() as the
49548              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
49549              uninitialized fields are, uh, initialized with),
49550              SvREFCNT_inc()ing that invited a core dump.
49551              
49552              podlators 1.07, from Russ Allbery.
49553              
49554              Subject: [PATCH] regcomp.c old feature removal
49555              From: mjd@plover.com
49556              Date: 16 Jan 2001 14:43:18 -0000 
49557              Message-ID: <20010116144318.7140.qmail@plover.com> 
49558      Branch: maint-5.6/perl
49559           +> lib/Pod/Text/Overstrike.pm
49560           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
49561           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
49562           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
49563           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
49564           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
49565           !> util.c
49566 ____________________________________________________________________________
49567 [  8620] By: gsar                                  on 2001/01/30  18:48:32
49568         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
49569              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
49570              now fails one test)
49571              
49572              Subject: [PATCH] lvalue AUTOLOAD. No, really.
49573              
49574              Subject: [PATCH] Interesting syntax idea
49575              Make opens + bareword assigns do typeglob assigns.
49576              
49577              Tests for #8254.
49578              
49579              Subject: [PATCH @8269] Continue blocks and B::Deparse
49580              Make the peephole optimizer to bypass more null ops and
49581              and rewrite the deparse handling of continue blocks.
49582              
49583              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
49584              Doc tweak on #8313.
49585              
49586              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
49587              
49588              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
49589              
49590              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
49591              
49592              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
49593              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
49594              according to the platform.
49595              
49596              Subject: [PATCH @8404] Consolidated lvalue sub changes
49597              
49598              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
49599              
49600              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
49601              
49602              Subject: B::Concise -- an improved replacement for B::Terse 
49603              
49604              The B::Terse drop-in replacement wasn't quite drop-in.
49605              
49606              The LVRET macro needed an aTHX.
49607              
49608              Use the /^Perl_/-less form of is_lvalue_sub().
49609              
49610              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
49611      Branch: maint-5.6/perl
49612           +> ext/B/B/Concise.pm
49613           !> (integrate 27 files)
49614 ____________________________________________________________________________
49615 [  8619] By: nick                                  on 2001/01/30  18:40:28
49616         Log: Integrate mainline
49617      Branch: perlio
49618           !> (integrate 40 files)
49619 ____________________________________________________________________________
49620 [  8618] By: jhi                                   on 2001/01/30  18:37:18
49621         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
49622              Date: Mon, 29 Jan 2001 22:51:29 -0600
49623              From: "Craig A. Berry" <craigberry@mac.com>
49624              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
49625      Branch: perl
49626            ! vms/test.com
49627 ____________________________________________________________________________
49628 [  8617] By: jhi                                   on 2001/01/30  18:34:53
49629         Log: Subject: [PATCH] Add missing CV flags to dump.c
49630              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49631              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
49632              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
49633      Branch: perl
49634            ! dump.c
49635 ____________________________________________________________________________
49636 [  8616] By: jhi                                   on 2001/01/30  18:20:58
49637         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
49638              part isn't applicable to maintperl.
49639              
49640              UTF-8 nit from Inaba Hiroto.
49641      Branch: maint-5.6/perl
49642           !> pod/perlapi.pod utf8.c
49643 ____________________________________________________________________________
49644 [  8615] By: jhi                                   on 2001/01/30  18:18:51
49645         Log: UTF-8 nit from Inaba Hiroto.
49646      Branch: perl
49647            ! pod/perlapi.pod t/op/each.t utf8.c
49648 ____________________________________________________________________________
49649 [  8614] By: jhi                                   on 2001/01/30  18:13:38
49650         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
49651              
49652              perl's internal variables are not for public consumption,
49653              move their docs from perlapi.pod to perlintern.pod
49654              
49655              support for -Dusethreads build under HP-UX 10.20 and DCE threads
49656              library (11.0 and later have pthreads but 10.x don't)
49657              
49658              avoid uninitialized value warnings
49659              
49660              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
49661              gets weird results)
49662              
49663              perldoc nit on windows
49664              
49665              make it possible to run the tests outside the source tree
49666              (there's still a dependency on ../lib being the library
49667              location)
49668      Branch: perl
49669           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
49670           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
49671           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
49672           !> win32/bin/search.pl win32/vdir.h
49673 ____________________________________________________________________________
49674 [  8613] By: gsar                                  on 2001/01/30  16:39:59
49675         Log: make it possible to run the tests outside the source tree
49676              (there's still a dependency on ../lib being the library
49677              location)
49678      Branch: maint-5.6/perl
49679            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
49680 ____________________________________________________________________________
49681 [  8612] By: gsar                                  on 2001/01/30  16:31:12
49682         Log: perldoc nit on windows
49683      Branch: maint-5.6/perl
49684            ! utils/perldoc.PL
49685 ____________________________________________________________________________
49686 [  8611] By: gsar                                  on 2001/01/30  16:22:54
49687         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
49688              gets weird results)
49689      Branch: maint-5.6/perl
49690            ! win32/vdir.h
49691 ____________________________________________________________________________
49692 [  8610] By: gsar                                  on 2001/01/30  16:12:45
49693         Log: avoid uninitialized value warnings
49694      Branch: maint-5.6/perl
49695            ! win32/bin/search.pl
49696 ____________________________________________________________________________
49697 [  8609] By: gsar                                  on 2001/01/30  16:08:01
49698         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
49699              library (11.0 and later have pthreads but 10.x don't)
49700      Branch: maint-5.6/perl
49701            ! hints/hpux.sh thread.h
49702 ____________________________________________________________________________
49703 [  8608] By: gsar                                  on 2001/01/30  15:48:55
49704         Log: perl's internal variables are not for public consumption,
49705              move their docs from perlapi.pod to perlintern.pod
49706      Branch: maint-5.6/perl
49707            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
49708            ! thrdvar.h
49709 ____________________________________________________________________________
49710 [  8607] By: gsar                                  on 2001/01/30  15:44:27
49711         Log: mistakenly branched perl56delta.pod, revert
49712      Branch: maint-5.6/perl
49713            - pod/perl56delta.pod
49714           !> pod/perldelta.pod
49715 ____________________________________________________________________________
49716 [  8606] By: gsar                                  on 2001/01/30  14:20:24
49717         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
49718              dTHR which has been a noop for a while now, except for the
49719              compatibility definition in thread.h)
49720      Branch: maint-5.6/perl
49721           !> (integrate 45 files)
49722 ____________________________________________________________________________
49723 [  8605] By: jhi                                   on 2001/01/30  05:43:58
49724         Log: Mark the UTF-8 APIs as experimental.
49725      Branch: maint-5.6/perl
49726            ! embed.pl pod/perlapi.pod
49727 ____________________________________________________________________________
49728 [  8604] By: jhi                                   on 2001/01/30  05:38:40
49729         Log: Nits from earlier integrates.
49730      Branch: maint-5.6/perl
49731            ! lib/Carp/Heavy.pm
49732           !> sv.c
49733 ____________________________________________________________________________
49734 [  8603] By: jhi                                   on 2001/01/30  05:27:26
49735         Log: Regenerate Porting files.
49736      Branch: maint-5.6/perl
49737            ! Porting/Glossary Porting/config.sh Porting/config_H
49738 ____________________________________________________________________________
49739 [  8602] By: jhi                                   on 2001/01/30  05:14:59
49740         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
49741              8310,8339,8447,8492,8493,8505,8525: documentation changes.
49742              
49743              Subject: Re: perlfaq style changes
49744              
49745              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
49746              
49747              Subject: [PATCH] docs on NaN
49748              
49749              Subject: [patch] perlfaq7
49750              
49751              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
49752              
49753              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
49754              
49755              Subject: [PATCH] open() example in perlfunc.pod
49756              
49757              Podify README.mpeix (a new version from the web)
49758              
49759              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
49760              
49761              Subject: [PATCH] format and rewording in perlfaq.pod
49762              
49763              Subject: [PATCH] API Variable documentation   
49764              
49765              Memory management calls documentation.
49766              
49767              Subject: [PATCH: perl@8482] README.vms URL updates
49768              
49769              Subject: Minor typos in perlfaq2.pod
49770              
49771              Subject: [PATCH] pod/perlvar.pod
49772      Branch: maint-5.6/perl
49773           +> pod/perl56delta.pod
49774            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49775           !> README.amiga README.epoc README.mpeix README.vms
49776           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
49777           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
49778           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
49779           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
49780           !> pod/perlvar.pod thrdvar.h
49781 ____________________________________________________________________________
49782 [  8601] By: jhi                                   on 2001/01/30  04:38:35
49783         Log: Integrate changes #8036,8096,8253 from mainline:
49784              hints changes.
49785              
49786              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
49787              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
49788              
49789              Output the (apparent) version of gcc in Tru64.
49790      Branch: maint-5.6/perl
49791           +> ext/POSIX/hints/svr4.pl
49792           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
49793           !> hints/svr4.sh t/lib/bigfltpm.t
49794 ____________________________________________________________________________
49795 [  8600] By: jhi                                   on 2001/01/30  04:04:01
49796         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
49797              locale fixes.
49798              
49799              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
49800              
49801              Debian allows /usr/bin/locale to exist without any locales. (7868)
49802              
49803              Allow the locale test needing POSIX and the taint test
49804              needing IPC::SysV to run under 'minitest' (basically,
49805              bail out if loading the extension fails). (8384)
49806              
49807              Cleanup the locale.t output  (8480)
49808      Branch: maint-5.6/perl
49809           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
49810           !> t/pragma/locale.t
49811 ____________________________________________________________________________
49812 [  8599] By: jhi                                   on 2001/01/30  03:51:04
49813         Log: Missing generated files from #8598.
49814      Branch: maint-5.6/perl
49815            ! embed.h global.sym objXSUB.h perlapi.c proto.h
49816 ____________________________________________________________________________
49817 [  8598] By: jhi                                   on 2001/01/30  03:41:54
49818         Log: Integrate change #8555 from mainline, manually integrate parts
49819              of changes 8452 and 8583.
49820              
49821              Subject: [PATCH] utf8.c documentation (8452)
49822              
49823              No point in checking the length if the pointer is bogus. (8555)
49824              
49825              Introduce bytes_from_utf8() and implement sv_eq() using it,
49826              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
49827              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
49828              was malformed. (8583)
49829      Branch: maint-5.6/perl
49830            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
49831           !> pod/perlapi.pod sv.c utf8.c
49832 ____________________________________________________________________________
49833 [  8597] By: gsar                                  on 2001/01/30  02:37:26
49834         Log: get PERL_OBJECT build going again on windows
49835      Branch: maint-5.6/perl
49836            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
49837            ! pod/perlapi.pod proto.h sv.c
49838 ____________________________________________________________________________
49839 [  8596] By: jhi                                   on 2001/01/30  02:16:17
49840         Log: Signedness nit.
49841      Branch: perl
49842            ! sv.c
49843 ____________________________________________________________________________
49844 [  8595] By: jhi                                   on 2001/01/30  02:11:07
49845         Log: EBCDIC patch for Storable, from Peter Prymmer.
49846      Branch: perl
49847            ! t/lib/st-06compat.t
49848 ____________________________________________________________________________
49849 [  8594] By: jhi                                   on 2001/01/30  01:04:48
49850         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
49851              From: Peter Prymmer <pvhp@forte.com>
49852              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
49853              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
49854      Branch: perl
49855            ! t/lib/b.t
49856 ____________________________________________________________________________
49857 [  8593] By: jhi                                   on 2001/01/30  00:56:47
49858         Log: Subject: [PATCH: perl@8585] pod problems in io
49859              From: Peter Prymmer <pvhp@forte.com>
49860              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
49861              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
49862      Branch: perl
49863            ! pod/perlapio.pod pod/perliol.pod
49864 ____________________________________________________________________________
49865 [  8592] By: jhi                                   on 2001/01/30  00:48:20
49866         Log: Integrate perlio.
49867      Branch: perl
49868           !> pod/perlapio.pod pod/perliol.pod
49869 ____________________________________________________________________________
49870 [  8591] By: nick                                  on 2001/01/29  22:02:28
49871         Log: GNU 'merge' Simon's copy of perliol.pod with version
49872              patched by Craig's patch.
49873      Branch: perlio
49874            ! pod/perliol.pod
49875 ____________________________________________________________________________
49876 [  8590] By: nick                                  on 2001/01/29  21:55:10
49877         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
49878      Branch: perlio
49879            ! pod/perlapio.pod pod/perliol.pod
49880 ____________________________________________________________________________
49881 [  8589] By: jhi                                   on 2001/01/29  15:35:33
49882         Log: Integrate change #8586 from maint-5.6/perl.
49883              
49884              make the BOM detection code not call tell() until it has to
49885              (meant to fix esoteric compatibility issues where PL_rsfp
49886              is overridden)
49887      Branch: perl
49888           !> toke.c
49889 ____________________________________________________________________________
49890 [  8588] By: jhi                                   on 2001/01/29  15:29:11
49891         Log: Subject: MAking Solaris malloc() the default
49892              From: Lupe Christoph <lupe@lupe-christoph.de>
49893              Date: Mon, 29 Jan 2001 12:59:36 +0100
49894              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
49895              
49896              The README.solaris part slightly tweaked.
49897      Branch: perl
49898            ! README.solaris hints/solaris_2.sh
49899 ____________________________________________________________________________
49900 [  8587] By: jhi                                   on 2001/01/29  15:17:34
49901         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
49902              From: root@ak-75.mind.de
49903              Date: Sun, 28 Jan 2001 20:32:29 +0100
49904              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
49905      Branch: perl
49906            ! pod/perlre.pod
49907 ____________________________________________________________________________
49908 [  8586] By: gsar                                  on 2001/01/29  13:43:44
49909         Log: make the BOM detection code not call tell() until it has to
49910              (meant to fix esoteric compatibility issues where PL_rsfp
49911              is overridden)
49912      Branch: maint-5.6/perl
49913            ! toke.c
49914 ____________________________________________________________________________
49915 [  8585] By: jhi                                   on 2001/01/28  20:05:45
49916         Log: Update Changes.
49917      Branch: perl
49918            ! Changes patchlevel.h
49919 ____________________________________________________________________________
49920 [  8584] By: jhi                                   on 2001/01/28  19:30:02
49921         Log: Integrate perlio.
49922      Branch: perl
49923           +> pod/perliol.pod
49924           !> MANIFEST pod/perlapio.pod
49925 ____________________________________________________________________________
49926 [  8583] By: jhi                                   on 2001/01/28  19:28:40
49927         Log: Patch from Inaba Hiroto:
49928              - canonical UTF-8 hash keys: if a key string for a hash is
49929              UTF8-on, try downgrade the string and use it if
49930              unicode::distinct is not in effect.
49931              For the task, I added a function bytes_from_utf8() to utf8.c.
49932              It might resemble utf8_to_bytes() but it is not convenient
49933              to the task.
49934              Made a test for it and added to t/op/each.t
49935              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
49936              the mortal copy of the argument SV.
49937              And changed t/io/utf8.t test 18 which expects print() to
49938              upgrade its argument.
49939              - re-implement sv_eq with bytes_from_utf8()
49940              - some bug fixes
49941              - tr/// does not handle UTF8 range (\x{}-\x{})
49942              - \ before raw UTF8 character produced
49943              "Malformed UTF-8 character" warning.
49944              - "\x{100}\N{CENT SIGN}" is Malformed.
49945              Added tests for these 3.
49946              - and one silly bug (by me) with qu operator.
49947      Branch: perl
49948            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
49949            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
49950            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
49951 ____________________________________________________________________________
49952 [  8582] By: nick                                  on 2001/01/28  19:25:04
49953         Log: Add pod/perliol.pod to MANIFEST :-(
49954      Branch: perlio
49955            ! MANIFEST
49956 ____________________________________________________________________________
49957 [  8581] By: nick                                  on 2001/01/28  19:22:40
49958         Log: PerlIO documentation. Proofing and sub-editing requested.
49959      Branch: perlio
49960            + pod/perliol.pod
49961            ! pod/perlapio.pod
49962 ____________________________________________________________________________
49963 [  8580] By: jhi                                   on 2001/01/28  05:16:25
49964         Log: Revert the change to sv_2pv() done by #8054: Someone who
49965              did SvNV_set() on a scalar that also happened to be POK,
49966              followed by sv_2pv() won't get the right coercion anymore.
49967              [Sarathy]
49968      Branch: maint-5.6/perl
49969            ! sv.c
49970 ____________________________________________________________________________
49971 [  8579] By: jhi                                   on 2001/01/28  05:15:04
49972         Log: Remove the #8084 effect: do not allow -Q to be interpreted
49973              as -&Q(), this is too much wiggle room.
49974      Branch: maint-5.6/perl
49975            ! toke.c
49976 ____________________________________________________________________________
49977 [  8578] By: jhi                                   on 2001/01/28  05:12:45
49978         Log: Needed bits of #8439 (should have been in #8576),
49979              mainly for lval substr().
49980      Branch: maint-5.6/perl
49981            ! mg.c pp.c pp_hot.c
49982 ____________________________________________________________________________
49983 [  8577] By: jhi                                   on 2001/01/28  05:02:46
49984         Log: A missing check-in.
49985      Branch: maint-5.6/perl
49986            ! utf8.c
49987 ____________________________________________________________________________
49988 [  8576] By: jhi                                   on 2001/01/28  04:26:18
49989         Log: Integrate changes #8425,8436,8439,8517 from mainline.
49990              The 8439 was not truly integrated because it had too many
49991              dependencies on the development branch and because it introduced
49992              concepts too bold for a maintenance branch (such as the qu operator).
49993              
49994              Subject: [PATCH perl@8342] -Wformat
49995              
49996              Tighten some of the UTF-8 tests a bit.
49997              
49998              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
49999              - The substr lval was still not okay.
50000              - Now pp_stringify and sv_setsv copies source's UTF8 flag
50001              even if IN_BYTE.  pp_stringify is called from fold_constants
50002              at optimization phase and "\x{100}" was made SvUTF8_off under
50003              use bytes (the bytes pragma is for "byte semantics" and not
50004              for "do not produce UTF8 data")
50005      Branch: maint-5.6/perl
50006            ! t/lib/charnames.t t/op/substr.t toke.c
50007           !> sv.c t/pragma/utf8.t
50008 ____________________________________________________________________________
50009 [  8575] By: jhi                                   on 2001/01/28  04:01:51
50010         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
50011              
50012              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
50013              
50014              Subject: [ID 20001230.003] UTF-8 tr still hurts
50015              
50016              Test cases for #8385 (from Simon's "torture.pl")
50017              
50018              Start fixing UTF-8 lval substr() (8405)
50019      Branch: maint-5.6/perl
50020           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
50021           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
50022 ____________________________________________________________________________
50023 [  8574] By: jhi                                   on 2001/01/28  03:09:06
50024         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
50025              from mainline.
50026              
50027              UTF-8 cleanup.
50028              
50029              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
50030              
50031              "\x{FF}\xFF" was broken.
50032              
50033              Tests for #8329 and #8330.
50034              
50035              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
50036              
50037              IRIX compiler noticed that the bof initialization might be
50038              bypassed by control flow.
50039              
50040              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
50041      Branch: maint-5.6/perl
50042           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
50043           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
50044 ____________________________________________________________________________
50045 [  8573] By: jhi                                   on 2001/01/28  02:06:12
50046         Log: Retract #8552.
50047      Branch: perl
50048            ! lib/Text/Wrap.pm t/lib/textwrap.t
50049 ____________________________________________________________________________
50050 [  8572] By: jhi                                   on 2001/01/28  02:04:49
50051         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
50052              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
50053              not really integrated but instead salvaged by hand
50054              (they had too many dependencies on the development release
50055              to be cleanly integratable).
50056              
50057              Subject: more UTF8 test suites and an UTF8 patch
50058              
50059              Tweak for MULTIPLICITY/USE_PERLIO
50060              
50061              Signedness nit.
50062              
50063              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
50064              
50065              Use the UTF8_XXX macros in is_utf8_char().
50066              
50067              Rewrite pp_concat() in terms of sv_catsv().  The . operator
50068              should now be UTF-8-proof.
50069              
50070              Subject: [PATCH perl@8269] scanning two hex-constants
50071              fails on EBCDIC environment (script length.t)
50072              
50073              Add some Unicode chop() tests.
50074      Branch: maint-5.6/perl
50075            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
50076           !> sv.c t/op/chop.t utf8.h
50077 ____________________________________________________________________________
50078 [  8571] By: jhi                                   on 2001/01/28  00:35:59
50079         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
50080              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
50081              
50082              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
50083              
50084              The maxiters upper limit sanity check (guarding against
50085              non-progress) assumed bytes instead of characters in s///
50086              and split().
50087              
50088              Signedness nit.
50089              
50090              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
50091              join() should now be UTF-8-proof.
50092              
50093              More split // UTF-8 tests. (8250)
50094      Branch: maint-5.6/perl
50095           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
50096           !> util.c
50097 ____________________________________________________________________________
50098 [  8570] By: jhi                                   on 2001/01/27  22:15:46
50099         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
50100              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
50101              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
50102              8084,8204,8244,8333 from mainline.
50103              
50104              For -Q where Q might be a one-letter sub name one does no more
50105              get a warning about an unknown filetest (7941,7943,7944,8084).
50106              
50107              Subject: Re: [ID 20001130.011] expression parsing bug ?
50108              
50109              Make uv_to_utf8() to zero-terminate its output buffer.
50110              
50111              Split off t/op/length.t (7995)
50112              
50113              Split off t/op/utf8decode.t (7996)
50114              
50115              Remove an unnecessary 'use utf8' from the utf8.t (7998)
50116              
50117              Split off t/op/concat.t (8004)
50118              
50119              Split off t/op/ver.t (8005)
50120              
50121              Document utf8_length(), utf8_distance(), and utf8_hop().
50122              
50123              Document utf8_to_uv() better.
50124              
50125              Introduce macros for UTF8 decoding (8028,8033).
50126              
50127              Add test for reverse() (8030,8031).
50128              
50129              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
50130              
50131              Do not return the Unicode replacement character    on UTF-8
50132              decoding failure.
50133              
50134              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
50135              not this_utf8 i.e. the output string has one, but don't mess
50136              with source assumption. (8052,8053)
50137              
50138              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
50139              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
50140              was not expecting to be called with something that was already
50141              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
50142              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
50143              (8054)
50144              
50145              Recode the naughty binary bytes in utf8decode.t using the \xHH.
50146              
50147              Make some panic messages a bit more logical.
50148      Branch: maint-5.6/perl
50149           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
50150           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
50151           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
50152           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
50153           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
50154           !> utf8.c utf8.h
50155 ____________________________________________________________________________
50156 [  8569] By: jhi                                   on 2001/01/27  19:16:43
50157         Log: Integrate changes #7750 from perlio and #8566 from mainline.
50158      Branch: maint-5.6/perl
50159           !> regexec.c sv.c
50160 ____________________________________________________________________________
50161 [  8568] By: jhi                                   on 2001/01/27  18:06:51
50162         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
50163              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
50164              7935[-perlio.c],7936,7959,7965 from mainline.
50165              
50166              Change the "big byte" error message to "Wide character".
50167              (7355, the croak-if-wide-chars-in-print part ignored)
50168              
50169              Use UINT64_C().
50170              
50171              Introduce Perl_utf8_length().
50172              
50173              diff -se shows these as different (7753, forgotten check-ins)
50174              
50175              Subject: [PATCH] doop.c - UTF8 tr///
50176              
50177              If we use (aTHX_ ...) then put Perl_ on the front.
50178              
50179              Make utf8_length() and utf8_distance() to be less forgiving
50180              about bad UTF-8.
50181              
50182              Test line numbers are different with utf8.
50183              
50184              No need to scan till infinity, 13 is enough. (7872,7911)
50185              
50186              Subject: [PATCH] Tokeniser debugging
50187              
50188              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
50189              
50190              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
50191              
50192              Be more careful in Perl_sv_utf8_downgrade().
50193              
50194              Use DO_UTF8().
50195              
50196              Raw zero bytes in text files confuse at least GNU patch 2.1.
50197      Branch: maint-5.6/perl
50198           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
50199           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
50200           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
50201           !> t/pragma/utf8.t toke.c utf8.c utf8.h
50202 ____________________________________________________________________________
50203 [  8567] By: nick                                  on 2001/01/27  11:10:38
50204         Log: Integrate mainline
50205      Branch: perlio
50206           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
50207           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
50208           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
50209           !> toke.c
50210 ____________________________________________________________________________
50211 [  8566] By: jhi                                   on 2001/01/27  06:22:48
50212         Log: More documentation for the regexp context stack.
50213      Branch: perl
50214            ! regexec.c
50215 ____________________________________________________________________________
50216 [  8565] By: jhi                                   on 2001/01/27  05:21:57
50217         Log: Update Changes.
50218      Branch: perl
50219            ! Changes patchlevel.h
50220 ____________________________________________________________________________
50221 [  8564] By: jhi                                   on 2001/01/27  04:44:04
50222         Log: Threadedness patch for #8562 from Doug MacEachern.
50223      Branch: perl
50224            ! toke.c
50225 ____________________________________________________________________________
50226 [  8563] By: jhi                                   on 2001/01/27  04:26:24
50227         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
50228              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50229              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
50230              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
50231      Branch: perl
50232            ! op.c
50233 ____________________________________________________________________________
50234 [  8562] By: jhi                                   on 2001/01/27  04:20:30
50235         Log: Subject: Re: Announce : Tokener reporting patch
50236              From: Simon Cozens <simon@cozens.net>
50237              Date: Mon, 22 Jan 2001 02:17:22 +0000
50238              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
50239      Branch: perl
50240            ! embed.h embed.pl proto.h toke.c
50241 ____________________________________________________________________________
50242 [  8561] By: jhi                                   on 2001/01/27  04:17:24
50243         Log: Forgot from #8545.  Oops.
50244      Branch: perl
50245            ! pp.c t/pragma/overload.t
50246 ____________________________________________________________________________
50247 [  8560] By: jhi                                   on 2001/01/27  03:01:47
50248         Log: A better module compilation test, use MANIFEST as suggested
50249              by Spider.
50250      Branch: perl
50251            ! t/lib/1_compile.t
50252 ____________________________________________________________________________
50253 [  8559] By: jhi                                   on 2001/01/27  02:50:48
50254         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
50255              From: Peter Prymmer <pvhp@forte.com>
50256              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
50257              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
50258      Branch: perl
50259            ! t/lib/b.t
50260 ____________________________________________________________________________
50261 [  8558] By: jhi                                   on 2001/01/27  02:27:05
50262         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
50263              From: Peter Prymmer <pvhp@forte.com>
50264              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
50265              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
50266      Branch: perl
50267            ! t/pragma/sub_lval.t
50268 ____________________________________________________________________________
50269 [  8557] By: jhi                                   on 2001/01/27  02:26:03
50270         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
50271              From: Peter Prymmer <pvhp@forte.com>
50272              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
50273              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
50274      Branch: perl
50275            ! t/lib/st-06compat.t
50276 ____________________________________________________________________________
50277 [  8556] By: jhi                                   on 2001/01/27  02:24:33
50278         Log: Subject: [PATCH: perl@8531] minor update to README.os390
50279              From: Peter Prymmer <pvhp@forte.com>
50280              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
50281              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
50282      Branch: perl
50283            ! README.os390
50284 ____________________________________________________________________________
50285 [  8555] By: jhi                                   on 2001/01/27  00:35:47
50286         Log: No point in checking the length before we know whether the pointer
50287              is bogus or not, fixes Abigail's odbm failures in Linux.
50288      Branch: perl
50289            ! sv.c
50290 ____________________________________________________________________________
50291 [  8554] By: nick                                  on 2001/01/26  19:01:31
50292         Log: Integrate mainline
50293      Branch: perlio
50294           !> lib/Text/Wrap.pm t/lib/textwrap.t
50295 ____________________________________________________________________________
50296 [  8553] By: jhi                                   on 2001/01/26  15:19:39
50297         Log: Integrate change #7792 from perlio (multiplicity fix),
50298              fix the AV leak in regex DEBUGGING (tiny part of the
50299              polymorphic regexp patch #8143).
50300      Branch: maint-5.6/perl
50301            ! regcomp.c
50302           !> scope.h
50303 ____________________________________________________________________________
50304 [  8552] By: jhi                                   on 2001/01/26  15:03:23
50305         Log: (Retracted by #8573)
50306              
50307              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
50308              From: Michael G Schwern <schwern@pobox.com>
50309              Date: Fri, 26 Jan 2001 09:28:31 -0500
50310              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
50311      Branch: perl
50312            ! lib/Text/Wrap.pm t/lib/textwrap.t
50313 ____________________________________________________________________________
50314 [  8551] By: jhi                                   on 2001/01/26  02:33:19
50315         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
50316              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
50317              
50318              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
50319              
50320              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
50321              
50322              Message nit.
50323              
50324              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
50325              
50326              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
50327              
50328              (the cleanup of unused submatches in regtry() and regcppop())
50329              
50330              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
50331              stored and restored, and thusly was trounced by the utf8 swash
50332              routines.
50333              
50334              use utf8 not required to use \x{}.
50335              
50336              Removed two more tests that make no sense in UTF-8 since the test
50337              data is not in UTF-8.
50338              
50339              Get the three different space character classes right under utf8.
50340              
50341              Implement ANYOFUTF8 regprop() dumping.
50342              
50343              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
50344              
50345              Document the regex context pushing/popping a bit better.
50346      Branch: maint-5.6/perl
50347           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
50348           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
50349           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
50350           !> t/op/regmesg.t utf8.c
50351 ____________________________________________________________________________
50352 [  8550] By: nick                                  on 2001/01/25  19:42:30
50353         Log: Integrate mainline
50354      Branch: perlio
50355           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
50356           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
50357           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
50358           !> t/lib/bigint.t t/lib/bigintpm.t
50359 ____________________________________________________________________________
50360 [  8549] By: jhi                                   on 2001/01/25  15:22:28
50361         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
50362      Branch: maint-5.6/perl
50363            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
50364 ____________________________________________________________________________
50365 [  8548] By: jhi                                   on 2001/01/25  15:02:55
50366         Log: Integrate changes #7997,8063,8492,8547 from mainline.
50367              
50368              Subject: Re: STRLEN - what?
50369              
50370              Subject: [PATCH] perlguts.pod
50371              
50372              Memory management calls documentation.
50373              
50374              Layout using tabulator is not a good idea in a pod.
50375      Branch: maint-5.6/perl
50376           !> pod/perlguts.pod
50377 ____________________________________________________________________________
50378 [  8547] By: jhi                                   on 2001/01/25  14:49:05
50379         Log: Layout using tabulator is not a good idea in a pod.
50380      Branch: perl
50381            ! pod/perlguts.pod
50382 ____________________________________________________________________________
50383 [  8546] By: jhi                                   on 2001/01/25  14:31:12
50384         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
50385              from mainline.
50386              
50387              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
50388              
50389              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
50390              
50391              More Win32 editor/IDE/shell hints.
50392              
50393              More Win32 Perling.
50394              
50395              Yet another editor edit.
50396              
50397              Edit edit edit.
50398              
50399              IDE/editor section tweaking.
50400              
50401              Few more IDE/editor nits from p5p.
50402      Branch: maint-5.6/perl
50403           !> pod/perlfaq3.pod
50404 ____________________________________________________________________________
50405 [  8545] By: jhi                                   on 2001/01/25  04:16:32
50406         Log: Subject: [PATCH 5.7.0] overload int()
50407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50408              Date: Wed, 24 Jan 2001 19:06:57 -0500
50409              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
50410      Branch: perl
50411            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
50412            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
50413            ! t/lib/bigintpm.t
50414 ____________________________________________________________________________
50415 [  8544] By: jhi                                   on 2001/01/25  04:15:11
50416         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
50417              From: Peter Prymmer <pvhp@forte.com>
50418              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
50419              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
50420      Branch: perl
50421            ! Makefile.SH README.os390 hints/os390.sh installperl
50422 ____________________________________________________________________________
50423 [  8543] By: jhi                                   on 2001/01/25  03:52:08
50424         Log: Integrate change #8462,8469 from mainline.
50425              
50426              In VMS Perl subversion (perl -V) is undef.
50427      Branch: maint-5.6/perl
50428           !> configure.com
50429 ____________________________________________________________________________
50430 [  8542] By: jhi                                   on 2001/01/25  03:44:55
50431         Log: Integrate changes #7835,7850,8315,8316 from mainline.
50432              
50433              Solaris hints.
50434      Branch: maint-5.6/perl
50435           !> hints/solaris_2.sh
50436 ____________________________________________________________________________
50437 [  8541] By: jhi                                   on 2001/01/25  03:39:28
50438         Log: Integrate #8336 from mainline.
50439      Branch: maint-5.6/perl
50440           !> hv.c
50441 ____________________________________________________________________________
50442 [  8540] By: jhi                                   on 2001/01/25  03:23:50
50443         Log: Retract #8539.
50444      Branch: maint-5.6/perl
50445            ! pod/perlfaq3.pod
50446 ____________________________________________________________________________
50447 [  8539] By: jhi                                   on 2001/01/25  03:21:55
50448         Log: (Retracted by #8540.)
50449      Branch: maint-5.6/perl
50450            ! pod/perlfaq3.pod
50451 ____________________________________________________________________________
50452 [  8538] By: jhi                                   on 2001/01/25  03:14:07
50453         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
50454              From: Peter Prymmer <pvhp@forte.com>
50455              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
50456              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
50457              
50458              The VMS bits.
50459      Branch: maint-5.6/perl
50460            ! configure.com vms/descrip_mms.template
50461 ____________________________________________________________________________
50462 [  8537] By: jhi                                   on 2001/01/25  03:06:09
50463         Log: Integrate #7710,7824,7973 from mainline.
50464      Branch: maint-5.6/perl
50465           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50466           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
50467           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
50468           !> vos/config.ga.def vos/config.ga.h win32/config.bc
50469           !> win32/config.gc win32/config.vc
50470 ____________________________________________________________________________
50471 [  8536] By: jhi                                   on 2001/01/24  13:50:20
50472         Log: Revert the edits made by me so far to the 5.6 branch since
50473              the TRIAL1 since I did edits when I should have been using
50474              integrates.  Bad programmer.   (Will integrate them properly later.)
50475              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
50476              The #8353 will not be reapplied at least for now since
50477              the UTF-8 hash keys need more thinking.
50478              (The patches #8347, #8354, #8454, #8473 were okay since they
50479              were original edits made specifically for the 5.6.1-TRIAL1.)
50480      Branch: maint-5.6/perl
50481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50482            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
50483            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
50484            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
50485            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
50486            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50487            ! win32/config.bc win32/config.gc win32/config.vc
50488 ____________________________________________________________________________
50489 [  8535] By: bailey                                on 2001/01/24  06:37:02
50490         Log: SYN SYN
50491      Branch: vmsperl
50492           +> (branch 26 files)
50493           !> (integrate 130 files)
50494 ____________________________________________________________________________
50495 [  8534] By: nick                                  on 2001/01/23  19:30:57
50496         Log: Integrate mainline.
50497      Branch: perlio
50498           !> Changes Configure Porting/Glossary Porting/config.sh
50499           !> Porting/config_H embed.h embed.pl ext/Encode/compile
50500           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
50501           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
50502           !> pod/perlvar.pod proto.h t/lib/1_compile.t
50503 ____________________________________________________________________________
50504 [  8533] By: jhi                                   on 2001/01/23  16:15:46
50505         Log: Forgotten from #8501.
50506      Branch: perl
50507            ! Porting/Glossary Porting/config.sh Porting/config_H
50508 ____________________________________________________________________________
50509 [  8532] By: jhi                                   on 2001/01/23  16:13:27
50510         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
50511              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50512              Date: Mon, 22 Jan 2001 17:51:58 +0100
50513              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
50514      Branch: perl
50515            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
50516 ____________________________________________________________________________
50517 [  8531] By: jhi                                   on 2001/01/23  15:46:01
50518         Log: Update Changes.
50519      Branch: perl
50520            ! Changes patchlevel.h
50521 ____________________________________________________________________________
50522 [  8530] By: jhi                                   on 2001/01/23  15:38:39
50523         Log: De-cut-and-pasto.
50524      Branch: perl
50525            ! t/lib/1_compile.t
50526 ____________________________________________________________________________
50527 [  8529] By: jhi                                   on 2001/01/23  15:11:04
50528         Log: Document the mkdir trailing slashes case.
50529      Branch: perl
50530            ! pod/perlfunc.pod
50531 ____________________________________________________________________________
50532 [  8528] By: jhi                                   on 2001/01/23  15:08:28
50533         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
50534              get installed:
50535              
50536              Subject: lib/lib.pm
50537              From: <abigail@foad.org>
50538              Date: Mon, 28 Aug 2000 20:35:08 -0400
50539              Message-ID: <20000829003508.21281.qmail@foad.org>
50540      Branch: perl
50541            ! installperl
50542 ____________________________________________________________________________
50543 [  8527] By: jhi                                   on 2001/01/23  14:44:04
50544         Log: Metaconfig unit change for #8526.
50545      Branch: metaconfig
50546            ! U/threads/archname.U
50547 ____________________________________________________________________________
50548 [  8526] By: jhi                                   on 2001/01/23  14:43:19
50549         Log: Attach -perlio to the archname if so selected.
50550      Branch: perl
50551            ! Configure
50552 ____________________________________________________________________________
50553 [  8525] By: jhi                                   on 2001/01/23  14:24:01
50554         Log: Subject: [PATCH] pod/perlvar.pod
50555              From: abigail@foad.org
50556              Date: Tue, 23 Jan 2001 01:41:10 +0100
50557              Message-ID: <20010123004110.22259.qmail@foad.org>
50558      Branch: perl
50559            ! pod/perlvar.pod
50560 ____________________________________________________________________________
50561 [  8524] By: jhi                                   on 2001/01/23  14:22:32
50562         Log: A bug introduced in #8217 (the undefined variable in the
50563              lib/safe1_t #3) fixed, by Charles Lane:
50564              
50565              The earlier patch made it so that stuff running in Safe
50566              compartments could do a "caller" and see "main".  That
50567              little change in name is done right before the code in
50568              the compartment is run, and apparantly the parser
50569              was picking up the stash name before it got changed.
50570              
50571              (why it was threaded vs. unthreaded Perl that was sensitive to this
50572              I still don't know...and it probably doesn't matter).
50573              
50574              I tryed removing the stash name-change and saw that threaded Perl
50575              did indeed pass the lib/safe1.t tests.
50576              
50577              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
50578              do the name change (and to connect _ in the compartment to the global
50579              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
50580              to call _safe_pkg_prep when creating a new compartment.
50581              
50582              Passes all tests with threaded perl on linux; passes all tests
50583              with unthreaded perl on VMS.
50584              
50585              At some point I'll probably want to revisit Safe and Opcode to
50586              provide more sensible handling of global variables...and to get
50587              formats working in Safe compartments, which they don't do currently.
50588      Branch: perl
50589            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
50590 ____________________________________________________________________________
50591 [  8523] By: jhi                                   on 2001/01/23  14:11:58
50592         Log: Also the lib/Thread.pm itself needs to be ignored if
50593              the Thread extension hasn't been built.
50594      Branch: perl
50595            ! t/lib/1_compile.t
50596 ____________________________________________________________________________
50597 [  8522] By: jhi                                   on 2001/01/23  13:51:28
50598         Log: print() instead of warn() so that stderr doesn't get
50599              unnecessarily polluted.
50600      Branch: perl
50601            ! ext/Encode/compile
50602 ____________________________________________________________________________
50603 [  8521] By: jhi                                   on 2001/01/23  13:49:48
50604         Log: Integrate perlio.
50605      Branch: perl
50606           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
50607           !> ext/Encode/encode.h
50608 ____________________________________________________________________________
50609 [  8520] By: nick                                  on 2001/01/22  21:44:00
50610         Log: More messing with Encode:
50611              Extra fields in header to allow multiple names and to record
50612              other things "compile" knows.
50613              Re-organise compile to factor out common output routines.
50614      Branch: perlio
50615            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
50616 ____________________________________________________________________________
50617 [  8519] By: nick                                  on 2001/01/22  20:33:50
50618         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
50619      Branch: perlio
50620            ! ext/Encode/Makefile.PL ext/Encode/compile
50621 ____________________________________________________________________________
50622 [  8518] By: nick                                  on 2001/01/22  20:28:13
50623         Log: Integrate mainline
50624      Branch: perlio
50625           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
50626           !> vos/config.alpha.def vos/config.alpha.h
50627 ____________________________________________________________________________
50628 [  8517] By: jhi                                   on 2001/01/22  15:37:17
50629         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
50630              by Inaba Hiroto.
50631      Branch: perl
50632            ! sv.c
50633 ____________________________________________________________________________
50634 [  8516] By: jhi                                   on 2001/01/22  14:55:15
50635         Log: More SIG_SIZE fixes.
50636      Branch: perl
50637            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
50638 ____________________________________________________________________________
50639 [  8515] By: jhi                                   on 2001/01/22  14:50:27
50640         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
50641              From: "Craig A. Berry" <craigberry@mac.com>
50642              Date: Mon, 22 Jan 2001 00:42:24 -0600
50643              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
50644      Branch: perl
50645            ! configure.com
50646 ____________________________________________________________________________
50647 [  8514] By: jhi                                   on 2001/01/22  14:31:17
50648         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
50649              From: "Craig A. Berry" <craigberry@mac.com>
50650              Date: Sun, 21 Jan 2001 23:03:25 -0600
50651              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
50652      Branch: perl
50653            ! configure.com
50654 ____________________________________________________________________________
50655 [  8513] By: jhi                                   on 2001/01/22  14:14:00
50656         Log: Add the .ucm encoding tables to the MANIFEST.
50657      Branch: perl
50658            ! MANIFEST
50659 ____________________________________________________________________________
50660 [  8512] By: jhi                                   on 2001/01/22  13:43:33
50661         Log: Integrate perlio.
50662      Branch: perl
50663           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50664           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50665           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50666           +> ext/Encode/Encode/iso8859-10.ucm
50667           +> ext/Encode/Encode/iso8859-13.ucm
50668           +> ext/Encode/Encode/iso8859-14.ucm
50669           +> ext/Encode/Encode/iso8859-15.ucm
50670           +> ext/Encode/Encode/iso8859-16.ucm
50671           +> ext/Encode/Encode/iso8859-2.ucm
50672           +> ext/Encode/Encode/iso8859-3.ucm
50673           +> ext/Encode/Encode/iso8859-4.ucm
50674           +> ext/Encode/Encode/iso8859-5.ucm
50675           +> ext/Encode/Encode/iso8859-6.ucm
50676           +> ext/Encode/Encode/iso8859-7.ucm
50677           +> ext/Encode/Encode/iso8859-8.ucm
50678           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50679           +> ext/Encode/Encode/symbol.ucm
50680           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
50681           !> perliol.h
50682 ____________________________________________________________________________
50683 [  8511] By: nick                                  on 2001/01/21  23:44:47
50684         Log: Make "real" layers of ":utf8" and ":raw".
50685              So now PERLIO=utf8 perl ...
50686              does what Andreas wanted.
50687              Fix arg passing in open.pm (still have a Carp issue).
50688      Branch: perlio
50689            ! lib/open.pm perlio.c perliol.h
50690 ____________________________________________________________________________
50691 [  8510] By: jhi                                   on 2001/01/21  22:56:53
50692         Log: Document the regex content pushing/popping a bit better.
50693      Branch: perl
50694            ! regexec.c
50695 ____________________________________________________________________________
50696 [  8509] By: jhi                                   on 2001/01/21  22:55:44
50697         Log: Tweak the mkdir trailing slash code some more.
50698              
50699              TO DO: the same handling should probably be done for
50700              all the other filesystem functions that can have directories
50701              as their arguments.
50702      Branch: perl
50703            ! pp_sys.c
50704 ____________________________________________________________________________
50705 [  8508] By: nick                                  on 2001/01/21  21:37:43
50706         Log: Switch "compiled in" encodings to .ucm format.
50707              (Leave others as .enc till we can run-time load .ucm,
50708              or find some other way to load them.)
50709      Branch: perlio
50710            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50711            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50712            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50713            + ext/Encode/Encode/iso8859-10.ucm
50714            + ext/Encode/Encode/iso8859-13.ucm
50715            + ext/Encode/Encode/iso8859-14.ucm
50716            + ext/Encode/Encode/iso8859-15.ucm
50717            + ext/Encode/Encode/iso8859-16.ucm
50718            + ext/Encode/Encode/iso8859-2.ucm
50719            + ext/Encode/Encode/iso8859-3.ucm
50720            + ext/Encode/Encode/iso8859-4.ucm
50721            + ext/Encode/Encode/iso8859-5.ucm
50722            + ext/Encode/Encode/iso8859-6.ucm
50723            + ext/Encode/Encode/iso8859-7.ucm
50724            + ext/Encode/Encode/iso8859-8.ucm
50725            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50726            + ext/Encode/Encode/symbol.ucm
50727            ! ext/Encode/Makefile.PL ext/Encode/compile
50728 ____________________________________________________________________________
50729 [  8507] By: nick                                  on 2001/01/21  21:02:03
50730         Log: Integrate (partial) mainline.
50731      Branch: perlio
50732           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
50733           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
50734           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50735 ____________________________________________________________________________
50736 [  8506] By: jhi                                   on 2001/01/21  20:09:30
50737         Log: Update Changes.
50738      Branch: perl
50739            ! Changes patchlevel.h
50740 ____________________________________________________________________________
50741 [  8505] By: jhi                                   on 2001/01/21  19:39:59
50742         Log: Subject: Minor typos in perlfaq2.pod
50743              From: "Stephen P. Potter" <spp@spotter.yi.org>
50744              Message-Id: <200101192101.QAA11911@spotter.yi.org>
50745              Date: Fri, 19 Jan 2001 16:01:13 -0500
50746              
50747              with a nit from Philip Newton.
50748      Branch: perl
50749            ! pod/perlfaq2.pod
50750 ____________________________________________________________________________
50751 [  8504] By: jhi                                   on 2001/01/21  19:33:05
50752         Log: Metaconfig change for #8503.
50753      Branch: metaconfig
50754            ! U/threads/usethreads.U
50755 ____________________________________________________________________________
50756 [  8503] By: jhi                                   on 2001/01/21  19:32:21
50757         Log: Sanity check for conflicting thread flavours.
50758      Branch: perl
50759            ! Configure config_h.SH
50760 ____________________________________________________________________________
50761 [  8502] By: jhi                                   on 2001/01/21  19:23:00
50762         Log: Metaconfig change for #8501.
50763      Branch: metaconfig
50764            ! U/modified/sig_name.U
50765 ____________________________________________________________________________
50766 [  8501] By: jhi                                   on 2001/01/21  19:22:26
50767         Log: The SIG_SIZE is the number of the elements *excluding*
50768              the terminating NULL.
50769      Branch: perl
50770            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
50771            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
50772            ! win32/config_H.vc
50773 ____________________________________________________________________________
50774 [  8500] By: jhi                                   on 2001/01/21  18:31:31
50775         Log: Integrate perlio.
50776      Branch: perl
50777           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
50778           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
50779           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
50780           !> pp_sys.c proto.h sv.c
50781 ____________________________________________________________________________
50782 [  8499] By: jhi                                   on 2001/01/21  17:43:57
50783         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
50784              From: Hugo <hv@crypt.compulink.co.uk>
50785              Date: Sun, 21 Jan 2001 13:34:05 +0000
50786              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
50787              
50788              In sprintf UTF8ize only if necessary.
50789      Branch: perl
50790            ! sv.c
50791 ____________________________________________________________________________
50792 [  8498] By: nick                                  on 2001/01/21  16:25:32
50793         Log: Encode cleanup.
50794              Add command line control over "compile" so that Makefile.PL
50795              needs can be combined with other uses.
50796              Use command line options in Makefile.PL.
50797              Fix multi-byte parsing in .ucm files.
50798      Branch: perlio
50799            ! ext/Encode/Makefile.PL ext/Encode/compile
50800 ____________________________________________________________________________
50801 [  8497] By: nick                                  on 2001/01/21  12:56:27
50802         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
50803      Branch: perlio
50804            ! ext/Encode/Encode.xs
50805 ____________________________________________________________________________
50806 [  8496] By: nick                                  on 2001/01/21  12:18:45
50807         Log: Fixup after integrate:
50808              missed the .sym files that are changed by regen_headers
50809              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
50810      Branch: perlio
50811            ! global.sym pp.sym sv.c
50812 ____________________________________________________________________________
50813 [  8495] By: nick                                  on 2001/01/21  11:51:07
50814         Log: Integrate mainline.
50815      Branch: perlio
50816           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
50817           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
50818           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
50819           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
50820           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
50821           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
50822           !> win32/Makefile win32/makefile.mk
50823 ____________________________________________________________________________
50824 [  8494] By: jhi                                   on 2001/01/20  23:12:11
50825         Log: Forgot the expect_number() prototype.
50826      Branch: perl
50827            ! embed.h embed.pl proto.h
50828 ____________________________________________________________________________
50829 [  8493] By: jhi                                   on 2001/01/20  22:56:39
50830         Log: Subject: [PATCH: perl@8482] README.vms URL updates
50831              From: Peter Prymmer <pvhp@forte.com>
50832              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
50833              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
50834              
50835              Plus Craig A. Berry's suggestion to use compaq.com instead
50836              of digital.com.
50837      Branch: perl
50838            ! README.vms
50839 ____________________________________________________________________________
50840 [  8492] By: jhi                                   on 2001/01/20  22:50:05
50841         Log: Memory management calls documentation.
50842      Branch: perl
50843            ! pod/perlguts.pod
50844 ____________________________________________________________________________
50845 [  8491] By: jhi                                   on 2001/01/20  22:38:33
50846         Log: Signedness nit plus few memcpy/Copy nits.
50847      Branch: perl
50848            ! sv.c
50849 ____________________________________________________________________________
50850 [  8490] By: jhi                                   on 2001/01/20  22:25:53
50851         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
50852              From: Peter Prymmer <pvhp@forte.com>
50853              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
50854              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
50855      Branch: perl
50856            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
50857 ____________________________________________________________________________
50858 [  8489] By: jhi                                   on 2001/01/20  22:24:41
50859         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
50860              From: Peter Prymmer <pvhp@forte.com>
50861              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
50862              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
50863      Branch: perl
50864            ! win32/Makefile win32/makefile.mk
50865 ____________________________________________________________________________
50866 [  8488] By: jhi                                   on 2001/01/20  22:22:27
50867         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
50868              From: Peter Prymmer <pvhp@forte.com>
50869              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
50870              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
50871      Branch: perl
50872            ! Makefile.SH
50873 ____________________________________________________________________________
50874 [  8487] By: jhi                                   on 2001/01/20  22:21:18
50875         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
50876              From: Peter Prymmer <pvhp@forte.com>
50877              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
50878              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
50879      Branch: perl
50880            + ext/DynaLoader/dl_dllload.xs
50881            ! MANIFEST Makefile.SH hints/os390.sh
50882 ____________________________________________________________________________
50883 [  8486] By: jhi                                   on 2001/01/20  22:17:53
50884         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
50885              From: Peter Prymmer <pvhp@forte.com>
50886              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
50887              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
50888      Branch: perl
50889            ! README.os390 README.posix-bc
50890 ____________________________________________________________________________
50891 [  8485] By: jhi                                   on 2001/01/20  20:15:30
50892         Log: Document and test the new qu operator.
50893      Branch: perl
50894            + t/op/qu.t
50895            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
50896            ! pod/perlretut.pod pod/perlunicode.pod
50897 ____________________________________________________________________________
50898 [  8484] By: nick                                  on 2001/01/20  19:42:30
50899         Log: Infrastructure to allow:
50900              open($fh,"|-",@array);
50901              to be implemented
50902              i.e. mark pp_open as needing a stack mark, and make pp_open
50903              process its args in that style (and pass them _all_ to tied handles OPEN).
50904              Invent do_openn() which takes SV ** at allow it to see multiple args.
50905              Note this does not _do_ anything yet.
50906      Branch: perlio
50907            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
50908            ! perlapi.c pp_proto.h pp_sys.c proto.h
50909 ____________________________________________________________________________
50910 [  8483] By: nick                                  on 2001/01/20  17:23:14
50911         Log: Integrate mainline.
50912      Branch: perlio
50913           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
50914           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
50915 ____________________________________________________________________________
50916 [  8482] By: jhi                                   on 2001/01/19  15:37:49
50917         Log: Update Changes.
50918      Branch: perl
50919            ! Changes patchlevel.h
50920 ____________________________________________________________________________
50921 [  8481] By: jhi                                   on 2001/01/19  14:41:24
50922         Log: Subject: Re: new feature: s?printf parameter reordering 
50923              From: Hugo <hv@crypt.compulink.co.uk>
50924              Date: Thu, 11 Jan 2001 17:09:03 +0000
50925              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
50926              
50927              - support reordering for all parameters: %, *v, *, .*
50928              - lay down that the reordering specification must immediately
50929              follow that parameter: %3$, *v3$, *3$, .*3$
50930              - fix vectorisation of a zero-length string
50931              - factor out the code choosing the argument to format
50932              
50933              Possibly unwanted side-effects:
50934              - the special format specifiers ' +-0' must now precede any
50935              vectorisation specifier. Tests in op/sprintf and op/ver
50936              have been changed to reflect this.
50937              - sprintf.t test #214 changed its expectations because in many
50938              cases, the next parameter has already been consumed when an
50939              invalid type letter is detected.
50940              
50941              Probably wanted side-effects:
50942              - attempts to format a non-existent parameter will warn as if C<undef>
50943              - attempt to write to non-existent parameter with '%n' will complain
50944              of "attempt to modify read-only value" instead of being silent
50945      Branch: perl
50946            ! sv.c t/op/sprintf.t t/op/ver.t
50947 ____________________________________________________________________________
50948 [  8480] By: jhi                                   on 2001/01/19  14:08:37
50949         Log: Subject: PATCH pragma/locale.t
50950              From: andreas.koenig@anima.de (Andreas J. Koenig)
50951              Date: 18 Jan 2001 09:45:37 +0100
50952              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
50953      Branch: perl
50954            ! t/pragma/locale.t
50955 ____________________________________________________________________________
50956 [  8479] By: jhi                                   on 2001/01/19  13:19:58
50957         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
50958      Branch: perl
50959            ! configure.com
50960 ____________________________________________________________________________
50961 [  8478] By: jhi                                   on 2001/01/19  02:12:35
50962         Log: Automate 1_compile.t.
50963      Branch: perl
50964            ! t/lib/1_compile.t
50965 ____________________________________________________________________________
50966 [  8477] By: jhi                                   on 2001/01/19  01:49:56
50967         Log: Integrate perlio.
50968      Branch: perl
50969           !> sv.c win32/config.bc win32/config.gc win32/config.vc
50970           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50971 ____________________________________________________________________________
50972 [  8476] By: nick                                  on 2001/01/18  21:51:52
50973         Log: Integrate mainline
50974      Branch: perlio
50975           +> t/lib/1_compile.t t/lib/compmod.pl
50976           !> MANIFEST configure.com lib/unicode/distinct.pm
50977 ____________________________________________________________________________
50978 [  8475] By: nick                                  on 2001/01/18  21:48:02
50979         Log: Win32 "safe signals" co-existance fix.
50980              Fix SIG_SIZE value.
50981              Clear PL_sig_pending when cloning (fork).
50982      Branch: perlio
50983            ! sv.c win32/config.bc win32/config.gc win32/config.vc
50984            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50985 ____________________________________________________________________________
50986 [  8474] By: jhi                                   on 2001/01/18  14:40:57
50987         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
50988      Branch: perl
50989            ! t/lib/1_compile.t
50990 ____________________________________________________________________________
50991 [  8473] By: gsar                                  on 2001/01/18  11:42:31
50992         Log: unsubmitted trial1 change
50993      Branch: maint-5.6/perl
50994            ! Changes
50995 ____________________________________________________________________________
50996 [  8472] By: jhi                                   on 2001/01/18  04:30:24
50997         Log: The first bug found by 1_compile.t.
50998      Branch: perl
50999            ! lib/unicode/distinct.pm
51000 ____________________________________________________________________________
51001 [  8471] By: jhi                                   on 2001/01/18  04:29:42
51002         Log: Add Schwern's 1_compile test.  The compile_module script renamed
51003              to be a bit shorter for the 8.3 people.
51004      Branch: perl
51005            + t/lib/1_compile.t t/lib/compmod.pl
51006            ! MANIFEST
51007 ____________________________________________________________________________
51008 [  8470] By: jhi                                   on 2001/01/18  04:16:00
51009         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)
51010              From: Peter Prymmer <pvhp@forte.com>
51011              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
51012              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
51013              Replace #8463.
51014      Branch: maint-5.6/perl
51015            ! configure.com
51016 ____________________________________________________________________________
51017 [  8469] By: jhi                                   on 2001/01/18  04:13:02
51018         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)
51019              From: Peter Prymmer <pvhp@forte.com>
51020              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
51021              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
51022              Replace #8462.
51023      Branch: perl
51024            ! configure.com
51025 ____________________________________________________________________________
51026 [  8468] By: jhi                                   on 2001/01/18  03:42:08
51027         Log: Integrate perlio.
51028      Branch: perl
51029           !> gv.c mg.c perlio.c util.c
51030 ____________________________________________________________________________
51031 [  8467] By: nick                                  on 2001/01/17  22:41:10
51032         Log: "Safe" signals - trial implementation.
51033              gv.c tweaked to zero PL_sig_pend array
51034              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
51035              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
51036              Odd thing is that it "works" with PERLIO=stdio as well (linux).
51037      Branch: perlio
51038            ! gv.c mg.c perlio.c util.c
51039 ____________________________________________________________________________
51040 [  8466] By: nick                                  on 2001/01/17  20:40:20
51041         Log: Integrate mainline.
51042      Branch: perlio
51043           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51044           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
51045           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
51046           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51047           !> vos/config.ga.h win32/config.bc win32/config.gc
51048           !> win32/config.vc
51049 ____________________________________________________________________________
51050 [  8465] By: jhi                                   on 2001/01/17  18:37:13
51051         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
51052              From: Nicholas Clark <nick@ccl4.org>
51053              Date: Wed, 17 Jan 2001 17:31:33 +0000
51054              Message-ID: <20010117173133.I2633@plum.flirble.org>
51055      Branch: perl
51056            ! t/op/int.t
51057 ____________________________________________________________________________
51058 [  8464] By: jhi                                   on 2001/01/17  14:43:17
51059         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
51060              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51061              Date: Wed, 17 Jan 2001 15:16:43 +0100
51062              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
51063              
51064              pp_int() was dropping an NV to the floor,
51065              int(279964589018079/59) either returned not an integer
51066              4745162525730.15, or one got "Attempt to free unreferenced scalar."
51067      Branch: perl
51068            ! pp.c
51069 ____________________________________________________________________________
51070 [  8463] By: jhi                                   on 2001/01/17  06:12:42
51071         Log: (Replaced by #8470)
51072              
51073              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)
51074              From: "Craig A. Berry" <craigberry@mac.com>
51075              Date: Tue, 16 Jan 2001 23:38:46 -0600
51076              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
51077      Branch: maint-5.6/perl
51078            ! configure.com
51079 ____________________________________________________________________________
51080 [  8462] By: jhi                                   on 2001/01/17  06:11:31
51081         Log: (Replaced by #8469)
51082              
51083              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)
51084              From: "Craig A. Berry" <craigberry@mac.com>
51085              Date: Tue, 16 Jan 2001 23:38:46 -0600
51086              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
51087      Branch: perl
51088            ! configure.com
51089 ____________________________________________________________________________
51090 [  8461] By: jhi                                   on 2001/01/17  05:56:12
51091         Log: Allow for one trailing slash in the directory of mkdir().
51092      Branch: perl
51093            ! pp_sys.c
51094 ____________________________________________________________________________
51095 [  8460] By: jhi                                   on 2001/01/17  03:26:01
51096         Log: Metaconfig unit changes for #8459.
51097      Branch: metaconfig
51098            ! U/modified/Loc.U U/modified/sig_name.U
51099 ____________________________________________________________________________
51100 [  8459] By: jhi                                   on 2001/01/17  03:24:48
51101         Log: Define SIG_SIZE, the number of elements in the sig_name and
51102              sig_num arrays, including the final NULL entry.
51103      Branch: perl
51104            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51105            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
51106            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
51107            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51108            ! win32/config.bc win32/config.gc win32/config.vc
51109 ____________________________________________________________________________
51110 [  8458] By: jhi                                   on 2001/01/17  01:41:33
51111         Log: Integrate perlio.
51112      Branch: perl
51113           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
51114           !> perlapi.h proto.h sv.c
51115 ____________________________________________________________________________
51116 [  8457] By: nick                                  on 2001/01/16  22:07:26
51117         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
51118              Provides all the "cost" but no benefit yet - it is to allow cost
51119              to be measured, and implementation experiments (just in mg.c?).
51120      Branch: perlio
51121            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
51122            ! perlapi.h proto.h sv.c
51123 ____________________________________________________________________________
51124 [  8456] By: nick                                  on 2001/01/16  21:07:07
51125         Log: Integrate mainline.
51126      Branch: perlio
51127           !> (integrate 51 files)
51128 ____________________________________________________________________________
51129 [  8455] By: jhi                                   on 2001/01/16  18:13:43
51130         Log: Subject: [PATCH] regcomp.c old feature removal
51131              From: mjd@plover.com
51132              Date: 16 Jan 2001 14:43:18 -0000 
51133              Message-ID: <20010116144318.7140.qmail@plover.com> 
51134      Branch: perl
51135            ! regcomp.c
51136 ____________________________________________________________________________
51137 [  8454] By: jhi                                   on 2001/01/16  16:12:39
51138         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
51139              From: "Indy Singh" <indy@nusphere.com>
51140              Date: Wed, 10 Jan 2001 20:17:49 -0500
51141              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
51142      Branch: maint-5.6/perl
51143            ! win32/Makefile
51144 ____________________________________________________________________________
51145 [  8453] By: jhi                                   on 2001/01/16  16:09:33
51146         Log: Update Changes.
51147      Branch: perl
51148            ! Changes patchlevel.h
51149 ____________________________________________________________________________
51150 [  8452] By: jhi                                   on 2001/01/16  15:42:04
51151         Log: Subject: Re: API Cleanup
51152              To: perl5-porters@perl.org
51153              Date: Tue, 16 Jan 2001 13:42:30 +0000
51154              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
51155              
51156              Subject: [PATCH] utf8.c documentation
51157              From: Simon Cozens <simon@cozens.net>
51158              Date: Tue, 16 Jan 2001 13:52:48 +0000
51159              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
51160              
51161              Subject: Re: API Cleanup
51162              From: Simon Cozens <simon@cozens.net>
51163              Date: Tue, 16 Jan 2001 14:58:55 +0000
51164              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
51165              
51166              UTF-8 doc patches.
51167      Branch: perl
51168            ! embed.pl pod/perlapi.pod utf8.c
51169 ____________________________________________________________________________
51170 [  8451] By: jhi                                   on 2001/01/16  14:41:39
51171         Log: podlators 1.07, from Russ Allbery.
51172      Branch: perl
51173            ! lib/Pod/Man.pm
51174 ____________________________________________________________________________
51175 [  8450] By: jhi                                   on 2001/01/16  14:24:19
51176         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
51177              From: "Indy Singh" <indy@nusphere.com>
51178              Date: Mon, 15 Jan 2001 20:59:40 -0500
51179              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
51180      Branch: perl
51181            ! win32/Makefile
51182 ____________________________________________________________________________
51183 [  8449] By: jhi                                   on 2001/01/16  03:42:55
51184         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
51185              at the setting of the ofs_sv in new_struct_thread() as the
51186              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
51187              uninitialized fields are, uh, initialized with),
51188              SvREFCNT_inc()ing that invited a core dump.
51189      Branch: perl
51190            ! util.c
51191 ____________________________________________________________________________
51192 [  8448] By: jhi                                   on 2001/01/16  01:49:07
51193         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
51194              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51195              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
51196              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
51197              
51198              Replace #8444 and #8445.
51199      Branch: perl
51200            ! ext/B/B.xs ext/B/B/Debug.pm
51201 ____________________________________________________________________________
51202 [  8447] By: jhi                                   on 2001/01/15  21:05:35
51203         Log: Subject: [PATCH] API Variable documentation   
51204              From: Simon Cozens <simon@cozens.net>
51205              Date: Mon, 15 Jan 2001 19:35:54 +0000
51206              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
51207      Branch: perl
51208            ! pod/perlapi.pod thrdvar.h
51209 ____________________________________________________________________________
51210 [  8446] By: jhi                                   on 2001/01/15  20:49:20
51211         Log: Signedness nit.
51212      Branch: perl
51213            ! pp_ctl.c
51214 ____________________________________________________________________________
51215 [  8445] By: jhi                                   on 2001/01/15  20:28:48
51216         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
51217      Branch: perl
51218            ! ext/B/B/Debug.pm
51219 ____________________________________________________________________________
51220 [  8444] By: jhi                                   on 2001/01/15  13:09:10
51221         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
51222      Branch: perl
51223            ! ext/B/B.xs
51224 ____________________________________________________________________________
51225 [  8443] By: jhi                                   on 2001/01/15  13:06:26
51226         Log: Missing from #8439.
51227      Branch: perl
51228            ! keywords.h mg.c
51229 ____________________________________________________________________________
51230 [  8442] By: jhi                                   on 2001/01/15  13:02:38
51231         Log: Subject: [PATCH @8436] Eliminate op_children
51232              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51233              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
51234              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
51235              
51236              Subject: [PATCH @8436] Re: Eliminate op_children
51237              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51238              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
51239              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
51240      Branch: perl
51241            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
51242            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
51243            ! op.c op.h
51244 ____________________________________________________________________________
51245 [  8441] By: jhi                                   on 2001/01/15  12:57:08
51246         Log: Use the /^Perl_/-less form of is_lvalue_sub().
51247      Branch: perl
51248            ! pp.h
51249 ____________________________________________________________________________
51250 [  8440] By: jhi                                   on 2001/01/15  05:13:09
51251         Log: Revert #8437 and #8438, the Linux large files story is more complex.
51252      Branch: metaconfig/U/perl
51253            ! d_fpos64_t.U d_off64_t.U
51254      Branch: perl
51255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51256            ! config_h.SH configure.com epoc/config.sh perl.h
51257            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
51258            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51259            ! win32/config.bc win32/config.gc win32/config.vc
51260 ____________________________________________________________________________
51261 [  8439] By: jhi                                   on 2001/01/15  05:02:24
51262         Log: More UTF-8 patches from Inaba Hiroto.
51263              - The substr lval was still not okay.
51264              - Now pp_stringify and sv_setsv copies source's UTF8 flag
51265              even if IN_BYTE.  pp_stringify is called from fold_constants
51266              at optimization phase and "\x{100}" was made SvUTF8_off under
51267              use bytes (the bytes pragma is for "byte semantics" and not
51268              for "do not produce UTF8 data")
51269              - New `qu' operator to generate UTF8 string explicitly.
51270              Though I agree with the policy "0x00-0xff always produce bytes",
51271              sometimes want to such a string to be coded in UTF8.
51272              I can use pack"U0a*" but it requires more typing and has
51273              runtime overhead.
51274              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
51275              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
51276              string is not UTF8_on and has char 0x80-0xff.
51277              
51278              TODO: document and test qu.
51279      Branch: perl
51280            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
51281            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
51282            ! toke.c
51283 ____________________________________________________________________________
51284 [  8438] By: jhi                                   on 2001/01/14  05:10:23
51285         Log: (Reverted by #8440)
51286              
51287              Metaconfig unit changes for #8437.
51288      Branch: metaconfig/U/perl
51289            ! d_fpos64_t.U d_off64_t.U
51290 ____________________________________________________________________________
51291 [  8437] By: jhi                                   on 2001/01/14  04:55:34
51292         Log: (Reverted by #8440)
51293              
51294              Add <features.h> probing, seems to be needed for (some?)
51295              Linux largefileness.
51296      Branch: perl
51297            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51298            ! config_h.SH configure.com epoc/config.sh perl.h
51299            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
51300            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51301            ! win32/config.bc win32/config.gc win32/config.vc
51302 ____________________________________________________________________________
51303 [  8436] By: jhi                                   on 2001/01/13  17:47:21
51304         Log: Tighten some of the tests a bit.
51305      Branch: perl
51306            ! t/pragma/utf8.t
51307 ____________________________________________________________________________
51308 [  8435] By: jhi                                   on 2001/01/13  17:31:54
51309         Log: Integrate perlio.
51310      Branch: perl
51311           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
51312           !> win32/config_H.gc win32/config_H.vc
51313 ____________________________________________________________________________
51314 [  8434] By: nick                                  on 2001/01/13  11:36:53
51315         Log: Run dmake regen_config_h for Win32
51316      Branch: perlio
51317            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51318 ____________________________________________________________________________
51319 [  8433] By: nick                                  on 2001/01/13  11:31:55
51320         Log: VMS friendly patch to Encode compile process
51321      Branch: perlio
51322            ! ext/Encode/Makefile.PL ext/Encode/compile
51323 ____________________________________________________________________________
51324 [  8432] By: nick                                  on 2001/01/13  11:06:44
51325         Log: Integrate mainline
51326      Branch: perlio
51327           +> ext/B/B/Concise.pm
51328           !> (integrate 52 files)
51329 ____________________________________________________________________________
51330 [  8431] By: jhi                                   on 2001/01/13  05:55:55
51331         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
51332              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51333              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
51334              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
51335      Branch: perl
51336            ! ext/B/B/Concise.pm
51337 ____________________________________________________________________________
51338 [  8430] By: jhi                                   on 2001/01/13  04:24:18
51339         Log: The LVRET macro needed an aTHX.
51340      Branch: perl
51341            ! pp.h
51342 ____________________________________________________________________________
51343 [  8429] By: jhi                                   on 2001/01/13  02:12:42
51344         Log: Update Changes.
51345      Branch: perl
51346            ! Changes patchlevel.h
51347 ____________________________________________________________________________
51348 [  8428] By: jhi                                   on 2001/01/13  02:08:50
51349         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
51350              From: Peter Prymmer <pvhp@forte.com>
51351              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
51352              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
51353              
51354              Add a BEGIN guard for sloppy floating point division.
51355      Branch: perl
51356            ! lib/Math/BigInt.pm lib/bigint.pl
51357 ____________________________________________________________________________
51358 [  8427] By: jhi                                   on 2001/01/13  01:47:16
51359         Log: The B::Terse drop-in replacement wasn't quite drop-in.
51360      Branch: perl
51361            ! ext/B/B/Terse.pm
51362 ____________________________________________________________________________
51363 [  8426] By: jhi                                   on 2001/01/12  21:20:43
51364         Log: Use UVXf.
51365      Branch: perl
51366            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51367            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
51368            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51369            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51370            ! win32/config.gc win32/config.vc
51371 ____________________________________________________________________________
51372 [  8425] By: jhi                                   on 2001/01/12  20:20:14
51373         Log: Subject: [PATCH perl@8342] -Wformat
51374              From: Robin Barker <rmb1@cise.npl.co.uk>
51375              Date: Fri, 12 Jan 2001 20:03:14 GMT
51376              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
51377      Branch: perl
51378            ! ext/Encode/Encode.xs mg.c sv.c toke.c
51379 ____________________________________________________________________________
51380 [  8424] By: jhi                                   on 2001/01/12  20:01:48
51381         Log: Subject: B::Concise -- an improved replacement for B::Terse 
51382              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51383              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
51384              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
51385      Branch: perl
51386            + ext/B/B/Concise.pm
51387            ! MANIFEST ext/B/B/Terse.pm
51388 ____________________________________________________________________________
51389 [  8423] By: jhi                                   on 2001/01/12  19:24:02
51390         Log: The new metaconfig unit from the #8421.
51391      Branch: metaconfig/U/perl
51392            + d_sigprocmask.U
51393 ____________________________________________________________________________
51394 [  8422] By: jhi                                   on 2001/01/12  19:23:43
51395         Log: Forgot the microperl config from the #8421.
51396      Branch: perl
51397            ! uconfig.h uconfig.sh
51398 ____________________________________________________________________________
51399 [  8421] By: jhi                                   on 2001/01/12  19:05:27
51400         Log: Add sigprocmask() probe, regen Configure, regen toc.
51401      Branch: perl
51402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51403            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
51404            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51405            ! vos/config.ga.h win32/config.bc win32/config.gc
51406            ! win32/config.vc
51407 ____________________________________________________________________________
51408 [  8420] By: jhi                                   on 2001/01/12  18:34:31
51409         Log: Add sockatmark() to the todo list.
51410      Branch: perl
51411            ! Todo-5.6
51412 ____________________________________________________________________________
51413 [  8419] By: jhi                                   on 2001/01/12  18:09:46
51414         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
51415      Branch: perl
51416            ! op.c
51417 ____________________________________________________________________________
51418 [  8418] By: jhi                                   on 2001/01/12  18:05:30
51419         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
51420              From: Radu Greab <radu@netsoft.ro>
51421              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
51422              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
51423      Branch: perl
51424            ! op.c t/pragma/sub_lval.t
51425 ____________________________________________________________________________
51426 [  8417] By: jhi                                   on 2001/01/12  16:09:09
51427         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
51428              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
51429              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
51430              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
51431      Branch: perl
51432            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
51433            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
51434            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
51435            ! t/pragma/sub_lval.t toke.c
51436 ____________________________________________________________________________
51437 [  8416] By: jhi                                   on 2001/01/12  15:42:06
51438         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
51439              From: "Richard Soderberg" <rs@crystalflame.net>
51440              Date: Fri, 12 Jan 2001 04:49:35 -0800
51441              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
51442              
51443              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
51444              according to the platform.
51445      Branch: perl
51446            ! op.c
51447 ____________________________________________________________________________
51448 [  8415] By: jhi                                   on 2001/01/12  15:33:41
51449         Log: One more UTF-8 fix from Inaba Hiroto.
51450      Branch: perl
51451            ! pp.c regexec.c t/pragma/utf8.t
51452 ____________________________________________________________________________
51453 [  8414] By: jhi                                   on 2001/01/12  15:30:18
51454         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
51455      Branch: perl
51456            ! regexec.c
51457 ____________________________________________________________________________
51458 [  8413] By: jhi                                   on 2001/01/12  15:22:10
51459         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
51460              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51461              Date: Thu, 11 Jan 2001 12:53:36 +0100
51462              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
51463      Branch: perl
51464            ! toke.c
51465 ____________________________________________________________________________
51466 [  8412] By: jhi                                   on 2001/01/12  15:20:25
51467         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
51468              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51469              Date: Fri, 12 Jan 2001 14:37:55 +0100
51470              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
51471      Branch: perl
51472            ! hints/posix-bc.sh
51473 ____________________________________________________________________________
51474 [  8411] By: jhi                                   on 2001/01/12  15:14:14
51475         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
51476              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51477              Date: Fri, 12 Jan 2001 10:42:21 +0100
51478              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
51479      Branch: perl
51480            ! t/op/regmesg.t
51481 ____________________________________________________________________________
51482 [  8410] By: jhi                                   on 2001/01/12  05:48:55
51483         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
51484              From: Nicholas Clark <nick@ccl4.org> 
51485              Date: Sun, 7 Jan 2001 19:47:14 +0000
51486              Message-ID: <20010107194714.B1048@plum.flirble.org>
51487      Branch: perl
51488            ! t/op/numconvert.t
51489 ____________________________________________________________________________
51490 [  8409] By: jhi                                   on 2001/01/12  05:41:28
51491         Log: Integrate perlio.
51492      Branch: perl
51493           !> mg.c scope.h
51494 ____________________________________________________________________________
51495 [  8408] By: nick                                  on 2001/01/11  22:43:28
51496         Log: Remove variables that were used in experiments.
51497      Branch: perlio
51498            ! mg.c
51499 ____________________________________________________________________________
51500 [  8407] By: nick                                  on 2001/01/11  20:57:44
51501         Log: Catch die in %SIG handler and unblock the signal before re-dying.
51502              This make Linux work _without_ sigsetjmp().
51503              Turn off sigsetjmp() to see what else it does.
51504              May need Configure probe for sigprocmask() if anything has sigaction()
51505              but not sigprocmask().
51506      Branch: perlio
51507            ! mg.c scope.h
51508 ____________________________________________________________________________
51509 [  8406] By: nick                                  on 2001/01/11  19:32:07
51510         Log: Integrate mainline
51511      Branch: perlio
51512           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
51513           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
51514           !> t/op/substr.t
51515 ____________________________________________________________________________
51516 [  8405] By: jhi                                   on 2001/01/11  17:11:01
51517         Log: Fix UTF-8 lval substr().
51518      Branch: perl
51519            ! mg.c t/op/substr.t
51520 ____________________________________________________________________________
51521 [  8404] By: jhi                                   on 2001/01/11  05:13:58
51522         Log: Update Changes.
51523      Branch: perl
51524            ! Changes patchlevel.h
51525 ____________________________________________________________________________
51526 [  8403] By: jhi                                   on 2001/01/11  04:38:24
51527         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
51528              From: Hugo <hv@crypt.compulink.co.uk>
51529              Date: Mon, 30 Oct 2000 01:33:26 +0000
51530              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
51531      Branch: perl
51532            ! regexec.c t/op/re_tests
51533 ____________________________________________________________________________
51534 [  8402] By: jhi                                   on 2001/01/11  04:26:12
51535         Log: Integrate perlio.
51536      Branch: perl
51537           !> scope.h util.c
51538 ____________________________________________________________________________
51539 [  8401] By: nick                                  on 2001/01/10  22:52:55
51540         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
51541              (So Alan and Ilya can try setting via hints.)
51542              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
51543              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
51544              doing the save everywhere seems to restart read() correctly, but just
51545              doing it once "round" the handler does not.
51546      Branch: perlio
51547            ! scope.h
51548 ____________________________________________________________________________
51549 [  8400] By: jhi                                   on 2001/01/10  21:57:54
51550         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
51551              of IRIX, HP-UX is unaffected.
51552      Branch: perl
51553            ! perl.h
51554 ____________________________________________________________________________
51555 [  8399] By: nick                                  on 2001/01/10  21:29:19
51556         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
51557      Branch: perlio
51558            ! util.c
51559 ____________________________________________________________________________
51560 [  8398] By: jhi                                   on 2001/01/10  20:55:31
51561         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
51562              also have ReusePort.
51563      Branch: perl
51564            ! ext/IO/lib/IO/Socket/INET.pm
51565 ____________________________________________________________________________
51566 [  8397] By: jhi                                   on 2001/01/10  20:50:57
51567         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
51568              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
51569              Date: Wed, 10 Jan 2001 01:38:13 -0800
51570              Message-ID: <20010110013813.B41744@yahoo-inc.com>
51571      Branch: perl
51572            ! ext/IO/lib/IO/Socket/INET.pm
51573 ____________________________________________________________________________
51574 [  8396] By: jhi                                   on 2001/01/10  20:49:30
51575         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
51576              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
51577              Date: Wed, 10 Jan 2001 01:37:32 -0800
51578              Message-ID: <20010110013732.A41744@yahoo-inc.com>
51579      Branch: perl
51580            ! ext/Socket/Socket.pm
51581 ____________________________________________________________________________
51582 [  8395] By: jhi                                   on 2001/01/10  20:41:37
51583         Log: Test for bug id 20010105.016 (fixed by #8378).
51584      Branch: perl
51585            ! t/op/split.t
51586 ____________________________________________________________________________
51587 [  8394] By: jhi                                   on 2001/01/10  20:26:32
51588         Log: Integrate perlio.
51589      Branch: perl
51590            ! util.c
51591 ____________________________________________________________________________
51592 [  8393] By: nick                                  on 2001/01/10  19:34:30
51593         Log: Back out Simon's pid hackery for now.
51594      Branch: perlio
51595            ! util.c
51596 ____________________________________________________________________________
51597 [  8392] By: nick                                  on 2001/01/10  19:23:13
51598         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
51599      Branch: perlio
51600           !> (integrate 29 files)
51601 ____________________________________________________________________________
51602 [  8391] By: jhi                                   on 2001/01/10  18:43:15
51603         Log: Subject: [PATCH] Fix my_pclose segfault
51604              From: Simon Cozens <simon@cozens.net>
51605              Date: Wed, 10 Jan 2001 18:39:35 +0000
51606              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
51607      Branch: perl
51608            ! util.c
51609 ____________________________________________________________________________
51610 [  8390] By: jhi                                   on 2001/01/10  18:42:08
51611         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
51612              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51613              Date:     Wed, 10 Jan 2001 13:23:02 EST
51614              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
51615      Branch: perl
51616            ! ext/Opcode/Opcode.xs
51617 ____________________________________________________________________________
51618 [  8389] By: jhi                                   on 2001/01/10  15:16:07
51619         Log: Turn off the integer preservation for now.
51620      Branch: perl
51621            ! perl.h
51622 ____________________________________________________________________________
51623 [  8388] By: jhi                                   on 2001/01/10  15:01:25
51624         Log: Few more IDE/editor nits from p5p.
51625      Branch: perl
51626            ! pod/perlfaq3.pod
51627 ____________________________________________________________________________
51628 [  8387] By: jhi                                   on 2001/01/10  06:53:16
51629         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
51630              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
51631              Date: Tue, 9 Jan 2001 23:16:02 +0000
51632              Message-ID: <20010109231602.A81101@plum.flirble.org>
51633      Branch: perl
51634            ! sv.c
51635 ____________________________________________________________________________
51636 [  8386] By: jhi                                   on 2001/01/10  03:17:54
51637         Log: Test cases for #8385 (from Simon's "torture.pl")
51638      Branch: perl
51639            ! t/op/tr.t
51640 ____________________________________________________________________________
51641 [  8385] By: jhi                                   on 2001/01/10  03:17:11
51642         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
51643              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
51644              Date: Wed, 10 Jan 2001 11:39:39 +0900
51645              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
51646              
51647              Some more UTF-8 tr cases fixed.
51648      Branch: perl
51649            ! doop.c
51650 ____________________________________________________________________________
51651 [  8384] By: jhi                                   on 2001/01/09  22:45:40
51652         Log: Allow the locale test needing POSIX and the taint test
51653              needing IPC::SysV to run under 'minitest' (basically,
51654              bail out if loading the extension fails)
51655      Branch: perl
51656            ! t/op/misc.t t/op/taint.t
51657 ____________________________________________________________________________
51658 [  8383] By: jhi                                   on 2001/01/09  21:36:04
51659         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
51660              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51661              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
51662              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
51663      Branch: perl
51664            ! t/io/openpid.t
51665 ____________________________________________________________________________
51666 [  8382] By: jhi                                   on 2001/01/09  21:06:08
51667         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
51668              Should finish up the bug id 20001205.022.
51669      Branch: perl
51670            ! pp.c pp_hot.c scope.c
51671 ____________________________________________________________________________
51672 [  8381] By: jhi                                   on 2001/01/09  18:27:43
51673         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
51674              From: Andy Dougherty <doughera@lafayette.edu>
51675              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
51676              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
51677              
51678              More robust yacc/bison error detection.
51679      Branch: perl
51680            ! t/comp/proto.t
51681 ____________________________________________________________________________
51682 [  8380] By: jhi                                   on 2001/01/09  15:21:38
51683         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
51684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51685              Date:     Tue, 9 Jan 2001 07:53:55 EST
51686              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
51687      Branch: perl
51688            ! t/op/misc.t vms/test.com
51689 ____________________________________________________________________________
51690 [  8379] By: jhi                                   on 2001/01/09  15:20:38
51691         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
51692              From: jhi@cc.hut.fi
51693              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
51694              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
51695              
51696              The #8378 fixed this.
51697      Branch: perl
51698            ! t/op/tr.t
51699 ____________________________________________________________________________
51700 [  8378] By: jhi                                   on 2001/01/09  15:05:32
51701         Log: Subject: One more patch for UTF8 
51702              From: Inaba Hiroto <inaba@st.rim.or.jp>
51703              Date: Tue, 09 Jan 2001 01:04:32 +0900
51704              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
51705              
51706              UTF-8 fixes for 'x' and tr///.
51707      Branch: perl
51708            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
51709            ! regcomp.c regexec.c toke.c utf8.c
51710 ____________________________________________________________________________
51711 [  8377] By: jhi                                   on 2001/01/09  14:32:17
51712         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
51713      Branch: perl
51714            ! t/op/length.t
51715 ____________________________________________________________________________
51716 [  8376] By: jhi                                   on 2001/01/09  04:32:32
51717         Log: integrate changes #7775, #8316, #8316 from mainline
51718      Branch: maint-5.6/perl
51719            ! hints/solaris_2.sh
51720 ____________________________________________________________________________
51721 [  8375] By: jhi                                   on 2001/01/09  04:26:43
51722         Log: Update Changes.
51723      Branch: perl
51724            ! Changes patchlevel.h
51725 ____________________________________________________________________________
51726 [  8374] By: jhi                                   on 2001/01/09  04:14:32
51727         Log: IDE/editor section tweaking.
51728      Branch: perl
51729            ! pod/perlfaq3.pod
51730 ____________________________________________________________________________
51731 [  8373] By: jhi                                   on 2001/01/09  02:38:26
51732         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
51733              From: Peter Prymmer <pvhp@forte.com>
51734              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
51735              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
51736              
51737              In preparation os OS/390 dynamic loading.
51738      Branch: perl
51739            ! README.os390 hints/os390.sh
51740 ____________________________________________________________________________
51741 [  8372] By: jhi                                   on 2001/01/09  00:24:30
51742         Log: Integrate with perlio.
51743      Branch: perl
51744           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
51745 ____________________________________________________________________________
51746 [  8371] By: nick                                  on 2001/01/08  23:54:33
51747         Log: Fix "scalars leaked" bugs caused by overload magic
51748              (Highlighted by Ilya's DESTROY optimization.)
51749      Branch: perlio
51750            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
51751 ____________________________________________________________________________
51752 [  8370] By: nick                                  on 2001/01/08  20:19:41
51753         Log: Integrate mainline
51754      Branch: perlio
51755           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
51756           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
51757           !> t/op/64bitint.t
51758 ____________________________________________________________________________
51759 [  8369] By: jhi                                   on 2001/01/08  17:30:52
51760         Log: save_delete() Safefree() doesn't (anymore?) work with shared
51761              strings, one test failure in op/misc and almost all of lib/b.
51762              (Outcomments #8369.)
51763      Branch: perl
51764            ! scope.c
51765 ____________________________________________________________________________
51766 [  8368] By: jhi                                   on 2001/01/08  14:47:10
51767         Log: (Outcommented by #8369.)
51768              
51769              Subject: Re: Perl BugID 20001205.022 ---- save_delete
51770              From: Simon Cozens <simon@cozens.net>
51771              Date: Sat, 6 Jan 2001 11:48:40 +0000
51772              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
51773              
51774              The save_delete() does need the Safefree.
51775      Branch: perl
51776            ! scope.c
51777 ____________________________________________________________________________
51778 [  8367] By: bailey                                on 2001/01/08  08:53:52
51779         Log: Once again syncing after too long an absence
51780      Branch: vmsperl
51781           +> (branch 55 files)
51782            - MAINTAIN fix_pl vos/config.def vos/config.h
51783            - vos/config_h.SH_orig
51784           !> (integrate 498 files)
51785 ____________________________________________________________________________
51786 [  8366] By: jhi                                   on 2001/01/08  02:42:59
51787         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
51788              From: nick@ccl4.org
51789              Date: Sun, 7 Jan 2001 21:07:18 +0000
51790              Message-Id: <20010107210717.D1048@plum.flirble.org>
51791      Branch: perl
51792            ! sv.c t/op/64bitint.t
51793 ____________________________________________________________________________
51794 [  8365] By: jhi                                   on 2001/01/08  02:35:16
51795         Log: Subject: [PATCH] environ nit
51796              From: Simon Cozens <simon@cozens.net>
51797              Date: Sun, 7 Jan 2001 17:57:07 +0000
51798              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
51799              
51800              Use environ only if we have it.
51801      Branch: perl
51802            ! mg.c
51803 ____________________________________________________________________________
51804 [  8364] By: jhi                                   on 2001/01/08  02:24:51
51805         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
51806      Branch: perl
51807            ! ext/GDBM_File/GDBM_File.xs
51808 ____________________________________________________________________________
51809 [  8363] By: jhi                                   on 2001/01/08  02:19:24
51810         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
51811              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51812              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
51813              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
51814      Branch: perl
51815            ! dump.c op.c
51816 ____________________________________________________________________________
51817 [  8362] By: jhi                                   on 2001/01/08  02:17:43
51818         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
51819              From: Doug MacEachern <dougm@covalent.net>
51820              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
51821              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
51822              
51823              Allow AUTOLOAD to be an xsub and allow such xsubs
51824              to avoid use of $AUTOLOAD.
51825      Branch: perl
51826            ! gv.c
51827 ____________________________________________________________________________
51828 [  8361] By: jhi                                   on 2001/01/08  02:16:07
51829         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
51830              From: Radu Greab <radu@netsoft.ro>
51831              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
51832              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
51833              
51834              No need for the potentially nonportable $SIG{CHLD}.
51835      Branch: perl
51836            ! t/io/pipe.t
51837 ____________________________________________________________________________
51838 [  8360] By: jhi                                   on 2001/01/08  01:58:23
51839         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
51840      Branch: perl
51841            ! lib/Getopt/Long.pm
51842 ____________________________________________________________________________
51843 [  8359] By: jhi                                   on 2001/01/08  01:55:44
51844         Log: Integrate perlio.
51845      Branch: perl
51846           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
51847           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
51848           !> utf8.c win32/Makefile
51849 ____________________________________________________________________________
51850 [  8358] By: jhi                                   on 2001/01/07  21:16:50
51851         Log: Update the EPOC cross SDK URL.
51852      Branch: perl
51853            ! README.epoc
51854 ____________________________________________________________________________
51855 [  8357] By: jhi                                   on 2001/01/07  21:16:09
51856         Log: Update the EPOC cross SDK URL.
51857      Branch: maint-5.6/perl
51858            ! README.epoc
51859 ____________________________________________________________________________
51860 [  8356] By: nick                                  on 2001/01/06  21:47:52
51861         Log: FILE * in XS code for PerlIO world:
51862              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
51863              - Add FILE * T_STDIO typemap.
51864              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
51865      Branch: perlio
51866            ! lib/ExtUtils/typemap perlio.c perlio.h
51867 ____________________________________________________________________________
51868 [  8355] By: jhi                                   on 2001/01/06  20:27:15
51869         Log: integrate change #8336 from mainline
51870              
51871              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
51872      Branch: maint-5.6/perl
51873            ! hv.c
51874 ____________________________________________________________________________
51875 [  8354] By: jhi                                   on 2001/01/06  20:24:29
51876         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
51877              From: Robin Barker <rmb1@cise.npl.co.uk>
51878              Date: Fri, 22 Dec 2000 12:17:38 GMT
51879              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
51880              
51881              The patch reformats some long =item lines so they give
51882              correct output via pod2man | nroff -man
51883              
51884              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
51885              From: Robin Barker <rmb1@cise.npl.co.uk>
51886              Date: Tue, 2 Jan 2001 15:35:03 GMT
51887              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
51888              
51889              Here is a _further_ patch which corrects a few more errors:
51890              * an empty C<=item> in CPAN.pm
51891              * patching the wrong file (pod/perlamiga.pod not README.amiga)
51892              * leaving empty C<=item>s which formatted incorrectly
51893              * over long C<=item>s revealed by latest patch to Pod::Man
51894      Branch: maint-5.6/perl
51895            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
51896            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
51897            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
51898            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
51899            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
51900            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
51901 ____________________________________________________________________________
51902 [  8353] By: jhi                                   on 2001/01/06  20:21:10
51903         Log: integrate changes #7980, 8056, 8057 from mainline
51904              
51905              UTF-8 hash keys.
51906      Branch: maint-5.6/perl
51907            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
51908 ____________________________________________________________________________
51909 [  8352] By: jhi                                   on 2001/01/06  20:18:44
51910         Log: Forgotten from #8438.
51911      Branch: maint-5.6/perl
51912            ! epoc/epocish.h
51913 ____________________________________________________________________________
51914 [  8351] By: jhi                                   on 2001/01/06  20:18:12
51915         Log: Forgotten from #8347.
51916      Branch: maint-5.6/perl
51917            ! config_h.SH
51918 ____________________________________________________________________________
51919 [  8350] By: jhi                                   on 2001/01/06  20:00:19
51920         Log: Thinko in #8347.
51921      Branch: maint-5.6/perl
51922            ! regcomp.c
51923 ____________________________________________________________________________
51924 [  8349] By: jhi                                   on 2001/01/06  18:05:30
51925         Log: Copy the FAQ3 IDE section from the development branch,
51926              changes originally by Peter Prymmer.
51927      Branch: maint-5.6/perl
51928            ! pod/perlfaq3.pod
51929 ____________________________________________________________________________
51930 [  8348] By: jhi                                   on 2001/01/06  18:03:02
51931         Log: EPOC updates for TRIAL1.
51932              
51933              Subject: [5.6.1 trial1] EPOC update
51934              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51935              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
51936              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
51937              
51938              Subject: epoc patch2 for perl-5.6.1-trial1
51939              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51940              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
51941              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
51942      Branch: maint-5.6/perl
51943            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
51944            ! epoc/epocish.c
51945 ____________________________________________________________________________
51946 [  8347] By: jhi                                   on 2001/01/06  17:29:10
51947         Log: integrate changes #7710,7824,7973 from mainline,
51948              plus VMS nits from Peter Prymmer and Dan Sugalski.
51949              
51950              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
51951              library (getprotobyname and getprotobynumber are outversioned by
51952              the same calls in libc, at least for xlc version 3.
51953              
51954              Add HAS_SBRK_PROTO.
51955              
51956              Fixes for signedness warnings noticed by VMSperlers.
51957      Branch: maint-5.6/perl
51958            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51959            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
51960            ! sv.c vms/descrip_mms.template vos/config.alpha.def
51961            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51962            ! win32/config.bc win32/config.gc win32/config.vc
51963 ____________________________________________________________________________
51964 [  8346] By: nick                                  on 2001/01/06  14:36:01
51965         Log: Fixup accumulated integrate muddles (perlio == devperl again)
51966      Branch: perlio
51967            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
51968 ____________________________________________________________________________
51969 [  8345] By: nick                                  on 2001/01/06  14:24:58
51970         Log: Integrate mainline
51971      Branch: perlio
51972           !> (integrate 55 files)
51973 ____________________________________________________________________________
51974 [  8344] By: jhi                                   on 2001/01/06  02:24:02
51975         Log: Subject: [patch] PerlIO_cleanup() prototype
51976              From: Doug MacEachern <dougm@covalent.net>
51977              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
51978              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
51979      Branch: perl
51980            ! perlio.h
51981 ____________________________________________________________________________
51982 [  8343] By: jhi                                   on 2001/01/06  01:04:09
51983         Log: IRIX compiler noticed that the bof initialization might be
51984              bypassed by control flow.
51985      Branch: perl
51986            ! toke.c
51987 ____________________________________________________________________________
51988 [  8342] By: jhi                                   on 2001/01/06  00:10:48
51989         Log: Update Changes.
51990      Branch: perl
51991            ! Changes patchlevel.h
51992 ____________________________________________________________________________
51993 [  8341] By: jhi                                   on 2001/01/05  23:52:33
51994         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
51995      Branch: perl
51996            ! toke.c
51997 ____________________________________________________________________________
51998 [  8340] By: jhi                                   on 2001/01/05  22:44:08
51999         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
52000              From: Radu Greab <radu@netsoft.ro>
52001              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
52002              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
52003      Branch: perl
52004            ! t/io/pipe.t util.c
52005 ____________________________________________________________________________
52006 [  8339] By: jhi                                   on 2001/01/05  22:35:17
52007         Log: Subject: [PATCH] format and rewording in perlfaq.pod
52008              From: Robin Barker <rmb1@cise.npl.co.uk>
52009              Date: Fri, 5 Jan 2001 18:51:20 GMT
52010              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
52011      Branch: perl
52012            ! pod/perlfaq.pod
52013 ____________________________________________________________________________
52014 [  8338] By: jhi                                   on 2001/01/05  22:31:17
52015         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
52016              From: Peter Prymmer <pvhp@forte.com>
52017              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
52018              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
52019      Branch: perl
52020            ! utils/perlbug.PL
52021 ____________________________________________________________________________
52022 [  8337] By: jhi                                   on 2001/01/05  18:15:11
52023         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
52024              From: Robin Barker <rmb1@cise.npl.co.uk>
52025              Date: Tue, 2 Jan 2001 15:24:07 GMT
52026              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
52027              
52028              If you call configure as C<./Configure> or C<sh ./Configure>,
52029              $src is set to the absolute path name, not '.'.
52030              
52031              This, in turn, means -Dmksymlink tries to do its stuff because
52032              it does not think it is in the src directory.
52033              
52034              (plus a metaconfig nitfix)
52035      Branch: metaconfig
52036            ! U/compline/ccflags.U U/modified/src.U
52037      Branch: perl
52038            ! Configure config_h.SH
52039 ____________________________________________________________________________
52040 [  8336] By: jhi                                   on 2001/01/05  17:48:32
52041         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
52042              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52043              Message-ID: <3A5606C4.473D2226@uk.sun.com>
52044              Date: Fri, 05 Jan 2001 17:39:16 +0000
52045      Branch: perl
52046            ! hv.c
52047 ____________________________________________________________________________
52048 [  8335] By: jhi                                   on 2001/01/05  16:05:44
52049         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
52050      Branch: perl
52051            ! lib/Getopt/Long.pm
52052 ____________________________________________________________________________
52053 [  8334] By: jhi                                   on 2001/01/05  16:00:51
52054         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
52055              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52056              Date: Fri, 05 Jan 2001 13:46:51 +0100
52057              Message-ID: <13693.978698811@nice.ram.loc>
52058              
52059              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
52060              accurate reading of the "atime".  
52061      Branch: perl
52062            ! t/io/fs.t
52063 ____________________________________________________________________________
52064 [  8333] By: jhi                                   on 2001/01/05  15:57:37
52065         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
52066              From: Simon Cozens <simon@cozens.net>
52067              Date: Fri, 8 Dec 2000 13:33:31 +0000
52068              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
52069              
52070              A lost patch fragment.
52071      Branch: perl
52072            ! doop.c
52073 ____________________________________________________________________________
52074 [  8332] By: jhi                                   on 2001/01/05  15:40:42
52075         Log: Do away with strncpy() and a fixed length buffer.
52076      Branch: perl
52077            ! utf8.c
52078 ____________________________________________________________________________
52079 [  8331] By: jhi                                   on 2001/01/05  15:03:07
52080         Log: Tests for #8329 and #8330.
52081      Branch: perl
52082            ! t/op/bop.t
52083 ____________________________________________________________________________
52084 [  8330] By: jhi                                   on 2001/01/05  15:02:38
52085         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
52086              raw 8-bit form to the UTF-8 string.
52087      Branch: perl
52088            ! toke.c
52089 ____________________________________________________________________________
52090 [  8329] By: jhi                                   on 2001/01/05  14:55:13
52091         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
52092              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52093              Date: Fri, 5 Jan 2001 12:28:52 +0100
52094              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
52095              
52096              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
52097              no effect.  (changed the strncpy() to Copy())
52098      Branch: perl
52099            ! toke.c
52100 ____________________________________________________________________________
52101 [  8328] By: jhi                                   on 2001/01/05  06:44:27
52102         Log: UTF-8 cleanup.
52103      Branch: perl
52104            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
52105            ! regexec.c sv.c toke.c
52106 ____________________________________________________________________________
52107 [  8327] By: jhi                                   on 2001/01/05  01:11:29
52108         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')
52109              From: Radu Greab <radu@netsoft.ro>
52110              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
52111              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
52112              
52113              Cleans up Harness to not use FileHandle, which uses IO.
52114      Branch: perl
52115            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52116 ____________________________________________________________________________
52117 [  8326] By: jhi                                   on 2001/01/05  00:56:37
52118         Log: Update Changes.
52119      Branch: perl
52120            ! Changes patchlevel.h
52121 ____________________________________________________________________________
52122 [  8325] By: jhi                                   on 2001/01/05  00:53:18
52123         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
52124              From: Peter Prymmer <pvhp@forte.com>
52125              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
52126              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
52127              
52128              plus a couple more tailing whitespace removals.
52129      Branch: perl
52130            ! win32/Makefile
52131 ____________________________________________________________________________
52132 [  8324] By: jhi                                   on 2001/01/05  00:47:39
52133         Log: Add some Unicode chop() tests.
52134      Branch: perl
52135            ! t/op/chop.t
52136 ____________________________________________________________________________
52137 [  8323] By: jhi                                   on 2001/01/05  00:47:23
52138         Log: Unify UTF-8 malformedness handling.
52139      Branch: perl
52140            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
52141 ____________________________________________________________________________
52142 [  8322] By: jhi                                   on 2001/01/04  22:21:54
52143         Log: The new $issymlink was unknown to Mksymlinks.
52144      Branch: metaconfig/U/perl
52145            ! Mksymlinks.U issymlink.U
52146      Branch: perl
52147            ! Configure config_h.SH
52148 ____________________________________________________________________________
52149 [  8321] By: jhi                                   on 2001/01/04  21:51:05
52150         Log: The test didn't work under the core test framework.
52151      Branch: perl
52152            ! t/lib/st-lock.t
52153 ____________________________________________________________________________
52154 [  8320] By: jhi                                   on 2001/01/04  21:14:22
52155         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
52156      Branch: perl
52157            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
52158 ____________________________________________________________________________
52159 [  8319] By: jhi                                   on 2001/01/04  20:46:17
52160         Log: Typo in #8312 when manually applying a problematic patch fragment.
52161      Branch: perl
52162            ! ext/Storable/Storable.xs
52163 ____________________________________________________________________________
52164 [  8318] By: jhi                                   on 2001/01/04  20:43:01
52165         Log: The $sh_c didn't fly.
52166      Branch: metaconfig
52167            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
52168            ! U/modified/Loc.U U/modified/myhostname.U
52169            ! U/modified/spitshell.U
52170      Branch: metaconfig/U/perl
52171            ! issymlink.U
52172      Branch: perl
52173            ! Configure config_h.SH
52174 ____________________________________________________________________________
52175 [  8317] By: jhi                                   on 2001/01/04  19:58:01
52176         Log: AIX builtin test -h is broken, changes based on
52177              
52178              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
52179              Date: Tue, 02 Jan 2001 11:24:39 +0100
52180              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52181              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
52182      Branch: metaconfig
52183            + U/modified/spitshell.U
52184            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
52185            ! U/modified/Loc.U U/modified/myhostname.U
52186      Branch: metaconfig/U/perl
52187            ! Mksymlinks.U issymlink.U
52188      Branch: perl
52189            ! Configure
52190 ____________________________________________________________________________
52191 [  8316] By: jhi                                   on 2001/01/04  19:02:22
52192         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
52193              From: Andy Dougherty <doughera@lafayette.edu>
52194              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
52195              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
52196              
52197              Beware of GNU ld.
52198      Branch: perl
52199            ! hints/solaris_2.sh
52200 ____________________________________________________________________________
52201 [  8315] By: jhi                                   on 2001/01/04  18:56:48
52202         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
52203              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
52204              Date: Wed, 3 Jan 2001 07:58:51 +0100
52205              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
52206      Branch: perl
52207            ! hints/solaris_2.sh
52208 ____________________________________________________________________________
52209 [  8314] By: jhi                                   on 2001/01/04  18:54:07
52210         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
52211              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52212              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
52213              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
52214              
52215              Doc tweak on #8313.
52216      Branch: perl
52217            ! ext/B/B/Deparse.pm
52218 ____________________________________________________________________________
52219 [  8313] By: jhi                                   on 2001/01/04  18:52:27
52220         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
52221              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
52222              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52223              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
52224              
52225              Make the peephole optimizer to bypass more null ops and
52226              and rewrite the deparse handling of continue blocks.
52227      Branch: perl
52228            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
52229 ____________________________________________________________________________
52230 [  8312] By: jhi                                   on 2001/01/04  18:47:39
52231         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
52232      Branch: perl
52233            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
52234            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
52235            ! t/lib/st-lock.t
52236 ____________________________________________________________________________
52237 [  8311] By: jhi                                   on 2001/01/04  18:36:08
52238         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
52239              filter to be run on each .pm during the pm_to_blib() phase,
52240              a fixed version of
52241              
52242              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
52243              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52244              Date: Wed, 03 Jan 2001 22:01:30 +0100
52245              Message-ID: <5296.978555690@nice.ram.loc>
52246      Branch: perl
52247            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
52248            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
52249            ! lib/ExtUtils/MakeMaker.pm
52250 ____________________________________________________________________________
52251 [  8310] By: jhi                                   on 2001/01/04  18:32:54
52252         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
52253              From: Robin Barker <rmb1@cise.npl.co.uk>
52254              Date: Tue, 2 Jan 2001 15:35:03 GMT
52255              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
52256      Branch: perl
52257            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
52258            ! pod/perlrequick.pod
52259 ____________________________________________________________________________
52260 [  8309] By: jhi                                   on 2001/01/04  18:29:07
52261         Log: Subject: Re: [patch] static-ize XS()
52262              From: Doug MacEachern <dougm@covalent.net>
52263              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
52264              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
52265              
52266              Provide prototypes for the XS functions.
52267      Branch: perl
52268            ! lib/ExtUtils/xsubpp
52269 ____________________________________________________________________________
52270 [  8308] By: jhi                                   on 2001/01/04  18:27:44
52271         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
52272              From: Doug MacEachern <dougm@covalent.net>
52273              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
52274              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
52275      Branch: perl
52276            ! lib/ExtUtils/typemap
52277 ____________________________________________________________________________
52278 [  8307] By: jhi                                   on 2001/01/04  18:25:25
52279         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
52280              From: Doug MacEachern <dougm@covalent.net>
52281              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
52282              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
52283              
52284              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
52285      Branch: perl
52286            ! lib/ExtUtils/MM_Unix.pm
52287 ____________________________________________________________________________
52288 [  8306] By: jhi                                   on 2001/01/04  18:23:00
52289         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
52290              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52291              Date: Thu, 4 Jan 2001 12:47:10 +0100 
52292              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
52293              
52294              The toke.c part only, patching embed.h and proto.h is futile.
52295      Branch: perl
52296            ! toke.c
52297 ____________________________________________________________________________
52298 [  8305] By: jhi                                   on 2001/01/04  18:05:51
52299         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
52300              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52301              Date: Thu, 4 Jan 2001 17:50:12 +0100 
52302              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
52303      Branch: perl
52304            ! toke.c
52305 ____________________________________________________________________________
52306 [  8304] By: jhi                                   on 2001/01/04  18:03:26
52307         Log: Subject: [PATCH perl@8269]
52308              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52309              Date: Thu, 4 Jan 2001 12:53:39 +0100 
52310              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
52311              
52312              If running byacc write-enable also perly.h.
52313      Branch: perl
52314            ! Makefile.SH
52315 ____________________________________________________________________________
52316 [  8303] By: jhi                                   on 2001/01/04  15:40:49
52317         Log: Rewrite pp_concat() in terms of sv_catsv().
52318      Branch: perl
52319            ! pp_hot.c
52320 ____________________________________________________________________________
52321 [  8302] By: nick                                  on 2001/01/03  22:43:22
52322         Log: Integrate mainline.
52323      Branch: perlio
52324           !> ext/Encode/Encode.xs sv.c utf8.c
52325 ____________________________________________________________________________
52326 [  8301] By: jhi                                   on 2001/01/02  23:40:26
52327         Log: Variable naming tweak.
52328      Branch: perl
52329            ! sv.c
52330 ____________________________________________________________________________
52331 [  8300] By: jhi                                   on 2001/01/02  23:40:02
52332         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
52333              in is_utf8_string().
52334      Branch: perl
52335            ! utf8.c
52336 ____________________________________________________________________________
52337 [  8299] By: jhi                                   on 2001/01/02  22:14:40
52338         Log: Integrate perlio.
52339      Branch: perl
52340           !> pp.c pp_hot.c win32/Makefile
52341 ____________________________________________________________________________
52342 [  8298] By: nick                                  on 2001/01/02  22:03:06
52343         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
52344      Branch: perlio
52345            ! pp.c pp_hot.c
52346 ____________________________________________________________________________
52347 [  8297] By: jhi                                   on 2001/01/02  04:26:28
52348         Log: Signedness nit.
52349      Branch: perl
52350            ! ext/Encode/Encode.xs
52351 ____________________________________________________________________________
52352 [  8296] By: nick                                  on 2001/01/01  23:49:36
52353         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
52354      Branch: perlio
52355            ! win32/Makefile
52356 ____________________________________________________________________________
52357 [  8295] By: jhi                                   on 2001/01/01  23:05:48
52358         Log: Integrate perlio.
52359      Branch: perl
52360           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
52361           !> t/lib/encode.t
52362 ____________________________________________________________________________
52363 [  8294] By: nick                                  on 2001/01/01  22:48:34
52364         Log: Integrate mainline
52365      Branch: perlio
52366            ! pp_hot.c t/lib/encode.t
52367           !> (integrate 65 files)
52368 ____________________________________________________________________________
52369 [  8293] By: nick                                  on 2001/01/01  21:58:50
52370         Log: More rigor in UTF-8-ness of Encode's toUnicode
52371              XS export some of the utf8 internal functions.
52372              Test some of the functions.
52373              Fix pp_concat() bug shown by said tests.
52374      Branch: perlio
52375            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
52376            ! t/lib/encode.t
52377 ____________________________________________________________________________
52378 [  8292] By: jhi                                   on 2001/01/01  18:11:44
52379         Log: Integrate perlio.
52380      Branch: perl
52381           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
52382           !> ext/Encode/encengine.c ext/Encode/encode.h
52383 ____________________________________________________________________________
52384 [  8291] By: jhi                                   on 2001/01/01  18:10:58
52385         Log: Podify README.mpeix (a new version from the web),
52386              add a dummy NAME to Carp::Heavy, regen toc.
52387      Branch: perl
52388            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
52389            ! pod/perltoc.pod
52390 ____________________________________________________________________________
52391 [  8290] By: nick                                  on 2001/01/01  17:43:47
52392         Log: Loose the "Loading..." warning.
52393              Another bug in fallback support
52394      Branch: perlio
52395            ! ext/Encode/Encode.pm ext/Encode/encengine.c
52396 ____________________________________________________________________________
52397 [  8289] By: jhi                                   on 2001/01/01  00:01:57
52398         Log: Bump up Larry's copyright.
52399      Branch: perl
52400            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
52401            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
52402            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
52403            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
52404            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
52405            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
52406            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
52407            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
52408 ____________________________________________________________________________
52409 [  8288] By: nick                                  on 2000/12/31  21:27:53
52410         Log: Fix .ucm reading - forgot a chr()
52411              Start of .ucm write (for .enc to .ucm)
52412      Branch: perlio
52413            ! ext/Encode/compile
52414 ____________________________________________________________________________
52415 [  8287] By: jhi                                   on 2000/12/31  18:15:56
52416         Log: Comment away a diagnostic message as noted by Craig A. Berry
52417              (the unexpected message was confusing testing)
52418      Branch: perl
52419            ! ext/Encode/Encode.pm
52420 ____________________________________________________________________________
52421 [  8286] By: jhi                                   on 2000/12/31  18:14:51
52422         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
52423              Date: Sun, 31 Dec 2000 11:17:37 -0600
52424              From: "Craig A. Berry" <craigberry@mac.com>
52425              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
52426      Branch: perl
52427            ! ext/Encode/Makefile.PL
52428 ____________________________________________________________________________
52429 [  8285] By: nick                                  on 2000/12/31  18:11:54
52430         Log: Start of support of ICU-style .ucm files:
52431              - teach compile how to read a .ucm file
52432              - first guess at how to represent fallbacks in "tries".
52433              - use fallbacks if check == 0
52434              - new return code to indicate we used one.
52435      Branch: perlio
52436            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
52437            ! ext/Encode/encengine.c ext/Encode/encode.h
52438 ____________________________________________________________________________
52439 [  8284] By: jhi                                   on 2000/12/31  18:04:41
52440         Log: Pacify picky VMS compiler.
52441              
52442              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
52443              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52444              Date: Sat, 30 Dec 2000 18:10:02 -0600
52445              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
52446      Branch: perl
52447            ! sv.c
52448 ____________________________________________________________________________
52449 [  8283] By: jhi                                   on 2000/12/31  16:11:47
52450         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
52451      Branch: perl
52452            ! t/lib/glob-basic.t
52453 ____________________________________________________________________________
52454 [  8282] By: jhi                                   on 2000/12/31  15:26:11
52455         Log: Integrate perlio.
52456      Branch: perl
52457           !> makedef.pl opcode.pl os2/os2.c perlio.c
52458 ____________________________________________________________________________
52459 [  8281] By: nick                                  on 2000/12/31  10:06:15
52460         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
52461              is available to be exported
52462      Branch: perlio
52463            ! makedef.pl perlio.c
52464 ____________________________________________________________________________
52465 [  8280] By: nick                                  on 2000/12/31  09:41:26
52466         Log: Ilya's OS2 patch (testing for damage on Win32)
52467      Branch: perlio
52468            ! makedef.pl opcode.pl os2/os2.c
52469 ____________________________________________________________________________
52470 [  8279] By: jhi                                   on 2000/12/30  21:52:07
52471         Log: Test nits.
52472      Branch: perl
52473            ! t/lib/syslfs.t t/op/lfs.t
52474 ____________________________________________________________________________
52475 [  8278] By: jhi                                   on 2000/12/30  21:47:49
52476         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
52477              From: andreas.koenig@anima.de (Andreas J. Koenig)
52478              Date: 30 Dec 2000 22:35:37 +0100
52479              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
52480              
52481              The 32-bit wraparound test wasn't quite right.
52482      Branch: perl
52483            ! t/lib/syslfs.t t/op/lfs.t
52484 ____________________________________________________________________________
52485 [  8277] By: jhi                                   on 2000/12/30  21:33:44
52486         Log: Subject: [PATCH] open() example in perlfunc.pod 
52487              From: Karsten Sperling <s_sperli@ira.uka.de>
52488              Date: Sat, 30 Dec 2000 22:27:09 +0100
52489              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
52490      Branch: perl
52491            ! pod/perlfunc.pod
52492 ____________________________________________________________________________
52493 [  8276] By: jhi                                   on 2000/12/30  20:32:40
52494         Log: Not quite that many tests yet.
52495      Branch: perl
52496            ! t/op/pat.t
52497 ____________________________________________________________________________
52498 [  8275] By: jhi                                   on 2000/12/30  20:26:58
52499         Log: Integrate perlio.
52500      Branch: perl
52501           !> toke.c
52502 ____________________________________________________________________________
52503 [  8274] By: jhi                                   on 2000/12/30  20:24:56
52504         Log: Signedness nit.
52505      Branch: perl
52506            ! utf8.c
52507 ____________________________________________________________________________
52508 [  8273] By: jhi                                   on 2000/12/30  20:15:46
52509         Log: Add a test case for 20000731.001 which was fixed by the #8267.
52510      Branch: perl
52511            ! t/op/pat.t
52512 ____________________________________________________________________________
52513 [  8272] By: nick                                  on 2000/12/30  19:47:51
52514         Log: Tweak for MULTIPLICITY/USE_PERLIO
52515      Branch: perlio
52516            ! toke.c
52517 ____________________________________________________________________________
52518 [  8271] By: nick                                  on 2000/12/30  19:46:45
52519         Log: Integrate mainline
52520      Branch: perlio
52521           +> lib/unicode/distinct.pm
52522           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
52523           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
52524           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
52525 ____________________________________________________________________________
52526 [  8270] By: jhi                                   on 2000/12/30  19:39:50
52527         Log: Subject: RE: perl@8269
52528              From: "Richard Soderberg" <rs@crystalflame.net>
52529              Date: Sat, 30 Dec 2000 11:36:27 -0800
52530              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
52531              
52532              A missing aTHX_.
52533      Branch: perl
52534            ! toke.c
52535 ____________________________________________________________________________
52536 [  8269] By: jhi                                   on 2000/12/30  18:55:48
52537         Log: Update Changes.
52538      Branch: perl
52539            ! Changes patchlevel.h
52540 ____________________________________________________________________________
52541 [  8268] By: jhi                                   on 2000/12/30  17:18:40
52542         Log: Add a test for Unicode split //.  The #8267 was the cure.
52543      Branch: perl
52544            ! t/op/split.t
52545 ____________________________________________________________________________
52546 [  8267] By: jhi                                   on 2000/12/30  17:14:19
52547         Log: Subject: more UTF8 test suites and an UTF8 patch
52548              From: Inaba Hiroto <inaba@st.rim.or.jp>
52549              Date: Sat, 30 Dec 2000 14:27:10 +0900
52550              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
52551              
52552              Just the patch part for now, and the pragma renamed
52553              as unicode::distinct.
52554      Branch: perl
52555            + lib/unicode/distinct.pm
52556            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
52557            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
52558            ! regcomp.h regexec.c sv.c toke.c utf8.c
52559 ____________________________________________________________________________
52560 [  8266] By: nick                                  on 2000/12/30  16:40:49
52561         Log: Integrate mainline
52562      Branch: perlio
52563           +> lib/Pod/Text/Overstrike.pm
52564           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
52565           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
52566           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
52567           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
52568           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
52569 ____________________________________________________________________________
52570 [  8265] By: jhi                                   on 2000/12/30  07:28:55
52571         Log: The sv_catsv() fix, take two.
52572      Branch: perl
52573            ! sv.c t/op/join.t
52574 ____________________________________________________________________________
52575 [  8264] By: jhi                                   on 2000/12/30  06:19:18
52576         Log: Undo all the join-related changes since #8248: relevant
52577              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
52578              The new sv_catsv() doesn't fly so it must go back to
52579              the drawing board.
52580      Branch: perl
52581            ! sv.c t/op/join.t t/pragma/utf8.t
52582 ____________________________________________________________________________
52583 [  8263] By: jhi                                   on 2000/12/30  01:08:32
52584         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
52585      Branch: perl
52586            ! sv.c
52587 ____________________________________________________________________________
52588 [  8262] By: jhi                                   on 2000/12/30  00:45:14
52589         Log: Retract #8261.
52590      Branch: perl
52591            ! hv.c util.c
52592 ____________________________________________________________________________
52593 [  8261] By: jhi                                   on 2000/12/30  00:38:32
52594         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
52595      Branch: perl
52596            ! hv.c util.c
52597 ____________________________________________________________________________
52598 [  8260] By: jhi                                   on 2000/12/29  22:51:33
52599         Log: (Retracted by #8264)  More fixing for #8251.
52600      Branch: perl
52601            ! sv.c
52602 ____________________________________________________________________________
52603 [  8259] By: jhi                                   on 2000/12/29  18:27:30
52604         Log: Subject: podlators 1.06 released
52605              From: Russ Allbery <rra@stanford.edu>
52606              Date: 25 Dec 2000 05:09:30 -0800
52607              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
52608      Branch: perl
52609            + lib/Pod/Text/Overstrike.pm
52610            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
52611            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
52612 ____________________________________________________________________________
52613 [  8258] By: jhi                                   on 2000/12/29  18:20:45
52614         Log: Make the large file tests more robust/talkative as suggested by
52615              
52616              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
52617              From: andreas.koenig@anima.de (Andreas J. Koenig)
52618              Date: 29 Dec 2000 14:23:01 +0100
52619              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
52620      Branch: perl
52621            ! t/lib/syslfs.t t/op/lfs.t
52622 ____________________________________________________________________________
52623 [  8257] By: jhi                                   on 2000/12/29  17:48:04
52624         Log: Further VMS piping fixes from Charles Lane:
52625              
52626              In summary, error messages produced when a subprocess terminated
52627              abnormally were being sent not just to the parent process, but to
52628              grandparents, because of default values for error output that were
52629              not completely overridden when the subprocess was started.
52630              
52631              This patch fixes this behavior by defining user-mode (i.e., temporary
52632              for the duration of the program) logical names for SYS$OUTPUT and
52633              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
52634              changes to make it so that the user-mode logicals are the ones that
52635              control where Perl's error messages go if it terminates abnormally.
52636              
52637              I also added some gratuitous fixes to the indentation of braces in
52638              the piping code.  It just looked ugly, before.
52639      Branch: perl
52640            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
52641 ____________________________________________________________________________
52642 [  8256] By: jhi                                   on 2000/12/29  17:45:12
52643         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
52644              From: "Casey R. Tweten" <crt@kiski.net>
52645              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
52646              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
52647              
52648              Tests for for #8240.
52649      Branch: perl
52650            ! t/pragma/constant.t
52651 ____________________________________________________________________________
52652 [  8255] By: jhi                                   on 2000/12/29  17:43:07
52653         Log: Subject: Re: [PATCH] Interesting syntax idea
52654              From: Simon Cozens <simon@cozens.net>
52655              Date: Fri, 29 Dec 2000 14:34:04 +0000
52656              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
52657              
52658              Tests for #8254.
52659      Branch: perl
52660            ! t/pragma/sub_lval.t
52661 ____________________________________________________________________________
52662 [  8254] By: jhi                                   on 2000/12/29  17:42:11
52663         Log: Subject: [PATCH] Interesting syntax idea
52664              From: Simon Cozens <simon@cozens.net>
52665              Date: Wed, 27 Dec 2000 05:08:57 +0000
52666              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
52667              
52668              Make opens + bareword assigns do typeglob assigns.
52669      Branch: perl
52670            ! op.c
52671 ____________________________________________________________________________
52672 [  8253] By: jhi                                   on 2000/12/29  17:36:45
52673         Log: Output the (apparent) version of gcc, as suggested by
52674              
52675              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
52676              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
52677              Date: 26 Dec 2000 04:29:17 -0500
52678              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
52679              
52680              (The patch as such didn't any more apply as the misparsing had
52681              already been addressed in #6474.)  Also change the wording about
52682              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
52683      Branch: perl
52684            ! hints/dec_osf.sh
52685 ____________________________________________________________________________
52686 [  8252] By: nick                                  on 2000/12/29  12:14:31
52687         Log: Integrate mainline
52688      Branch: perlio
52689           !> (integrate 27 files)
52690 ____________________________________________________________________________
52691 [  8251] By: jhi                                   on 2000/12/29  08:45:46
52692         Log: (Retracted by #8264)
52693              
52694              (Fixed by #8260.)
52695              
52696              sv_catsv() needs one more byte space than seems reasonable.
52697              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
52698              Curiouser and curiouser.
52699      Branch: perl
52700            ! sv.c
52701 ____________________________________________________________________________
52702 [  8250] By: jhi                                   on 2000/12/29  07:57:52
52703         Log: More split // UTF-8 tests.
52704      Branch: perl
52705            ! t/pragma/utf8.t
52706 ____________________________________________________________________________
52707 [  8249] By: jhi                                   on 2000/12/29  07:54:51
52708         Log: (Retracted by #8264)  More join() testing which was good because
52709              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
52710      Branch: perl
52711            ! pp.c t/op/join.t utf8.c utf8.h
52712 ____________________________________________________________________________
52713 [  8248] By: jhi                                   on 2000/12/29  07:08:32
52714         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
52715              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
52716              that the only cases to care about are byte+byte and byte+character.
52717              
52718              TODO: See how well pp_concat() could be implemented in terms
52719              of sv_catsv().
52720      Branch: perl
52721            ! doop.c sv.c t/op/join.t utf8.h
52722 ____________________________________________________________________________
52723 [  8247] By: jhi                                   on 2000/12/29  06:35:23
52724         Log: Signedness nit.
52725      Branch: perl
52726            ! pp_hot.c
52727 ____________________________________________________________________________
52728 [  8246] By: jhi                                   on 2000/12/29  01:23:31
52729         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
52730              From: Lupe Christoph <lupe@lupe-christoph.de>
52731              Date: Thu, 28 Dec 2000 23:00:00 +0100
52732              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
52733              
52734              Suggest rsync --delete --dry-run.
52735      Branch: perl
52736            ! pod/perlhack.pod
52737 ____________________________________________________________________________
52738 [  8245] By: jhi                                   on 2000/12/28  23:57:05
52739         Log: The maxiters upper limit sanity check (guarding against
52740              non-progress) assumed bytes instead of characters in s///
52741              and split().
52742      Branch: perl
52743            ! pp.c pp_hot.c
52744 ____________________________________________________________________________
52745 [  8244] By: jhi                                   on 2000/12/28  23:34:08
52746         Log: Make some panic messages a bit more logical.
52747      Branch: perl
52748            ! doop.c pod/perldiag.pod pp.c pp_hot.c
52749 ____________________________________________________________________________
52750 [  8243] By: jhi                                   on 2000/12/28  22:59:16
52751         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
52752              From: Simon Cozens <simon@cozens.net>
52753              Date: Wed, 27 Dec 2000 02:30:03 +0000
52754              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
52755      Branch: perl
52756            ! pp.c t/pragma/sub_lval.t
52757 ____________________________________________________________________________
52758 [  8242] By: jhi                                   on 2000/12/28  22:56:53
52759         Log: Subject: [PATCH blead] Fix B::Terse indentation
52760              From: Daniel Chetlin <daniel@chetlin.com>
52761              Date: Wed, 27 Dec 2000 06:43:30 -0800
52762              Message-ID: <20001227064329.B9573@darkstar>
52763      Branch: perl
52764            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
52765 ____________________________________________________________________________
52766 [  8241] By: jhi                                   on 2000/12/28  22:48:59
52767         Log: The latter patch from the
52768              
52769              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
52770              From: Peter Prymmer <pvhp@forte.com> 
52771              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
52772              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
52773              
52774              (the former patch from the above should have been
52775              taken care of by Nick I-S)
52776      Branch: perl
52777            ! win32/Makefile
52778 ____________________________________________________________________________
52779 [  8240] By: jhi                                   on 2000/12/28  22:45:22
52780         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
52781              From: "Casey R. Tweten" <crt@kiski.net>
52782              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
52783              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
52784      Branch: perl
52785            ! lib/constant.pm
52786 ____________________________________________________________________________
52787 [  8239] By: jhi                                   on 2000/12/28  22:37:45
52788         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
52789              From: Simon Cozens <simon@cozens.net>
52790              Date: Wed, 27 Dec 2000 14:12:44 +0000
52791              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
52792      Branch: perl
52793            ! t/op/method.t t/op/sort.t toke.c
52794 ____________________________________________________________________________
52795 [  8238] By: jhi                                   on 2000/12/28  22:30:32
52796         Log: Subject: [PATCH perl@8229] Call.pm
52797              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52798              Date: Mon, 25 Dec 2000 10:47:15 -0000
52799              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
52800      Branch: perl
52801            ! ext/Filter/Util/Call/Call.pm
52802 ____________________________________________________________________________
52803 [  8237] By: jhi                                   on 2000/12/28  22:19:21
52804         Log: Subject: [PATCH blead] Fix problem with `&' prototype
52805              From: Daniel Chetlin <daniel@chetlin.com>
52806              Date: Wed, 27 Dec 2000 15:55:32 -0800
52807              Message-ID: <20001227155532.D9573@darkstar>
52808      Branch: perl
52809            ! op.c t/comp/proto.t
52810 ____________________________________________________________________________
52811 [  8236] By: jhi                                   on 2000/12/28  22:09:25
52812         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
52813              From: Daniel Chetlin <daniel@chetlin.com>
52814              Date: Sun, 24 Dec 2000 04:09:49 -0800
52815              Message-ID: <20001224040949.B3090@darkstar>
52816      Branch: perl
52817            ! gv.c mg.c t/op/attrs.t
52818 ____________________________________________________________________________
52819 [  8235] By: jhi                                   on 2000/12/28  22:07:11
52820         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
52821              From: Jan Dubois <jand@ActiveState.com>
52822              Date: Tue, 26 Dec 2000 20:57:31 -0800
52823              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
52824      Branch: perl
52825            ! win32/win32.c
52826 ____________________________________________________________________________
52827 [  8234] By: jhi                                   on 2000/12/28  21:52:42
52828         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
52829              From: Simon Cozens <simon@cozens.net>
52830              Date: Thu, 28 Dec 2000 20:33:13 +0000
52831              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
52832      Branch: perl
52833            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
52834 ____________________________________________________________________________
52835 [  8233] By: jhi                                   on 2000/12/28  19:40:49
52836         Log: Integrate perlio.
52837      Branch: perl
52838           !> ext/Encode/Makefile.PL ext/Encode/compile
52839 ____________________________________________________________________________
52840 [  8232] By: nick                                  on 2000/12/23  16:06:00
52841         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
52842              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
52843      Branch: perlio
52844            ! ext/Encode/Makefile.PL
52845 ____________________________________________________________________________
52846 [  8231] By: nick                                  on 2000/12/23  14:30:34
52847         Log: "Compiled" encode build cleanup
52848              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
52849              - .c files do not export sub-tables
52850      Branch: perlio
52851            ! ext/Encode/Makefile.PL ext/Encode/compile
52852 ____________________________________________________________________________
52853 [  8230] By: nick                                  on 2000/12/23  12:50:37
52854         Log: Integrate mainline
52855      Branch: perlio
52856           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
52857           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
52858           !> pod/perl5004delta.pod pod/perl5005delta.pod
52859           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
52860           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
52861           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
52862           !> pod/perlsub.pod
52863 ____________________________________________________________________________
52864 [  8229] By: jhi                                   on 2000/12/22  15:32:12
52865         Log: Integrate perlio.
52866      Branch: perl
52867           +> win32/distclean.bat
52868           !> MANIFEST t/io/utf8.t
52869 ____________________________________________________________________________
52870 [  8228] By: jhi                                   on 2000/12/22  15:29:40
52871         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
52872              From: Robin Barker <rmb1@cise.npl.co.uk>
52873              Date: Fri, 22 Dec 2000 12:17:38 GMT
52874              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
52875      Branch: perl
52876            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
52877            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
52878            ! pod/perl5004delta.pod pod/perl5005delta.pod
52879            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
52880            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
52881            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
52882            ! pod/perlsub.pod
52883 ____________________________________________________________________________
52884 [  8227] By: jhi                                   on 2000/12/22  15:24:28
52885         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
52886              From: "John L. Allen" <allen@grumman.com>
52887              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
52888              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
52889              
52890              Document APPLLIB_EXP.
52891      Branch: perl
52892            ! INSTALL
52893 ____________________________________________________________________________
52894 [  8226] By: nick                                  on 2000/12/21  22:11:50
52895         Log: Handy script for when one forgets to "dmake clean" 
52896      Branch: perlio
52897            + win32/distclean.bat
52898            ! MANIFEST
52899 ____________________________________________________________________________
52900 [  8225] By: nick                                  on 2000/12/21  21:54:04
52901         Log: CRLF platform issue with io/utf8 fix.
52902      Branch: perlio
52903            ! t/io/utf8.t
52904 ____________________________________________________________________________
52905 [  8224] By: nick                                  on 2000/12/21  21:02:20
52906         Log: Integrate mainline
52907      Branch: perlio
52908           !> Changes Configure Makefile.SH Porting/Glossary
52909           !> Porting/config.sh Porting/config_H configure.com
52910           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
52911           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
52912           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
52913           !> win32/config.bc win32/config.gc win32/config.vc
52914 ____________________________________________________________________________
52915 [  8223] By: jhi                                   on 2000/12/21  17:09:16
52916         Log: Update Changes.
52917      Branch: perl
52918            ! Changes patchlevel.h
52919 ____________________________________________________________________________
52920 [  8222] By: jhi                                   on 2000/12/21  16:24:01
52921         Log: Metaconfig unit changes for #8221.
52922      Branch: metaconfig/U/perl
52923           +> issymlink.U
52924            - testsyml.U
52925            ! Mksymlinks.U
52926 ____________________________________________________________________________
52927 [  8221] By: jhi                                   on 2000/12/21  16:23:48
52928         Log: Rename testsyml to issymlink.
52929      Branch: perl
52930            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52931            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
52932            ! win32/config.vc
52933 ____________________________________________________________________________
52934 [  8220] By: jhi                                   on 2000/12/21  15:47:26
52935         Log: Robustness support for #8218 (symlink forest) since the GNU
52936              tools seem to be overly picky about symlinkage depths.
52937      Branch: perl
52938            ! Makefile.SH t/io/fs.t
52939 ____________________________________________________________________________
52940 [  8219] By: jhi                                   on 2000/12/21  15:38:27
52941         Log: Metaconfig changes for #8218.
52942      Branch: metaconfig
52943            ! U/modified/Oldconfig.U
52944      Branch: metaconfig/U/perl
52945            + Mksymlinks.U
52946            ! testsyml.U
52947 ____________________________________________________________________________
52948 [  8218] By: jhi                                   on 2000/12/21  15:37:57
52949         Log: Add Configure option -Dmksymlinks which will create a symlink
52950              forest if the current/build differs from the source directory.
52951              TODO: mkdir -p is not portable.
52952      Branch: perl
52953            ! Configure
52954 ____________________________________________________________________________
52955 [  8217] By: jhi                                   on 2000/12/21  14:39:12
52956         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
52957              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
52958              Date: Thu, 21 Dec 2000 09:38:18 GMT
52959              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
52960              
52961              The ofs became an SV.
52962      Branch: perl
52963            ! ext/Thread/Thread.xs
52964 ____________________________________________________________________________
52965 [  8216] By: jhi                                   on 2000/12/21  05:40:21
52966         Log: The polymorphism seems to have fixed 20000517.001.
52967      Branch: perl
52968            ! t/pragma/utf8.t
52969 ____________________________________________________________________________
52970 [  8215] By: jhi                                   on 2000/12/21  04:44:52
52971         Log: read() documentation tweak for 20001121.004.
52972      Branch: perl
52973            ! pod/perlfunc.pod
52974 ____________________________________________________________________________
52975 [  8214] By: jhi                                   on 2000/12/21  03:54:11
52976         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
52977      Branch: perl
52978            ! pp_sys.c t/op/misc.t
52979 ____________________________________________________________________________
52980 [  8213] By: jhi                                   on 2000/12/21  00:28:10
52981         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
52982              From: Peter Prymmer <pvhp@forte.com>
52983              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
52984              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
52985      Branch: perl
52986            ! configure.com
52987 ____________________________________________________________________________
52988 [  8212] By: jhi                                   on 2000/12/21  00:26:21
52989         Log: Edit edit edit.
52990      Branch: perl
52991            ! pod/perlfaq3.pod
52992 ____________________________________________________________________________
52993 [  8211] By: jhi                                   on 2000/12/20  18:52:46
52994         Log: Update Changes.
52995      Branch: perl
52996            ! Changes patchlevel.h
52997 ____________________________________________________________________________
52998 [  8210] By: jhi                                   on 2000/12/20  18:34:47
52999         Log: Yet another editor edit.
53000      Branch: perl
53001            ! pod/perlfaq3.pod
53002 ____________________________________________________________________________
53003 [  8209] By: jhi                                   on 2000/12/20  15:33:28
53004         Log: More Win32 Perling.
53005      Branch: perl
53006            ! pod/perlfaq3.pod
53007 ____________________________________________________________________________
53008 [  8208] By: jhi                                   on 2000/12/20  15:07:46
53009         Log: More Win32 editor/IDE/shell hints.
53010      Branch: perl
53011            ! pod/perlfaq3.pod
53012 ____________________________________________________________________________
53013 [  8207] By: jhi                                   on 2000/12/20  03:54:08
53014         Log: Subject: [PATCH] obscure timing knowledge
53015              From: Nicholas Clark <nick@ccl4.org>
53016              Date: Tue, 19 Dec 2000 19:22:31 +0000
53017              Message-ID: <20001219192231.F2827@plum.flirble.org>
53018      Branch: perl
53019            ! sv.c
53020 ____________________________________________________________________________
53021 [  8206] By: jhi                                   on 2000/12/20  03:45:57
53022         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
53023              From: Spider Boardman <spider@leggy.zk3.dec.com>
53024              Date: Tue, 19 Dec 2000 21:30:16 -0500
53025              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
53026      Branch: perl
53027            ! sv.c
53028 ____________________________________________________________________________
53029 [  8205] By: jhi                                   on 2000/12/19  23:02:01
53030         Log: Update Changes.
53031      Branch: perl
53032            ! Changes patchlevel.h
53033 ____________________________________________________________________________
53034 [  8204] By: jhi                                   on 2000/12/19  22:58:18
53035         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
53036              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
53037              on editors and diffing/patching.
53038      Branch: perl
53039            ! t/op/utf8decode.t
53040 ____________________________________________________________________________
53041 [  8203] By: nick                                  on 2000/12/19  21:36:16
53042         Log: Integrate mainline (forgot my own change...)
53043      Branch: perlio
53044           !> ext/Encode/compile
53045 ____________________________________________________________________________
53046 [  8202] By: nick                                  on 2000/12/19  21:34:42
53047         Log: Integrate mainline.
53048      Branch: perlio
53049           !> (integrate 61 files)
53050 ____________________________________________________________________________
53051 [  8201] By: nick                                  on 2000/12/19  21:34:06
53052         Log: Avoid looking for File::Glob when we don't need it.
53053      Branch: perl
53054            ! ext/Encode/compile
53055 ____________________________________________________________________________
53056 [  8200] By: jhi                                   on 2000/12/19  18:35:49
53057         Log: Update Changes.
53058      Branch: perl
53059            ! Changes patchlevel.h
53060 ____________________________________________________________________________
53061 [  8199] By: jhi                                   on 2000/12/19  18:35:07
53062         Log: Microperl tweaks.
53063      Branch: perl
53064            ! sv.c uconfig.h uconfig.sh
53065 ____________________________________________________________________________
53066 [  8198] By: jhi                                   on 2000/12/19  18:29:59
53067         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
53068      Branch: perl
53069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53070            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
53071 ____________________________________________________________________________
53072 [  8197] By: jhi                                   on 2000/12/19  17:55:29
53073         Log: In VMS embedded perls couldn't access the statically built Socket,
53074              from Charles Lane.
53075      Branch: perl
53076            ! configure.com
53077 ____________________________________________________________________________
53078 [  8196] By: jhi                                   on 2000/12/19  17:49:50
53079         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
53080              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
53081              Date: Sun, 17 Dec 2000 19:11:44 -0000
53082              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
53083      Branch: perl
53084            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
53085            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
53086 ____________________________________________________________________________
53087 [  8195] By: jhi                                   on 2000/12/19  17:47:53
53088         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
53089              From: Jonathan Stowe <gellyfish@gellyfish.com>
53090              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
53091              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
53092      Branch: perl
53093            ! utils/h2xs.PL
53094 ____________________________________________________________________________
53095 [  8194] By: jhi                                   on 2000/12/19  17:46:28
53096         Log: Subject: Re: useless use of void context work-around
53097              From: andreas.koenig@anima.de (Andreas J. Koenig)
53098              Date: 16 Dec 2000 15:13:36 +0100
53099              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
53100              
53101              Document (comment) the q(di ds ig) trick in the code.
53102      Branch: perl
53103            ! op.c
53104 ____________________________________________________________________________
53105 [  8193] By: jhi                                   on 2000/12/19  17:10:57
53106         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
53107              From: "Mark J. Reed" <mreed@strange.turner.com>
53108              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
53109              Message-Id: <200012160222.VAA13986@strange.turner.com>
53110      Branch: perl
53111            ! ext/Sys/Syslog/Syslog.pm
53112 ____________________________________________________________________________
53113 [  8192] By: jhi                                   on 2000/12/19  17:07:45
53114         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
53115              From: Nicholas Clark <nick@ccl4.org>
53116              Date: Sat, 16 Dec 2000 19:03:13 +0000
53117              Message-ID: <20001216190313.D68304@plum.flirble.org>
53118      Branch: perl
53119            ! t/op/64bitint.t
53120 ____________________________________________________________________________
53121 [  8191] By: jhi                                   on 2000/12/19  17:06:13
53122         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
53123              From: Dominic Dunlop <domo@computer.org>
53124              Date: Mon, 18 Dec 2000 12:00:15 +0100
53125              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
53126              
53127              This patchlet is needed in order that perl can be statically linked.  
53128      Branch: perl
53129            ! regexec.c
53130 ____________________________________________________________________________
53131 [  8190] By: jhi                                   on 2000/12/19  17:03:08
53132         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
53133              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53134              Date: Sun, 17 Dec 2000 00:18:35 -0600
53135              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
53136      Branch: perl
53137            ! perlio.h vms/gen_shrfls.pl
53138 ____________________________________________________________________________
53139 [  8189] By: jhi                                   on 2000/12/19  16:20:28
53140         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
53141              From: Prymmer/Kahn <pvhp@best.com>
53142              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
53143              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
53144              
53145              A better version of #8188.
53146      Branch: perl
53147            ! pod/perlfaq3.pod
53148 ____________________________________________________________________________
53149 [  8188] By: jhi                                   on 2000/12/19  15:57:06
53150         Log: (Replaced by #8189)
53151              
53152              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
53153              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
53154              From: Prymmer/Kahn <pvhp@best.com>
53155              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
53156              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
53157              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
53158              Date: Mon, 18 Dec 2000 11:10:45 -0500
53159              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
53160      Branch: perl
53161            ! pod/perlfaq3.pod
53162 ____________________________________________________________________________
53163 [  8187] By: jhi                                   on 2000/12/19  15:54:19
53164         Log: Email address fix for Anton Berezin.
53165      Branch: perl
53166            ! AUTHORS
53167 ____________________________________________________________________________
53168 [  8186] By: jhi                                   on 2000/12/19  15:38:54
53169         Log: Subject: [PATCH perl@8102] cygwin port
53170              From: "Eric Fifer" <efifer@dircon.co.uk> 
53171              Date: Thu, 14 Dec 2000 13:41:29 -0000
53172              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
53173              
53174              When compiling modules the data item that is being imported
53175              from libperl.dll needs to be tagged as imported/shared data:
53176              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
53177      Branch: perl
53178            ! perliol.h
53179 ____________________________________________________________________________
53180 [  8185] By: jhi                                   on 2000/12/19  14:53:24
53181         Log: Regen uconfig.h and uconfig.sh.
53182      Branch: perl
53183            ! uconfig.h uconfig.sh
53184 ____________________________________________________________________________
53185 [  8184] By: jhi                                   on 2000/12/18  20:43:49
53186         Log: Comments work so much better when they are closed.
53187      Branch: perl
53188            ! regcomp.c
53189 ____________________________________________________________________________
53190 [  8183] By: jhi                                   on 2000/12/18  18:04:02
53191         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
53192              Fixes the bug 20001218.016.
53193      Branch: perl
53194            ! regcomp.c
53195 ____________________________________________________________________________
53196 [  8182] By: gsar                                  on 2000/12/18  09:53:47
53197         Log: delete spurious files
53198      Branch: maint-5.6/perl
53199            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
53200            - vos/config.h vos/config_h.SH_orig
53201 ____________________________________________________________________________
53202 [  8181] By: gsar                                  on 2000/12/18  09:46:08
53203         Log: regen perltoc
53204      Branch: maint-5.6/perl
53205            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
53206 ____________________________________________________________________________
53207 [  8180] By: gsar                                  on 2000/12/18  09:20:27
53208         Log: integrate changes#7924..7926,7946,7952 from mainline
53209              
53210              A test works better if it has the right 1..$n output.
53211              
53212              All the core library users of Class::Struct seem to be
53213              using "use Class::Struct 'struct';" instead of the bare
53214              "use Class::Struct;", which isn't documented in Class::Struct.
53215              This can't be right.
53216              
53217              Make the Class::Struct import() wiser.
53218              
53219              Upgrade to CPAN 1.59_51, from Andreas König.
53220              
53221              Subject: Re: long shell lines
53222              Split overly long shell command lines.
53223      Branch: maint-5.6/perl
53224           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
53225           !> lib/File/stat.pm t/lib/class-struct.t
53226 ____________________________________________________________________________
53227 [  8179] By: gsar                                  on 2000/12/18  08:55:54
53228         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
53229              7918,7919,7988,8907 from mainline (various)
53230              
53231              Subject: [ID 20001127.004] White space problem in perlamiga.pod
53232              
53233              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
53234              
53235              Subject: [PATCH] perlcc.PL cleanups
53236              
53237              Subject: [PATCH] Updating perltie.pod for arrays
53238              
53239              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
53240              Subject: Re: [PATCH] Updating perltie.pod for arrays
53241              Subject: Re: [PATCH] Updating perltie.pod for arrays
53242              
53243              One more perltie.pod nit from Casey R. Tweten.
53244              
53245              Subject: [PATCH] $^O  win32 -> MSWin32
53246              plus similar nits for vms, err, VMS, and UNICOS.
53247              
53248              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
53249              More checking in case someone has broken their services or
53250              protocol databases.
53251              
53252              Make "use Class::Struct 'struct';" work again (broken by #7617);
53253              add a test for Class::Struct.
53254              
53255              Integrate the "skip" messages to explain().
53256              
53257              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
53258      Branch: maint-5.6/perl
53259           +> t/lib/class-struct.t
53260           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
53261           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
53262           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
53263 ____________________________________________________________________________
53264 [  8178] By: gsar                                  on 2000/12/18  08:16:30
53265         Log: avoid redefinition warnings on windows due to sys/socket.h getting
53266              #included before win32.h
53267      Branch: maint-5.6/perl
53268            ! win32/include/sys/socket.h
53269 ____________________________________________________________________________
53270 [  8177] By: gsar                                  on 2000/12/18  05:24:04
53271         Log: make regen_headers; fix POSIX.xs problems; remove outdated
53272              code from sys/socket.h that makes build fail now
53273      Branch: maint-5.6/perl
53274            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
53275            ! pod/perlapi.pod
53276           !> win32/include/sys/socket.h
53277 ____________________________________________________________________________
53278 [  8176] By: gsar                                  on 2000/12/18  05:20:17
53279         Log: update Changes
53280      Branch: maint-5.6/perl
53281            ! Changes patchlevel.h
53282 ____________________________________________________________________________
53283 [  8175] By: gsar                                  on 2000/12/18  04:57:48
53284         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
53285              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
53286              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
53287              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
53288              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
53289              7823,7825,7838
53290              
53291              Subject: Re: [PATCH] README.solaris
53292              
53293              Add getpagesize() probing, on non-UNIX guess 'undef'.
53294              
53295              Simplify the getpagesize() unit by dropping the
53296              pagesize probe since it's nowadays slightly more
53297              complicated because of sysconf(). (Note: if some
53298              platform really needs the -lPW for getpagesize,
53299              I just broke it.)
53300              TODO: a new pagesize unit.
53301              
53302              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
53303              
53304              MachTen doesn't really do mmap() and munmap().
53305              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
53306              
53307              More README.solaris updates from Andy Dougherty.
53308              
53309              Copy the s// information of README.hpux also to the perlrun.
53310              
53311              Add HAS_FSYNC, lack noticed by Nicholas Clark.
53312              
53313              Add a metaconfig unit for fsync.
53314              
53315              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
53316              
53317              Many subdocumented return values of the IO extension now documented.
53318              ungetc and write still left subdocumented.
53319              Subject: [PATCH] (was Re: IO::Handle::ungetc)
53320              
53321              Document tell() on special streams.
53322              
53323              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
53324              
53325              Subject: [ID 20001112.007] sfio's sftell isn't ftell
53326              
53327              Couple of tests from #7660 salvaged.
53328              
53329              Tweak the definition of the bit complement on UTF-8 data:
53330              if none of the characters in the string are > 0xff,
53331              the result is a complemented byte string, not a (UTF-8)
53332              char string.  Based on the summary in
53333              Subject: Re: [ID 20000918.005] ~ on wide chars
53334              This should give us the maximum backward (pre-char string)
53335              compatibility and utf8 compatibility.  The other alternative
53336              would be to limit the bit complement to be always byte only,
53337              taking the least significant byte of the chars.
53338              
53339              Cleanup messy #ifdef.
53340              
53341              Typos in #7667.
53342              
53343              Declare reg_data like reg_substr_data.
53344              
53345              Placate nervous compilers that see longer than ints switch()ing.
53346              
53347              Remove the new two tests of lib/io_xs for now, they seem to
53348              fail under perlio on some platforms.
53349              
53350              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
53351              
53352              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
53353              
53354              Subject: tiny typo in perl5db.pl
53355              
53356              Subject: some additions for makefiles for win32 (for perl@7674)
53357              
53358              Hoist the duplicated socket/netdb include logic to perl.h;
53359              undef SETERRNO in case SOCKS has defined it.  Based on:
53360              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
53361              
53362              Regen Configure.
53363              
53364              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
53365              (a macro to define signed and unsigned integer constants).
53366              
53367              Use UINT64_C().
53368              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
53369              
53370              Use u_int32_t for the size of hash_cb(), not size_t.
53371              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
53372              
53373              Quit utf8_to_uv() instantly if curlen == 0.
53374              
53375              Subject: [PATCH: perl@7674] updates to README.os390
53376              
53377              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
53378              
53379              EBCDIC tweaks.
53380              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
53381              
53382              Linenumber fix.
53383              
53384              SOCKS has its own USE_THREADS, based on
53385              Subject: [ID 20001114.002] et. al. bugfix followup
53386              
53387              UINT64_C() work continues.
53388              
53389              Detypo.
53390              
53391              The type of the hash_cb() size argument is tricky.
53392              
53393              Add fwalk() probe to the configuration files and regen perltoc.
53394              
53395              Subject: perllocale.pod changes
53396              
53397              Avoid an infinite loop in VMS when utils scripts are run
53398              with no arguments, from Charles Lane.
53399              
53400              Subject: Re: Bug in Carp::Heavy/5.6.0?
53401              
53402              For Solaris use64bitall the stdchar needs a little bit of help.
53403              
53404              The long double hints can be here or there.
53405              
53406              Test tweak for the open pragma.
53407              
53408              Also the 64bitall hints can be either here or there.
53409              
53410              As surmised the #7719 wasn't a good move.
53411              
53412              Subject: Fix for 20000409.001
53413              
53414              Subject: Fix for 20000815.006
53415              It's really 20000518.006.
53416              
53417              Subject: [PATCH 5.6.0 README.win32] very minor typos
53418              
53419              Subject: Fix for README.amiga (20000323.033)
53420              
53421              Explain in more detail the {} syntax ambiguousity.
53422              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
53423              
53424              Sparc 64-bit pack() fix from Jens Hamisch.
53425              
53426              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
53427              
53428              Subject: podlators 1.05 available        
53429              
53430              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
53431              
53432              Subject: [perl 7711: EPOC] updates
53433              
53434              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
53435              
53436              Miraculous typo.
53437              
53438              sysseek() instead of seek().
53439              
53440              Solaris hints tweaks.
53441              
53442              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
53443              This may be overly harsh but until proven otherwise, we think this
53444              way, or until we have a simple test for Configure (having to start
53445              up servers is does not count as simple) to check for the problems.
53446              
53447              Remove the shared object before attempting to create
53448              (by linking) a new one.  E.g. in AIX not removing
53449              becomes quite painful if one tries to do more than one
53450              build in the same tree (an interrupted build, for example),
53451              since the AIX' shared dynaloader seemingly keeps the shared
53452              objects open and therefore 'busy' for quite a while, even when
53453              nobody is using the objects, leading into link failures.
53454              
53455              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
53456              
53457              Subject: DOC PATCH 5.6.0 perlreftut
53458              
53459              Subject: [PATCH: perl@7777] add system locale testing for VMS
53460              
53461              Subject: [PATCH] Test.pm POD peculiarity
53462              
53463              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
53464              
53465              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
53466              
53467              Subject: Re: perl@7777 
53468              Detypoing.
53469              
53470              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
53471              
53472              Go ahead and #include <unistd.h> in perl.h.
53473              
53474              Subject: [PATCH perl@7795] small cleanup task for test suite
53475              
53476              Subject: Re: av.c patch (having slight problems)
53477              unshift() speedup.
53478              
53479              Reach back one higher up when searching for PERL_SRC.
53480      Branch: maint-5.6/perl
53481           +> lib/File/Spec/Epoc.pm
53482           !> (integrate 88 files)
53483 ____________________________________________________________________________
53484 [  8174] By: gsar                                  on 2000/12/18  03:53:09
53485         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
53486              7625..7629,7631..7634,7637,7639,7642 from mainline
53487              
53488              Fix for the tie-refhash string table leaks.
53489              
53490              Subject: [patch perl@7595] VMS configure.com tweak
53491              
53492              More careful detection of how well NVs and UVs mix.
53493              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))
53494              Added some SIGFPE paranoia.
53495              
53496              Forgot to bump the line numbers in #7601.
53497              
53498              Subject: PATCH std stdio for (Free)BSD
53499              
53500              Deleting $ENV{PATH} in VMS is not recommendable.
53501              
53502              Locale buglets.
53503              Subject: RE: Locales support (setlocale) fixes
53504              
53505              Do not test UTF-8 locales since that the tests would require
53506              polymorphic regexen.
53507              
53508              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
53509              
53510              A missing aTHX_.
53511              
53512              Subject: [ID 20001108.013] spelling
53513              
53514              Subject: [PATCH] Class::Struct at compile time
53515              
53516              Make deleting for %ENV work for (newer versions of) VMS,
53517              from Craig A. Berry.
53518              
53519              Forgot from #7618.
53520              
53521              More VMS moves on environment handling, from Charles Lane.
53522              
53523              Remove unused extra arguments.
53524              
53525              Typo in an ifndef.
53526              Subject: Re: [PATCH 5.7.0] better messages from malloc()
53527              
53528              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
53529              All except the "cow orker" change.
53530              
53531              The generated boot_* headers are wrong.  Pickier compiler,
53532              such as KAI C++ will refuse to compile the resulting perlmain.
53533              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
53534              
53535              There's no =head3.
53536              
53537              Disable only the tests 99 and 166 for UTF-8 locales.
53538              
53539              Missing dTHXs.
53540              Subject: RE: perl@7595 builds not on cygwin
53541              
53542              Subject: Re: bash -c exit and linux hints 
53543              
53544              Various doc oddball characters.
53545              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
53546              
53547              Subject: [PATCH] IO::Seekable pod
53548              
53549              Amdahl UTS hints updates.
53550              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
53551              
53552              Explain better why certain regex tests are skipped.
53553              Subject: Re: tests skipped: unknown reason
53554              
53555              Subject: [PATCH] README.solaris
53556              
53557              Subject: [PATCH perl@7638] cygwin port
53558      Branch: maint-5.6/perl
53559           +> README.solaris
53560           !> (integrate 26 files)
53561 ____________________________________________________________________________
53562 [  8173] By: gsar                                  on 2000/12/18  03:37:02
53563         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
53564              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
53565              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
53566              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
53567              
53568              Better create a true mailing list for the repository keepers.
53569              
53570              Subject: [ID 20001027.007] uniq array in perlfaq
53571              
53572              De-quoted-unreadable to ISO Latin 1.
53573              (There's one ISO-2022-JP name in Changes5.004.)
53574              
53575              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
53576              
53577              The #7476 needs a MANIFEST change, too.
53578              
53579              Add also emailless people.
53580              
53581              UTF-8 decoder tweak.
53582              
53583              Make \x{...} consistently produce UTF-8.
53584              Subject: Re: \x{...} is confused 
53585              
53586              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
53587              
53588              Add a perlbug flag, -A, to avoid acknowledgement messages.
53589              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
53590              
53591              Use Errno magic.
53592              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
53593              
53594              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
53595              
53596              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
53597              
53598              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
53599              
53600              Be more lenient on bad UTF-8 when doing bit arithmetics.
53601              Subject: Re: [ID 20000918.005] ~ on wide chars
53602              (The ord() part of the patch skipped.)
53603              
53604              Subject: perlfaq style changes
53605              
53606              AUTHORS tweaks.
53607              
53608              Whitespace style tweak.  Was originally going to see to
53609              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53610              but that had already been taken care of.
53611              
53612              The compiler is either gcc or cc, from Tom Bates.
53613              
53614              The osname has been lowercased by now, from Tom Bates.
53615              
53616              The NonStop-UX libraries have a novel way to say NaN.
53617              
53618              printf UVs the correct way, noticed by Robin Barker.
53619              
53620              Subject: [PATCH] startperl to respect versiononly
53621              
53622              AUTHORS updates.
53623              
53624              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
53625              
53626              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
53627              
53628              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
53629              
53630              Generalize the Camel wording.
53631              Subject: Re: perlfaq style changes
53632              
53633              Subject: [ID 20001005.006] Documentation -- description of qr//
53634              
53635              C.pm part of
53636              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
53637              
53638              Locale warning explanation tweak.
53639              
53640              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
53641              
53642              Make the POSIX::setuid and POSIX::setgid to really call setuid()
53643              and setgid() because they were just changing $< and $( which means
53644              only changing the real uid/gid, as opposed to changing both
53645              real and effective ids.  (The alternative way could have been
53646              in POSIX.pm to change $> and $), too, but making a direct call
53647              to the C API feels cleaner.)  Fixes the bug
53648              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
53649              
53650              Expand %Config variables and %ENV variables only if
53651              so requested during build time using the
53652              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
53653              Not expanding makes relocating distributions easier.
53654              
53655              More tweaking on the #7522 theme.
53656              
53657              Test::Harness revealed buglets in the new DynaLoader.
53658              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
53659              
53660              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
53661              fix a autovivification bug in Tie::RefHash, add tests for both.
53662              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
53663              
53664              Detpyo.
53665              
53666              recv() can fail and return undef.
53667              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
53668              
53669              Fix the problem discussed in
53670              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
53671              originally from Linc Madison.  Also Andreas König's comments
53672              taken into account.  Some other problems with Tie::SubstrHash
53673              fixed: didn't croak when the table exceeded the requested number
53674              of entries (as documented) but instead when the number of entries
53675              exceeded the size of the table, a croak() had an unnecessary \n,
53676              didn't have a CLEAR method, documented that there is no exists().
53677              Didn't fix to be strict-proof because the module uses &foo; and
53678              dynamic scope.  Added a test script exercizing both first tamely 
53679              the basic functionality, and then the failure cases reported by
53680              Linc Madison.
53681              
53682              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
53683              
53684              The #7521 touched things it shouldn't have.
53685              
53686              Subject: [PATCH 5.7.0] better messages from malloc()
53687              
53688              Subject: Re: README.aix
53689              
53690              Add FCNTL_CAN_LOCK.
53691              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53692              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53693              
53694              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
53695              create a "fast path" for locale name probing using "locale -a"
53696              if available, squash finally hopefully the s?printf resetting
53697              the numeric locale (since, IIUC perllocale, it never shouldn't). 
53698              
53699              More Changes tweakery.
53700              
53701              Dying is too strict here, better just skip.
53702              
53703              Subject: Locales support (setlocale) fixes
53704              Modified quite a bit to be more portable.
53705              
53706              Configure would use a bad $myuname from an old config.sh.
53707              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
53708              
53709              Fix for
53710              Subject: [ID 20001004.006] undef is never tainted
53711              An undef read from a slurped file was not tainted.
53712              
53713              Fix for
53714              Subject: [ID 20001004.007] taint propogation is inconsistent
53715              The culprit was sv_setsv() which was rather blindly
53716              propagating taint, which lead to behaviour where if
53717              a tainted anon hash value was seen all the hash values
53718              from then on at that level became tainted, or at any
53719              upper levels in the case of nested anon hashes.
53720              
53721              Test tweak: show also the failed locales.
53722              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
53723              
53724              A fix of sorts for 20000329.026, a better error message
53725              for a missing "use charnames" when using the \N{...}. 
53726              
53727              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
53728              
53729              Add =pod to be tidy.
53730              
53731              Fix for bug id 19990615.008, pos() unset during s///ge.
53732              
53733              Add a note for future generations about bug id 20000229.006.
53734              
53735              Use -dM for gcc (the suggested patch did it only for Linux,
53736              but I think it can be generalized).
53737              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
53738              
53739              opmini.o can linger from Configures past.
53740              
53741              Document that the evaled syntax errors cause scalar leaks.
53742              
53743              Fix for
53744              Subject: [ID 20000728.005] perl -P broken
53745              (hopefully).  The fix is also not complete, it seems to break
53746              BOM swallowing for libc5 systems, but until someone figures
53747              out a way to do this without ftell(), this will do.
53748              
53749              AUTHORS updates.
53750              
53751              Subject: Re: rsync'ed patches vs. rsync'ed source
53752              
53753              Admit that the test leaks scalars.
53754              
53755              Sanitize the environment further.
53756              
53757              VOS updates from Paul Green.
53758              
53759              Document %ENV = () portability issues.
53760              
53761              Make the stdio test program of 7427 less noisy while being 
53762              compiled so that Digital UNIX wouldn't get both
53763              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
53764              undefined.  This makes perlio happy.
53765              
53766              glibc5 detection by __GNU_LIBRARY__.
53767              
53768              %ENV note tweaks from Dan Sugalski.
53769              
53770              Varargs don't always work too well if one puts an unsigned
53771              char on the stack and pop an unsigned quad off the stack.
53772              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
53773              
53774              Subject: Pod updates
53775              
53776              Fake support of holey files in win/dosish platforms.
53777              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
53778              
53779              A doc addition for bug id 20001105.019, beware \p.
53780              
53781              Tweak #7587.
53782              
53783              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
53784              
53785              perlhack updates from H.Merijn Brand.
53786              
53787              Subject: [PATCH perl@7573] cygwin port
53788              Synchronize with Cygwin 1.1.5.
53789              
53790              Bad thinko in #7581 (I used the test program with the expanded
53791              values as-is).
53792              
53793              Make perlbug not insist on dumping to a file when stdout isn't a tty.
53794              Subject: [PATCH] perlbug.PL
53795              
53796              Overrideable keys, each, pop, push, shift, splice, unshift.
53797              Subject: [PATCH] prototyped functions that should be overrideable
53798              
53799              Try to avoid flockless and emulationless places.
53800      Branch: maint-5.6/perl
53801           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
53802            - MAINTAIN
53803           !> (integrate 111 files)
53804 ____________________________________________________________________________
53805 [  8172] By: jhi                                   on 2000/12/18  02:49:27
53806         Log: Regen pods.
53807      Branch: perl
53808            ! pod/perlmodlib.pod pod/perltoc.pod
53809 ____________________________________________________________________________
53810 [  8171] By: gsar                                  on 2000/12/18  02:49:24
53811         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
53812              7465..7471 from mainline
53813              
53814              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
53815              in platforms that strictly require all the symbols being present
53816              at link time.
53817              
53818              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
53819              
53820              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
53821              
53822              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
53823              
53824              Subject: [PATCH] todo
53825              
53826              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
53827              
53828              Use $sort, $uniq (and $tr) consistently as wondered
53829              by Nicholas Clark.
53830              
53831              Too enthusiastic editing in #7460.
53832              
53833              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
53834              
53835              Upgrade to CPAN 1.58_55.
53836              Subject: CPAN.pm status
53837              
53838              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
53839              
53840              Make target reordering to avoid pointless re-makes.
53841              Subject: Re: Total re-make of 'make okfile' after 7451 ?
53842              
53843              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
53844              
53845              Subject: DOC PATCH 5.6.0
53846              
53847              Add the repository doc by Malcolm, Sarathy, and by Simon,
53848              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
53849      Branch: maint-5.6/perl
53850           +> Porting/repository.pod
53851           !> Configure MANIFEST Makefile.SH README.dos README.os2
53852           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
53853           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
53854           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
53855 ____________________________________________________________________________
53856 [  8169] By: gsar                                  on 2000/12/18  02:33:34
53857         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
53858              7435..7441,7445 from mainline
53859              
53860              Make the UTF-8 decoding stricter and more verbose when
53861              malformation happens.  This involved adding an argument
53862              to utf8_to_uv_chk(), which involved changing its prototype,
53863              and prefer STRLEN over I32 for the UTF-8 length, which as
53864              a domino effect necessitated changing the prototypes of
53865              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
53866              The stricter UTF-8 decoding checking uses Markus Kuhn's
53867              UTF-8 Decode Stress Tester from
53868              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
53869              
53870              Run vms/vms_yfix.pl, should have done that after changing
53871              perly.c in #7382.
53872              
53873              Subject: [PATCH 5.7.0] static linking with uninstalled perl
53874              
53875              (Replaced by #7440.)
53876              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53877              
53878              Fix the bug ID 20001024.005, the bug introduced by #7416.
53879              
53880              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
53881              
53882              Fix the bug reported in
53883              From: andreas.koenig@anima.de (Andreas J. Koenig)
53884              Also make is_utf8_char() stricter.
53885              
53886              Missed the header file changes from #7425.
53887              
53888              Check if stdio supports tweaking lval and cnt simultaneously.
53889              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53890              
53891              Stratus VOS updates from Paul Green.
53892              
53893              Podify README.epoc and README.vos.
53894              
53895              Add targets to Makefile.SH, most importantly
53896              'regen_all' which also remembers to update vms/perly*.
53897              
53898              Subject: Minor update to find2perl, for portability
53899              
53900              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
53901              
53902              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
53903              
53904              Rename UTF8LEN() to be UNISKIP(), too confusing to have
53905              UTF8LEN() and UTF8SKIP(). 
53906              
53907              Allow poking holes at the UTF-8 decoding strictness.
53908              
53909              Continue the internal UTF-8 API tweaking.
53910              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
53911              used much more than the simpler API, now called utf8_to_uv_simple().
53912              Still not quite happy with API, too much partial duplication
53913              of functionality.
53914              
53915              A new version of making the syslog test more robust.
53916              (Replaces #7421.)
53917              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53918              
53919              buildtoc target tweaks.
53920              
53921              Integrate with vmsperl #7430 by Charles Bailey:
53922              
53923              Cleanup from prior patch (Charles Lane?):
53924              - improve handling of MFDs in Basename and Path
53925              - default to no xsubpp line # munging when building debug images
53926      Branch: maint-5.6/perl
53927           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53928           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
53929           !> (integrate 67 files)
53930 ____________________________________________________________________________
53931 [  8168] By: gsar                                  on 2000/12/18  02:05:49
53932         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
53933              
53934              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
53935              From: Martin Husemann <martin@duskware.de>
53936              
53937              Subject: [PATCH 5.7.0] restore match data on backtracing
53938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53939      Branch: maint-5.6/perl
53940           !> regcomp.c regexec.c t/op/re_tests
53941 ____________________________________________________________________________
53942 [  8167] By: gsar                                  on 2000/12/18  01:55:22
53943         Log: integrate changes#7858,7986 from mainline
53944              
53945              C<foreach my $x ...> in pseudo-fork()ed process may diddle
53946              parent's memory; fix it by keeping track of the actual pad
53947              offset rather than a raw pointer (this change is probably also
53948              relevant to non-ithreads case to avoid fallout from reallocs of
53949              the pad array, but is currently only enabled for the ithreads
53950              case in the interests of minimal disruption to existing "well
53951              tested" code)
53952              
53953              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
53954              due to the notorious GetFileType() bug in Windows 9x, which fstat()
53955              tickles)
53956      Branch: maint-5.6/perl
53957           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
53958           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
53959           !> win32/win32.c win32/win32.h win32/win32sck.c
53960 ____________________________________________________________________________
53961 [  8166] By: gsar                                  on 2000/12/18  01:52:59
53962         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
53963              from mainline (xsubpp and ExtUtils::LibList fixups, various
53964              other small items)
53965              
53966              The generated boot_* headers are wrong.  Pickier compiler,
53967              such as KAI C++ will refuse to compile the resulting perlmain.
53968              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
53969              
53970              Various doc oddball characters.
53971              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
53972              
53973              Subject: [PATCH] Re: 20001101.003 PDL
53974              
53975              Subject: [PATCH 5.7.0] etags broken again
53976              
53977              Subject: [PATCH 5.7.0] Liblist finally works
53978              
53979              Subject: [PATCH 5.7.0] Liblist returns found libraries
53980              
53981              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
53982              
53983              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
53984              
53985              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53986              OUT keyword nits.
53987              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53988              OUT and IN_OUT documentation.
53989      Branch: maint-5.6/perl
53990           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
53991           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
53992           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
53993           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
53994           !> win32/bin/search.pl
53995 ____________________________________________________________________________
53996 [  8165] By: gsar                                  on 2000/12/18  01:28:45
53997         Log: integrate changes#7533,7563,7611,7623 from mainline (various
53998              malloc.c embellishments)
53999      Branch: maint-5.6/perl
54000           !> malloc.c pod/perldiag.pod
54001 ____________________________________________________________________________
54002 [  8164] By: gsar                                  on 2000/12/18  01:23:33
54003         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
54004              fixups)
54005      Branch: maint-5.6/perl
54006           !> utils/h2xs.PL
54007 ____________________________________________________________________________
54008 [  8163] By: gsar                                  on 2000/12/18  01:17:50
54009         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
54010              fixups)
54011      Branch: maint-5.6/perl
54012           !> Makefile.SH utils/perlbug.PL
54013 ____________________________________________________________________________
54014 [  8162] By: gsar                                  on 2000/12/18  00:25:43
54015         Log: always export Perl_deb() (it is required by re.xs whether
54016              Perl is built with or without -DDEBUGGING)
54017      Branch: maint-5.6/perl
54018            ! makedef.pl
54019 ____________________________________________________________________________
54020 [  8161] By: gsar                                  on 2000/12/18  00:23:38
54021         Log: integrate change#7414 from mainline
54022              
54023              Undo the basename() part of #7412 since the lib/basename
54024              tests would need upgrading too.
54025              
54026              squelch two tests in tr.t that rely on tr/// paranoia change
54027              that's not in 5.6.x
54028      Branch: maint-5.6/perl
54029            ! t/op/tr.t
54030           !> lib/File/Basename.pm
54031 ____________________________________________________________________________
54032 [  8160] By: gsar                                  on 2000/12/18  00:05:30
54033         Log: missing change in previous integrate
54034      Branch: maint-5.6/perl
54035           !> README.aix
54036 ____________________________________________________________________________
54037 [  8159] By: gsar                                  on 2000/12/18  00:03:38
54038         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
54039              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
54040              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
54041              7410..7413 from mainline
54042              
54043              Introduce the man[24-8] variables, from Andy Dougherty.
54044              
54045              Upgrade to CPAN 1.58, from Andreas König.
54046              
54047              An updated EBCDIC tr patch.
54048              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
54049              
54050              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
54051              
54052              Two thirds of
54053              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54054              The Install.pm changes will be submitted separately because
54055              they need some work and discussion still.
54056              
54057              The Install.pm third of
54058              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54059              
54060              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
54061              
54062              Subject: [PATCH 5.7.0] IVs in mtats
54063              
54064              Subject: [PATCH 5.7.0] Perl API for mstats
54065              
54066              Ilya implemented the memory profiling API.
54067              
54068              In Amdahl UTS "struct sv" is defined by a system header,
54069              <ksync.h>.
54070              
54071              Slight tweak of the code to appease Amdahl UTS cc.
54072              
54073              Amdahl UTS doesn't seem to do dynaloading.
54074              
54075              Use UTF8SKIP(), from Simon Cozens.
54076              
54077              Thinko in #7222.
54078              
54079              op/sprintf.t patch for OS/390 (and any other host with limited
54080              floating-point exponent length)
54081              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
54082              
54083              Tweak #7225.
54084              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54085              
54086              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
54087              
54088              Needs to be conditional on SunOS 4.
54089              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
54090              
54091              Test cases for bug id 20000323.056 (the bug seems to be fixed).
54092              
54093              Add test for bug id 20000427.003 (which seems to have
54094              been fixed) (also duplicate as 20000427.004, though
54095              with a higher severity).  Move one utf8 from op/append
54096              to pragma/utf8, tag the tests with bug ids.
54097              
54098              Document FNCASE=y as discussed in the bug 20000902.009.
54099              
54100              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
54101              The problem was that rx->minlen was in chars while pp_split()
54102              thought it would be in bytes. 
54103              
54104              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
54105              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
54106              
54107              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
54108              
54109              Fix a couple of compiler-noted nits in #7235.
54110              
54111              Tweak the test of #7235.
54112              
54113              One more ~utf8 tweak.
54114              
54115              -w cleanup.
54116              Subject: Re: Problems with bleadperl 
54117              
54118              Subject: small pod patch
54119              
54120              Subject: [PATCH perlguts.pod] Document offset hack
54121              
54122              Add Charles Lane.
54123              
54124              Add the capability to include/exclude branches.
54125              
54126              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
54127              
54128              Detect early whether the std streams have gone bad.
54129              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54130              
54131              More IoTYPE sprinkling.
54132              
54133              Workaround for a sfio bug where the stream error indicator
54134              is not cleared as documented.
54135              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54136              
54137              Clarify documentation on 'use bytes'.
54138              Subject: Re: What does 'use bytes' "mean" ?
54139              
54140              Show the failed remote port, instead of the failing line number.
54141              Subject: [PATCH 5.6.1 Debugger] More diagnostics
54142              
54143              Make Cwd more bulletproof in chrooted environments.
54144              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
54145              
54146              Subject: Pod patch for Devel::Peek
54147              
54148              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
54149              
54150              Borland C fstat() never saw the fd as writable.
54151              Subject: fix for Borland's weak "stat" (perl@7211)
54152              
54153              Missing change from #7362.
54154              
54155              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
54156              
54157              Add the test case for the bug id 20000730.004 which seems
54158              to have been fixed by now.
54159              
54160              Fix of sorts for bug id 20000901.092.  There seems to be no trace
54161              of a 'pmshort' anywhere in the B, so the offending line was simply
54162              removed.
54163              
54164              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
54165              
54166              Subject: PATCH do_print has 2 PerlIO_error()s
54167              
54168              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
54169              
54170              Typo noted by Mark Lutz.
54171              
54172              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
54173              
54174              In the latest compiler builds cccdlflags must not become -fpic,
54175              from Wilfredo Sánchez.
54176              
54177              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
54178              
54179              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
54180              
54181              SOCKS function redefinitions need prototypes, too, otherwise
54182              for example 32 bit versus 64 bit differences cause a lot of
54183              problems.  Part of
54184              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54185              
54186              Portability tweak on #7377.
54187              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
54188              
54189              Don't write double values through long double pointers,
54190              based on a part of
54191              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54192              
54193              Reëntrancy fix.
54194              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54195              
54196              Make scan_num() reëntrant, as suggested in
54197              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54198              
54199              Fix for ID 20001020.006, concatenating an unset submatch
54200              with utf8 resulted in "Modification of a read-only value".
54201              
54202              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
54203              
54204              The #7383 was right only in the context of the original bug report,
54205              not in more general case.
54206              
54207              Update Changes.
54208              
54209              Testcases for a #7383,#7385 related bug.
54210              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
54211              
54212              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
54213              
54214              Tweak the Is* definitions of Unicode character classes
54215              to better match the official categorizations; embrace
54216              the official categorizations; add the combining marks
54217              as alpha (and -numeric); fix DCinital (a typo and edito)
54218              to be DCmedial.
54219              
54220              Hints tweak from Anton Berezin.
54221              
54222              Subject: installman go-faster stripes
54223              Subject: Re: installman go-faster stripes
54224              
54225              Subject: [ID 20001021.003] updated hints/openbsd.sh
54226              
54227              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
54228              
54229              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54230              
54231              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
54232              
54233              Doc patch.
54234              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
54235              
54236              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
54237              
54238              Subject: Re: [ID 20001021.005] SEGV with regex match 
54239              
54240              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
54241              
54242              The change #7187 was not so good on VMS.
54243              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
54244              
54245              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
54246              
54247              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
54248              
54249              Document PERL_INSTALL_ROOT of #7210.
54250      Branch: maint-5.6/perl
54251           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
54252           +> t/lib/tie-splice.t
54253            - lib/unicode/Is/DCinital.pl
54254           !> (integrate 112 files)
54255 ____________________________________________________________________________
54256 [  8158] By: jhi                                   on 2000/12/17  23:04:24
54257         Log: Subject: [PATCHES] RE: perl@8150 
54258              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
54259              Date: Sun, 17 Dec 2000 21:46:39 +0100
54260              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
54261              
54262              Neither cygwin has a getpwuid() one can trust on.
54263      Branch: perl
54264            ! t/lib/glob-basic.t
54265 ____________________________________________________________________________
54266 [  8157] By: jhi                                   on 2000/12/17  23:01:54
54267         Log: More MAN.PODS => {} fixes.
54268      Branch: perl
54269            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
54270            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
54271            ! os2/OS2/REXX/Makefile.PL
54272 ____________________________________________________________________________
54273 [  8156] By: gsar                                  on 2000/12/17  22:49:13
54274         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
54275              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
54276              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
54277              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
54278              7201,7204 from mainline
54279              
54280              Remove vestiges of tr//CU.
54281              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54282              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54283              
54284              The return value of setlocale must be copied away.
54285              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
54286              
54287              Allow chop() and chomp() to be overridden.
54288              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
54289              
54290              Hints optimization.
54291              Subject: Minor nit
54292              
54293              Subject: [PATCH] de-wall t/README
54294              
54295              Subject: Re: Two advertising clauses need to be removed
54296              
54297              Batch of UTF-8 patches from Simon Cozens.
54298              
54299              Fix for a parsing bug, not for the original bug.
54300              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
54301              
54302              Compilation warnings and an error.
54303              
54304              Subject: File::Find 5.7.0 POD nits
54305              
54306              Subject: [PATCH perl-5.7.0] continued -Wformat support
54307              
54308              The one that got away.
54309              
54310              Subject: Re: perl@7078
54311              
54312              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
54313              convertable to bytes by checking it doesn't go above 0xc3
54314              Subject: Re: perl@7078
54315              
54316              Replace #7084 with
54317              Subject: Re: perl@7078 
54318              
54319              We don't need to count the high bit bytes, a boolean is enough. 
54320              
54321              Subject: [PATCH] utf8.c apidoc
54322              
54323              Subject: Re: perl@7078 
54324              
54325              Botched the #7090 check-in.
54326              
54327              Fix for the charnames.t failures from Spider Boardman.
54328              
54329              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
54330              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
54331              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
54332              0 to checking to get the warning.
54333              
54334              Subject: [PATCH] Nits in perlmod.pod
54335              
54336              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
54337              
54338              Subject: Re: unicode support and perl [ID 20000901.097]
54339              
54340              Subject: Re: unicode support and perl [ID 20000901.097]
54341              
54342              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
54343              
54344              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
54345              
54346              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
54347              
54348              Subject: [PATCH@blead] Fix some recursion in overload.pm
54349              
54350              s/Robin Parker/Robin Barker/
54351              
54352              Subject: [PATCH] Fix aliasing of tied filehandles
54353              
54354              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
54355              
54356              Subject: Re: [PATCH 5.005_64 missed]
54357              
54358              SOCK_DGRAM and listen() do not mix as reported in
54359              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
54360              The patch for 5.7.0+ had to be reengineered, though.
54361              
54362              Subject: DOC PATCH 5.6.0
54363              
54364              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
54365              
54366              Document the issue (is not a syntax error, kind of)
54367              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
54368              
54369              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
54370              Did not apply cleanly, manual intervention was needed.
54371              
54372              Subject: [PATCH] DLL not restartabke with threaded perl
54373              
54374              Inside require() $^S was always left undefined.
54375              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
54376              
54377              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
54378              
54379              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
54380              
54381              Regen headers.
54382              
54383              Subject: [PATCH 5.7.0] Epoc update
54384              
54385              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
54386              as suggested by Olaf Flebbe and Nick Clark.
54387              
54388              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
54389              
54390              Misplaced else.
54391              
54392              Scale down the VMS message boxes, by Charles Lane.
54393              Fix for ID 20000903.009, workaround at
54394              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
54395              
54396              Subject: [ID 20001003.006] B::Debug not -w clean
54397              
54398              Test harness update to sync with the new perlcc,
54399              from Simon Cozens.
54400              
54401              One remaining nit less at the VMS mailbox sizing.
54402              
54403              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54404              
54405              It is possible to have no hosts database at all.  Pointed out in
54406              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54407              
54408              Subject: [PATCH 5.7.0] h2xs not working
54409              Subject: [PATCH 5.7.0] h2xs not documenting the created module
54410              
54411              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
54412              
54413              Subject: perlhack.pod Patch for Externals Tools
54414              
54415              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
54416              
54417              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
54418              
54419              Enable disabling scripts installation by Configure -Uinstallscripts,
54420              suggested by H. Merijn Brand.
54421              
54422              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
54423              reported several times by Dominic Dunlop, for example in
54424              ID 20000315.008.  Patch from Dominic.  Patch affects at
54425              least MachTen, and possibly other oldish BSDs. Should not
54426              break non-broken platforms (tested on LinuxPPC). 
54427              
54428              Regen toc.
54429              
54430              Subject: Re: Questions about Tie::Array and perl modules
54431              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
54432              
54433              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
54434              
54435              Tweak #7153.
54436              
54437              IO::Handle->syswrite() did not handle length omission
54438              like CORE::syswrite() does.
54439              Subject: [Fwd] IO::Handle, syswrite and arguments
54440              The original patch from andrew@ugh.net.au.
54441              
54442              Also the $ccflags is needed for the C compiler check.
54443              Subject: Configure (check for C-compiler)
54444              
54445              Eliminate $Is_VMS code from the test.
54446              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
54447              
54448              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
54449              as the first option of cc/ld because of ultrapicky compilers
54450              (e.g. OS/390 R2.5)
54451              
54452              Change the version number of Tie::Handle in the core to 4.0,
54453              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
54454              Subject: Note on Tie::Handle
54455              
54456              UTF8ize split() so that the cloned substrings get the UTF8
54457              flag of the original scalar.  Problem reported by Simon Cozens.
54458              
54459              save_re_context() could reset PL_curcop to freed memory, causing core
54460              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
54461              
54462              Subject: PATCH 5.6 perldebguts grammar cleanup
54463              
54464              Add a todo note about overloadable assertions.
54465              
54466              on Windows, LoadLibrary() could load an extension DLL multiple
54467              times if forward slashes are used in the path
54468              
54469              on Windows, cwd strings in the environment should be of the
54470              form =X:=X:\foo instead of =X=X:\foo\
54471              
54472              on Windows, avoid potential exception (could happen if MSVCRT isn't
54473              being used) when closing a socket handle
54474              
54475              avoid nonportable example code
54476              
54477              Windows9x doesn't support link(), despite what Config.pm
54478              might think
54479              
54480              pod nit
54481              
54482              Change #7160 had a nasty typo.
54483              
54484              Warn about unknown scripts.
54485              Subject: Re: ideas? patches? [PATCH bleadperl]
54486              
54487              on Windows, clean targets might not work under some flavors of the shell
54488              
54489              tweak for change#7173
54490              
54491              Make eq work again with utf8 (disabling the upgrading
54492              should no more be necessary since the copies of the
54493              scalars are upgraded, not the scalars themselves).
54494              Takes care of ID 20001009.001.  (The claimed length()
54495              bug in 20001009.001 seems bogus to me.)
54496              
54497              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
54498              
54499              Upgrade to CGI.pm 2.74, from Lincoln Stein.
54500              
54501              Upgrade to podlators 1.04, from Russ Allbery.
54502              
54503              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
54504              
54505              Quote the temp file name, needed in Win32 because the
54506              default name unfortunately contains spaces, shouldn't
54507              hurt elsewhere.
54508              Subject: FW: perldoc fails if $TEMP contains spaces
54509              
54510              Subject: RE: [ID 19990803.001] README.win32 suggestions 
54511              
54512              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
54513              
54514              Subject: Re: utf8 concat, mg_get
54515              
54516              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
54517              
54518              Subject: [PATCH: perl@7181] op/tr tests on OS/390
54519              
54520              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
54521              
54522              Use the versiononly instead of the installscripts,
54523              retract the changes 7146 and 7147.
54524              
54525              Reapply Andy's patch and regen Configure.
54526              
54527              Add the test case for #7190, from the original bug report
54528              by Andreas König.
54529              
54530              Remove duplicated code.
54531              
54532              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
54533              
54534              restore change#7202
54535      Branch: maint-5.6/perl
54536           !> (integrate 121 files)
54537 ____________________________________________________________________________
54538 [  8155] By: jhi                                   on 2000/12/17  22:30:58
54539         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
54540              From: "Craig A. Berry" <craigberry@mac.com>
54541              Date: Sun, 17 Dec 2000 13:09:28 -0600
54542              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
54543              
54544              MAN.PODS => ' ' is naughty.
54545      Branch: perl
54546            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
54547 ____________________________________________________________________________
54548 [  8154] By: nick                                  on 2000/12/17  22:07:13
54549         Log: MULTIPLICITY nit.
54550      Branch: perl
54551            ! mg.c
54552 ____________________________________________________________________________
54553 [  8153] By: gsar                                  on 2000/12/17  21:23:05
54554         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
54555              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
54556              from mainline
54557              
54558              Document the SvIOK_.*UV().
54559              
54560              Update Unicode todo list.
54561              
54562              Guard against bad string->int conversion for quads.
54563              
54564              Subject: small apidoc fix
54565              
54566              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
54567              
54568              Subject: [PATCH] Tied filehandle documentation
54569              
54570              Subject: [PATCH] Modernize Opcode.pm documentation
54571              
54572              Make Data::Dumper (non-XS) to work with changed semantics of ref().
54573              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
54574              [applied even though said semantics didn't change in 5.6.x]
54575              
54576              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
54577              
54578              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
54579              
54580              Fix the URL, but the server is still missing in action.
54581              Subject: [ID 20000905.002] perlfaq1.pod URL error
54582              
54583              Subject: [ID 20000903.001] \w in utf8-strings
54584              
54585              Fix the ccversion detection for 5.1 and beyond.
54586              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
54587              
54588              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
54589              
54590              Subject: [ID 20000904.008] Tiny fix for perldiag
54591              
54592              Subject: Re: [ID 20000906.004] segfault with bad perl statement
54593              
54594              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
54595              
54596              Subject: [ID 20000908.002] perlipc documentation bug.
54597              
54598              Subject: [PATCH lib/Benchmark.pm]
54599              
54600              Re-allow vec() for characters > 255.
54601              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
54602              
54603              Do away with memory models cruft.  Sorry, PDP users.
54604              
54605              Continue #7041.
54606              
54607              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
54608              
54609              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
54610              
54611              Upgrade to CPAN 1.57_65, from Andreas König.
54612              
54613              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
54614              by Russ Allbery.
54615              
54616              Silence t/pod/*.t about alternate quote-mappings now implemented
54617              by Pod::Text, from Brad Appleton.
54618              
54619              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
54620              Subject: borland C++ win32.c tweak
54621              
54622              C<@a = @b = split(...)> optimization coredumps under ithreads
54623              (missed a spot when fixing up op_pmreplroot hack for ithreads)
54624              
54625              Document the SvUTF8*().
54626              
54627              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
54628              
54629              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
54630              
54631              Do in VMS as the #7054 does.
54632              
54633              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
54634              
54635              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
54636              
54637              Subject: [patch: perl@7045] vms updates
54638              
54639              Test for the #7049.
54640              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
54641              
54642              Break up the myconfig lines a bit.
54643              Subject: perlbug/perl -V output format
54644              
54645              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
54646              
54647              The #7054 truncated Configure badly.
54648              
54649              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
54650              initialization in all the threads on Windows
54651              
54652              Allow for whitespace between "#" and "line" in cpp output.
54653              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
54654              
54655              Remove vestiges of tr//CU.
54656              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54657              
54658              The return value of setlocale must be copied away.
54659              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
54660              
54661              Allow chop() and chomp() to be overridden.
54662              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
54663              
54664              Hints optimization.
54665              Subject: Minor nit
54666              
54667              Subject: [PATCH] de-wall t/README
54668              
54669              Subject: Re: Two advertising clauses need to be removed
54670      Branch: maint-5.6/perl
54671           !> (integrate 75 files)
54672 ____________________________________________________________________________
54673 [  8152] By: gsar                                  on 2000/12/17  20:30:11
54674         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
54675              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
54676              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
54677              
54678              Don't attach -ld to the archname if pointless.
54679              
54680              Document UNTIE in a very minimalistic way.
54681              
54682              POSIX doesn't report long double values under -Duselongdouble
54683              when the long doubles are "real" (bigger than doubles).
54684              
54685              More author updates.
54686              
54687              Try to deduce NV_MAX.  Really should be Configure fodder.
54688              
54689              :: not allowed in pathnames, change to .
54690              Subject: [PATCH perl@6938] cygwin port
54691              
54692              Forget about NV_MAX (#6951).  Various floating point tweaks,
54693              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
54694              
54695              Move the Solaris 7 scan to use64bitall, make the
54696              failure to find 64-bot sparc libc to mention the
54697              possibility of being in an intel, from Lupe and Alan.
54698              
54699              Regen perltoc.
54700              
54701              AUTHORS tweaks, from Peter Prymmer.
54702              
54703              More address tweaking.
54704              
54705              Small tweaks all over.
54706              
54707              File::Temp patches from Andreas König,
54708              
54709              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
54710              
54711              Subject: CPAN.pm beta 1.57_57 for the core
54712              
54713              Part of the solution.
54714              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
54715              
54716              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
54717              
54718              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54719              
54720              Add the overload warnings to perldiag.
54721              
54722              Drop unused argument.
54723              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
54724              
54725              Subject: Nit in Configure (bleadperl@6961)
54726              
54727              Update to PodParser 1.18, from Brad Appleton.
54728              
54729              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
54730              
54731              Subject: [PATCH: 6948] add SCNfldbl to configure.com
54732              
54733              Document UNTIE. Also tweak implementation to suppress the 'inner references'
54734              warning when UNTIE exists and instead pass the cound of extra references to
54735              the UNTIE method.
54736              
54737              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
54738              so that case-ignoring systems like DCL can tell them from
54739              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
54740              
54741              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54742              
54743              Feature ordering tweak.
54744              
54745              Regen perltoc.
54746              
54747              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
54748              
54749              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
54750              
54751              Subject: http:// in L<>
54752              
54753              Detypo.
54754              
54755              change#6791 accidentally clobbered change#6710, put it back
54756              
54757              Only the first line, thank you very much.
54758              
54759              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
54760              plus rework the http: spots as suggested by Tom Christiansen,
54761              plus regen perltoc.
54762              
54763              Undo part of change 6489 which looks like a bulk edit which
54764              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
54765              The supressing of main:: on return from select() is undesirable.
54766              
54767              Apparently avoiding the swapping is too costly.
54768              
54769              Various Configure nits by Philip Newton,
54770              plus the ebcdic one by me.
54771              
54772              Make certain cc is set before trying to run it.
54773              
54774              If overloaded %{} etc. return the object do not loop.
54775              Thus  sub deref { $_[0] } functions if object is wanted type.
54776              
54777              Update perlhist.
54778              
54779              More %{} and other deref special casing - do not pass to 'nomethod'.
54780      Branch: maint-5.6/perl
54781           !> (integrate 59 files)
54782 ____________________________________________________________________________
54783 [  8151] By: gsar                                  on 2000/12/17  19:14:38
54784         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
54785              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
54786              
54787              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
54788              
54789              Make the epsilon to be relative, not absolute.
54790              
54791              Put back the flags dump as reasoned in
54792              Subject: Re: [PATCH] Glob dumping
54793              
54794              Introduce ccname to keep track of what compiler kind of we have.
54795              
54796              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
54797              
54798              Put back the slice accidentally removed by #6907.
54799              
54800              Reset archname and archname64 always, forcing them be
54801              recomputed at each Configure run, make Configure and
54802              the hints files agree on the naming of largefiles variables.
54803              
54804              Don't say "Perl 5.0 source kit".
54805              
54806              Subject: [PATCH] fix misc cast warnings
54807              
54808              Subject: typos in pods
54809              
54810              NVs not necessarily doubles, as pointed out by Yitzchak.
54811              
54812              Subject: [PATCH 6889] add a few ldbl formats to configure.com
54813              
54814              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
54815              
54816              Better options for rsync.
54817              
54818              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
54819              
54820              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
54821              
54822              Subject: [PATCH] Re: UNTIE method 
54823              
54824              A better fix for the Socket building problem from Craig Berry.
54825              
54826              Retract the dummy test, skip the security tests (instead of failing),
54827              explain what the warnings mean.
54828              
54829              Heap decorruption.
54830              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
54831              
54832              Update to Unicode 3.0.1.
54833              
54834              Missed one Unicode file.
54835              
54836              Subject: Re: typos in pods
54837              
54838              The #6929 was too skimpy.
54839              
54840              sscanf() may be the only way to read long doubles from strings.
54841              
54842              Reveal Borland's isnan.
54843              Subject: build with BC++ tweak
54844              
54845              Issue useful diagnostic on unknown pod commands.
54846              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
54847              
54848              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
54849              
54850              Clarify the third case of ftmp-security warnings.
54851              
54852              Make -Dusemorebits find long doubles in Solaris.
54853              
54854              Wrap the test in eval.
54855      Branch: maint-5.6/perl
54856           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
54857           +> lib/unicode/PropList.txt lib/unicode/README.perl
54858           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
54859           +> lib/unicode/Unicode.301 vms/vmspipe.com
54860            - lib/unicode/Props.txt lib/unicode/UCD300.html
54861            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54862           !> (integrate 305 files)
54863 ____________________________________________________________________________
54864 [  8150] By: jhi                                   on 2000/12/17  18:47:57
54865         Log: Uncheckedin generated files.
54866      Branch: perl
54867            ! global.sym perlapi.c pod/perlapi.pod
54868 ____________________________________________________________________________
54869 [  8149] By: jhi                                   on 2000/12/17  18:41:22
54870         Log: Update Changes.
54871      Branch: perl
54872            ! Changes patchlevel.h
54873 ____________________________________________________________________________
54874 [  8148] By: jhi                                   on 2000/12/17  18:39:16
54875         Log: Subject: [PATCH] Fcntl constants speedup
54876              From: Nicholas Clark <nick@ccl4.org>
54877              Date: Sun, 17 Dec 2000 16:29:24 +0000
54878              Message-ID: <20001217162924.E97668@plum.flirble.org>
54879              
54880              Use IVs for the Fcntl constants instead of NVs.
54881      Branch: perl
54882            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
54883 ____________________________________________________________________________
54884 [  8147] By: jhi                                   on 2000/12/17  18:33:41
54885         Log: Add test for #8145 (binmode() warning), add warning for
54886              ioctl() and sockpair(), document them. (fileno() cannot
54887              be tripwired with the same kind of warning because
54888              'defined fileno($foo)' seems to be an idiom.)
54889      Branch: perl
54890            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
54891 ____________________________________________________________________________
54892 [  8146] By: gsar                                  on 2000/12/17  18:09:08
54893         Log: update Changes
54894      Branch: maint-5.6/perl
54895            ! Changes
54896 ____________________________________________________________________________
54897 [  8145] By: jhi                                   on 2000/12/17  17:39:35
54898         Log: Subject: [PATCH] Re: The long awaited feature ...
54899              From: Simon Cozens <simon@cozens.net>
54900              Date: Sun, 17 Dec 2000 12:31:56 +0000
54901              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
54902              
54903              Add a warning to binmode() about using bad filehandles
54904              (can happen e.g. if someone forgets the filehandle argument)
54905      Branch: perl
54906            ! pp_sys.c
54907 ____________________________________________________________________________
54908 [  8144] By: jhi                                   on 2000/12/17  17:33:48
54909         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
54910              From: Jonathan Stowe <gellyfish@gellyfish.com>
54911              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
54912              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
54913      Branch: perl
54914            ! lib/Net/Ping.pm
54915 ____________________________________________________________________________
54916 [  8143] By: jhi                                   on 2000/12/17  05:31:37
54917         Log: Polymorphic regexps.
54918              
54919              Fixes at least the bugs 20001028.003 (both of them...) and
54920              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
54921              also to be fixed by now, probably already before this patch.
54922      Branch: perl
54923            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
54924            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
54925            ! t/op/utf8decode.t t/pragma/utf8.t
54926 ____________________________________________________________________________
54927 [  8142] By: jhi                                   on 2000/12/16  17:16:05
54928         Log: Subject: [patch perl@8102] dos/djgpp update
54929              From: Laszlo Molnar <ml1050@freemail.hu>
54930              Date: Sat, 16 Dec 2000 01:40:52 +0100
54931              Message-ID: <20001216014052.A335@freemail.hu>
54932      Branch: perl
54933            ! djgpp/config.over t/base/commonsense.t
54934 ____________________________________________________________________________
54935 [  8141] By: jhi                                   on 2000/12/16  17:09:27
54936         Log: Few uncheckedin files.
54937      Branch: perl
54938            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
54939 ____________________________________________________________________________
54940 [  8140] By: nick                                  on 2000/12/15  22:14:31
54941         Log: Integrate mainline
54942      Branch: perlio
54943           !> (integrate 53 files)
54944 ____________________________________________________________________________
54945 [  8139] By: jhi                                   on 2000/12/15  19:49:49
54946         Log: One more IVUV tweak from Nicholas Clark.
54947      Branch: perl
54948            ! sv.c
54949 ____________________________________________________________________________
54950 [  8138] By: jhi                                   on 2000/12/15  19:17:06
54951         Log: Return of the IVUV-preservation, now seems to be happy even
54952              in Digital UNIX (the broken strtoul brokenness detection
54953              seems to have been the fly in the ointment).
54954      Branch: perl
54955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54956            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
54957            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
54958            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
54959            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54960            ! vos/config.ga.h win32/config.bc win32/config.gc
54961            ! win32/config.vc
54962 ____________________________________________________________________________
54963 [  8137] By: jhi                                   on 2000/12/15  18:12:14
54964         Log: Metaconfig unit change for #8136.
54965      Branch: metaconfig
54966            ! U/modified/d_strtoul.U
54967      Branch: metaconfig/U/perl
54968            ! d_strtoull.U d_strtouq.U
54969 ____________________________________________________________________________
54970 [  8136] By: jhi                                   on 2000/12/15  18:11:35
54971         Log: I don't think it's sensible or portable to test the strtou*
54972              on /^-/ strings.
54973      Branch: perl
54974            ! Configure
54975 ____________________________________________________________________________
54976 [  8135] By: jhi                                   on 2000/12/15  17:18:49
54977         Log: Metaconfig unit change for #8134.
54978      Branch: metaconfig
54979            ! U/modified/d_strtoul.U
54980 ____________________________________________________________________________
54981 [  8134] By: jhi                                   on 2000/12/15  17:14:13
54982         Log: If longsize is 8 we don't need a LL suffix for integer constants.
54983      Branch: perl
54984            ! Configure config_h.SH
54985 ____________________________________________________________________________
54986 [  8133] By: jhi                                   on 2000/12/15  16:00:23
54987         Log: Update Changes.
54988      Branch: perl
54989            ! Changes patchlevel.h
54990 ____________________________________________________________________________
54991 [  8132] By: jhi                                   on 2000/12/15  15:44:16
54992         Log: Some compilers get huffy if you do not cast a const pointer
54993              to a non-const when assigning.
54994      Branch: perl
54995            ! gv.c
54996 ____________________________________________________________________________
54997 [  8131] By: jhi                                   on 2000/12/15  15:38:30
54998         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
54999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55000              Date: Fri, 15 Dec 2000 05:26:57 -0500
55001              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
55002      Branch: perl
55003            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
55004            ! t/pragma/overload.t
55005 ____________________________________________________________________________
55006 [  8130] By: jhi                                   on 2000/12/15  15:36:08
55007         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
55008              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55009              Date: Thu, 14 Dec 2000 22:02:43 -0500
55010              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
55011      Branch: perl
55012            ! gv.c perl.h
55013 ____________________________________________________________________________
55014 [  8129] By: jhi                                   on 2000/12/15  15:34:16
55015         Log: Subject: PATCH: h2xs nit
55016              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55017              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
55018              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
55019              
55020              Add a template README.
55021      Branch: perl
55022            ! utils/h2xs.PL
55023 ____________________________________________________________________________
55024 [  8128] By: jhi                                   on 2000/12/15  15:32:22
55025         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
55026      Branch: perl
55027            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
55028 ____________________________________________________________________________
55029 [  8127] By: jhi                                   on 2000/12/15  15:19:34
55030         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
55031              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55032              Date:     Thu, 14 Dec 2000 20:04:42 EST
55033              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
55034      Branch: perl
55035            ! ext/Opcode/Opcode.xs
55036 ____________________________________________________________________________
55037 [  8126] By: jhi                                   on 2000/12/15  15:17:49
55038         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
55039              From: Peter Prymmer <pvhp@forte.com>
55040              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
55041              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
55042      Branch: perl
55043            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
55044            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
55045            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
55046 ____________________________________________________________________________
55047 [  8125] By: jhi                                   on 2000/12/15  15:11:05
55048         Log: This seems to be a stage sane and stable enough to checkin.
55049              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
55050      Branch: perl
55051            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
55052            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
55053            ! t/op/cmp.t t/op/numconvert.t
55054 ____________________________________________________________________________
55055 [  8124] By: jhi                                   on 2000/12/15  04:20:26
55056         Log: Something is really wonky.
55057      Branch: perl
55058            ! sv.c
55059 ____________________________________________________________________________
55060 [  8123] By: jhi                                   on 2000/12/15  04:00:50
55061         Log: Fixes for the IV UV patches to compile in Digital UNIX.
55062      Branch: perl
55063            ! sv.c
55064 ____________________________________________________________________________
55065 [  8122] By: jhi                                   on 2000/12/15  02:53:40
55066         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
55067              From: "Craig A. Berry" <craigberry@mac.com>
55068              Date: Thu, 14 Dec 2000 19:10:49 -0600
55069              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
55070      Branch: perl
55071            ! vms/vms.c
55072 ____________________________________________________________________________
55073 [  8121] By: jhi                                   on 2000/12/15  02:50:00
55074         Log: Metaconfig changes for #8120.
55075      Branch: metaconfig
55076            + U/modified/d_strtoul.U
55077      Branch: metaconfig/U/perl
55078            ! d_strtoull.U d_strtouq.U
55079 ____________________________________________________________________________
55080 [  8120] By: jhi                                   on 2000/12/15  02:49:42
55081         Log: From: Nicholas Clark <nick@ccl4.org> 
55082              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
55083              Date: Thu, 14 Dec 2000 18:38:57 +0000
55084              Message-ID: <20001214183857.B97909@plum.flirble.org>
55085      Branch: perl
55086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55087            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
55088            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
55089            ! vos/config.ga.def vos/config.ga.h win32/config.bc
55090            ! win32/config.gc win32/config.vc
55091 ____________________________________________________________________________
55092 [  8119] By: jhi                                   on 2000/12/14  23:40:58
55093         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
55094              From: Nicholas Clark <nick@ccl4.org>
55095              Date: Wed, 13 Dec 2000 20:08:50 +0000
55096              Message-ID: <20001213200849.B71166@plum.flirble.org>
55097      Branch: perl
55098            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
55099            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
55100 ____________________________________________________________________________
55101 [  8118] By: jhi                                   on 2000/12/14  22:46:26
55102         Log: Integrate perlio.
55103      Branch: perl
55104           !> MANIFEST ext/Encode/compile makedef.pl
55105 ____________________________________________________________________________
55106 [  8117] By: nick                                  on 2000/12/14  22:38:53
55107         Log: Win32 tweaks to get Encode to build
55108              - temp hack to makedef.pl till PerlIO is properly "exported".
55109              - MSVC dislikes  
55110              static encpage_t foo[];
55111              so make 'em extern for now.
55112      Branch: perlio
55113            ! ext/Encode/compile makedef.pl
55114 ____________________________________________________________________________
55115 [  8116] By: nick                                  on 2000/12/14  22:00:53
55116         Log: Document the new files
55117      Branch: perlio
55118            ! MANIFEST
55119 ____________________________________________________________________________
55120 [  8115] By: jhi                                   on 2000/12/14  21:58:01
55121         Log: MANIFEST new files of #8114.
55122      Branch: perl
55123            ! MANIFEST
55124 ____________________________________________________________________________
55125 [  8114] By: jhi                                   on 2000/12/14  21:50:49
55126         Log: Integrate perlio.
55127      Branch: perl
55128           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
55129           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
55130           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
55131           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
55132           !> ext/Encode/Makefile.PL
55133 ____________________________________________________________________________
55134 [  8113] By: jhi                                   on 2000/12/14  21:48:49
55135         Log: The documentation part of the
55136              
55137              Subject: [ID 20001214.002] Net::Ping patch
55138              From: Jonathan Stowe <gellyfish@gellyfish.com>
55139              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
55140              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
55141              since the #7529 had already addressed the same problem.
55142      Branch: perl
55143            ! lib/Net/Ping.pm
55144 ____________________________________________________________________________
55145 [  8112] By: jhi                                   on 2000/12/14  21:42:57
55146         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
55147              From: Dominic Dunlop <domo@computer.org>
55148              Date: Tue, 12 Dec 2000 10:47:10 +0100
55149              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
55150              
55151              Document how elusive subroutines can be.
55152      Branch: perl
55153            ! pod/perlfunc.pod
55154 ____________________________________________________________________________
55155 [  8111] By: jhi                                   on 2000/12/14  21:38:05
55156         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
55157              From: Dominic Dunlop <domo@computer.org>
55158              Date: Thu, 14 Dec 2000 10:13:51 +0100
55159              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
55160      Branch: perl
55161            ! ext/POSIX/POSIX.pod
55162 ____________________________________________________________________________
55163 [  8110] By: jhi                                   on 2000/12/14  21:36:32
55164         Log: Subject: [patch] perlfaq7
55165              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
55166              Date: Thu, 14 Dec 2000 15:31:07 +0100
55167              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
55168      Branch: perl
55169            ! pod/perlfaq7.pod
55170 ____________________________________________________________________________
55171 [  8109] By: jhi                                   on 2000/12/14  21:29:20
55172         Log: Subject: [8104] Encode
55173              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55174              Date: Thu, 14 Dec 2000 14:49:34 +0100
55175              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
55176              
55177              Type casting for nervous compilers.
55178      Branch: perl
55179            ! ext/Encode/Encode.xs
55180 ____________________________________________________________________________
55181 [  8108] By: jhi                                   on 2000/12/14  21:26:17
55182         Log: Subject: [8104] DB_File
55183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55184              Date: Thu, 14 Dec 2000 14:49:35 +0100
55185              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
55186              
55187              Type definition incorrect for DB 2.7.7.  Not known when it
55188              changed, so only changed it for a known revision.
55189      Branch: perl
55190            ! ext/DB_File/DB_File.xs
55191 ____________________________________________________________________________
55192 [  8107] By: jhi                                   on 2000/12/14  21:23:41
55193         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
55194              From: Peter Prymmer <pvhp@forte.com>
55195              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
55196              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
55197              
55198              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
55199      Branch: perl
55200            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
55201            ! ext/Encode/Encode/posix-bc.enc
55202 ____________________________________________________________________________
55203 [  8106] By: nick                                  on 2000/12/14  20:36:13
55204         Log: "Cold" build correction to Encode's Makefile.PL
55205      Branch: perlio
55206            ! ext/Encode/Makefile.PL
55207 ____________________________________________________________________________
55208 [  8105] By: nick                                  on 2000/12/14  20:09:37
55209         Log: "Compiled" encodings.
55210              Correct replacement character in EBCDIC .enc files
55211              Add 0x7F to ASCII repertoire.
55212      Branch: perlio
55213            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
55214            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
55215            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
55216            ! ext/Encode/Makefile.PL ext/Encode/compile
55217            ! ext/Encode/encengine.c ext/Encode/encode.h
55218 ____________________________________________________________________________
55219 [  8104] By: nick                                  on 2000/12/14  00:38:20
55220         Log: Integrate mainline
55221      Branch: perlio
55222           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
55223           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
55224           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
55225           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
55226           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
55227           !> t/lib/db-hash.t t/lib/db-recno.t
55228 ____________________________________________________________________________
55229 [  8103] By: nick                                  on 2000/12/13  23:16:13
55230         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
55231              so far and so it does not get lost.
55232      Branch: perlio
55233            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
55234 ____________________________________________________________________________
55235 [  8102] By: jhi                                   on 2000/12/13  17:14:22
55236         Log: Update Changes.
55237      Branch: perl
55238            ! Changes patchlevel.h
55239 ____________________________________________________________________________
55240 [  8101] By: jhi                                   on 2000/12/13  16:53:41
55241         Log: Move the proto of start_glob() to a better place; regen api files.
55242      Branch: perl
55243            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
55244 ____________________________________________________________________________
55245 [  8100] By: jhi                                   on 2000/12/13  16:47:11
55246         Log: Metaconfig change for #8099.
55247      Branch: metaconfig
55248            ! U/modified/Head.U
55249 ____________________________________________________________________________
55250 [  8099] By: jhi                                   on 2000/12/13  16:46:48
55251         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
55252              From: Andy Dougherty <doughera@lafayette.edu>
55253              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
55254              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
55255      Branch: perl
55256            ! Configure
55257 ____________________________________________________________________________
55258 [  8098] By: jhi                                   on 2000/12/13  16:39:02
55259         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
55260              From: rspier@pobox.com (Robert Spier)
55261              Date: Tue, 12 Dec 2000 21:12:39 -0500
55262              Message-ID: <14902.56087.678086.725773@rls.cx>
55263              
55264              fastgetcwd is defined using a glob alias on a $^O dependent basis -
55265              and there was no default assignment or perl subroutine.
55266      Branch: perl
55267            ! lib/Cwd.pm
55268 ____________________________________________________________________________
55269 [  8097] By: jhi                                   on 2000/12/13  16:16:01
55270         Log: Subject: [PATCH] move startglob out of pp_hot.c
55271              From: Nicholas Clark <nick@ccl4.org>
55272              Date: Mon, 11 Dec 2000 23:16:39 +0000
55273              Message-ID: <20001211231638.A55550@plum.flirble.org>
55274      Branch: perl
55275            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
55276 ____________________________________________________________________________
55277 [  8096] By: jhi                                   on 2000/12/13  15:26:23
55278         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
55279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
55280              Date: Wed, 13 Dec 2000 14:01:37 +0100
55281              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
55282              
55283              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
55284              in turn requires libpthread in libswanted.
55285      Branch: perl
55286            ! hints/hpux.sh
55287 ____________________________________________________________________________
55288 [  8095] By: jhi                                   on 2000/12/12  19:51:05
55289         Log: The integration wars continue.
55290      Branch: perl
55291           !> sv.c
55292 ____________________________________________________________________________
55293 [  8094] By: jhi                                   on 2000/12/12  19:48:26
55294         Log: Subject: [PATCH perl@8070] DB_File-1.74  
55295              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
55296              Date: Mon, 11 Dec 2000 23:07:17 -0000
55297              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
55298      Branch: perl
55299            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55300            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
55301            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
55302            ! t/lib/db-recno.t
55303 ____________________________________________________________________________
55304 [  8093] By: nick                                  on 2000/12/12  19:42:13
55305         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
55306      Branch: perlio
55307            ! sv.c
55308           !> lib/File/DosGlob.pm
55309 ____________________________________________________________________________
55310 [  8092] By: jhi                                   on 2000/12/12  19:28:11
55311         Log: Integrate perlio.
55312      Branch: perl
55313           !> sv.c
55314 ____________________________________________________________________________
55315 [  8091] By: nick                                  on 2000/12/12  18:49:45
55316         Log: Fix for Tk, and upgrading shared SVs.
55317      Branch: perlio
55318            ! sv.c
55319 ____________________________________________________________________________
55320 [  8090] By: jhi                                   on 2000/12/12  16:48:59
55321         Log: Subject: [PATCH] Re: Breadperl & Tk
55322              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55323              Date: Tue, 12 Dec 2000 14:48:27 GMT
55324              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
55325      Branch: perl
55326            ! sv.c
55327 ____________________________________________________________________________
55328 [  8089] By: jhi                                   on 2000/12/12  03:37:19
55329         Log: Subject: DosGlob.pm diff for bash style brace expansion.
55330              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
55331              Date: Fri, 8 Dec 2000 10:45:30 -0600
55332              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
55333      Branch: perl
55334            ! lib/File/DosGlob.pm
55335 ____________________________________________________________________________
55336 [  8088] By: nick                                  on 2000/12/11  23:59:59
55337         Log: Integrate mainline
55338      Branch: perlio
55339           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
55340           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
55341           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
55342           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
55343           !> t/op/local.t t/pragma/warn/toke toke.c
55344 ____________________________________________________________________________
55345 [  8087] By: jhi                                   on 2000/12/11  23:20:23
55346         Log: Integrate perlio.
55347      Branch: perl
55348           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
55349 ____________________________________________________________________________
55350 [  8086] By: jhi                                   on 2000/12/11  22:50:59
55351         Log: Tune further the OS detection of CGI.
55352      Branch: perl
55353            ! lib/CGI.pm
55354 ____________________________________________________________________________
55355 [  8085] By: nick                                  on 2000/12/11  22:50:46
55356         Log: Finish 1st pass of "encoding" layer e.g. :
55357              open($fh,"<encoding(iso8859-7)",$greek) || die;
55358      Branch: perlio
55359            ! ext/Encode/Encode.xs perlio.c perliol.h
55360 ____________________________________________________________________________
55361 [  8084] By: jhi                                   on 2000/12/11  22:32:06
55362         Log: Revert the -f ambiguousity patch, seems to cause
55363              too much hassle (the interpret -Q as a function
55364              where Q is not a known filetest part is left in).
55365      Branch: perl
55366            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
55367            ! toke.c
55368 ____________________________________________________________________________
55369 [  8083] By: jhi                                   on 2000/12/11  22:27:23
55370         Log: (accidentally empty check-in)
55371      Branch: perl
55372            ! lib/File/DosGlob.pm
55373 ____________________________________________________________________________
55374 [  8082] By: nick                                  on 2000/12/11  19:09:51
55375         Log: Restore mmap function (broken by tweaks to shared buffer
55376              layer for encode(xxxx)).
55377      Branch: perlio
55378            ! perlio.c
55379 ____________________________________________________________________________
55380 [  8081] By: jhi                                   on 2000/12/11  18:29:13
55381         Log: Subject: Re: The long awaited feature ...
55382              From: Simon Cozens <simon@cozens.net>
55383              Date: Mon, 11 Dec 2000 15:54:24 +0000
55384              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
55385              
55386              More io/utf8 tests.
55387      Branch: perl
55388            ! t/io/utf8.t
55389 ____________________________________________________________________________
55390 [  8080] By: jhi                                   on 2000/12/11  18:19:36
55391         Log: Subject: PATCH MakeMaker manpage clarification
55392              From: andreas.koenig@anima.de (Andreas J. Koenig)
55393              Date: 10 Dec 2000 20:46:13 +0100
55394              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
55395      Branch: perl
55396            ! lib/ExtUtils/MakeMaker.pm
55397 ____________________________________________________________________________
55398 [  8079] By: jhi                                   on 2000/12/11  15:35:07
55399         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
55400              From: Simon Cozens <simon@cozens.net>
55401              Date: Sun, 10 Dec 2000 19:06:19 +0000
55402              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
55403      Branch: perl
55404            ! ext/B/B/Deparse.pm t/lib/b.t
55405 ____________________________________________________________________________
55406 [  8078] By: jhi                                   on 2000/12/11  15:09:11
55407         Log: Subject: [PATCH] docs on NaN
55408              From: Nicholas Clark <nick@ccl4.org>
55409              Date: Mon, 11 Dec 2000 01:48:38 +0000
55410              Message-ID: <20001211014838.B99205@plum.flirble.org>
55411      Branch: perl
55412            ! pod/perlop.pod
55413 ____________________________________________________________________________
55414 [  8077] By: jhi                                   on 2000/12/11  15:02:21
55415         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
55416              From: Simon Cozens <simon@cozens.net>
55417              Date: Mon, 11 Dec 2000 01:21:45 +0000
55418              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
55419      Branch: perl
55420            ! pp.c pp_hot.c scope.c t/op/local.t
55421 ____________________________________________________________________________
55422 [  8076] By: nick                                  on 2000/12/10  20:43:32
55423         Log: Not merge worthy...
55424              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
55425              syntax is modelled on attributes.
55426              Untested fix for io/utf8 on Win32 etc.
55427              Very clumsy start to the encode layer.
55428      Branch: perlio
55429            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
55430 ____________________________________________________________________________
55431 [  8075] By: jhi                                   on 2000/12/10  18:39:33
55432         Log: Darwin is not Windows.
55433      Branch: perl
55434            ! lib/CGI.pm
55435 ____________________________________________________________________________
55436 [  8074] By: jhi                                   on 2000/12/10  18:31:27
55437         Log: Subject: Ambiguous -%c() resolved as a file test
55438              From: "Paul Marquess" <Paul.Marquess@openwave.com>
55439              Date: Sun, 10 Dec 2000 15:35:07 -0000
55440              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
55441      Branch: perl
55442            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
55443 ____________________________________________________________________________
55444 [  8073] By: jhi                                   on 2000/12/10  18:16:29
55445         Log: Subject: PATCH installperl misinformed 
55446              From: andreas.koenig@anima.de (Andreas J. Koenig)
55447              Date: 10 Dec 2000 13:01:32 +0100 
55448              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
55449      Branch: perl
55450            ! installperl
55451 ____________________________________________________________________________
55452 [  8072] By: jhi                                   on 2000/12/10  18:07:55
55453         Log: The walkoptree confusion rages; walkoptree() seems to be coming
55454              from B.xs, while walkoptree_slow() comes from B.pm.
55455      Branch: perl
55456            ! ext/B/B.pm
55457 ____________________________________________________________________________
55458 [  8071] By: nick                                  on 2000/12/10  11:45:47
55459         Log: Integrate mainline
55460      Branch: perlio
55461           +> t/base/commonsense.t
55462           !> (integrate 37 files)
55463 ____________________________________________________________________________
55464 [  8070] By: jhi                                   on 2000/12/10  04:46:21
55465         Log: Update Changes.
55466      Branch: perl
55467            ! Changes patchlevel.h
55468 ____________________________________________________________________________
55469 [  8069] By: jhi                                   on 2000/12/10  04:39:19
55470         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
55471              From: andreas.koenig@anima.de (Andreas J. Koenig)
55472              Date: 09 Dec 2000 17:14:25 +0100
55473              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
55474      Branch: perl
55475            + t/base/commonsense.t
55476            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
55477 ____________________________________________________________________________
55478 [  8068] By: jhi                                   on 2000/12/10  04:17:36
55479         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
55480              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55481              Date: Sat, 9 Dec 2000 16:47:22 -0000
55482              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
55483      Branch: perl
55484            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
55485            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
55486            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
55487            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
55488            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
55489            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
55490            ! t/lib/sdbm.t
55491 ____________________________________________________________________________
55492 [  8067] By: jhi                                   on 2000/12/10  03:52:02
55493         Log: Test case for #8066.
55494      Branch: perl
55495            ! t/op/misc.t
55496 ____________________________________________________________________________
55497 [  8066] By: jhi                                   on 2000/12/10  03:50:30
55498         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
55499              From: Simon Cozens <simon@cozens.net>
55500              Date: Sun, 10 Dec 2000 00:55:37 +0000
55501              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
55502      Branch: perl
55503            ! pp_sys.c
55504 ____________________________________________________________________________
55505 [  8065] By: jhi                                   on 2000/12/10  03:44:52
55506         Log: Test case for #8064.
55507      Branch: perl
55508            ! t/comp/proto.t
55509 ____________________________________________________________________________
55510 [  8064] By: jhi                                   on 2000/12/10  03:42:32
55511         Log: Subject: Re: prototype of substr
55512              From: Simon Cozens <simon@cozens.net>
55513              Date: Sun, 10 Dec 2000 00:13:33 +0000
55514              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
55515              
55516              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
55517              In other words, make the returned prototypes for any function
55518              stop prepending the ';' optionality marker after the first one.
55519              If they start getting optional, all the rest are optional.
55520      Branch: perl
55521            ! pp.c
55522 ____________________________________________________________________________
55523 [  8063] By: jhi                                   on 2000/12/10  03:39:42
55524         Log: Subject: [PATCH] perlguts.pod
55525              From: Simon Cozens <simon@cozens.net>
55526              Date: Sun, 10 Dec 2000 00:06:47 +0000
55527              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
55528              
55529              Documentation of the different types of ops,
55530              plus the functions in dump.c
55531      Branch: perl
55532            ! pod/perlguts.pod
55533 ____________________________________________________________________________
55534 [  8062] By: jhi                                   on 2000/12/10  03:30:04
55535         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
55536              From: Nicholas Clark <nick@talking.bollo.cx>
55537              Date: Sat, 09 Dec 2000 18:57:25 +0000
55538              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
55539              
55540              Be more robust in weird hostname setups.
55541      Branch: perl
55542            ! t/lib/net-hostent.t
55543 ____________________________________________________________________________
55544 [  8061] By: jhi                                   on 2000/12/10  03:28:21
55545         Log: Pacify fussy compiler. 
55546      Branch: perl
55547            ! pp_sys.c
55548 ____________________________________________________________________________
55549 [  8060] By: jhi                                   on 2000/12/10  02:52:46
55550         Log: Integrate perlio.
55551      Branch: perl
55552           !> pp_sys.c t/io/utf8.t
55553 ____________________________________________________________________________
55554 [  8059] By: nick                                  on 2000/12/09  23:40:14
55555         Log: read/sysread/recv should now be utf8 aware.
55556              Basic test for utf8 read.
55557      Branch: perlio
55558            ! pp_sys.c t/io/utf8.t
55559 ____________________________________________________________________________
55560 [  8058] By: jhi                                   on 2000/12/09  21:56:02
55561         Log: Integrate perlio.
55562      Branch: perl
55563           +> t/io/utf8.t
55564           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
55565 ____________________________________________________________________________
55566 [  8057] By: jhi                                   on 2000/12/09  21:53:35
55567         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
55568              From: Inaba Hiroto <inaba@st.rim.or.jp>
55569              Date: Sun, 10 Dec 2000 05:53:21 +0900
55570              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
55571              
55572              Tests for #8056.
55573      Branch: perl
55574            ! t/op/each.t
55575 ____________________________________________________________________________
55576 [  8056] By: jhi                                   on 2000/12/09  21:51:16
55577         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
55578              From: Inaba Hiroto <inaba@st.rim.or.jp>
55579              Date: Sat, 09 Dec 2000 18:02:00 +0900
55580              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
55581              
55582              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
55583      Branch: perl
55584            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
55585 ____________________________________________________________________________
55586 [  8055] By: nick                                  on 2000/12/09  20:11:48
55587         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
55588              than raw PerlIO_write() - does not seem to break any tests.
55589      Branch: perlio
55590            ! pp_sys.c
55591 ____________________________________________________________________________
55592 [  8054] By: nick                                  on 2000/12/09  19:47:30
55593         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
55594              (sysread, recv and write i.e. formats still to do...)
55595              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
55596              open($fh,">:utf8","name")
55597              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
55598              so no extra overhead is involved.
55599              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
55600              to a non-utf8 stream.
55601              Add initial io/utf8.t
55602              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
55603              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
55604              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
55605      Branch: perlio
55606            + t/io/utf8.t
55607            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
55608 ____________________________________________________________________________
55609 [  8053] By: nick                                  on 2000/12/09  19:26:37
55610         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
55611              was only testing this_utf8.
55612      Branch: perlio
55613            ! toke.c
55614 ____________________________________________________________________________
55615 [  8052] By: nick                                  on 2000/12/09  19:09:41
55616         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
55617              i.e. the output string has one, but don't mess with source assumption.
55618      Branch: perlio
55619            ! toke.c
55620 ____________________________________________________________________________
55621 [  8051] By: jhi                                   on 2000/12/09  16:55:17
55622         Log: Integrate perlio.
55623      Branch: perl
55624           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
55625           !> sv.c thrdvar.h util.c
55626 ____________________________________________________________________________
55627 [  8050] By: jhi                                   on 2000/12/09  16:48:07
55628         Log: Nits noticed by Peter Prymmer.
55629      Branch: perl
55630            ! lib/ExtUtils/MM_VMS.pm
55631 ____________________________________________________________________________
55632 [  8049] By: nick                                  on 2000/12/09  13:49:40
55633         Log: UTF8 output prework.
55634              - Store $\ and $, as SVs so they can have SvUTF8 flag
55635              - use do_print() rather than raw PerlIO_write() to print them.
55636      Branch: perlio
55637            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
55638            ! thrdvar.h util.c
55639 ____________________________________________________________________________
55640 [  8048] By: nick                                  on 2000/12/09  12:30:43
55641         Log: Integrate mainline.
55642      Branch: perlio
55643           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
55644           +> t/op/reverse.t
55645           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
55646           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
55647           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
55648           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
55649           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
55650           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
55651 ____________________________________________________________________________
55652 [  8047] By: jhi                                   on 2000/12/09  00:23:27
55653         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
55654              From: Michael G Schwern <schwern@pobox.com>
55655              Date: Fri, 8 Dec 2000 14:43:04 -0600
55656      Branch: perl
55657            ! lib/ExtUtils/MM_VMS.pm
55658 ____________________________________________________________________________
55659 [  8046] By: jhi                                   on 2000/12/08  23:10:27
55660         Log: A missed check-in.
55661      Branch: perl
55662            ! lib/ExtUtils/Manifest.pm
55663 ____________________________________________________________________________
55664 [  8045] By: jhi                                   on 2000/12/08  21:57:12
55665         Log: (null check-in)
55666      Branch: perl
55667            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
55668 ____________________________________________________________________________
55669 [  8044] By: jhi                                   on 2000/12/08  21:11:06
55670         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
55671              at the final draft stage.
55672      Branch: perl
55673            + ext/Encode/Encode/iso8859-16.enc
55674            ! MANIFEST
55675 ____________________________________________________________________________
55676 [  8043] By: jhi                                   on 2000/12/08  16:39:04
55677         Log: Update Changes.
55678      Branch: perl
55679            ! Changes patchlevel.h
55680 ____________________________________________________________________________
55681 [  8042] By: jhi                                   on 2000/12/08  16:33:39
55682         Log: Do not return the Unicode replacement character if UTF-8
55683              decoding goes awry, it should be up to the caller to decide.
55684      Branch: perl
55685            ! pod/perlapi.pod utf8.c
55686 ____________________________________________________________________________
55687 [  8041] By: jhi                                   on 2000/12/08  16:22:28
55688         Log: metaconfig maintenance.
55689      Branch: metaconfig
55690            ! U/modified/stdchar.U
55691      Branch: metaconfig/U/perl
55692            + testsyml.U
55693 ____________________________________________________________________________
55694 [  8040] By: jhi                                   on 2000/12/08  16:03:08
55695         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
55696              From: sthoenna@efn.org
55697              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
55698              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
55699      Branch: perl
55700            ! Changes lib/ExtUtils/MM_OS2.pm
55701 ____________________________________________________________________________
55702 [  8039] By: jhi                                   on 2000/12/08  15:57:11
55703         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
55704              From: Simon Cozens <simon@cozens.net>
55705              Date: Fri, 8 Dec 2000 13:33:31 +0000
55706              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
55707              
55708              (The pp_hot part needed a rewrite.)
55709      Branch: perl
55710            ! doop.c pp_hot.c utf8.c
55711 ____________________________________________________________________________
55712 [  8038] By: jhi                                   on 2000/12/08  15:25:08
55713         Log: Subject: djSP
55714              From: Michael Stevens <michael@etla.org>
55715              Date: Wed, 6 Dec 2000 23:24:01 +0000
55716              Message-ID: <20001206232400.A21381@firedrake.org>
55717              
55718              Plus a note from Nick Ing-Simmons.
55719      Branch: perl
55720            ! pp.h
55721 ____________________________________________________________________________
55722 [  8037] By: jhi                                   on 2000/12/08  15:18:35
55723         Log: Filetype is text.
55724      Branch: perl
55725            ! t/op/utf8decode.t
55726 ____________________________________________________________________________
55727 [  8036] By: jhi                                   on 2000/12/08  03:31:27
55728         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
55729              From: Andy Dougherty <doughera@lafayette.edu>
55730              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
55731              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
55732              
55733              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
55734              From: Andy Dougherty <doughera@lafayette.edu>
55735              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
55736              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
55737      Branch: perl
55738            + ext/POSIX/hints/svr4.pl
55739            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
55740 ____________________________________________________________________________
55741 [  8035] By: jhi                                   on 2000/12/08  03:26:01
55742         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
55743              From: Andy Dougherty <doughera@lafayette.edu>
55744              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
55745              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
55746      Branch: perl
55747            ! t/README t/base/term.t
55748 ____________________________________________________________________________
55749 [  8034] By: jhi                                   on 2000/12/08  03:21:59
55750         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
55751              From: mjd@plover.com  
55752              Date: 7 Dec 2000 21:04:20 -0000
55753              Message-ID: <20001207210420.22282.qmail@plover.com>
55754              
55755              Plus -z doc.
55756      Branch: perl
55757            ! pod/perlfunc.pod
55758 ____________________________________________________________________________
55759 [  8033] By: jhi                                   on 2000/12/08  03:19:03
55760         Log: Use the UTF8 macros a bit.  They can't be used with abandon
55761              everywhere because we do generate illegal UTF-8 in some situations.
55762              This is of course naughty.
55763      Branch: perl
55764            ! pod/perlapi.pod utf8.c utf8.h
55765 ____________________________________________________________________________
55766 [  8032] By: jhi                                   on 2000/12/08  03:00:09
55767         Log: Out of sync?
55768      Branch: perl
55769            ! t/pragma/warn/utf8
55770 ____________________________________________________________________________
55771 [  8031] By: jhi                                   on 2000/12/08  02:22:39
55772         Log: Cnt spl.
55773      Branch: perl
55774            ! MANIFEST
55775 ____________________________________________________________________________
55776 [  8030] By: jhi                                   on 2000/12/08  01:23:54
55777         Log: Add test for reverse().
55778      Branch: perl
55779            + t/op/reverse.t
55780            ! MANIFEST
55781 ____________________________________________________________________________
55782 [  8029] By: jhi                                   on 2000/12/08  01:21:47
55783         Log: Integrate perlio.
55784      Branch: perl
55785           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
55786           !> perlio.c perlio.h perlsdio.h warnings.pl
55787 ____________________________________________________________________________
55788 [  8028] By: jhi                                   on 2000/12/08  01:19:08
55789         Log: Introduce macros for UTF8 decoding.
55790      Branch: perl
55791            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
55792 ____________________________________________________________________________
55793 [  8027] By: nick                                  on 2000/12/07  22:18:19
55794         Log: Integrate mainline
55795      Branch: perlio
55796           !> embed.pl pod/perlapi.pod utf8.c
55797 ____________________________________________________________________________
55798 [  8026] By: nick                                  on 2000/12/07  21:45:08
55799         Log: Various oddities p4 diff -se showed up
55800              Remove 'our' from warnings.pl
55801      Branch: perlio
55802            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
55803 ____________________________________________________________________________
55804 [  8025] By: nick                                  on 2000/12/07  21:43:32
55805         Log: Change PerlIO_(get|set)pos to take SV *
55806              Should fix, OS/2, VMS, (sfio??)
55807      Branch: perlio
55808            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
55809 ____________________________________________________________________________
55810 [  8024] By: jhi                                   on 2000/12/07  19:05:32
55811         Log: Document utf8_to_uv() better.
55812      Branch: perl
55813            ! pod/perlapi.pod utf8.c
55814 ____________________________________________________________________________
55815 [  8023] By: jhi                                   on 2000/12/07  18:23:47
55816         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
55817      Branch: perl
55818            ! embed.pl pod/perlapi.pod utf8.c
55819 ____________________________________________________________________________
55820 [  8022] By: jhi                                   on 2000/12/07  04:13:51
55821         Log: Integrate perlio.
55822      Branch: perl
55823           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
55824           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
55825           !> win32/makefile.mk
55826 ____________________________________________________________________________
55827 [  8021] By: nick                                  on 2000/12/07  00:28:14
55828         Log: Various attempts at MSVC debug - not sure what has
55829              changed but works now. 
55830              Seems atexit() _may_ work for DLLs built with MSVC so don't
55831              call cleanup that way.
55832      Branch: perlio
55833            ! perlio.c win32/makefile.mk
55834 ____________________________________________________________________________
55835 [  8020] By: nick                                  on 2000/12/06  19:57:20
55836         Log: Integrate mainline
55837      Branch: perlio
55838           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
55839           !> (integrate 75 files)
55840 ____________________________________________________________________________
55841 [  8019] By: nick                                  on 2000/12/06  19:28:21
55842         Log: Add useperlio to config.vc
55843              Turn off binmode in config_H.PL
55844              Regen all the config_H.xx
55845              Attempt to get debugging build with MSVC.
55846      Branch: perlio
55847            ! win32/config.vc win32/config_H.bc win32/config_H.gc
55848            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
55849 ____________________________________________________________________________
55850 [  8018] By: nick                                  on 2000/12/06  19:21:57
55851         Log: Test various dup/external program options on all platforms.
55852      Branch: perlio
55853            ! t/io/dup.t
55854 ____________________________________________________________________________
55855 [  8017] By: nick                                  on 2000/12/06  19:20:47
55856         Log: Fix harness to be less picky
55857      Branch: perlio
55858            ! lib/Test/Harness.pm
55859 ____________________________________________________________________________
55860 [  8016] By: jhi                                   on 2000/12/06  16:45:12
55861         Log: Update Changes.
55862      Branch: perl
55863            ! Changes patchlevel.h
55864 ____________________________________________________________________________
55865 [  8015] By: jhi                                   on 2000/12/06  16:41:03
55866         Log: Test \x{...} with ord().
55867      Branch: perl
55868            ! t/op/ord.t
55869 ____________________________________________________________________________
55870 [  8014] By: jhi                                   on 2000/12/06  16:20:33
55871         Log: Test tweak because of #8013.
55872      Branch: perl
55873            ! t/lib/b.t
55874 ____________________________________________________________________________
55875 [  8013] By: jhi                                   on 2000/12/06  16:09:09
55876         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
55877              From: Michael G Schwern <schwern@pobox.com>
55878              Date: Tue, 5 Dec 2000 21:23:28 -0500
55879              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
55880              
55881              Carp::Heavy parts not very applicable because of recent changes.
55882      Branch: perl
55883            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
55884            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
55885            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
55886            ! lib/Exporter.pm lib/Exporter/Heavy.pm
55887            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
55888            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
55889            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
55890            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
55891            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
55892            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
55893            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
55894            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
55895            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
55896            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
55897            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
55898            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
55899            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
55900            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
55901            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
55902            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
55903            ! warnings.pl
55904 ____________________________________________________________________________
55905 [  8012] By: jhi                                   on 2000/12/06  15:22:38
55906         Log: Subject: [PATCH] Re: New harness is failing things
55907              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55908              Date: Wed, 6 Dec 2000 13:00:30 GMT
55909              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
55910      Branch: perl
55911            ! lib/Test/Harness.pm
55912 ____________________________________________________________________________
55913 [  8011] By: jhi                                   on 2000/12/06  15:12:08
55914         Log: Subject: installhtml changes
55915              From: Michael Stevens <michael@etla.org>
55916              Date: Wed, 6 Dec 2000 13:15:53 +0000
55917              Message-ID: <20001206131553.A27317@firedrake.org>
55918      Branch: perl
55919            ! installhtml
55920 ____________________________________________________________________________
55921 [  8010] By: jhi                                   on 2000/12/06  15:06:05
55922         Log: Subject: the dTHR hits
55923              From: Michael Stevens <michael@etla.org>
55924              Date: Wed, 6 Dec 2000 12:06:03 +0000
55925              Message-ID: <20001206120603.A24581@firedrake.org>
55926              
55927              More, errrm, less dTHRs.
55928      Branch: perl
55929            ! bytecode.pl ext/B/B/C.pm
55930 ____________________________________________________________________________
55931 [  8009] By: jhi                                   on 2000/12/06  15:04:25
55932         Log: Subject: MakeMaker mailing list gone?
55933              From: Michael G Schwern <schwern@pobox.com>
55934              Date: Tue, 5 Dec 2000 19:29:59 -0500
55935              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
55936              
55937              The MakeMaker mailing list is dead, perlbug is the right
55938              address to report bugs.
55939      Branch: perl
55940            ! lib/ExtUtils/MakeMaker.pm
55941 ____________________________________________________________________________
55942 [  8008] By: jhi                                   on 2000/12/06  15:00:32
55943         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
55944              From: Michael G Schwern <schwern@pobox.com>
55945              Date: Tue, 5 Dec 2000 19:21:21 -0500
55946              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
55947              
55948              Add a default MANIFEST skip that ignores things like
55949              version control files, editor temporary files, and the Makefile.
55950      Branch: perl
55951            + lib/ExtUtils/MANIFEST.SKIP
55952            ! MANIFEST lib/ExtUtils/Manifest.pm
55953 ____________________________________________________________________________
55954 [  8007] By: jhi                                   on 2000/12/06  14:57:20
55955         Log: In Amiga more manual hackery of the scripts seems to be needed,
55956              from Jan-Erik Karlsson.  Why Configure does not get this right
55957              is unknown, may be shell-induced.
55958      Branch: perl
55959            ! README.amiga
55960 ____________________________________________________________________________
55961 [  8006] By: jhi                                   on 2000/12/05  23:53:12
55962         Log: Add TOPm1s to peek at the second topmost stack item.
55963      Branch: perl
55964            ! pp.h
55965 ____________________________________________________________________________
55966 [  8005] By: jhi                                   on 2000/12/05  23:13:55
55967         Log: Avaunt, you foul UTF-8 tests.
55968      Branch: perl
55969            ! t/op/ver.t t/pragma/utf8.t
55970 ____________________________________________________________________________
55971 [  8004] By: jhi                                   on 2000/12/05  23:09:54
55972         Log: Continue utf8 dispersal. 
55973      Branch: perl
55974            + t/op/concat.t
55975            ! MANIFEST t/pragma/utf8.t
55976 ____________________________________________________________________________
55977 [  8003] By: nick                                  on 2000/12/05  23:02:39
55978         Log: Integrate mainline.
55979      Branch: perlio
55980           +> t/op/length.t t/op/utf8decode.t
55981           !> (integrate 69 files)
55982 ____________________________________________________________________________
55983 [  8002] By: jhi                                   on 2000/12/05  22:59:28
55984         Log: Integrate perlio.
55985      Branch: perl
55986           !> iperlsys.h perl.c perlio.c win32/perllib.c
55987 ____________________________________________________________________________
55988 [  8001] By: nick                                  on 2000/12/05  22:07:52
55989         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
55990              - calloc/free suffer from damage on TerminateThread()
55991              - use PerlMemShared (as originally planned) now fixed
55992              - avoid doing anything important on DLL "detach".
55993      Branch: perlio
55994            ! perl.c perlio.c win32/perllib.c
55995 ____________________________________________________________________________
55996 [  8000] By: nick                                  on 2000/12/05  21:05:09
55997         Log: Fix gross PerlMemShared issue.
55998      Branch: perlio
55999            ! iperlsys.h
56000 ____________________________________________________________________________
56001 [  7999] By: jhi                                   on 2000/12/05  20:46:58
56002         Log: Test for Unicode (UTF-8) hash keys.
56003      Branch: perl
56004            ! t/op/each.t
56005 ____________________________________________________________________________
56006 [  7998] By: jhi                                   on 2000/12/05  20:30:35
56007         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
56008              is now always UTF-8), empty line cosmetics.
56009      Branch: perl
56010            ! t/pragma/utf8.t
56011 ____________________________________________________________________________
56012 [  7997] By: jhi                                   on 2000/12/05  20:15:40
56013         Log: Subject: Re: STRLEN - what?
56014              From: Andy Dougherty <doughera@lafayette.edu>
56015              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
56016              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
56017              
56018              Explain STRLEN.
56019      Branch: perl
56020            ! pod/perlguts.pod
56021 ____________________________________________________________________________
56022 [  7996] By: jhi                                   on 2000/12/05  20:13:34
56023         Log: Split off the UTF-8 decoder tests, make them to check also
56024              the error message.
56025      Branch: perl
56026            + t/op/utf8decode.t
56027            ! MANIFEST t/pragma/utf8.t utf8.c
56028 ____________________________________________________________________________
56029 [  7995] By: jhi                                   on 2000/12/05  16:39:47
56030         Log: Start migrating bits of pragma/utf8 to elsewhere
56031              (since the long term plan is to obsolete 'use utf8').
56032      Branch: perl
56033            + t/op/length.t
56034            ! MANIFEST t/pragma/utf8.t
56035 ____________________________________________________________________________
56036 [  7994] By: jhi                                   on 2000/12/05  16:30:21
56037         Log: Fix a manual edit typo from #7993, fix the message formatting
56038              for Unicode, add few our declarations.
56039      Branch: perl
56040            ! lib/Carp/Heavy.pm
56041 ____________________________________________________________________________
56042 [  7993] By: jhi                                   on 2000/12/05  16:09:15
56043         Log: Subject: Need help with warnings :-(
56044              From: "Ben Tilly" <ben_tilly@hotmail.com>
56045              Date: Tue, 05 Dec 2000 01:35:54 -0500
56046              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
56047              
56048              Subject: UPDATE: Carp/Heavy now passes all tests
56049              From: "Ben Tilly" <ben_tilly@hotmail.com>
56050              Date: Tue, 05 Dec 2000 07:59:41 -0500
56051              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
56052              
56053              The Brave New Carp.
56054      Branch: perl
56055            ! lib/Carp.pm lib/Carp/Heavy.pm
56056 ____________________________________________________________________________
56057 [  7992] By: jhi                                   on 2000/12/05  15:55:08
56058         Log: Subject: [PATCH perl@7979] cygwin port
56059              From: "Eric Fifer" <efifer@dircon.co.uk>
56060              Date: Tue, 5 Dec 2000 14:04:09 -0000
56061              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
56062      Branch: perl
56063            ! t/lib/net-hostent.t
56064 ____________________________________________________________________________
56065 [  7991] By: jhi                                   on 2000/12/05  15:52:34
56066         Log: Subject: Re: [PATCH] The largest hoax of all times?
56067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56068              Date: Tue, 5 Dec 2000 00:40:25 -0500
56069              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
56070              
56071              Subject: Re: [PATCH] The largest hoax of all times?
56072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56073              Date: Mon, 4 Dec 2000 23:55:53 -0500
56074              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
56075              
56076              Subject: Re: [PATCH] The largest hoax of all times?
56077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56078              Date: Tue, 5 Dec 2000 01:28:45 -0500
56079              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
56080              
56081              Fix the unpredictable order of DESTROYs.
56082      Branch: perl
56083            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
56084            ! sv.c sv.h t/op/ref.t
56085 ____________________________________________________________________________
56086 [  7990] By: jhi                                   on 2000/12/05  14:38:53
56087         Log: Subject: [PATCH] shrink pp_hot fractionally
56088              From: Nicholas Clark <nick@ccl4.org>
56089              Date: Tue, 5 Dec 2000 12:44:31 +0000
56090              Message-ID: <20001205124431.E74518@plum.flirble.org>
56091              
56092              Use report_evil_fh().
56093      Branch: perl
56094            ! opcode.pl opnames.h pp_hot.c util.c
56095 ____________________________________________________________________________
56096 [  7989] By: jhi                                   on 2000/12/05  14:21:27
56097         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
56098              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56099              Date: Mon, 04 Dec 2000 22:21:59 -0800
56100              Message-ID: <HmIL6gzkgepS092yn@efn.org>
56101              
56102              Harness shouldn't ignore responses like "ok 3\r\r\n".
56103      Branch: perl
56104            ! lib/Test/Harness.pm
56105 ____________________________________________________________________________
56106 [  7988] By: jhi                                   on 2000/12/05  13:51:28
56107         Log: Integrate the "skip" messages to explain().
56108      Branch: perl
56109            ! t/lib/syslfs.t t/op/lfs.t
56110 ____________________________________________________________________________
56111 [  7987] By: jhi                                   on 2000/12/05  12:34:54
56112         Log: The one that got away in #7984.
56113              
56114              Subject: Re: dTHR - what and why?
56115              From: Michael Stevens <michael@etla.org> 
56116              Date: Tue, 5 Dec 2000 11:15:52 +0000
56117              Message-ID: <20001205111552.A4647@firedrake.org>
56118      Branch: perl
56119            ! sv.h
56120 ____________________________________________________________________________
56121 [  7986] By: gsar                                  on 2000/12/05  09:14:44
56122         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
56123              due to the notorious GetFileType() bug in Windows 9x, which fstat()
56124              tickles)
56125      Branch: perl
56126            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
56127 ____________________________________________________________________________
56128 [  7985] By: jhi                                   on 2000/12/05  05:49:03
56129         Log: Integrate perlio.
56130      Branch: perl
56131           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
56132           !> win32/perlhost.h win32/perllib.c
56133 ____________________________________________________________________________
56134 [  7984] By: jhi                                   on 2000/12/05  05:48:16
56135         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
56136      Branch: perl
56137            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
56138            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
56139            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
56140            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
56141            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
56142            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
56143            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
56144            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
56145            ! win32/win32.c
56146 ____________________________________________________________________________
56147 [  7983] By: nick                                  on 2000/12/04  23:27:43
56148         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
56149      Branch: perlio
56150            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
56151            ! win32/perlhost.h win32/perllib.c
56152 ____________________________________________________________________________
56153 [  7982] By: jhi                                   on 2000/12/04  19:44:09
56154         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
56155              uncovered by #7980.
56156      Branch: perl
56157            ! op.c
56158 ____________________________________________________________________________
56159 [  7981] By: jhi                                   on 2000/12/04  19:42:07
56160         Log: Subject: [PATCH] Trivial dump.c feature
56161              From: Simon Cozens <simon@cozens.net>
56162              Date: Mon, 4 Dec 2000 18:08:38 +0000
56163              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
56164              
56165              Show whether a constant is UTF-8.
56166      Branch: perl
56167            ! dump.c
56168 ____________________________________________________________________________
56169 [  7980] By: jhi                                   on 2000/12/04  19:36:51
56170         Log: UTF-8 hash keys, patch from Inaba Hiroto.
56171      Branch: perl
56172            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
56173 ____________________________________________________________________________
56174 [  7979] By: jhi                                   on 2000/12/04  17:36:28
56175         Log: Update Changes.
56176      Branch: perl
56177            ! Changes patchlevel.h
56178 ____________________________________________________________________________
56179 [  7978] By: jhi                                   on 2000/12/04  16:42:17
56180         Log: Retract #7977, still too volatile (the euphemism of the day
56181              for unfinished and buggy :-)
56182      Branch: perl
56183            ! doop.c hv.c pp.c sv.h
56184 ____________________________________________________________________________
56185 [  7977] By: jhi                                   on 2000/12/04  16:25:15
56186         Log: (Retracted by #7978, too shaky yet.)
56187              
56188              Subject: Re: utf8 in hash keys, implementor missing
56189              From: Simon Cozens <simon@cozens.net>
56190              Date: Sat, 2 Dec 2000 19:49:35 +0000
56191              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
56192              
56193              The first step at UTF-8 hash keys.
56194      Branch: perl
56195            ! doop.c hv.c pp.c sv.h
56196 ____________________________________________________________________________
56197 [  7976] By: jhi                                   on 2000/12/04  16:13:53
56198         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
56199              From: sthoenna@efn.org
56200              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
56201              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
56202      Branch: perl
56203            ! os2/os2.c perlio.c
56204 ____________________________________________________________________________
56205 [  7975] By: jhi                                   on 2000/12/04  16:05:25
56206         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
56207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56208              Date: Thu, 30 Nov 2000 20:50:37 -0800
56209              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
56210      Branch: perl
56211            ! os2/os2.c
56212 ____________________________________________________________________________
56213 [  7974] By: jhi                                   on 2000/12/04  16:03:57
56214         Log: Subject: [PATCH] ++ 20% faster
56215              From: Nicholas Clark <nick@ccl4.org>
56216              Date: Mon, 4 Dec 2000 12:17:27 +0000
56217              Message-ID: <20001204121726.B52976@plum.flirble.org>
56218              
56219              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
56220      Branch: perl
56221            ! sv.c
56222 ____________________________________________________________________________
56223 [  7973] By: jhi                                   on 2000/12/04  16:00:48
56224         Log: 
56225              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
56226              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56227              Date: Mon, 04 Dec 2000 12:30:45 +0100
56228              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
56229              
56230              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
56231              library (getprotobyname and getprotobynumber are outversioned by
56232              the same calls in libc, at least for xlc version 3.
56233      Branch: perl
56234            ! hints/aix.sh
56235 ____________________________________________________________________________
56236 [  7972] By: jhi                                   on 2000/12/04  02:58:31
56237         Log: Integrate perlio.
56238      Branch: perl
56239           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
56240           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
56241           !> win32/win32.h win32/win32iop.h win32/win32thread.h
56242 ____________________________________________________________________________
56243 [  7971] By: nick                                  on 2000/12/04  00:24:33
56244         Log: Quieten some noise in Win32 builds:
56245              - win32.h is included after <sys/socket.h>, so need to 
56246              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
56247              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
56248      Branch: perlio
56249            ! doio.c perl.h toke.c win32/win32.h
56250 ____________________________________________________________________________
56251 [  7970] By: nick                                  on 2000/12/03  22:57:46
56252         Log: PERL_IMPLICIT_SYS compiles but does not work.
56253      Branch: perlio
56254            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
56255            ! win32/perlhost.h win32/perllib.c win32/win32.h
56256            ! win32/win32iop.h win32/win32thread.h
56257 ____________________________________________________________________________
56258 [  7969] By: jhi                                   on 2000/12/03  22:12:58
56259         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
56260              used to swash_init(), makes regprop() dumps more informative
56261              (+utf8::IsAlpha, -utf8::IsDigit, for example).
56262      Branch: perl
56263            ! regcomp.c regexec.c
56264 ____________________________________________________________________________
56265 [  7968] By: jhi                                   on 2000/12/03  21:39:56
56266         Log: Implement ANYOFUTF8 regprop() dumping.
56267      Branch: perl
56268            ! regcomp.c
56269 ____________________________________________________________________________
56270 [  7967] By: jhi                                   on 2000/12/03  20:57:19
56271         Log: Make uv_to_utf8() to zero-terminate its output buffer,
56272              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
56273      Branch: perl
56274            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
56275 ____________________________________________________________________________
56276 [  7966] By: nick                                  on 2000/12/03  18:41:21
56277         Log: Integrate mainline (STDCHAR)
56278      Branch: perlio
56279           !> Configure t/pragma/utf8.t
56280 ____________________________________________________________________________
56281 [  7965] By: jhi                                   on 2000/12/03  17:58:20
56282         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
56283      Branch: perl
56284            ! t/pragma/utf8.t
56285 ____________________________________________________________________________
56286 [  7964] By: jhi                                   on 2000/12/03  17:35:56
56287         Log: Integrate perlio.
56288      Branch: perl
56289           !> iperlsys.h perlio.c
56290 ____________________________________________________________________________
56291 [  7963] By: jhi                                   on 2000/12/03  17:33:55
56292         Log: Metaconfig unit change for #7962.
56293      Branch: metaconfig
56294            ! U/modified/stdchar.U
56295 ____________________________________________________________________________
56296 [  7962] By: jhi                                   on 2000/12/03  17:33:27
56297         Log: Untangle the <stdio.h> #include nest for the stdchar test,
56298              from Andy Dougherty.
56299      Branch: perl
56300            ! Configure
56301 ____________________________________________________________________________
56302 [  7961] By: nick                                  on 2000/12/03  16:53:00
56303         Log: Make iperlsys.h vector stdio not PerlIO.
56304      Branch: perlio
56305            ! iperlsys.h perlio.c
56306 ____________________________________________________________________________
56307 [  7960] By: nick                                  on 2000/12/03  14:43:01
56308         Log: Integrate mainline
56309      Branch: perlio
56310           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
56311           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
56312 ____________________________________________________________________________
56313 [  7959] By: jhi                                   on 2000/12/03  08:16:36
56314         Log: Use DO_UTF8().
56315      Branch: perl
56316            ! op.c
56317 ____________________________________________________________________________
56318 [  7958] By: jhi                                   on 2000/12/02  18:33:05
56319         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
56320              From: Mike Guy <mjtg@cam.ac.uk>         
56321              Date: Sat, 02 Dec 2000 17:27:13 +0000
56322              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
56323              
56324              An extraneous argument.
56325      Branch: perl
56326            ! toke.c
56327 ____________________________________________________________________________
56328 [  7957] By: jhi                                   on 2000/12/02  18:22:32
56329         Log: A missing hunk.
56330      Branch: perl
56331            ! t/lib/net-hostent.t
56332 ____________________________________________________________________________
56333 [  7956] By: jhi                                   on 2000/12/02  18:06:20
56334         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
56335              From: Nicholas Clark <nick@ccl4.org>
56336              Date: Sat, 2 Dec 2000 14:28:27 +0000
56337              Message-ID: <20001202142827.A12308@plum.flirble.org>
56338              
56339              Test robustness.
56340      Branch: perl
56341            ! t/lib/net-hostent.t
56342 ____________________________________________________________________________
56343 [  7955] By: jhi                                   on 2000/12/02  17:58:06
56344         Log: Metaconfig unit change for #7954.
56345      Branch: metaconfig
56346            ! U/modified/stdchar.U
56347 ____________________________________________________________________________
56348 [  7954] By: jhi                                   on 2000/12/02  17:54:32
56349         Log: An inconvenient hang would happen if the stdio _ptr wasn't
56350              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
56351              would be grepping stdin for all eternity for the _ptr.)
56352      Branch: perl
56353            ! Configure
56354 ____________________________________________________________________________
56355 [  7953] By: jhi                                   on 2000/12/02  00:07:15
56356         Log: Update Changes.
56357      Branch: perl
56358            ! Changes patchlevel.h
56359 ____________________________________________________________________________
56360 [  7952] By: jhi                                   on 2000/12/01  23:54:47
56361         Log: Subject: Re: long shell lines
56362              From: Andy Dougherty <doughera@lafayette.edu>
56363              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
56364              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
56365              
56366              Split overly long shell command lines.
56367      Branch: perl
56368            ! lib/ExtUtils/MM_Unix.pm
56369 ____________________________________________________________________________
56370 [  7951] By: jhi                                   on 2000/12/01  23:48:02
56371         Log: The metaconfig unit change for #7950.
56372      Branch: metaconfig
56373            + U/modified/stdchar.U
56374 ____________________________________________________________________________
56375 [  7950] By: jhi                                   on 2000/12/01  23:47:39
56376         Log: Try to find stdchar also from <stdio_impl.h>.
56377      Branch: perl
56378            ! Configure config_h.SH
56379 ____________________________________________________________________________
56380 [  7949] By: jhi                                   on 2000/12/01  23:46:45
56381         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
56382              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
56383              Date: Fri, 1 Dec 2000 16:26:08 -0500
56384              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
56385              
56386              Reword the diagnostic message.
56387      Branch: perl
56388            ! pod/perldiag.pod
56389 ____________________________________________________________________________
56390 [  7948] By: nick                                  on 2000/12/01  22:49:43
56391         Log: Integrate mainline (for s/y/m as sub names stuff).
56392      Branch: perlio
56393           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
56394           !> t/pragma/warn/toke toke.c
56395 ____________________________________________________________________________
56396 [  7947] By: jhi                                   on 2000/12/01  20:55:41
56397         Log: Integrate perlio.
56398      Branch: perl
56399           !> perlio.c perliol.h t/io/pipe.t
56400 ____________________________________________________________________________
56401 [  7946] By: jhi                                   on 2000/12/01  20:36:51
56402         Log: Upgrade to CPAN 1.59_51, from Andreas König.
56403      Branch: perl
56404            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56405 ____________________________________________________________________________
56406 [  7945] By: nick                                  on 2000/12/01  20:31:32
56407         Log: Integrate mainline
56408      Branch: perlio
56409           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
56410           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
56411           +> t/lib/net-hostent.t
56412           !> (integrate 35 files)
56413 ____________________________________________________________________________
56414 [  7944] By: jhi                                   on 2000/12/01  20:23:29
56415         Log: Some help for 20001130.011.  Now one gets warnings like
56416              "Ambiguous -f() resolved as a file test ..."
56417      Branch: perl
56418            ! pod/perldiag.pod t/pragma/warn/toke toke.c
56419 ____________________________________________________________________________
56420 [  7943] By: jhi                                   on 2000/12/01  19:44:44
56421         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
56422              that also breaks using them as methods. 
56423      Branch: perl
56424            ! pod/perldiag.pod t/op/misc.t toke.c
56425 ____________________________________________________________________________
56426 [  7942] By: nick                                  on 2000/12/01  17:56:46
56427         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
56428              Make 'unix' pass most tests
56429              - do unread by temporary push of layer ("pending") holding unread chars
56430              - fast_gets is now based on per-handle flag
56431              - relax one of io/pipe.t tests to allow print to fail and close to
56432              succeed so that it passes on unbuffered "unix" layer.
56433              Remaining fail is sporadic and a genuine race condition between
56434              parent/child in fork test.
56435      Branch: perlio
56436            ! perlio.c perliol.h t/io/pipe.t
56437 ____________________________________________________________________________
56438 [  7941] By: jhi                                   on 2000/12/01  15:28:58
56439         Log: (Retracted by #7943.)
56440              
56441              Reserve the short named string operator names.
56442      Branch: perl
56443            ! pod/perldiag.pod t/op/misc.t toke.c
56444 ____________________________________________________________________________
56445 [  7940] By: jhi                                   on 2000/12/01  06:45:53
56446         Log: Get the three different space character classes right under utf8.
56447      Branch: perl
56448            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
56449            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
56450            ! regexec.c t/op/pat.t utf8.c
56451 ____________________________________________________________________________
56452 [  7939] By: jhi                                   on 2000/12/01  03:26:26
56453         Log: Two more tests that make no sense in UTF-8 since the test
56454              data is not in UTF-8.
56455      Branch: perl
56456            ! t/op/regexp.t
56457 ____________________________________________________________________________
56458 [  7938] By: jhi                                   on 2000/12/01  03:20:39
56459         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
56460              should it be required inside regexen?
56461      Branch: perl
56462            ! regcomp.c t/op/regmesg.t
56463 ____________________________________________________________________________
56464 [  7937] By: jhi                                   on 2000/12/01  02:58:53
56465         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
56466              stored and restored, and thusly was trounced by the utf8 swash
56467              routines.
56468      Branch: perl
56469            ! regcomp.c
56470 ____________________________________________________________________________
56471 [  7936] By: jhi                                   on 2000/11/30  20:41:39
56472         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
56473              Why the different platforms behave so differently (core dump vs
56474              no core dump) on this bug is a but of a mystery, but if I had to
56475              guess I would mumble something like 'alignment'.
56476      Branch: perl
56477            ! sv.c
56478 ____________________________________________________________________________
56479 [  7935] By: jhi                                   on 2000/11/30  16:17:02
56480         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
56481              From: Robin Barker <rmb1@cise.npl.co.uk>
56482              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
56483              Date: Thu, 30 Nov 2000 14:27:12 GMT
56484      Branch: perl
56485            ! perlio.c toke.c
56486 ____________________________________________________________________________
56487 [  7934] By: jhi                                   on 2000/11/30  16:04:49
56488         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
56489      Branch: perl
56490            ! t/lib/net-hostent.t
56491 ____________________________________________________________________________
56492 [  7933] By: jhi                                   on 2000/11/30  06:07:26
56493         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
56494              From: Peter Prymmer <pvhp@forte.com>
56495              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
56496              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
56497              
56498              In VMS the localhost may be LOCALHOST.
56499      Branch: perl
56500            ! t/lib/net-hostent.t
56501 ____________________________________________________________________________
56502 [  7932] By: jhi                                   on 2000/11/30  01:11:11
56503         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
56504              From: Peter Prymmer <pvhp@forte.com>
56505              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
56506              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
56507              
56508              plus regen perlapi.pod.
56509      Branch: perl
56510            ! pod/perlapi.pod utf8.c
56511 ____________________________________________________________________________
56512 [  7931] By: jhi                                   on 2000/11/30  01:06:19
56513         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
56514              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56515              Date:     Wed, 29 Nov 2000 17:15:11 EST
56516              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
56517      Branch: perl
56518            ! t/lib/filter-util.pl t/lib/filter-util.t
56519 ____________________________________________________________________________
56520 [  7930] By: jhi                                   on 2000/11/29  18:51:55
56521         Log: Update Changes.
56522      Branch: perl
56523            ! Changes patchlevel.h
56524 ____________________________________________________________________________
56525 [  7929] By: jhi                                   on 2000/11/29  18:50:55
56526         Log: Update the va_copy() metaconfig unit.
56527      Branch: metaconfig/U/perl
56528            ! need_va_copy.U
56529 ____________________________________________________________________________
56530 [  7928] By: jhi                                   on 2000/11/29  17:50:43
56531         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
56532              From: Dominic Dunlop <domo@computer.org>
56533              Date: Tue, 28 Nov 2000 16:41:57 +0100
56534              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
56535              
56536              Patch to catch a core dump in the Configure va_copy test.
56537      Branch: perl
56538            ! Configure config_h.SH
56539 ____________________________________________________________________________
56540 [  7927] By: jhi                                   on 2000/11/29  17:31:59
56541         Log: Retract #7921, the patch shouldn't be needed.
56542      Branch: perl
56543            ! sv.c
56544 ____________________________________________________________________________
56545 [  7926] By: jhi                                   on 2000/11/29  17:01:41
56546         Log: Make the Class::Struct import() wiser.
56547      Branch: perl
56548            ! lib/Class/Struct.pm t/lib/class-struct.t
56549 ____________________________________________________________________________
56550 [  7925] By: jhi                                   on 2000/11/29  16:36:33
56551         Log: All the core library users of Class::Struct seem to be
56552              using "use Class::Struct 'struct';" instead of the bare
56553              "use Class::Struct;", which isn't documented in Class::Struct.
56554              This can't be right.
56555      Branch: perl
56556            ! lib/File/stat.pm
56557 ____________________________________________________________________________
56558 [  7924] By: jhi                                   on 2000/11/29  16:32:15
56559         Log: A test works better if it has the right 1..$n output.
56560      Branch: perl
56561            ! t/lib/class-struct.t
56562 ____________________________________________________________________________
56563 [  7923] By: jhi                                   on 2000/11/29  16:29:11
56564         Log: Forgot to MANIFEST the new Net::hostent test.
56565      Branch: perl
56566            ! MANIFEST
56567 ____________________________________________________________________________
56568 [  7922] By: jhi                                   on 2000/11/29  16:27:49
56569         Log: Integrate perlio.
56570      Branch: perl
56571           !> iperlsys.h perlio.c
56572 ____________________________________________________________________________
56573 [  7921] By: jhi                                   on 2000/11/29  16:27:10
56574         Log: (Retracted by #7927.)
56575              
56576              Subject: [PATCH] Is infinity a number?
56577              From: Simon Cozens <simon@cozens.net>
56578              Date: Wed, 29 Nov 2000 14:48:20 +0000
56579              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
56580      Branch: perl
56581            ! sv.c
56582 ____________________________________________________________________________
56583 [  7920] By: jhi                                   on 2000/11/29  16:23:02
56584         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
56585              From: rspier@pobox.com (Robert Spier)
56586              Date: Wed, 29 Nov 2000 02:17:49 -0500
56587              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
56588              
56589              Add a test for Net::hostent.
56590      Branch: perl
56591            + t/lib/net-hostent.t
56592 ____________________________________________________________________________
56593 [  7919] By: jhi                                   on 2000/11/29  16:21:31
56594         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
56595              add a test for Class::Struct.
56596      Branch: perl
56597            + t/lib/class-struct.t
56598            ! MANIFEST lib/Class/Struct.pm
56599 ____________________________________________________________________________
56600 [  7918] By: jhi                                   on 2000/11/29  15:48:40
56601         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
56602              From: rspier@pobox.com (Robert Spier)
56603              Date: Wed, 29 Nov 2000 02:25:39 -0500
56604              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
56605              
56606              More checking in case someone has broken their services or
56607              protocol databases.
56608      Branch: perl
56609            ! ext/Sys/Syslog/Syslog.pm
56610 ____________________________________________________________________________
56611 [  7917] By: jhi                                   on 2000/11/29  15:46:25
56612         Log: Subject: [PATCH] $^O  win32 -> MSWin32
56613              From: rspier@pobox.com (Robert Spier)
56614              Date: Wed, 29 Nov 2000 02:17:38 -0500
56615              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
56616              
56617              plus similar nits for vms, err, VMS, and UNICOS.
56618      Branch: perl
56619            ! t/lib/syslfs.t t/op/lfs.t
56620 ____________________________________________________________________________
56621 [  7916] By: jhi                                   on 2000/11/29  15:42:51
56622         Log: Subject: [PATCH] Tokeniser debugging
56623              From: Simon Cozens <simon@cozens.net>
56624              Date: Wed, 29 Nov 2000 14:15:45 +0000
56625              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
56626      Branch: perl
56627            ! perl.c perl.h pod/perlrun.pod toke.c
56628 ____________________________________________________________________________
56629 [  7915] By: jhi                                   on 2000/11/29  15:41:36
56630         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
56631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56632              Date: Wed, 29 Nov 2000 02:13:14 -0500
56633              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
56634              
56635              OUT keyword nits.
56636              
56637              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
56638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56639              Date: Wed, 29 Nov 2000 03:09:04 -0500
56640              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
56641              
56642              OUT and IN_OUT documentation.
56643      Branch: perl
56644            ! lib/ExtUtils/xsubpp pod/perlxs.pod
56645 ____________________________________________________________________________
56646 [  7914] By: jhi                                   on 2000/11/29  03:35:01
56647         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
56648              From: John Tobey <jtobey@john-edwin-tobey.org>
56649              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
56650              Message-Id: <m140e1N-000FOoC@feynman.localnet>
56651              
56652              plus a performance speedup noticed by Sarathy.
56653      Branch: perl
56654            ! op.c
56655 ____________________________________________________________________________
56656 [  7913] By: jhi                                   on 2000/11/29  03:16:59
56657         Log: Use "1 while unlink" so that VMS gets clean, too.
56658      Branch: perl
56659            ! t/lib/filter-util.t
56660 ____________________________________________________________________________
56661 [  7912] By: jhi                                   on 2000/11/29  03:09:08
56662         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
56663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56664              Date: Tue, 28 Nov 2000 03:27:09 -0500
56665              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
56666      Branch: perl
56667            ! lib/ExtUtils/xsubpp
56668 ____________________________________________________________________________
56669 [  7911] By: jhi                                   on 2000/11/29  03:06:30
56670         Log: This should have been part of #7872: no need to scan UTF-8
56671              until eternity.
56672      Branch: perl
56673            ! utf8.c
56674 ____________________________________________________________________________
56675 [  7910] By: jhi                                   on 2000/11/29  02:50:04
56676         Log: One more perltie.pod nit from Casey R. Tweten.
56677      Branch: perl
56678            ! pod/perltie.pod
56679 ____________________________________________________________________________
56680 [  7909] By: jhi                                   on 2000/11/29  02:44:23
56681         Log: Document the known sprintf test failures, exact standard
56682              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
56683      Branch: perl
56684            ! pod/perldelta.pod t/op/sprintf.t
56685 ____________________________________________________________________________
56686 [  7908] By: jhi                                   on 2000/11/29  02:36:23
56687         Log: Add the Encoding table format documentation.
56688      Branch: perl
56689            + ext/Encode/Encode/EncodeFormat.pod
56690            ! MANIFEST
56691 ____________________________________________________________________________
56692 [  7907] By: jhi                                   on 2000/11/29  02:07:24
56693         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
56694              From: "Casey R. Tweten" <crt@kiski.net>
56695              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
56696              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
56697              
56698              Subject: Re: [PATCH] Updating perltie.pod for arrays
56699              From: "Casey R. Tweten" <crt@kiski.net>
56700              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
56701              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
56702      Branch: perl
56703            ! pod/perltie.pod
56704 ____________________________________________________________________________
56705 [  7906] By: nick                                  on 2000/11/28  22:40:59
56706         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
56707      Branch: perlio
56708            ! iperlsys.h perlio.c
56709 ____________________________________________________________________________
56710 [  7905] By: nick                                  on 2000/11/28  22:04:34
56711         Log: Integrate mainline
56712      Branch: perlio
56713           !> (integrate 39 files)
56714 ____________________________________________________________________________
56715 [  7904] By: jhi                                   on 2000/11/28  16:44:43
56716         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
56717              From: Nicholas Clark <nick@babyhippo.co.uk>
56718              Date: Tue, 28 Nov 2000 11:16:57 +0000
56719              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
56720      Branch: perl
56721            ! pod/perlipc.pod
56722 ____________________________________________________________________________
56723 [  7903] By: jhi                                   on 2000/11/28  16:40:31
56724         Log: Subject: [PATCH] Updating perltie.pod for arrays
56725              From: "Casey R. Tweten" <crt@kiski.net>
56726              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
56727              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
56728      Branch: perl
56729            ! pod/perltie.pod
56730 ____________________________________________________________________________
56731 [  7902] By: jhi                                   on 2000/11/28  16:39:37
56732         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
56733              From: Robin Barker <rmb1@cise.npl.co.uk>
56734              Date: Mon, 27 Nov 2000 17:56:44 GMT
56735              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
56736      Branch: perl
56737            ! pod/perlfunc.pod t/op/split.t
56738 ____________________________________________________________________________
56739 [  7901] By: jhi                                   on 2000/11/28  16:28:04
56740         Log: setmode() is a DOSish-only thing.
56741      Branch: perl
56742            ! perlio.c
56743 ____________________________________________________________________________
56744 [  7900] By: jhi                                   on 2000/11/28  16:21:46
56745         Log: Subject: [PATCH] perlcc.PL cleanups
56746              From: Simon Cozens <simon@cozens.net>
56747              Date: Tue, 28 Nov 2000 12:44:35 +0000
56748              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
56749      Branch: perl
56750            ! utils/perlcc.PL
56751 ____________________________________________________________________________
56752 [  7899] By: gsar                                  on 2000/11/28  06:32:55
56753         Log: reintegrate files missed by change#7895
56754      Branch: maint-5.6/perl
56755           +> ext/ByteLoader/bytecode.h utils/Makefile
56756            - utils/perlbc.PL
56757 ____________________________________________________________________________
56758 [  7897] By: gsar                                  on 2000/11/27  18:22:47
56759         Log: can't integrate these two files, for some reason
56760      Branch: maint-5.6/perl
56761            - ext/ByteLoader/bytecode.h utils/Makefile
56762 ____________________________________________________________________________
56763 [  7895] By: gsar                                  on 2000/11/27  18:11:21
56764         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
56765              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
56766              6757..6890,6892..6901 from mainline
56767              
56768              Bytecompiler patches from Benjamin Stuhl.
56769              
56770              More bytecompiler.
56771              
56772              Subject: [PATCH blead] B:: missing dependency
56773              
56774              Subject: [PATCH: 6757] configure.com updates and syslog build
56775              
56776              Long double Gconvert fixes from Yitzchak Scott-Thoennes
56777              and Spider Boardman.
56778              
56779              Subject: [PATCH blead] nextchar() abuse misses an optimisation
56780              
56781              Long double fixes from Spider Boardman.
56782              
56783              Make the selection of NVff et al stricter.
56784              
56785              cSVOPo_*v things index into the current PL_curpad
56786              under ithreads, which is different from the curpad
56787              used by the XSUB.  (In other words, the code as-is
56788              before this patch wouldn't work under ithreads.)
56789              
56790              Be portable.
56791              
56792              VMS MMS (make) wants null action.
56793              
56794              Mac and other portability updates from Chris Nandor.
56795              
56796              Storable support, v-version fixes.
56797              Subject: CPAN.pm beta for testing available
56798              
56799              Portability fix from Hugo van der Sanden.
56800              
56801              Bad makefile.
56802              
56803              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
56804              
56805              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
56806              
56807              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56808              
56809              Replace #6705 with a minimal doc patch.
56810              Subject: [PATCH 5.6.0] replace change #6705
56811              
56812              Drop the separate perlbc, perlcc -b should be enough.
56813              
56814              installperl couldn't tell whether it had run tests or not.
56815              Subject: [PATCH] Re: installperl and t/TEST
56816              
56817              Add silencer flags to installperl.
56818              Subject: [PATCH] Making installperl silent.
56819              
56820              Make "make install" by default silent.  A new "install-verbose"
56821              target is verbose.
56822              
56823              More liberal parsing of version numbers.
56824              Subject: Re: CPAN.pm beta for testing available
56825              
56826              Create directories in silence.
56827              Subject: [PATCH] Another silencer for MakeMaker
56828              
56829              DOS patches and portability/porting notes, from Tim Jenness.
56830              
56831              Make installman to recognize the silence flag -S.
56832              
56833              Actually do something with the silencer option.
56834              
56835              Continue silencing.
56836              
56837              Show the doc file, not the temp file.
56838              
56839              Regen perltoc.
56840              
56841              Subject: [PATCH] More silencing of installman.
56842              
56843              Better wording for the vec lvalue diagnostic.
56844              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56845              
56846              Subject: [PATCH: 6805] several more tweaks to configure.com
56847              
56848              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
56849              
56850              Missing parts of 
56851              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
56852              
56853              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
56854              (applied slightly modified)
56855              
56856              installperl --verbose and --silent.
56857              Subject: Re: [PATCH] More silencing of installman.
56858              
56859              Add install-silent target.
56860              
56861              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
56862              the problem reported in
56863              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
56864              
56865              Tweak the sfio/useperlio logic, hopefully as wished in
56866              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
56867              
56868              One forgotten file from #6816.
56869              
56870              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
56871              
56872              Remove duplicately applied patch shards.
56873              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
56874              
56875              Support preserving extremely big/small angles.
56876              
56877              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
56878              
56879              Subject: [PATCH] installation not quite silent yet.
56880              
56881              Update the test count.
56882              
56883              Use UVxf, PTR2UV, NVff.
56884              
56885              Document PTR2XX and INT2PTR.
56886              
56887              no-install target a la make -n.
56888              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
56889              
56890              grep -e isn't portable.
56891              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
56892              
56893              Can't get the test to reliably work thanks to the
56894              inaccurateness of floating point.  "Resolves" bug ids
56895              20000826.003, 20000826.009, 20000826.010,
56896              
56897              Subject: installman buglet
56898              
56899              DJGPP update from Laszlo Molnar.
56900              
56901              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56902              
56903              Passing -R in ldflags makes now it to appear in the default
56904              for lddlflags, just like with -L.
56905              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56906              
56907              Test nit.
56908              
56909              Use the actual thread type, not the pointer-to-struct.
56910              
56911              Provice virtual $Config{ccflags_nolargefiles} etc. 
56912              
56913              display_format used as a class method without arguments was broken,
56914              reported in
56915              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
56916              
56917              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
56918              
56919              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
56920              
56921              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
56922              
56923              opmini.o may be left around if a build is interrupted.
56924              
56925              Typo in #6858.
56926              
56927              Fix for ID 20000828.001, long doubles were not formatted
56928              correctly (showed up in $], which stopped installing perl).
56929              
56930              An attempt to fix the problem reported in
56931              Subject: Building perl@6856 using gcc/AIX 4.3.3 
56932              I can't test this properly since the gcc installation I have
56933              access to seems to be botched (gcc is calling the AIX cpp,
56934              a losing proposition...)
56935              
56936              Add -ld to archname on long tr...double platforms.
56937              
56938              Subject: hv.h Doc Patch
56939              
56940              Potential cruft.
56941              
56942              Subject: [PATCH bleedperl@6856] warnings fixes
56943              
56944              -S is the silent flag, -s is the strip flag.
56945              Subject: [PATCH] Re: [PATCH] make no-install          
56946              
56947              Take out the SUIDMAIL thing, that will not be
56948              a problem in 5.7.*.
56949              
56950              Subject: [PATCH bleedperl@6866] spellings
56951              
56952              Subject: [PATCH] Re: files not cleaned even by veryclean
56953              
56954              Use minimal @INC in tests, most of the time just '../lib',
56955              so that we simply can't pick up stuff from other Perls than
56956              the one we are testing.  Pointed out by
56957              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
56958              
56959              Update to Getopt::Long 2.24, from Johan Vromans.
56960              
56961              Fix for thinko in #6848.
56962              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
56963              
56964              Patches all over for people and the files they (hopefully) care about.
56965              
56966              Subject: Net::protoent does not export 'getproto'
56967              
56968              Missed a change in #6869.
56969              
56970              Subject: [PATCH] Warnings in B::Deparse
56971              
56972              Subject: [PATCH] Glob dumping
56973              
56974              Disable one of the tests for now.
56975              
56976              Disabling the one test is a bit tricky.
56977              
56978              Don't forget to tidy up.
56979              
56980              The #6881 removed one dump line.
56981              
56982              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
56983              
56984              Under usethreads the dumped variable is IN_PAD.
56985              Subject: Re: [PATCH] Glob dumping
56986              
56987              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
56988              
56989              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
56990              
56991              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
56992              
56993              Regen Configure for #6894.
56994              
56995              Subject: [PATCH: 6889] updates to perlebcdic.pod
56996              
56997              Undo namespace pollution of #6878.
56998              Subject: Re: Net::protoent does not export 'getproto'
56999              
57000              Admit that we are leaking scalars.
57001              
57002              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
57003      Branch: maint-5.6/perl
57004           !> (integrate 271 files)
57005 ____________________________________________________________________________
57006 [  7894] By: gsar                                  on 2000/11/27  16:00:34
57007         Log: a couple of nits
57008      Branch: maint-5.6/perl
57009            ! MANIFEST pp_sys.c
57010 ____________________________________________________________________________
57011 [  7893] By: gsar                                  on 2000/11/27  15:10:56
57012         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
57013              6740..6745,6747..6757,6760
57014              
57015              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
57016              
57017              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
57018              
57019              Doc nits spotted by Richard Soderberg.
57020              
57021              move WNOHANG definition to where other such things are
57022              
57023              Make $Config{byteorder} more magical so that it is
57024              dynamically computed: nice for 'fat binaries'.
57025              Subject: [PATCH]: default byteorder
57026              
57027              Subject: [PATCH] Cwd.pm now uses strict
57028              
57029              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
57030              
57031              Get -DLEAKTEST to compile (not necessarily to work, mind)
57032              Subject: [ID 20000724.006] -DLEAKTEST problem
57033              
57034              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
57035              
57036              Add perlebcdic from Peter Prymmer, regen toc.
57037              
57038              Don't propose using modules built for 5.005 if no binary
57039              compatibility with 5.005 is attempted.
57040              
57041              Do not use prototyping here.
57042              Subject: [ID 20000817.016] [PATCH] Peek.xs
57043              
57044              Document what the backtick returns if the command fails.
57045              
57046              Add byteorder to the myconfig output.
57047              
57048              Introduce NVef, NVff, and NVgf, use the middle one.
57049              (helps for lib/peek + Linux + long doubles)  Reported in
57050              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57051              Use NVs in POSIX math, not doubles.
57052              Subject: [ID 20000817.014] POSIX & modfl
57053              
57054              Subject: [PATCH 5.6.0+] newSVrv() memory leak
57055              
57056              The byteorder code in #6671 was wrong.
57057              
57058              Fix the lib/complex failure of
57059              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57060              Linux long double accuracy issue: something that
57061              when printed with %g looks like "2" but int() of it is 1.
57062              
57063              Propagate new Configure vars.
57064              
57065              Unbuffer the output.
57066              
57067              Subject: [PATCH] perltrap.pod spring cleaning
57068              
57069              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
57070              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
57071              
57072              Tiny Getopt::Long patch from Johan Vromans.
57073              
57074              Document code point which makes if (defined %stash::) to work
57075              (noted by Spider Boardman).
57076              
57077              Subject: [PATCH perl@6698] cygwin port
57078              
57079              Document the NDBM_File and ODBM_File as SDBM_File
57080              was documented in #6417.
57081              
57082              The new tests were missing from #6415.
57083              
57084              Add [[:blank:]] as suggested in
57085              Subject: [ID 20000716.024] [=cc=] / [:blank:]
57086              (the [=cc=] has already been taken care of by #6439
57087              so the whole bug report can be closed)
57088              and make [[:space:]] to be equivalent to isspace(3)
57089              (as opposed to \s, which is isSPACE()).  The difference
57090              is that now [[:space:]] matches the mythical vertical tab,
57091              while \s doesn't.
57092              
57093              Don't eat leading os from index entries.
57094              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
57095              
57096              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
57097              
57098              Typo in pp_complement().
57099              Subject: [PATCH perl-current] Deparse
57100              
57101              Add warnif(), check warnings further up the stack,
57102              all the warnings functions now can take an optional object reference.
57103              Subject: [PATCH bleedperl@6691] warnings pragma update
57104              
57105              Fix a core dump in lib/selfloader under -DDEBUGGING.
57106              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
57107              
57108              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
57109              
57110              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
57111              
57112              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
57113              Put back the long double avoidance code to POSIX.xs
57114              because VMS seems to need it still.
57115              
57116              Introduce a 'veryclean' target that is like 'distclean'
57117              but also removes *~ and *.orig.
57118              
57119              Subject: [ID 20000817.023] endianness description in perlfunc.pod
57120              
57121              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
57122              
57123              Let's try #6717 again.
57124              
57125              UTF8 concat fixes.
57126              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
57127              
57128              pp_open() could pass an uninitialized filename down to do_open9().
57129              
57130              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
57131              
57132              Update to CGI 2.72, from Lincoln Stein.
57133              
57134              Subject: [PATCH] Silence MakeMaker (Was: installman)
57135              
57136              Use temporary directory instead of current directory.
57137              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
57138              
57139              Document odd vs even subreleases and -Dusedevel.
57140              
57141              The veryclean target needs to clobber.
57142              
57143              Use File::Spec->tmpdir().
57144              
57145              Document the number of exponent digits.
57146              
57147              Mention perlebcdic and perlposix-bc.
57148              
57149              s/this one/the 5.6.0 release/
57150              
57151              The #6724 is here.
57152              
57153              The correct cleaning order is an art.
57154              
57155              small tweaks for change#6705: avoid C++ style comments in C code;
57156              use Perl's malloc API rather than the low level system one
57157              
57158              Array context keeps slithering in.
57159              
57160              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
57161              
57162              Subject: [PATCH] os2.c fix for use64bitint
57163              
57164              Update to Pod::LaTeX 0.53.
57165              Subject: [PATCH] lib/Pod/LaTeX.pm updates
57166              
57167              Document the endianness of Alpha more precisely.
57168              
57169              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
57170              
57171              Rename the macro argument because some preprocessors
57172              can't tell the difference and expand arguments also inside
57173              double quoted strings.
57174              
57175              free TLS slot properly on Windows
57176              
57177              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
57178              
57179              Unicos/mk requires elaborate paranoia.
57180              
57181              Tweak the floating point output routine preferences.
57182              
57183              Also under djgpp the timestamps are funky.
57184              
57185              Apply some PodParser 1.18 patches; the Pod/Find.pm
57186              patches cannot be applied since #6712 conflicts.
57187              
57188              Use PodParser 1.18 new test.
57189              
57190              A pod nit.
57191              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
57192              
57193              Be verydeepclean.
57194      Branch: maint-5.6/perl
57195           +> pod/perlebcdic.pod
57196           !> (integrate 106 files)
57197 ____________________________________________________________________________
57198 [  7892] By: jhi                                   on 2000/11/27  15:02:32
57199         Log: Update Changes.
57200      Branch: perl
57201            ! Changes patchlevel.h
57202 ____________________________________________________________________________
57203 [  7891] By: jhi                                   on 2000/11/27  14:57:23
57204         Log: Subject: Re: perlfaq style changes
57205              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57206              Date: Sat, 25 Nov 2000 23:32:26 -0800
57207              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
57208              
57209              plus a note from Ronald Kimball.
57210      Branch: perl
57211            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
57212 ____________________________________________________________________________
57213 [  7890] By: jhi                                   on 2000/11/27  14:53:14
57214         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
57215              From: Benjamin Holzman <bah@ecnvantage.com>
57216              Date: Sun, 26 Nov 2000 16:27:33 -0500
57217              Message-ID: <20001126162733.J25040@ecnvantage.com>
57218      Branch: perl
57219            ! gv.c
57220 ____________________________________________________________________________
57221 [  7889] By: jhi                                   on 2000/11/27  14:43:11
57222         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
57223              From: lvirden@cas.org
57224              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
57225              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
57226      Branch: perl
57227            ! README.amiga
57228 ____________________________________________________________________________
57229 [  7888] By: jhi                                   on 2000/11/27  14:32:34
57230         Log: Restore also the locale test to no-sprintf-taint state.
57231              Fixes the bug 20001127.003.
57232      Branch: perl
57233            ! sv.c t/pragma/locale.t
57234 ____________________________________________________________________________
57235 [  7887] By: gsar                                  on 2000/11/27  14:13:05
57236         Log: integrate changes#6613..6616,6620..6665 from mainline
57237              
57238              VMS configure.com update continues.
57239              
57240              Subject: Test fails / warnings with perl-current #6612
57241              
57242              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
57243              
57244              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
57245              
57246              For now remove the mail code.
57247              
57248              Subject: Re: [PATCH] @+, @- readonly
57249              
57250              Subject: warning: storage class after type is obsolescent
57251              
57252              Subject: sfio2000
57253              
57254              Subject: Re: File::Temp problems on VMS in bleedperl
57255              
57256              README.os2 update.
57257              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
57258              
57259              Make the user to give up his firstborn, err, to knowingly
57260              verify installing an unstable developer release.  Also bump
57261              the release to 5.7.0, but leave a patch tag in the local
57262              patches saying that this is not yet the real thing.
57263              
57264              Update (kinda) to Test 1.14, from Joshua Pritikin.
57265              
57266              make ok etc also for win32.
57267              
57268              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
57269              
57270              Don't blow limited stacks, a lower number is enough to
57271              tickle the lookbehind limit.
57272              
57273              Use -Dusedevel; regen Configure and the respective Porting stuff.
57274              
57275              Subject: [PATCH] debugger exit code should reflect user exit code
57276              
57277              Subject: [PATCH perl@6620] cygwin port
57278              
57279              Missed a file from #6638.
57280              
57281              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)
57282              
57283              magic callbacks all need to have same type signature
57284              
57285              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
57286              
57287              Fix a dependency problem.
57288              Subject: [PATCH: 6640] VMS Makefile.SH update
57289              
57290              The numeric locale was reset to "C" by s?printf and never restored.
57291              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
57292              No test since adding the failing example to locale.t
57293              does not fail -- probably because the locale settings are so
57294              thoroughly tweaked by that time.  Running the example standalone
57295              does fail, though.  UPDATE: test case added at change #7540.
57296              
57297              Subject: [ID 20000324.040] minor fix to perlhpux.pod
57298              
57299              Update to CPAN 1.57.
57300              
57301              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
57302              
57303              Change the perlbug address to perl.org since it's more forgiving.
57304              
57305              Change the regx compilation error markers to use = instead of <
57306              since pod makes using the latter quite messy.  Reported in
57307              ID 20000814.006 by Abigail and in
57308              Subject: Unknown escape E<> ?
57309              
57310              Update to perldebtut 1.9, from Richard Foley.
57311              
57312              check that the number pseudo children doesn't exceed
57313              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
57314              the WaitForMultipleObjects() limit that would cause wait()
57315              to crash)
57316              wait() and waitpid() could potentially be rewritten to use
57317              more than one thread to do the waiting to eliminate this
57318              limitation
57319              
57320              change#6328 could make close(SOCKET) return false on windows
57321              when it shouldn't
57322              
57323              pod nit seen in passing
57324              
57325              on windows, the return values from wait() and waitpid() don't
57326              match those of pseudo-pids
57327              
57328              waitpid() now handles externally spawned pids correctly;
57329              fixes for backtick/wait/waitpid failures on Windows 9x
57330              these changes make the pid returned by process functions on
57331              Windows 9x always positive by clearing the high bit (which
57332              is always set on Win9x); pseudo-process PIDs are likewise
57333              always negative now on Win9x (just as on NT/2000)
57334              
57335              trailing new %ENV entries weren't being pushed into the real
57336              environment of subprocesses on Windows
57337              
57338              Tweak the regex compilation errors once more.
57339              
57340              avoid warnings from dense compiler
57341              
57342              add "ok" targets from change#6632 in makefile.mk
57343      Branch: maint-5.6/perl
57344            - lib/Pod/PlainText.pm vms/configure.com
57345           !> (integrate 66 files)
57346 ____________________________________________________________________________
57347 [  7886] By: jhi                                   on 2000/11/27  13:54:18
57348         Log: __FUNCTION__ isn't portable and trying to emulate it leads
57349              into practically spelling out the name of the function.
57350              Takes care of the bug 20001127.001.
57351      Branch: perl
57352            ! perlio.c
57353 ____________________________________________________________________________
57354 [  7885] By: gsar                                  on 2000/11/27  13:53:18
57355         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
57356              6610..6611 from mainline
57357              
57358              Make regular expression parse error messages easier to understand.
57359              Subject: Re: enhanced(?) regex error messages
57360              
57361              Tiny tidying on report_evil_fh().
57362              
57363              Subject: Re: enhanced(?) regex error messages 
57364              plus Capitalize the error messages, plus perldiag them.
57365              
57366              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
57367              
57368              Document here-doc better.
57369              
57370              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
57371              
57372              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
57373              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
57374              (either perlbug or p5p ate the original), plus regen
57375              perlapi and perltoc. 
57376              
57377              Regen global.sym.
57378              
57379              Double check that we have a dirhandle.
57380              
57381              Subject: Re: enhanced(?) regex error messages
57382              (plus two small patches sent privately)
57383              (this still seems to leave few test failures)
57384              
57385              warn is a macro, avoid using at a variable to avoid warnings
57386              in some configurations; readdir.t is too conservative in
57387              estimating number of *.t's
57388              
57389              Get back into sync with Jeffrey on the enhanced regex warnings.
57390              
57391              Subject: [PATCH 5.6.0] cygwin port
57392              
57393              Zero entries were skipped, fix from Adrian Goalby
57394              <argoalby@yahoo.co.uk>
57395              
57396              Subject: Remove dead entry in perldiag
57397              
57398              Amend the description of Perl6.
57399              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
57400              
57401              detypo
57402              
57403              It's the 2ndO'ROSSC.
57404              
57405              Revert the sv.c part of #6559, a better fix is needed.
57406              
57407              Iterating perl6 description.
57408              
57409              Update to Term::ANSIColor 1.03, from Russ Allbery.
57410              
57411              Update to Getopt::Long 2.23_05, from Johan Vromans.
57412              
57413              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
57414              
57415              Update to Pod::Parser 1.17, from Brad Appleton.
57416              
57417              Update to CPAN 1.56, from Andreas König.
57418              
57419              Update to CGI 2.70, from Lincoln Stein.
57420              
57421              Put back the std @INC thing.
57422              
57423              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
57424              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
57425              
57426              Document the IO::Select timeout.
57427              
57428              sleep(1) does not necessarily return 1.
57429              Subject: [PATCH bleadperl] op/lex_assign.t  
57430              
57431              Subject: debugger "d" command doesnt check line number
57432              
57433              B::Deparse didn't do sub attributes.
57434              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
57435              
57436              Preprocessing and postprocessing for File::Find.
57437              Subject: Patch to Find::File.pm to allow alphabetical results
57438              
57439              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
57440              
57441              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
57442              
57443              Subject: Re: [ID 20000730.003] utf8::length() bad
57444              
57445              Subject: Getting perlio and threads to compile
57446              (the Solaris version changes in Configure skipped)
57447              
57448              Tests for #6589.
57449              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
57450              
57451              Add Perl debugging tutorial, regen toc. 
57452              Subject: perldebtut.pod
57453              
57454              Add a few missing files, update MANIFEST.
57455              
57456              Rewrite of vms/subconfigure.com as configure.com,
57457              from Peter Prymmer and the vmsperl crew.
57458              
57459              Should have deleted this in #6603.
57460              
57461              Fix the test for 5005threads.
57462              
57463              Fix-n-skip the tests under 5005threads.
57464              
57465              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
57466              
57467              Upgrade to CGI 2.71, from Lincoln Stein.
57468      Branch: maint-5.6/perl
57469           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
57470           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
57471           +> t/op/regmesg.t t/pod/find.t vms/configure.com
57472            - vms/subconfigure.com
57473            ! lib/lib.pm
57474           !> (integrate 115 files)
57475 ____________________________________________________________________________
57476 [  7884] By: jhi                                   on 2000/11/27  13:44:33
57477         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
57478              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57479              Date:     Mon, 27 Nov 2000 08:23:54 EST
57480              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
57481      Branch: perl
57482            ! vms/descrip_mms.template vms/test.com
57483 ____________________________________________________________________________
57484 [  7883] By: gsar                                  on 2000/11/27  11:50:46
57485         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
57486              6511..6513,6515..6523,6525..6536
57487              
57488              The swallow_bom() saga continues.  The #23 of require.t
57489              (UTF16-LE) still fails (silently, no output) but the #22
57490              (UTF16-BE) seems to be working now.  The root of the
57491              failure may be in sv_gets(): is it UTF-16LE-aware,
57492              especially when it comes to line endings? 
57493              
57494              Document the problem with -P in HP-UX and its workaround.
57495              
57496              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
57497              (aka ID 20000730.002)
57498              
57499              Subject: fix and question re: waitpid() under win32
57500              
57501              Make the safety catch for buggy gccs work with triple version
57502              numbers like 2.95.2.  Reported in
57503              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
57504              
57505              In Digital UNIX warn if gcc explicitly chosen because even
57506              2.95.2 is known to cause problems.
57507              
57508              Make chr() for values >127 to create utf8 when under utf8.
57509              
57510              various syntax errors and such (not fixed: comp/require.t#22 coredump
57511              on Windows)
57512              
57513              Stash away the largefiles flags and libswanted.
57514              
57515              BOM patching from Simon Cozens.
57516              
57517              If gccosandvers is equal to osname, clear gccosandvers.
57518              
57519              Make p4desc to skip non-mainperl branches by default.
57520              
57521              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
57522              
57523              The test from this
57524              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
57525              
57526              In new BSDs changes to argv[] do not show up in ps(1) output,
57527              instead one must use setproctitle().  This was already addressed
57528              by change #6457, but the below has a new variant for FreeBSD 4.0
57529              or later, and the matter is also documented more.
57530              
57531              FreeBSD 3.* updates from
57532              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
57533              
57534              regen_headers, regen perltoc.
57535              
57536              Document in one place the memory abstractions used in Perl core.
57537              
57538              memcpy has n o in it, as pinted ut by Sarathy.
57539              
57540              Remove the extraneous "main::" prefix from all the
57541              "opened only for", "on closed", and "never opened" warnings.
57542              
57543              The name of a filehandle does not have <these>.
57544              
57545              The tr utf8 patching continues.
57546              
57547              The new setproctitle() feature is available only in 
57548              bleeding edge FreeBSD.  From Paul Saab.
57549              
57550              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
57551              
57552              Dump UVs as UVs in Data::Dumper.
57553              
57554              detypo #6494
57555              
57556              Document the IVdf UVuf UVof UVxf.
57557              
57558              require.t needs binmode() to work on windows
57559              
57560              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
57561              that are hopefully soon put into use.
57562              
57563              Allow "no Module;" even if there is no 'unimport'.
57564              
57565              Better skip message for the test; one of the two problems in
57566              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
57567              
57568              The subtest 4 may fail also on VOBS, as pointed out
57569              by Nick Ing-Simmons in November 1999, bug id 19991124.003
57570              (but the failure in that bug report isn't the subtest 4).
57571              
57572              Be more informative on what is skipped and why,
57573              also repeat the list at the end.
57574              
57575              Add a URL for FSF.
57576              
57577              Subject: [PATCH] sv.h documentation - SvLEN
57578              
57579              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
57580              
57581              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
57582              
57583              Subject: [PATCH] bad cppsymbols on os2 + Configure question
57584              
57585              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
57586              
57587              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
57588              mention the idea of @( and @)
57589              
57590              This is 6512.  Really.
57591              
57592              Subject: [ID 19990721.004] Documentation bug in perlfunc
57593              
57594              Subject: Minor tweak to perlvar.pod
57595              
57596              In the warnings call filehandles consistently so;
57597              add "unopened" warning for stat().
57598              
57599              After the #6519 a warning about stat() is just that,
57600              not about a filetest, which now have their own warning.
57601              
57602              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
57603              
57604              Subject: Re: Array vs. List context
57605              
57606              Subject: New perlcc, take 2
57607              
57608              Weed buglets pointed out by
57609              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
57610              
57611              gcc versions might have (parentheses) in them.
57612              
57613              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
57614              
57615              Essential prototype changes were missing from #6527.
57616              Also make report_evil_fh() more bomb-proof.
57617              
57618              Zap lib/Sys directory when cleaning up.
57619              
57620              Change the Policy policy: now -Dprefix= with an existing
57621              Policy.sh and prefix == siteprefix == vendorprefix, then all
57622              of them follow along the new prefix.
57623              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
57624              
57625              Continue fixing the io warnings.  This also
57626              sort of fixes bug ID 20000802.003: the core dump
57627              is no more.  Whether the current behaviour is correct
57628              (giving a warning: "Not a format reference"), is another matter.
57629              
57630              Have symbols for the IoTYPEs.
57631              
57632              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
57633              
57634              Document a bit that UDP is not what you might think.
57635              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
57636              tr memory corruption fix from Simon Cozens.
57637              
57638              Plug the security hole described in the Aug 05 2000 bugtraq message
57639              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
57640              The security hole exists only in suidperls, which isn't
57641              installed or even built by default.
57642      Branch: maint-5.6/perl
57643           !> (integrate 71 files)
57644 ____________________________________________________________________________
57645 [  7882] By: gsar                                  on 2000/11/27  10:25:36
57646         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
57647              from mainline
57648              
57649              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
57650              to be fatal errors (instead of by default ignoring them, and
57651              ignoring with a bug: even though -w gave an error, the opening [
57652              was left in)  Reported in:
57653              
57654              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
57655              
57656              Subject: [PATCH] split /^/
57657              
57658              MacOS nits from Matthias Neeracher.
57659              
57660              More split() doc and test patches from Mike Guy.
57661              
57662              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
57663              from Graham Barr in the module list.
57664              
57665              docfix from Peter Scott <Peter@PSDT.com>.
57666              
57667              File::Temp patches for VMS and OS/2 from Tim Jenness.
57668              
57669              open() wariness in perlbug.
57670              
57671              Subject: [PATCH] minor doc change - perlguts
57672              
57673              Subject: Minor doc patch: handy.h
57674              
57675              Be wary of close()s, too.
57676              
57677              Further File::Temp patches from Yitzchak Scott-Thoennes
57678              and Craig A. Berry.
57679              
57680              Subject: [PATCH] fixes bug 20000508.004
57681              
57682              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
57683              
57684              Allow "no AutoLoader;", based on change #6444,
57685              suggested by Graham Barr.
57686              
57687              Use setproctitle() if available to modify $0.
57688              
57689              Warn if the version of the operating system used to compile gcc
57690              differs from the current version of the operating system.
57691              Also display the gcc compilation os and version in myconfig.
57692              Inspiration from
57693              
57694              Tiny fixes for #6460.
57695              
57696              The problem described in this
57697              Subject: [ID 20000322.018] named chars aren't magical enough
57698              has been fixed in perl 5.6.0 but just in case added a test
57699              to keep it away.  (The report from Joseph Hall.)
57700              
57701              Tune the comments and hopefully stop a memory leak.
57702              
57703              Subject: UTF8 concat
57704              (with a memory leak fixed, plus a few casts added)
57705              This also seems to help for
57706              Subject: [ID 20000716.015] join UTF8 weirdness
57707              
57708              Do not upgrade SVs into utf8 just because they participate
57709              in eq or cmp.  Reported and fix suggested in
57710              Subject: [ID 20000720.009] sv_eq UTF8 bug
57711              
57712              Fix the HALF_UPGRADE() macro introduced in #6263.
57713              
57714              Find green threads before native threads.
57715              Subject: Re: Patch to jpl/JNI/Makefile.PL
57716      Branch: maint-5.6/perl
57717           !> (integrate 30 files)
57718 ____________________________________________________________________________
57719 [  7881] By: jhi                                   on 2000/11/27  05:48:41
57720         Log: It seems that *both* the unused submatch loop cleanup
57721              codes are needed.
57722      Branch: perl
57723            ! regexec.c
57724 ____________________________________________________________________________
57725 [  7880] By: jhi                                   on 2000/11/27  04:50:07
57726         Log: Clean .exists deeper.
57727      Branch: perl
57728            ! Makefile.SH
57729 ____________________________________________________________________________
57730 [  7879] By: jhi                                   on 2000/11/27  02:31:35
57731         Log: The code in regcppop() (see #7878) contains the correct lower
57732              limit for the unused submatch 'cleanup' loop so that under
57733              "use utf8" the following code wouldn't dump core:
57734              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
57735              the cleanup loop in regtry() stomped beyond allocated area
57736              in the startp[] array.  Therefore, copied the correct lower
57737              loop limit (*PL_reglastparen) to regtry().  Note: something
57738              may still not be quite right: why was the _higher_ loop limit
57739              (prog->nparens) different in the utf8 case?
57740              
57741              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
57742              without core dumps, there were about 17 of them before
57743              the patch (with us since Perl 5.7.0).  Two failures, still:
57744              496 and 505 (though these may not be severe).
57745              
57746              Patch #7881 is also needed since both the cleanup loops
57747              seem to be needed.
57748              
57749              Also, the t/op/pat#44 seems to core dump under utf8.
57750              Plus a couple of failures.  UGH-8.
57751      Branch: perl
57752            ! regexec.c
57753 ____________________________________________________________________________
57754 [  7878] By: jhi                                   on 2000/11/27  02:21:17
57755         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
57756              the code in regcppop() seems to be redundant for the test suite --
57757              but it contains a germ of truth, and it needed for the build
57758              process itself: see #7879 and #7881.
57759      Branch: perl
57760            ! regexec.c
57761 ____________________________________________________________________________
57762 [  7877] By: jhi                                   on 2000/11/27  01:53:09
57763         Log: Comment on comment.
57764      Branch: perl
57765            ! regexec.c
57766 ____________________________________________________________________________
57767 [  7876] By: jhi                                   on 2000/11/27  00:49:59
57768         Log: Adjust the docs to agree with #7875.
57769      Branch: perl
57770            ! pod/perllocale.pod
57771 ____________________________________________________________________________
57772 [  7875] By: jhi                                   on 2000/11/27  00:49:27
57773         Log: Retract #7863.  It makes more sense not to taint formatted output,
57774              not even by sprintf().
57775      Branch: perl
57776            ! sv.c
57777 ____________________________________________________________________________
57778 [  7874] By: jhi                                   on 2000/11/26  23:36:02
57779         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
57780              Not really fixed (should really dump the UTF-8 charclass),
57781              but stopped displaying the garbage.
57782              
57783              Also add a note on the (missing) Unicode PSXSPC and BLANK.
57784      Branch: perl
57785            ! regcomp.c
57786 ____________________________________________________________________________
57787 [  7873] By: jhi                                   on 2000/11/26  21:31:13
57788         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
57789      Branch: perl
57790            ! regexec.c
57791 ____________________________________________________________________________
57792 [  7872] By: jhi                                   on 2000/11/26  21:06:04
57793         Log: No need to scan till infinity, 13 is enough.
57794      Branch: perl
57795            ! handy.h utf8.c
57796 ____________________________________________________________________________
57797 [  7871] By: jhi                                   on 2000/11/26  20:20:32
57798         Log: Test line numbers are different with utf8.
57799      Branch: perl
57800            ! t/op/re_tests
57801 ____________________________________________________________________________
57802 [  7870] By: jhi                                   on 2000/11/26  20:10:12
57803         Log: Message nit.
57804      Branch: perl
57805            ! regcomp.c
57806 ____________________________________________________________________________
57807 [  7869] By: jhi                                   on 2000/11/26  19:01:05
57808         Log: Make utf8_length() and utf8_distance() (the latter of which
57809              is unused at the moment) to be less forgiving about bad UTF-8.
57810      Branch: perl
57811            ! embed.h embed.pl objXSUB.h proto.h utf8.c
57812 ____________________________________________________________________________
57813 [  7868] By: jhi                                   on 2000/11/26  18:45:56
57814         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
57815              From: Benjamin Holzman <bah@ecnvantage.com>
57816              Date: Sat, 25 Nov 2000 20:40:20 -0500       
57817              Message-ID: <20001125204020.A25040@ecnvantage.com>              
57818              
57819              Debian allows installing /usr/bin/locale without installing
57820              any locales, an error message will ensue.
57821      Branch: perl
57822            ! t/pragma/locale.t
57823 ____________________________________________________________________________
57824 [  7867] By: jhi                                   on 2000/11/26  18:31:12
57825         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
57826              From: Benjamin Holzman <bah@ecnvantage.com>
57827              Date: Sun, 26 Nov 2000 02:42:34 -0500
57828              Message-ID: <20001126024234.G25040@ecnvantage.com>
57829              
57830              Patch for the bug 20000212.002.
57831      Branch: perl
57832            ! sv.c t/op/array.t
57833 ____________________________________________________________________________
57834 [  7866] By: jhi                                   on 2000/11/26  18:28:09
57835         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
57836              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57837              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
57838              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
57839              
57840              File::Temp 0.11.
57841      Branch: perl
57842            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
57843 ____________________________________________________________________________
57844 [  7865] By: jhi                                   on 2000/11/26  18:24:22
57845         Log: The metaconfig unit change for #7864.
57846      Branch: metaconfig/U/perl
57847            ! need_va_copy.U
57848 ____________________________________________________________________________
57849 [  7864] By: jhi                                   on 2000/11/26  18:23:41
57850         Log: Make the va_copy() test not to be so talkative.
57851      Branch: perl
57852            ! Configure config_h.SH
57853 ____________________________________________________________________________
57854 [  7863] By: jhi                                   on 2000/11/26  18:11:02
57855         Log: Fix locale inconsistencies unearthed by Hugo's work.
57856              Now the floating point sprintf really does taint the result
57857              string as perllocale promises (has promised for a long time)
57858              if "use locale" is in the lexical scope.
57859      Branch: perl
57860            ! sv.c t/pragma/locale.t
57861 ____________________________________________________________________________
57862 [  7862] By: jhi                                   on 2000/11/26  00:35:15
57863         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
57864              From: Nicholas Clark <nick@ccl4.org>
57865              Date: Sun, 26 Nov 2000 00:07:50 +0000
57866              Message-ID: <20001126000750.A22446@plum.flirble.org>
57867              
57868              Infinit.
57869      Branch: perl
57870            ! sv.c
57871 ____________________________________________________________________________
57872 [  7861] By: jhi                                   on 2000/11/26  00:01:26
57873         Log: Integrate perlio.
57874      Branch: perl
57875           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
57876 ____________________________________________________________________________
57877 [  7860] By: nick                                  on 2000/11/25  22:04:17
57878         Log: Correct relative path from new ext\Filter\Util\Call location
57879              back to miniperl.
57880      Branch: perlio
57881            ! win32/makefile.mk
57882 ____________________________________________________________________________
57883 [  7859] By: nick                                  on 2000/11/25  21:26:54
57884         Log: Integrate mainline.
57885      Branch: perlio
57886           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
57887           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
57888           +> t/lib/filter-util.t
57889            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
57890            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
57891            - t/lib/filt-util.t
57892           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
57893           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
57894           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
57895           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
57896           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
57897           !> win32/makefile.mk
57898 ____________________________________________________________________________
57899 [  7858] By: gsar                                  on 2000/11/25  20:52:17
57900         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
57901              parent's memory; fix it by keeping track of the actual pad
57902              offset rather than a raw pointer (this change is probably also
57903              relevant to non-ithreads case to avoid fallout from reallocs of
57904              the pad array, but is currently only enabled for the ithreads
57905              case in the interests of minimal disruption to existing "well
57906              tested" code)
57907      Branch: perl
57908            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
57909            ! proto.h scope.c scope.h sv.c t/op/fork.t
57910 ____________________________________________________________________________
57911 [  7857] By: nick                                  on 2000/11/25  20:01:28
57912         Log: All tests pass on Win32/gcc/USE_PERLIO.
57913              - when crlf layer is pushed make unix-level binary.
57914              - remove :crlf injection in pp_backtick in pp_sys.c
57915              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
57916      Branch: perlio
57917            ! doio.c perlio.c pp_sys.c win32/makefile.mk
57918 ____________________________________________________________________________
57919 [  7856] By: jhi                                   on 2000/11/25  18:38:30
57920         Log: Update the metaconfig units for #7855.
57921      Branch: metaconfig/U/perl
57922            ! useperlio.U usesocks.U
57923 ____________________________________________________________________________
57924 [  7855] By: jhi                                   on 2000/11/25  18:37:54
57925         Log: Undo the SOCKS workarounds, instead start using PerlIO
57926              if SOCKS is selected.
57927              
57928              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
57929              From: Jens Hamisch <jens@Strawberry.COM>
57930              Date: Fri, 24 Nov 2000 18:31:30 +0100
57931              Message-ID: <20001124183130.E28337@Strawberry.COM>
57932              
57933              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
57934              From: Jens Hamisch <jens@Strawberry.COM>
57935              Date: Fri, 24 Nov 2000 19:11:51 +0100
57936              Message-ID: <20001124191151.A28753@Strawberry.COM>
57937      Branch: perl
57938            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
57939            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
57940 ____________________________________________________________________________
57941 [  7854] By: jhi                                   on 2000/11/25  17:39:08
57942         Log: Undo #7848.  Some of the code seems to use walkoptree(),
57943              some walkoptree_slow().  An unfinished renaming?
57944              Now the sub is walkoptree() (which is @EXPORT_OK),
57945              the walkoptree_slow() is a typeglob alias to walkoptree.
57946              This makes the tests to pass, at least.
57947      Branch: perl
57948            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
57949 ____________________________________________________________________________
57950 [  7853] By: nick                                  on 2000/11/24  22:24:33
57951         Log: Re-arrange crlf vs binary for platforms that care.
57952              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
57953              Lip-service to making stdio layer work on such platforms (untested).
57954              Now fails 3 tests rather than one, checkin to see if I can debug 
57955              the issue under linux. (Do not merge.)
57956      Branch: perlio
57957            ! doio.c perlio.c perliol.h
57958 ____________________________________________________________________________
57959 [  7852] By: jhi                                   on 2000/11/24  18:57:39
57960         Log: AUTHORS edits.
57961      Branch: perl
57962            ! AUTHORS
57963 ____________________________________________________________________________
57964 [  7851] By: jhi                                   on 2000/11/24  17:34:56
57965         Log: Add Jan-Erik Karlsson.
57966      Branch: perl
57967            ! AUTHORS
57968 ____________________________________________________________________________
57969 [  7850] By: jhi                                   on 2000/11/24  17:27:56
57970         Log: Configure should find stdchar on its own.
57971      Branch: perl
57972            ! hints/solaris_2.sh
57973 ____________________________________________________________________________
57974 [  7849] By: jhi                                   on 2000/11/24  17:24:55
57975         Log: Subject: PATCH over 7848: Filter test flawed
57976              From: andreas.koenig@anima.de (Andreas J. Koenig)
57977              Date: 24 Nov 2000 10:28:29 +0100
57978              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
57979      Branch: perl
57980            ! t/lib/filter-util.t
57981 ____________________________________________________________________________
57982 [  7848] By: jhi                                   on 2000/11/24  17:22:15
57983         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
57984              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
57985              Date: Fri, 24 Nov 2000 16:12:58 +0000
57986              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
57987      Branch: perl
57988            ! ext/B/B.pm
57989 ____________________________________________________________________________
57990 [  7847] By: jhi                                   on 2000/11/24  03:07:01
57991         Log: Integrate perlio.
57992      Branch: perl
57993           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
57994           !> win32/makefile.mk
57995 ____________________________________________________________________________
57996 [  7846] By: gsar                                  on 2000/11/24  00:55:57
57997         Log: integrate changes#6415..6418,6420..6438 from mainline
57998              
57999              Fix the bitvector ops for utf8 (tricky since past 7 bits
58000              the utf8 'characters' can be more than one octet).
58001              
58002              MPE/ix updates for perl 5.6.0 from Mark Bixby.
58003              
58004              Subject: SDBM_File documentation
58005              
58006              Detypo.
58007              
58008              Decutandpasto.
58009              
58010              Send all installperl messages to STDERR and be -w clean.
58011              
58012              Out-of-date note removed.
58013              
58014              Protect against "wild next"s, that is, callbacks doing "next"
58015              instead of "return".
58016              
58017              Use STDOUT consistently.
58018              
58019              The output might have been produced in the wrong order.
58020              
58021              A missing 'break' after the [[:space:]] switch case.
58022              
58023              Add tests for
58024              [ID 19991110.003] another matching finding by pcre author
58025              which has already been fixed by some patch, as verified in
58026              
58027              Documentation to explain the behaviour of map().
58028              
58029              Add an optimization for map-maps-a-list-element-to-more-list-elements
58030              case, but add also notes explaining the relationship of this
58031              patch and the earlier notes by Sarathy.
58032              
58033              Subject: [ID 20000716.023] syslog test fails without sockets
58034              
58035              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
58036              Test cases for #6431.
58037              
58038              File::Spec::VMS fixup for tmpdir from Craig Berry.
58039              
58040              Make the "uninit variable" warning to say "concat or string"
58041              or "join or string" when in concat or join .
58042              
58043              Get UTF16 BOMs working.  Patch from
58044              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
58045              
58046              Subject: [PATCH] Make large file tests deal with SIGXFSZ
58047              
58048              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
58049              
58050              Subject: [PATCH] av.c apidoc
58051      Branch: maint-5.6/perl
58052           !> (integrate 43 files)
58053 ____________________________________________________________________________
58054 [  7845] By: gsar                                  on 2000/11/24  00:20:45
58055         Log: integrate changes#6406..6414 from mainline
58056              
58057              Merge perlhacktut into perlhack, update perlguts.
58058              
58059              Fix AutoSplit to use File::Spec the right way in VMS,
58060              from Peter Prymmer.
58061              
58062              The bug report
58063              [ID 19991110.002] minimal matching discrepancy found by pcre author
58064              seems to have been fixed (though differently from what was suggested
58065              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
58066              
58067              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
58068              not in pod, from Peter Prymmer
58069              
58070              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
58071              From: Hugo <hv@crypt.compulink.co.uk>
58072              Date: Fri, 14 Jul 2000 23:05:20 +0100
58073              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
58074              
58075              Didn't anymore apply, but that point still could use another fix.
58076              
58077              lib/b test fixes from Peter Prymmer.
58078              
58079              More docs for sv functions.
58080              
58081              perlvms.pod whitespace cleanup to keep pod utils happy.
58082              
58083              another VMS build tweak from Peter Prymmer
58084      Branch: maint-5.6/perl
58085           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
58086           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
58087           !> vms/descrip_mms.template vms/perlvms.pod
58088 ____________________________________________________________________________
58089 [  7844] By: nick                                  on 2000/11/23  23:42:45
58090         Log: Win32/perlio Now just fails one io/argv.t test - lack 
58091              of default :crlf on standard streams.
58092      Branch: perlio
58093            ! doio.c perlio.c
58094 ____________________________________________________________________________
58095 [  7843] By: nick                                  on 2000/11/23  23:04:05
58096         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
58097              peek fail is showing a real problem (multiple crlf layers
58098              are getting pushed.)
58099      Branch: perlio
58100            ! doio.c perlio.c win32/makefile.mk
58101 ____________________________________________________________________________
58102 [  7842] By: nick                                  on 2000/11/23  19:46:23
58103         Log: Implement PerlIO_binmode()
58104              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
58105              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
58106              make binmode in t/lib/io_tell.t unconditional so that works.
58107              Checkin just so Win32 machine can see these changes.
58108      Branch: perlio
58109            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
58110 ____________________________________________________________________________
58111 [  7841] By: jhi                                   on 2000/11/23  19:30:00
58112         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
58113      Branch: perl
58114            ! README.amiga
58115 ____________________________________________________________________________
58116 [  7840] By: jhi                                   on 2000/11/23  17:18:02
58117         Log: SOCKS wrestling continues, patches from Jens Hamisch.
58118      Branch: perl
58119            ! doio.c embed.h embed.pl perlsdio.h proto.h
58120 ____________________________________________________________________________
58121 [  7839] By: jhi                                   on 2000/11/23  16:54:14
58122         Log: Push Filter::Util::Call one level deeper.
58123      Branch: perl
58124            + t/lib/filter-util.t
58125           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
58126           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
58127            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58128            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
58129            - t/lib/filt-util.t
58130            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
58131            ! win32/Makefile win32/makefile.mk
58132 ____________________________________________________________________________
58133 [  7838] By: jhi                                   on 2000/11/23  16:52:40
58134         Log: Reach back one higher up when searching for PERL_SRC.
58135      Branch: perl
58136            ! lib/ExtUtils/MM_Unix.pm
58137 ____________________________________________________________________________
58138 [  7837] By: jhi                                   on 2000/11/23  16:05:41
58139         Log: Subject: Re: perl@7826
58140              Date: Thu, 23 Nov 2000 02:20:25 -0600
58141              From: "Craig A. Berry" <craigberry@mac.com>
58142              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
58143              
58144              Make VMS to like Filter::Util::Call. 
58145      Branch: perl
58146            ! configure.com ext/Filter/Util/Makefile.PL
58147 ____________________________________________________________________________
58148 [  7836] By: nick                                  on 2000/11/23  16:04:08
58149         Log: Implement crlf layer - not ready for merge.
58150      Branch: perlio
58151            ! perlio.c win32/makefile.mk
58152 ____________________________________________________________________________
58153 [  7835] By: jhi                                   on 2000/11/23  15:56:52
58154         Log: STDCHAR is different in Sparc v9 vs x86.
58155      Branch: perl
58156            ! hints/solaris_2.sh
58157 ____________________________________________________________________________
58158 [  7834] By: jhi                                   on 2000/11/23  15:50:47
58159         Log: The type needs to be visible to protos.
58160      Branch: perl
58161            ! perl.h
58162 ____________________________________________________________________________
58163 [  7833] By: jhi                                   on 2000/11/23  15:40:46
58164         Log: Finish unfinished SOCKS workaround changes.
58165      Branch: perl
58166            ! doio.c
58167 ____________________________________________________________________________
58168 [  7832] By: jhi                                   on 2000/11/23  15:33:30
58169         Log: Integrate perlio.
58170      Branch: perl
58171           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
58172           !> win32/makefile.mk
58173 ____________________________________________________________________________
58174 [  7831] By: nick                                  on 2000/11/23  10:31:07
58175         Log: Correct makefile.mk dependancies for ext/Filter/Util
58176              Build ext/Encode
58177              Run dmake regen_config_h
58178      Branch: perlio
58179            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58180            ! win32/makefile.mk
58181 ____________________________________________________________________________
58182 [  7830] By: nick                                  on 2000/11/23  08:05:07
58183         Log: Integrate mainline
58184      Branch: perlio
58185           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58186           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
58187           +> t/lib/filt-util.pl t/lib/filt-util.t
58188           !> (integrate 41 files)
58189 ____________________________________________________________________________
58190 [  7829] By: gsar                                  on 2000/11/23  03:07:11
58191         Log: build the Filter extension on windows
58192      Branch: perl
58193            ! win32/Makefile win32/makefile.mk
58194 ____________________________________________________________________________
58195 [  7828] By: gsar                                  on 2000/11/23  02:46:35
58196         Log: regenerate win32/config* and fix some inconsistencies in the
58197              makefiles; always export Perl_deb() because it is needed
58198              by ext/re/* (whether perl itself is built with -DDEBUGGING
58199              or not)
58200      Branch: perl
58201            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
58202            ! win32/config_H.vc win32/makefile.mk
58203 ____________________________________________________________________________
58204 [  7827] By: gsar                                  on 2000/11/23  02:18:38
58205         Log: get sources building on windows+MSVC again (untested with other
58206              compilers)
58207      Branch: perl
58208            ! win32/include/sys/socket.h win32/perllib.c
58209 ____________________________________________________________________________
58210 [  7826] By: jhi                                   on 2000/11/23  01:18:26
58211         Log: Update Changes.
58212      Branch: perl
58213            ! Changes patchlevel.h
58214 ____________________________________________________________________________
58215 [  7825] By: jhi                                   on 2000/11/23  00:20:41
58216         Log: Subject: Re: av.c patch (having slight problems)
58217              From: "Ben Tilly" <ben_tilly@hotmail.com>
58218              Date: Tue, 21 Nov 2000 23:29:31 -0500
58219              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
58220              
58221              unshift() speedup.
58222      Branch: perl
58223            ! av.c
58224 ____________________________________________________________________________
58225 [  7824] By: jhi                                   on 2000/11/22  23:59:15
58226         Log: Fixes for signedness warnings noticed by VMSperlers.
58227      Branch: perl
58228            ! ext/Storable/Storable.xs regcomp.c sv.c
58229 ____________________________________________________________________________
58230 [  7823] By: jhi                                   on 2000/11/22  23:19:31
58231         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
58232              From: Peter Prymmer <pvhp@forte.com>
58233              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
58234              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
58235      Branch: perl
58236            ! t/pragma/warn/pp_hot
58237 ____________________________________________________________________________
58238 [  7822] By: jhi                                   on 2000/11/22  22:52:20
58239         Log: Be clean.
58240      Branch: perl
58241            ! Makefile.SH
58242 ____________________________________________________________________________
58243 [  7821] By: jhi                                   on 2000/11/22  22:46:39
58244         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
58245              by Damian Conway, as suggested by Paul Marquess.
58246      Branch: perl
58247            + lib/Filter/Simple.pm
58248 ____________________________________________________________________________
58249 [  7820] By: jhi                                   on 2000/11/22  22:45:51
58250         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
58251      Branch: perl
58252            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58253            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
58254            + t/lib/filt-util.t
58255            ! MANIFEST
58256 ____________________________________________________________________________
58257 [  7819] By: jhi                                   on 2000/11/22  22:03:27
58258         Log: Integrate perlio.
58259      Branch: perl
58260           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
58261           !> win32/makefile.mk
58262 ____________________________________________________________________________
58263 [  7818] By: jhi                                   on 2000/11/22  21:56:02
58264         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
58265      Branch: perl
58266            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
58267            ! t/lib/io_sock.t
58268 ____________________________________________________________________________
58269 [  7817] By: jhi                                   on 2000/11/22  21:39:49
58270         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
58271              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58272              Date: Wed, 22 Nov 2000 16:08:12 -0500
58273              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
58274      Branch: perl
58275            ! lib/ExtUtils/Liblist.pm
58276 ____________________________________________________________________________
58277 [  7816] By: jhi                                   on 2000/11/22  21:38:25
58278         Log: Go ahead and #include <unistd.h> in perl.h.
58279      Branch: perl
58280            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
58281            ! util.c
58282 ____________________________________________________________________________
58283 [  7815] By: jhi                                   on 2000/11/22  21:22:52
58284         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
58285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58286              Date: Mon, 20 Nov 2000 18:30:52 -0500
58287              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
58288      Branch: perl
58289            ! pod/perlre.pod regcomp.c t/op/re_tests
58290 ____________________________________________________________________________
58291 [  7814] By: jhi                                   on 2000/11/22  21:21:46
58292         Log: Subject: [PATCH 5.7.0] Liblist finally works
58293              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58294              Date: Tue, 21 Nov 2000 22:02:17 -0500
58295              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
58296      Branch: perl
58297            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
58298            ! lib/ExtUtils/MakeMaker.pm
58299 ____________________________________________________________________________
58300 [  7813] By: jhi                                   on 2000/11/22  21:20:23
58301         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
58302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58303              Date: Wed, 22 Nov 2000 17:53:15 +0100
58304              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
58305              
58306              AIX dynaloader and perlio patch.
58307      Branch: perl
58308            ! ext/DynaLoader/dl_aix.xs
58309 ____________________________________________________________________________
58310 [  7812] By: jhi                                   on 2000/11/22  21:17:52
58311         Log: (Accidentally empty patch.)
58312      Branch: perl
58313            ! av.c
58314 ____________________________________________________________________________
58315 [  7811] By: jhi                                   on 2000/11/22  21:16:31
58316         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
58317              From: Peter Prymmer <pvhp@forte.com>
58318              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
58319              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
58320      Branch: perl
58321            ! vms/test.com
58322 ____________________________________________________________________________
58323 [  7810] By: jhi                                   on 2000/11/22  21:15:36
58324         Log: Subject: Re: perl@7777 
58325              From: "John P. Linderman" <jpl@research.att.com>
58326              Date: Wed, 22 Nov 2000 13:11:11 -0500
58327              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
58328              
58329              Detypoing.
58330      Branch: perl
58331            ! lib/CPAN.pm
58332 ____________________________________________________________________________
58333 [  7809] By: jhi                                   on 2000/11/22  21:14:19
58334         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
58335              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58336              Date:     Wed, 22 Nov 2000 13:51:37 EST
58337              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
58338      Branch: perl
58339            ! perlsdio.h
58340 ____________________________________________________________________________
58341 [  7808] By: jhi                                   on 2000/11/22  21:13:27
58342         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
58343              From: Casey Tweten <crt@kiski.net>
58344              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
58345              Message-Id: <200011201653.LAA10194@home.kiski.net>
58346      Branch: perl
58347            ! t/lib/io_udp.t
58348 ____________________________________________________________________________
58349 [  7807] By: jhi                                   on 2000/11/22  21:12:35
58350         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
58351              From: Casey Tweten <crt@kiski.net>
58352              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
58353              Message-Id: <200011201636.LAA07227@home.kiski.net>
58354      Branch: perl
58355            ! t/lib/io_sock.t
58356 ____________________________________________________________________________
58357 [  7806] By: jhi                                   on 2000/11/22  21:10:59
58358         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
58359              From: "Casey R. Tweten" <crt@kiski.net>
58360              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
58361              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
58362      Branch: perl
58363            ! utils/h2xs.PL
58364 ____________________________________________________________________________
58365 [  7805] By: nick                                  on 2000/11/22  21:05:06
58366         Log: Integrate mainline
58367      Branch: perlio
58368           !> Changes Porting/genlog ext/DB_File/DB_File.xs
58369           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
58370           !> utils/perlbug.PL
58371 ____________________________________________________________________________
58372 [  7804] By: jhi                                   on 2000/11/22  21:01:12
58373         Log: Subject: [PATCH] Test.pm POD peculiarity
58374              From: "Casey R. Tweten" <crt@kiski.net>
58375              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
58376              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
58377      Branch: perl
58378            ! lib/Test.pm
58379 ____________________________________________________________________________
58380 [  7803] By: jhi                                   on 2000/11/22  20:59:59
58381         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
58382              From: "Philip Newton" <pnewton@gmx.de>
58383              Date: Wed, 22 Nov 2000 14:25:53 +0100
58384              Message-Id: <3A1BD771.25462.1939FAD@localhost>
58385              
58386              Be case-understanding also on 's', and use the -oi of sendmail
58387              not to terminate the transmission on a lone '.'.
58388      Branch: perl
58389            ! utils/perlbug.PL
58390 ____________________________________________________________________________
58391 [  7802] By: nick                                  on 2000/11/22  20:51:42
58392         Log: Win32 PerlIO intermediate state now working as expected.
58393              - In current state we are still using C runtime in text/binary
58394              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
58395              - PERLIO=stdio and PERLIO=unix pass all expected tests.
58396              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
58397              and PerlIO_seek() and the dummy crlf layer is not making adjustments
58398              for CRLF translation happening in C runtime. All other tests pass.
58399              
58400              Added note to README.win32 to point out the snags of doing a perl build
58401              with Norton AntiVirus turned on.
58402              
58403              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
58404              which file a fail comes from.
58405              
58406              Updated "canned" config.h to match the one generated.
58407      Branch: perlio
58408            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
58409            ! win32/makefile.mk
58410 ____________________________________________________________________________
58411 [  7801] By: jhi                                   on 2000/11/22  06:50:20
58412         Log: Nickety nits.
58413      Branch: perl
58414            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
58415 ____________________________________________________________________________
58416 [  7800] By: jhi                                   on 2000/11/22  01:29:55
58417         Log: Changes had accidentally gone too silent on non-main branches.
58418      Branch: perl
58419            ! Changes Porting/genlog patchlevel.h
58420 ____________________________________________________________________________
58421 [  7799] By: gsar                                  on 2000/11/22  01:02:56
58422         Log: some lib_pm.PL changes snuck in via change#7772
58423      Branch: maint-5.6/perl
58424            ! Makefile.SH
58425 ____________________________________________________________________________
58426 [  7798] By: nick                                  on 2000/11/21  21:59:40
58427         Log: Integrate mainline
58428      Branch: perlio
58429           !> (integrate 28 files)
58430 ____________________________________________________________________________
58431 [  7797] By: jhi                                   on 2000/11/21  21:01:45
58432         Log: Integrate perlio.
58433      Branch: perl
58434           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
58435 ____________________________________________________________________________
58436 [  7796] By: nick                                  on 2000/11/21  20:36:22
58437         Log: Win32 builds and runs (mostly) with USE_PERLIO.
58438              PERLIO=perlio passes all tests. 
58439              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
58440      Branch: perlio
58441            ! perlio.c win32/perllib.c win32/win32.c
58442 ____________________________________________________________________________
58443 [  7795] By: jhi                                   on 2000/11/21  19:03:44
58444         Log: Update Changes.
58445      Branch: perl
58446            ! Changes patchlevel.h
58447 ____________________________________________________________________________
58448 [  7794] By: jhi                                   on 2000/11/21  18:56:34
58449         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
58450              From: "Craig A. Berry" <craigberry@mac.com>
58451              Date: Mon, 20 Nov 2000 20:27:06 -0600
58452              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
58453              
58454              A cut-and-pasto.
58455      Branch: perl
58456            ! perlio.h
58457 ____________________________________________________________________________
58458 [  7793] By: jhi                                   on 2000/11/21  18:54:41
58459         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
58460              From: Dominic Dunlop <domo@computer.org> 
58461              Date: Mon, 20 Nov 2000 18:55:29 +0100
58462              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
58463              
58464              va_copy() and the need of it.
58465              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
58466      Branch: metaconfig/U/perl
58467            + need_va_copy.U
58468      Branch: perl
58469            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58470            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
58471            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
58472            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58473            ! win32/config.bc win32/config.gc win32/config.vc
58474 ____________________________________________________________________________
58475 [  7792] By: jhi                                   on 2000/11/21  17:04:10
58476         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
58477      Branch: perl
58478           !> scope.h
58479 ____________________________________________________________________________
58480 [  7791] By: jhi                                   on 2000/11/21  17:01:16
58481         Log: Export the SOCKS workaround symbols only if necessary.
58482      Branch: perl
58483            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
58484 ____________________________________________________________________________
58485 [  7790] By: nick                                  on 2000/11/20  23:57:11
58486         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
58487      Branch: perlio
58488            ! scope.h
58489 ____________________________________________________________________________
58490 [  7789] By: nick                                  on 2000/11/20  23:38:33
58491         Log: Integrate mainline
58492      Branch: perlio
58493           +> lib/File/Spec/Epoc.pm
58494           !> (integrate 34 files)
58495 ____________________________________________________________________________
58496 [  7788] By: nick                                  on 2000/11/20  23:20:18
58497         Log: Make extra buffer layer work (dummy crlf layer)
58498      Branch: perlio
58499            ! doio.c perlio.c perlio.h
58500 ____________________________________________________________________________
58501 [  7787] By: jhi                                   on 2000/11/20  22:44:04
58502         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
58503              From: Peter Prymmer <pvhp@forte.com>
58504              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
58505              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
58506      Branch: perl
58507            ! t/pragma/locale.t
58508 ____________________________________________________________________________
58509 [  7786] By: jhi                                   on 2000/11/20  22:29:10
58510         Log: Subject: DOC PATCH 5.6.0 perlreftut
58511              From: mjd@plover.com
58512              Date: 20 Nov 2000 19:45:06 -0000
58513              Message-ID: <20001120194506.9505.qmail@plover.com>
58514      Branch: perl
58515            ! pod/perlreftut.pod
58516 ____________________________________________________________________________
58517 [  7785] By: jhi                                   on 2000/11/20  22:27:44
58518         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
58519              From: David Dyck <dcd@tc.fluke.com>
58520              Date: Mon, 20 Nov 2000 11:43:40 -0800
58521              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
58522      Branch: perl
58523            ! lib/Cwd.pm
58524 ____________________________________________________________________________
58525 [  7784] By: jhi                                   on 2000/11/20  22:23:21
58526         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
58527              Date: Mon, 20 Nov 2000 17:06:10 -0500
58528              To: Mailing list Perl5 <perl5-porters@perl.org>
58529              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
58530      Branch: perl
58531            ! pp_ctl.c t/op/pat.t
58532 ____________________________________________________________________________
58533 [  7783] By: jhi                                   on 2000/11/20  22:11:18
58534         Log: Subject: [PATCH] doop.c - UTF8 tr///               
58535              From: Simon Cozens <simon@cozens.net>
58536              Date: Sat, 18 Nov 2000 18:49:30 +0000
58537              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
58538              
58539              Subject: Re: [PATCH] doop.c - UTF8 tr///           
58540              From: Simon Cozens <simon@cozens.net>
58541              Date: Mon, 20 Nov 2000 20:45:22 +0000
58542              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
58543              
58544              Make tr on UTF-8 better but still not correct.
58545      Branch: perl
58546            ! doop.c
58547 ____________________________________________________________________________
58548 [  7782] By: jhi                                   on 2000/11/20  22:02:16
58549         Log: Remove the shared object before attempting to create
58550              (by linking) a new one.  E.g. in AIX not removing
58551              becomes quite painful if one tries to do more than one
58552              build in the same tree (an interrupted build, for example),
58553              since the AIX' shared dynaloader seemingly keeps the shared
58554              objects open and therefore 'busy' for quite a while, even when
58555              nobody is using the objects, leading into link failures.
58556      Branch: perl
58557            ! lib/ExtUtils/MM_Unix.pm
58558 ____________________________________________________________________________
58559 [  7781] By: gsar                                  on 2000/11/20  19:02:55
58560         Log: type mismatch due to faulty integration
58561      Branch: maint-5.6/perl
58562            ! toke.c win32/Makefile
58563 ____________________________________________________________________________
58564 [  7780] By: gsar                                  on 2000/11/20  17:31:55
58565         Log: integrate changes#6392,6394..6399,6401..6404
58566              
58567              The {multiplier} of a fixed substring was overlooked which
58568              caused a wrong initial search offset for that substring.
58569              
58570              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
58571              From: Hugo <hv@crypt.compulink.co.uk>
58572              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
58573              Date: Thu, 13 Jul 2000 19:27:13 +0100
58574              
58575              Fix the BOM bug: not a byteorder bug, a signedness bug.
58576              
58577              Replace change #6337 with a better one.
58578              
58579              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
58580              From: Hugo <hv@crypt.compulink.co.uk>
58581              Date: Fri, 14 Jul 2000 04:16:20 +0100
58582              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
58583              
58584              MakeMaker should not remove editor backups (*~) on `make clean`
58585              by default (completes change#6383)
58586              
58587              move new variables to the end of the interpreter structure (for
58588              bincompat in code that doesn't #include XSUB.h)
58589              
58590              rename totally bletcherous SvLOCK() thingy (doesn't do what the
58591              name suggests anyway)
58592              
58593              various cleanups (typos, misformatted code, and small bugs)
58594              
58595              typecasts needed for change#6394
58596              
58597              typos in change#6399, regen headers
58598              
58599              inconsistent types needs casts
58600              
58601              PERL_OBJECT build tweaks
58602      Branch: maint-5.6/perl
58603           !> MANIFEST doop.c embed.h embed.pl embedvar.h
58604           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
58605           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
58606           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
58607           !> toke.c util.c
58608 ____________________________________________________________________________
58609 [  7779] By: gsar                                  on 2000/11/20  17:06:29
58610         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
58611              
58612              Cosmetics and perldelta.
58613              
58614              Fix nits noticed by Boston.pm.
58615              
58616              Do the cc sanity check both before the hints and
58617              after the cc selction.
58618              
58619              get sprintf.t to adjust properly for 3-digit exponents
58620              
58621              don't clobber *.orig files on *clean targets
58622              
58623              fix bugs in processing %v-*d and similar format specs (from
58624              Avi Finkel <avi@finkel.org>)
58625              
58626              sprintf test tweaks (from Dominic Dunlop)
58627              
58628              new selfloader.t in change#6183 doesn't close DATA handles,
58629              and thus fails to clean up tmp files on dosish platforms
58630              
58631              typos (spotted by Peter Prymmer)
58632              
58633              typo fix from Craig Berry
58634      Branch: maint-5.6/perl
58635           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
58636           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
58637           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
58638           !> x2p/Makefile.SH
58639 ____________________________________________________________________________
58640 [  7778] By: gsar                                  on 2000/11/20  16:46:51
58641         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
58642              
58643              Subject: Re: format bug report  [Patch]
58644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58645              Date: Wed, 05 Jul 2000 13:12:52 +0200
58646              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
58647              
58648              Subject: Re: format bug report  [Patch]
58649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58650              Date: Wed, 05 Jul 2000 14:10:01 +0200
58651              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
58652              
58653              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
58654              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58655              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
58656              Date: Fri, 07 Jul 2000 17:57:16 +0100
58657              
58658              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
58659              To: perl5-porters@perl.org
58660              From: Karsten Sperling <spiff@phreax.net>
58661              Date: Mon, 10 Jul 2000 15:12:52 +0200
58662              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
58663              
58664              README.posix-bc podified from Thomas Dorner.
58665              
58666              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
58667              From: Dominic Dunlop <domo@computer.org>
58668              Date: Tue, 11 Jul 2000 12:27:33 +0200
58669              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
58670              
58671              Typo in #6341.
58672              
58673              Fix for
58674              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
58675              From: Roderick Schertler <roderick@argon.org>
58676              Date: Tue, 11 Jul 2000 13:55:05 -0400
58677              Message-Id: <200007111755.NAA05077@jones.argon.org>
58678              
58679              Minor cleanups on the booklist.
58680              
58681              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
58682              regen perltoc.
58683              
58684              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
58685      Branch: maint-5.6/perl
58686           +> pod/perlbook.pod
58687           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
58688           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
58689           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
58690 ____________________________________________________________________________
58691 [  7777] By: jhi                                   on 2000/11/20  16:08:49
58692         Log: Update Changes.
58693      Branch: perl
58694            ! Changes patchlevel.h
58695 ____________________________________________________________________________
58696 [  7776] By: jhi                                   on 2000/11/20  15:27:56
58697         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
58698              This may be overly harsh but until proven otherwise, we think this
58699              way, or until we have a simple test for Configure (having to start
58700              up servers is does not count as simple) to check for the problems.
58701      Branch: perl
58702            ! perl.h
58703 ____________________________________________________________________________
58704 [  7775] By: jhi                                   on 2000/11/20  15:22:17
58705         Log: Solaris hints tweaks.
58706      Branch: perl
58707            ! hints/solaris_2.sh
58708 ____________________________________________________________________________
58709 [  7774] By: jhi                                   on 2000/11/20  15:01:20
58710         Log: Add a workaround to SOCKS 64-bit problems.
58711      Branch: perl
58712            ! doio.c embed.h embed.pl perlsdio.h proto.h
58713 ____________________________________________________________________________
58714 [  7773] By: jhi                                   on 2000/11/20  14:51:47
58715         Log: sysseek() instead of seek().
58716      Branch: perl
58717            ! t/lib/syslfs.t
58718 ____________________________________________________________________________
58719 [  7772] By: gsar                                  on 2000/11/20  13:06:23
58720         Log: integrate changes#6315..6319,6321..6331,6333..6338
58721              
58722              Integrate with Sarathy, preliminary fix for unicos
58723              alignment problems in [ID 20000612.002] Perl problem on Cray system.
58724              
58725              some debugger output does not go to the socket when RemotePort is set
58726              
58727              winsock cleanup never done on Windows (leads to handle leaks)
58728              
58729              fix UNC path handling on Windows under ithreads, and chdir()
58730              return value when given a non-existent directory
58731              
58732              Autogenerate pod/Makefile and pod/buildtoc.
58733              buildtoc also checks whether the existin pods are
58734              mentioned in MANIFEST and perl.pod, and vice versa.
58735              (None of the thusly found discrepancies fixed yet.)
58736              roffitall also needs to be autogenerated similarly but it
58737              seems so badly out of date that I didn't touch it yet.
58738              
58739              Config is being used.
58740              
58741              Add =head1 NAMEs so that buildtoc is happy.
58742              (The CGI::Util nit reported to Lincoln.)
58743              
58744              Fix complaints of buildtoc.
58745              
58746              Fix the alignment problem in Crays ([ID 20000612.002]).
58747              
58748              Remove perlbook, update perlfaq book listing,
58749              rearrange perl.pod, regenerate perltoc.
58750              
58751              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
58752              was cast to an unsigned (32-bit) integer with wild abandon.
58753              
58754              winsock options weren't being set in all threads under ithreads
58755              (caused send()s from second and subsequent threads to fail)
58756              
58757              accept() leaks memory on windows due to incorrect ordering of
58758              closesocket() and fclose() calls
58759              
58760              Reorder perl.pod once more.
58761              
58762              More POSIX.pod tweaks.
58763              
58764              Sprinkle ldlibpath.
58765              
58766              Precedence goof, fix based on
58767              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
58768              From: Hugo <hv@crypt.compulink.co.uk>
58769              Date: Tue, 11 Jul 2000 12:52:38 +0100
58770              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
58771              
58772              Subject: PATCH perlguts.pod: Document D and d magic types
58773              From: mjd@plover.com
58774              Date: 5 Jul 2000 18:01:51 -0000
58775              Message-ID: <20000705180151.29413.qmail@plover.com>
58776              
58777              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
58778              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
58779              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
58780              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
58781              
58782              Subject: [PATCH cfgperl] $& segfaults if you trick it
58783              From: simon@brecon.co.uk (Simon Cozens)
58784              Date: 7 Jul 2000 11:26:09 GMT
58785              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
58786              
58787              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
58788              From: Hugo <hv@crypt.compulink.co.uk>
58789              Date: Tue, 11 Jul 2000 12:44:50 +0100
58790              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
58791              
58792              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
58793              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58794              Date: Tue, 11 Jul 2000 13:50:51 +0100
58795              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
58796      Branch: maint-5.6/perl
58797           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
58798           +> pod/buildtoc.PL
58799            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
58800           !> (integrate 26 files)
58801 ____________________________________________________________________________
58802 [  7771] By: gsar                                  on 2000/11/20  12:31:42
58803         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
58804              6310,6311,6314
58805              
58806              Subject: [PATCH bleedperl] File::Spec 0.82 beta
58807              From: Barrie Slaymaker <barries@jester.slaysys.com>
58808              Date: Wed, 28 Jun 2000 11:35:29 -0400
58809              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
58810              
58811              tweak perlembed for multiplicity/usethreads sanity; correct notes
58812              about Windows
58813              
58814              localize %INC in a Safe compartment so that use/require work
58815              (many other magic globals probably need similar treatment)
58816              
58817              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
58818              when @_ is modified, causing coredumps
58819              
58820              slurp mode fix in change#4736 still not quite right
58821              
58822              Point to perlipc for more SysV IPC examples.
58823              
58824              Elaborate POSIX.pod.  Still needs work.
58825              
58826              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
58827              
58828              fix large memory leak that has been around for ever, masked by
58829              -DPURIFY (most of the arenas were never freed!)
58830              
58831              fix memory leak on Windows (PL_sys_intern contents were never
58832              freed)
58833              
58834              PERL_OBJECT build tweak
58835              
58836              adjust change#6299
58837              
58838              remove rel2abs prototypes (from Barrie Slaymaker)
58839              
58840              missing perldiag entry for unpack("w",...) diagnostic (from
58841              Andreas Koenig)
58842              
58843              better diagnostic on Frob->stuff() when Frob:: doesn't exist
58844              (from Richard Soderberg <rs@oregonnet.com>)
58845              
58846              Win32 patches for cfgperl from Sarathy.
58847              
58848              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
58849              
58850              More POSIX.pod embellishment.
58851              
58852              tyop in change#6306
58853      Branch: maint-5.6/perl
58854           !> (integrate 44 files)
58855 ____________________________________________________________________________
58856 [  7770] By: gsar                                  on 2000/11/20  11:51:00
58857         Log: integrate changes#6268..6282 from cfgperl branch
58858              
58859              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
58860              From: Dominic Dunlop <domo@computer.org>
58861              Date: Thu, 29 Jun 2000 12:32:39 +0200
58862              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
58863              
58864              Regen headers for #6261 (and update embed.pl for this) and #6267,
58865              silence few compiler warnings.
58866              
58867              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
58868              From: Nicholas Clark <nick@talking.bollo.cx>
58869              Date: Fri, 23 Jun 2000 16:21:15 +0100
58870              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
58871              
58872              Subject: PATCH pod/perltie.pod
58873              From: Ian Phillipps <Ian.Phillipps@iname.com>
58874              Date: Fri, 16 Jun 2000 00:17:19 +0100
58875              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
58876              (only the first hunk, the second hunk had already been done
58877              by some other patch)
58878              
58879              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
58880              From: Tom Phoenix <rootbeer@redcat.com>
58881              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
58882              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
58883              
58884              Subject: [PATCH] xsub attributes
58885              From: Doug MacEachern <dougm@covalent.net>
58886              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
58887              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
58888              
58889              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
58890              From: Andy Dougherty <doughera@lafayette.edu>
58891              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
58892              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
58893              
58894              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
58895              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
58896              Date: Tue, 13 Jun 2000 02:43:48 -0500
58897              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
58898              
58899              Subject: [PATCH] Re: eval documentation: context
58900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58901              Date: Mon, 12 Jun 2000 15:07:29 +0100
58902              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
58903              
58904              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
58905              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58906              Date: Mon, 12 Jun 2000 14:55:59 +0100
58907              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
58908              
58909              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
58910              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
58911              Date: Fri, 09 Jun 2000 12:39:27 -0400
58912              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
58913              (plus update the version "number" of Text::Wrap)
58914              
58915              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
58916              From: Tim Ayers <tayers@bridge.com>
58917              Date: Thu, 08 Jun 2000 08:11:06 +0200
58918              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
58919              [resent by Richard Foley, Message-Id probably wrong]
58920              
58921              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
58922              From: rspier@pobox.com (Robert Spier)
58923              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
58924              Message-ID: <14654.31913.845602.610277@rls.cx>
58925              
58926              Subject: [PATCH 5.6.0] utils/h2xs.PL
58927              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
58928              Date: Wed, 7 Jun 2000 04:02:04 -0500
58929              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
58930              
58931              Subject: [PATCH 5.6.0]ITHREADs for VMS
58932              From: Dan Sugalski <dan@sidhe.org>
58933              Date: Tue, 06 Jun 2000 11:59:50 -0400
58934              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
58935      Branch: maint-5.6/perl
58936           !> (integrate 31 files)
58937 ____________________________________________________________________________
58938 [  7769] By: gsar                                  on 2000/11/20  11:29:06
58939         Log: integrate changes#6261..6266 from cfgperl
58940              
58941              Subject: Re: [PATCH cfgperl] BOMs away!
58942              From: simon@brecon.co.uk (Simon Cozens)
58943              Date: 17 Jun 2000 11:49:57 GMT
58944              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
58945              
58946              Subject: 5.6.0 Patch for EPOC
58947              From: Olaf Flebbe <o.flebbe@gmx.de>
58948              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
58949              Message-ID: <23449.960929969@www11.gmx.net>
58950              
58951              tr fixes from Simon Cozens
58952              
58953              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
58954              From: Marty Lucich <marty@netcom.com>
58955              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
58956              Message-Id: <200006282116.OAA11148@netcom.com>
58957              ccdlflags update (the BSD/OS 4.1 part had already been taken
58958              care of by #6141).
58959              
58960              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
58961              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58962              Date: Wed, 28 Jun 2000 17:50:12 -0700
58963              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
58964              
58965              Subject: [PATCH 5.6.0] cygwin port
58966              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
58967              From: "Fifer, Eric" <EFifer@sanwaint.com>
58968              Date: Thu, 29 Jun 2000 12:58:29 +0100
58969      Branch: maint-5.6/perl
58970           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
58971           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
58972           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
58973           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
58974 ____________________________________________________________________________
58975 [  7768] By: gsar                                  on 2000/11/20  11:13:44
58976         Log: integrate changes#6252..6256,6259..6260
58977              
58978              Paranoia tweak on #6249.
58979              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
58980              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58981              Date: Sun, 25 Jun 2000 23:43:12 -0400
58982              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
58983              
58984              Subject: tr///, help wanted.
58985              From: simon@brecon.co.uk (Simon Cozens)
58986              Date: 28 Jun 2000 11:29:04 GMT
58987              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
58988              
58989              small thinko tweaks
58990              
58991              tweaks from Simon Conzes to further fix tr/// under utf8
58992              
58993              perlnewmod was missing from MANIFEST.
58994              
58995              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
58996              From: simon@brecon.co.uk (Simon Cozens)
58997              Date: 17 Jun 2000 11:56:44 GMT
58998              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
58999              pack U0, pack C0
59000      Branch: maint-5.6/perl
59001           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
59002           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
59003           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
59004           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
59005 ____________________________________________________________________________
59006 [  7767] By: gsar                                  on 2000/11/20  10:51:38
59007         Log: integrate change#6250 from cfgperl
59008              
59009              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
59010              From: Doug MacEachern <dougm@covalent.net>
59011              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
59012              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
59013      Branch: maint-5.6/perl
59014           +> t/op/my_stash.t
59015           !> MANIFEST embed.pl global.sym proto.h toke.c
59016 ____________________________________________________________________________
59017 [  7766] By: gsar                                  on 2000/11/20  10:48:34
59018         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
59019              
59020              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
59021              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59022              Date: Mon, 26 Jun 2000 18:40:14 +0100
59023              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
59024              
59025              Subject: [PATCH] bytes<->utf8 fixes
59026              From: simon@brecon.co.uk (Simon Cozens)
59027              Date: 26 Jun 2000 04:55:45 GMT
59028              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
59029              
59030              Subject: [PATCH] is_utf8_string
59031              From: simon@brecon.co.uk (Simon Cozens)
59032              Date: 26 Jun 2000 02:25:59 GMT
59033              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
59034              
59035              Subject: [PATCH] avoid mg_ptr in '*' magic
59036              From: Doug MacEachern <dougm@covalent.net>
59037              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
59038              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
59039              
59040              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
59041              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59042              Date: Sat, 24 Jun 2000 13:06:20 +0100
59043              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
59044              
59045              Allow for standalone testing.
59046              
59047              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
59048              From: Mark-Jason Dominus <mjd@plover.com>
59049              Date: Tue, 27 Jun 2000 22:36:42 -0400
59050              Message-ID: <20000628023642.12166.qmail@plover.com>
59051              
59052              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
59053              From: Frank Tobin <ftobin@uiuc.edu>
59054              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
59055              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
59056      Branch: maint-5.6/perl
59057           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
59058           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
59059           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
59060           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
59061           !> utf8.c utils/h2xs.PL
59062 ____________________________________________________________________________
59063 [  7765] By: gsar                                  on 2000/11/20  10:29:13
59064         Log: integrate change#6239 from cfgperl
59065              
59066              Configure maintenance.  Sever some dependency cycles,
59067              separate gccversion from the cc unit,
59068              address [ID 20000623.006] Configure script patch for using gcc on AIX
59069              (but solve it a little bit differently),
59070              unduplex some accidentally duplicated units,
59071              suggest using gcc if no cc available
59072              (p5p thread: "Solaris configure: counterproposal", 1999-09)
59073      Branch: maint-5.6/perl
59074           !> Configure Todo-5.6 config_h.SH
59075 ____________________________________________________________________________
59076 [  7764] By: gsar                                  on 2000/11/20  10:25:55
59077         Log: integrate changes#6233..6238 from cfgperl
59078              
59079              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
59080              From: Mark-Jason Dominus <mjd@plover.com>
59081              Date: Fri, 16 Jun 2000 20:53:04 -0400
59082              Message-ID: <20000617005304.8008.qmail@plover.com>
59083              
59084              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
59085              because when run as services (Win32ese for daemons)
59086              no environment variables are set and tmpdir ends up as /tmp,
59087              which is ambiguous.
59088              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
59089              From: matt@sergeant.org
59090              Date: 16 Jun 2000 16:30:43 -0000
59091              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
59092              
59093              The thread begun by
59094              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
59095              From: Kevin.Ruscoe@ubsw.com
59096              Date: Fri, 16 Jun 2000 16:38:51 +0100
59097              Message-Id: <H000019b03c300d6@MHS>
59098              
59099              Tweak embed.pl, regen headers.
59100              
59101              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
59102              From: Dan Sugalski <dan@sidhe.org>
59103              Date: Fri, 23 Jun 2000 17:00:00 -0400
59104              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
59105      Branch: maint-5.6/perl
59106           !> (integrate 27 files)
59107 ____________________________________________________________________________
59108 [  7763] By: gsar                                  on 2000/11/20  10:08:08
59109         Log: s/perl56delta/perldelta/g
59110      Branch: maint-5.6/perl
59111            ! pod/Makefile
59112 ____________________________________________________________________________
59113 [  7762] By: gsar                                  on 2000/11/20  10:04:00
59114         Log: integrate changes#6225,6229,6231,6232 from cfgperl
59115              
59116              Add source code filenames to apidoc.
59117              From: simon@brecon.co.uk (Simon Cozens)
59118              Subject: [PATCH embed.pl] Source X-ref
59119              Date: 22 Jun 2000 02:18:49 GMT
59120              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
59121              
59122              Subject: README.hpux version 0.6.1
59123              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
59124              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59125              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
59126              
59127              Subject: [PATCH 5.6.0] cygwin port
59128              From: "Fifer, Eric" <EFifer@sanwaint.com>
59129              Date: Tue, 20 Jun 2000 14:30:58 +0100
59130              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
59131              
59132              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
59133              From: simon@brecon.co.uk (Simon Cozens)
59134              Date: 19 Jun 2000 15:18:27 GMT
59135              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
59136              
59137              plus update pod/Makefile and regenerate perltoc
59138      Branch: maint-5.6/perl
59139           +> pod/perlutil.pod
59140           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
59141           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
59142 ____________________________________________________________________________
59143 [  7761] By: jhi                                   on 2000/11/20  04:09:55
59144         Log: Miraculous typo.
59145      Branch: perl
59146            ! t/op/pat.t
59147 ____________________________________________________________________________
59148 [  7760] By: jhi                                   on 2000/11/20  04:06:08
59149         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
59150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59151              Date: Sun, 19 Nov 2000 22:30:26 -0500
59152              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
59153      Branch: perl
59154            ! regexec.c scope.h t/op/pat.t
59155 ____________________________________________________________________________
59156 [  7759] By: jhi                                   on 2000/11/20  02:05:22
59157         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
59158      Branch: perl
59159            ! perl.h
59160 ____________________________________________________________________________
59161 [  7758] By: jhi                                   on 2000/11/20  01:58:11
59162         Log: Subject: [perl 7711: EPOC] updates
59163              From: Olaf Flebbe <o.flebbe@gmx.de>
59164              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
59165              Message-ID: <25575.974658810@www23.gmx.net>               
59166      Branch: perl
59167            + lib/File/Spec/Epoc.pm
59168            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
59169            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
59170            ! lib/File/Spec.pm perl.c sv.c
59171 ____________________________________________________________________________
59172 [  7757] By: jhi                                   on 2000/11/20  01:53:11
59173         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
59174      Branch: perl
59175            ! MANIFEST
59176 ____________________________________________________________________________
59177 [  7756] By: jhi                                   on 2000/11/20  01:47:22
59178         Log: Integrate perlio.
59179      Branch: perl
59180            - ext/re/hints/MSWin32.pl
59181           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
59182           !> win32/config.gc win32/config_H.gc win32/win32sck.c
59183 ____________________________________________________________________________
59184 [  7755] By: nick                                  on 2000/11/19  20:57:17
59185         Log: Add dummy crlf layer (just as buffer)
59186              Correct 1st bug - one layer of indirection.
59187      Branch: perlio
59188            ! perlio.c perlio.h perliol.h
59189 ____________________________________________________________________________
59190 [  7754] By: nick                                  on 2000/11/19  20:56:12
59191         Log: Work-round to Perl_deb_nocontext is no longer required
59192      Branch: perlio
59193            - ext/re/hints/MSWin32.pl
59194 ____________________________________________________________________________
59195 [  7753] By: nick                                  on 2000/11/19  20:01:16
59196         Log: diff -se shows these as different
59197      Branch: perlio
59198            ! global.sym pod/perlapi.pod
59199 ____________________________________________________________________________
59200 [  7752] By: nick                                  on 2000/11/19  18:57:30
59201         Log: Configure GCC/Win32 build -Duseperlio
59202              Fix a couple of gross issues
59203              - double-include of ../deb.o in re.dll
59204              - win32sck.c needs PerlIO and FILE 
59205      Branch: perlio
59206            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
59207            ! win32/win32sck.c
59208 ____________________________________________________________________________
59209 [  7751] By: nick                                  on 2000/11/19  17:05:36
59210         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
59211      Branch: perlio
59212            ! perlio.c
59213 ____________________________________________________________________________
59214 [  7750] By: nick                                  on 2000/11/19  16:57:14
59215         Log: Missing aTHX_
59216      Branch: perlio
59217            ! sv.c
59218 ____________________________________________________________________________
59219 [  7749] By: jhi                                   on 2000/11/19  16:28:40
59220         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
59221              From: "Peter J. Farley III" <pjfarley@banet.net>
59222              Date: Sun, 19 Nov 2000 01:42:58 -0500
59223              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
59224      Branch: perl
59225            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
59226 ____________________________________________________________________________
59227 [  7748] By: jhi                                   on 2000/11/19  16:08:10
59228         Log: Subject: podlators 1.05 available        
59229              From: Russ Allbery <rra@stanford.edu>   
59230              Date: 18 Nov 2000 22:04:28 -0800
59231              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
59232      Branch: perl
59233            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
59234 ____________________________________________________________________________
59235 [  7747] By: nick                                  on 2000/11/19  11:19:39
59236         Log: Integrate mainline
59237      Branch: perlio
59238           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
59239           !> util.c
59240 ____________________________________________________________________________
59241 [  7746] By: jhi                                   on 2000/11/19  06:42:22
59242         Log: Make hex scanning warn on "\x{x}" and "\xx".
59243              "\x" and and hex("x") are still valid.
59244      Branch: perl
59245            ! util.c
59246 ____________________________________________________________________________
59247 [  7745] By: nick                                  on 2000/11/18  22:52:28
59248         Log: Integrate mainline
59249      Branch: perlio
59250           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
59251           !> perl.h perlio.c proto.h regcomp.c regcomp.h
59252 ____________________________________________________________________________
59253 [  7744] By: jhi                                   on 2000/11/18  22:50:28
59254         Log: Introduce Perl_utf8_length().  Use it.
59255      Branch: perl
59256            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
59257 ____________________________________________________________________________
59258 [  7743] By: jhi                                   on 2000/11/18  22:38:51
59259         Log: Compiler denit.
59260      Branch: perl
59261            ! perlio.c
59262 ____________________________________________________________________________
59263 [  7742] By: jhi                                   on 2000/11/18  20:33:05
59264         Log: Integrate perlio.
59265      Branch: perl
59266           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
59267           !> perlio.h pp_ctl.c pp_sys.c sv.c
59268 ____________________________________________________________________________
59269 [  7741] By: jhi                                   on 2000/11/18  20:31:27
59270         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
59271              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59272              Date: Fri, 17 Nov 2000 20:35:11 -0500
59273              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
59274              
59275              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
59276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59277              Date: Fri, 17 Nov 2000 21:03:47 -0500
59278              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
59279              
59280              Plus a little bit of tweaking in pregcomp().
59281      Branch: perl
59282            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
59283 ____________________________________________________________________________
59284 [  7740] By: nick                                  on 2000/11/18  20:17:22
59285         Log: Lexical use open ... support:
59286              add ->cop_io to COP structure in cop.h.
59287              Make mg.c and gv.c associate it with ${^OPEN}.
59288              Make lib/open.pm set it.
59289              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
59290              manner similar to ->cop_warnings.
59291              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
59292              call new PerlIO_apply_layers().
59293              Declare latter in perlio.h and define in perlio.c
59294      Branch: perlio
59295            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
59296            ! perlio.h pp_ctl.c pp_sys.c sv.c
59297 ____________________________________________________________________________
59298 [  7739] By: jhi                                   on 2000/11/18  19:54:00
59299         Log: Integrate perlio.
59300      Branch: perl
59301           !> doio.c perlio.c pp.c
59302 ____________________________________________________________________________
59303 [  7738] By: jhi                                   on 2000/11/18  17:16:13
59304         Log: Subject: [PATCH 5.7.0] etags broken again
59305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59306              Date: Sat, 18 Nov 2000 02:41:36 -0500
59307              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
59308      Branch: perl
59309            ! emacs/ptags
59310 ____________________________________________________________________________
59311 [  7737] By: jhi                                   on 2000/11/18  17:12:18
59312         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
59313      Branch: perl
59314            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59315 ____________________________________________________________________________
59316 [  7736] By: nick                                  on 2000/11/18  14:06:20
59317         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
59318              part to be isolated.
59319      Branch: perlio
59320            ! doio.c perlio.c
59321 ____________________________________________________________________________
59322 [  7735] By: nick                                  on 2000/11/18  11:03:32
59323         Log: Integrate mainline
59324      Branch: perlio
59325           !> Changes README.amiga README.win32 patchlevel.h
59326           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
59327 ____________________________________________________________________________
59328 [  7734] By: jhi                                   on 2000/11/18  01:18:56
59329         Log: Update Changes.
59330      Branch: perl
59331            ! Changes patchlevel.h
59332 ____________________________________________________________________________
59333 [  7733] By: jhi                                   on 2000/11/18  00:32:54
59334         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
59335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59336              Date: Fri, 17 Nov 2000 17:28:02 -0500
59337              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
59338      Branch: perl
59339            ! regcomp.c regexec.c t/op/re_tests
59340 ____________________________________________________________________________
59341 [  7732] By: jhi                                   on 2000/11/18  00:28:56
59342         Log: Sparc 64-bit pack() fix from Jens Hamisch.
59343      Branch: perl
59344            ! pp.c
59345 ____________________________________________________________________________
59346 [  7731] By: jhi                                   on 2000/11/18  00:18:39
59347         Log: Explain in more detail the {} syntax ambiguousity.
59348              
59349              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
59350              From: Nicholas Clark <nick@ccl4.org>
59351              Date: Fri, 17 Nov 2000 22:10:28 +0000
59352              Message-ID: <20001117221028.A88930@plum.flirble.org>
59353      Branch: perl
59354            ! pod/perlfunc.pod
59355 ____________________________________________________________________________
59356 [  7730] By: jhi                                   on 2000/11/18  00:12:18
59357         Log: Subject: Fix for README.amiga (20000323.033)
59358              From: "Stephen P. Potter" <spp@spotter.yi.org>
59359              Date: Fri, 17 Nov 2000 12:25:51 -0500
59360              Message-Id: <200011171725.MAA05768@spotter.yi.org>
59361      Branch: perl
59362            ! README.amiga
59363 ____________________________________________________________________________
59364 [  7729] By: jhi                                   on 2000/11/18  00:08:34
59365         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
59366              From: "A. C. Yardley" <yardley@tanet.net>
59367              Date: Mon, 3 Apr 2000 11:35:33 -0700
59368              Message-ID: <3483.000403@tanet.net>
59369      Branch: perl
59370            ! README.win32
59371 ____________________________________________________________________________
59372 [  7728] By: nick                                  on 2000/11/17  21:59:47
59373         Log: Integrate mainline
59374      Branch: perlio
59375           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
59376           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
59377           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
59378           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
59379 ____________________________________________________________________________
59380 [  7727] By: nick                                  on 2000/11/17  21:56:31
59381         Log: Experiment on use of attributes.pm interface.
59382              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
59383              SVt_PVRV if not already something better (else vivify of say magic gets
59384              core dump).
59385      Branch: perlio
59386            ! perlio.c pp.c
59387 ____________________________________________________________________________
59388 [  7726] By: jhi                                   on 2000/11/17  14:15:49
59389         Log: Subject: Fix for 20000815.006
59390              From: "Stephen P. Potter" <spp@spotter.yi.org>
59391              Date: Fri, 17 Nov 2000 08:57:45 -0500
59392              Message-Id: <200011171357.IAA05122@spotter.yi.org>
59393              
59394              It's really 20000518.006.
59395      Branch: perl
59396            ! pod/perlmodlib.PL
59397 ____________________________________________________________________________
59398 [  7725] By: jhi                                   on 2000/11/17  14:12:31
59399         Log: Subject: Fix for 20000409.001
59400              From: "Stephen P. Potter" <spp@spotter.yi.org>
59401              Date: Fri, 17 Nov 2000 08:55:45 -0500
59402              Message-Id: <200011171355.IAA05104@spotter.yi.org>
59403      Branch: perl
59404            ! pod/perlfaq9.pod
59405 ____________________________________________________________________________
59406 [  7724] By: jhi                                   on 2000/11/17  14:08:58
59407         Log: Undo #7627 now that we have =head3.
59408      Branch: perl
59409            ! pod/perlhack.pod
59410 ____________________________________________________________________________
59411 [  7723] By: jhi                                   on 2000/11/17  14:04:09
59412         Log: As surmised the #7719 wasn't a good move.
59413      Branch: perl
59414            ! hints/solaris_2.sh
59415 ____________________________________________________________________________
59416 [  7722] By: jhi                                   on 2000/11/17  13:59:04
59417         Log: Also the 64bitall hints can be either here or there.
59418      Branch: perl
59419            ! hints/solaris_2.sh
59420 ____________________________________________________________________________
59421 [  7721] By: jhi                                   on 2000/11/17  02:26:23
59422         Log: Test tweak for the open pragma.
59423      Branch: perl
59424            ! t/lib/b.t
59425 ____________________________________________________________________________
59426 [  7720] By: jhi                                   on 2000/11/17  00:23:22
59427         Log: The long double hints can be here or there.
59428      Branch: perl
59429            ! hints/solaris_2.sh
59430 ____________________________________________________________________________
59431 [  7719] By: jhi                                   on 2000/11/17  00:14:06
59432         Log: For Solaris use64bitall the stdchar needs a little bit of help.
59433      Branch: perl
59434            ! hints/solaris_2.sh
59435 ____________________________________________________________________________
59436 [  7718] By: jhi                                   on 2000/11/16  23:27:34
59437         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
59438              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
59439              Date: Wed, 15 Nov 2000 08:56:32 +0100
59440              Message-ID: <3A1241B0.64477E00@alcatel.at>
59441      Branch: perl
59442            ! lib/Carp/Heavy.pm
59443 ____________________________________________________________________________
59444 [  7717] By: jhi                                   on 2000/11/16  23:23:29
59445         Log: Subject: [PATCH] Re: 20001101.003 PDL
59446              From: Nicholas Clark <nick@ccl4.org>
59447              Date: Thu, 16 Nov 2000 16:48:25 +0000
59448              Message-ID: <20001116164825.B93487@plum.flirble.org>
59449      Branch: perl
59450            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
59451 ____________________________________________________________________________
59452 [  7716] By: jhi                                   on 2000/11/16  23:21:31
59453         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
59454              From: "Casey R. Tweten" <crt@kiski.net>
59455              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
59456              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
59457      Branch: perl
59458            ! lib/Pod/Checker.pm pod/perlpod.pod
59459 ____________________________________________________________________________
59460 [  7715] By: jhi                                   on 2000/11/16  23:19:40
59461         Log: Avoid an infinite loop in VMS when utils scripts are run
59462              with no arguments, from Charles Lane.
59463      Branch: perl
59464            ! configure.com
59465 ____________________________________________________________________________
59466 [  7714] By: jhi                                   on 2000/11/16  23:17:08
59467         Log: Subject: perllocale.pod changes
59468              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59469              Date: Mon, 13 Nov 2000 10:09:22 +0300
59470              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
59471      Branch: perl
59472            ! pod/perllocale.pod
59473 ____________________________________________________________________________
59474 [  7713] By: jhi                                   on 2000/11/16  23:14:06
59475         Log: Integrate perlio.
59476      Branch: perl
59477           !> doio.c perlio.c perlio.h util.c
59478 ____________________________________________________________________________
59479 [  7712] By: nick                                  on 2000/11/16  21:10:58
59480         Log: Integrate mainline
59481      Branch: perlio
59482           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59483           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
59484           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
59485           !> vos/config.ga.def vos/config.ga.h win32/config.bc
59486           !> win32/config.gc win32/config.vc
59487 ____________________________________________________________________________
59488 [  7711] By: nick                                  on 2000/11/16  19:56:41
59489         Log: Minor tweaks:
59490              consistent way of getting 'rb', 'wb' etc. for binary opens
59491              move *perlio::layers to *open::layers
59492              a #define to show layers available
59493              DOSISH popen/PerlIO had export/import sense inverted.
59494      Branch: perlio
59495            ! doio.c perlio.c perlio.h util.c
59496 ____________________________________________________________________________
59497 [  7710] By: jhi                                   on 2000/11/16  15:46:05
59498         Log: Add HAS_SBRK_PROTO.
59499      Branch: metaconfig/U/perl
59500            + d_sbrkproto.U
59501      Branch: perl
59502            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59503            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
59504            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
59505            ! vos/config.ga.def vos/config.ga.h win32/config.bc
59506            ! win32/config.gc win32/config.vc
59507 ____________________________________________________________________________
59508 [  7709] By: nick                                  on 2000/11/16  07:31:49
59509         Log: Integrate mainline
59510      Branch: perlio
59511           !> (integrate 35 files)
59512 ____________________________________________________________________________
59513 [  7708] By: jhi                                   on 2000/11/16  05:33:03
59514         Log: These files are text, not binary.
59515      Branch: perl
59516            ! ext/Encode/Encode/iso8859-10.enc
59517            ! ext/Encode/Encode/iso8859-13.enc
59518            ! ext/Encode/Encode/iso8859-14.enc
59519            ! ext/Encode/Encode/iso8859-15.enc
59520 ____________________________________________________________________________
59521 [  7707] By: jhi                                   on 2000/11/16  01:53:37
59522         Log: Update Changes.
59523      Branch: perl
59524            ! Changes patchlevel.h
59525 ____________________________________________________________________________
59526 [  7706] By: jhi                                   on 2000/11/16  01:35:59
59527         Log: More #undefing of stdio.
59528      Branch: perl
59529            ! fakesdio.h nostdio.h
59530 ____________________________________________________________________________
59531 [  7705] By: jhi                                   on 2000/11/16  01:34:18
59532         Log: Add fwalk() probe to the configuration files and regen perltoc.
59533      Branch: perl
59534            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59535            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
59536            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
59537            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59538            ! win32/config.bc win32/config.gc win32/config.vc
59539 ____________________________________________________________________________
59540 [  7704] By: jhi                                   on 2000/11/16  01:33:07
59541         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
59542              an optional third argument to Inlibc?)
59543      Branch: metaconfig/U/perl
59544            + d__fwalk.U
59545 ____________________________________________________________________________
59546 [  7703] By: jhi                                   on 2000/11/16  01:09:22
59547         Log: The type of the hash_cb() size argument is tricky.
59548      Branch: perl
59549            ! ext/DB_File/DB_File.xs
59550 ____________________________________________________________________________
59551 [  7702] By: jhi                                   on 2000/11/15  23:01:16
59552         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
59553      Branch: perl
59554            ! nostdio.h
59555 ____________________________________________________________________________
59556 [  7701] By: jhi                                   on 2000/11/15  22:52:32
59557         Log: Detypo.
59558      Branch: perl
59559            ! t/lib/bigfltpm.t
59560 ____________________________________________________________________________
59561 [  7700] By: jhi                                   on 2000/11/15  22:51:56
59562         Log: UINT64_C() work continues.
59563      Branch: perl
59564            ! handy.h perl.h utf8.h
59565 ____________________________________________________________________________
59566 [  7699] By: jhi                                   on 2000/11/15  14:13:04
59567         Log: SOCKS has its own USE_THREADS, based on
59568              
59569              Subject: [ID 20001114.002] et. al. bugfix followup
59570              From: Jens Hamisch <jens@Strawberry.COM> 
59571              Date: Wed, 15 Nov 2000 14:23:11 +0100
59572              Message-ID: <20001115142311.A21164@Strawberry.COM>
59573      Branch: perl
59574            ! perl.h
59575 ____________________________________________________________________________
59576 [  7698] By: jhi                                   on 2000/11/15  03:50:56
59577         Log: Add few missing #undefs and sort them.
59578      Branch: perl
59579            ! fakesdio.h
59580 ____________________________________________________________________________
59581 [  7697] By: jhi                                   on 2000/11/15  03:39:14
59582         Log: Linenumber fix.
59583      Branch: perl
59584            ! t/pragma/warn/utf8
59585 ____________________________________________________________________________
59586 [  7696] By: jhi                                   on 2000/11/15  02:55:26
59587         Log: EBCDIC tweaks.
59588              
59589              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
59590              From: Peter Prymmer <pvhp@forte.com>
59591              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
59592              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
59593      Branch: perl
59594            ! t/op/regmesg.t t/pragma/warn/utf8
59595 ____________________________________________________________________________
59596 [  7695] By: jhi                                   on 2000/11/15  02:53:58
59597         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
59598              From: Peter Prymmer <pvhp@forte.com>
59599              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
59600              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
59601      Branch: perl
59602            ! utf8.c
59603 ____________________________________________________________________________
59604 [  7694] By: jhi                                   on 2000/11/15  02:50:55
59605         Log: Subject: [PATCH: perl@7674] updates to README.os390
59606              From: Prymmer/Kahn <pvhp@best.com>
59607              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
59608              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
59609      Branch: perl
59610            ! README.os390
59611 ____________________________________________________________________________
59612 [  7693] By: jhi                                   on 2000/11/15  02:48:37
59613         Log: Quit utf8_to_uv() instantly if curlen == 0.
59614      Branch: perl
59615            ! utf8.c
59616 ____________________________________________________________________________
59617 [  7692] By: jhi                                   on 2000/11/15  02:24:29
59618         Log: Use u_int32_t for the size of hash_cb(), not size_t.
59619              
59620              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
59621              From: Jens Hamisch <jens@Strawberry.COM>     
59622              Date: Tue, 14 Nov 2000 19:03:55 +0100
59623              Message-Id: <20001114190355.A20559@Strawberry.COM>
59624      Branch: perl
59625            ! ext/DB_File/DB_File.xs
59626 ____________________________________________________________________________
59627 [  7691] By: jhi                                   on 2000/11/15  02:20:12
59628         Log: Use UINT64_C().
59629              
59630              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
59631              From: Jens Hamisch <jens@Strawberry.COM>
59632              Date: Tue, 14 Nov 2000 19:16:23 +0100
59633              Message-Id: <20001114191623.G20559@Strawberry.COM>
59634      Branch: perl
59635            ! utf8.c utf8.h
59636 ____________________________________________________________________________
59637 [  7690] By: jhi                                   on 2000/11/15  02:17:06
59638         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
59639              (a macro to define signed and unsigned integer constants).
59640      Branch: perl
59641            ! handy.h
59642 ____________________________________________________________________________
59643 [  7689] By: jhi                                   on 2000/11/15  01:56:51
59644         Log: Regen Configure.
59645      Branch: perl
59646            ! Configure
59647 ____________________________________________________________________________
59648 [  7688] By: jhi                                   on 2000/11/15  01:56:32
59649         Log: Make the unit know about SOCKS.
59650      Branch: metaconfig
59651            ! U/protos/socksizetype.U
59652 ____________________________________________________________________________
59653 [  7687] By: jhi                                   on 2000/11/15  01:54:47
59654         Log: Remove unused dependencies.
59655      Branch: metaconfig
59656            ! U/compline/d_getpagsz.U
59657 ____________________________________________________________________________
59658 [  7686] By: nick                                  on 2000/11/14  21:25:13
59659         Log: Integrate mainline.
59660      Branch: perlio
59661           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
59662           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
59663           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
59664           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
59665           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
59666           !> win32/config.bc win32/config.gc win32/config.vc
59667           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
59668 ____________________________________________________________________________
59669 [  7685] By: jhi                                   on 2000/11/14  17:54:56
59670         Log: Integrate perlio.
59671      Branch: perl
59672           +> fakesdio.h perliol.h
59673           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
59674           !> perlsdio.h perlsfio.h pod/perlfunc.pod
59675 ____________________________________________________________________________
59676 [  7684] By: nick                                  on 2000/11/14  17:43:04
59677         Log: PerlIO #include and #ifdef re-work.
59678      Branch: perlio
59679            + fakesdio.h perliol.h
59680            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
59681            ! perlsdio.h perlsfio.h
59682 ____________________________________________________________________________
59683 [  7683] By: jhi                                   on 2000/11/14  15:42:40
59684         Log: Hoist the duplicated socket/netdb include logic to perl.h;
59685              undef SETERRNO in case SOCKS has defined it.  Based on:
59686              
59687              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
59688              From: Jens Hamisch <jens@Strawberry.COM> 
59689              Date: Tue, 14 Nov 2000 11:34:40 +0100
59690              Message-Id: <20001114113440.A20005@Strawberry.COM>
59691      Branch: perl
59692            ! doio.c perl.h pp_sys.c
59693 ____________________________________________________________________________
59694 [  7682] By: jhi                                   on 2000/11/14  14:07:28
59695         Log: Subject: some additions for makefiles for win32 (for perl@7674)
59696              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59697              Date: Tue, 14 Nov 2000 09:31:13 +0300
59698              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
59699      Branch: perl
59700            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
59701            ! win32/makefile.mk
59702 ____________________________________________________________________________
59703 [  7681] By: jhi                                   on 2000/11/14  14:01:41
59704         Log: Subject: tiny typo in perl5db.pl
59705              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59706              Date: Tue, 14 Nov 2000 09:29:28 +0300
59707              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
59708      Branch: perl
59709            ! lib/perl5db.pl
59710 ____________________________________________________________________________
59711 [  7680] By: jhi                                   on 2000/11/14  04:13:50
59712         Log: Redo #7679 with LFs instead of CRLFs.
59713      Branch: perl
59714            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
59715            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
59716            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
59717 ____________________________________________________________________________
59718 [  7679] By: jhi                                   on 2000/11/14  01:21:09
59719         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
59720              From: Benjamin Stuhl <tiriath@yahoo.com> 
59721              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
59722              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
59723      Branch: perl
59724            + win32/bin/mdelete.bat
59725            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
59726            ! makedef.pl perlio.c win32/Makefile win32/config.gc
59727            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
59728 ____________________________________________________________________________
59729 [  7678] By: jhi                                   on 2000/11/14  01:19:20
59730         Log: Fix the re extension building for Win32.
59731              
59732              Subject: [PATCH perl@7638] Get PerlIO building on Win32
59733              From: Benjamin Stuhl <tiriath@yahoo.com> 
59734              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
59735              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
59736      Branch: perl
59737            + ext/re/hints/MSWin32.pl
59738            ! MANIFEST
59739 ____________________________________________________________________________
59740 [  7677] By: jhi                                   on 2000/11/14  01:13:54
59741         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
59742              From: sthoenna@efn.org
59743              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
59744              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
59745      Branch: perl
59746            ! doop.c pp.c toke.c utf8.c utf8.h
59747 ____________________________________________________________________________
59748 [  7676] By: jhi                                   on 2000/11/13  20:23:15
59749         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
59750              From: Nicholas Clark <nick@ccl4.org>
59751              Date: Mon, 13 Nov 2000 18:55:04 +0000
59752              Message-ID: <20001113185504.J29183@plum.flirble.org>
59753      Branch: perl
59754            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
59755 ____________________________________________________________________________
59756 [  7675] By: nick                                  on 2000/11/13  20:21:57
59757         Log: Integrate mainline ...
59758      Branch: perlio
59759           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
59760           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
59761           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
59762           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
59763 ____________________________________________________________________________
59764 [  7674] By: jhi                                   on 2000/11/13  15:07:56
59765         Log: Update Changes.
59766      Branch: perl
59767            ! Changes patchlevel.h
59768 ____________________________________________________________________________
59769 [  7673] By: jhi                                   on 2000/11/13  14:42:42
59770         Log: Remove the new two tests of lib/io_xs for now, they seem to
59771              fail under perlio on some platforms.
59772      Branch: perl
59773            ! t/lib/io_xs.t
59774 ____________________________________________________________________________
59775 [  7672] By: jhi                                   on 2000/11/13  13:57:53
59776         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
59777      Branch: perl
59778            ! perlio.c
59779 ____________________________________________________________________________
59780 [  7671] By: jhi                                   on 2000/11/13  05:30:48
59781         Log: Placate nervous compilers that see longer than ints switch()ing.
59782      Branch: perl
59783            ! utf8.c
59784 ____________________________________________________________________________
59785 [  7670] By: jhi                                   on 2000/11/13  05:14:21
59786         Log: fputs() does return EOF on error but here we don't care.
59787      Branch: perl
59788            ! perlio.c
59789 ____________________________________________________________________________
59790 [  7669] By: jhi                                   on 2000/11/13  05:02:45
59791         Log: Declare reg_data like reg_substr_data.
59792      Branch: perl
59793            ! regexp.h
59794 ____________________________________________________________________________
59795 [  7668] By: jhi                                   on 2000/11/13  04:54:34
59796         Log: Typos in #7667.
59797      Branch: perl
59798            ! perl.h
59799 ____________________________________________________________________________
59800 [  7667] By: jhi                                   on 2000/11/13  04:49:49
59801         Log: Cleanup messy #ifdef.
59802      Branch: perl
59803            ! perl.h
59804 ____________________________________________________________________________
59805 [  7666] By: jhi                                   on 2000/11/13  04:17:34
59806         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
59807              From: Nicholas Clark <nick@talking.bollo.cx>
59808              Date: Sun, 12 Nov 2000 21:14:11 +0000
59809              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
59810              
59811              Note: only one breakage of the two reported is fixed by this patch.
59812      Branch: perl
59813            ! perlio.c
59814 ____________________________________________________________________________
59815 [  7665] By: jhi                                   on 2000/11/13  04:05:07
59816         Log: Tweak the definition of the bit complement on UTF-8 data:
59817              if none of the characters in the string are > 0xff,
59818              the result is a complemented byte string, not a (UTF-8)
59819              char string.  Based on the summary in
59820              
59821              Subject: Re: [ID 20000918.005] ~ on wide chars
59822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
59823              Date: Fri, 10 Nov 2000 09:47:15 -0800
59824              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
59825              
59826              This should give us the maximum backward (pre-char string)
59827              compatibility and utf8 compatibility.  The other alternative
59828              would be to limit the bit complement to be always byte only,
59829              taking the least significant byte of the chars.
59830      Branch: perl
59831            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
59832 ____________________________________________________________________________
59833 [  7664] By: jhi                                   on 2000/11/13  00:23:44
59834         Log: Couple of tests from #7660 salvaged.
59835      Branch: perl
59836            - t/op/tell.t
59837            ! MANIFEST t/io/tell.t
59838 ____________________________________________________________________________
59839 [  7663] By: jhi                                   on 2000/11/13  00:02:48
59840         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
59841              From: Nicholas Clark <nick@talking.bollo.cx>
59842              Date: Sun, 12 Nov 2000 21:23:43 +0000
59843              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
59844      Branch: perl
59845            ! perlsfio.h
59846 ____________________________________________________________________________
59847 [  7662] By: jhi                                   on 2000/11/13  00:01:39
59848         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
59849              From: Nicholas Clark <nick@talking.bollo.cx>
59850              Date: Sun, 12 Nov 2000 21:30:04 +0000
59851              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
59852      Branch: perl
59853            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
59854 ____________________________________________________________________________
59855 [  7661] By: jhi                                   on 2000/11/12  23:57:29
59856         Log: Document tell() on special streams.
59857      Branch: perl
59858            ! pod/perlfunc.pod
59859 ____________________________________________________________________________
59860 [  7660] By: jhi                                   on 2000/11/12  23:54:22
59861         Log: (Subsumed by #7664)
59862      Branch: perl
59863            + t/op/tell.t
59864            ! MANIFEST
59865 ____________________________________________________________________________
59866 [  7659] By: jhi                                   on 2000/11/12  22:55:25
59867         Log: Many subdocumented return values of the IO extension now documented.
59868              ungetc and write still left subdocumented.
59869              
59870              Subject: [PATCH] (was Re: IO::Handle::ungetc)
59871              From: Nicholas Clark <nick@talking.bollo.cx>
59872              Date: Sun, 12 Nov 2000 21:35:53 +0000
59873              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
59874      Branch: perl
59875            ! ext/IO/lib/IO/Handle.pm
59876 ____________________________________________________________________________
59877 [  7658] By: jhi                                   on 2000/11/12  21:37:06
59878         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
59879              From: Nicholas Clark <nick@talking.bollo.cx>
59880              Date: Sun, 12 Nov 2000 20:03:22 +0000
59881              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
59882      Branch: perl
59883            ! pod/perlfunc.pod
59884 ____________________________________________________________________________
59885 [  7657] By: jhi                                   on 2000/11/12  20:34:55
59886         Log: Integrate perlio.
59887      Branch: perl
59888           !> perlio.c
59889 ____________________________________________________________________________
59890 [  7656] By: nick                                  on 2000/11/12  19:25:06
59891         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
59892      Branch: perlio
59893            ! perlio.c
59894 ____________________________________________________________________________
59895 [  7655] By: nick                                  on 2000/11/12  19:09:41
59896         Log: Integrate mainline
59897      Branch: perlio
59898           +> README.solaris ext/Encode/Encode/cp1006.enc
59899           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
59900           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
59901           +> ext/Encode/Encode/iso8859-13.enc
59902           +> ext/Encode/Encode/iso8859-14.enc
59903           +> ext/Encode/Encode/iso8859-15.enc
59904           !> (integrate 34 files)
59905 ____________________________________________________________________________
59906 [  7654] By: jhi                                   on 2000/11/12  19:00:22
59907         Log: Add a metaconfig unit for fsync.
59908      Branch: metaconfig/U/perl
59909            + d_fsync.U
59910 ____________________________________________________________________________
59911 [  7653] By: jhi                                   on 2000/11/12  19:00:01
59912         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
59913      Branch: perl
59914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59915            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
59916            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59917            ! vos/config.ga.h win32/config.bc win32/config.gc
59918            ! win32/config.vc
59919 ____________________________________________________________________________
59920 [  7652] By: jhi                                   on 2000/11/11  21:12:01
59921         Log: Copy the s// information of README.hpux also to the perlrun.
59922      Branch: perl
59923            ! README.hpux pod/perlrun.pod
59924 ____________________________________________________________________________
59925 [  7651] By: jhi                                   on 2000/11/11  21:03:13
59926         Log: More README.solaris updates from Andy Dougherty.
59927      Branch: perl
59928            ! README.solaris
59929 ____________________________________________________________________________
59930 [  7650] By: jhi                                   on 2000/11/11  18:38:57
59931         Log: More descriptive error for unknown perlio layers.
59932              
59933              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
59934              From: Dominic Dunlop <domo@computer.org> 
59935              Date: Sat, 11 Nov 2000 18:20:32 +0100             
59936              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
59937      Branch: perl
59938            ! perlio.c pod/perldiag.pod
59939 ____________________________________________________________________________
59940 [  7649] By: jhi                                   on 2000/11/11  18:37:52
59941         Log: MachTen doesn't really do mmap() and munmap().
59942              
59943              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
59944              From: Dominic Dunlop <domo@computer.org> 
59945              Date: Sat, 11 Nov 2000 18:20:32 +0100             
59946              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
59947      Branch: perl
59948            ! hints/machten.sh
59949 ____________________________________________________________________________
59950 [  7648] By: jhi                                   on 2000/11/11  18:36:46
59951         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
59952              From: rspier@pobox.com (Robert Spier)
59953              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
59954              Message-ID: <14861.32839.491271.985797@rls.cx>
59955      Branch: perl
59956            ! Porting/Contract pod/perltoot.pod
59957 ____________________________________________________________________________
59958 [  7647] By: jhi                                   on 2000/11/11  18:35:30
59959         Log: Simplify the getpagesize() unit by dropping the
59960              pagesize probe since it's nowadays slightly more
59961              complicated because of sysconf(). (Note: if some
59962              platform really needs the -lPW for getpagesize,
59963              I just broke it.)
59964              
59965              TODO: a new pagesize unit.
59966      Branch: metaconfig
59967            ! U/compline/d_getpagsz.U
59968 ____________________________________________________________________________
59969 [  7646] By: jhi                                   on 2000/11/11  18:33:23
59970         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
59971      Branch: perl
59972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59973            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
59974            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59975            ! vos/config.ga.h win32/config.bc win32/config.gc
59976            ! win32/config.vc
59977 ____________________________________________________________________________
59978 [  7645] By: jhi                                   on 2000/11/11  16:45:15
59979         Log: Use sysconf() or getpagesize() to find out the pagesize.
59980      Branch: perl
59981            ! perlio.c
59982 ____________________________________________________________________________
59983 [  7644] By: jhi                                   on 2000/11/11  15:46:08
59984         Log: Integrate perlio.
59985      Branch: perl
59986           !> perlio.c
59987 ____________________________________________________________________________
59988 [  7643] By: jhi                                   on 2000/11/11  15:33:36
59989         Log: Subject: Re: [PATCH] README.solaris
59990              From: Lupe Christoph <lupe@lupe-christoph.de>
59991              Date: Sat, 11 Nov 2000 14:08:10 +0100
59992              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
59993      Branch: perl
59994            ! README.solaris
59995 ____________________________________________________________________________
59996 [  7642] By: jhi                                   on 2000/11/11  15:22:12
59997         Log: Subject: [PATCH perl@7638] cygwin port
59998              From: "Eric Fifer" <egf7@columbia.edu>            
59999              Date: Fri, 10 Nov 2000 19:30:30 -0000
60000              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
60001      Branch: perl
60002            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
60003 ____________________________________________________________________________
60004 [  7641] By: nick                                  on 2000/11/11  14:50:36
60005         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
60006              Also call "Buf" layer directly when unread'ing non-read chars.
60007      Branch: perlio
60008            ! perlio.c
60009 ____________________________________________________________________________
60010 [  7640] By: jhi                                   on 2000/11/11  02:05:02
60011         Log: Add more encoding tables.
60012      Branch: perl
60013            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
60014            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
60015            + ext/Encode/Encode/iso8859-10.enc
60016            + ext/Encode/Encode/iso8859-13.enc
60017            + ext/Encode/Encode/iso8859-14.enc
60018            + ext/Encode/Encode/iso8859-15.enc
60019            ! MANIFEST
60020 ____________________________________________________________________________
60021 [  7639] By: jhi                                   on 2000/11/10  18:49:25
60022         Log: Subject: [PATCH] README.solaris
60023              From: Andy Dougherty <doughera@lafayette.edu>
60024              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
60025              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
60026      Branch: perl
60027            + README.solaris
60028            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
60029            ! pod/perl.pod pod/perltoc.pod
60030 ____________________________________________________________________________
60031 [  7638] By: jhi                                   on 2000/11/10  15:04:15
60032         Log: Update Changes.
60033      Branch: perl
60034            ! Changes patchlevel.h
60035 ____________________________________________________________________________
60036 [  7637] By: jhi                                   on 2000/11/10  14:14:28
60037         Log: Explain better why certain regex tests are skipped.
60038              
60039              Subject: Re: tests skipped: unknown reason
60040              From: Lupe Christoph <lupe@lupe-christoph.de>
60041              Date: Fri, 10 Nov 2000 09:08:56 +0100
60042              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
60043      Branch: perl
60044            ! t/op/regexp.t
60045 ____________________________________________________________________________
60046 [  7636] By: nick                                  on 2000/11/10  13:40:00
60047         Log: Integrate mainline.
60048      Branch: perlio
60049           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
60050           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
60051           !> win32/bin/search.pl
60052 ____________________________________________________________________________
60053 [  7635] By: nick                                  on 2000/11/10  13:25:52
60054         Log: Re-instate stdio large file support via perlio.
60055      Branch: perl
60056            ! perlio.c
60057 ____________________________________________________________________________
60058 [  7634] By: jhi                                   on 2000/11/10  04:49:55
60059         Log: Amdahl UTS hints updates.
60060              
60061              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
60062              From: hom00@utsglobal.com (Harold O Morris)
60063              Date: Thu, 9 Nov 2000 20:02 PST
60064              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
60065      Branch: perl
60066            ! hints/uts.sh
60067 ____________________________________________________________________________
60068 [  7633] By: jhi                                   on 2000/11/09  23:33:28
60069         Log: Subject: [PATCH] IO::Seekable pod
60070              From: Nicholas Clark <nick@talking.bollo.cx>
60071              Date: Thu, 9 Nov 2000 20:29:45 +0000
60072              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
60073      Branch: perl
60074            ! ext/IO/lib/IO/Handle.pm
60075 ____________________________________________________________________________
60076 [  7632] By: jhi                                   on 2000/11/09  21:55:41
60077         Log: Various doc oddball characters.
60078              
60079              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
60080              From: Michael Somos <somos@grail.cba.csuohio.edu>
60081              Date: Mon, 6 Nov 2000 17:44:20 -0500
60082              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
60083      Branch: perl
60084            ! emacs/cperl-mode.el lib/unicode/syllables.txt
60085            ! win32/bin/search.pl
60086 ____________________________________________________________________________
60087 [  7631] By: jhi                                   on 2000/11/09  21:12:29
60088         Log: Subject: Re: bash -c exit and linux hints 
60089              From: "John P. Linderman" <jpl@research.att.com>
60090              Date: Thu, 02 Nov 2000 09:37:25 -0500
60091              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
60092      Branch: perl
60093            ! hints/linux.sh
60094 ____________________________________________________________________________
60095 [  7630] By: nick                                  on 2000/11/09  20:34:11
60096         Log: Integrate mainline.
60097      Branch: perlio
60098           !> (integrate 91 files)
60099 ____________________________________________________________________________
60100 [  7629] By: jhi                                   on 2000/11/09  19:46:31
60101         Log: Missing dTHXs.
60102              
60103              Subject: RE: perl@7595 builds not on cygwin
60104              From: "Eric Fifer" <egf7@columbia.edu>
60105              Date: Thu, 9 Nov 2000 19:26:50 -0000
60106              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
60107      Branch: perl
60108            ! ext/Devel/Peek/Peek.xs
60109 ____________________________________________________________________________
60110 [  7628] By: jhi                                   on 2000/11/09  14:48:27
60111         Log: Disable only the tests 99 and 166 for UTF-8 locales.
60112      Branch: perl
60113            ! t/pragma/locale.t
60114 ____________________________________________________________________________
60115 [  7627] By: jhi                                   on 2000/11/09  14:40:27
60116         Log: There's no =head3.
60117      Branch: perl
60118            ! pod/perlhack.pod
60119 ____________________________________________________________________________
60120 [  7626] By: jhi                                   on 2000/11/09  13:54:26
60121         Log: The generated boot_* headers are wrong.  Pickier compiler,
60122              such as KAI C++ will refuse to compile the resulting perlmain.
60123              
60124              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
60125              From: Harri Pasanen <harri.pasanen@trema.com>
60126              Date: Thu, 09 Nov 2000 14:23:28 +0100
60127              Message-Id: <3A0AA550.26D548A3@trema.com>
60128      Branch: perl
60129            ! minimod.pl
60130 ____________________________________________________________________________
60131 [  7625] By: jhi                                   on 2000/11/09  13:50:44
60132         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
60133              From: Prymmer/Kahn <pvhp@best.com>
60134              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
60135              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
60136              
60137              All except the "cow orker" change.
60138      Branch: perl
60139            ! Porting/pumpkin.pod
60140 ____________________________________________________________________________
60141 [  7624] By: jhi                                   on 2000/11/09  13:45:33
60142         Log: Fix for
60143              
60144              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
60145              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60146              Date: Thu, 09 Nov 2000 11:05:52 +0100
60147              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
60148      Branch: perl
60149            ! pod/perldiag.pod t/pragma/warn/pp_sys
60150 ____________________________________________________________________________
60151 [  7623] By: jhi                                   on 2000/11/09  13:37:16
60152         Log: Typo in an ifndef.
60153              
60154              Subject: Re: [PATCH 5.7.0] better messages from malloc()
60155              From: Joe Smith <jms@inwap.com>         
60156              Date: Thu, 09 Nov 2000 01:33:14 -0800
60157              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
60158      Branch: perl
60159            ! malloc.c
60160 ____________________________________________________________________________
60161 [  7622] By: jhi                                   on 2000/11/09  13:31:18
60162         Log: Remove unused extra arguments.
60163      Branch: metaconfig/U/perl
60164            ! perlxv.U
60165      Branch: perl
60166            ! Configure config_h.SH
60167 ____________________________________________________________________________
60168 [  7621] By: jhi                                   on 2000/11/09  13:16:36
60169         Log: More VMS moves on environment handling, from Charles Lane.
60170      Branch: perl
60171            ! t/pragma/locale.t
60172 ____________________________________________________________________________
60173 [  7620] By: jhi                                   on 2000/11/09  04:42:38
60174         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
60175              From: David Dyck <dcd@tc.fluke.com>
60176              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
60177              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
60178      Branch: perl
60179            ! pp_sys.c
60180 ____________________________________________________________________________
60181 [  7619] By: jhi                                   on 2000/11/09  04:36:21
60182         Log: Forgot from #7618.
60183      Branch: perl
60184            ! lib/File/stat.pm
60185 ____________________________________________________________________________
60186 [  7618] By: jhi                                   on 2000/11/09  04:28:44
60187         Log: Make deleting for %ENV work for (newer versions of) VMS,
60188              from Craig A. Berry.
60189      Branch: perl
60190            ! vms/vms.c
60191 ____________________________________________________________________________
60192 [  7617] By: jhi                                   on 2000/11/09  04:25:05
60193         Log: Subject: [PATCH] Class::Struct at compile time
60194              From: "Casey R. Tweten" <crt@kiski.net>
60195              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
60196              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
60197      Branch: perl
60198            ! lib/Class/Struct.pm
60199 ____________________________________________________________________________
60200 [  7616] By: jhi                                   on 2000/11/09  04:15:17
60201         Log: Subject: [ID 20001108.013] spelling
60202              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
60203              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
60204              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
60205      Branch: perl
60206            ! lib/ftp.pl
60207 ____________________________________________________________________________
60208 [  7615] By: jhi                                   on 2000/11/09  04:12:42
60209         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
60210              From: Peter Prymmer <pvhp@forte.com>
60211              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
60212              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
60213      Branch: perl
60214            ! configure.com
60215 ____________________________________________________________________________
60216 [  7614] By: jhi                                   on 2000/11/08  22:42:55
60217         Log: A missing aTHX_.
60218      Branch: perl
60219            ! ext/IPC/SysV/SysV.xs
60220 ____________________________________________________________________________
60221 [  7613] By: jhi                                   on 2000/11/08  19:30:21
60222         Log: Update Changes.
60223      Branch: perl
60224            ! Changes patchlevel.h
60225 ____________________________________________________________________________
60226 [  7612] By: jhi                                   on 2000/11/08  18:35:25
60227         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
60228              From: David Dyck <dcd@tc.fluke.com>
60229              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
60230              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
60231      Branch: perl
60232            ! pp_sys.c
60233 ____________________________________________________________________________
60234 [  7611] By: jhi                                   on 2000/11/08  18:30:26
60235         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
60236              From: Dominic Dunlop <domo@computer.org>
60237              Date: Tue, 7 Nov 2000 12:05:25 +0100
60238              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
60239      Branch: perl
60240            ! malloc.c
60241 ____________________________________________________________________________
60242 [  7610] By: jhi                                   on 2000/11/08  18:25:14
60243         Log: Do not test UTF-8 locales since that the tests would require
60244              polymorphic regexen.
60245      Branch: perl
60246            ! t/pragma/locale.t
60247 ____________________________________________________________________________
60248 [  7609] By: jhi                                   on 2000/11/08  17:12:51
60249         Log: Locale buglets.
60250              
60251              Subject: RE: Locales support (setlocale) fixes
60252              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60253              Date: Wed, 8 Nov 2000 20:01:39 +0300
60254              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
60255      Branch: perl
60256            ! t/pragma/locale.t util.c
60257 ____________________________________________________________________________
60258 [  7608] By: jhi                                   on 2000/11/08  17:00:16
60259         Log: Deleting $ENV{PATH} in VMS is not recommendable.
60260      Branch: perl
60261            ! t/pragma/locale.t
60262 ____________________________________________________________________________
60263 [  7607] By: jhi                                   on 2000/11/08  16:58:26
60264         Log: Subject: PATCH std stdio for (Free)BSD
60265              From: Nicholas Clark <nick@ccl4.org>
60266              Date: Wed, 8 Nov 2000 15:36:29 +0000
60267              Message-ID: <20001108153629.D98736@plum.flirble.org>
60268      Branch: metaconfig
60269            ! U/compline/d_stdstdio.U
60270      Branch: perl
60271            ! Configure config_h.SH
60272 ____________________________________________________________________________
60273 [  7606] By: jhi                                   on 2000/11/08  16:43:31
60274         Log: Forgot to bump the line numbers in #7601.
60275      Branch: perl
60276            ! t/pragma/warn/pp_sys
60277 ____________________________________________________________________________
60278 [  7605] By: jhi                                   on 2000/11/08  16:39:12
60279         Log: More careful detection of how well NVs and UVs mix.
60280              
60281              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))
60282              From: Nicholas Clark <nick@ccl4.org>
60283              Date: Wed, 8 Nov 2000 15:14:12 +0000
60284              Message-ID: <20001108151412.B98736@plum.flirble.org>
60285              
60286              Added some SIGFPE paranoia.
60287      Branch: metaconfig/U/perl
60288            ! perlxv.U
60289      Branch: perl
60290            ! Configure config_h.SH
60291 ____________________________________________________________________________
60292 [  7604] By: jhi                                   on 2000/11/08  14:39:10
60293         Log: Subject: [patch perl@7595] VMS configure.com tweak
60294              From: "Craig A. Berry" <craigberry@mac.com>
60295              Date: Wed, 8 Nov 2000 00:24:12 -0600
60296              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
60297      Branch: perl
60298            ! configure.com
60299 ____________________________________________________________________________
60300 [  7603] By: jhi                                   on 2000/11/08  14:27:11
60301         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
60302              From: Robin Barker <rmb1@cise.npl.co.uk>
60303              Date: Wed, 8 Nov 2000 11:11:39 GMT
60304              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
60305      Branch: perl
60306            ! perlio.c
60307 ____________________________________________________________________________
60308 [  7602] By: jhi                                   on 2000/11/08  14:25:03
60309         Log: Fix for the tie-refhash string table leaks.
60310              
60311              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
60312              Date: Wed, 8 Nov 2000 13:03:04 GMT
60313              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
60314      Branch: perl
60315            ! t/lib/tie-refhash.t
60316 ____________________________________________________________________________
60317 [  7601] By: jhi                                   on 2000/11/08  14:21:08
60318         Log: Try to avoid flockless and emulationless places.
60319      Branch: perl
60320            ! t/pragma/warn/pp_sys
60321 ____________________________________________________________________________
60322 [  7600] By: jhi                                   on 2000/11/08  02:28:54
60323         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
60324              
60325              Subject: [PATCH] prototyped functions that should be overrideable
60326              From: "Casey R. Tweten" <crt@kiski.net>
60327              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
60328              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
60329      Branch: perl
60330            ! toke.c
60331 ____________________________________________________________________________
60332 [  7599] By: jhi                                   on 2000/11/08  01:12:05
60333         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
60334              
60335              Subject: [PATCH] perlbug.PL
60336              From: "Kurt D. Starsinic" <kstar@chapin.edu>
60337              Date: Mon, 6 Nov 2000 21:39:01 -0500
60338              Message-ID: <20001106213901.B20955@O2.chapin.edu>
60339      Branch: perl
60340            ! utils/perlbug.PL
60341 ____________________________________________________________________________
60342 [  7598] By: jhi                                   on 2000/11/07  23:42:00
60343         Log: Bad thinko in #7581 (I used the test program with the expanded
60344              values as-is).
60345      Branch: metaconfig
60346            ! U/compline/d_stdstdio.U
60347      Branch: perl
60348            ! Configure
60349 ____________________________________________________________________________
60350 [  7597] By: jhi                                   on 2000/11/07  21:43:29
60351         Log: Subject: [PATCH perl@7573] cygwin port
60352              From: "Fifer, Eric" <EFifer@sanwaint.com>
60353              Date: Tue, 7 Nov 2000 18:08:51 -0000 
60354              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
60355              
60356              Synchronize with Cygwin 1.1.5.
60357      Branch: perl
60358            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
60359            ! pod/perlport.pod unixish.h util.c
60360 ____________________________________________________________________________
60361 [  7596] By: jhi                                   on 2000/11/07  21:39:25
60362         Log: perlhack updates from H.Merijn Brand.
60363      Branch: perl
60364            ! pod/perlhack.pod
60365 ____________________________________________________________________________
60366 [  7595] By: jhi                                   on 2000/11/07  20:21:41
60367         Log: Update Changes.
60368      Branch: perl
60369            ! Changes patchlevel.h
60370 ____________________________________________________________________________
60371 [  7594] By: jhi                                   on 2000/11/07  19:18:58
60372         Log: Be more robust in Dynaloader.pm.
60373      Branch: perl
60374            ! ext/DynaLoader/DynaLoader_pm.PL
60375 ____________________________________________________________________________
60376 [  7593] By: jhi                                   on 2000/11/07  16:49:31
60377         Log: AUTHORS update.
60378      Branch: perl
60379            ! AUTHORS
60380 ____________________________________________________________________________
60381 [  7592] By: gsar                                  on 2000/11/07  16:39:51
60382         Log: normalize relative paths in virtualized current directory on windows,
60383              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
60384              returns)
60385      Branch: perl
60386            ! win32/vdir.h
60387 ____________________________________________________________________________
60388 [  7591] By: jhi                                   on 2000/11/07  16:04:26
60389         Log: Too profiler-happy: with optimization the #7590 actually makes
60390              the test to run 0.5% _slower_.  Requires much more instrumentation.
60391              Retract #7590.
60392      Branch: perl
60393            ! regcomp.c regcomp.h
60394 ____________________________________________________________________________
60395 [  7590] By: jhi                                   on 2000/11/07  15:51:13
60396         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
60397              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
60398              by using memset() and testing bytewise (as opposed to bitwise).
60399      Branch: perl
60400            ! regcomp.c regcomp.h
60401 ____________________________________________________________________________
60402 [  7589] By: jhi                                   on 2000/11/07  12:56:39
60403         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
60404              From: "Craig A. Berry" <craig.berry@psinetcs.com>
60405              Date: Mon, 06 Nov 2000 23:45:30 -0500
60406              Message-Id: <0011079735.AA973576259@univpress.com>
60407      Branch: perl
60408            ! configure.com t/lib/st-lock.t
60409 ____________________________________________________________________________
60410 [  7588] By: jhi                                   on 2000/11/07  01:03:28
60411         Log: Tweak #7587.
60412      Branch: perl
60413            ! pod/perldiag.pod
60414 ____________________________________________________________________________
60415 [  7587] By: jhi                                   on 2000/11/07  01:00:27
60416         Log: A doc addition for bug id 20001105.019, beware \p.
60417      Branch: perl
60418            ! pod/perldiag.pod
60419 ____________________________________________________________________________
60420 [  7586] By: jhi                                   on 2000/11/07  00:32:22
60421         Log: Fake support of holey files in win/dosish platforms.
60422              
60423              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
60424              From: kipp@shonanblue.ne.jp
60425              Date: Mon, 6 Nov 2000 13:30:55 -0800
60426              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
60427      Branch: perl
60428            ! ext/SDBM_File/sdbm/sdbm.c
60429 ____________________________________________________________________________
60430 [  7585] By: jhi                                   on 2000/11/07  00:12:54
60431         Log: Subject: Pod updates
60432              From: "Stephen P. Potter" <spp@spotter.yi.org>
60433              Date: Mon, 06 Nov 2000 18:56:43 -0500
60434              Message-Id: <200011062357.SAA18173@spotter.yi.org>
60435      Branch: perl
60436            ! README.dos README.os2 README.win32 pod/buildtoc.PL
60437            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
60438            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
60439            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
60440            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
60441            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
60442            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
60443            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
60444            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
60445            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
60446            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
60447            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
60448            ! pod/perltootc.pod pod/perlunicode.pod
60449 ____________________________________________________________________________
60450 [  7584] By: jhi                                   on 2000/11/07  00:04:17
60451         Log: Varargs don't always work too well if one puts an unsigned
60452              char on the stack and pop an unsigned quad off the stack.
60453              
60454              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
60455              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
60456              Date: Mon, 06 Nov 2000 15:19:05 -0800
60457              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
60458      Branch: perl
60459            ! utf8.c
60460 ____________________________________________________________________________
60461 [  7583] By: jhi                                   on 2000/11/06  23:58:48
60462         Log: %ENV note tweaks from Dan Sugalski.
60463      Branch: perl
60464            ! pod/perlport.pod vms/perlvms.pod
60465 ____________________________________________________________________________
60466 [  7582] By: jhi                                   on 2000/11/06  23:05:49
60467         Log: glibc5 detection by __GNU_LIBRARY__.
60468      Branch: perl
60469            ! toke.c
60470 ____________________________________________________________________________
60471 [  7581] By: jhi                                   on 2000/11/06  22:51:29
60472         Log: Make the stdio test program of 7427 less noisy while being 
60473              compiled so that Digital UNIX wouldn't get both
60474              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
60475              undefined.  This makes perlio happy.
60476      Branch: metaconfig
60477            ! U/compline/d_stdstdio.U
60478      Branch: perl
60479            ! Configure config_h.SH
60480 ____________________________________________________________________________
60481 [  7580] By: jhi                                   on 2000/11/06  22:41:41
60482         Log: Document %ENV = () portability issues.
60483      Branch: perl
60484            ! pod/perlport.pod vms/perlvms.pod
60485 ____________________________________________________________________________
60486 [  7579] By: jhi                                   on 2000/11/06  21:29:24
60487         Log: VOS updates from Paul Green.
60488      Branch: perl
60489            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60490 ____________________________________________________________________________
60491 [  7578] By: jhi                                   on 2000/11/06  21:00:40
60492         Log: Sanitize the environment further.
60493      Branch: perl
60494            ! t/pragma/locale.t
60495 ____________________________________________________________________________
60496 [  7577] By: jhi                                   on 2000/11/06  20:53:51
60497         Log: Re-introduce 7552 lost in integration.
60498      Branch: perl
60499            ! perlio.c
60500 ____________________________________________________________________________
60501 [  7576] By: jhi                                   on 2000/11/06  20:33:46
60502         Log: Admit that the test leaks scalars.
60503      Branch: perl
60504            ! t/comp/proto.t
60505 ____________________________________________________________________________
60506 [  7575] By: jhi                                   on 2000/11/06  20:17:08
60507         Log: Integrate perlio.
60508      Branch: perl
60509           !> perlio.c
60510 ____________________________________________________________________________
60511 [  7574] By: nick                                  on 2000/11/06  20:07:28
60512         Log: Remove debug. Try (Mmap_t) on madvise() call.
60513      Branch: perlio
60514            ! perlio.c
60515 ____________________________________________________________________________
60516 [  7573] By: jhi                                   on 2000/11/06  13:56:05
60517         Log: Update Changes.
60518      Branch: perl
60519            ! Changes patchlevel.h
60520 ____________________________________________________________________________
60521 [  7572] By: jhi                                   on 2000/11/06  13:48:41
60522         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
60523              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60524              Date: Mon, 06 Nov 2000 10:11:42 +0100
60525              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
60526      Branch: perl
60527            ! pod/perlhack.pod
60528 ____________________________________________________________________________
60529 [  7571] By: jhi                                   on 2000/11/06  01:45:51
60530         Log: AUTHORS updates.
60531      Branch: perl
60532            ! AUTHORS
60533 ____________________________________________________________________________
60534 [  7570] By: jhi                                   on 2000/11/06  00:18:00
60535         Log: Fix for
60536              
60537              Subject: [ID 20000728.005] perl -P broken
60538              From: David Dyck <dcd@tc.fluke.com>
60539              Date: Fri, 28 Jul 2000 17:19:16 -0700
60540              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
60541              
60542              (hopefully).  The fix is also not complete, it seems to break
60543              BOM swallowing for libc5 systems, but until someone figures
60544              out a way to do this without ftell(), this will do.
60545      Branch: perl
60546            ! toke.c
60547 ____________________________________________________________________________
60548 [  7569] By: jhi                                   on 2000/11/06  00:05:30
60549         Log: Document that the evaled syntax errors cause scalar leaks.
60550      Branch: perl
60551            ! t/comp/proto.t
60552 ____________________________________________________________________________
60553 [  7568] By: jhi                                   on 2000/11/05  23:14:47
60554         Log: opmini.o can linger from Configures past.
60555      Branch: perl
60556            ! Makefile.SH
60557 ____________________________________________________________________________
60558 [  7567] By: jhi                                   on 2000/11/05  21:28:39
60559         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
60560              first argument correctly.
60561      Branch: perl
60562            ! perlio.c
60563 ____________________________________________________________________________
60564 [  7566] By: jhi                                   on 2000/11/05  21:15:56
60565         Log: Integrate perlio.
60566      Branch: perl
60567           !> perlio.c
60568 ____________________________________________________________________________
60569 [  7565] By: jhi                                   on 2000/11/05  21:15:13
60570         Log: Use -dM for gcc (the suggested patch did it only for Linux,
60571              but I think it can be generalized).
60572              
60573              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
60574              From: Pixel <pixel@mandrakesoft.com>
60575              Date: 05 Nov 2000 21:49:34 +0100 
60576              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
60577      Branch: perl
60578            ! ext/Errno/Errno_pm.PL
60579 ____________________________________________________________________________
60580 [  7564] By: nick                                  on 2000/11/05  21:09:18
60581         Log: Added a mmap layer as a "subclass" of perlio.
60582              PERLIO=mmap ./perl harness passes
60583      Branch: perlio
60584            ! perlio.c
60585 ____________________________________________________________________________
60586 [  7563] By: jhi                                   on 2000/11/05  19:48:55
60587         Log: Add a note for future generations about bug id 20000229.006.
60588      Branch: perl
60589            ! malloc.c
60590 ____________________________________________________________________________
60591 [  7562] By: jhi                                   on 2000/11/05  19:38:24
60592         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
60593      Branch: perl
60594            ! pp_ctl.c t/op/pos.t
60595 ____________________________________________________________________________
60596 [  7561] By: jhi                                   on 2000/11/05  18:21:46
60597         Log: Add =pod to be tidy.
60598      Branch: perl
60599            ! lib/Math/Complex.pm
60600 ____________________________________________________________________________
60601 [  7560] By: jhi                                   on 2000/11/05  17:38:46
60602         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
60603      Branch: perl
60604            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
60605            ! ext/Storable/Storable.xs t/lib/st-recurse.t
60606 ____________________________________________________________________________
60607 [  7559] By: jhi                                   on 2000/11/05  17:32:59
60608         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
60609              From: "Peter J. Farley III" <pjfarley@banet.net>
60610              Date: Sun, 05 Nov 2000 11:55:59 -0500
60611              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
60612      Branch: perl
60613            ! t/lib/syslog.t
60614 ____________________________________________________________________________
60615 [  7558] By: jhi                                   on 2000/11/05  17:29:19
60616         Log: Integrate perlio.
60617      Branch: perl
60618           !> perlio.c
60619 ____________________________________________________________________________
60620 [  7557] By: jhi                                   on 2000/11/05  17:22:01
60621         Log: A fix of sorts for 20000329.026, a better error message
60622              for a missing "use charnames" when using the \N{...}. 
60623      Branch: perl
60624            ! pod/perldiag.pod toke.c
60625 ____________________________________________________________________________
60626 [  7556] By: jhi                                   on 2000/11/05  16:33:50
60627         Log: Test tweak: show also the failed locales.
60628              
60629              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
60630              From: Lupe Christoph <lupe@lupe-christoph.de>         
60631              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
60632              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
60633      Branch: perl
60634            ! t/pragma/locale.t
60635 ____________________________________________________________________________
60636 [  7555] By: nick                                  on 2000/11/05  11:09:34
60637         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
60638              open RDWR so does not fail. (pragma/warnings 303 again...)
60639      Branch: perlio
60640            ! perlio.c
60641 ____________________________________________________________________________
60642 [  7554] By: nick                                  on 2000/11/05  10:10:13
60643         Log: Fix case where ungetc(f,EOF) was allowed.
60644              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
60645              so we can see similarities.
60646              Use types more carefully and a STDCHAR array in hope that this will
60647              fix Jarrko's 64bit machine.
60648      Branch: perlio
60649            ! perlio.c
60650 ____________________________________________________________________________
60651 [  7553] By: jhi                                   on 2000/11/05  01:12:16
60652         Log: Fix for
60653              
60654              Subject: [ID 20001004.007] taint propogation is inconsistent
60655              From: pimlott@idiomtech.com (Andrew Pimlott) 
60656              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
60657              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
60658              
60659              The culprit was sv_setsv() which was rather blindly
60660              propagating taint, which lead to behaviour where if
60661              a tainted anon hash value was seen all the hash values
60662              from then on at that level became tainted, or at any
60663              upper levels in the case of nested anon hashes.
60664      Branch: perl
60665            ! sv.c t/op/taint.t
60666 ____________________________________________________________________________
60667 [  7552] By: jhi                                   on 2000/11/04  23:44:18
60668         Log: Some cpps don't like splitting conditionals across several lines.
60669      Branch: perl
60670            ! perlio.c
60671 ____________________________________________________________________________
60672 [  7551] By: nick                                  on 2000/11/04  23:40:44
60673         Log: Integrate mainline
60674      Branch: perlio
60675           !> pp_hot.c t/op/taint.t
60676 ____________________________________________________________________________
60677 [  7550] By: nick                                  on 2000/11/04  23:39:05
60678         Log: Integrate mainline again
60679      Branch: perlio
60680           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
60681           !> t/lib/b.t t/op/misc.t util.c
60682 ____________________________________________________________________________
60683 [  7549] By: jhi                                   on 2000/11/04  23:14:01
60684         Log: Fix for
60685              
60686              Subject: [ID 20001004.006] undef is never tainted
60687              From: pimlott@idiomtech.com (Andrew Pimlott)
60688              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
60689              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
60690              
60691              An undef read from a slurped file was not tainted.
60692      Branch: perl
60693            ! pp_hot.c t/op/taint.t
60694 ____________________________________________________________________________
60695 [  7548] By: jhi                                   on 2000/11/04  22:56:21
60696         Log: Test tweak ($Config{useperlio} is by default undef) .
60697      Branch: perl
60698            ! t/lib/b.t
60699 ____________________________________________________________________________
60700 [  7547] By: jhi                                   on 2000/11/04  22:43:56
60701         Log: Integrate perlio.
60702      Branch: perl
60703           +> lib/perlio.pm
60704           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
60705           !> pod/perlapi.pod t/lib/b.t
60706 ____________________________________________________________________________
60707 [  7546] By: jhi                                   on 2000/11/04  22:40:59
60708         Log: Configure would use a bad $myuname from an old config.sh.
60709              
60710              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
60711              From: Andy Dougherty <doughera@lafayette.edu>
60712              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
60713              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
60714      Branch: metaconfig
60715            ! U/modified/Oldconfig.U
60716      Branch: perl
60717            ! Configure config_h.SH
60718 ____________________________________________________________________________
60719 [  7545] By: jhi                                   on 2000/11/04  22:36:54
60720         Log: Subject: Locales support (setlocale) fixes
60721              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60722              Date: Sat, 4 Nov 2000 10:15:48 +0300 
60723              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
60724              
60725              Modified quite a bit to be more portable.
60726      Branch: perl
60727            ! embed.h embed.pl perl.h proto.h util.c
60728 ____________________________________________________________________________
60729 [  7544] By: jhi                                   on 2000/11/04  22:32:47
60730         Log: Dying is too strict here, better just skip.
60731      Branch: perl
60732            ! t/op/misc.t
60733 ____________________________________________________________________________
60734 [  7543] By: nick                                  on 2000/11/04  21:55:13
60735         Log: Merge mainline
60736      Branch: perlio
60737           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
60738           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
60739           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
60740           !> (integrate 64 files)
60741 ____________________________________________________________________________
60742 [  7542] By: jhi                                   on 2000/11/04  21:09:28
60743         Log: More Changes tweakery.
60744      Branch: perl
60745            ! Changes Porting/genlog
60746 ____________________________________________________________________________
60747 [  7541] By: jhi                                   on 2000/11/04  20:58:18
60748         Log: Changes fixups.
60749      Branch: perl
60750            ! Changes
60751 ____________________________________________________________________________
60752 [  7540] By: jhi                                   on 2000/11/04  20:42:38
60753         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
60754              create a "fast path" for locale name probing using "locale -a"
60755              if available, squash finally hopefully the s?printf resetting
60756              the numeric locale (since, IIUC perllocale, it never shouldn't). 
60757      Branch: perl
60758            ! sv.c t/op/misc.t t/pragma/locale.t
60759 ____________________________________________________________________________
60760 [  7539] By: nick                                  on 2000/11/04  19:56:10
60761         Log: PerlIO infrastructure complete.
60762      Branch: perlio
60763            + lib/perlio.pm
60764            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
60765 ____________________________________________________________________________
60766 [  7538] By: nick                                  on 2000/11/04  14:31:32
60767         Log: Type tweaks + less contorted allocation scheme
60768      Branch: perlio
60769            ! perlio.c
60770 ____________________________________________________________________________
60771 [  7537] By: nick                                  on 2000/11/04  12:40:42
60772         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
60773              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
60774              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
60775              sensible) which lead to some interesting fails.
60776      Branch: perlio
60777            ! perlio.c
60778 ____________________________________________________________________________
60779 [  7536] By: jhi                                   on 2000/11/04  00:20:02
60780         Log: Add FCNTL_CAN_LOCK.
60781              
60782              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60783              From: Andy Dougherty <doughera@lafayette.edu>
60784              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
60785              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
60786              
60787              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60788              From: Andy Dougherty <doughera@lafayette.edu>
60789              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
60790              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
60791      Branch: metaconfig/U/perl
60792            + d_fcntl_can_lock.U
60793            ! startperl.U
60794      Branch: perl
60795            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60796            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
60797            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60798            ! vos/config.ga.h win32/config.bc win32/config.gc
60799            ! win32/config.vc
60800 ____________________________________________________________________________
60801 [  7535] By: nick                                  on 2000/11/03  22:19:10
60802         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
60803              - Works on Linux with
60804              perlio + unix
60805              stdio
60806              - Works on Solaris with
60807              perlio + unix
60808              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
60809              - Fails (hangs in openpid) if you try and stack
60810              perlio + stdio - Linux stdio's read() logic is hanging.
60811      Branch: perlio
60812            ! iperlsys.h perlio.c
60813 ____________________________________________________________________________
60814 [  7534] By: jhi                                   on 2000/11/03  15:16:02
60815         Log: Subject: Re: README.aix
60816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60817              Date: Fri, 03 Nov 2000 16:03:15 +0100
60818              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
60819      Branch: perl
60820            ! README.aix
60821 ____________________________________________________________________________
60822 [  7533] By: jhi                                   on 2000/11/03  03:59:02
60823         Log: Subject: [PATCH 5.7.0] better messages from malloc()
60824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60825              Date: Wed, 1 Nov 2000 23:39:56 -0500
60826              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
60827      Branch: perl
60828            ! malloc.c pod/perldiag.pod
60829 ____________________________________________________________________________
60830 [  7532] By: jhi                                   on 2000/11/03  00:11:56
60831         Log: The #7521 touched things it shouldn't have.
60832      Branch: perl
60833            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
60834 ____________________________________________________________________________
60835 [  7531] By: jhi                                   on 2000/11/02  22:32:33
60836         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
60837              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60838              Date:     Thu, 2 Nov 2000 16:58:36 EST
60839              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
60840      Branch: perl
60841            ! vms/gen_shrfls.pl
60842 ____________________________________________________________________________
60843 [  7530] By: jhi                                   on 2000/11/02  22:08:49
60844         Log: Fix the problem discussed in
60845              
60846              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
60847              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
60848              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
60849              
60850              originally from Linc Madison.  Also Andreas König's comments
60851              taken into account.  Some other problems with Tie::SubstrHash
60852              fixed: didn't croak when the table exceeded the requested number
60853              of entries (as documented) but instead when the number of entries
60854              exceeded the size of the table, a croak() had an unnecessary \n,
60855              didn't have a CLEAR method, documented that there is no exists().
60856              Didn't fix to be strict-proof because the module uses &foo; and
60857              dynamic scope.  Added a test script exercizing both first tamely 
60858              the basic functionality, and then the failure cases reported by
60859              Linc Madison.
60860      Branch: perl
60861            + t/lib/tie-substrhash.t
60862            ! MANIFEST lib/Tie/SubstrHash.pm
60863 ____________________________________________________________________________
60864 [  7529] By: jhi                                   on 2000/11/02  17:58:08
60865         Log: recv() can fail and return undef.
60866              
60867              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
60868              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
60869              Date: Thu, 2 Nov 2000 20:12:20 +0300
60870              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
60871      Branch: perl
60872            ! lib/Net/Ping.pm
60873 ____________________________________________________________________________
60874 [  7528] By: jhi                                   on 2000/11/02  17:49:09
60875         Log: Detpyo.
60876      Branch: perl
60877            ! pod/perlop.pod
60878 ____________________________________________________________________________
60879 [  7527] By: jhi                                   on 2000/11/02  15:48:37
60880         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
60881              fix a autovivification bug in Tie::RefHash, add tests for both.
60882              
60883              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
60884              From: Edward Avis <epa98@doc.ic.ac.uk>
60885              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
60886              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
60887      Branch: perl
60888            + t/lib/tie-refhash.t
60889            ! MANIFEST lib/Tie/RefHash.pm
60890 ____________________________________________________________________________
60891 [  7526] By: jhi                                   on 2000/11/02  13:56:26
60892         Log: Test::Harness revealed buglets in the new DynaLoader.
60893              
60894              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
60895              From: andreas.koenig@anima.de (Andreas J. Koenig)
60896              Date: 02 Nov 2000 11:26:48 +0100 
60897              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
60898      Branch: perl
60899            ! ext/DynaLoader/DynaLoader_pm.PL
60900 ____________________________________________________________________________
60901 [  7525] By: jhi                                   on 2000/11/01  23:52:08
60902         Log: The entry for #7503 was missing.
60903      Branch: perl
60904            ! Changes
60905 ____________________________________________________________________________
60906 [  7524] By: jhi                                   on 2000/11/01  23:40:52
60907         Log: Update Changes.
60908      Branch: perl
60909            ! Changes patchlevel.h
60910 ____________________________________________________________________________
60911 [  7523] By: jhi                                   on 2000/11/01  22:57:09
60912         Log: More tweaking on the #7522 theme.
60913      Branch: perl
60914            ! ext/DynaLoader/DynaLoader_pm.PL
60915 ____________________________________________________________________________
60916 [  7522] By: jhi                                   on 2000/11/01  22:06:15
60917         Log: Expand %Config variables and %ENV variables only if
60918              so requested during build time using the
60919              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
60920              Not expanding makes relocating distributions easier.
60921      Branch: perl
60922            ! ext/DynaLoader/DynaLoader_pm.PL
60923 ____________________________________________________________________________
60924 [  7521] By: jhi                                   on 2000/11/01  20:56:34
60925         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
60926              and setgid() because they were just changing $< and $( which means
60927              only changing the real uid/gid, as opposed to changing both
60928              real and effective ids.  (The alternative way could have been
60929              in POSIX.pm to change $> and $), too, but making a direct call
60930              to the C API feels cleaner.)  Fixes the bug
60931              
60932              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
60933              From: "Garry T. Williams" <garry@zvolve.com>
60934              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
60935              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
60936      Branch: perl
60937            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60938            ! ext/POSIX/typemap pod/perlvar.pod
60939 ____________________________________________________________________________
60940 [  7520] By: jhi                                   on 2000/11/01  20:08:33
60941         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
60942              From: "Garry T. Williams" <garry@zvolve.com>
60943              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
60944              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
60945      Branch: perl
60946            ! pod/perlsec.pod
60947 ____________________________________________________________________________
60948 [  7519] By: jhi                                   on 2000/11/01  20:01:22
60949         Log: Locale warning explanation tweak.
60950      Branch: perl
60951            ! pod/perldiag.pod
60952 ____________________________________________________________________________
60953 [  7518] By: jhi                                   on 2000/11/01  18:57:13
60954         Log: C.pm part of
60955              
60956              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
60957              From: Jarkko Hietaniemi <jhi@iki.fi>
60958              Date: Tue, 10 Oct 2000 08:22:28 -0500
60959              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
60960      Branch: perl
60961            ! ext/B/B/C.pm
60962 ____________________________________________________________________________
60963 [  7517] By: jhi                                   on 2000/11/01  18:41:59
60964         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
60965              From: Martien Verbruggen <mgjv@comdyn.com.au>
60966              Date: Fri, 6 Oct 2000 14:09:10 +1100
60967              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
60968      Branch: perl
60969            ! pod/perlop.pod
60970 ____________________________________________________________________________
60971 [  7516] By: jhi                                   on 2000/11/01  18:34:55
60972         Log: Generalize the Camel wording.
60973              
60974              Subject: Re: perlfaq style changes
60975              From: John Borwick <jhborwic@unity.ncsu.edu>
60976              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
60977              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
60978      Branch: perl
60979            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
60980 ____________________________________________________________________________
60981 [  7515] By: jhi                                   on 2000/11/01  16:52:31
60982         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
60983              From: pimlott@idiomtech.com (Andrew Pimlott)
60984              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
60985              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
60986      Branch: perl
60987            ! pod/perlsec.pod
60988 ____________________________________________________________________________
60989 [  7514] By: jhi                                   on 2000/11/01  15:03:40
60990         Log: More AIX lore.
60991      Branch: perl
60992            ! ext/re/hints/aix.pl
60993 ____________________________________________________________________________
60994 [  7513] By: jhi                                   on 2000/11/01  14:48:30
60995         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
60996              From: root <root@chronos.fi.muni.cz>
60997              Date: Wed, 1 Nov 2000 12:31:32 +0100
60998              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
60999      Branch: perl
61000            ! lib/Net/Ping.pm
61001 ____________________________________________________________________________
61002 [  7512] By: jhi                                   on 2000/11/01  14:46:47
61003         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
61004              From: Martin Husemann <martin@duskware.de>
61005              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
61006              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
61007      Branch: perl
61008            ! regcomp.c
61009 ____________________________________________________________________________
61010 [  7511] By: jhi                                   on 2000/11/01  14:39:50
61011         Log: AUTHORS updates.
61012      Branch: perl
61013            ! AUTHORS
61014 ____________________________________________________________________________
61015 [  7510] By: jhi                                   on 2000/11/01  14:29:50
61016         Log: Subject: [PATCH] startperl to respect versiononly
61017              From: Robin Barker <rmb1@cise.npl.co.uk> 
61018              Date: Tue, 31 Oct 2000 16:29:36 GMT
61019              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
61020      Branch: metaconfig/U/perl
61021            ! startperl.U
61022      Branch: perl
61023            ! Configure config_h.SH
61024 ____________________________________________________________________________
61025 [  7509] By: jhi                                   on 2000/11/01  14:19:53
61026         Log: printf UVs the correct way, noticed by Robin Barker.
61027      Branch: perl
61028            ! utf8.c
61029 ____________________________________________________________________________
61030 [  7508] By: jhi                                   on 2000/11/01  14:10:03
61031         Log: Do not cleanup *% because the % has special meanings in some
61032              shell environments.
61033      Branch: perl
61034            ! ext/Storable/Makefile.PL
61035 ____________________________________________________________________________
61036 [  7507] By: jhi                                   on 2000/11/01  14:06:00
61037         Log: The NonStop-UX libraries have a novel way to say NaN.
61038      Branch: perl
61039            ! t/lib/bigfltpm.t
61040 ____________________________________________________________________________
61041 [  7506] By: jhi                                   on 2000/11/01  14:03:35
61042         Log: The osname has been lowercased by now, from Tom Bates.
61043      Branch: metaconfig
61044            ! U/modified/Oldconfig.U
61045      Branch: perl
61046            ! Configure config_h.SH
61047 ____________________________________________________________________________
61048 [  7505] By: jhi                                   on 2000/10/31  19:18:39
61049         Log: The compiler is either gcc or cc, from Tom Bates.
61050      Branch: perl
61051            ! hints/nonstopux.sh
61052 ____________________________________________________________________________
61053 [  7504] By: jhi                                   on 2000/10/31  14:53:42
61054         Log: Update Changes.
61055      Branch: perl
61056            ! Changes patchlevel.h
61057 ____________________________________________________________________________
61058 [  7503] By: jhi                                   on 2000/10/31  14:30:50
61059         Log: Whitespace style tweak.  Was originally going to see to
61060              
61061              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
61062              From: Joe Smith <jms@inwap.com>
61063              Date: Mon, 30 Oct 2000 18:47:57 -0800
61064              Message-Id: <39FE32DD.24AAC4D@inwap.com>
61065              
61066              but that had already been taken care of.
61067      Branch: metaconfig
61068            ! U/compline/d_stdstdio.U
61069      Branch: perl
61070            ! Configure config_h.SH
61071 ____________________________________________________________________________
61072 [  7502] By: jhi                                   on 2000/10/31  14:25:02
61073         Log: AUTHORS tweaks.
61074      Branch: perl
61075            ! AUTHORS
61076 ____________________________________________________________________________
61077 [  7501] By: jhi                                   on 2000/10/31  14:23:59
61078         Log: Subject: perlfaq style changes
61079              From: John Borwick <jhborwic@unity.ncsu.edu>
61080              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
61081              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
61082      Branch: perl
61083            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
61084            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
61085            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
61086            ! pod/perlfaq9.pod
61087 ____________________________________________________________________________
61088 [  7500] By: jhi                                   on 2000/10/31  14:22:15
61089         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
61090              
61091              Subject: Re: [ID 20000918.005] ~ on wide chars
61092              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61093              Date: Mon, 30 Oct 2000 21:09:55 -0800
61094              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
61095              
61096              (The ord() part of the patch skipped.)
61097      Branch: perl
61098            ! doop.c
61099 ____________________________________________________________________________
61100 [  7499] By: jhi                                   on 2000/10/31  14:20:08
61101         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
61102              From: Jens Hamisch <jens@Strawberry.COM>
61103              Date: Mon, 30 Oct 2000 15:17:07 +0100
61104              Message-Id: <20001030151707.A9597@Strawberry.COM>
61105      Branch: perl
61106            ! av.c
61107 ____________________________________________________________________________
61108 [  7498] By: jhi                                   on 2000/10/31  14:16:29
61109         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
61110              From: Peter Prymmer <pvhp@forte.com>
61111              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
61112              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
61113      Branch: perl
61114            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
61115            + ext/Encode/Encode/posix-bc.enc
61116            ! MANIFEST t/lib/encode.t
61117 ____________________________________________________________________________
61118 [  7497] By: jhi                                   on 2000/10/31  14:13:22
61119         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
61120              From: Peter Prymmer <pvhp@forte.com>
61121              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
61122              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
61123      Branch: perl
61124            ! t/lib/cgi-html.t
61125 ____________________________________________________________________________
61126 [  7496] By: jhi                                   on 2000/10/31  14:12:05
61127         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
61128              From: Peter Prymmer <pvhp@forte.com>
61129              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
61130              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
61131      Branch: perl
61132            ! t/lib/cgi-function.t
61133 ____________________________________________________________________________
61134 [  7495] By: jhi                                   on 2000/10/31  14:11:08
61135         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
61136              From: Peter Prymmer <pvhp@forte.com>
61137              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
61138              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
61139      Branch: perl
61140            + ext/re/hints/aix.pl
61141            ! MANIFEST ext/re/Makefile.PL
61142 ____________________________________________________________________________
61143 [  7494] By: jhi                                   on 2000/10/31  14:08:32
61144         Log: Use Errno magic.
61145              
61146              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
61147              From: Casey Tweten <perl@ctweten.amsite.com>
61148              Date: Mon, 30 Oct 2000 15:51:17 -0500
61149              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
61150      Branch: perl
61151            ! lib/File/Temp.pm
61152 ____________________________________________________________________________
61153 [  7493] By: jhi                                   on 2000/10/31  14:05:07
61154         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
61155              
61156              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
61157              From: Nicholas Clark <nick@ccl4.org>
61158              Date: Mon, 30 Oct 2000 17:38:45 +0000
61159              Message-ID: <20001030173845.O60355@plum.flirble.org>
61160      Branch: perl
61161            ! Makefile.SH utils/perlbug.PL
61162 ____________________________________________________________________________
61163 [  7492] By: nick                                  on 2000/10/30  19:37:23
61164         Log: Change files which are mysteriously different to mainline to be
61165              copies of mainline.
61166      Branch: perlio
61167            ! objXSUB.h perlapi.c pod/perlapi.pod
61168 ____________________________________________________________________________
61169 [  7491] By: nick                                  on 2000/10/30  18:05:54
61170         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
61171              - typo in endian code in putc.
61172              - Don't allow read of write-only files and vice-versa
61173              - and off-by-one in flush-all loop.
61174              Remove debug calls as they were using GCC specific features.
61175      Branch: perlio
61176            ! perlio.c
61177 ____________________________________________________________________________
61178 [  7490] By: nick                                  on 2000/10/29  21:45:45
61179         Log: Integrate mainline to perlio
61180      Branch: perlio
61181           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
61182           !> toke.c
61183 ____________________________________________________________________________
61184 [  7489] By: jhi                                   on 2000/10/29  21:11:08
61185         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
61186              From: andreas.koenig@anima.de (Andreas J. Koenig)
61187              Date: 29 Oct 2000 22:05:59 +0100
61188              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
61189      Branch: perl
61190            ! lib/ExtUtils/Manifest.pm
61191 ____________________________________________________________________________
61192 [  7488] By: jhi                                   on 2000/10/29  21:07:47
61193         Log: Tests for #7487.
61194              
61195              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
61196              From: andreas.koenig@anima.de (Andreas J. Koenig)
61197              Date: 29 Oct 2000 19:37:09 +0100
61198              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
61199      Branch: perl
61200            ! t/comp/proto.t
61201 ____________________________________________________________________________
61202 [  7487] By: jhi                                   on 2000/10/29  21:06:27
61203         Log: constsub spillage.
61204              
61205              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
61206              From: John Tobey <jtobey@john-edwin-tobey.org>
61207              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
61208              Message-Id: <m13pvSr-000FObC@feynman.localnet>
61209      Branch: perl
61210            ! op.c
61211 ____________________________________________________________________________
61212 [  7486] By: nick                                  on 2000/10/29  21:05:04
61213         Log: Integrate mainline to perlio branch
61214      Branch: perlio
61215           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
61216           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
61217           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
61218           +> vos/install_perl.cm
61219            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
61220            - vos/config.h vos/config_h.SH_orig
61221           !> (integrate 141 files)
61222 ____________________________________________________________________________
61223 [  7485] By: jhi                                   on 2000/10/29  21:00:47
61224         Log: Make \x{...} consistently produce UTF-8.
61225              
61226              Subject: Re: \x{...} is confused 
61227              From: Simon Cozens <simon@cozens.net>
61228              Date: Sun, 29 Oct 2000 19:36:48 +0000
61229              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
61230      Branch: perl
61231            ! t/pragma/utf8.t toke.c
61232 ____________________________________________________________________________
61233 [  7484] By: nick                                  on 2000/10/29  20:05:29
61234         Log: PerlIO passes all tests.
61235      Branch: perlio
61236            ! perlio.c
61237 ____________________________________________________________________________
61238 [  7483] By: jhi                                   on 2000/10/29  18:06:55
61239         Log: Update Changes.
61240      Branch: perl
61241            ! Changes patchlevel.h
61242 ____________________________________________________________________________
61243 [  7482] By: nick                                  on 2000/10/29  17:43:28
61244         Log: Include <unistd.h> to get correct lseek() prototype etc.
61245              (I thought perl.h did that) - down to two fails
61246              - comp/require.t (last test)
61247              - lib/io_xs.t - possibly import/export of FILE * ?
61248      Branch: perlio
61249            ! perlio.c
61250 ____________________________________________________________________________
61251 [  7481] By: jhi                                   on 2000/10/29  17:02:37
61252         Log: UTF-8 decoder tweak.
61253      Branch: perl
61254            ! utf8.c
61255 ____________________________________________________________________________
61256 [  7480] By: nick                                  on 2000/10/29  16:26:11
61257         Log: Fixed two bugs:
61258              - error code not being set on close (of broken pipe)
61259              - append mode was truncating.
61260              At least one seek/tell bug remains.
61261      Branch: perlio
61262            ! perlio.c
61263 ____________________________________________________________________________
61264 [  7479] By: nick                                  on 2000/10/29  11:18:16
61265         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
61266              in case of accidents. Still several worrying fails, no line disciplines yet.
61267      Branch: perlio
61268            ! iperlsys.h perlio.c
61269 ____________________________________________________________________________
61270 [  7478] By: jhi                                   on 2000/10/29  02:04:01
61271         Log: Add also emailless people.
61272      Branch: perl
61273            ! AUTHORS
61274 ____________________________________________________________________________
61275 [  7477] By: jhi                                   on 2000/10/29  01:36:00
61276         Log: The #7476 needs a MANIFEST change, too.
61277      Branch: perl
61278            ! MANIFEST
61279 ____________________________________________________________________________
61280 [  7476] By: jhi                                   on 2000/10/29  01:35:21
61281         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
61282      Branch: perl
61283            - MAINTAIN
61284            ! AUTHORS Changes
61285 ____________________________________________________________________________
61286 [  7475] By: jhi                                   on 2000/10/28  23:57:25
61287         Log: De-quoted-unreadable to ISO Latin 1.
61288              (There's one ISO-2022-JP name in Changes5.004.)
61289      Branch: perl
61290            ! Changes Changes5.6
61291 ____________________________________________________________________________
61292 [  7474] By: jhi                                   on 2000/10/28  19:13:06
61293         Log: Subject: [ID 20001027.007] uniq array in perlfaq
61294              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
61295              Date: Fri, 27 Oct 2000 19:28:30 +0200
61296              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
61297      Branch: perl
61298            ! pod/perlfaq4.pod
61299 ____________________________________________________________________________
61300 [  7473] By: jhi                                   on 2000/10/28  18:02:05
61301         Log: Locking null mutexes is not recommendable.
61302              
61303              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
61304              From: Hugo <hv@crypt.compulink.co.uk>
61305              Date: Sat, 28 Oct 2000 18:41:12 +0100
61306              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
61307      Branch: perl
61308            ! op.c
61309 ____________________________________________________________________________
61310 [  7472] By: jhi                                   on 2000/10/28  17:52:58
61311         Log: Better create a true mailing list for the repository keepers.
61312      Branch: perl
61313            ! Porting/repository.pod
61314 ____________________________________________________________________________
61315 [  7471] By: jhi                                   on 2000/10/28  17:28:24
61316         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
61317              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
61318      Branch: perl
61319            + Porting/repository.pod
61320            ! MANIFEST
61321 ____________________________________________________________________________
61322 [  7470] By: jhi                                   on 2000/10/28  17:20:54
61323         Log: Subject: DOC PATCH 5.6.0
61324              From: mjd@plover.com
61325              Date: 27 Oct 2000 17:32:44 -0000
61326              Message-ID: <20001027173244.23754.qmail@plover.com>
61327      Branch: perl
61328            ! pod/perlfunc.pod
61329 ____________________________________________________________________________
61330 [  7469] By: jhi                                   on 2000/10/28  17:16:45
61331         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
61332              From: "Peter J. Farley III" <pjfarley@banet.net>
61333              Date: Fri, 27 Oct 2000 20:32:56 -0400
61334              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
61335      Branch: perl
61336            ! README.dos
61337 ____________________________________________________________________________
61338 [  7468] By: jhi                                   on 2000/10/28  17:07:18
61339         Log: Make target reordering to avoid pointless re-makes.
61340              
61341              Subject: Re: Total re-make of 'make okfile' after 7451 ?
61342              From: Nicholas Clark <nick@ccl4.org>
61343              Date: Sat, 28 Oct 2000 00:31:02 +0100
61344              Message-ID: <20001028003101.A54517@plum.flirble.org>
61345      Branch: perl
61346            ! Makefile.SH
61347 ____________________________________________________________________________
61348 [  7467] By: jhi                                   on 2000/10/28  17:05:31
61349         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
61350              From: lvirden@cas.org
61351              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
61352              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
61353      Branch: perl
61354            ! README.os2
61355 ____________________________________________________________________________
61356 [  7466] By: jhi                                   on 2000/10/28  16:09:16
61357         Log: Upgrade to CPAN 1.58_55.
61358              
61359              Subject: CPAN.pm status
61360              From: andreas.koenig@anima.de (Andreas J. Koenig) 
61361              Date: 28 Oct 2000 08:18:00 +0200 
61362              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
61363      Branch: perl
61364            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61365 ____________________________________________________________________________
61366 [  7465] By: jhi                                   on 2000/10/28  16:02:47
61367         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
61368      Branch: perl
61369            ! embed.h embed.pl perl.h proto.h toke.c
61370 ____________________________________________________________________________
61371 [  7464] By: nick                                  on 2000/10/28  10:43:44
61372         Log: Fix for sv_2iv() on "shared" value from keys %hash.
61373      Branch: perl
61374            ! sv.c
61375 ____________________________________________________________________________
61376 [  7463] By: jhi                                   on 2000/10/27  16:18:29
61377         Log: Update Changes.
61378      Branch: perl
61379            ! Changes patchlevel.h
61380 ____________________________________________________________________________
61381 [  7462] By: jhi                                   on 2000/10/27  16:17:44
61382         Log: Too enthusiastic editing in #7460.
61383      Branch: metaconfig
61384            ! U/modified/Oldsym.U
61385      Branch: perl
61386            ! Configure config_h.SH
61387 ____________________________________________________________________________
61388 [  7461] By: jhi                                   on 2000/10/27  15:37:38
61389         Log: Retract #7459, the script needs more work.
61390      Branch: perl
61391            - mkreef
61392            ! MANIFEST
61393 ____________________________________________________________________________
61394 [  7460] By: jhi                                   on 2000/10/27  15:23:14
61395         Log: Use $sort, $uniq (and $tr) consistently as wondered
61396              by Nicholas Clark.
61397      Branch: metaconfig
61398            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
61399            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
61400            ! U/modified/libc.U
61401      Branch: perl
61402            ! Configure config_h.SH
61403 ____________________________________________________________________________
61404 [  7459] By: jhi                                   on 2000/10/27  15:02:07
61405         Log: (Retracted by #7461)
61406              
61407              Add a shell script for creating/removing symbolic link farms,
61408              useful for keeping the source code read-only and doing the
61409              builds somewhere else.
61410      Branch: perl
61411            + mkreef
61412            ! MANIFEST
61413 ____________________________________________________________________________
61414 [  7458] By: jhi                                   on 2000/10/27  14:42:20
61415         Log: Do away with the fix_pl.
61416      Branch: perl
61417            - fix_pl
61418            ! MANIFEST Makefile.SH
61419 ____________________________________________________________________________
61420 [  7457] By: jhi                                   on 2000/10/27  12:43:13
61421         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
61422              From: Jens Hamisch <jens@Strawberry.COM>
61423              Date: Fri, 27 Oct 2000 14:38:21 +0200
61424              Message-Id: <20001027143821.B3366@Strawberry.COM>
61425      Branch: perl
61426            ! perl.h
61427 ____________________________________________________________________________
61428 [  7456] By: jhi                                   on 2000/10/27  12:33:42
61429         Log: Subject: [PATCH] todo
61430              From: Nicholas Clark <nick@ccl4.org>
61431              Date: Thu, 26 Oct 2000 22:32:29 +0100
61432              Message-ID: <20001026223229.A44540@plum.flirble.org>
61433      Branch: perl
61434            ! pod/perltodo.pod
61435 ____________________________________________________________________________
61436 [  7455] By: jhi                                   on 2000/10/27  12:02:21
61437         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
61438              From: John Tobey <jtobey@john-edwin-tobey.org>
61439              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
61440              Message-Id: <m13ozHF-000FObC@feynman.localnet>
61441      Branch: perl
61442            ! op.c t/pragma/sub_lval.t
61443 ____________________________________________________________________________
61444 [  7454] By: jhi                                   on 2000/10/27  11:59:42
61445         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
61446              From: sthoenna@efn.org
61447              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
61448              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
61449      Branch: perl
61450            ! pp.c t/op/assignwarn.t
61451 ____________________________________________________________________________
61452 [  7453] By: jhi                                   on 2000/10/27  00:15:08
61453         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
61454      Branch: perl
61455            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
61456            ! ext/Storable/Storable.xs t/lib/st-lock.t
61457 ____________________________________________________________________________
61458 [  7452] By: jhi                                   on 2000/10/26  13:05:52
61459         Log: Undo #7451, this seems to be a deficiency in Perforce,
61460              there is no per-file line-terminator type, only per-client.
61461      Branch: perl
61462            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
61463            ! win32/makefile.mk
61464 ____________________________________________________________________________
61465 [  7451] By: jhi                                   on 2000/10/26  04:56:03
61466         Log: Experimenting in DOS arcana.
61467      Branch: perl
61468            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
61469            ! win32/makefile.mk
61470 ____________________________________________________________________________
61471 [  7450] By: jhi                                   on 2000/10/26  04:50:52
61472         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
61473              From: "Peter J. Farley III" <pjfarley@banet.net>            
61474              Date: Wed, 25 Oct 2000 23:10:18 -0400
61475              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
61476      Branch: perl
61477            ! t/io/open.t
61478 ____________________________________________________________________________
61479 [  7449] By: jhi                                   on 2000/10/26  04:49:16
61480         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
61481              From: Hugo <hv@crypt.compulink.co.uk>
61482              Date: Thu, 26 Oct 2000 01:55:17 +0100
61483              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
61484              
61485              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
61486      Branch: perl
61487            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
61488 ____________________________________________________________________________
61489 [  7448] By: jhi                                   on 2000/10/26  04:38:36
61490         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
61491              From: Peter Prymmer <pvhp@forte.com>
61492              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
61493              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
61494      Branch: perl
61495            ! configure.com
61496 ____________________________________________________________________________
61497 [  7447] By: jhi                                   on 2000/10/25  23:20:02
61498         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
61499              in platforms that strictly require all the symbols being present
61500              at link time.
61501      Branch: perl
61502            ! handy.h
61503 ____________________________________________________________________________
61504 [  7446] By: jhi                                   on 2000/10/25  21:55:57
61505         Log: Update Changes.
61506      Branch: perl
61507            ! Changes patchlevel.h
61508 ____________________________________________________________________________
61509 [  7445] By: jhi                                   on 2000/10/25  21:27:08
61510         Log: Integrate with vmsperl #7430 by Charles Bailey:
61511              
61512              Cleanup from prior patch (Charles Lane?):
61513              - improve handling of MFDs in Basename and Path
61514              - default to no xsubpp line # munging when building debug images
61515      Branch: perl
61516           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
61517 ____________________________________________________________________________
61518 [  7444] By: jhi                                   on 2000/10/25  21:03:50
61519         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
61520              From: John Peacock <JPeacock@UnivPress.com>
61521              Date: Thu, 18 May 2000 11:55:27 -0400
61522              Message-ID: <3924126F.A58BE57A@UnivPress.com>
61523      Branch: perl
61524            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
61525            ! t/op/write.t
61526 ____________________________________________________________________________
61527 [  7443] By: jhi                                   on 2000/10/25  20:43:10
61528         Log: Temporary stopgap for the self-tying issue: for now only
61529              array and hash self-ties are verboten.  The real fix, of
61530              course, would be to comprehensively test (and implement?)
61531              and debug (and document) self-ties.
61532      Branch: perl
61533            ! pod/perldiag.pod pp_sys.c t/op/tie.t
61534 ____________________________________________________________________________
61535 [  7442] By: jhi                                   on 2000/10/25  20:14:30
61536         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
61537              From: Dan Sugalski <dan@sidhe.org>
61538              Date: Wed, 25 Oct 2000 13:36:35 -0400
61539              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
61540              
61541              plus regen global.sym.
61542      Branch: perl
61543            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
61544            ! thrdvar.h util.c
61545 ____________________________________________________________________________
61546 [  7441] By: jhi                                   on 2000/10/25  20:12:20
61547         Log: buildtoc target tweaks.
61548      Branch: perl
61549            ! pod/Makefile.SH
61550 ____________________________________________________________________________
61551 [  7440] By: jhi                                   on 2000/10/25  20:03:53
61552         Log: A new version of making the syslog test more robust.
61553              (Replaces #7421.)
61554              
61555              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
61556              From: "Kurt D. Starsinic" <kstar@chapin.edu>
61557              Date: Wed, 25 Oct 2000 12:13:54 -0400
61558              Message-ID: <20001025121354.B2264@O2.chapin.edu>
61559      Branch: perl
61560            ! t/lib/syslog.t
61561 ____________________________________________________________________________
61562 [  7439] By: jhi                                   on 2000/10/25  20:00:48
61563         Log: Continue the internal UTF-8 API tweaking.
61564              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
61565              used much more than the simpler API, now called utf8_to_uv_simple().
61566              Still not quite happy with API, too much partial duplication
61567              of functionality.
61568      Branch: perl
61569            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
61570            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
61571            ! regcomp.c regexec.c sv.c toke.c utf8.c
61572 ____________________________________________________________________________
61573 [  7438] By: jhi                                   on 2000/10/25  18:52:30
61574         Log: Allow poking holes at the UTF-8 decoding strictness.
61575      Branch: perl
61576            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
61577            ! utf8.h
61578 ____________________________________________________________________________
61579 [  7437] By: jhi                                   on 2000/10/25  13:53:05
61580         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
61581              UTF8LEN() and UTF8SKIP(). 
61582      Branch: perl
61583            ! pp.c utf8.c utf8.h
61584 ____________________________________________________________________________
61585 [  7436] By: jhi                                   on 2000/10/25  13:51:37
61586         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
61587              From: Nicholas Clark <nick@ccl4.org>
61588              Date: Wed, 25 Oct 2000 14:44:05 +0100
61589              Message-ID: <20001025144404.D27253@plum.flirble.org>
61590      Branch: perl
61591            ! pod/perlrun.pod
61592 ____________________________________________________________________________
61593 [  7435] By: jhi                                   on 2000/10/25  13:49:32
61594         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
61595              From: Mike Guy <mjtg@cam.ac.uk>
61596              Date: Tue, 24 Oct 2000 14:59:40 +0100
61597              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
61598      Branch: perl
61599            ! scope.c
61600 ____________________________________________________________________________
61601 [  7434] By: jhi                                   on 2000/10/25  13:48:41
61602         Log: AIX is picky about its symbol exports.  Solution for now
61603              is to include the deb.o explicitly to the re extension build.
61604              
61605              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
61606              From: Peter Prymmer <pvhp@forte.com>
61607              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
61608              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
61609      Branch: perl
61610            ! ext/re/Makefile.PL hints/aix.sh
61611 ____________________________________________________________________________
61612 [  7433] By: jhi                                   on 2000/10/25  13:46:49
61613         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
61614              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61615              Date: Wed, 25 Oct 2000 12:02:20 +0200
61616              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
61617      Branch: perl
61618            ! perlsdio.h
61619 ____________________________________________________________________________
61620 [  7432] By: jhi                                   on 2000/10/25  13:44:28
61621         Log: Subject: Minor update to find2perl, for portability
61622              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
61623              Date: Wed, 25 Oct 2000 12:05:47 +0100
61624              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
61625      Branch: perl
61626            ! x2p/find2perl.PL
61627 ____________________________________________________________________________
61628 [  7431] By: jhi                                   on 2000/10/25  13:40:39
61629         Log: Add targets to Makefile.SH, most importantly
61630              'regen_all' which also remembers to update vms/perly*.
61631      Branch: perl
61632            ! Makefile.SH
61633 ____________________________________________________________________________
61634 [  7430] By: bailey                                on 2000/10/25  03:13:53
61635         Log: Cleanup from prior patch (Charles Lane?):
61636              - improve handling of MFDs in Basename and Path
61637              - default to no xsubpp line # munging when building debug images
61638      Branch: vmsperl
61639            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
61640 ____________________________________________________________________________
61641 [  7429] By: jhi                                   on 2000/10/24  20:03:40
61642         Log: Podify README.epoc and README.vos.
61643      Branch: perl
61644            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
61645            ! pod/perlport.pod pod/perltoc.pod
61646 ____________________________________________________________________________
61647 [  7428] By: jhi                                   on 2000/10/24  19:10:33
61648         Log: Stratus VOS updates from Paul Green.
61649      Branch: perl
61650            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61651            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
61652            - vos/config.def vos/config.h vos/config_h.SH_orig
61653            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
61654            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
61655 ____________________________________________________________________________
61656 [  7427] By: jhi                                   on 2000/10/24  18:59:48
61657         Log: Check if stdio supports tweaking lval and cnt simultaneously.
61658              
61659              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
61660              From: Nicholas Clark <nick@ccl4.org>
61661              Date: Mon, 23 Oct 2000 15:39:32 +0100
61662              Message-ID: <20001023153932.A10786@plum.flirble.org>
61663      Branch: metaconfig
61664            ! U/compline/d_stdstdio.U
61665      Branch: perl
61666            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61667            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
61668            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
61669            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
61670            ! vos/config.h vos/config_h.SH_orig win32/config.bc
61671            ! win32/config.gc win32/config.vc
61672 ____________________________________________________________________________
61673 [  7426] By: jhi                                   on 2000/10/24  17:57:44
61674         Log: Missed the header file changes from #7425.
61675      Branch: perl
61676            ! embed.h embed.pl objXSUB.h proto.h
61677 ____________________________________________________________________________
61678 [  7425] By: jhi                                   on 2000/10/24  17:55:17
61679         Log: Fix the bug reported in
61680              
61681              From: andreas.koenig@anima.de (Andreas J. Koenig)
61682              Subject: Encode bug?
61683              Date: 24 Oct 2000 14:01:26 +0200 
61684              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
61685              
61686              Also make is_utf8_char() stricter.
61687      Branch: perl
61688            ! ext/Encode/Encode.xs utf8.c
61689 ____________________________________________________________________________
61690 [  7424] By: jhi                                   on 2000/10/24  15:15:39
61691         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
61692              From: Peter Scott <Peter@PSDT.com>
61693              Date: Mon, 23 Oct 2000 19:46:01 -0700
61694              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
61695      Branch: perl
61696            ! pod/perlfaq5.pod
61697 ____________________________________________________________________________
61698 [  7423] By: jhi                                   on 2000/10/24  14:25:30
61699         Log: Test tweak to avoid pulling in the whole Config.
61700      Branch: perl
61701            ! t/lib/st-lock.t
61702 ____________________________________________________________________________
61703 [  7422] By: jhi                                   on 2000/10/24  14:03:16
61704         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
61705      Branch: perl
61706            ! pp.c
61707 ____________________________________________________________________________
61708 [  7421] By: jhi                                   on 2000/10/24  13:32:09
61709         Log: (Replaced by #7440.)
61710              
61711              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
61712              From: "Kurt D. Starsinic" <kstar@chapin.edu>
61713              Date: Mon, 23 Oct 2000 16:40:54 -0400
61714              Message-ID: <20001023164054.B14491@O2.chapin.edu>
61715      Branch: perl
61716            ! t/lib/syslog.t
61717 ____________________________________________________________________________
61718 [  7420] By: jhi                                   on 2000/10/24  13:30:53
61719         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
61720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61721              Date: Mon, 23 Oct 2000 17:29:03 -0400
61722              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
61723      Branch: perl
61724            ! lib/ExtUtils/MM_Unix.pm
61725 ____________________________________________________________________________
61726 [  7419] By: jhi                                   on 2000/10/24  13:29:57
61727         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
61728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61729              Date: Mon, 23 Oct 2000 19:01:32 -0400
61730              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
61731      Branch: perl
61732            ! utils/h2xs.PL
61733 ____________________________________________________________________________
61734 [  7418] By: jhi                                   on 2000/10/24  13:26:04
61735         Log: Replace #7409 with
61736              
61737              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
61738              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
61739              Date: Mon, 23 Oct 2000 20:08:56 +0200
61740              Message-ID: <20001023200855.A14850@nice.ram.loc>
61741      Branch: perl
61742            ! ext/Storable/Storable.pm t/lib/st-lock.t
61743 ____________________________________________________________________________
61744 [  7417] By: jhi                                   on 2000/10/24  13:17:52
61745         Log: Run vms/vms_yfix.pl, should have done that after changing
61746              perly.c in #7382.
61747      Branch: perl
61748            ! vms/perly_c.vms vms/perly_h.vms
61749 ____________________________________________________________________________
61750 [  7416] By: jhi                                   on 2000/10/24  02:55:33
61751         Log: Make the UTF-8 decoding stricter and more verbose when
61752              malformation happens.  This involved adding an argument
61753              to utf8_to_uv_chk(), which involved changing its prototype,
61754              and prefer STRLEN over I32 for the UTF-8 length, which as
61755              a domino effect necessitated changing the prototypes of
61756              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
61757              The stricter UTF-8 decoding checking uses Markus Kuhn's
61758              UTF-8 Decode Stress Tester from
61759              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
61760      Branch: perl
61761            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
61762            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
61763            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
61764            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
61765 ____________________________________________________________________________
61766 [  7415] By: jhi                                   on 2000/10/23  14:06:06
61767         Log: Update Changes.
61768      Branch: perl
61769            ! Changes patchlevel.h
61770 ____________________________________________________________________________
61771 [  7414] By: jhi                                   on 2000/10/23  12:39:52
61772         Log: Undo the basename() part of #7412 since the lib/basename
61773              tests would need upgrading too.
61774      Branch: perl
61775            ! lib/File/Basename.pm
61776 ____________________________________________________________________________
61777 [  7413] By: jhi                                   on 2000/10/23  12:19:27
61778         Log: Document PERL_INSTALL_ROOT of #7210.
61779      Branch: perl
61780            ! lib/ExtUtils/Install.pm
61781 ____________________________________________________________________________
61782 [  7412] By: jhi                                   on 2000/10/23  12:16:47
61783         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
61784      Branch: perl
61785            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
61786            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
61787 ____________________________________________________________________________
61788 [  7411] By: jhi                                   on 2000/10/23  12:07:41
61789         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
61790              From: Prymmer/Kahn <pvhp@best.com>
61791              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
61792              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
61793      Branch: perl
61794            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
61795 ____________________________________________________________________________
61796 [  7410] By: jhi                                   on 2000/10/23  04:10:11
61797         Log: The change #7187 was not so good on VMS.
61798              
61799              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
61800              From: "Craig A. Berry" <craig.berry@psinetcs.com>
61801              Date: Sun, 22 Oct 2000 23:03:08 -0500
61802              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
61803      Branch: perl
61804            ! utils/perldoc.PL
61805 ____________________________________________________________________________
61806 [  7409] By: jhi                                   on 2000/10/23  03:57:36
61807         Log: Avoid Storable locking on DJGPP for now.
61808              
61809              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
61810              From: "Peter J. Farley III" <pjfarley@banet.net>
61811              Date: Sun, 22 Oct 2000 20:00:00 -0400
61812              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
61813      Branch: perl
61814            ! ext/Storable/Storable.pm t/lib/st-lock.t
61815 ____________________________________________________________________________
61816 [  7408] By: jhi                                   on 2000/10/23  03:50:24
61817         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
61818              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61819              Date: Sun, 22 Oct 2000 21:12:22 -0400
61820              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
61821      Branch: perl
61822            ! lib/vars.pm
61823 ____________________________________________________________________________
61824 [  7407] By: jhi                                   on 2000/10/23  03:43:12
61825         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
61826              From: Hugo <hv@crypt.compulink.co.uk>
61827              Date: Mon, 23 Oct 2000 00:47:22 +0100
61828              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
61829      Branch: perl
61830            ! regexec.c t/op/pat.t
61831 ____________________________________________________________________________
61832 [  7406] By: jhi                                   on 2000/10/23  03:40:29
61833         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
61834      Branch: perl
61835            ! lib/ExtUtils/MakeMaker.pm
61836 ____________________________________________________________________________
61837 [  7405] By: jhi                                   on 2000/10/22  21:32:00
61838         Log: Doc patch.
61839              
61840              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
61841              From: rspier@pobox.com (Robert Spier)
61842              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
61843              Message-ID: <14835.16112.13457.447971@rls.cx>
61844      Branch: perl
61845            ! lib/strict.pm
61846 ____________________________________________________________________________
61847 [  7404] By: jhi                                   on 2000/10/22  21:30:51
61848         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
61849              From: rspier@pobox.com (Robert Spier)
61850              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
61851              Message-ID: <14835.17223.72448.705566@rls.cx>
61852      Branch: perl
61853            ! lib/ExtUtils/MakeMaker.pm
61854 ____________________________________________________________________________
61855 [  7403] By: jhi                                   on 2000/10/22  21:24:11
61856         Log: Subject: [PATCH bleadperl] ripples from constsub patch
61857              From: John Tobey <jtobey@john-edwin-tobey.org>
61858              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
61859              Message-Id: <m13nSOB-000FObC@feynman.localnet>
61860      Branch: perl
61861            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
61862 ____________________________________________________________________________
61863 [  7402] By: jhi                                   on 2000/10/22  20:59:35
61864         Log: Support s?printf parameter reordering.
61865      Branch: perl
61866            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
61867 ____________________________________________________________________________
61868 [  7401] By: jhi                                   on 2000/10/22  19:19:14
61869         Log: Expand %Config variables only if explicitly so requested
61870              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
61871              
61872              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
61873              From: Gurusamy Sarathy <gsar@ActiveState.com>
61874              Date: Sun, 22 Oct 2000 11:47:32 -0700
61875              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
61876      Branch: perl
61877            ! Makefile.SH lib/lib_pm.PL
61878 ____________________________________________________________________________
61879 [  7400] By: jhi                                   on 2000/10/22  18:24:10
61880         Log: Move the #7390 test from warn/op to comp/redef.
61881              
61882              Subject: Re: Creating const subs for constants.
61883              From: John Tobey <jtobey@john-edwin-tobey.org>
61884              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
61885              Message-Id: <m13nG72-000FObC@feynman.localnet>               
61886      Branch: perl
61887            ! t/comp/redef.t t/pragma/warn/op
61888 ____________________________________________________________________________
61889 [  7399] By: jhi                                   on 2000/10/22  17:49:59
61890         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
61891              From: Nicholas Clark <nick@ccl4.org>
61892              Date: Sat, 21 Oct 2000 22:23:19 +0100
61893              Message-ID: <20001021222319.B45586@plum.flirble.org>
61894      Branch: perl
61895            ! ext/DynaLoader/DynaLoader_pm.PL
61896 ____________________________________________________________________________
61897 [  7398] By: jhi                                   on 2000/10/22  17:47:35
61898         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
61899              From: Hugo <hv@crypt.compulink.co.uk>
61900              Date: Sat, 21 Oct 2000 18:19:59 +0100
61901              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
61902      Branch: perl
61903            ! ext/B/B.pm ext/B/B/C.pm
61904 ____________________________________________________________________________
61905 [  7397] By: jhi                                   on 2000/10/22  17:35:18
61906         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
61907              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
61908              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
61909              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
61910      Branch: perl
61911            ! hints/openbsd.sh
61912 ____________________________________________________________________________
61913 [  7396] By: jhi                                   on 2000/10/22  17:19:46
61914         Log: Subject: installman go-faster stripes
61915              From: Nicholas Clark <nick@talking.bollo.cx>
61916              Date: Sat, 21 Oct 2000 17:24:53 +0100
61917              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
61918              
61919              Subject: Re: installman go-faster stripes
61920              From: Russ Allbery <rra@stanford.edu>
61921              Date: 21 Oct 2000 11:04:13 -0700
61922              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
61923      Branch: perl
61924            ! installman pod/pod2man.PL
61925 ____________________________________________________________________________
61926 [  7395] By: jhi                                   on 2000/10/22  17:17:35
61927         Log: Hints tweak from Anton Berezin.
61928      Branch: perl
61929            ! hints/freebsd.sh
61930 ____________________________________________________________________________
61931 [  7394] By: jhi                                   on 2000/10/22  04:50:04
61932         Log: Tweak the Is* definitions of Unicode character classes
61933              to better match the official categorizations; embrace
61934              the official categorizations; add the combining marks
61935              as alpha (and -numeric); fix DCinital (a typo and edito)
61936              to be DCmedial.
61937      Branch: perl
61938            + lib/unicode/Is/DCmedial.pl
61939            - lib/unicode/Is/DCinital.pl
61940            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
61941            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
61942            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
61943            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
61944 ____________________________________________________________________________
61945 [  7393] By: jhi                                   on 2000/10/21  18:06:05
61946         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
61947              From: Daniel Chetlin <daniel@chetlin.com>
61948              Date: Sat, 21 Oct 2000 02:57:03 -0700
61949              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
61950      Branch: perl
61951            + t/lib/tie-splice.t
61952            ! MANIFEST lib/Tie/Array.pm
61953 ____________________________________________________________________________
61954 [  7392] By: gsar                                  on 2000/10/21  18:05:15
61955         Log: resync utfperl branch with mainline
61956      Branch: utfperl
61957           !> (integrate 1760 files)
61958 ____________________________________________________________________________
61959 [  7391] By: jhi                                   on 2000/10/21  14:37:49
61960         Log: Testcases for a #7383,#7385 related bug.
61961              
61962              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
61963              From: Nicholas Clark <nick@ccl4.org>
61964              Date: Sat, 21 Oct 2000 15:04:51 +0100
61965              Message-ID: <20001021150451.A51566@plum.flirble.org>
61966      Branch: perl
61967            ! t/pragma/utf8.t
61968 ____________________________________________________________________________
61969 [  7390] By: jhi                                   on 2000/10/21  14:35:57
61970         Log: Add a testcase for #7389.
61971      Branch: perl
61972            ! t/pragma/warn/op
61973 ____________________________________________________________________________
61974 [  7389] By: jhi                                   on 2000/10/21  14:26:45
61975         Log: Subject: Re: Creating const subs for constants.
61976              From: John Tobey <jtobey@john-edwin-tobey.org>
61977              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
61978              Message-Id: <m13mo0N-000FObC@feynman.localnet>
61979      Branch: perl
61980            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
61981            ! proto.h sv.c
61982 ____________________________________________________________________________
61983 [  7388] By: nick                                  on 2000/10/21  11:44:23
61984         Log: Populate perlio branch
61985      Branch: perlio
61986           +> (branch 1760 files)
61987 ____________________________________________________________________________
61988 [  7387] By: nick                                  on 2000/10/21  10:52:05
61989         Log: Get branch back as replica of mainline via :
61990              p4 integrate -b utfperl
61991              p4 resolve -at ./...
61992      Branch: utfperl
61993           +> (branch 269 files)
61994            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
61995            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
61996            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
61997            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
61998            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
61999            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
62000            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
62001            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
62002            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
62003            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
62004            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
62005            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
62006            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
62007            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
62008            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
62009            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
62010            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
62011            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
62012            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
62013            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
62014            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
62015            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
62016            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
62017            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
62018            - lib/unicode/UCD300.html lib/unicode/Unicode.300
62019            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
62020            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
62021            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
62022            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
62023           !> (integrate 965 files)
62024 ____________________________________________________________________________
62025 [  7386] By: jhi                                   on 2000/10/21  01:31:12
62026         Log: Update Changes.
62027      Branch: perl
62028            ! Changes patchlevel.h
62029 ____________________________________________________________________________
62030 [  7385] By: jhi                                   on 2000/10/21  01:28:42
62031         Log: The #7383 was right only in the context of the original bug report,
62032              not in more general case.
62033      Branch: perl
62034            ! pp_hot.c
62035 ____________________________________________________________________________
62036 [  7384] By: jhi                                   on 2000/10/21  01:08:23
62037         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
62038      Branch: perl
62039            ! ext/IO/lib/IO/Select.pm
62040 ____________________________________________________________________________
62041 [  7383] By: jhi                                   on 2000/10/21  00:44:18
62042         Log: Fix for ID 20001020.006, concatenating an unset submatch
62043              with utf8 resulted in "Modification of a read-only value".
62044      Branch: perl
62045            ! pp_hot.c t/pragma/utf8.t
62046 ____________________________________________________________________________
62047 [  7382] By: jhi                                   on 2000/10/20  20:44:31
62048         Log: Make scan_num() reëntrant, as suggested in
62049              
62050              Subject: [PATCH perl@7229] Rentrant parser and yylex()
62051              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62052              Date: Fri, 20 Oct 2000 14:17:27 +0100
62053              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
62054      Branch: perl
62055            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
62056            ! toke.c
62057 ____________________________________________________________________________
62058 [  7381] By: jhi                                   on 2000/10/20  20:07:29
62059         Log: Reëntrancy fix.
62060              
62061              Subject: [PATCH perl@7229] Rentrant parser and yylex()
62062              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62063              Date: Fri, 20 Oct 2000 14:17:27 +0100
62064              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
62065      Branch: perl
62066            ! embed.h embed.pl perl.h proto.h toke.c
62067 ____________________________________________________________________________
62068 [  7380] By: jhi                                   on 2000/10/20  19:15:54
62069         Log: Don't write double values through long double pointers,
62070              based on a part of
62071              
62072              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
62073              From: Jens Hamisch <jens@Strawberry.COM>
62074              Date: Tue, 17 Oct 2000 08:39:36 +0200
62075              Message-Id: <20001017083936.A11104@Strawberry.COM>
62076      Branch: perl
62077            ! perl.h pp.c
62078 ____________________________________________________________________________
62079 [  7379] By: jhi                                   on 2000/10/20  18:43:37
62080         Log: Portability tweak on #7377.
62081              
62082              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
62083              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62084              Date:     Fri, 20 Oct 2000 13:13:41 EDT
62085              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
62086      Branch: perl
62087            ! t/lib/dprof.t
62088 ____________________________________________________________________________
62089 [  7378] By: jhi                                   on 2000/10/20  12:57:19
62090         Log: SOCKS function redefinitions need prototypes, too, otherwise
62091              for example 32 bit versus 64 bit differences cause a lot of
62092              problems.  Part of
62093              
62094              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
62095              From: Jens Hamisch <jens@Strawberry.COM>
62096              Date: Tue, 17 Oct 2000 08:39:36 +0200
62097              Message-Id: <20001017083936.A11104@Strawberry.COM>
62098      Branch: perl
62099            ! doio.c pp_sys.c
62100 ____________________________________________________________________________
62101 [  7377] By: jhi                                   on 2000/10/20  12:37:12
62102         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
62103              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62104              Date:     Fri, 20 Oct 2000 08:26:04 EDT
62105              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
62106      Branch: perl
62107            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
62108 ____________________________________________________________________________
62109 [  7376] By: jhi                                   on 2000/10/20  12:35:31
62110         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
62111              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62112              Date:     Fri, 20 Oct 2000 07:48:15 EDT
62113              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
62114      Branch: perl
62115            ! configure.com vms/gen_shrfls.pl
62116 ____________________________________________________________________________
62117 [  7375] By: bailey                                on 2000/10/20  04:44:37
62118         Log: SYN SYN
62119      Branch: vmsperl
62120           +> (branch 134 files)
62121            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
62122            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
62123            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
62124            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
62125            - eg/cgi/frameset.cgi eg/cgi/index.html
62126            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
62127            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
62128            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
62129            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
62130            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
62131            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
62132            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
62133            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
62134            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
62135            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
62136            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
62137            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
62138            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
62139            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
62140            - lib/unicode/Props.txt lib/unicode/UCD300.html
62141            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
62142            - utils/perlbc.PL vms/subconfigure.com
62143           !> (integrate 785 files)
62144 ____________________________________________________________________________
62145 [  7374] By: jhi                                   on 2000/10/20  00:59:48
62146         Log: In the latest compiler builds cccdlflags must not become -fpic,
62147              from Wilfredo Sánchez.
62148      Branch: perl
62149            ! hints/darwin.sh
62150 ____________________________________________________________________________
62151 [  7373] By: jhi                                   on 2000/10/20  00:56:35
62152         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
62153              From: Tony Cook <tony@develop-help.com>
62154              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
62155              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
62156      Branch: perl
62157            ! pod/perlop.pod
62158 ____________________________________________________________________________
62159 [  7372] By: jhi                                   on 2000/10/19  19:34:40
62160         Log: Typo noted by Mark Lutz.
62161      Branch: perl
62162            ! t/op/64bitint.t
62163 ____________________________________________________________________________
62164 [  7371] By: jhi                                   on 2000/10/19  19:33:13
62165         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
62166      Branch: metaconfig
62167            ! U/modified/Cppsym.U U/modified/Oldconfig.U
62168      Branch: metaconfig/U/perl
62169            ! End.U dlsrc.U libperl.U
62170      Branch: perl
62171            + hints/nonstopux.sh
62172            ! Configure MANIFEST config_h.SH
62173 ____________________________________________________________________________
62174 [  7370] By: jhi                                   on 2000/10/19  17:18:08
62175         Log: Subject: PATCH do_print has 2 PerlIO_error()s
62176              From: nick@ccl4.org
62177              Date: Thu, 19 Oct 2000 18:09:20 +0100
62178              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
62179      Branch: perl
62180            ! doio.c
62181 ____________________________________________________________________________
62182 [  7369] By: jhi                                   on 2000/10/19  14:01:49
62183         Log: Update Changes.
62184      Branch: perl
62185            ! Changes patchlevel.h
62186 ____________________________________________________________________________
62187 [  7368] By: jhi                                   on 2000/10/19  13:04:29
62188         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
62189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62190              Date: Wed, 18 Oct 2000 13:12:01 +0200
62191              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
62192      Branch: perl
62193            ! hints/aix.sh
62194 ____________________________________________________________________________
62195 [  7367] By: jhi                                   on 2000/10/19  02:22:40
62196         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
62197              of a 'pmshort' anywhere in the B, so the offending line was simply
62198              removed.
62199      Branch: perl
62200            ! ext/B/B/Debug.pm
62201 ____________________________________________________________________________
62202 [  7366] By: jhi                                   on 2000/10/19  02:12:37
62203         Log: Add the test case for the bug id 20000730.004 which seems
62204              to have been fixed by now.
62205      Branch: perl
62206            ! t/pragma/utf8.t
62207 ____________________________________________________________________________
62208 [  7365] By: jhi                                   on 2000/10/18  23:36:24
62209         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
62210              From: Hugo <hv@crypt.compulink.co.uk>
62211              Date: Wed, 18 Oct 2000 23:25:58 +0100
62212              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
62213      Branch: perl
62214            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
62215 ____________________________________________________________________________
62216 [  7364] By: jhi                                   on 2000/10/18  21:12:53
62217         Log: (retracted)
62218      Branch: perl
62219            ! pp.c
62220 ____________________________________________________________________________
62221 [  7363] By: jhi                                   on 2000/10/18  20:55:38
62222         Log: Missing change from #7362.
62223      Branch: perl
62224            ! win32/perlhost.h
62225 ____________________________________________________________________________
62226 [  7362] By: jhi                                   on 2000/10/18  20:52:01
62227         Log: Borland C fstat() never saw the fd as writable.
62228              
62229              Subject: fix for Borland's weak "stat" (perl@7211)
62230              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
62231              Date: Mon, 16 Oct 2000 09:55:03 +0400
62232              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
62233      Branch: perl
62234            ! win32/win32.c
62235 ____________________________________________________________________________
62236 [  7361] By: jhi                                   on 2000/10/18  17:43:50
62237         Log: Regen toc.
62238      Branch: perl
62239            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
62240 ____________________________________________________________________________
62241 [  7360] By: jhi                                   on 2000/10/18  17:07:44
62242         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62243              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
62244              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
62245              Date: Mon, 16 Oct 2000 15:19:49 +0200
62246      Branch: perl
62247            + README.aix
62248            ! MANIFEST
62249 ____________________________________________________________________________
62250 [  7359] By: jhi                                   on 2000/10/18  17:04:49
62251         Log: Subject: Pod patch for Devel::Peek
62252              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62253              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
62254              Date: Mon, 16 Oct 2000 12:26:34 +0200
62255      Branch: perl
62256            ! ext/Devel/Peek/Peek.pm
62257 ____________________________________________________________________________
62258 [  7358] By: jhi                                   on 2000/10/18  17:03:15
62259         Log: Make Cwd more bulletproof in chrooted environments.
62260              
62261              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
62262              From: "Eric E. Coe" <Eric.Coe@oracle.com>
62263              Date: Wed, 18 Oct 2000 04:03:54 -0400
62264              Message-Id: <39ED596A.70E599FE@oracle.com>
62265      Branch: perl
62266            ! lib/Cwd.pm
62267 ____________________________________________________________________________
62268 [  7357] By: jhi                                   on 2000/10/18  16:37:26
62269         Log: Disable the UTF8 downgrade croakage for now to avoid
62270              too many not okay messages.
62271      Branch: perl
62272            ! doio.c
62273 ____________________________________________________________________________
62274 [  7356] By: jhi                                   on 2000/10/17  23:29:41
62275         Log: Show the failed remote port, instead of the failing line number.
62276              
62277              Subject: [PATCH 5.6.1 Debugger] More diagnostics
62278              From: David Sparks <daves@ActiveState.com>
62279              Date: Tue, 17 Oct 2000 15:00:24 -0700
62280              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
62281      Branch: perl
62282            ! lib/perl5db.pl
62283 ____________________________________________________________________________
62284 [  7355] By: jhi                                   on 2000/10/17  14:11:31
62285         Log: On output try to downgrade to bytes, croak if impossible,
62286              from Simon Cozens.  This means that outputting >255 UTF8
62287              is impossible.  Consider this as a strong incentive to get
62288              the I/O disciplines implemented.
62289      Branch: perl
62290            ! doio.c pod/perldiag.pod sv.c
62291 ____________________________________________________________________________
62292 [  7354] By: jhi                                   on 2000/10/17  13:42:23
62293         Log: Clarify documentation on 'use bytes'.
62294              
62295              Subject: Re: What does 'use bytes' "mean" ?
62296              From: Simon Cozens <simon@cozens.net>
62297              Date: Mon, 18 Sep 2000 18:24:25 +0100
62298              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
62299      Branch: perl
62300            ! lib/bytes.pm
62301 ____________________________________________________________________________
62302 [  7353] By: jhi                                   on 2000/10/17  13:28:12
62303         Log: Workaround for a sfio bug where the stream error indicator
62304              is not cleared as documented.
62305              
62306              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
62307              From: Nicholas Clark <nick@ccl4.org>
62308              Date: Mon, 16 Oct 2000 18:28:23 +0100
62309              Message-ID: <20001016182823.J19700@plum.flirble.org>
62310      Branch: perl
62311            ! doio.c
62312 ____________________________________________________________________________
62313 [  7352] By: jhi                                   on 2000/10/17  13:06:19
62314         Log: More IoTYPE sprinkling.
62315      Branch: perl
62316            ! doio.c pp_hot.c
62317 ____________________________________________________________________________
62318 [  7351] By: jhi                                   on 2000/10/16  22:47:07
62319         Log: Detect early whether the std streams have gone bad.
62320              
62321              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
62322              Date: Mon, 16 Oct 2000 23:28:42 +0100
62323              From: Nicholas Clark <nick@ccl4.org>
62324              Message-ID: <20001016232842.A37942@plum.flirble.org>
62325      Branch: perl
62326            ! t/op/misc.t
62327 ____________________________________________________________________________
62328 [  7350] By: jhi                                   on 2000/10/16  22:45:16
62329         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
62330              From: "Peter J. Farley III" <pjfarley@banet.net>
62331              Date: Mon, 16 Oct 2000 18:15:59 -0400
62332              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
62333      Branch: perl
62334            ! djgpp/djgpp.c dosish.h t/io/open.t
62335 ____________________________________________________________________________
62336 [  7349] By: jhi                                   on 2000/10/16  22:36:45
62337         Log: perldelta tweak.
62338      Branch: perl
62339            ! pod/perldelta.pod
62340 ____________________________________________________________________________
62341 [  7348] By: jhi                                   on 2000/10/16  15:17:53
62342         Log: Update Changes.
62343      Branch: perl
62344            ! Changes patchlevel.h
62345 ____________________________________________________________________________
62346 [  7347] By: jhi                                   on 2000/10/16  13:55:27
62347         Log: Add the capability to include/exclude branches.
62348      Branch: perl
62349            ! Porting/genlog
62350 ____________________________________________________________________________
62351 [  7346] By: jhi                                   on 2000/10/16  13:18:04
62352         Log: Add Charles Lane.
62353      Branch: perl
62354            ! AUTHORS Changes
62355 ____________________________________________________________________________
62356 [  7345] By: jhi                                   on 2000/10/16  13:13:21
62357         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
62358      Branch: perl
62359            ! pod/perldelta.pod
62360 ____________________________________________________________________________
62361 [  7344] By: gsar                                  on 2000/10/16  09:30:21
62362         Log: integrate change#6220 from cfgperl
62363              
62364              Win32 patches from Benjamin Stuhl.
62365      Branch: maint-5.6/perl
62366           !> makedef.pl win32/win32.h
62367 ____________________________________________________________________________
62368 [  7343] By: gsar                                  on 2000/10/16  08:32:19
62369         Log: integrate changes#6221,6222 from cfgperl
62370              
62371              Remove tr///CU (the feature is to be obsoleted by better interfaces).
62372              From: simon@brecon.co.uk (Simon Cozens)
62373              Subject: [PATCH] Eliminate tr///[CU][CU]
62374              Date: 23 Jun 2000 11:05:40 GMT
62375              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
62376              
62377              doc typo fix
62378              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
62379              From: Ian Phillipps <Ian.Phillipps@iname.com>
62380              Date: Fri, 23 Jun 2000 10:40:58 +0100
62381              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
62382      Branch: maint-5.6/perl
62383           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
62384 ____________________________________________________________________________
62385 [  7342] By: gsar                                  on 2000/10/16  08:28:08
62386         Log: integrate change#6217 from cfgperl (in part)
62387              
62388              Rename the fdpid locking and integrate with Sarathy.
62389      Branch: maint-5.6/perl
62390           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
62391           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
62392           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
62393           !> win32/win32.c
62394 ____________________________________________________________________________
62395 [  7341] By: gsar                                  on 2000/10/16  08:23:39
62396         Log: integrate changes#6214..6216 from mainline
62397              
62398              @_ can't have junk in it even in the non-USE_ITHREADS case because
62399              caller() wants to populate @DB::args with it (causes a coredump
62400              in Carp::confess())
62401              
62402              tweak comment about @DB::args
62403              
62404              be more optimal about clearing @_
62405      Branch: maint-5.6/perl
62406           !> av.h cop.h pp_ctl.c t/op/runlevel.t
62407 ____________________________________________________________________________
62408 [  7340] By: gsar                                  on 2000/10/16  08:20:37
62409         Log: integrate changes#6207..6210 from cfgperl
62410              
62411              Subject: [PATCH 5.6.0] Threadsafe patches
62412              From: Dan Sugalski <dan@sidhe.org>
62413              To: perl5-porters@perl.org
62414              Date: Mon, 08 May 2000 18:08:13 -0400
62415              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
62416              
62417              Regen headers for #6207.
62418              
62419              Lock PL_fdpid against race conditions, based on:
62420              Subject: [PATCH 5.6.0]subprocess fixup for threads
62421              From: Dan Sugalski <dan@sidhe.org>
62422              To: perl5-porters@perl.org
62423              Date: Tue, 11 Apr 2000 17:02:32 -0400
62424              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
62425              
62426              Mopup for #6207 and #6209.
62427      Branch: maint-5.6/perl
62428           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
62429           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
62430           !> win32/win32.c
62431 ____________________________________________________________________________
62432 [  7339] By: gsar                                  on 2000/10/16  08:14:34
62433         Log: integrate change#6203 from cfgperl
62434              
62435              perldiag should refer to perlos2.pod not README.os2
62436      Branch: maint-5.6/perl
62437           !> pod/perldiag.pod
62438 ____________________________________________________________________________
62439 [  7338] By: gsar                                  on 2000/10/16  08:11:42
62440         Log: integrate change#6201 from mainline
62441              
62442              Perl_eval_pv() leaks 4 bytes every time it is called because it
62443              does a PUSHMARK that's never ever POPMARKed; in general, only
62444              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
62445              Perl_eval_[sp]v() don't because they don't take any incoming
62446              arguments (this leak has been around since the original version
62447              of perl_eval_pv() in 5.003_97e)
62448      Branch: maint-5.6/perl
62449           !> perl.c
62450 ____________________________________________________________________________
62451 [  7337] By: gsar                                  on 2000/10/16  08:08:47
62452         Log: integrate changes#6197..6200 from cfgperl
62453              
62454              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
62455              From: John Borwick <jhborwic@unity.ncsu.edu>
62456              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
62457              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
62458              
62459              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
62460              From: Dan Sugalski <dan@sidhe.org>
62461              To: vmsperl@perl.org, perl5-porters@perl.org
62462              Date: Fri, 02 Jun 2000 16:00:41 -0400
62463              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
62464              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
62465              
62466              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
62467              From: Dan Sugalski <dan@sidhe.org>
62468              To: perl5-porters@perl.org, vmsperl@perl.org
62469              Date: Fri, 02 Jun 2000 17:30:51 -0400
62470              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
62471              
62472              Update to cperl-mode.el 4.31 from
62473              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
62474              Subject: A couple of notes
62475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62476              To: Mailing list Perl5 <perl5-porters@perl.org>
62477              Date: Sat, 3 Jun 2000 23:33:32 -0400
62478              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
62479      Branch: maint-5.6/perl
62480           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
62481           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
62482           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
62483           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
62484           !> vms/vmsish.h
62485 ____________________________________________________________________________
62486 [  7336] By: gsar                                  on 2000/10/16  08:03:46
62487         Log: integrate changes#6194,6195 from mainline
62488              
62489              fix small eval"" memory leaks under USE_ITHREADS
62490              
62491              fix yet another eval"" leak under USE_ITHREADS
62492      Branch: maint-5.6/perl
62493           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62494           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62495           !> vms/perly_c.vms
62496 ____________________________________________________________________________
62497 [  7335] By: gsar                                  on 2000/10/16  08:02:15
62498         Log: integrate changes#6190,6191 from mainline
62499              
62500              submit missing embed.pl change
62501              
62502              vec() loses numericalness (modified version of patch suggested
62503              by Robin Barker)
62504      Branch: maint-5.6/perl
62505           !> doop.c embed.pl t/op/vec.t
62506 ____________________________________________________________________________
62507 [  7334] By: gsar                                  on 2000/10/16  08:01:03
62508         Log: integrate change#6189 from mainline
62509              
62510              counting tr/// corrupts later operation (from M.J.T Guy)
62511      Branch: maint-5.6/perl
62512           !> doop.c t/op/tr.t
62513 ____________________________________________________________________________
62514 [  7333] By: gsar                                  on 2000/10/16  07:59:07
62515         Log: integrate changes#6183..6188 from mainline
62516              
62517              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
62518              <nick@ccl4.org>)
62519              
62520              tweak for change#6127
62521              
62522              remove incorrect documentation about implicit split to @_ in
62523              list context, which never really worked in perl 5 (from
62524              M.J.T. Guy)
62525              
62526              further qualify references to "alphanumeric" (from Wolfgang Laun
62527              <wolfgang.laun@alcatel.at>)
62528              
62529              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
62530              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62531              
62532              h2xs tweaks
62533      Branch: maint-5.6/perl
62534           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
62535           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
62536           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
62537           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
62538           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
62539           !> pod/pod2latex.PL utils/h2xs.PL
62540 ____________________________________________________________________________
62541 [  7332] By: gsar                                  on 2000/10/16  07:53:52
62542         Log: integrate change#6179 from mainline
62543              
62544              buggy modulus on UVs introduced by change#3378 (resulted in
62545              4063328477 % 65535 amounting to 27406, instead of 27407)
62546      Branch: maint-5.6/perl
62547           !> pp.c t/op/arith.t
62548 ____________________________________________________________________________
62549 [  7331] By: gsar                                  on 2000/10/16  07:52:49
62550         Log: integrate changes#6176,6177,6178,6182 from cfgperl
62551              
62552              Single-quoted utf8 patch from Simon Cozens.
62553              
62554              Substitution utf8 patch from Simon Cozens.
62555              
62556              Be cleaner.
62557              
62558              Be Cleaner Part Deux.
62559      Branch: maint-5.6/perl
62560           !> Makefile.SH pp_hot.c toke.c
62561 ____________________________________________________________________________
62562 [  7330] By: gsar                                  on 2000/10/16  07:41:36
62563         Log: integrate change#6172 from mainline
62564              
62565              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
62566              (from Ilya Zakharevich)
62567      Branch: maint-5.6/perl
62568           !> regexec.c t/op/re_tests
62569 ____________________________________________________________________________
62570 [  7329] By: gsar                                  on 2000/10/16  07:40:25
62571         Log: integrate change#6171 from mainline
62572              
62573              scalar() doesn't force scalar context when used in void context
62574              (from Simon Cozens)
62575      Branch: maint-5.6/perl
62576           !> op.c t/op/wantarray.t
62577 ____________________________________________________________________________
62578 [  7328] By: gsar                                  on 2000/10/16  07:39:33
62579         Log: integrate change#6170 from mainline
62580              
62581              change#6142 needs tweaks to tests to work where there's no
62582              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62583      Branch: maint-5.6/perl
62584           !> t/lib/filefind.t
62585 ____________________________________________________________________________
62586 [  7327] By: gsar                                  on 2000/10/16  07:35:34
62587         Log: integrate changes#6166..6168 from cfgperl
62588              
62589              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
62590              in case somebody wants to write an extension for more
62591              shadow database interfaces.
62592              
62593              tweak todo
62594              
62595              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
62596      Branch: maint-5.6/perl
62597           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
62598           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
62599           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
62600           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
62601           !> win32/config.vc win32/config_H.bc win32/config_H.gc
62602           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
62603 ____________________________________________________________________________
62604 [  7326] By: gsar                                  on 2000/10/16  07:29:05
62605         Log: integrate changes#6157,6159..6161,6164 from cfgperl
62606              
62607              Regen Configure to jive with #6149.
62608              
62609              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
62610              
62611              Changes for the File::Temp 0.08 (change #6159) test suite
62612              to fit better into the Perl distribution test framework.
62613              
62614              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
62615              both from Simon Cozens.
62616              
62617              detypo
62618      Branch: maint-5.6/perl
62619           +> pod/perlmodlib.PL pod/perlnewmod.pod
62620           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
62621           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
62622           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62623           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62624 ____________________________________________________________________________
62625 [  7325] By: gsar                                  on 2000/10/16  07:25:13
62626         Log: integrate change#6158 from vmsperl
62627              
62628              Add fallback to tmpfile for use in cases where user's relying on
62629              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
62630              Lane's patch)
62631      Branch: maint-5.6/perl
62632           !> vms/vms.c vms/vmsish.h
62633 ____________________________________________________________________________
62634 [  7324] By: gsar                                  on 2000/10/16  07:20:50
62635         Log: integrate changes#6153..6155 from mainline
62636              
62637              prettier Test::Harness output on failed tests (from Nicholas Clark
62638              <nick@Bagpuss.uk.boo.com>)
62639              
62640              avoid type mismatch warning
62641              
62642              small bug in change#6144; remove random \xA0 character that snuck
62643              in via change#6145
62644      Branch: maint-5.6/perl
62645           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
62646           !> perl.c
62647 ____________________________________________________________________________
62648 [  7323] By: gsar                                  on 2000/10/16  07:18:47
62649         Log: integrate changes#6151,6152 from mainline
62650              
62651              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
62652              
62653              cosmetic fixups of RE debug output (from Ilya Zakharevich)
62654      Branch: maint-5.6/perl
62655           !> regexec.c
62656 ____________________________________________________________________________
62657 [  7322] By: gsar                                  on 2000/10/16  07:17:25
62658         Log: integrate changes#6146..6150 from mainline
62659              
62660              doc typo
62661              
62662              add a make entry to Config.pm so "perl -V:make" works on VMS
62663              (from Peter Prymmer)
62664              
62665              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
62666              
62667              OS/2 tweaks for usethreads build (from Rocco Caputo
62668              <troc@netrus.net>)
62669              
62670              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
62671      Branch: maint-5.6/perl
62672           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
62673           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
62674           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
62675           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
62676           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
62677           !> warnings.pl x2p/a2p.h
62678 ____________________________________________________________________________
62679 [  7321] By: gsar                                  on 2000/10/16  07:14:02
62680         Log: integrate changes#6143..6145 from mainline
62681              
62682              MacOS support, part 1 (from Matthias Neeracher
62683              <neeri@iis.ee.ethz.ch>)
62684              
62685              MacOS support, part 2: make AutoSplit use File::Spec instead
62686              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
62687              <neeri@iis.ee.ethz.ch>)
62688              
62689              make xsubpp skip embedded pod (from Matthias Neeracher
62690              <neeri@iis.ee.ethz.ch>)
62691      Branch: maint-5.6/perl
62692           +> ext/DynaLoader/dl_mac.xs
62693           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
62694           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
62695           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
62696           !> pp_ctl.c proto.h toke.c util.c util.h
62697 ____________________________________________________________________________
62698 [  7320] By: gsar                                  on 2000/10/16  07:12:13
62699         Log: integrate changes#6141,6142 from mainline
62700              
62701              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
62702              forwarded by Peter Seebach from the bsdi-users mailing list.
62703              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
62704              
62705              File::Find fails to chdir when chasing symlinks (from
62706              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62707      Branch: maint-5.6/perl
62708           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
62709 ____________________________________________________________________________
62710 [  7319] By: gsar                                  on 2000/10/16  07:04:30
62711         Log: integrate change#6139 from mainline
62712              
62713              revise mktables.PL for bugs and newness in Unicode 3.0
62714              (from James Bence <jbence@amgen.com>)
62715      Branch: maint-5.6/perl
62716           +> (branch 30 files)
62717           !> (integrate 49 files)
62718 ____________________________________________________________________________
62719 [  7318] By: gsar                                  on 2000/10/16  07:01:01
62720         Log: integrate changes#6137,6138 from mainline
62721              
62722              fix bogus redeclaration warning for "our" variables in different
62723              scopes
62724              
62725              add note about the handling of negative indices to tied arrays
62726              (from Michael G Schwern <schwern@pobox.com>)
62727      Branch: maint-5.6/perl
62728           !> op.c pod/perltie.pod t/pragma/strict-vars
62729 ____________________________________________________________________________
62730 [  7317] By: gsar                                  on 2000/10/16  06:58:46
62731         Log: integrate changes#6127..6136 from mainline
62732              
62733              call_method(...,G_EVAL) can longjmp() out if the method probing
62734              failed (from Gisle Aas)
62735              
62736              new perlxstut example for passing/returning refs to arrays
62737              (from David Lowe <dlowe@pootpoot.com>)
62738              
62739              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
62740              
62741              fix places that mean C<"word" character> but say C<alphanumeric
62742              character>
62743              
62744              avoid warnings in POSIX.pm (from Barrie Slaymaker)
62745              
62746              warnings::enabled() doesn't fall back to looking at $^W if
62747              caller isn't using lexical warnings (from Paul Marquess)
62748              
62749              elide bogus test in change#6132
62750              
62751              make Test::Harness use wait.h/WCOREDUMP if available
62752              (from Ben Tilly <ben_tilly@hotmail.com>)
62753              
62754              enable Test::Harness to dynamically determine column width etc.
62755              (from Rob Napier <rnapier@employees.org>)
62756              
62757              random pod typos (from Peter Scott <Peter@PSDT.com>)
62758      Branch: maint-5.6/perl
62759           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
62760           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
62761           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
62762           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
62763 ____________________________________________________________________________
62764 [  7316] By: gsar                                  on 2000/10/16  06:53:23
62765         Log: integrate change#6126 from mainline
62766              
62767              change#2879 broke rvalue autovivification of magicals such as
62768              ${$num} (reworked variant of patch suggested by Simon Cozens)
62769      Branch: maint-5.6/perl
62770           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
62771           !> pp_hot.c proto.h t/op/gv.t
62772 ____________________________________________________________________________
62773 [  7315] By: gsar                                  on 2000/10/16  06:51:38
62774         Log: integrate changes#6123,6125 from mainline
62775              
62776              clarify gotcha with #line directives (from Rocco Caputo
62777              <troc@netrus.net>)
62778              
62779              enable propagating exception objects via Perl_croak() in XS code
62780              (from Gisle Aas)
62781      Branch: maint-5.6/perl
62782           !> pod/perldebug.pod pod/perlsyn.pod util.c
62783 ____________________________________________________________________________
62784 [  7314] By: gsar                                  on 2000/10/16  06:49:28
62785         Log: integrate change#6122 from mainline
62786              
62787              downgrade fatal error on C<"foo@nosucharray.com"> to optional
62788              warning (from Mark-Jason Dominus)
62789      Branch: maint-5.6/perl
62790           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
62791           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
62792           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
62793           !> toke.c
62794 ____________________________________________________________________________
62795 [  7313] By: gsar                                  on 2000/10/16  06:46:54
62796         Log: integrate changes#6112..6121 from vmsperl
62797              
62798              Check for existence of file before trying to delete
62799              
62800              Ugly workaround for version-specific RTL error
62801              
62802              Urk -- undo previous removal of vmsish 'exit' change
62803              
62804              Add bounds checking for several strings (Charles Lane)
62805              
62806              Miscellaneous cosmetic fixes (Charles Lane)
62807              
62808              Treat sockets as special in sys(read|write) (Charles Lane et al.)
62809              
62810              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
62811              Flatten case labels in switch statements uniformly (Charles Bailey)
62812              
62813              Quiet error messages in vmsish.t (Charles Lane)
62814              
62815              Add missing escape (Charles Lane)
62816              
62817              Allow eliminate_macros() and fixpath() to handle space-delimited
62818              lists (based on fixes by Craig Berry)
62819      Branch: maint-5.6/perl
62820           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
62821           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
62822           !> vms/vmsish.h
62823 ____________________________________________________________________________
62824 [  7312] By: gsar                                  on 2000/10/16  06:41:18
62825         Log: integrate changes#6107,6110 from cfgperl
62826              
62827              Tweak the todo list.
62828              
62829              todo tweak
62830      Branch: maint-5.6/perl
62831           !> Todo-5.6
62832 ____________________________________________________________________________
62833 [  7311] By: gsar                                  on 2000/10/16  06:38:38
62834         Log: integrate changes#6104,6108 from mainline
62835              
62836              PL_sys_intern was being initialized too late on windows
62837              
62838              reenable fake signal handling on Windows, bugs and all
62839      Branch: maint-5.6/perl
62840           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
62841           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
62842           !> win32/win32.c
62843 ____________________________________________________________________________
62844 [  7310] By: gsar                                  on 2000/10/16  06:36:03
62845         Log: integrate changes#6095,6097..6103 from cfgperl
62846              
62847              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
62848              might be useful in future.
62849              
62850              Add a note about possible compilation problems from Allen Smith.
62851              
62852              Add a note about other, yet unsupported, shadow password APIs.
62853              
62854              Tweaks for the cc bugs from Allen Smith.
62855              
62856              More compilation tweakery from Allen Smith.
62857              
62858              Hints and test tweaks for Unicos.
62859              
62860              The test suite tweak in #6101 wasn't quite right.
62861              
62862              Test tweaking for Unicos continues.
62863      Branch: maint-5.6/perl
62864           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
62865           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
62866           !> t/lib/complex.t t/op/64bitint.t
62867 ____________________________________________________________________________
62868 [  7309] By: gsar                                  on 2000/10/16  06:29:41
62869         Log: integrate changes#6093,6094 from mainline
62870              
62871              fork() failure to create pseudo process sets errno=EAGAIN and returns
62872              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
62873              
62874              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
62875      Branch: maint-5.6/perl
62876           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62877           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
62878 ____________________________________________________________________________
62879 [  7308] By: gsar                                  on 2000/10/16  06:27:29
62880         Log: integrate change#6092 from cfgperl
62881              
62882              Regen perltoc with the fixed buildtoc.
62883      Branch: maint-5.6/perl
62884           !> pod/perltoc.pod
62885 ____________________________________________________________________________
62886 [  7307] By: gsar                                  on 2000/10/16  06:26:40
62887         Log: integrate changes#6089,6090 from mainline
62888              
62889              buildtoc tweak to fix newline lossage
62890              
62891              concat doesn't preserve utf8-ness, and doesn't invalidate
62892              [NI]OK; added tests for both
62893      Branch: maint-5.6/perl
62894           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
62895 ____________________________________________________________________________
62896 [  7306] By: gsar                                  on 2000/10/16  06:24:05
62897         Log: integrate change#6088 from cfgperl
62898              
62899              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
62900              because we do not use those.  The HAS_GETSPNAM remains,
62901              though, because we still do use that.
62902      Branch: maint-5.6/perl
62903           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
62904           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
62905           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
62906           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
62907           !> win32/config.vc win32/config_H.bc win32/config_H.gc
62908           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
62909 ____________________________________________________________________________
62910 [  7305] By: gsar                                  on 2000/10/16  06:15:52
62911         Log: integrate changes#6084,6085,6087 from mainline
62912              
62913              substr() does not preserve utf8-ness (from Stefan Eissing
62914              <Eissing@medicaldataservice.de>); added tests
62915              
62916              repeat operator (x) doesn't preserve utf8-ness
62917              
62918              reverse() and quotemeta() weren't preserving utf8-ness; add tests
62919      Branch: maint-5.6/perl
62920           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
62921 ____________________________________________________________________________
62922 [  7304] By: gsar                                  on 2000/10/16  06:13:10
62923         Log: integrate changes#6077..6083 from mainline
62924              
62925              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
62926              and Tom Phoenix)
62927              
62928              workaround for CRT bug in chdir() (from Charles Lane, via
62929              Peter Prymmer)
62930              
62931              remove outdated kludge in Carp (NULLs are permitted in diagnostics
62932              now)
62933              
62934              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
62935              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62936              
62937              better default perlbug categories for ok reports (from Richard Foley)
62938              
62939              peek.t non-portable to ithreads
62940              
62941              note about undocumented caller() return value (from M.J.T. Guy);
62942              yet another peek.t tweak
62943      Branch: maint-5.6/perl
62944           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62945           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62946           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
62947           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
62948           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
62949           !> vms/vmsish.h
62950 ____________________________________________________________________________
62951 [  7303] By: gsar                                  on 2000/10/16  06:03:18
62952         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
62953              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
62954              
62955              &HUGE_VAL is not defined, it exists.
62956              
62957              Do not warn that an infinity does not look like a number.
62958              
62959              Rewrite the pwent/spent logic to be a little bit more clearer.
62960              
62961              Continue on the pwent/spent case.
62962              
62963              Correct Freudian slip.
62964              
62965              Use HUGE_VALL if applicable.
62966              
62967              pwent/spent #ifdef imbalance.
62968              
62969              Infinite problems.
62970              
62971              Call getspnam() only iff needd.
62972              
62973              Test both the scalar and list contexts.
62974              
62975              Use setxxent()/endxxent().
62976              
62977              Complex tweakery.
62978              
62979              Unicos hint tweak.
62980              
62981              Be more forgiving in POSIX about HUGE_VALL.
62982              
62983              Detypo.
62984              
62985              The search of infinity continues, this time simplified.
62986              
62987              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
62988              in natively 64-bit platforms where a long is a quad (no need
62989              for long longs).  Also added bias for IVs.
62990              
62991              Complex tweaks.
62992              
62993              Introduce t/lib/peek.t.
62994              
62995              Make the test more portable.
62996      Branch: maint-5.6/perl
62997           +> t/lib/peek.t
62998            ! pp_sys.c
62999           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
63000           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
63001           !> t/op/pwent.t toke.c util.c
63002 ____________________________________________________________________________
63003 [  7302] By: gsar                                  on 2000/10/16  05:03:37
63004         Log: integrate changes#6066..6071 from mainline
63005              
63006              s/END/CHECK/
63007              
63008              replace direct call to sighandler() with (*PL_sighandlerp)()
63009              
63010              note about values()
63011              
63012              File::Spec compatibility update (from Barrie Slaymaker
63013              <barries@slaysys.com>)
63014              
63015              remove misleading comment (from M.J.T. Guy)
63016              
63017              misformatted perllocal.pod (from Tim Jenness
63018              <t.jenness@jach.hawaii.edu>)
63019      Branch: maint-5.6/perl
63020           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63021           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63022           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
63023           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
63024 ____________________________________________________________________________
63025 [  7301] By: gsar                                  on 2000/10/16  05:00:08
63026         Log: integrate changes#6061..6063 from mainline
63027              
63028              change#5921 neglected to make eq honor "use bytes"
63029              
63030              additional tests for utf8.t
63031              
63032              tokeq() could read unallocated field in argument
63033      Branch: maint-5.6/perl
63034           !> sv.c t/pragma/utf8.t toke.c
63035 ____________________________________________________________________________
63036 [  7300] By: gsar                                  on 2000/10/16  04:56:54
63037         Log: integrate changes#6046,6048,6057,6058 from mainline
63038              
63039              libscheck has insufficient checks for n32 libs (from
63040              Albert Chin-A-Young <china@thewrittenword.com>)
63041              
63042              add note about how $( doesn't interpolate in REs (from
63043              Philip Newton <newton@ficus.frogspace.net>)
63044              
63045              fix broken parsing of /\x{ab}/
63046              
63047              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
63048              (spotted by Donald Kinzer <dkinzer@premia.com>)
63049      Branch: maint-5.6/perl
63050           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
63051           !> t/pragma/utf8.t
63052 ____________________________________________________________________________
63053 [  7299] By: gsar                                  on 2000/10/16  04:52:50
63054         Log: integrate change#6044 from mainline
63055              
63056              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
63057              such that underscores are only ignored in literal numbers,
63058              "\x{...}", and hex/oct argument
63059      Branch: maint-5.6/perl
63060           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
63061 ____________________________________________________________________________
63062 [  7298] By: gsar                                  on 2000/10/16  04:50:53
63063         Log: integrate changes#6027..6043 from mainline
63064              
63065              podlators-1.02 update (from Russ Allbery)
63066              
63067              Pod::Man generates groff-incompatible macro definition (from
63068              Tom Christiansen)
63069              
63070              add CGI.pm v2.66 (from Lincoln Stein)
63071              
63072              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
63073              for @- and @+ (from Johan Vromans)
63074              
63075              small nits in diagnostics.pm (from Robin Barker)
63076              
63077              whitespace adjustments
63078              
63079              missing files in MANIFEST
63080              
63081              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
63082              to compensate
63083              
63084              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
63085              
63086              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
63087      Branch: maint-5.6/perl
63088           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
63089           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
63090           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
63091           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
63092           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
63093           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
63094           !> t/lib/cgi-html.t t/lib/cgi-request.t
63095 ____________________________________________________________________________
63096 [  7297] By: gsar                                  on 2000/10/16  04:44:30
63097         Log: integrate change#6025 from mainline
63098              
63099              Is{Alnum,Alpha,Word} don't match titlecase
63100              TODO: IsSpace is defined recursively!
63101              (both spotted by Larry)
63102      Branch: maint-5.6/perl
63103           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63104           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63105 ____________________________________________________________________________
63106 [  7296] By: gsar                                  on 2000/10/16  04:39:30
63107         Log: integrate change#6023 from mainline
63108              
63109              debugger stomps on $. (from M.J.T. Guy)
63110      Branch: maint-5.6/perl
63111           !> lib/perl5db.pl
63112 ____________________________________________________________________________
63113 [  7295] By: gsar                                  on 2000/10/16  04:38:02
63114         Log: integrate change#6022 from mainline
63115              
63116              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
63117      Branch: maint-5.6/perl
63118           !> sv.c
63119 ____________________________________________________________________________
63120 [  7294] By: gsar                                  on 2000/10/16  04:37:05
63121         Log: integrate changes#6018..6021 from mainline
63122              
63123              make lib/syslog.t portable to systems that don't have _PATH_LOG,
63124              make _PATH_LOG() return "" if unavailable
63125              
63126              windows portability tweaks
63127              
63128              test tweak
63129              
63130              remove Win2K issue in pod (fixed by change#6020)
63131      Branch: maint-5.6/perl
63132           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63133           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
63134           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
63135 ____________________________________________________________________________
63136 [  7293] By: gsar                                  on 2000/10/16  04:20:00
63137         Log: integrate changes#6013..6015 from mainline
63138              
63139              tweak change#5945 to display correct switch name in diagnostic
63140              
63141              glob() loading File::Glob behind the scenes may cause syntax errors
63142              
63143              tweak test for portability
63144      Branch: maint-5.6/perl
63145           !> op.c perl.c pod/perldiag.pod t/lib/b.t
63146 ____________________________________________________________________________
63147 [  7292] By: gsar                                  on 2000/10/16  04:18:11
63148         Log: integrate changes#6005..6010 from mainline, cfgperl
63149              
63150              perldoc might fail via "use blib" (from Hugo van der Sanden)
63151              
63152              Regen Configure.
63153              
63154              note about compile failures and END blocks (from M.J.T. Guy)
63155              
63156              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
63157              
63158              (change#6009 integrated earlier in change#7255)
63159              
63160              clarify note about shadow password support (from
63161              gellyfish@gellyfish.com)
63162      Branch: maint-5.6/perl
63163           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63164           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
63165           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
63166 ____________________________________________________________________________
63167 [  7291] By: gsar                                  on 2000/10/16  04:12:03
63168         Log: integrate changes#6002,6003 from mainline
63169              
63170              destructive sv_setsv() can lose UV-ness from source, causing
63171              numeric promotions/comparisons to fail to do the right thing
63172              
63173              allow REG_EXPAND_SZ keys in Windows registry (from
63174              John Clayton <John.Clayton@barclayscapital.com>)
63175      Branch: maint-5.6/perl
63176           !> sv.c win32/win32.c
63177 ____________________________________________________________________________
63178 [  7290] By: gsar                                  on 2000/10/16  04:10:19
63179         Log: integrate change#6001 from mainline
63180              
63181              support additional library locations via $Config{otherlibdirs}
63182              (from Andy Dougherty)
63183      Branch: maint-5.6/perl
63184           !> Configure INSTALL Porting/Glossary Porting/config.sh
63185           !> Porting/config_H config_h.SH epoc/config.sh perl.c
63186           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
63187           !> win32/config.bc win32/config.gc win32/config.vc
63188 ____________________________________________________________________________
63189 [  7289] By: gsar                                  on 2000/10/16  04:08:28
63190         Log: integrate change#5999 from mainline
63191              
63192              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
63193      Branch: maint-5.6/perl
63194           !> t/pragma/warn/toke toke.c
63195 ____________________________________________________________________________
63196 [  7288] By: gsar                                  on 2000/10/16  04:07:01
63197         Log: integrate changes#5997,5998 from cfgperl
63198              
63199              Preserve $!.
63200              
63201              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
63202      Branch: maint-5.6/perl
63203           !> lib/Math/Complex.pm
63204 ____________________________________________________________________________
63205 [  7287] By: gsar                                  on 2000/10/16  04:04:37
63206         Log: integrate change#5995 from mainline
63207              
63208              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
63209      Branch: maint-5.6/perl
63210           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
63211 ____________________________________________________________________________
63212 [  7286] By: gsar                                  on 2000/10/16  04:03:21
63213         Log: integrate change#5994 from mainline
63214              
63215              fix for missed accounting for null byte in pack("Z",...) (from
63216              M.J.T. Guy)
63217      Branch: maint-5.6/perl
63218           !> pp.c t/op/pack.t
63219 ____________________________________________________________________________
63220 [  7285] By: gsar                                  on 2000/10/16  04:02:11
63221         Log: integrate changes#5989..5993 from mainline
63222              
63223              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
63224              itself and no other (from Tom Hughes)
63225              
63226              use $ENV{LIB} to search for libs under Visual C compiler
63227              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
63228              
63229              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
63230              
63231              pod nit (from Simon Cozens)
63232              
63233              various minor tweaks seen on p5p
63234      Branch: maint-5.6/perl
63235           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
63236           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
63237           !> t/op/array.t toke.c
63238 ____________________________________________________________________________
63239 [  7284] By: gsar                                  on 2000/10/16  03:59:00
63240         Log: integrate changes#5978..5988 from mainline
63241              
63242              sync version numbers in File::Spec with the ones on CPAN
63243              (from Barrie Slaymaker)
63244              
63245              under useithreads, constant pad entries could inadvertantly be
63246              shared across threads (from Eric Blood <eblood@xmission.com>);
63247              added Eric's test case to testsuite
63248              
63249              allow Configure -S to run non-interactively (spotted by Greg Hudson
63250              <ghudson@mit.edu>)
63251              
63252              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
63253              prototype mismatch with CORE::glob(); update pod and tests to
63254              suit (File::Glob::glob() is still available for backward
63255              compatibility, but should be considered deprecated)
63256              
63257              avoid error in IO::Socket::INET when given an unknown service name
63258              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
63259              
63260              numeric conversion of non-number in change#3378 tramples on
63261              OOK offset, causing segfaults
63262              
63263              attributes::reftype() doesn't work on tied argument
63264              
63265              forked child may not exit correctly if it failed to open
63266              /dev/console (from Graham Barr)
63267              
63268              add regular expressions tutorial and quick-start guide (from
63269              Mark Kvale <kvale@phy.ucsf.edu>)
63270              
63271              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
63272              
63273              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
63274              <paul@miraclefish.com>)
63275      Branch: maint-5.6/perl
63276           +> pod/perlrequick.pod pod/perlretut.pod
63277           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
63278           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
63279           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
63280           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
63281           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
63282           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63283           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
63284           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
63285 ____________________________________________________________________________
63286 [  7283] By: gsar                                  on 2000/10/16  03:52:14
63287         Log: integrate change#5977 from mainline
63288              
63289              autoquote barewords followed by newline and arrow properly
63290              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
63291      Branch: maint-5.6/perl
63292           !> t/pragma/warn/toke toke.c
63293 ____________________________________________________________________________
63294 [  7282] By: gsar                                  on 2000/10/16  03:50:48
63295         Log: integrate change#5976 from mainline
63296              
63297              DB_File v1.73 update (from Paul Marquess)
63298      Branch: maint-5.6/perl
63299           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
63300           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
63301 ____________________________________________________________________________
63302 [  7281] By: gsar                                  on 2000/10/16  03:49:14
63303         Log: integrate change#5975 from mainline
63304              
63305              allow sort() reentrancy (variant of patch suggested by
63306              Hugo van der Sanden)
63307      Branch: maint-5.6/perl
63308           !> pp_ctl.c t/op/sort.t
63309 ____________________________________________________________________________
63310 [  7280] By: gsar                                  on 2000/10/16  03:48:22
63311         Log: integrate change#5974 from mainline
63312              
63313              change#4197 somehow missed initializing PL_errors, meaning
63314              syntax error queueing wasn't working outside eval"" at all;
63315              also fixed eval"" to localize PL_error_count, so that compile-time
63316              eval's don't clobber the error state of the outer context
63317      Branch: maint-5.6/perl
63318           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
63319           !> t/pragma/warn/toke
63320 ____________________________________________________________________________
63321 [  7279] By: gsar                                  on 2000/10/16  03:46:21
63322         Log: integrate change#5973 from mainline
63323              
63324              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
63325      Branch: maint-5.6/perl
63326           !> regcomp.c regexec.c t/op/re_tests
63327 ____________________________________________________________________________
63328 [  7278] By: gsar                                  on 2000/10/16  03:44:54
63329         Log: integrate change#5971 from cfgperl
63330              
63331              Unicos tweaks from Mark P. Lutz.
63332      Branch: maint-5.6/perl
63333           !> hints/unicos.sh lib/Math/Complex.pm
63334 ____________________________________________________________________________
63335 [  7277] By: gsar                                  on 2000/10/16  03:42:59
63336         Log: integrate changes#5966..5970 from mainline
63337              
63338              add testsuite for B backends, fix bug in B::Deparse (from
63339              Simon Cozens <simon@brecon.co.uk>)
63340              
63341              improved docs on the warn_uninit diagnostic (from David Glasser
63342              and Simon Cozens)
63343              
63344              tolerate spaces in group names in test on solaris (from David Boyce
63345              <dsb@boyski.com>)
63346              
63347              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
63348              
63349              Data::Dumper fumbles negative numbers on 32-bit platforms where
63350              IV is >32bits
63351      Branch: maint-5.6/perl
63352           +> t/lib/b.t t/lib/syslog.t
63353           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
63354           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
63355           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
63356 ____________________________________________________________________________
63357 [  7276] By: gsar                                  on 2000/10/16  03:39:30
63358         Log: integrate change#5965 from mainline
63359              
63360              avoid "will not stay shared" warnings for our variables (from
63361              Robin Barker)
63362      Branch: maint-5.6/perl
63363           !> op.c t/pragma/warn/op
63364 ____________________________________________________________________________
63365 [  7275] By: gsar                                  on 2000/10/16  03:38:18
63366         Log: integrate change#5964 from mainline
63367              
63368              reformat to 72 columns (again)
63369      Branch: maint-5.6/perl
63370           !> pod/perldiag.pod
63371 ____________________________________________________________________________
63372 [  7274] By: gsar                                  on 2000/10/16  03:36:58
63373         Log: integrate change#5963 from mainline
63374              
63375              patch from Larry to make (\&) prototype work; added tests for
63376              the same
63377      Branch: maint-5.6/perl
63378           !> op.c t/comp/proto.t
63379 ____________________________________________________________________________
63380 [  7273] By: gsar                                  on 2000/10/16  03:35:51
63381         Log: integrate changes#5956..5962 from mainline
63382              
63383              better diagnostics on failed tests (from Ilya Zakharevich)
63384              
63385              pod nits (from A. C. Yardley <yardley@tanet.net>)
63386              
63387              change#3569 deleted some essential code, revert; avoid use of
63388              atexit() to make DynaLoader work properly on AIX under mod_perl
63389              (from Jens-Uwe Mager <jum@helios.de>)
63390              
63391              doubled words in pods (from Simon Cozens
63392              <simon.p.cozens@jp.pwcglobal.com>)
63393              
63394              better INSTALL notes on Solaris issues (from Dominic Dunlop)
63395              
63396              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
63397              
63398              updated README.hpux (from Jeff Okamoto)
63399      Branch: maint-5.6/perl
63400           !> INSTALL README.hpux emacs/cperl-mode.el
63401           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
63402           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
63403           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
63404           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
63405           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
63406           !> t/op/lex_assign.t
63407 ____________________________________________________________________________
63408 [  7272] By: gsar                                  on 2000/10/16  03:31:22
63409         Log: integrate change#5955 from mainline
63410              
63411              longstanding bug exposed by change#3307: sort arguments weren't
63412              compiled with the right wantarray context (ensuing runtime lookup
63413              via block_gimme() was getting the incidental context of the
63414              sort() itself)
63415      Branch: maint-5.6/perl
63416           !> op.c t/op/sort.t
63417 ____________________________________________________________________________
63418 [  7271] By: gsar                                  on 2000/10/16  03:29:11
63419         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
63420              branch
63421              
63422              Flatten the cpp jungle doing the nosuid checking.
63423              
63424              Do not assume sign propagation. (from M.J.T. Guy)
63425              
63426              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
63427              
63428              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
63429              Now pp_ncmp() returns undef is either operand is a NaN.
63430              
63431              On second thoughts frexp() does have two arguments.
63432              
63433              Document that tr() is not tr(1).
63434              
63435              Be more robust on "extreme" (large absolute value)
63436              arguments.  Originally reported by Daniel Connelly
63437              as a problem with asinh() on large negative arguments,
63438              asinh() used to bail out because an argument to log()
63439              ended up being zero.  Ilya Zakharevich proposed using
63440              Taylor's series in such cases, which for such large
63441              arguments is a very good approximation.
63442              
63443              Undo "use integer" addition from 64bitint as it seems
63444              to break most of the subtests in Digital UNIX;
63445              Unicos needs to find another way.
63446      Branch: maint-5.6/perl
63447           !> (integrate 29 files)
63448 ____________________________________________________________________________
63449 [  7270] By: gsar                                  on 2000/10/16  03:09:44
63450         Log: integrate changes#5948,5949,5950 from mainline
63451              
63452              typo in vars.pm that leads to cryptic message (from Piotr
63453              Piatkowski <kompas@kompas.usr.onet.pl>)
63454              
63455              make perldoc use the pod2man from the same version (from
63456              M.J.T. Guy)
63457              
63458              reformat perldiag to avoid long lines
63459      Branch: maint-5.6/perl
63460           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
63461 ____________________________________________________________________________
63462 [  7269] By: gsar                                  on 2000/10/16  03:05:54
63463         Log: integrate change#5947 from mainline
63464              
63465              use &dl_error rather than &dl_load_file as the guard for calling
63466              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
63467              statically built perl)
63468      Branch: maint-5.6/perl
63469           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
63470 ____________________________________________________________________________
63471 [  7268] By: gsar                                  on 2000/10/16  03:04:48
63472         Log: integrate change#5945 from mainline
63473              
63474              make module name mandatory after -M switch; reorder perldiag
63475              alphabetically (from Mark-Jason Dominus)
63476      Branch: maint-5.6/perl
63477           !> perl.c pod/perldiag.pod
63478 ____________________________________________________________________________
63479 [  7267] By: gsar                                  on 2000/10/16  03:03:01
63480         Log: integrate change#5939 from mainline
63481              
63482              more pod nits (from Larry Virden)
63483      Branch: maint-5.6/perl
63484           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
63485           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
63486           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
63487 ____________________________________________________________________________
63488 [  7266] By: gsar                                  on 2000/10/16  03:01:39
63489         Log: integrate change#5938 from mainline
63490              
63491              Consolidated B::Deparse fixes (from Stephen McCamant)
63492      Branch: maint-5.6/perl
63493           !> ext/B/B/Deparse.pm
63494 ____________________________________________________________________________
63495 [  7265] By: gsar                                  on 2000/10/16  03:00:43
63496         Log: integrate change#5936 from mainline
63497              
63498              additional tests for change#7263 (from Paul Marquess)
63499      Branch: maint-5.6/perl
63500           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
63501           !> t/pragma/warn/5nolint t/pragma/warn/6default
63502 ____________________________________________________________________________
63503 [  7264] By: gsar                                  on 2000/10/16  02:58:34
63504         Log: integrate change#5934 from mainline
63505              
63506              propagate lexical warnings from surrounding scope correctly
63507              within string eval() (from Paul Marquess)
63508      Branch: maint-5.6/perl
63509           !> pp_ctl.c t/pragma/warn/pp_ctl
63510 ____________________________________________________________________________
63511 [  7263] By: gsar                                  on 2000/10/16  02:56:53
63512         Log: integrate change#5932 from mainline
63513              
63514              add rsignal(), whichsig() and do_join() to public API list
63515              (mod_perl uses them to good advantage)
63516      Branch: maint-5.6/perl
63517           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
63518 ____________________________________________________________________________
63519 [  7262] By: gsar                                  on 2000/10/16  02:55:53
63520         Log: integrate change#5931 from mainline
63521              
63522              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
63523      Branch: maint-5.6/perl
63524           !> pp_hot.c regexec.c t/op/pat.t
63525 ____________________________________________________________________________
63526 [  7261] By: gsar                                  on 2000/10/16  02:55:01
63527         Log: integrate change#5930 from mainline
63528              
63529              small os390 tweaks (from Peter Prymmer)
63530      Branch: maint-5.6/perl
63531           !> config_h.SH makedepend.SH
63532 ____________________________________________________________________________
63533 [  7260] By: gsar                                  on 2000/10/16  02:54:10
63534         Log: integrate change#5929 from mainline
63535              
63536              pod nits
63537      Branch: maint-5.6/perl
63538           !> pod/perlguts.pod
63539 ____________________________________________________________________________
63540 [  7259] By: gsar                                  on 2000/10/16  02:52:55
63541         Log: integrate change#5927 from mainline
63542              
63543              arrange for next() to resume at the unstack op rather than the
63544              loop conditional, so that scope cleanup happens correctly
63545              (from Stephen McCamant)
63546      Branch: maint-5.6/perl
63547           !> op.c pp_ctl.c t/op/misc.t
63548 ____________________________________________________________________________
63549 [  7258] By: gsar                                  on 2000/10/16  02:51:38
63550         Log: integrate change#5926 from mainline
63551              
63552              on windows, reserve 16M of stack rather than 128M (allows more
63553              threads to run concurrently)
63554      Branch: maint-5.6/perl
63555           !> win32/Makefile win32/makefile.mk
63556 ____________________________________________________________________________
63557 [  7257] By: gsar                                  on 2000/10/16  02:50:37
63558         Log: integrate change#5925 from mainline
63559              
63560              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
63561      Branch: maint-5.6/perl
63562           !> toke.c
63563 ____________________________________________________________________________
63564 [  7256] By: gsar                                  on 2000/10/16  02:49:36
63565         Log: integrate change#5924 from mainline
63566              
63567              avoid using uninitialized memory in require version check
63568      Branch: maint-5.6/perl
63569           !> pp_ctl.c universal.c
63570 ____________________________________________________________________________
63571 [  7255] By: gsar                                  on 2000/10/16  02:48:03
63572         Log: integrate changes#5923,5928,6009 from mainline
63573              
63574              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
63575      Branch: maint-5.6/perl
63576           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
63577 ____________________________________________________________________________
63578 [  7254] By: gsar                                  on 2000/10/16  02:44:46
63579         Log: integrate change#5922 from mainline
63580              
63581              commentary about IoTYPE() (from Nathan Torkington)
63582      Branch: maint-5.6/perl
63583           !> sv.h
63584 ____________________________________________________________________________
63585 [  7253] By: gsar                                  on 2000/10/16  02:43:49
63586         Log: integrate change#5921 from mainline
63587              
63588              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
63589      Branch: maint-5.6/perl
63590           !> sv.c t/lib/charnames.t t/pragma/utf8.t
63591 ____________________________________________________________________________
63592 [  7252] By: gsar                                  on 2000/10/16  02:42:31
63593         Log: integrate change#5920 from mainline
63594              
63595              Larry's fix for buggy propagation of utf8-ness in join(); add test
63596      Branch: maint-5.6/perl
63597           !> doop.c t/op/ver.t
63598 ____________________________________________________________________________
63599 [  7251] By: gsar                                  on 2000/10/16  02:41:14
63600         Log: integrate changes#5915..5919 from mainline
63601              
63602              various (pod tweaks &c)
63603      Branch: maint-5.6/perl
63604           !> (integrate 33 files)
63605 ____________________________________________________________________________
63606 [  7250] By: gsar                                  on 2000/10/16  02:38:16
63607         Log: integrate change#5914 from mainline
63608              
63609              caller() wasn't returning the right number of elements for
63610              eval {...}
63611      Branch: maint-5.6/perl
63612           !> pp_ctl.c t/pragma/warn/9enabled
63613 ____________________________________________________________________________
63614 [  7249] By: gsar                                  on 2000/10/16  02:37:02
63615         Log: integrate change#5913 from mainline
63616              
63617              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
63618              (from Mark-Jason Dominus)
63619      Branch: maint-5.6/perl
63620           !> pod/perlfunc.pod
63621 ____________________________________________________________________________
63622 [  7248] By: gsar                                  on 2000/10/16  02:35:58
63623         Log: integrate change#5912 from mainline
63624              
63625              fix totally broken caching in UNIVERSAL::isa() (from
63626              Nick Ing-Simmons)
63627      Branch: maint-5.6/perl
63628           !> t/op/universal.t universal.c
63629 ____________________________________________________________________________
63630 [  7247] By: gsar                                  on 2000/10/16  02:34:27
63631         Log: integrate changes#5910,5911 from mainline
63632              
63633              typo in pod
63634              
63635              add linebreak properties from unicode/LineBrk.txt (from
63636              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
63637      Branch: maint-5.6/perl
63638           +> (branch 29 files)
63639           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
63640 ____________________________________________________________________________
63641 [  7246] By: gsar                                  on 2000/10/16  02:33:29
63642         Log: integrate change#5909 from mainline
63643              
63644              mode argument to do_binmode() should be file mode, not boolean
63645      Branch: maint-5.6/perl
63646           !> pp_sys.c
63647 ____________________________________________________________________________
63648 [  7245] By: gsar                                  on 2000/10/16  02:31:04
63649         Log: integrate change#5908 from mainline
63650              
63651              introduce illegal symbols into null package so that
63652              gv_fetchpv(...,TRUE) always returns a valid GV even when the
63653              symbol is trapped by strictures (avoids coredumps)
63654      Branch: maint-5.6/perl
63655           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
63656           !> t/pragma/strict-vars
63657 ____________________________________________________________________________
63658 [  7244] By: jhi                                   on 2000/10/16  02:29:54
63659         Log: Subject: $Carp::ExportLevel confusion in Exporter
63660              From: "Ben Tilly" <ben_tilly@hotmail.com>
63661              Date: Sat, 14 Oct 2000 16:44:34 EDT
63662              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
63663      Branch: perl
63664            ! lib/Exporter/Heavy.pm
63665 ____________________________________________________________________________
63666 [  7243] By: jhi                                   on 2000/10/16  02:28:33
63667         Log: Subject: [PATCH perlguts.pod] Document offset hack
63668              From: Simon Cozens <simon@cozens.net>
63669              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
63670              Date: Sat, 14 Oct 2000 19:32:25 +0100
63671      Branch: perl
63672            ! pod/perlguts.pod
63673 ____________________________________________________________________________
63674 [  7242] By: gsar                                  on 2000/10/16  02:26:51
63675         Log: integrate changes#5905,5906,5907,6064 from mainline
63676              
63677              printf/sprintf didn't get quad types right under use64bitint
63678      Branch: maint-5.6/perl
63679           !> pp_sys.c sv.c t/op/64bitint.t
63680 ____________________________________________________________________________
63681 [  7241] By: jhi                                   on 2000/10/16  02:22:44
63682         Log: Subject: small pod patch
63683              From: Dan Boorstein <dan_boo@bellsouth.net>
63684              Date: Sat, 14 Oct 2000 14:29:24 -0400
63685              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
63686      Branch: perl
63687            ! pod/perlfaq7.pod pod/perlmod.pod
63688 ____________________________________________________________________________
63689 [  7240] By: jhi                                   on 2000/10/16  02:13:46
63690         Log: -w cleanup.
63691              
63692              Subject: Re: Problems with bleadperl 
63693              From: "Stephen P. Potter" <spp@ds.net>
63694              Date: Fri, 13 Oct 2000 13:32:49 -0400
63695              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
63696      Branch: perl
63697            ! t/pragma/overload.t
63698 ____________________________________________________________________________
63699 [  7239] By: jhi                                   on 2000/10/16  01:41:18
63700         Log: One more ~utf8 tweak.
63701      Branch: perl
63702            ! t/op/bop.t
63703 ____________________________________________________________________________
63704 [  7238] By: jhi                                   on 2000/10/16  01:34:14
63705         Log: Tweak the test of #7235.
63706      Branch: perl
63707            ! t/op/bop.t
63708 ____________________________________________________________________________
63709 [  7237] By: jhi                                   on 2000/10/16  01:25:04
63710         Log: Fix a couple of compiler-noted nits in #7235.
63711      Branch: perl
63712            ! pp.c
63713 ____________________________________________________________________________
63714 [  7236] By: jhi                                   on 2000/10/16  01:22:46
63715         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
63716      Branch: perl
63717            ! pp.c pp_hot.c
63718 ____________________________________________________________________________
63719 [  7235] By: jhi                                   on 2000/10/15  16:24:44
63720         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
63721              
63722              From: Simon Cozens <simon@cozens.net>
63723              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
63724              Date: Sat, 14 Oct 2000 20:52:13 +0100
63725              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
63726      Branch: perl
63727            ! pp.c t/op/bop.t utf8.h
63728 ____________________________________________________________________________
63729 [  7234] By: jhi                                   on 2000/10/15  15:19:29
63730         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
63731              The problem was that rx->minlen was in chars while pp_split()
63732              thought it would be in bytes. 
63733      Branch: perl
63734            ! pp.c t/pragma/utf8.t
63735 ____________________________________________________________________________
63736 [  7233] By: jhi                                   on 2000/10/14  20:24:24
63737         Log: Document FNCASE=y as discussed in the bug 20000902.009.
63738      Branch: perl
63739            ! README.dos
63740 ____________________________________________________________________________
63741 [  7232] By: jhi                                   on 2000/10/14  18:52:21
63742         Log: Add test for bug id 20000427.003 (which seems to have
63743              been fixed) (also duplicate as 20000427.004, though
63744              with a higher severity).  Move one utf8 from op/append
63745              to pragma/utf8, tag the tests with bug ids.
63746      Branch: perl
63747            ! t/op/append.t t/pragma/utf8.t
63748 ____________________________________________________________________________
63749 [  7231] By: jhi                                   on 2000/10/14  17:28:37
63750         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
63751      Branch: perl
63752            ! t/pragma/utf8.t
63753 ____________________________________________________________________________
63754 [  7230] By: jhi                                   on 2000/10/14  14:24:50
63755         Log: Needs to be conditional on SunOS 4.
63756              
63757              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
63758              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
63759              Date: Sat, 14 Oct 2000 13:37:49 +0100
63760              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
63761      Branch: metaconfig/U/perl
63762            ! End.U
63763      Branch: perl
63764            ! Configure myconfig.SH pod/perldelta.pod
63765 ____________________________________________________________________________
63766 [  7229] By: jhi                                   on 2000/10/14  00:49:22
63767         Log: Update Changes.
63768      Branch: perl
63769            ! Changes patchlevel.h
63770 ____________________________________________________________________________
63771 [  7228] By: jhi                                   on 2000/10/14  00:46:10
63772         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
63773              From: Peter Prymmer <pvhp@forte.com>
63774              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
63775              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
63776      Branch: perl
63777            ! lib/utf8.pm
63778 ____________________________________________________________________________
63779 [  7227] By: jhi                                   on 2000/10/13  23:20:30
63780         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
63781      Branch: perl
63782            ! t/op/tie.t
63783 ____________________________________________________________________________
63784 [  7226] By: jhi                                   on 2000/10/13  22:14:32
63785         Log: Tweak #7225.
63786              
63787              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
63788              From: Peter Prymmer <pvhp@forte.com>
63789              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
63790              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
63791      Branch: perl
63792            ! t/op/sprintf.t
63793 ____________________________________________________________________________
63794 [  7225] By: jhi                                   on 2000/10/13  22:11:31
63795         Log: op/sprintf.t patch for OS/390 (and any other host with limited
63796              floating-point exponent length)
63797              
63798              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
63799              From: Dominic Dunlop <domo@computer.org>
63800              Date: Fri, 13 Oct 2000 19:17:57 +0200
63801              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
63802      Branch: perl
63803            ! t/op/sprintf.t
63804 ____________________________________________________________________________
63805 [  7224] By: jhi                                   on 2000/10/13  18:40:48
63806         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
63807      Branch: perl
63808            ! toke.c
63809 ____________________________________________________________________________
63810 [  7223] By: jhi                                   on 2000/10/13  18:37:13
63811         Log: Thinko in #7222.
63812      Branch: perl
63813            ! utf8.c
63814 ____________________________________________________________________________
63815 [  7222] By: jhi                                   on 2000/10/13  18:05:23
63816         Log: Use UTF8SKIP(), from Simon Cozens.
63817      Branch: perl
63818            ! utf8.c
63819 ____________________________________________________________________________
63820 [  7221] By: jhi                                   on 2000/10/13  15:43:19
63821         Log: (accidentally empty check-in)
63822      Branch: perl
63823            ! utf8.c
63824 ____________________________________________________________________________
63825 [  7220] By: jhi                                   on 2000/10/13  15:23:51
63826         Log: Add (optimistically) Storable to static extensions.
63827      Branch: perl
63828            ! hints/uwin.sh hints/vmesa.sh
63829 ____________________________________________________________________________
63830 [  7219] By: jhi                                   on 2000/10/13  15:20:05
63831         Log: Amdahl UTS doesn't seem to do dynaloading.
63832      Branch: perl
63833            ! hints/uts.sh
63834 ____________________________________________________________________________
63835 [  7218] By: jhi                                   on 2000/10/13  15:15:20
63836         Log: Slight tweak of the code to appease Amdahl UTS cc.
63837      Branch: perl
63838            ! pp.c
63839 ____________________________________________________________________________
63840 [  7217] By: jhi                                   on 2000/10/13  14:50:42
63841         Log: In Amdahl UTS "struct sv" is defined by a system header,
63842              <ksync.h>.
63843      Branch: perl
63844            ! perl.h sv.h
63845 ____________________________________________________________________________
63846 [  7216] By: jhi                                   on 2000/10/13  11:58:25
63847         Log: Ilya implemented the memory profiling API.
63848      Branch: perl
63849            ! Todo
63850 ____________________________________________________________________________
63851 [  7215] By: jhi                                   on 2000/10/13  02:56:38
63852         Log: Subject: [PATCH 5.7.0] Perl API for mstats
63853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63854              Date: Thu, 12 Oct 2000 22:52:40 -0400
63855              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
63856      Branch: perl
63857            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
63858 ____________________________________________________________________________
63859 [  7214] By: jhi                                   on 2000/10/13  02:55:38
63860         Log: Subject: [PATCH 5.7.0] IVs in mtats
63861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63862              Date: Thu, 12 Oct 2000 22:51:04 -0400
63863              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
63864      Branch: perl
63865            ! malloc.c perl.h
63866 ____________________________________________________________________________
63867 [  7213] By: jhi                                   on 2000/10/13  02:31:47
63868         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
63869      Branch: perl
63870            ! pod/perldiag.pod pp_sys.c
63871 ____________________________________________________________________________
63872 [  7212] By: jhi                                   on 2000/10/13  01:27:38
63873         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
63874              From: Peter Prymmer <pvhp@forte.com>
63875              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
63876              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
63877      Branch: perl
63878            ! t/op/oct.t
63879 ____________________________________________________________________________
63880 [  7211] By: jhi                                   on 2000/10/13  00:35:09
63881         Log: Update Changes.
63882      Branch: perl
63883            ! Changes patchlevel.h
63884 ____________________________________________________________________________
63885 [  7210] By: jhi                                   on 2000/10/12  23:59:40
63886         Log: The Install.pm third of
63887              
63888              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63889              From: Bill Campbell <bill@celestial.com>
63890              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
63891              Date: Thu, 5 Oct 2000 18:04:51 -0700
63892      Branch: perl
63893            ! lib/ExtUtils/Install.pm
63894 ____________________________________________________________________________
63895 [  7209] By: jhi                                   on 2000/10/12  23:58:43
63896         Log: Two thirds of
63897              
63898              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63899              Date: Thu, 5 Oct 2000 18:04:51 -0700
63900              From: Bill Campbell <bill@celestial.com>
63901              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
63902              
63903              The Install.pm changes will be submitted separately because
63904              they need some work and discussion still.
63905      Branch: perl
63906            ! lib/getopts.pl lib/termcap.pl
63907 ____________________________________________________________________________
63908 [  7208] By: jhi                                   on 2000/10/12  23:41:19
63909         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
63910              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63911              Date:     Thu, 12 Oct 2000 07:30:02 EDT
63912              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
63913      Branch: perl
63914            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
63915            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
63916 ____________________________________________________________________________
63917 [  7207] By: jhi                                   on 2000/10/12  23:39:01
63918         Log: An updated EBCDIC tr patch.
63919              
63920              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
63921              From: Peter Prymmer <pvhp@forte.com>
63922              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
63923              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
63924      Branch: perl
63925            ! t/op/tr.t
63926 ____________________________________________________________________________
63927 [  7206] By: jhi                                   on 2000/10/12  23:34:55
63928         Log: Upgrade to CPAN 1.58, from Andreas König.
63929      Branch: perl
63930            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63931 ____________________________________________________________________________
63932 [  7205] By: jhi                                   on 2000/10/12  23:29:08
63933         Log: Introduce the man[24-8] variables, from Andy Dougherty.
63934      Branch: metaconfig/U/perl
63935            + mandirs.U mandirstyle.U
63936      Branch: perl
63937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63938            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
63939            ! vos/config.h vos/config.pl vos/config_h.SH_orig
63940            ! win32/config.bc win32/config.gc win32/config.vc
63941 ____________________________________________________________________________
63942 [  7204] By: gsar                                  on 2000/10/12  18:11:24
63943         Log: restore change#7202
63944      Branch: perl
63945            ! mg.c
63946 ____________________________________________________________________________
63947 [  7203] By: gsar                                  on 2000/10/12  18:09:40
63948         Log: another test of the Emergency Broadcast System--back out 
63949              change#7202
63950      Branch: perl
63951            ! mg.c
63952 ____________________________________________________________________________
63953 [  7202] By: gsar                                  on 2000/10/12  16:40:47
63954         Log: (submitted on behalf of Jarkko)
63955              Fix the lib/encode.t subtest 6 failure as reported by Andreas
63956              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
63957              was unearthed by change 7182, as was a bug in HTML::Entities.
63958      Branch: perl
63959            ! mg.c
63960 ____________________________________________________________________________
63961 [  7201] By: jhi                                   on 2000/10/11  03:16:05
63962         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
63963      Branch: perl
63964            ! pp_hot.c t/pragma/utf8.t
63965 ____________________________________________________________________________
63966 [  7200] By: jhi                                   on 2000/10/11  00:40:30
63967         Log: The #7198 was a false alarm.
63968      Branch: perl
63969            ! pp_hot.c
63970 ____________________________________________________________________________
63971 [  7199] By: jhi                                   on 2000/10/11  00:26:04
63972         Log: Remove duplicated code.
63973      Branch: perl
63974            ! t/lib/cgi-html.t
63975 ____________________________________________________________________________
63976 [  7198] By: jhi                                   on 2000/10/10  23:30:46
63977         Log: (Retracted by #7200.)
63978      Branch: perl
63979            ! pp_hot.c
63980 ____________________________________________________________________________
63981 [  7197] By: jhi                                   on 2000/10/10  21:49:30
63982         Log: Add the test case for #7190, from the original bug report
63983              by Andreas König.
63984      Branch: perl
63985            ! t/pragma/utf8.t
63986 ____________________________________________________________________________
63987 [  7196] By: jhi                                   on 2000/10/10  21:40:49
63988         Log: Reapply Andy's patch and regen Configure.
63989      Branch: perl
63990            ! Configure INSTALL Makefile.SH Porting/Glossary
63991            ! Porting/config.sh config_h.SH epoc/config.sh installperl
63992            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
63993            ! win32/config.vc
63994 ____________________________________________________________________________
63995 [  7195] By: jhi                                   on 2000/10/10  21:09:30
63996         Log: Use the versiononly instead of the installscripts,
63997              retract the changes 7146 and 7147.
63998      Branch: perl
63999            ! Configure INSTALL Makefile.SH Porting/Glossary
64000            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
64001            ! installperl uconfig.sh vos/config.def win32/config.bc
64002            ! win32/config.gc win32/config.vc
64003 ____________________________________________________________________________
64004 [  7194] By: jhi                                   on 2000/10/10  21:06:15
64005         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
64006              From: Peter Prymmer <pvhp@forte.com>
64007              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
64008              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
64009      Branch: perl
64010            ! t/op/ver.t
64011 ____________________________________________________________________________
64012 [  7193] By: jhi                                   on 2000/10/10  21:05:12
64013         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
64014              From: Peter Prymmer <pvhp@forte.com>
64015              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
64016              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
64017      Branch: perl
64018            ! t/op/tr.t
64019 ____________________________________________________________________________
64020 [  7192] By: jhi                                   on 2000/10/10  20:57:30
64021         Log: Add versiononly, delete installscripts, from Andy Dougherty.
64022      Branch: metaconfig
64023            - U/installdirs/installscripts.U
64024      Branch: metaconfig/U/perl
64025            + versiononly.U
64026 ____________________________________________________________________________
64027 [  7191] By: jhi                                   on 2000/10/10  19:41:21
64028         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
64029              From: Peter Prymmer <pvhp@forte.com>
64030              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
64031              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
64032      Branch: perl
64033            ! pod/perlebcdic.pod
64034 ____________________________________________________________________________
64035 [  7190] By: jhi                                   on 2000/10/10  19:26:14
64036         Log: Subject: Re: utf8 concat, mg_get
64037              From: Simon Cozens <simon@cozens.net>
64038              Date: Tue, 10 Oct 2000 17:40:17 +0100
64039              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
64040      Branch: perl
64041            ! pp_hot.c
64042 ____________________________________________________________________________
64043 [  7189] By: jhi                                   on 2000/10/10  19:23:03
64044         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
64045              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
64046              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
64047              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
64048      Branch: perl
64049            ! lib/ExtUtils/MM_Unix.pm
64050 ____________________________________________________________________________
64051 [  7188] By: jhi                                   on 2000/10/10  15:31:24
64052         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
64053              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
64054              Date: Fri, 14 Jul 2000 10:47:36 +0100
64055              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
64056      Branch: perl
64057            ! README.win32
64058 ____________________________________________________________________________
64059 [  7187] By: jhi                                   on 2000/10/10  13:30:10
64060         Log: Quote the temp file name, needed in Win32 because the
64061              default name unfortunately contains spaces, shouldn't
64062              hurt elsewhere.
64063              
64064              Subject: FW: perldoc fails if $TEMP contains spaces
64065              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
64066              Date: Thu, 14 Sep 2000 08:58:45 +0100
64067              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
64068      Branch: perl
64069            ! utils/perldoc.PL
64070 ____________________________________________________________________________
64071 [  7186] By: jhi                                   on 2000/10/10  13:16:27
64072         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
64073              From: hv@hugo.hybyte.com
64074              Date: Tue, 10 Oct 2000 14:10:20 +0100
64075              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
64076      Branch: perl
64077            ! t/lib/thr5005.t util.c
64078 ____________________________________________________________________________
64079 [  7185] By: jhi                                   on 2000/10/10  12:06:22
64080         Log: Upgrade to podlators 1.04, from Russ Allbery.
64081      Branch: perl
64082            ! lib/Pod/Man.pm lib/Pod/Text.pm
64083 ____________________________________________________________________________
64084 [  7184] By: jhi                                   on 2000/10/10  12:01:32
64085         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
64086      Branch: perl
64087            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
64088 ____________________________________________________________________________
64089 [  7183] By: jhi                                   on 2000/10/09  23:47:15
64090         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
64091              From: Peter Prymmer <pvhp@forte.com>
64092              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
64093              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
64094      Branch: perl
64095            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
64096 ____________________________________________________________________________
64097 [  7182] By: jhi                                   on 2000/10/09  23:43:16
64098         Log: Make eq work again with utf8 (disabling the upgrading
64099              should no more be necessary since the copies of the
64100              scalars are upgraded, not the scalars themselves).
64101              Takes care of ID 20001009.001.  (The claimed length()
64102              bug in 20001009.001 seems bogus to me.)
64103      Branch: perl
64104            ! sv.c t/pragma/utf8.t
64105 ____________________________________________________________________________
64106 [  7181] By: gsar                                  on 2000/10/09  19:41:54
64107         Log: tweak for change#7173
64108      Branch: perl
64109            ! win32/win32sck.c
64110 ____________________________________________________________________________
64111 [  7180] By: gsar                                  on 2000/10/09  19:26:56
64112         Log: on Windows, clean targets might not work under some flavors of the shell
64113      Branch: perl
64114            ! win32/Makefile win32/makefile.mk
64115 ____________________________________________________________________________
64116 [  7179] By: jhi                                   on 2000/10/09  19:21:02
64117         Log: Update Changes.
64118      Branch: perl
64119            ! Changes patchlevel.h
64120 ____________________________________________________________________________
64121 [  7178] By: jhi                                   on 2000/10/09  19:18:23
64122         Log: Warn about unknown scripts.
64123              
64124              Subject: Re: ideas? patches? [PATCH bleadperl]
64125              From: Dominic Dunlop <domo@computer.org>
64126              Date: Mon, 9 Oct 2000 14:57:17 +0200
64127              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
64128      Branch: perl
64129            ! lib/charnames.pm
64130 ____________________________________________________________________________
64131 [  7177] By: jhi                                   on 2000/10/09  19:13:27
64132         Log: Change #7160 had a nasty typo.
64133      Branch: metaconfig
64134            ! U/compline/Compile.U
64135      Branch: perl
64136            ! Configure config_h.SH
64137 ____________________________________________________________________________
64138 [  7176] By: gsar                                  on 2000/10/09  18:59:33
64139         Log: pod nit
64140      Branch: perl
64141            ! pod/perlport.pod
64142 ____________________________________________________________________________
64143 [  7175] By: gsar                                  on 2000/10/09  18:54:28
64144         Log: Windows9x doesn't support link(), despite what Config.pm
64145              might think
64146      Branch: perl
64147            ! lib/ExtUtils/Manifest.pm
64148 ____________________________________________________________________________
64149 [  7174] By: gsar                                  on 2000/10/09  18:50:03
64150         Log: avoid nonportable example code
64151      Branch: perl
64152            ! lib/File/Copy.pm
64153 ____________________________________________________________________________
64154 [  7173] By: gsar                                  on 2000/10/09  18:46:54
64155         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
64156              being used) when closing a socket handle
64157      Branch: perl
64158            ! win32/win32.c win32/win32.h win32/win32sck.c
64159 ____________________________________________________________________________
64160 [  7172] By: gsar                                  on 2000/10/09  18:41:40
64161         Log: on Windows, cwd strings in the environment should be of the
64162              form =X:=X:\foo instead of =X=X:\foo\
64163      Branch: perl
64164            ! win32/vdir.h
64165 ____________________________________________________________________________
64166 [  7171] By: gsar                                  on 2000/10/09  18:30:09
64167         Log: on Windows, LoadLibrary() could load an extension DLL multiple
64168              times if forward slashes are used in the path
64169      Branch: perl
64170            ! win32/win32.c
64171 ____________________________________________________________________________
64172 [  7170] By: jhi                                   on 2000/10/09  17:53:59
64173         Log: Add a todo note about overloadable assertions.
64174      Branch: perl
64175            ! Todo-5.6
64176 ____________________________________________________________________________
64177 [  7169] By: jhi                                   on 2000/10/09  13:43:45
64178         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
64179              From: mjd@plover.com
64180              Date: 9 Oct 2000 00:24:44 -0000
64181              Message-ID: <20001009002444.10616.qmail@plover.com>
64182      Branch: perl
64183            ! pod/perldebguts.pod
64184 ____________________________________________________________________________
64185 [  7168] By: nick                                  on 2000/10/08  13:16:33
64186         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
64187              is not right thing to do on (e.g. x86). Network order is also "right" for
64188              X fonts.
64189      Branch: perl
64190            ! ext/Encode/Encode.pm
64191 ____________________________________________________________________________
64192 [  7167] By: nick                                  on 2000/10/08  12:54:42
64193         Log: Make "encodings" work post-install when Encode/*.enc files may not
64194              be in same directory as Encode.pm
64195      Branch: perl
64196            ! ext/Encode/Encode.pm
64197 ____________________________________________________________________________
64198 [  7166] By: nick                                  on 2000/10/08  11:51:26
64199         Log: Work round the fact that $hash->{$key} does not take into account
64200              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
64201              so that key is always in the "expected" encoding - i.e. same way we put
64202              it in the hash.
64203      Branch: perl
64204            ! ext/Encode/Encode.pm
64205 ____________________________________________________________________________
64206 [  7165] By: gsar                                  on 2000/10/08  04:15:29
64207         Log: save_re_context() could reset PL_curcop to freed memory, causing core
64208              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
64209      Branch: perl
64210            ! pp_ctl.c
64211 ____________________________________________________________________________
64212 [  7164] By: jhi                                   on 2000/10/06  20:51:48
64213         Log: UTF8ize split() so that the cloned substrings get the UTF8
64214              flag of the original scalar.  Problem reported by Simon Cozens.
64215      Branch: perl
64216            ! pp.c t/pragma/utf8.t
64217 ____________________________________________________________________________
64218 [  7163] By: nick                                  on 2000/10/06  20:48:34
64219         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
64220              got a false +ve and so did not reach code which would have un-FAKEd the SV.
64221      Branch: perl
64222            ! sv.c
64223 ____________________________________________________________________________
64224 [  7162] By: nick                                  on 2000/10/06  20:25:37
64225         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
64226              To fix  (sort {$a <=> $b} keys %hash) in particular but
64227              should cover a number of other as-yet-unknown cases as well.
64228      Branch: perl
64229            ! sv.c
64230 ____________________________________________________________________________
64231 [  7161] By: jhi                                   on 2000/10/06  19:56:18
64232         Log: Change the version number of Tie::Handle in the core to 4.0,
64233              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
64234              
64235              Subject: Note on Tie::Handle
64236              From: andreas.koenig@anima.de (Andreas J. Koenig)
64237              Date:      06 Oct 2000 21:48:58 +0200
64238              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
64239      Branch: perl
64240            ! lib/Tie/Handle.pm
64241 ____________________________________________________________________________
64242 [  7160] By: jhi                                   on 2000/10/06  18:20:35
64243         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
64244              as the first option of cc/ld because of ultrapicky compilers
64245              (e.g. OS/390 R2.5)
64246      Branch: metaconfig
64247            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
64248            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
64249            ! U/compline/orderlib.U U/modified/Cppsym.U
64250            ! U/modified/d_access.U
64251      Branch: metaconfig/U/perl
64252            ! Checkcc.U d_dlsymun.U gccvers.U
64253      Branch: perl
64254            ! Configure config_h.SH
64255 ____________________________________________________________________________
64256 [  7159] By: jhi                                   on 2000/10/06  13:56:39
64257         Log: Update Changes.
64258      Branch: perl
64259            ! Changes patchlevel.h
64260 ____________________________________________________________________________
64261 [  7158] By: jhi                                   on 2000/10/06  12:48:40
64262         Log: Eliminate $Is_VMS code from the test.
64263              
64264              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
64265              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64266              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
64267              Date:     Thu, 5 Oct 2000 07:46:33 EDT
64268      Branch: perl
64269            ! t/lib/b.t
64270 ____________________________________________________________________________
64271 [  7157] By: jhi                                   on 2000/10/06  12:47:13
64272         Log: Also the $ccflags is needed for the C compiler check.
64273              
64274              Subject: Configure (check for C-compiler)
64275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64276              Date: Fri, 06 Oct 2000 08:47:15 +0200
64277              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
64278      Branch: metaconfig/U/perl
64279            ! Checkcc.U
64280      Branch: perl
64281            ! Configure config_h.SH
64282 ____________________________________________________________________________
64283 [  7156] By: jhi                                   on 2000/10/06  11:45:15
64284         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
64285      Branch: perl
64286            ! perl.c pp_ctl.c sv.h utf8.c
64287 ____________________________________________________________________________
64288 [  7155] By: jhi                                   on 2000/10/06  11:40:41
64289         Log: IO::Handle->syswrite() did not handle length omission
64290              like CORE::syswrite() does.
64291              
64292              Subject: [Fwd] IO::Handle, syswrite and arguments
64293              From: Graham Barr <gbarr@pobox.com>
64294              Date: Fri, 6 Oct 2000 10:22:05 +0100
64295              Message-ID: <20001006102205.U6312@pobox.com>
64296              
64297              The original patch from andrew@ugh.net.au.
64298      Branch: perl
64299            ! ext/IO/lib/IO/Handle.pm
64300 ____________________________________________________________________________
64301 [  7154] By: jhi                                   on 2000/10/06  01:42:15
64302         Log: Tweak #7153.
64303      Branch: perl
64304            ! utf8.h
64305 ____________________________________________________________________________
64306 [  7153] By: jhi                                   on 2000/10/06  00:39:55
64307         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
64308      Branch: perl
64309            ! utf8.h
64310 ____________________________________________________________________________
64311 [  7152] By: jhi                                   on 2000/10/06  00:38:11
64312         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
64313      Branch: perl
64314            ! perl.c pp_ctl.c sv.h utf8.c
64315 ____________________________________________________________________________
64316 [  7151] By: jhi                                   on 2000/10/06  00:36:38
64317         Log: Subject: Re: Questions about Tie::Array and perl modules
64318              From: Nick Ing-Simmons <nik@tiuk.ti.com>
64319              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
64320              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
64321              
64322              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
64323      Branch: perl
64324            ! lib/Tie/Array.pm t/op/array.t
64325 ____________________________________________________________________________
64326 [  7150] By: jhi                                   on 2000/10/05  00:20:45
64327         Log: Regen Changes.
64328      Branch: perl
64329            ! Changes patchlevel.h
64330 ____________________________________________________________________________
64331 [  7149] By: jhi                                   on 2000/10/05  00:20:01
64332         Log: Regen toc.
64333      Branch: perl
64334            ! pod/perltoc.pod
64335 ____________________________________________________________________________
64336 [  7148] By: jhi                                   on 2000/10/04  23:35:08
64337         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
64338              reported several times by Dominic Dunlop, for example in
64339              ID 20000315.008.  Patch from Dominic.  Patch affects at
64340              least MachTen, and possibly other oldish BSDs. Should not
64341              break non-broken platforms (tested on LinuxPPC). 
64342      Branch: perl
64343            ! doio.c
64344 ____________________________________________________________________________
64345 [  7147] By: jhi                                   on 2000/10/04  23:26:34
64346         Log: The one that got away from 7146.
64347      Branch: metaconfig
64348            + U/installdirs/installscripts.U
64349 ____________________________________________________________________________
64350 [  7146] By: jhi                                   on 2000/10/04  23:25:04
64351         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
64352              suggested by H. Merijn Brand.
64353      Branch: perl
64354            ! Configure INSTALL Makefile.SH Porting/Glossary
64355            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
64356            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
64357            ! win32/config.vc
64358 ____________________________________________________________________________
64359 [  7145] By: jhi                                   on 2000/10/04  22:08:21
64360         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
64361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64362              Date: Wed, 4 Oct 2000 17:37:46 -0400
64363              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
64364      Branch: perl
64365            ! utils/h2xs.PL
64366 ____________________________________________________________________________
64367 [  7144] By: jhi                                   on 2000/10/04  18:11:41
64368         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
64369              From: Jeff Pinyan <jeffp@crusoe.net>
64370              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
64371              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
64372      Branch: perl
64373            ! pod/perlrun.pod
64374 ____________________________________________________________________________
64375 [  7143] By: jhi                                   on 2000/10/04  18:09:58
64376         Log: Subject: perlhack.pod Patch for Externals Tools
64377              From: Fisher Mark <fisherm@tce.com>
64378              Date: Tue, 3 Oct 2000 15:43:27 -0500 
64379              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
64380      Branch: perl
64381            ! pod/perlhack.pod
64382 ____________________________________________________________________________
64383 [  7142] By: jhi                                   on 2000/10/04  18:08:41
64384         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
64385              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64386              Date:     Wed, 4 Oct 2000 12:11:11 EDT
64387              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
64388      Branch: perl
64389            ! vms/vms.c
64390 ____________________________________________________________________________
64391 [  7141] By: jhi                                   on 2000/10/04  12:20:16
64392         Log: Subject: [PATCH 5.7.0] h2xs not working
64393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64394              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
64395              Date: Tue, 3 Oct 2000 21:43:01 -0400
64396              
64397              Subject: [PATCH 5.7.0] h2xs not documenting the created module
64398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64399              Date: Tue, 3 Oct 2000 22:55:19 -0400
64400              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
64401      Branch: perl
64402            ! utils/h2xs.PL
64403 ____________________________________________________________________________
64404 [  7140] By: jhi                                   on 2000/10/04  11:53:44
64405         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
64406              From: nick@babyhippo.com
64407              Date: Wed, 4 Oct 2000 12:06:45 +0100
64408              Message-Id: <20001004120645.A7356@babyhippo.com>
64409              
64410              Retract 7118 and 7135.
64411      Branch: perl
64412            ! installman installperl op.c t/pragma/subs.t
64413 ____________________________________________________________________________
64414 [  7139] By: jhi                                   on 2000/10/03  22:09:41
64415         Log: It is possible to have no hosts database at all.  Pointed out in
64416              
64417              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64418              From: Peter Prymmer <pvhp@forte.com>
64419              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
64420              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
64421      Branch: metaconfig
64422            ! U/modified/myhostname.U
64423      Branch: perl
64424            ! Configure config_h.SH
64425 ____________________________________________________________________________
64426 [  7138] By: jhi                                   on 2000/10/03  21:49:49
64427         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64428              From: Peter Prymmer <pvhp@forte.com>
64429              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
64430              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
64431      Branch: perl
64432            ! pp_sys.c
64433 ____________________________________________________________________________
64434 [  7137] By: jhi                                   on 2000/10/03  20:10:05
64435         Log: One remaining nit less at the VMS mailbox sizing.
64436      Branch: perl
64437            ! vms/vms.c
64438 ____________________________________________________________________________
64439 [  7136] By: jhi                                   on 2000/10/03  20:08:47
64440         Log: Test harness update to sync with the new perlcc,
64441              from Simon Cozens.
64442      Branch: perl
64443            ! t/TEST t/UTEST
64444 ____________________________________________________________________________
64445 [  7135] By: jhi                                   on 2000/10/03  15:15:42
64446         Log: Subject: Re: PATCH for 20001003.004
64447              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
64448              From: "AARON B. DOSSETT" <aaron@iglou.com>
64449              Message-Id: <E13gTay-0006od-00@iglou.com>
64450      Branch: perl
64451            ! installman installperl
64452 ____________________________________________________________________________
64453 [  7134] By: jhi                                   on 2000/10/03  15:00:34
64454         Log: Subject: [ID 20001003.006] B::Debug not -w clean
64455              From: Nicholas Clark <nick@babyhippo.co.uk>
64456              Date: Tue, 03 Oct 2000 15:46:32 +0100
64457              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
64458      Branch: perl
64459            ! ext/B/B/Debug.pm
64460 ____________________________________________________________________________
64461 [  7133] By: jhi                                   on 2000/10/03  14:58:39
64462         Log: Scale down the VMS message boxes, by Charles Lane.
64463              Fix for ID 20000903.009, workaround at
64464              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
64465      Branch: perl
64466            ! vms/vms.c
64467 ____________________________________________________________________________
64468 [  7132] By: jhi                                   on 2000/10/03  11:20:37
64469         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
64470      Branch: perl
64471            + t/lib/st-lock.t t/lib/st-utf8.t
64472            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
64473            ! ext/Storable/Storable.xs t/lib/st-recurse.t
64474 ____________________________________________________________________________
64475 [  7131] By: jhi                                   on 2000/10/03  03:38:23
64476         Log: Encode nits.
64477      Branch: perl
64478            ! MANIFEST Makefile.SH
64479 ____________________________________________________________________________
64480 [  7130] By: jhi                                   on 2000/10/03  03:31:05
64481         Log: Update Changes.
64482      Branch: perl
64483            ! Changes patchlevel.h
64484 ____________________________________________________________________________
64485 [  7129] By: jhi                                   on 2000/10/03  02:24:02
64486         Log: Misplaced else.
64487      Branch: metaconfig/U/perl
64488            ! d_strtoll.U
64489      Branch: perl
64490            ! Configure config_h.SH
64491 ____________________________________________________________________________
64492 [  7128] By: jhi                                   on 2000/10/03  02:08:29
64493         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
64494              From: sthoenna@efn.org
64495              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
64496              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
64497      Branch: metaconfig/U/perl
64498            ! d_strtoll.U
64499      Branch: perl
64500            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
64501 ____________________________________________________________________________
64502 [  7127] By: jhi                                   on 2000/10/03  01:13:14
64503         Log: Update Changes.
64504      Branch: perl
64505            ! Changes patchlevel.h
64506 ____________________________________________________________________________
64507 [  7126] By: jhi                                   on 2000/10/03  00:57:08
64508         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
64509              as suggested by Olaf Flebbe and Nick Clark.
64510      Branch: perl
64511            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
64512 ____________________________________________________________________________
64513 [  7125] By: jhi                                   on 2000/10/03  00:50:56
64514         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
64515              From: Nick Clark <nick@plum.flirble.org>
64516              Date: Mon, 2 Oct 2000 11:03:24 +0100
64517              Message-Id: <20001002110324.D20073@plum.flirble.org>
64518              
64519              Also fixes bug ID 20001002.005.
64520      Branch: perl
64521            ! t/lib/encode.t
64522 ____________________________________________________________________________
64523 [  7124] By: jhi                                   on 2000/10/03  00:34:59
64524         Log: Subject: [PATCH 5.7.0] Epoc update
64525              From: Olaf Flebbe <o.flebbe@gmx.de>
64526              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
64527              Message-ID: <26423.969484586@www10.gmx.net>
64528      Branch: perl
64529            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
64530            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
64531            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
64532            ! util.c util.h
64533 ____________________________________________________________________________
64534 [  7123] By: jhi                                   on 2000/10/03  00:30:07
64535         Log: Regen headers.
64536      Branch: perl
64537            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
64538 ____________________________________________________________________________
64539 [  7122] By: jhi                                   on 2000/10/03  00:10:48
64540         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
64541      Branch: perl
64542            ! hints/openbsd.sh
64543 ____________________________________________________________________________
64544 [  7121] By: jhi                                   on 2000/10/03  00:05:06
64545         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
64546              From: <abigail@foad.org>
64547              Date: Tue, 26 Sep 2000 13:36:14 -0400
64548              Message-ID: <20000926173614.4356.qmail@foad.org>
64549      Branch: perl
64550            ! pod/perlop.pod
64551 ____________________________________________________________________________
64552 [  7120] By: jhi                                   on 2000/10/03  00:04:00
64553         Log: Inside require() $^S was always left undefined.
64554              
64555              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
64556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64557              Date: Wed, 27 Sep 2000 18:54:49 -0400
64558              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
64559      Branch: perl
64560            ! cop.h mg.c pp_ctl.c util.c
64561 ____________________________________________________________________________
64562 [  7119] By: jhi                                   on 2000/10/03  00:00:16
64563         Log: Subject: [PATCH] DLL not restartabke with threaded perl
64564              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
64565              Date: Thu, 28 Sep 2000 09:20:46 +0100
64566              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
64567      Branch: perl
64568            ! perl.c
64569 ____________________________________________________________________________
64570 [  7118] By: jhi                                   on 2000/10/02  23:59:20
64571         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
64572              From: Nicholas Clark <nick@ccl4.org>
64573              Date: Thu, 28 Sep 2000 11:52:24 +0100
64574              Message-ID: <20000928115224.D7924@plum.flirble.org>
64575      Branch: perl
64576            ! op.c
64577 ____________________________________________________________________________
64578 [  7117] By: jhi                                   on 2000/10/02  23:57:51
64579         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
64580              From: Nicholas Clark <nick@babyhippo.co.uk>
64581              Date: Thu, 28 Sep 2000 12:18:10 +0100
64582              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
64583              
64584              Did not apply cleanly, manual intervention was needed.
64585      Branch: perl
64586            ! ext/B/B/Bytecode.pm utils/perlcc.PL
64587 ____________________________________________________________________________
64588 [  7116] By: jhi                                   on 2000/10/02  23:50:40
64589         Log: Document the issue (is not a syntax error, kind of)
64590              
64591              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
64592              From: Nicholas Clark <nick@ccl4.org>
64593              Date: Thu, 28 Sep 2000 17:12:42 +0100
64594              Message-ID: <20000928171242.K7924@plum.flirble.org>
64595      Branch: perl
64596            ! pod/perldata.pod
64597 ____________________________________________________________________________
64598 [  7115] By: jhi                                   on 2000/10/02  23:48:58
64599         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
64600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64601              Date: Thu, 28 Sep 2000 21:55:31 -0400
64602              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
64603      Branch: perl
64604            ! regexec.c
64605 ____________________________________________________________________________
64606 [  7114] By: jhi                                   on 2000/10/02  23:47:57
64607         Log: Subject: DOC PATCH 5.6.0
64608              From: mjd@plover.com
64609              Date: 30 Sep 2000 06:02:34 -0000
64610              Message-ID: <20000930060234.4559.qmail@plover.com>
64611      Branch: perl
64612            ! pod/perldebguts.pod
64613 ____________________________________________________________________________
64614 [  7113] By: jhi                                   on 2000/10/02  23:46:43
64615         Log: SOCK_DGRAM and listen() do not mix as reported in
64616              
64617              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
64618              From: Petter Reinholdtsen <pere@hungry.com>
64619              Date: Sun, 1 Oct 2000 10:57:20 +0800
64620              Message-Id: <200010010257.KAA05735@localhost.localdomain>
64621              
64622              The patch for 5.7.0+ had to be reengineered, though.
64623      Branch: perl
64624            ! ext/IO/lib/IO/Socket/UNIX.pm
64625 ____________________________________________________________________________
64626 [  7112] By: jhi                                   on 2000/10/02  23:36:57
64627         Log: Subject: Re: [PATCH 5.005_64 missed]
64628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64629              Date: Sun, 1 Oct 2000 18:50:10 -0400
64630              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
64631      Branch: perl
64632            ! pod/perlxs.pod
64633 ____________________________________________________________________________
64634 [  7111] By: jhi                                   on 2000/10/02  23:35:40
64635         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
64636              From: Radu Greab <radu@netsoft.ro>
64637              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
64638              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
64639      Branch: perl
64640            ! op.c opcode.pl t/op/substr.t
64641 ____________________________________________________________________________
64642 [  7110] By: jhi                                   on 2000/10/02  23:32:38
64643         Log: Subject: [PATCH] Fix aliasing of tied filehandles
64644              From: Daniel Chetlin <daniel@chetlin.com>
64645              Date: Mon, 2 Oct 2000 14:53:27 -0700
64646              Message-ID: <20001002145327.C1617@ilmd>
64647      Branch: perl
64648            ! perl.h pp_hot.c t/op/tiehandle.t
64649 ____________________________________________________________________________
64650 [  7109] By: jhi                                   on 2000/10/02  23:31:30
64651         Log: s/Robin Parker/Robin Barker/
64652      Branch: perl
64653            ! Changes5.6
64654 ____________________________________________________________________________
64655 [  7108] By: jhi                                   on 2000/10/02  23:15:46
64656         Log: Retract #7091 as suggested in
64657              
64658              From: Robin Barker <rmb1@cise.npl.co.uk> 
64659              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
64660              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
64661              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
64662      Branch: perl
64663            ! embed.pl proto.h
64664 ____________________________________________________________________________
64665 [  7107] By: nick                                  on 2000/10/02  18:23:14
64666         Log: A few tweaks to get Tk803 to work with Encode scheme.
64667      Branch: perl
64668            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
64669 ____________________________________________________________________________
64670 [  7106] By: nick                                  on 2000/10/01  21:34:14
64671         Log: Add checking cases to Encode's toUnicode and fromUnicode.
64672      Branch: perl
64673            ! ext/Encode/Encode.pm
64674 ____________________________________________________________________________
64675 [  7105] By: nick                                  on 2000/10/01  17:18:01
64676         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
64677              To read and use them.
64678              Add a lib/encode.t which checks a few things.
64679      Branch: perl
64680            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
64681            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
64682            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
64683            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
64684            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
64685            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
64686            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
64687            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
64688            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
64689            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
64690            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
64691            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
64692            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
64693            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
64694            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
64695            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
64696            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
64697            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
64698            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
64699            + ext/Encode/Encode/iso2022-jp.enc
64700            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
64701            + ext/Encode/Encode/iso8859-1.enc
64702            + ext/Encode/Encode/iso8859-2.enc
64703            + ext/Encode/Encode/iso8859-3.enc
64704            + ext/Encode/Encode/iso8859-4.enc
64705            + ext/Encode/Encode/iso8859-5.enc
64706            + ext/Encode/Encode/iso8859-6.enc
64707            + ext/Encode/Encode/iso8859-7.enc
64708            + ext/Encode/Encode/iso8859-8.enc
64709            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
64710            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
64711            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
64712            + ext/Encode/Encode/macCentEuro.enc
64713            + ext/Encode/Encode/macCroatian.enc
64714            + ext/Encode/Encode/macCyrillic.enc
64715            + ext/Encode/Encode/macDingbats.enc
64716            + ext/Encode/Encode/macGreek.enc
64717            + ext/Encode/Encode/macIceland.enc
64718            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
64719            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
64720            + ext/Encode/Encode/macTurkish.enc
64721            + ext/Encode/Encode/macUkraine.enc
64722            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
64723            + t/lib/encode.t
64724            ! MANIFEST ext/Encode/Encode.pm
64725 ____________________________________________________________________________
64726 [  7104] By: nick                                  on 2000/09/30  13:04:30
64727         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
64728              From: Daniel Chetlin <daniel@chetlin.com>
64729              Date: Mon, 18 Sep 2000 05:05:40 -0700
64730              Message-Id: <20000918050540.C652@ilmd>
64731      Branch: perl
64732            ! lib/overload.pm sv.c t/pragma/overload.t
64733 ____________________________________________________________________________
64734 [  7103] By: nick                                  on 2000/09/30  12:53:36
64735         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
64736              From: Johan Vromans <jvromans@squirrel.nl>
64737              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
64738              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
64739      Branch: perl
64740            ! pod/Makefile.SH
64741 ____________________________________________________________________________
64742 [  7102] By: nick                                  on 2000/09/30  12:52:31
64743         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
64744              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64745              Date: Sat, 16 Sep 2000 16:36:45 -0400
64746              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
64747      Branch: perl
64748            ! ext/B/B/Deparse.pm
64749 ____________________________________________________________________________
64750 [  7101] By: nick                                  on 2000/09/30  12:51:41
64751         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
64752              From: Craig A. Berry <craig.berry@psinetcs.com>
64753              Date: Sat, 16 Sep 2000 10:11:10 -0500
64754              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
64755      Branch: perl
64756            ! vms/vms.c
64757 ____________________________________________________________________________
64758 [  7100] By: nick                                  on 2000/09/30  12:50:33
64759         Log: Subject: Re: unicode support and perl [ID 20000901.097]
64760              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64761              Date: Fri, 15 Sep 2000 16:37:58 -0400
64762              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
64763      Branch: perl
64764            ! t/op/append.t
64765 ____________________________________________________________________________
64766 [  7099] By: nick                                  on 2000/09/30  12:49:35
64767         Log: Subject: Re: unicode support and perl [ID 20000901.097]
64768              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64769              Date: Fri, 15 Sep 2000 16:25:30 -0400
64770              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
64771      Branch: perl
64772            ! pp_hot.c
64773 ____________________________________________________________________________
64774 [  7098] By: nick                                  on 2000/09/30  12:48:00
64775         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
64776              From: Gisle Aas <gisle@ActiveState.com>
64777              Date: 15 Sep 2000 16:23:41 +0200
64778              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
64779      Branch: perl
64780            ! toke.c
64781 ____________________________________________________________________________
64782 [  7097] By: nick                                  on 2000/09/30  12:45:16
64783         Log: Subject: [PATCH] Nits in perlmod.pod
64784              From: Daniel Chetlin <daniel@chetlin.com>
64785              Date: Fri, 15 Sep 2000 02:04:09 -0700
64786              Message-Id: <20000915020409.A2104@ilmd>
64787      Branch: perl
64788            ! pod/perlmod.pod
64789 ____________________________________________________________________________
64790 [  7096] By: nick                                  on 2000/09/30  12:18:00
64791         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
64792              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
64793              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
64794              0 to checking to get the warning.
64795      Branch: perl
64796            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
64797            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
64798            ! regexec.c sv.c toke.c utf8.c
64799 ____________________________________________________________________________
64800 [  7095] By: nick                                  on 2000/09/15  16:55:59
64801         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
64802              
64803              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
64804              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64805              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
64806              Date: Fri, 15 Sep 2000 06:37:30 -0400
64807      Branch: perl
64808            ! ext/Encode/Encode.xs sv.c
64809 ____________________________________________________________________________
64810 [  7094] By: jhi                                   on 2000/09/15  03:23:32
64811         Log: Update Changes.
64812      Branch: perl
64813            ! Changes patchlevel.h
64814 ____________________________________________________________________________
64815 [  7093] By: jhi                                   on 2000/09/15  03:11:44
64816         Log: Fix for the charnames.t failures from Spider Boardman.
64817      Branch: perl
64818            ! toke.c
64819 ____________________________________________________________________________
64820 [  7092] By: jhi                                   on 2000/09/15  00:15:48
64821         Log: Botched the #7090 check-in.
64822      Branch: perl
64823            ! sv.c
64824 ____________________________________________________________________________
64825 [  7091] By: jhi                                   on 2000/09/14  23:33:24
64826         Log: Part of #7081 didn't come through.
64827      Branch: perl
64828            ! embed.pl proto.h
64829 ____________________________________________________________________________
64830 [  7090] By: jhi                                   on 2000/09/14  23:17:39
64831         Log: Subject: Re: perl@7078 
64832              From: Spider Boardman <spider@web.zk3.dec.com>
64833              Date: Thu, 14 Sep 2000 19:06:36 -0400
64834              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
64835      Branch: perl
64836            ! sv.c toke.c
64837 ____________________________________________________________________________
64838 [  7089] By: jhi                                   on 2000/09/14  23:11:21
64839         Log: Small portability tweaks.
64840      Branch: perl
64841            ! ext/Encode/Encode.xs
64842 ____________________________________________________________________________
64843 [  7088] By: jhi                                   on 2000/09/14  22:57:23
64844         Log: Fake return to pacify picky compilers.
64845      Branch: perl
64846            ! ext/Encode/Encode.xs
64847 ____________________________________________________________________________
64848 [  7087] By: jhi                                   on 2000/09/14  22:53:37
64849         Log: Subject: [PATCH] utf8.c apidoc
64850              From: Simon Cozens <simon@cozens.net>
64851              Date: Thu, 14 Sep 2000 23:46:57 +0100
64852              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
64853      Branch: perl
64854            ! perlapi.c pod/perlapi.pod utf8.c
64855 ____________________________________________________________________________
64856 [  7086] By: jhi                                   on 2000/09/14  22:40:38
64857         Log: We don't need to count the high bit bytes, a boolean is enough. 
64858      Branch: perl
64859            ! sv.c
64860 ____________________________________________________________________________
64861 [  7085] By: jhi                                   on 2000/09/14  21:20:09
64862         Log: Replace #7084 with
64863              
64864              Subject: Re: perl@7078 
64865              From: Spider Boardman <spider@web.zk3.dec.com>
64866              Date: Thu, 14 Sep 2000 17:09:36 -0400
64867              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
64868      Branch: perl
64869            ! sv.c utf8.c
64870 ____________________________________________________________________________
64871 [  7084] By: jhi                                   on 2000/09/14  20:03:34
64872         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
64873              convertible to bytes by checking it doesn't go above 0xc3
64874              
64875              Subject: Re: perl@7078
64876              From: Simon Cozens <simon@cozens.net>
64877              Date: Thu, 14 Sep 2000 20:59:19 +0100
64878              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
64879      Branch: perl
64880            ! utf8.c
64881 ____________________________________________________________________________
64882 [  7083] By: jhi                                   on 2000/09/14  19:38:47
64883         Log: Subject: Re: perl@7078
64884              From: Simon Cozens <simon@cozens.net>
64885              Date: Thu, 14 Sep 2000 20:13:09 +0100
64886              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
64887      Branch: perl
64888            ! t/op/bop.t
64889 ____________________________________________________________________________
64890 [  7082] By: jhi                                   on 2000/09/14  17:50:44
64891         Log: The one that got away.
64892      Branch: perl
64893            ! lib/File/Find.pm
64894 ____________________________________________________________________________
64895 [  7081] By: jhi                                   on 2000/09/14  17:45:35
64896         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
64897              From: Robin Barker <rmb1@cise.npl.co.uk>
64898              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
64899              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
64900      Branch: perl
64901            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
64902            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
64903            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
64904            ! regcomp.c toke.c universal.c
64905 ____________________________________________________________________________
64906 [  7080] By: jhi                                   on 2000/09/14  17:40:35
64907         Log: Problems picked up by AIX cc.
64908              
64909              Subject: Re: perl@7078 (patch included)
64910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64911              Date: Thu, 14 Sep 2000 18:53:30 +0200
64912              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
64913      Branch: perl
64914            ! ext/Encode/Encode.xs
64915 ____________________________________________________________________________
64916 [  7079] By: jhi                                   on 2000/09/14  17:38:27
64917         Log: Subject: File::Find 5.7.0 POD nits
64918              From: Rich Morin <rdm@cfcl.com>
64919              Date: Wed, 13 Sep 2000 22:03:58 -0700
64920              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
64921      Branch: perl
64922            ! lib/File/Find.pm
64923 ____________________________________________________________________________
64924 [  7078] By: jhi                                   on 2000/09/14  14:58:20
64925         Log: Update Changes.
64926      Branch: perl
64927            ! Changes patchlevel.h
64928 ____________________________________________________________________________
64929 [  7077] By: jhi                                   on 2000/09/14  14:55:54
64930         Log: Compilation warnings and an error.
64931      Branch: perl
64932            ! sv.c
64933 ____________________________________________________________________________
64934 [  7076] By: jhi                                   on 2000/09/14  14:42:56
64935         Log: Fix for a parsing bug, not for the original bug.
64936              
64937              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
64938              From: Spider Boardman <spider@web.zk3.dec.com>
64939              Date: Wed, 13 Sep 2000 17:52:20 -0400
64940              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
64941      Branch: perl
64942            ! regcomp.c
64943 ____________________________________________________________________________
64944 [  7075] By: jhi                                   on 2000/09/14  14:40:40
64945         Log: Batch of UTF-8 patches from Simon Cozens.
64946      Branch: perl
64947            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
64948            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
64949            ! toke.c utf8.c
64950 ____________________________________________________________________________
64951 [  7074] By: jhi                                   on 2000/09/14  14:29:58
64952         Log: Subject: Re: Two advertising clauses need to be removed
64953              From: Russ Allbery <rra@stanford.edu>
64954              Date: 13 Sep 2000 18:50:26 -0700
64955              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
64956      Branch: perl
64957            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
64958 ____________________________________________________________________________
64959 [  7073] By: jhi                                   on 2000/09/14  14:28:20
64960         Log: Subject: [PATCH] de-wall t/README
64961              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64962              Date: Wed, 13 Sep 2000 17:46:55 -0700
64963              Message-ID: <//Bw5gzkge/e092yn@efn.org>
64964      Branch: perl
64965            ! t/README
64966 ____________________________________________________________________________
64967 [  7072] By: jhi                                   on 2000/09/14  14:25:10
64968         Log: Hints optimization.
64969              
64970              Subject: Minor nit
64971              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64972              Date: Wed, 13 Sep 2000 21:42:07 +0200
64973              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
64974      Branch: perl
64975            ! hints/hpux.sh
64976 ____________________________________________________________________________
64977 [  7071] By: jhi                                   on 2000/09/14  14:23:30
64978         Log: Allow chop() and chomp() to be overridden.
64979              
64980              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64981              From: "Casey R. Tweten" <crt@kiski.net>
64982              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
64983              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
64984      Branch: perl
64985            ! toke.c
64986 ____________________________________________________________________________
64987 [  7070] By: jhi                                   on 2000/09/14  14:20:36
64988         Log: The return value of setlocale must be copied away.
64989              
64990              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64991              From: Alan Burlison <Alan.Burlison@uk.sun.com>
64992              Date: Wed, 13 Sep 2000 16:27:37 +0100 
64993              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
64994      Branch: perl
64995            ! util.c
64996 ____________________________________________________________________________
64997 [  7069] By: jhi                                   on 2000/09/14  14:16:27
64998         Log: Remove vestiges of tr//CU.
64999              
65000              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65001              From: Nick Clark <nick@plum.flirble.org>
65002              Date: Tue, 12 Sep 2000 22:50:14 +0100
65003              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
65004              
65005              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65006              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65007              Date: Tue, 12 Sep 2000 21:38:48 -0700
65008              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
65009      Branch: perl
65010            ! op.h pod/perlunicode.pod
65011 ____________________________________________________________________________
65012 [  7068] By: jhi                                   on 2000/09/13  14:18:39
65013         Log: Add the Encode extension.  The code is still largely just skeleton.
65014      Branch: perl
65015            + ext/Encode/Encode.pm ext/Encode/Encode.xs
65016            + ext/Encode/Makefile.PL ext/Encode/Todo
65017            ! MANIFEST Todo-5.6
65018 ____________________________________________________________________________
65019 [  7067] By: jhi                                   on 2000/09/12  17:43:33
65020         Log: Allow for whitespace between "#" and "line" in cpp output.
65021              
65022              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
65023              From: Calle Dybedahl <calle@lysator.liu.se>
65024              Date: 12 Sep 2000 19:38:02 +0200 
65025              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
65026      Branch: perl
65027            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
65028 ____________________________________________________________________________
65029 [  7066] By: gsar                                  on 2000/09/12  17:24:29
65030         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
65031              initialization in all the threads on Windows
65032      Branch: perl
65033            ! win32/win32.c
65034 ____________________________________________________________________________
65035 [  7065] By: jhi                                   on 2000/09/12  15:11:31
65036         Log: Update Changes.
65037      Branch: perl
65038            ! Changes patchlevel.h
65039 ____________________________________________________________________________
65040 [  7064] By: jhi                                   on 2000/09/12  14:54:54
65041         Log: Retract #7062, the pod tests are not ready.
65042      Branch: perl
65043            ! t/TEST t/harness
65044 ____________________________________________________________________________
65045 [  7063] By: jhi                                   on 2000/09/12  14:25:41
65046         Log: The #7054 truncated Configure badly.
65047      Branch: metaconfig/U/perl
65048            ! End.U
65049      Branch: perl
65050            ! Configure config_h.SH
65051 ____________________________________________________________________________
65052 [  7062] By: jhi                                   on 2000/09/12  14:08:32
65053         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
65054              From: sthoenna@efn.org
65055              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
65056              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
65057      Branch: perl
65058            ! t/TEST t/harness
65059 ____________________________________________________________________________
65060 [  7061] By: jhi                                   on 2000/09/12  14:07:18
65061         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
65062              From: sthoenna@efn.org
65063              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
65064              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
65065      Branch: perl
65066            ! pod/perlxs.pod
65067 ____________________________________________________________________________
65068 [  7060] By: jhi                                   on 2000/09/12  14:06:08
65069         Log: Break up the myconfig lines a bit.
65070              
65071              Subject: perlbug/perl -V output format
65072              From: sthoenna@efn.org
65073              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
65074              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
65075      Branch: perl
65076            ! myconfig.SH
65077 ____________________________________________________________________________
65078 [  7059] By: jhi                                   on 2000/09/12  14:05:04
65079         Log: Test for the #7049.
65080              
65081              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
65082              From: andreas.koenig@anima.de (Andreas J. Koenig)
65083              Date: 12 Sep 2000 06:42:01 +0200
65084              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
65085      Branch: perl
65086            ! t/op/my.t
65087 ____________________________________________________________________________
65088 [  7058] By: jhi                                   on 2000/09/12  14:03:05
65089         Log: Subject: [patch: perl@7045] vms updates
65090              From: Peter Prymmer <pvhp@forte.com>
65091              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
65092              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
65093      Branch: perl
65094            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
65095 ____________________________________________________________________________
65096 [  7057] By: jhi                                   on 2000/09/12  14:00:51
65097         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
65098              From: sthoenna@efn.org
65099              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
65100              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
65101      Branch: perl
65102            ! t/op/64bitint.t
65103 ____________________________________________________________________________
65104 [  7056] By: jhi                                   on 2000/09/12  13:58:14
65105         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
65106              From: Jeff Pinyan <jeffp@crusoe.net>
65107              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
65108              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
65109      Branch: perl
65110            ! pod/perlfunc.pod
65111 ____________________________________________________________________________
65112 [  7055] By: jhi                                   on 2000/09/12  13:56:32
65113         Log: Do in VMS as the #7054 does.
65114      Branch: perl
65115            ! configure.com
65116 ____________________________________________________________________________
65117 [  7054] By: jhi                                   on 2000/09/12  13:50:31
65118         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
65119              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65120              Date: Mon, 11 Sep 2000 08:33:09 +0100
65121              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
65122      Branch: metaconfig/U/perl
65123            ! End.U
65124      Branch: perl
65125            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
65126            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65127 ____________________________________________________________________________
65128 [  7053] By: jhi                                   on 2000/09/12  13:29:19
65129         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
65130              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65131              Date:     Tue, 12 Sep 2000 08:35:59 EDT
65132              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
65133      Branch: perl
65134            ! vms/test.com
65135 ____________________________________________________________________________
65136 [  7052] By: jhi                                   on 2000/09/11  23:01:50
65137         Log: Document the SvUTF8*().
65138      Branch: perl
65139            ! pod/perlapi.pod sv.h
65140 ____________________________________________________________________________
65141 [  7051] By: gsar                                  on 2000/09/11  14:46:30
65142         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
65143              (missed a spot when fixing up op_pmreplroot hack for ithreads)
65144      Branch: perl
65145            ! op.c t/op/split.t
65146 ____________________________________________________________________________
65147 [  7050] By: nick                                  on 2000/09/11  10:03:51
65148         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
65149              
65150              Subject: borland C++ win32.c tweak
65151              From: Vadim Konovalov <vkonovalov@lucent.com>
65152              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
65153              Date: Mon, 11 Sep 2000 11:22:33 +0400
65154      Branch: perl
65155            ! win32/win32.c
65156 ____________________________________________________________________________
65157 [  7049] By: nick                                  on 2000/09/11  09:57:33
65158         Log: Point fix for s/// on foreach (keys %xxx).
65159      Branch: perl
65160            ! pp_hot.c
65161 ____________________________________________________________________________
65162 [  7048] By: jhi                                   on 2000/09/10  23:37:09
65163         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
65164              by Pod::Text, from Brad Appleton.
65165      Branch: perl
65166            ! t/pod/testp2pt.pl
65167 ____________________________________________________________________________
65168 [  7047] By: jhi                                   on 2000/09/10  14:32:53
65169         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
65170              by Russ Allbery.
65171      Branch: perl
65172            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
65173 ____________________________________________________________________________
65174 [  7046] By: jhi                                   on 2000/09/10  14:15:08
65175         Log: Upgrade to CPAN 1.57_65, from Andreas König.
65176      Branch: perl
65177            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65178 ____________________________________________________________________________
65179 [  7045] By: jhi                                   on 2000/09/08  21:36:32
65180         Log: Update Changes.
65181      Branch: perl
65182            ! Changes patchlevel.h
65183 ____________________________________________________________________________
65184 [  7044] By: jhi                                   on 2000/09/08  21:29:56
65185         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
65186              From: Peter Prymmer <pvhp@forte.com>
65187              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
65188              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
65189      Branch: perl
65190            ! configure.com
65191 ____________________________________________________________________________
65192 [  7043] By: jhi                                   on 2000/09/08  21:27:50
65193         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
65194              From: Peter Prymmer <pvhp@forte.com>
65195              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
65196              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
65197      Branch: perl
65198            ! Makefile.SH installperl
65199 ____________________________________________________________________________
65200 [  7042] By: jhi                                   on 2000/09/08  21:23:21
65201         Log: Continue #7041.
65202      Branch: perl
65203            ! cygwin/Makefile.SHs os2/Makefile.SHs
65204 ____________________________________________________________________________
65205 [  7041] By: jhi                                   on 2000/09/08  21:18:10
65206         Log: Do away with memory models cruft.  Sorry, PDP users.
65207      Branch: metaconfig
65208            ! U/modified/cc.U U/modified/libpth.U
65209      Branch: perl
65210            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
65211            ! Porting/config_H cflags.SH config_h.SH configure.com
65212            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
65213            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
65214            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
65215 ____________________________________________________________________________
65216 [  7040] By: jhi                                   on 2000/09/08  14:34:18
65217         Log: Major rewrite of s2p.  And I mean really major, it is
65218              an implementation of sed in perl.  If called as s2p it
65219              will function as s2p.  Note: needs non-UNIXifying.
65220              
65221              Subject: s2p
65222              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
65223              Date: Mon, 28 Aug 2000 14:05:12 +0200
65224              Message-ID: <39AA5578.2102E2AA@alcatel.at>
65225      Branch: perl
65226            ! x2p/s2p.PL
65227 ____________________________________________________________________________
65228 [  7039] By: jhi                                   on 2000/09/08  14:19:49
65229         Log: Re-allow vec() for characters > 255.
65230              
65231              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
65232              From: Spider Boardman <spider@web.zk3.dec.com>
65233              Date: Fri, 08 Sep 2000 02:21:02 -0400
65234              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
65235      Branch: perl
65236            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
65237            ! t/op/vec.t
65238 ____________________________________________________________________________
65239 [  7038] By: jhi                                   on 2000/09/08  14:14:18
65240         Log: Subject: [PATCH lib/Benchmark.pm]
65241              From: <abigail@foad.org>
65242              Date: Thu, 7 Sep 2000 15:03:20 -0400
65243              Message-ID: <20000907190320.888.qmail@foad.org>
65244      Branch: perl
65245            ! lib/Benchmark.pm
65246 ____________________________________________________________________________
65247 [  7037] By: jhi                                   on 2000/09/08  14:11:06
65248         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
65249              
65250              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
65251              From: Spider Boardman <spider@web.zk3.dec.com>
65252              Date: Fri, 08 Sep 2000 01:30:27 -0400
65253              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
65254      Branch: perl
65255            ! op.c
65256 ____________________________________________________________________________
65257 [  7036] By: jhi                                   on 2000/09/08  14:08:58
65258         Log: Subject: [ID 20000908.002] perlipc documentation bug.
65259              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
65260              Date: Fri, 08 Sep 2000 12:38:32 +0200
65261              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
65262      Branch: perl
65263            ! pod/perlipc.pod
65264 ____________________________________________________________________________
65265 [  7035] By: jhi                                   on 2000/09/08  14:03:12
65266         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65268              Date: Fri, 08 Sep 2000 11:47:34 +0200
65269              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
65270      Branch: perl
65271            ! hints/dec_osf.sh
65272 ____________________________________________________________________________
65273 [  7034] By: jhi                                   on 2000/09/08  13:59:35
65274         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
65275              From: Simon Cozens <simon@cozens.net>
65276              Date: Thu, 7 Sep 2000 20:40:38 +0100
65277              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
65278      Branch: perl
65279            ! pp_hot.c
65280 ____________________________________________________________________________
65281 [  7033] By: jhi                                   on 2000/09/08  04:03:03
65282         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
65283              From: "Larry W. Virden" <lvirden@cas.org>
65284              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
65285              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
65286      Branch: perl
65287            ! pod/perldiag.pod
65288 ____________________________________________________________________________
65289 [  7032] By: jhi                                   on 2000/09/07  22:18:30
65290         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
65291              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
65292              Date: Mon, 04 Sep 2000 13:16:38 -0700
65293              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
65294      Branch: perl
65295            ! lib/perl5db.pl
65296 ____________________________________________________________________________
65297 [  7031] By: jhi                                   on 2000/09/07  22:02:29
65298         Log: Fix the ccversion detection for 5.1 and beyond.
65299              
65300              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65301              From: Spider Boardman <spider@leggy.zk3.dec.com>
65302              Date: Thu, 7 Sep 2000 17:54:27 -0400
65303              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
65304      Branch: perl
65305            ! hints/dec_osf.sh
65306 ____________________________________________________________________________
65307 [  7030] By: jhi                                   on 2000/09/07  19:12:28
65308         Log: Fix for
65309              
65310              Subject: [ID 20000903.001] \w in utf8-strings
65311              From: Marc Lehmann <pcg@goof.com>
65312              Date: Sun, 03 Sep 2000 09:44:29 +0200
65313              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
65314              
65315              and various related nits.
65316      Branch: perl
65317            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
65318 ____________________________________________________________________________
65319 [  7029] By: jhi                                   on 2000/09/07  18:49:09
65320         Log: Fix the URL, but the server is still missing in action.
65321              
65322              Subject: [ID 20000905.002] perlfaq1.pod URL error
65323              From: "Larry W. Virden" <lvirden@cas.org>
65324              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
65325              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
65326      Branch: perl
65327            ! pod/perlfaq1.pod
65328 ____________________________________________________________________________
65329 [  7028] By: jhi                                   on 2000/09/07  18:47:13
65330         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
65331              From: Hugo <hv@crypt.compulink.co.uk>
65332              Date: Tue, 05 Sep 2000 14:13:37 +0100
65333              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
65334      Branch: perl
65335            ! toke.c
65336 ____________________________________________________________________________
65337 [  7027] By: jhi                                   on 2000/09/07  18:45:35
65338         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
65339              From: Daniel Chetlin <daniel@chetlin.com>
65340              Date: Tue, 5 Sep 2000 04:57:07 -0700
65341              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
65342      Branch: perl
65343            ! pod/perlfaq6.pod pod/perlop.pod
65344 ____________________________________________________________________________
65345 [  7026] By: jhi                                   on 2000/09/07  18:44:01
65346         Log: Document the new ref() semantics.
65347              
65348              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
65349              From: Gisle Aas <gisle@ActiveState.com>
65350              Date: 05 Sep 2000 08:10:30 +0200
65351              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
65352      Branch: perl
65353            ! pod/perldelta.pod
65354 ____________________________________________________________________________
65355 [  7025] By: jhi                                   on 2000/09/07  18:42:27
65356         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
65357              
65358              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
65359              From: Gisle Aas <gisle@ActiveState.com>
65360              Date: 05 Sep 2000 08:11:40 +0200
65361              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
65362      Branch: perl
65363            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
65364 ____________________________________________________________________________
65365 [  7024] By: jhi                                   on 2000/09/07  18:39:32
65366         Log: Subject: [PATCH] Modernize Opcode.pm documentation
65367              From: Gisle Aas <gisle@ActiveState.com>
65368              Date: 4 Sep 2000 00:18:55 -0000
65369              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
65370      Branch: perl
65371            ! ext/Opcode/Opcode.pm
65372 ____________________________________________________________________________
65373 [  7023] By: jhi                                   on 2000/09/07  18:37:42
65374         Log: Subject: [PATCH] Tied filehandle documentation
65375              From: Gisle Aas <gisle@ActiveState.com>
65376              Date: 4 Sep 2000 00:14:40 -0000
65377              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
65378      Branch: perl
65379            ! pod/perlfunc.pod pod/perltie.pod
65380 ____________________________________________________________________________
65381 [  7022] By: jhi                                   on 2000/09/07  18:35:37
65382         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
65383              From: Gisle Aas <gisle@ActiveState.com>
65384              Date: 4 Sep 2000 00:04:22 -0000
65385              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
65386      Branch: perl
65387            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
65388 ____________________________________________________________________________
65389 [  7021] By: jhi                                   on 2000/09/07  18:33:22
65390         Log: Subject: small apidoc fix
65391              From: Marc Lehmann <pcg@goof.com>
65392              Date: Sun, 3 Sep 2000 05:12:06 +0200
65393              Message-ID: <20000903051206.A5909@cerebro.laendle>
65394      Branch: perl
65395            ! pod/perlapi.pod utf8.c
65396 ____________________________________________________________________________
65397 [  7020] By: jhi                                   on 2000/09/07  16:14:57
65398         Log: Tiny perldelta nits.
65399      Branch: perl
65400            ! pod/perldelta.pod
65401 ____________________________________________________________________________
65402 [  7019] By: jhi                                   on 2000/09/07  16:04:20
65403         Log: Guard against bad string->int conversion for quads.
65404      Branch: perl
65405            ! t/op/64bitint.t
65406 ____________________________________________________________________________
65407 [  7018] By: jhi                                   on 2000/09/06  17:07:03
65408         Log: Update Unicode todo list.
65409      Branch: perl
65410            ! Todo-5.6
65411 ____________________________________________________________________________
65412 [  7017] By: jhi                                   on 2000/09/05  21:16:01
65413         Log: Document the SvIOK_.*UV().
65414      Branch: perl
65415            ! pod/perlapi.pod sv.h
65416 ____________________________________________________________________________
65417 [  7016] By: nick                                  on 2000/09/03  21:54:46
65418         Log: Hash lookup of constant strings optimization:
65419              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
65420              to string table (as per sharepvn). Add newSV_pvn_share to create such
65421              a thing. Make hv.c compare addresses of strings and skip string compare
65422              if equal. Make method_named and helem ops use these shared-string SVs
65423              when arg is constant. Make keys op return shared-string SVs (less clearly
65424              a win).
65425      Branch: perl
65426            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
65427            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
65428            ! pod/perlintern.pod pp_hot.c proto.h sv.c
65429 ____________________________________________________________________________
65430 [  7015] By: jhi                                   on 2000/09/02  17:48:59
65431         Log: This is 5.7.0.
65432      Branch: perl
65433            ! Changes
65434 ____________________________________________________________________________
65435 [  7014] By: jhi                                   on 2000/09/02  17:35:45
65436         Log: Changes and patchlevel tweaks.
65437      Branch: perl
65438            ! Changes patchlevel.h
65439 ____________________________________________________________________________
65440 [  7013] By: jhi                                   on 2000/09/02  17:30:50
65441         Log: Update Changes.
65442      Branch: perl
65443            ! Changes patchlevel.h
65444 ____________________________________________________________________________
65445 [  7012] By: nick                                  on 2000/09/02  17:25:20
65446         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
65447      Branch: perl
65448            ! gv.c lib/overload.pm
65449 ____________________________________________________________________________
65450 [  7011] By: jhi                                   on 2000/09/02  17:16:25
65451         Log: Update perlhist.
65452      Branch: perl
65453            ! pod/perlhist.pod
65454 ____________________________________________________________________________
65455 [  7010] By: jhi                                   on 2000/09/02  17:01:35
65456         Log: perldelta nits.
65457      Branch: perl
65458            ! pod/perldelta.pod
65459 ____________________________________________________________________________
65460 [  7009] By: nick                                  on 2000/09/02  16:48:35
65461         Log: If overloaded %{} etc. return the object do not loop.
65462              Thus  sub deref { $_[0] } functions if object is wanted type.
65463      Branch: perl
65464            ! pp.h
65465 ____________________________________________________________________________
65466 [  7008] By: jhi                                   on 2000/09/02  16:26:11
65467         Log: Retab MANIFEST.
65468      Branch: perl
65469            ! ext/Storable/MANIFEST
65470 ____________________________________________________________________________
65471 [  7007] By: jhi                                   on 2000/09/02  16:23:02
65472         Log: Make certain cc is set before trying to run it.
65473      Branch: perl
65474            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
65475 ____________________________________________________________________________
65476 [  7006] By: jhi                                   on 2000/09/02  15:45:41
65477         Log: Unicode notes.
65478      Branch: perl
65479            ! pod/perldelta.pod
65480 ____________________________________________________________________________
65481 [  7005] By: jhi                                   on 2000/09/02  15:42:11
65482         Log: Various Configure nits by Philip Newton,
65483              plus the ebcdic one by me.
65484      Branch: metaconfig
65485            + U/modified/pager.U
65486            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
65487      Branch: metaconfig/U/perl
65488            ! Devel.U quadfio.U
65489      Branch: perl
65490            ! Configure config_h.SH
65491 ____________________________________________________________________________
65492 [  7004] By: jhi                                   on 2000/09/02  15:06:14
65493         Log: Apparently avoiding the swapping is too costly.
65494              
65495              From: "Ben Tilly" <ben_tilly@hotmail.com>
65496              Subject: Re: the door is closed.
65497              Date: Fri, 01 Sep 2000 20:23:16 EDT
65498              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
65499      Branch: perl
65500            ! pod/perlfaq4.pod
65501 ____________________________________________________________________________
65502 [  7003] By: nick                                  on 2000/09/02  12:26:04
65503         Log: Undo part of change 6489 which looks like a bulk edit which
65504              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
65505              The supressing of main:: on return from select() is undesirable.
65506      Branch: perl
65507            ! pp_sys.c
65508 ____________________________________________________________________________
65509 [  7002] By: jhi                                   on 2000/09/01  23:08:54
65510         Log: Update Changes.
65511      Branch: perl
65512            ! Changes patchlevel.h
65513 ____________________________________________________________________________
65514 [  7001] By: jhi                                   on 2000/09/01  23:00:13
65515         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
65516              From: Peter Prymmer <pvhp@forte.com>
65517              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
65518              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
65519              
65520              plus rework the http: spots as suggested by Tom Christiansen,
65521              plus regen perltoc.
65522      Branch: perl
65523            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
65524            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
65525 ____________________________________________________________________________
65526 [  7000] By: jhi                                   on 2000/09/01  22:36:01
65527         Log: Only the first line, thank you very much.
65528      Branch: perl
65529            ! hints/solaris_2.sh
65530 ____________________________________________________________________________
65531 [  6999] By: gsar                                  on 2000/09/01  22:16:40
65532         Log: change#6791 accidentally clobbered change#6710, put it back
65533      Branch: perl
65534            ! win32/win32.c
65535 ____________________________________________________________________________
65536 [  6998] By: jhi                                   on 2000/09/01  22:14:16
65537         Log: Mention the HP-UX LP64 freak failure.
65538      Branch: perl
65539            ! pod/perldelta.pod
65540 ____________________________________________________________________________
65541 [  6997] By: jhi                                   on 2000/09/01  21:48:32
65542         Log: Detypo.
65543      Branch: perl
65544            ! hints/hpux.sh
65545 ____________________________________________________________________________
65546 [  6996] By: jhi                                   on 2000/09/01  21:27:10
65547         Log: Update Changes.
65548      Branch: perl
65549            ! Changes patchlevel.h
65550 ____________________________________________________________________________
65551 [  6995] By: jhi                                   on 2000/09/01  21:14:24
65552         Log: Mi splgn s gnin.g
65553      Branch: perl
65554            ! pp_ctl.c
65555 ____________________________________________________________________________
65556 [  6994] By: jhi                                   on 2000/09/01  21:09:54
65557         Log: Subject: http:// in L<>
65558              From: Nicholas Clark <nick@ccl4.org>
65559              Date: Fri, 1 Sep 2000 22:03:21 +0100
65560              Message-ID: <20000901220321.B72074@plum.flirble.org>
65561      Branch: perl
65562            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
65563 ____________________________________________________________________________
65564 [  6993] By: jhi                                   on 2000/09/01  21:06:54
65565         Log: Update to Storable 1.0, from Raphael Manfredi.
65566      Branch: perl
65567            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
65568            ! ext/Storable/Makefile.PL ext/Storable/README
65569            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
65570            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
65571            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
65572            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
65573            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
65574            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
65575 ____________________________________________________________________________
65576 [  6992] By: jhi                                   on 2000/09/01  20:43:05
65577         Log: Mention known sfio+linux buglet.
65578      Branch: perl
65579            ! pod/perldelta.pod
65580 ____________________________________________________________________________
65581 [  6991] By: jhi                                   on 2000/09/01  20:40:11
65582         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
65583              From: Peter Prymmer <pvhp@forte.com>
65584              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
65585              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
65586      Branch: perl
65587            ! vms/vms.c
65588 ____________________________________________________________________________
65589 [  6990] By: jhi                                   on 2000/09/01  20:25:26
65590         Log: Retract #6986.
65591      Branch: perl
65592            ! hints/solaris_2.sh
65593 ____________________________________________________________________________
65594 [  6989] By: jhi                                   on 2000/09/01  20:23:00
65595         Log: Mergesort is back.
65596      Branch: perl
65597            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
65598 ____________________________________________________________________________
65599 [  6988] By: jhi                                   on 2000/09/01  19:37:40
65600         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
65601              From: Mike Guy <mjtg@cam.ac.uk>
65602              Date: Fri, 01 Sep 2000 17:43:33 +0100
65603              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
65604      Branch: perl
65605            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
65606            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
65607 ____________________________________________________________________________
65608 [  6987] By: jhi                                   on 2000/09/01  19:17:10
65609         Log: Regen perltoc.
65610      Branch: perl
65611            ! pod/perltoc.pod
65612 ____________________________________________________________________________
65613 [  6986] By: jhi                                   on 2000/09/01  18:51:10
65614         Log: Subject: Re: Solaris x86 has no SPARC libraries!
65615              From: Lupe Christoph <lupe@lupe-christoph.de>
65616              Date: Fri, 1 Sep 2000 20:41:20 +0200
65617              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
65618      Branch: perl
65619            ! hints/solaris_2.sh
65620 ____________________________________________________________________________
65621 [  6985] By: jhi                                   on 2000/09/01  18:28:10
65622         Log: Update Changes.
65623      Branch: perl
65624            ! Changes patchlevel.h
65625 ____________________________________________________________________________
65626 [  6984] By: jhi                                   on 2000/09/01  18:26:53
65627         Log: Feature ordering tweak.
65628      Branch: perl
65629            ! myconfig.SH
65630 ____________________________________________________________________________
65631 [  6983] By: jhi                                   on 2000/09/01  18:19:50
65632         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65633              From: <abigail@foad.org>
65634              Date: Fri, 1 Sep 2000 13:07:32 -0400
65635              Message-ID: <20000901170732.18249.qmail@foad.org>
65636      Branch: perl
65637            ! t/pragma/overload.t
65638 ____________________________________________________________________________
65639 [  6982] By: jhi                                   on 2000/09/01  18:17:54
65640         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
65641              so that case-ignoring systems like DCL can tell them from
65642              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
65643      Branch: metaconfig/U/perl
65644            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
65645      Branch: perl
65646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65647            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
65648            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
65649            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
65650            ! vos/config.def vos/config.h vos/config_h.SH_orig
65651            ! win32/config.bc win32/config.gc win32/config.vc
65652 ____________________________________________________________________________
65653 [  6981] By: nick                                  on 2000/09/01  17:21:57
65654         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
65655              warning when UNTIE exists and instead pass the count of extra references to
65656              the UNTIE method.
65657      Branch: perl
65658            ! pod/perltie.pod pp_sys.c
65659 ____________________________________________________________________________
65660 [  6980] By: jhi                                   on 2000/09/01  16:54:44
65661         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
65662              From: Peter Prymmer <pvhp@forte.com>
65663              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
65664              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
65665      Branch: perl
65666            ! configure.com
65667 ____________________________________________________________________________
65668 [  6979] By: jhi                                   on 2000/09/01  16:06:20
65669         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
65670              From: Mike Guy <mjtg@cam.ac.uk> 
65671              Date: Fri, 01 Sep 2000 16:49:27 +0100
65672              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
65673      Branch: perl
65674            ! t/base/rs.t
65675 ____________________________________________________________________________
65676 [  6978] By: jhi                                   on 2000/09/01  16:00:42
65677         Log: Update to PodParser 1.18, from Brad Appleton.
65678      Branch: perl
65679            ! lib/Pod/Checker.pm t/pod/find.t
65680 ____________________________________________________________________________
65681 [  6977] By: jhi                                   on 2000/09/01  14:48:58
65682         Log: Subject: Nit in Configure (bleadperl@6961)
65683              From: Lupe Christoph <lupe@lupe-christoph.de>
65684              Date: Fri, 1 Sep 2000 16:34:29 +0200
65685              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
65686      Branch: metaconfig
65687            ! U/compline/ccflags.U
65688      Branch: perl
65689            ! Configure config_h.SH
65690 ____________________________________________________________________________
65691 [  6976] By: jhi                                   on 2000/09/01  14:39:52
65692         Log: Update Changes.
65693      Branch: perl
65694            ! Changes patchlevel.h
65695 ____________________________________________________________________________
65696 [  6975] By: jhi                                   on 2000/09/01  14:37:36
65697         Log: microperl config update.
65698      Branch: perl
65699            ! uconfig.h uconfig.sh
65700 ____________________________________________________________________________
65701 [  6974] By: jhi                                   on 2000/09/01  14:36:53
65702         Log: Document known deficiencies.
65703      Branch: perl
65704            ! pod/perldelta.pod
65705 ____________________________________________________________________________
65706 [  6973] By: jhi                                   on 2000/09/01  14:10:20
65707         Log: Mention warnings fixes and updates.
65708      Branch: perl
65709            ! pod/perldelta.pod
65710 ____________________________________________________________________________
65711 [  6972] By: jhi                                   on 2000/09/01  14:01:52
65712         Log: Drop unused argument.
65713              
65714              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
65715              From: Spider Boardman <spider@web.zk3.dec.com>
65716              Date: Thu, 31 Aug 2000 16:10:15 -0400
65717              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
65718      Branch: perl
65719            ! toke.c
65720 ____________________________________________________________________________
65721 [  6971] By: jhi                                   on 2000/09/01  13:59:24
65722         Log: Add the overload warnings to perldiag.
65723      Branch: perl
65724            ! lib/overload.pm pod/perldiag.pod
65725 ____________________________________________________________________________
65726 [  6970] By: jhi                                   on 2000/09/01  13:55:10
65727         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65728              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65729              Date: Fri, 1 Sep 2000 13:43:15 +0100 
65730              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
65731      Branch: perl
65732            ! lib/overload.pm t/pragma/overload.t
65733 ____________________________________________________________________________
65734 [  6969] By: jhi                                   on 2000/09/01  13:52:27
65735         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65736              From: <abigail@foad.org>
65737              Date: Fri, 1 Sep 2000 05:46:54 -0400
65738              Message-ID: <20000901094654.6476.qmail@foad.org>
65739      Branch: perl
65740            ! lib/overload.pm
65741 ____________________________________________________________________________
65742 [  6968] By: jhi                                   on 2000/09/01  13:50:05
65743         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
65744              From: Daniel Chetlin <daniel@chetlin.com>
65745              Date: Fri, 1 Sep 2000 02:10:55 -0700
65746              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
65747      Branch: perl
65748            ! pod/perlretut.pod
65749 ____________________________________________________________________________
65750 [  6967] By: jhi                                   on 2000/09/01  13:47:54
65751         Log: Part of the solution.
65752              
65753              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
65754              From: Mike Guy <mjtg@cam.ac.uk>
65755              Date: Fri, 01 Sep 2000 14:16:01 +0100
65756              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
65757      Branch: perl
65758            ! gv.c mg.c
65759 ____________________________________________________________________________
65760 [  6966] By: jhi                                   on 2000/09/01  13:46:17
65761         Log: Subject: CPAN.pm beta 1.57_57 for the core
65762              From: andreas.koenig@anima.de (Andreas J. Koenig)
65763              Date: 01 Sep 2000 15:16:31 +0200
65764              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
65765      Branch: perl
65766            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65767 ____________________________________________________________________________
65768 [  6965] By: jhi                                   on 2000/09/01  13:43:18
65769         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
65770              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65771              Date: Fri, 01 Sep 2000 01:47:22 -0500
65772              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
65773      Branch: perl
65774            ! pod/perldelta.pod vms/vms.c
65775 ____________________________________________________________________________
65776 [  6964] By: jhi                                   on 2000/09/01  13:35:35
65777         Log: File::Temp patches from Andreas König,
65778              
65779              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
65780              From: andreas.koenig@anima.de (Andreas J. Koenig)
65781              Date: 01 Sep 2000 10:07:20 +0200
65782              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
65783              
65784              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
65785              From: andreas.koenig@anima.de (Andreas J. Koenig)
65786              Date: 31 Aug 2000 23:26:08 +0200
65787              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
65788      Branch: perl
65789            ! lib/File/Temp.pm t/lib/ftmp-security.t
65790 ____________________________________________________________________________
65791 [  6963] By: jhi                                   on 2000/09/01  02:22:24
65792         Log: Retract the mergesort code, way too incompatible licensing
65793              and copyrights.
65794      Branch: perl
65795            ! pod/perldelta.pod pp_ctl.c
65796 ____________________________________________________________________________
65797 [  6962] By: jhi                                   on 2000/08/31  23:27:32
65798         Log: Update Changes.
65799      Branch: perl
65800            ! Changes patchlevel.h
65801 ____________________________________________________________________________
65802 [  6961] By: jhi                                   on 2000/08/31  23:20:04
65803         Log: Small tweaks all over.
65804      Branch: metaconfig
65805            ! U/compline/d_gconvert.U
65806      Branch: perl
65807            ! AUTHORS Configure config_h.SH pp_ctl.c
65808 ____________________________________________________________________________
65809 [  6960] By: jhi                                   on 2000/08/31  22:39:36
65810         Log: Further rewording.
65811      Branch: perl
65812            ! pp_ctl.c
65813 ____________________________________________________________________________
65814 [  6959] By: jhi                                   on 2000/08/31  21:26:44
65815         Log: More address tweaking.
65816      Branch: perl
65817            ! AUTHORS Changes
65818 ____________________________________________________________________________
65819 [  6958] By: jhi                                   on 2000/08/31  20:47:25
65820         Log: AUTHORS tweaks, from Peter Prymmer.
65821              
65822              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
65823              From: Peter Prymmer <pvhp@forte.com>
65824              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
65825              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
65826      Branch: perl
65827            ! AUTHORS MAINTAIN
65828 ____________________________________________________________________________
65829 [  6957] By: jhi                                   on 2000/08/31  20:34:43
65830         Log: perldelta tweaks.
65831      Branch: perl
65832            ! pod/perldelta.pod
65833 ____________________________________________________________________________
65834 [  6956] By: jhi                                   on 2000/08/31  19:11:06
65835         Log: Regen perltoc.
65836      Branch: perl
65837            ! pod/perltoc.pod
65838 ____________________________________________________________________________
65839 [  6955] By: jhi                                   on 2000/08/31  19:06:30
65840         Log: Clarify the mergesort situation.
65841      Branch: perl
65842            ! pp_ctl.c
65843 ____________________________________________________________________________
65844 [  6954] By: jhi                                   on 2000/08/31  18:24:17
65845         Log: Move the Solaris 7 scan to use64bitall, make the
65846              failure to find 64-bot sparc libc to mention the
65847              possibility of being in an intel, from Lupe and Alan.
65848      Branch: perl
65849            ! hints/solaris_2.sh
65850 ____________________________________________________________________________
65851 [  6953] By: jhi                                   on 2000/08/31  18:09:20
65852         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
65853              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
65854      Branch: metaconfig
65855            ! U/compline/d_gconvert.U U/threads/archname.U
65856      Branch: metaconfig/U/perl
65857            ! perlxv.U
65858      Branch: perl
65859            ! Configure config_h.SH sv.c
65860 ____________________________________________________________________________
65861 [  6952] By: jhi                                   on 2000/08/31  17:42:24
65862         Log: :: not allowed in pathnames, change to .
65863              
65864              Subject: [PATCH perl@6938] cygwin port
65865              From: "Fifer, Eric" <EFifer@sanwaint.com>
65866              Date: Thu, 31 Aug 2000 16:32:59 +0100
65867              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
65868      Branch: metaconfig/U/perl
65869            ! perlxv.U
65870 ____________________________________________________________________________
65871 [  6951] By: jhi                                   on 2000/08/31  17:02:05
65872         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
65873      Branch: perl
65874            ! perl.h
65875 ____________________________________________________________________________
65876 [  6950] By: jhi                                   on 2000/08/31  16:26:08
65877         Log: More author updates.
65878              
65879              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
65880              From: Simon Cozens <simon@cozens.net>
65881              Date: Thu, 31 Aug 2000 17:13:32 +0100
65882              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
65883      Branch: perl
65884            ! AUTHORS
65885 ____________________________________________________________________________
65886 [  6949] By: jhi                                   on 2000/08/31  16:04:49
65887         Log: POSIX doesn't report long double values under -Duselongdouble
65888              when the long doubles are "real" (bigger than doubles).
65889              
65890              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
65891              From: Spider Boardman <spider@peano.zk3.dec.com>
65892              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
65893              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
65894      Branch: perl
65895            ! ext/POSIX/POSIX.xs
65896 ____________________________________________________________________________
65897 [  6948] By: jhi                                   on 2000/08/31  15:25:10
65898         Log: Update Changes.
65899      Branch: perl
65900            ! Changes patchlevel.h
65901 ____________________________________________________________________________
65902 [  6947] By: jhi                                   on 2000/08/31  15:22:29
65903         Log: Document UNTIE in a very minimalistic way.
65904      Branch: perl
65905            ! pod/perlfunc.pod pod/perltie.pod
65906 ____________________________________________________________________________
65907 [  6946] By: jhi                                   on 2000/08/31  15:15:23
65908         Log: Document known failures.
65909      Branch: perl
65910            ! pod/perldelta.pod
65911 ____________________________________________________________________________
65912 [  6945] By: jhi                                   on 2000/08/31  15:07:00
65913         Log: Don't attach -ld to the archname if pointless.
65914      Branch: metaconfig
65915            ! U/threads/archname.U
65916      Branch: perl
65917            ! Configure config_h.SH
65918 ____________________________________________________________________________
65919 [  6944] By: jhi                                   on 2000/08/31  14:37:42
65920         Log: Wrap the test in eval.
65921              
65922              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
65923              From: Tim Jenness <timj@jach.hawaii.edu>
65924              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
65925              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
65926      Branch: perl
65927            ! t/lib/ftmp-security.t
65928 ____________________________________________________________________________
65929 [  6943] By: jhi                                   on 2000/08/31  14:30:57
65930         Log: Make -Dusemorebits find long doubles in Solaris.
65931      Branch: perl
65932            ! hints/solaris_2.sh
65933 ____________________________________________________________________________
65934 [  6942] By: jhi                                   on 2000/08/31  13:48:45
65935         Log: Clarify the third case of ftmp-security warnings.
65936      Branch: perl
65937            ! INSTALL
65938 ____________________________________________________________________________
65939 [  6941] By: jhi                                   on 2000/08/31  13:40:31
65940         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
65941              From: <abigail@foad.org>
65942              Date: Thu, 31 Aug 2000 01:35:05 -0400
65943              Message-ID: <20000831053505.32120.qmail@foad.org>
65944      Branch: perl
65945            ! pod/perldelta.pod
65946 ____________________________________________________________________________
65947 [  6940] By: jhi                                   on 2000/08/31  13:38:48
65948         Log: Issue useful diagnostic on unknown pod commands.
65949              
65950              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
65951              From: <abigail@foad.org>
65952              Date: Thu, 31 Aug 2000 03:41:18 -0400
65953              Message-ID: <20000831074118.24880.qmail@foad.org>
65954      Branch: perl
65955            ! lib/Pod/Man.pm
65956 ____________________________________________________________________________
65957 [  6939] By: jhi                                   on 2000/08/31  13:34:33
65958         Log: Reveal Borland's isnan.
65959              
65960              Subject: build with BC++ tweak
65961              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
65962              Date: Thu, 31 Aug 2000 13:09:37 +0400
65963              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
65964      Branch: perl
65965            ! win32/win32.h
65966 ____________________________________________________________________________
65967 [  6938] By: jhi                                   on 2000/08/31  05:01:20
65968         Log: Update Changes.
65969      Branch: perl
65970            ! Changes patchlevel.h
65971 ____________________________________________________________________________
65972 [  6937] By: jhi                                   on 2000/08/31  04:26:23
65973         Log: sscanf() may be the only way to read long doubles from strings.
65974      Branch: metaconfig/U/perl
65975            ! longdblfio.U
65976      Branch: perl
65977            ! Configure config_h.SH perl.h util.c
65978 ____________________________________________________________________________
65979 [  6936] By: jhi                                   on 2000/08/31  04:18:19
65980         Log: The #6929 was too skimpy.
65981      Branch: perl
65982            ! sv.c
65983 ____________________________________________________________________________
65984 [  6935] By: jhi                                   on 2000/08/31  02:47:07
65985         Log: Subject: Re: typos in pods
65986              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65987              Date: Wed, 30 Aug 2000 19:25:34 -0700
65988              Message-ID: <eIcr5gzkg25X092yn@efn.org>
65989      Branch: perl
65990            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
65991 ____________________________________________________________________________
65992 [  6934] By: jhi                                   on 2000/08/31  02:42:55
65993         Log: Missed one Unicode file.
65994      Branch: perl
65995            + lib/unicode/UCDFF301.html
65996 ____________________________________________________________________________
65997 [  6933] By: jhi                                   on 2000/08/30  23:42:27
65998         Log: Update Changes.
65999      Branch: perl
66000            ! Changes patchlevel.h
66001 ____________________________________________________________________________
66002 [  6932] By: jhi                                   on 2000/08/30  23:40:07
66003         Log: Mention UNTIE in perldelta.  Still needs documenting
66004              in perltie et alia.
66005      Branch: perl
66006            ! pod/perldelta.pod
66007 ____________________________________________________________________________
66008 [  6931] By: jhi                                   on 2000/08/30  23:36:02
66009         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
66010              From: <abigail@foad.org>
66011              Date: Wed, 30 Aug 2000 19:28:07 -0400
66012              Message-ID: <20000830232807.305.qmail@foad.org>
66013      Branch: perl
66014            ! pod/perldelta.pod
66015 ____________________________________________________________________________
66016 [  6930] By: jhi                                   on 2000/08/30  23:32:40
66017         Log: Update to Unicode 3.0.1.
66018      Branch: perl
66019            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
66020            + lib/unicode/PropList.txt lib/unicode/README.perl
66021            + lib/unicode/UCD301.html lib/unicode/Unicode.301
66022            - lib/unicode/Props.txt lib/unicode/UCD300.html
66023            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
66024            ! (edit 257 files)
66025 ____________________________________________________________________________
66026 [  6929] By: jhi                                   on 2000/08/30  22:38:18
66027         Log: Heap decorruption.
66028              
66029              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
66030              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66031              Date: Wed, 30 Aug 2000 22:39:52 +0100
66032              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
66033      Branch: perl
66034            ! sv.c
66035 ____________________________________________________________________________
66036 [  6928] By: jhi                                   on 2000/08/30  22:29:34
66037         Log: Retract the dummy test, skip the security tests (instead of failing),
66038              explain what the warnings mean.
66039      Branch: perl
66040            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
66041 ____________________________________________________________________________
66042 [  6927] By: jhi                                   on 2000/08/30  22:14:13
66043         Log: Change the internal implementation of sort() to be mergesort
66044              instead of quicksort, from John Linderman <jpl@research.att.com>.
66045              Gives us better worst case, better average case, and stability.
66046              What's there not to like?  (Small fixes for threaded builds
66047              were required).
66048      Branch: perl
66049            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
66050 ____________________________________________________________________________
66051 [  6926] By: jhi                                   on 2000/08/30  20:55:20
66052         Log: A better fix for the Socket building problem from Craig Berry.
66053      Branch: perl
66054            ! vms/vms.c
66055 ____________________________________________________________________________
66056 [  6925] By: jhi                                   on 2000/08/30  20:20:25
66057         Log: Subject: [PATCH] Re: UNTIE method 
66058              From: Nick Ing-Simmons <nik@tiuk.ti.com>
66059              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
66060              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
66061      Branch: perl
66062            ! pp_sys.c t/op/tie.t
66063 ____________________________________________________________________________
66064 [  6924] By: jhi                                   on 2000/08/30  20:17:11
66065         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
66066              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66067              Date: Wed, 30 Aug 2000 15:03:14 -0500
66068              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
66069      Branch: perl
66070            ! vms/vms.c
66071 ____________________________________________________________________________
66072 [  6923] By: jhi                                   on 2000/08/30  20:15:18
66073         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
66074              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66075              Date: Wed, 30 Aug 2000 13:30:36 -0500
66076              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
66077      Branch: perl
66078            ! vms/vms.c
66079 ____________________________________________________________________________
66080 [  6922] By: jhi                                   on 2000/08/30  19:54:43
66081         Log: Better options for rsync.
66082      Branch: perl
66083            ! pod/perlhack.pod
66084 ____________________________________________________________________________
66085 [  6921] By: jhi                                   on 2000/08/30  19:40:16
66086         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
66087              From: Rick Delaney <rick@consumercontact.com>
66088              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
66089              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
66090      Branch: perl
66091            ! pod/perlfunc.pod
66092 ____________________________________________________________________________
66093 [  6920] By: jhi                                   on 2000/08/30  19:36:40
66094         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
66095              From: Peter Prymmer <pvhp@forte.com>
66096              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
66097              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
66098      Branch: perl
66099            ! configure.com
66100 ____________________________________________________________________________
66101 [  6919] By: jhi                                   on 2000/08/30  14:52:02
66102         Log: Update Changes.
66103      Branch: perl
66104            ! Changes patchlevel.h
66105 ____________________________________________________________________________
66106 [  6918] By: jhi                                   on 2000/08/30  14:48:34
66107         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
66108      Branch: perl
66109            ! lib/ExtUtils/typemap
66110 ____________________________________________________________________________
66111 [  6917] By: jhi                                   on 2000/08/30  14:46:34
66112         Log: Subject: typos in pods
66113              From: Nicholas Clark <nick@ccl4.org>
66114              Date: Wed, 30 Aug 2000 01:12:50 +0100
66115              Message-ID: <20000830011249.A61388@plum.flirble.org>
66116      Branch: perl
66117            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
66118            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
66119            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
66120            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
66121 ____________________________________________________________________________
66122 [  6916] By: jhi                                   on 2000/08/30  14:19:09
66123         Log: Document Storable problems on Crays.  (Will have
66124              to document all the other Storable problems, too.)
66125      Branch: perl
66126            ! pod/perldelta.pod
66127 ____________________________________________________________________________
66128 [  6915] By: jhi                                   on 2000/08/30  14:06:02
66129         Log: Subject: [PATCH] fix misc cast warnings
66130              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66131              Date: Tue, 29 Aug 2000 23:16:14 -0700
66132              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
66133      Branch: perl
66134            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
66135            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
66136            ! os2/os2ish.h
66137 ____________________________________________________________________________
66138 [  6914] By: jhi                                   on 2000/08/30  14:03:45
66139         Log: Timestamp mismatch again.  Need to fix this dependence on
66140              config_h.SH timestamp, since it's the contents of config_h.SH
66141              that matter.
66142      Branch: perl
66143            ! uconfig.h uconfig.sh
66144 ____________________________________________________________________________
66145 [  6913] By: jhi                                   on 2000/08/30  13:54:06
66146         Log: Don't say "Perl 5.0 source kit".
66147      Branch: perl
66148            ! perl.c
66149 ____________________________________________________________________________
66150 [  6912] By: jhi                                   on 2000/08/30  13:51:24
66151         Log: Reset archname and archname64 always, forcing them be
66152              recomputed at each Configure run, make Configure and
66153              the hints files agree on the naming of largefiles variables.
66154      Branch: metaconfig
66155            ! U/threads/archname.U
66156      Branch: metaconfig/U/perl
66157            ! use64bits.U
66158      Branch: perl
66159            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
66160            ! hints/linux.sh hints/solaris_2.sh
66161 ____________________________________________________________________________
66162 [  6911] By: jhi                                   on 2000/08/30  13:30:13
66163         Log: Put back the slice accidentally removed by #6907.
66164      Branch: perl
66165            ! hints/solaris_2.sh
66166 ____________________________________________________________________________
66167 [  6910] By: jhi                                   on 2000/08/30  01:24:26
66168         Log: Be consistent: other Net::get* do export theirs.
66169              
66170              Subject: Re: Net::protoent does not export 'getproto'
66171              From: Yasushi Nakajima <sey@jkc.co.jp>
66172              Date: Wed, 30 Aug 2000 09:53:14 +0900
66173              Message-Id: <200008300051.DAA24700@taku.hut.fi>
66174      Branch: perl
66175            ! lib/Net/protoent.pm
66176 ____________________________________________________________________________
66177 [  6909] By: jhi                                   on 2000/08/30  01:17:25
66178         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
66179              From: Gurusamy Sarathy <gsar@ActiveState.com>
66180              Date: Tue, 29 Aug 2000 17:17:07 -0700
66181              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
66182      Branch: perl
66183            ! cop.h
66184 ____________________________________________________________________________
66185 [  6908] By: jhi                                   on 2000/08/30  00:58:05
66186         Log: Update Changes.
66187      Branch: perl
66188            ! Changes patchlevel.h
66189 ____________________________________________________________________________
66190 [  6907] By: jhi                                   on 2000/08/30  00:57:22
66191         Log: Introduce ccname to keep track of what compiler kind of we have.
66192      Branch: metaconfig/U/perl
66193            ! Checkcc.U gccvers.U
66194      Branch: perl
66195            ! Configure config_h.SH hints/solaris_2.sh
66196 ____________________________________________________________________________
66197 [  6906] By: jhi                                   on 2000/08/30  00:25:47
66198         Log: Put back the flags dump as reasoned in
66199              
66200              Subject: Re: [PATCH] Glob dumping
66201              From: Mike Guy <mjtg@cam.ac.uk> 
66202              Date: Tue, 29 Aug 2000 21:41:32 +0100
66203              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
66204      Branch: perl
66205            ! dump.c t/lib/peek.t
66206 ____________________________________________________________________________
66207 [  6905] By: jhi                                   on 2000/08/30  00:16:17
66208         Log: Make the epsilon to be relative, not absolute.
66209              
66210              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
66211              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
66212              Date: Tue, 29 Aug 2000 19:58:56 -0400
66213              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
66214      Branch: perl
66215            ! t/lib/trig.t
66216 ____________________________________________________________________________
66217 [  6904] By: jhi                                   on 2000/08/30  00:13:09
66218         Log: From now on, Gisle is on my list of usual suspects :-)
66219              Retract #6902.
66220      Branch: perl
66221            ! ext/Opcode/Safe.pm
66222 ____________________________________________________________________________
66223 [  6903] By: jhi                                   on 2000/08/29  23:51:20
66224         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
66225              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66226              Date: Tue, 29 Aug 2000 18:43:26 -0500
66227              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
66228      Branch: perl
66229            + vms/vmspipe.com
66230            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
66231            ! vms/vms.c
66232 ____________________________________________________________________________
66233 [  6902] By: jhi                                   on 2000/08/29  23:44:14
66234         Log: Retry what #6882 attempted.
66235              
66236              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
66237              From: Gisle Aas <gisle@ActiveState.com>
66238              Date: 30 Aug 2000 00:33:09 +0200
66239              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
66240      Branch: perl
66241            ! ext/Opcode/Safe.pm
66242 ____________________________________________________________________________
66243 [  6901] By: jhi                                   on 2000/08/29  22:59:32
66244         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
66245              From: Hugo <hv@crypt.compulink.co.uk>
66246              Date: Mon, 12 Jun 2000 19:36:08 +0100
66247              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
66248      Branch: perl
66249            ! sv.c
66250 ____________________________________________________________________________
66251 [  6900] By: jhi                                   on 2000/08/29  22:58:35
66252         Log: Admit that we are leaking scalars.
66253              
66254              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
66255              From: Spider Boardman <spider@leggy.zk3.dec.com>
66256              Date: Tue, 29 Aug 2000 18:48:29 -0400
66257              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
66258      Branch: perl
66259            ! t/pragma/warnings.t
66260 ____________________________________________________________________________
66261 [  6899] By: jhi                                   on 2000/08/29  20:53:13
66262         Log: Update Changes.
66263      Branch: perl
66264            ! Changes patchlevel.h
66265 ____________________________________________________________________________
66266 [  6898] By: jhi                                   on 2000/08/29  20:46:21
66267         Log: Undo namespace pollution of #6878.
66268              
66269              Subject: Re: Net::protoent does not export 'getproto'
66270              From: Mike Guy <mjtg@cam.ac.uk>
66271              Date: Tue, 29 Aug 2000 21:32:37 +0100
66272              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
66273      Branch: perl
66274            ! lib/Net/protoent.pm
66275 ____________________________________________________________________________
66276 [  6897] By: jhi                                   on 2000/08/29  20:44:29
66277         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
66278              From: Peter Prymmer <pvhp@forte.com>
66279              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
66280              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
66281      Branch: perl
66282            ! pod/perlebcdic.pod
66283 ____________________________________________________________________________
66284 [  6896] By: jhi                                   on 2000/08/29  20:40:57
66285         Log: There's no point repeating the 'revision' (5) of perl5.
66286      Branch: metaconfig/U/perl
66287            ! Devel.U patchlevel.U
66288      Branch: perl
66289            ! Configure config_h.SH
66290 ____________________________________________________________________________
66291 [  6895] By: jhi                                   on 2000/08/29  20:16:58
66292         Log: Regen Configure for #6894.
66293      Branch: metaconfig/U/perl
66294            ! perladmin.U
66295      Branch: perl
66296            ! Configure config_h.SH
66297 ____________________________________________________________________________
66298 [  6894] By: jhi                                   on 2000/08/29  19:59:52
66299         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
66300              From: "Philip Newton" <Philip.Newton@gmx.net>
66301              Date: Tue, 29 Aug 2000 21:39:14 +0200
66302              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
66303      Branch: perl
66304            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
66305            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
66306            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
66307            ! utils/perlbug.PL
66308 ____________________________________________________________________________
66309 [  6893] By: jhi                                   on 2000/08/29  19:55:30
66310         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
66311              From: "Philip Newton" <Philip.Newton@gmx.net>
66312              Date: Tue, 29 Aug 2000 21:39:14 +0200
66313              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
66314      Branch: perl
66315            ! installhtml
66316 ____________________________________________________________________________
66317 [  6892] By: jhi                                   on 2000/08/29  19:53:59
66318         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
66319              From: "Philip Newton" <Philip.Newton@gmx.net>
66320              Date: Tue, 29 Aug 2000 21:48:18 +0200
66321              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
66322      Branch: perl
66323            ! lib/File/Temp.pm
66324 ____________________________________________________________________________
66325 [  6891] By: jhi                                   on 2000/08/29  18:30:03
66326         Log: Nail the ID 20000828.023.
66327      Branch: perl
66328            ! ext/Storable/Storable.xs
66329 ____________________________________________________________________________
66330 [  6890] By: jhi                                   on 2000/08/29  16:50:17
66331         Log: Under usethreads the dumped variable is IN_PAD.
66332              
66333              Subject: Re: [PATCH] Glob dumping
66334              From: Gisle Aas <gisle@ActiveState.com>
66335              Date: 29 Aug 2000 18:45:05 +0200
66336              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
66337      Branch: perl
66338            ! t/lib/peek.t
66339 ____________________________________________________________________________
66340 [  6889] By: jhi                                   on 2000/08/29  15:17:37
66341         Log: Update Changes.
66342      Branch: perl
66343            ! Changes patchlevel.h
66344 ____________________________________________________________________________
66345 [  6888] By: jhi                                   on 2000/08/29  14:49:59
66346         Log: Retract #6882, broke the safe tests.
66347      Branch: perl
66348            ! ext/Opcode/Safe.pm
66349 ____________________________________________________________________________
66350 [  6887] By: jhi                                   on 2000/08/29  14:47:06
66351         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
66352              From: Gisle Aas <gisle@ActiveState.com> 
66353              Date: 09 Jun 2000 20:00:11 +0200
66354              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
66355      Branch: perl
66356            ! utils/perldoc.PL
66357 ____________________________________________________________________________
66358 [  6886] By: jhi                                   on 2000/08/29  14:42:45
66359         Log: The #6881 removed one dump line.
66360      Branch: perl
66361            ! t/lib/peek.t
66362 ____________________________________________________________________________
66363 [  6885] By: jhi                                   on 2000/08/29  14:30:47
66364         Log: Don't forget to tidy up.
66365      Branch: perl
66366            ! t/lib/ftmp-security.t
66367 ____________________________________________________________________________
66368 [  6884] By: jhi                                   on 2000/08/29  14:25:17
66369         Log: Disabling the one test is a bit tricky.
66370      Branch: perl
66371            ! t/lib/ftmp-security.t
66372 ____________________________________________________________________________
66373 [  6883] By: jhi                                   on 2000/08/29  14:16:25
66374         Log: Disable one of the tests for now.
66375      Branch: perl
66376            ! t/lib/ftmp-security.t
66377 ____________________________________________________________________________
66378 [  6882] By: jhi                                   on 2000/08/29  14:05:50
66379         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
66380              From: gisle@aas.no
66381              Date: 29 Aug 2000 10:35:06 -0000
66382              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
66383      Branch: perl
66384            ! ext/Opcode/Safe.pm
66385 ____________________________________________________________________________
66386 [  6881] By: jhi                                   on 2000/08/29  14:03:51
66387         Log: Subject: [PATCH] Glob dumping
66388              From: Gisle Aas <gisle@ActiveState.com>
66389              Date: 29 Aug 2000 07:59:42 -0000
66390              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
66391      Branch: perl
66392            ! dump.c
66393 ____________________________________________________________________________
66394 [  6880] By: jhi                                   on 2000/08/29  14:02:01
66395         Log: Subject: [PATCH] Warnings in B::Deparse
66396              From: <abigail@foad.org>
66397              Date: Tue, 29 Aug 2000 00:00:01 -0400
66398              Message-ID: <20000829040001.2999.qmail@foad.org>
66399      Branch: perl
66400            ! ext/B/B/Deparse.pm
66401 ____________________________________________________________________________
66402 [  6879] By: jhi                                   on 2000/08/29  13:57:26
66403         Log: Missed a change in #6869.
66404      Branch: perl
66405            ! mg.c
66406 ____________________________________________________________________________
66407 [  6878] By: jhi                                   on 2000/08/29  13:45:04
66408         Log: Subject: Net::protoent does not export 'getproto'
66409              From: Yasushi Nakajima <sey@jkc.co.jp>
66410              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
66411      Branch: perl
66412            ! lib/Net/protoent.pm
66413 ____________________________________________________________________________
66414 [  6877] By: jhi                                   on 2000/08/29  13:39:19
66415         Log: Patches all over for people and the files they (hopefully) care about.
66416      Branch: perl
66417            ! AUTHORS Changes MAINTAIN
66418 ____________________________________________________________________________
66419 [  6876] By: jhi                                   on 2000/08/29  12:53:54
66420         Log: Fix for thinko in #6848.
66421              
66422              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
66423              From: Lupe Christoph <lupe@lupe-christoph.de>
66424              Date: Tue, 29 Aug 2000 09:04:08 +0200
66425              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
66426      Branch: perl
66427            ! ext/Thread/Thread.xs
66428 ____________________________________________________________________________
66429 [  6875] By: jhi                                   on 2000/08/29  12:50:14
66430         Log: Update to Getopt::Long 2.24, from Johan Vromans.
66431      Branch: perl
66432            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
66433 ____________________________________________________________________________
66434 [  6874] By: jhi                                   on 2000/08/29  02:09:53
66435         Log: Use minimal @INC in tests, most of the time just '../lib',
66436              so that we simply can't pick up stuff from other Perls than
66437              the one we are testing.  Pointed out by
66438              
66439              From: Mike Guy <mjtg@cam.ac.uk>
66440              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
66441              Date: Fri, 25 Aug 2000 15:15:59 +0100
66442              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
66443      Branch: perl
66444            ! (edit 185 files)
66445 ____________________________________________________________________________
66446 [  6873] By: jhi                                   on 2000/08/29  01:07:11
66447         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
66448              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66449              Date: Mon, 28 Aug 2000 17:45:52 -0700
66450              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
66451      Branch: perl
66452            ! Makefile.SH hints/os2.sh
66453 ____________________________________________________________________________
66454 [  6872] By: jhi                                   on 2000/08/28  23:33:39
66455         Log: Subject: [PATCH bleedperl@6866] spellings
66456              From: marcel@codewerk.com (Marcel Grunauer)
66457              Date: Tue, 29 Aug 2000 01:19:59 +0200
66458              Message-Id: <200008282319.BAA29862@gandalf.local>
66459      Branch: perl
66460            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
66461            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
66462            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
66463 ____________________________________________________________________________
66464 [  6871] By: jhi                                   on 2000/08/28  23:22:09
66465         Log: Take out the SUIDMAIL thing, that will not be
66466              a problem in 5.7.*.
66467      Branch: perl
66468            ! patchlevel.h
66469 ____________________________________________________________________________
66470 [  6870] By: jhi                                   on 2000/08/28  23:19:30
66471         Log: -S is the silent flag, -s is the strip flag.
66472              
66473              Subject: [PATCH] Re: [PATCH] make no-install          
66474              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66475              Date: Mon, 28 Aug 2000 15:12:55 -0700
66476              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
66477      Branch: perl
66478            ! Makefile.SH
66479 ____________________________________________________________________________
66480 [  6869] By: jhi                                   on 2000/08/28  23:12:05
66481         Log: Subject: [PATCH bleedperl@6856] warnings fixes
66482              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
66483              Date: Mon, 28 Aug 2000 23:55:06 +0100
66484              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
66485      Branch: perl
66486            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
66487            ! warnings.h warnings.pl
66488 ____________________________________________________________________________
66489 [  6868] By: jhi                                   on 2000/08/28  21:38:22
66490         Log: Potential cruft.
66491      Branch: perl
66492            ! Makefile.SH
66493 ____________________________________________________________________________
66494 [  6867] By: jhi                                   on 2000/08/28  21:35:36
66495         Log: Update Changes.
66496      Branch: perl
66497            ! Changes patchlevel.h
66498 ____________________________________________________________________________
66499 [  6866] By: jhi                                   on 2000/08/28  21:33:49
66500         Log: Subject: hv.h Doc Patch
66501              From: Fisher Mark <fisherm@tce.com>
66502              Date: Mon, 28 Aug 2000 16:24:59 -0500
66503              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
66504      Branch: perl
66505            ! hv.h
66506 ____________________________________________________________________________
66507 [  6865] By: jhi                                   on 2000/08/28  21:02:15
66508         Log: Add -ld to archname on long tr...double platforms.
66509      Branch: metaconfig
66510            ! U/threads/archname.U
66511      Branch: perl
66512            ! Configure config_h.SH
66513 ____________________________________________________________________________
66514 [  6864] By: jhi                                   on 2000/08/28  20:38:59
66515         Log: An attempt to fix the problem reported in
66516              
66517              Subject: Building perl@6856 using gcc/AIX 4.3.3 
66518              From: Daniel Muino <dmuino@afip.gov.ar> 
66519              Date: Mon, 28 Aug 2000 15:50:01 -0300   
66520              Message-ID: <20000828155001.A14403@con2-dgi>
66521              
66522              I can't test this properly since the gcc installation I have
66523              access to seems to be botched (gcc is calling the AIX cpp,
66524              a losing proposition...)
66525      Branch: perl
66526            ! hints/aix.sh
66527 ____________________________________________________________________________
66528 [  6863] By: jhi                                   on 2000/08/28  18:57:52
66529         Log: Fix for ID 20000828.001, long doubles were not formatted
66530              correctly (showed up in $], which stopped installing perl).
66531      Branch: perl
66532            ! sv.c
66533 ____________________________________________________________________________
66534 [  6862] By: jhi                                   on 2000/08/28  18:07:15
66535         Log: Typo in #6858.
66536      Branch: perl
66537            ! lib/Cwd.pm
66538 ____________________________________________________________________________
66539 [  6861] By: jhi                                   on 2000/08/28  17:57:27
66540         Log: opmini.o may be left around if a build is interrupted.
66541      Branch: perl
66542            ! Makefile.SH
66543 ____________________________________________________________________________
66544 [  6860] By: jhi                                   on 2000/08/28  16:52:50
66545         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
66546              From: Daniel Chetlin <daniel@chetlin.com>
66547              Date: Mon, 28 Aug 2000 01:14:18 -0700
66548              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
66549      Branch: perl
66550            ! lib/overload.pm
66551 ____________________________________________________________________________
66552 [  6859] By: jhi                                   on 2000/08/28  16:08:46
66553         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
66554              From: Nicholas Clark <nick@ccl4.org>
66555              Date: Mon, 28 Aug 2000 16:03:27 +0100
66556              Message-Id: <20000828160327.C49785@plum.flirble.org>
66557      Branch: perl
66558            ! ext/ByteLoader/bytecode.h
66559 ____________________________________________________________________________
66560 [  6858] By: jhi                                   on 2000/08/28  16:02:10
66561         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
66562              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
66563              Date: Mon, 28 Aug 2000 13:08:30 +0200
66564              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
66565      Branch: perl
66566            ! lib/Cwd.pm
66567 ____________________________________________________________________________
66568 [  6857] By: jhi                                   on 2000/08/28  15:42:47
66569         Log: display_format used as a class method without arguments was broken,
66570              reported in
66571              
66572              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
66573              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
66574              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
66575              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
66576      Branch: perl
66577            ! lib/Math/Complex.pm t/lib/complex.t
66578 ____________________________________________________________________________
66579 [  6856] By: jhi                                   on 2000/08/27  22:09:48
66580         Log: Update Changes.
66581      Branch: perl
66582            ! Changes patchlevel.h
66583 ____________________________________________________________________________
66584 [  6855] By: jhi                                   on 2000/08/27  21:59:21
66585         Log: Retract #6853 (false alarm).
66586      Branch: perl
66587            ! lib/ExtUtils/xsubpp
66588 ____________________________________________________________________________
66589 [  6854] By: jhi                                   on 2000/08/27  21:37:44
66590         Log: Update Changes.
66591      Branch: perl
66592            ! Changes patchlevel.h
66593 ____________________________________________________________________________
66594 [  6853] By: jhi                                   on 2000/08/27  21:37:16
66595         Log: Subject: [PATCH perl@6850] workaround for xsubpp
66596              From: Hugo <hv@crypt.compulink.co.uk>
66597              Date: Sun, 27 Aug 2000 22:30:25 +0100
66598              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
66599      Branch: perl
66600            ! lib/ExtUtils/xsubpp
66601 ____________________________________________________________________________
66602 [  6852] By: jhi                                   on 2000/08/27  21:33:58
66603         Log: Big-endian 64-bit patch from Raphael Manfredi.
66604      Branch: perl
66605            ! ext/Storable/Storable.xs
66606 ____________________________________________________________________________
66607 [  6851] By: jhi                                   on 2000/08/27  21:22:21
66608         Log: More ruthless editing from Hugo van der Sanden.
66609      Branch: perl
66610            ! pod/perldelta.pod
66611 ____________________________________________________________________________
66612 [  6850] By: jhi                                   on 2000/08/27  16:11:46
66613         Log: Update Changes.
66614      Branch: perl
66615            ! Changes patchlevel.h
66616 ____________________________________________________________________________
66617 [  6849] By: jhi                                   on 2000/08/27  16:11:05
66618         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
66619      Branch: perl
66620            ! configpm pod/perldelta.pod
66621 ____________________________________________________________________________
66622 [  6848] By: jhi                                   on 2000/08/27  15:35:08
66623         Log: Use the actual thread type, not the pointer-to-struct.
66624      Branch: perl
66625            ! ext/Thread/Thread.xs
66626 ____________________________________________________________________________
66627 [  6847] By: jhi                                   on 2000/08/27  15:30:49
66628         Log: Test nit.
66629      Branch: perl
66630            ! t/pragma/warn/pp_sys
66631 ____________________________________________________________________________
66632 [  6846] By: jhi                                   on 2000/08/27  15:19:02
66633         Log: Passing -R in ldflags makes now it to appear in the default
66634              for lddlflags, just like with -L.
66635              
66636              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
66637              From: Lupe Christoph <lupe@lupe-christoph.de>
66638              Date: Sun, 27 Aug 2000 10:28:21 +0200
66639              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
66640      Branch: metaconfig/U/perl
66641            ! dlsrc.U
66642      Branch: perl
66643            ! Configure
66644 ____________________________________________________________________________
66645 [  6845] By: jhi                                   on 2000/08/27  15:08:54
66646         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
66647              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66648              Date: Sat, 26 Aug 2000 22:23:27 +0100
66649              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
66650      Branch: perl
66651            ! lib/ExtUtils/MM_Unix.pm
66652 ____________________________________________________________________________
66653 [  6844] By: jhi                                   on 2000/08/27  15:02:37
66654         Log: DJGPP update from Laszlo Molnar.
66655              
66656              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
66657              From: ml1050 <ml1050@freemail.hu>
66658              Date: Sat, 26 Aug 2000 23:24:40 +0200
66659              Message-Id: <20000826232440.A439@freemail.hu>
66660      Branch: perl
66661            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
66662            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
66663 ____________________________________________________________________________
66664 [  6843] By: jhi                                   on 2000/08/27  14:53:58
66665         Log: Subject: installman buglet
66666              From: Lupe Christoph <lupe@lupe-christoph.de>
66667              Date: Sun, 27 Aug 2000 14:38:59 +0200
66668              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
66669      Branch: perl
66670            ! installman
66671 ____________________________________________________________________________
66672 [  6842] By: jhi                                   on 2000/08/27  14:52:08
66673         Log: Can't get the test to reliably work thanks to the
66674              inaccurateness of floating point.  "Resolves" bug ids
66675              20000826.003, 20000826.009, 20000826.010,
66676      Branch: perl
66677            ! t/lib/trig.t
66678 ____________________________________________________________________________
66679 [  6841] By: jhi                                   on 2000/08/26  15:53:58
66680         Log: Update Changes.
66681      Branch: perl
66682            ! Changes patchlevel.h
66683 ____________________________________________________________________________
66684 [  6840] By: jhi                                   on 2000/08/26  14:23:03
66685         Log: grep -e isn't portable.
66686              
66687              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
66688              From: chris@broadband.att.com
66689              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
66690              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
66691      Branch: perl
66692            ! hints/solaris_2.sh
66693 ____________________________________________________________________________
66694 [  6839] By: jhi                                   on 2000/08/26  14:12:23
66695         Log: no-install target a la make -n.
66696              
66697              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
66698              From: <abigail@foad.org>
66699              Date: Sat, 26 Aug 2000 03:57:34 -0400
66700              Message-ID: <20000826075735.18912.qmail@foad.org>
66701      Branch: perl
66702            ! Makefile.SH installman installperl
66703 ____________________________________________________________________________
66704 [  6838] By: jhi                                   on 2000/08/26  14:06:33
66705         Log: Retract #6826 as the #6828 should be do the same
66706              in a More Correct Way.
66707      Branch: perl
66708            ! installperl
66709 ____________________________________________________________________________
66710 [  6837] By: jhi                                   on 2000/08/26  05:24:00
66711         Log: More casting.
66712      Branch: perl
66713            ! ext/Storable/Storable.xs
66714 ____________________________________________________________________________
66715 [  6836] By: jhi                                   on 2000/08/26  05:05:46
66716         Log: Nicer in decimal.
66717      Branch: perl
66718            ! ext/Storable/Storable.xs
66719 ____________________________________________________________________________
66720 [  6835] By: jhi                                   on 2000/08/26  05:03:50
66721         Log: There be no UVdf.
66722      Branch: perl
66723            ! ext/Storable/Storable.xs
66724 ____________________________________________________________________________
66725 [  6834] By: jhi                                   on 2000/08/26  05:00:18
66726         Log: Continue IVdfing and UVxfing.
66727      Branch: perl
66728            ! ext/Storable/Storable.xs
66729 ____________________________________________________________________________
66730 [  6833] By: jhi                                   on 2000/08/26  04:53:14
66731         Log: Use IVdf.
66732      Branch: perl
66733            ! ext/Storable/Storable.xs
66734 ____________________________________________________________________________
66735 [  6832] By: jhi                                   on 2000/08/26  04:40:41
66736         Log: Document PTR2XX and INT2PTR.
66737      Branch: perl
66738            ! pod/perlguts.pod
66739 ____________________________________________________________________________
66740 [  6831] By: jhi                                   on 2000/08/26  04:33:18
66741         Log: Use UVxf, PTR2UV, NVff.
66742      Branch: perl
66743            ! ext/Storable/Storable.xs
66744 ____________________________________________________________________________
66745 [  6830] By: jhi                                   on 2000/08/26  04:31:32
66746         Log: Update the test count.
66747      Branch: perl
66748            ! t/lib/trig.t
66749 ____________________________________________________________________________
66750 [  6829] By: jhi                                   on 2000/08/26  03:05:50
66751         Log: Subject: [PATCH] installation not quite silent yet.
66752              From: <abigail@foad.org>
66753              Date: Fri, 25 Aug 2000 20:07:53 -0400
66754              Message-ID: <20000826000753.7822.qmail@foad.org>
66755      Branch: perl
66756            ! installman installperl
66757 ____________________________________________________________________________
66758 [  6828] By: jhi                                   on 2000/08/26  03:05:14
66759         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
66760              From: Spider Boardman <spider@web.zk3.dec.com>
66761              Date: Fri, 25 Aug 2000 19:12:40 -0400
66762              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
66763      Branch: perl
66764            ! gv.c
66765 ____________________________________________________________________________
66766 [  6827] By: jhi                                   on 2000/08/25  23:54:34
66767         Log: Support preserving extremely big/small angles.
66768      Branch: perl
66769            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
66770 ____________________________________________________________________________
66771 [  6826] By: jhi                                   on 2000/08/25  23:01:20
66772         Log: Patch installperl to be long double-aware.
66773              
66774              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
66775              From: Spider Boardman <spider@web.zk3.dec.com>
66776              Date: Fri, 25 Aug 2000 18:15:23 -0400
66777              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
66778      Branch: perl
66779            ! installperl
66780 ____________________________________________________________________________
66781 [  6825] By: jhi                                   on 2000/08/25  22:58:25
66782         Log: Remove duplicately applied patch shards.
66783              
66784              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
66785              From: Spider Boardman <spider@leggy.zk3.dec.com>
66786              Date: Fri, 25 Aug 2000 16:45:03 -0400
66787              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
66788      Branch: perl
66789            ! t/lib/cgi-html.t
66790 ____________________________________________________________________________
66791 [  6824] By: jhi                                   on 2000/08/25  22:57:00
66792         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
66793              From: Daniel Chetlin <daniel@chetlin.com>
66794              Date: Fri, 25 Aug 2000 12:23:16 -0700
66795              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
66796              
66797              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
66798              From: Daniel Chetlin <daniel@chetlin.com>
66799              Date: Fri, 25 Aug 2000 14:47:19 -0700
66800              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
66801      Branch: perl
66802            ! installman
66803 ____________________________________________________________________________
66804 [  6823] By: jhi                                   on 2000/08/25  22:44:17
66805         Log: Timestamp problem?
66806      Branch: perl
66807            ! uconfig.h uconfig.sh
66808 ____________________________________________________________________________
66809 [  6822] By: jhi                                   on 2000/08/25  19:01:06
66810         Log: One forgotten file from #6816.
66811      Branch: perl
66812            ! vos/config.h
66813 ____________________________________________________________________________
66814 [  6821] By: jhi                                   on 2000/08/25  18:56:39
66815         Log: Regen Changes.
66816      Branch: perl
66817            ! Changes patchlevel.h
66818 ____________________________________________________________________________
66819 [  6820] By: jhi                                   on 2000/08/25  18:52:35
66820         Log: Fix Changes ordering.
66821      Branch: perl
66822            ! Changes
66823 ____________________________________________________________________________
66824 [  6819] By: jhi                                   on 2000/08/25  18:50:25
66825         Log: Update Changes.
66826      Branch: perl
66827            ! Changes patchlevel.h
66828 ____________________________________________________________________________
66829 [  6818] By: jhi                                   on 2000/08/25  18:47:45
66830         Log: Tweak the sfio/useperlio logic, hopefully as wished in
66831              
66832              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
66833              From: Nicholas Clark <nick@babyhippo.co.uk>
66834              Date: Fri, 25 Aug 2000 12:01:45 +0100
66835              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
66836      Branch: metaconfig/U/perl
66837            ! d_sfio.U
66838      Branch: perl
66839            ! Configure
66840 ____________________________________________________________________________
66841 [  6817] By: jhi                                   on 2000/08/25  18:32:51
66842         Log: Allow microperl to assume <math.h>, without it the math
66843              functions like floor() are assumed to return int, which makes
66844              for core dumps in machines where integer and floating register
66845              don't mix.
66846      Branch: perl
66847            ! uconfig.h uconfig.sh
66848 ____________________________________________________________________________
66849 [  6816] By: jhi                                   on 2000/08/25  18:27:17
66850         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
66851              the problem reported in
66852              
66853              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
66854              From: danhale@us.ibm.com
66855              Date: Fri, 25 Aug 2000 10:58:06 -0400
66856              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
66857      Branch: metaconfig/U/perl
66858            + d_socks5_init.U
66859      Branch: perl
66860            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
66861            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
66862            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
66863            ! win32/config.gc win32/config.vc
66864 ____________________________________________________________________________
66865 [  6815] By: jhi                                   on 2000/08/25  17:43:31
66866         Log: A solution for the retrieve_fd autosplit warning,
66867              idea suggested by Mike Guy.
66868      Branch: perl
66869            ! ext/Storable/Storable.pm
66870 ____________________________________________________________________________
66871 [  6814] By: jhi                                   on 2000/08/25  17:16:03
66872         Log: Add install-silent target.
66873      Branch: perl
66874            ! Makefile.SH
66875 ____________________________________________________________________________
66876 [  6813] By: jhi                                   on 2000/08/25  17:14:23
66877         Log: Subject: Re: [PATCH] More silencing of installman.
66878              From: <abigail@foad.org>
66879              Date: Thu, 24 Aug 2000 19:27:03 -0400
66880              Message-ID: <20000824232703.7001.qmail@foad.org>
66881              
66882              Subject: Re: [PATCH] More silencing of installman.
66883              From: <abigail@foad.org>
66884              Date: Fri, 25 Aug 2000 03:00:58 -0400
66885              Message-ID: <20000825070058.10697.qmail@foad.org>
66886      Branch: perl
66887            ! installman
66888 ____________________________________________________________________________
66889 [  6812] By: jhi                                   on 2000/08/25  17:11:28
66890         Log: installperl --verbose and --silent.
66891              
66892              Subject: Re: [PATCH] More silencing of installman.
66893              From: <abigail@foad.org>
66894              Message-ID: <20000825064430.9719.qmail@foad.org>
66895              Date: Fri, 25 Aug 2000 02:44:30 -0400
66896      Branch: perl
66897            ! installperl
66898 ____________________________________________________________________________
66899 [  6811] By: jhi                                   on 2000/08/25  17:05:43
66900         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
66901              From: "Peter J. Farley III" <pjfarley@banet.net>
66902              Date: Thu, 24 Aug 2000 21:58:03 -0400
66903              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
66904              
66905              (applied slightly modified)
66906      Branch: perl
66907            ! lib/ExtUtils/MM_Unix.pm
66908 ____________________________________________________________________________
66909 [  6810] By: jhi                                   on 2000/08/25  17:01:18
66910         Log: Missing parts of 
66911              
66912              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
66913              From: Peter Prymmer <pvhp@forte.com>
66914              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
66915              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
66916      Branch: perl
66917            ! t/lib/cgi-html.t
66918 ____________________________________________________________________________
66919 [  6809] By: jhi                                   on 2000/08/25  16:46:32
66920         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
66921              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66922              Date: Thu, 24 Aug 2000 19:13:11 -0500
66923              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
66924      Branch: perl
66925            ! vms/vms.c
66926 ____________________________________________________________________________
66927 [  6808] By: jhi                                   on 2000/08/25  16:39:22
66928         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
66929              From: Peter Prymmer <pvhp@forte.com>
66930              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
66931              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
66932      Branch: perl
66933            ! configure.com
66934 ____________________________________________________________________________
66935 [  6807] By: jhi                                   on 2000/08/25  16:36:37
66936         Log: Better wording for the vec lvalue diagnostic.
66937              
66938              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
66939              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66940              Date: Wed, 23 Aug 2000 14:12:16 -0400
66941              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
66942      Branch: perl
66943            ! pod/perldiag.pod
66944 ____________________________________________________________________________
66945 [  6806] By: jhi                                   on 2000/08/24  18:17:22
66946         Log: Subject: [PATCH] More silencing of installman.
66947              From: <abigail@foad.org>
66948              Date: Thu, 24 Aug 2000 14:01:44 -0400
66949              Message-ID: <20000824180144.20062.qmail@foad.org>
66950      Branch: perl
66951            ! installman
66952 ____________________________________________________________________________
66953 [  6805] By: jhi                                   on 2000/08/24  15:00:31
66954         Log: Update Changes.
66955      Branch: perl
66956            ! Changes patchlevel.h
66957 ____________________________________________________________________________
66958 [  6804] By: jhi                                   on 2000/08/24  14:59:07
66959         Log: Regen perltoc.
66960      Branch: perl
66961            ! pod/perltoc.pod
66962 ____________________________________________________________________________
66963 [  6803] By: jhi                                   on 2000/08/24  14:44:39
66964         Log: Show the doc file, not the temp file.
66965      Branch: perl
66966            ! installman
66967 ____________________________________________________________________________
66968 [  6802] By: jhi                                   on 2000/08/24  14:41:53
66969         Log: Continue silencing.
66970      Branch: perl
66971            ! installman
66972 ____________________________________________________________________________
66973 [  6801] By: jhi                                   on 2000/08/24  14:34:40
66974         Log: Actually do something with the silencer option.
66975      Branch: perl
66976            ! installman
66977 ____________________________________________________________________________
66978 [  6800] By: jhi                                   on 2000/08/24  14:26:22
66979         Log: Make installman to recognize the silence flag -S.
66980      Branch: perl
66981            ! installman
66982 ____________________________________________________________________________
66983 [  6799] By: jhi                                   on 2000/08/24  13:49:38
66984         Log: DOS patches and portability/porting notes, from Tim Jenness.
66985      Branch: perl
66986            ! lib/File/Temp.pm
66987 ____________________________________________________________________________
66988 [  6798] By: jhi                                   on 2000/08/24  13:48:27
66989         Log: Create directories in silence.
66990              
66991              Subject: [PATCH] Another silencer for MakeMaker
66992              From: andreas.koenig@anima.de (Andreas J. Koenig)
66993              Date: 24 Aug 2000 14:18:52 +0200
66994              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
66995      Branch: perl
66996            ! lib/ExtUtils/Command.pm
66997 ____________________________________________________________________________
66998 [  6797] By: jhi                                   on 2000/08/24  13:46:42
66999         Log: More liberal parsing of version numbers.
67000              
67001              Subject: Re: CPAN.pm beta for testing available
67002              From: andreas.koenig@anima.de (Andreas J. Koenig)
67003              Date: 24 Aug 2000 13:51:57 +0200
67004              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
67005      Branch: perl
67006            ! lib/CPAN.pm
67007 ____________________________________________________________________________
67008 [  6796] By: jhi                                   on 2000/08/24  13:44:36
67009         Log: Make "make install" by default silent.  A new "install-verbose"
67010              target is verbose.
67011      Branch: perl
67012            ! Makefile.SH
67013 ____________________________________________________________________________
67014 [  6795] By: jhi                                   on 2000/08/24  13:39:14
67015         Log: Add silencer flags to installperl.
67016              
67017              Subject: [PATCH] Making installperl silent.
67018              From: <abigail@foad.org>
67019              Date: Thu, 24 Aug 2000 05:01:45 -0400
67020              Message-ID: <20000824090145.13141.qmail@foad.org>
67021      Branch: perl
67022            ! installperl
67023 ____________________________________________________________________________
67024 [  6794] By: jhi                                   on 2000/08/24  13:35:50
67025         Log: installperl couldn't tell whether it had run tests or not.
67026              
67027              Subject: [PATCH] Re: installperl and t/TEST
67028              From: <abigail@foad.org>
67029              Date: Thu, 24 Aug 2000 04:00:53 -0400
67030              Message-ID: <20000824080053.2494.qmail@foad.org>
67031      Branch: perl
67032            ! Makefile.SH installperl
67033 ____________________________________________________________________________
67034 [  6793] By: jhi                                   on 2000/08/24  13:27:50
67035         Log: Drop the separate perlbc, perlcc -b should be enough.
67036      Branch: perl
67037            - utils/perlbc.PL
67038            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
67039 ____________________________________________________________________________
67040 [  6792] By: jhi                                   on 2000/08/24  04:41:30
67041         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
67042              plus the typo fix from Peter Prymmer.
67043      Branch: perl
67044            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
67045            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
67046 ____________________________________________________________________________
67047 [  6791] By: jhi                                   on 2000/08/24  02:10:43
67048         Log: Replace #6705 with a minimal doc patch.
67049              
67050              Subject: [PATCH 5.6.0] replace change #6705
67051              From: Jan Dubois <jand@ActiveState.com>
67052              Date: Wed, 23 Aug 2000 18:31:51 -0700
67053              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
67054      Branch: perl
67055            ! lib/Win32.pod win32/win32.c
67056 ____________________________________________________________________________
67057 [  6790] By: jhi                                   on 2000/08/23  17:52:00
67058         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67059              From: Mike Guy <mjtg@cam.ac.uk>
67060              Date: Wed, 23 Aug 2000 18:38:46 +0100
67061              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
67062      Branch: perl
67063            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
67064 ____________________________________________________________________________
67065 [  6789] By: jhi                                   on 2000/08/23  15:34:21
67066         Log: Update Changes.
67067      Branch: perl
67068            ! Changes patchlevel.h
67069 ____________________________________________________________________________
67070 [  6788] By: jhi                                   on 2000/08/23  15:33:40
67071         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
67072              From: Wilfredo Sánchez <wsanchez@apple.com>
67073              Date: Tue, 22 Aug 2000 19:31:27 -0700
67074              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
67075      Branch: perl
67076            ! perl.h
67077 ____________________________________________________________________________
67078 [  6787] By: jhi                                   on 2000/08/23  15:29:31
67079         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
67080              From: Spider Boardman <spider@leggy.zk3.dec.com>
67081              Date: Wed, 23 Aug 2000 10:33:23 -0400
67082              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
67083      Branch: perl
67084            ! lib/Pod/Html.pm
67085 ____________________________________________________________________________
67086 [  6786] By: jhi                                   on 2000/08/23  15:28:11
67087         Log: Bad makefile.
67088      Branch: perl
67089            ! ext/B/Makefile.PL
67090 ____________________________________________________________________________
67091 [  6785] By: jhi                                   on 2000/08/23  14:37:04
67092         Log: Update Changes.
67093      Branch: perl
67094            ! Changes patchlevel.h
67095 ____________________________________________________________________________
67096 [  6784] By: jhi                                   on 2000/08/23  13:58:41
67097         Log: Portability fix from Hugo van der Sanden.
67098      Branch: perl
67099            ! ext/re/Makefile.PL
67100 ____________________________________________________________________________
67101 [  6783] By: jhi                                   on 2000/08/23  13:53:53
67102         Log: Storable support, v-version fixes.
67103              
67104              Subject: CPAN.pm beta for testing available
67105              From: andreas.koenig@anima.de (Andreas J. Koenig)
67106              Date: 22 Aug 2000 23:31:33 +0200
67107              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
67108      Branch: perl
67109            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67110 ____________________________________________________________________________
67111 [  6782] By: jhi                                   on 2000/08/23  13:51:26
67112         Log: Mac and other portability updates from Chris Nandor.
67113      Branch: perl
67114            ! pod/perlmodinstall.pod
67115 ____________________________________________________________________________
67116 [  6781] By: jhi                                   on 2000/08/23  13:47:33
67117         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
67118              From: Peter Prymmer <pvhp@forte.com>
67119              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
67120              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
67121      Branch: perl
67122            ! ext/Storable/Storable.xs
67123 ____________________________________________________________________________
67124 [  6780] By: jhi                                   on 2000/08/23  13:33:34
67125         Log: VMS MMS (make) wants null action.
67126      Branch: perl
67127            ! ext/B/Makefile.PL
67128 ____________________________________________________________________________
67129 [  6779] By: jhi                                   on 2000/08/22  19:44:47
67130         Log: Forgot portability nit.
67131      Branch: perl
67132            ! t/lib/st-forgive.t
67133 ____________________________________________________________________________
67134 [  6778] By: jhi                                   on 2000/08/22  19:35:25
67135         Log: Be portable.
67136      Branch: perl
67137            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
67138            ! t/lib/st-store.t
67139 ____________________________________________________________________________
67140 [  6777] By: jhi                                   on 2000/08/22  18:50:53
67141         Log: Update Changes.
67142      Branch: perl
67143            ! Changes patchlevel.h
67144 ____________________________________________________________________________
67145 [  6776] By: jhi                                   on 2000/08/22  18:44:46
67146         Log: cSVOPo_*v things index into the current PL_curpad
67147              under ithreads, which is different from the curpad
67148              used by the XSUB.  (In other words, the code as-is
67149              before this patch wouldn't work under ithreads.)
67150              From Sarathy.
67151      Branch: perl
67152            ! ext/B/B.xs
67153 ____________________________________________________________________________
67154 [  6775] By: jhi                                   on 2000/08/22  18:18:37
67155         Log: Make the selection of NVff et al stricter.
67156      Branch: metaconfig/U/perl
67157            ! perlxvf.U
67158      Branch: perl
67159            ! Configure config_h.SH
67160 ____________________________________________________________________________
67161 [  6774] By: jhi                                   on 2000/08/22  17:19:42
67162         Log: perldelta nits.
67163      Branch: perl
67164            ! pod/perldelta.pod
67165 ____________________________________________________________________________
67166 [  6773] By: jhi                                   on 2000/08/22  17:06:26
67167         Log: Long double fixes from Spider Boardman.
67168              
67169              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
67170              From: system PRIVILEGED account <root@peano.zk3.dec.com>
67171              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
67172              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
67173      Branch: perl
67174            ! t/lib/bigfltpm.t t/lib/st-06compat.t
67175 ____________________________________________________________________________
67176 [  6772] By: jhi                                   on 2000/08/22  15:04:53
67177         Log: Update Changes.
67178      Branch: perl
67179            ! Changes patchlevel.h
67180 ____________________________________________________________________________
67181 [  6771] By: jhi                                   on 2000/08/22  15:01:44
67182         Log: perldelta fixes from Hugo van der Sanden.
67183      Branch: perl
67184            ! pod/perldelta.pod
67185 ____________________________________________________________________________
67186 [  6770] By: jhi                                   on 2000/08/22  14:34:49
67187         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
67188              From: Hugo <hv@crypt.compulink.co.uk>
67189              Date: Tue, 22 Aug 2000 11:21:53 +0100
67190              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
67191      Branch: perl
67192            ! regcomp.c
67193 ____________________________________________________________________________
67194 [  6769] By: jhi                                   on 2000/08/22  14:30:02
67195         Log: Add Yitzchak, reformat.
67196      Branch: perl
67197            ! Changes config_h.SH
67198 ____________________________________________________________________________
67199 [  6768] By: jhi                                   on 2000/08/22  14:21:35
67200         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
67201              and Spider Boardman.
67202      Branch: metaconfig
67203            ! U/compline/d_gconvert.U
67204      Branch: perl
67205            ! Configure
67206 ____________________________________________________________________________
67207 [  6767] By: jhi                                   on 2000/08/22  14:11:24
67208         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
67209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67210              Date: Mon, 21 Aug 2000 19:08:31 -0700
67211              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
67212      Branch: perl
67213            - ext/Storable/patchlevel.h
67214            ! MANIFEST ext/Storable/MANIFEST
67215 ____________________________________________________________________________
67216 [  6766] By: jhi                                   on 2000/08/22  13:49:29
67217         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
67218              From: Peter Prymmer <pvhp@forte.com>
67219              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
67220              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
67221      Branch: perl
67222            ! configure.com ext/Storable/Makefile.PL
67223 ____________________________________________________________________________
67224 [  6765] By: jhi                                   on 2000/08/22  13:44:59
67225         Log: Subject: [PATCH blead] B:: missing dependency
67226              From: Hugo <hv@crypt.compulink.co.uk>
67227              Date: Tue, 22 Aug 2000 06:44:33 +0100
67228              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
67229      Branch: perl
67230            ! ext/B/Makefile.PL
67231 ____________________________________________________________________________
67232 [  6764] By: jhi                                   on 2000/08/22  13:38:12
67233         Log: More bytecompiler.
67234      Branch: perl
67235            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
67236 ____________________________________________________________________________
67237 [  6763] By: jhi                                   on 2000/08/22  13:36:44
67238         Log: Bytecompiler patches from Benjamin Stuhl.
67239      Branch: perl
67240            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
67241            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67242            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
67243            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67244            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
67245            ! perl.c perlapi.h pod/perldelta.pod
67246 ____________________________________________________________________________
67247 [  6762] By: jhi                                   on 2000/08/21  23:43:40
67248         Log: An obsoleted diagnostic.
67249      Branch: perl
67250            ! pod/perldelta.pod
67251 ____________________________________________________________________________
67252 [  6761] By: jhi                                   on 2000/08/21  23:01:45
67253         Log: The #6759 wasn't quite right.
67254      Branch: perl
67255            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
67256            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
67257            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
67258            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
67259            ! t/lib/st-tieditems.t
67260 ____________________________________________________________________________
67261 [  6760] By: jhi                                   on 2000/08/21  22:35:49
67262         Log: Be verydeepclean.
67263      Branch: perl
67264            ! Makefile.SH
67265 ____________________________________________________________________________
67266 [  6759] By: jhi                                   on 2000/08/21  22:25:40
67267         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
67268              From: Peter Prymmer <pvhp@forte.com>
67269              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
67270              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
67271      Branch: perl
67272            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
67273            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
67274            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
67275            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
67276            ! t/lib/st-tieditems.t
67277 ____________________________________________________________________________
67278 [  6758] By: jhi                                   on 2000/08/21  22:22:32
67279         Log: Few more casts, need reported in
67280              
67281              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
67282              From: Mike Stok <mike@stok.co.uk>
67283              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
67284              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
67285              
67286              and
67287              
67288              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
67289              From: abigail@foad.org
67290              Date: 21 Aug 2000 21:31:34 -0000
67291              Message-Id: <20000821213134.30170.qmail@foad.org>
67292      Branch: perl
67293            ! ext/Storable/Storable.xs
67294 ____________________________________________________________________________
67295 [  6757] By: jhi                                   on 2000/08/21  18:37:07
67296         Log: Update Changes.
67297      Branch: perl
67298            ! Changes patchlevel.h
67299 ____________________________________________________________________________
67300 [  6756] By: jhi                                   on 2000/08/21  18:34:02
67301         Log: A pod nit.
67302              
67303              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
67304              From: <abigail@foad.org>
67305              Date: Mon, 21 Aug 2000 14:00:16 -0400
67306              Message-ID: <20000821180016.28627.qmail@foad.org>
67307      Branch: perl
67308            ! pod/perlre.pod
67309 ____________________________________________________________________________
67310 [  6755] By: jhi                                   on 2000/08/21  18:30:56
67311         Log: Use PodParser 1.18 new test.
67312      Branch: perl
67313            ! t/pod/special_seqs.t t/pod/special_seqs.xr
67314 ____________________________________________________________________________
67315 [  6754] By: jhi                                   on 2000/08/21  18:28:35
67316         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
67317              patches cannot be applied since #6712 conflicts.
67318      Branch: perl
67319            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
67320 ____________________________________________________________________________
67321 [  6753] By: jhi                                   on 2000/08/21  18:15:11
67322         Log: Weed out some smaller changes.
67323      Branch: perl
67324            ! pod/perldelta.pod
67325 ____________________________________________________________________________
67326 [  6752] By: jhi                                   on 2000/08/21  18:02:30
67327         Log: Also under djgpp the timestamps are funky.
67328      Branch: perl
67329            ! t/op/stat.t
67330 ____________________________________________________________________________
67331 [  6751] By: jhi                                   on 2000/08/21  17:55:56
67332         Log: Tweak the floating point output routine preferences.
67333      Branch: metaconfig
67334            ! U/compline/d_gconvert.U
67335      Branch: perl
67336            ! Configure
67337 ____________________________________________________________________________
67338 [  6750] By: jhi                                   on 2000/08/21  17:51:29
67339         Log: Unicos/mk requires elaborate paranoia.
67340      Branch: perl
67341            ! lib/Math/Complex.pm
67342 ____________________________________________________________________________
67343 [  6749] By: gsar                                  on 2000/08/21  16:53:31
67344         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
67345      Branch: perl
67346            ! lib/Cwd.pm
67347 ____________________________________________________________________________
67348 [  6748] By: gsar                                  on 2000/08/21  16:22:19
67349         Log: free TLS slot properly on Windows
67350      Branch: perl
67351            ! thread.h win32/perllib.c win32/win32thread.h
67352 ____________________________________________________________________________
67353 [  6747] By: jhi                                   on 2000/08/21  16:20:58
67354         Log: Rename the macro argument because some preprocessors
67355              can't tell the difference and expand arguments also inside
67356              double quoted strings.
67357      Branch: perl
67358            ! regcomp.c
67359 ____________________________________________________________________________
67360 [  6746] By: jhi                                   on 2000/08/21  16:09:41
67361         Log: Support long doubles in Storable.
67362              
67363              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
67364              From: Radu Greab <radu@netsoft.ro>
67365              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
67366              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
67367      Branch: perl
67368            ! ext/Storable/Storable.xs
67369 ____________________________________________________________________________
67370 [  6745] By: jhi                                   on 2000/08/21  15:51:40
67371         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
67372              From: "Fifer, Eric" <EFifer@sanwaint.com>
67373              Date: Mon, 21 Aug 2000 15:34:49 +0100
67374              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
67375      Branch: perl
67376            ! t/pragma/warn/9enabled
67377 ____________________________________________________________________________
67378 [  6744] By: jhi                                   on 2000/08/21  15:39:35
67379         Log: Document the endianness of Alpha more precisely.
67380      Branch: perl
67381            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
67382            ! pod/perlport.pod
67383 ____________________________________________________________________________
67384 [  6743] By: jhi                                   on 2000/08/21  14:47:05
67385         Log: perldelta fixes from the p5p crowd.
67386      Branch: perl
67387            ! pod/perldelta.pod pod/perlop.pod
67388 ____________________________________________________________________________
67389 [  6742] By: jhi                                   on 2000/08/21  13:34:51
67390         Log: Update to Pod::LaTeX 0.53.
67391              
67392              Subject: [PATCH] lib/Pod/LaTeX.pm updates
67393              From: Tim Jenness <timj@jach.hawaii.edu>
67394              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
67395              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
67396      Branch: perl
67397            ! lib/Pod/LaTeX.pm
67398 ____________________________________________________________________________
67399 [  6741] By: jhi                                   on 2000/08/21  13:33:01
67400         Log: Subject: [PATCH] os2.c fix for use64bitint
67401              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67402              Date: Mon, 21 Aug 2000 01:32:25 -0700
67403              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
67404      Branch: perl
67405            ! os2/os2.c
67406 ____________________________________________________________________________
67407 [  6740] By: jhi                                   on 2000/08/21  13:28:52
67408         Log: Array context keeps slithering in.
67409              
67410              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
67411              From: Daniel Chetlin <daniel@chetlin.com>
67412              Date: Sun, 20 Aug 2000 21:40:25 -0700
67413              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
67414      Branch: perl
67415            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
67416            ! pod/perldebtut.pod
67417 ____________________________________________________________________________
67418 [  6739] By: jhi                                   on 2000/08/21  13:23:55
67419         Log: Big-endian quad fixes for Storable from Radu Greab,
67420              plus few explicit null casts for picky compilers.
67421      Branch: perl
67422            ! ext/Storable/Storable.xs
67423 ____________________________________________________________________________
67424 [  6738] By: gsar                                  on 2000/08/21  05:56:13
67425         Log: small tweaks for change#6705: avoid C++ style comments in C code;
67426              use Perl's malloc API rather than the low level system one
67427      Branch: perl
67428            ! win32/win32.c
67429 ____________________________________________________________________________
67430 [  6737] By: gsar                                  on 2000/08/21  05:35:41
67431         Log: add Storable to list of extensions on Windows
67432      Branch: perl
67433            ! win32/Makefile win32/makefile.mk
67434 ____________________________________________________________________________
67435 [  6736] By: jhi                                   on 2000/08/21  02:57:53
67436         Log: Update Changes.
67437      Branch: perl
67438            ! Changes patchlevel.h
67439 ____________________________________________________________________________
67440 [  6735] By: jhi                                   on 2000/08/21  02:57:20
67441         Log: Draft 0.
67442      Branch: perl
67443            ! pod/perldelta.pod
67444 ____________________________________________________________________________
67445 [  6734] By: jhi                                   on 2000/08/21  02:57:03
67446         Log: Add Storable 0.7.2 from Raphael Manfredi,
67447              plus the patch from
67448              
67449              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
67450              From: Radu Greab <radu@netsoft.ro>
67451              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
67452              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
67453              
67454              plus changes to get Storable to compile with
67455              picky ANSI compilers.
67456      Branch: perl
67457            + ext/Storable/ChangeLog ext/Storable/MANIFEST
67458            + ext/Storable/Makefile.PL ext/Storable/README
67459            + ext/Storable/Storable.pm ext/Storable/Storable.xs
67460            + ext/Storable/patchlevel.h t/lib/st-06compat.t
67461            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
67462            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
67463            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
67464            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
67465            + t/lib/st-tieditems.t
67466            ! MANIFEST
67467 ____________________________________________________________________________
67468 [  6733] By: jhi                                   on 2000/08/21  02:29:09
67469         Log: The correct cleaning order is an art.
67470      Branch: perl
67471            ! Makefile.SH
67472 ____________________________________________________________________________
67473 [  6732] By: jhi                                   on 2000/08/21  01:23:39
67474         Log: The #6724 is here.
67475      Branch: perl
67476            ! t/lib/ftmp-security.t
67477 ____________________________________________________________________________
67478 [  6731] By: jhi                                   on 2000/08/20  23:17:03
67479         Log: s/this one/the 5.6.0 release/
67480      Branch: perl
67481            ! pod/perl56delta.pod
67482 ____________________________________________________________________________
67483 [  6730] By: jhi                                   on 2000/08/20  23:07:34
67484         Log: Mention perlebcdic and perlposix-bc.
67485      Branch: perl
67486            ! pod/perlport.pod
67487 ____________________________________________________________________________
67488 [  6729] By: jhi                                   on 2000/08/20  21:32:59
67489         Log: Document the number of exponent digits.
67490      Branch: perl
67491            ! pod/perlfunc.pod
67492 ____________________________________________________________________________
67493 [  6728] By: jhi                                   on 2000/08/20  21:16:47
67494         Log: Use File::Spec->tmpdir().
67495              
67496              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
67497              From: Tim Jenness <timj@jach.hawaii.edu>
67498              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
67499              MIME-Version: 1.0
67500              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
67501      Branch: perl
67502            ! utils/perlbug.PL
67503 ____________________________________________________________________________
67504 [  6727] By: jhi                                   on 2000/08/20  20:43:32
67505         Log: Update Changes.
67506      Branch: perl
67507            ! Changes patchlevel.h
67508 ____________________________________________________________________________
67509 [  6726] By: jhi                                   on 2000/08/20  20:41:44
67510         Log: The veryclean target needs to clobber.
67511      Branch: perl
67512            ! Makefile.SH
67513 ____________________________________________________________________________
67514 [  6725] By: jhi                                   on 2000/08/20  20:37:38
67515         Log: Document odd vs even subreleases and -Dusedevel.
67516      Branch: perl
67517            ! INSTALL
67518 ____________________________________________________________________________
67519 [  6724] By: jhi                                   on 2000/08/20  19:58:05
67520         Log: Use temporary directory instead of current directory.
67521              
67522              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
67523              From: Tim Jenness <timj@jach.hawaii.edu>
67524              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
67525              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
67526      Branch: perl
67527            ! t/lib/ftmp-security.t
67528 ____________________________________________________________________________
67529 [  6723] By: jhi                                   on 2000/08/20  19:55:55
67530         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
67531              From: andreas.koenig@anima.de (Andreas J. Koenig)
67532              Date: 20 Aug 2000 15:52:03 +0200
67533              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
67534      Branch: perl
67535            ! lib/ExtUtils/MM_Unix.pm
67536 ____________________________________________________________________________
67537 [  6722] By: jhi                                   on 2000/08/20  19:46:01
67538         Log: Update to CGI 2.72, from Lincoln Stein.
67539      Branch: perl
67540            ! lib/CGI.pm
67541 ____________________________________________________________________________
67542 [  6721] By: jhi                                   on 2000/08/20  19:43:54
67543         Log: (Replaced by #8364.)
67544              
67545              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
67546              From: Radu Greab <radu@netsoft.ro>
67547              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
67548              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
67549      Branch: perl
67550            ! ext/GDBM_File/GDBM_File.xs
67551 ____________________________________________________________________________
67552 [  6720] By: jhi                                   on 2000/08/20  19:42:01
67553         Log: pp_open() could pass an uninitialized filename down to do_open9().
67554      Branch: perl
67555            ! pp_sys.c
67556 ____________________________________________________________________________
67557 [  6719] By: jhi                                   on 2000/08/20  14:06:41
67558         Log: UTF8 concat fixes.
67559              
67560              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
67561              From: Hugo <hv@crypt.compulink.co.uk>
67562              Date: Sun, 20 Aug 2000 07:30:46 +0100
67563              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
67564      Branch: perl
67565            ! pp_hot.c t/op/append.t
67566 ____________________________________________________________________________
67567 [  6718] By: jhi                                   on 2000/08/20  02:09:37
67568         Log: Let's try #6717 again.
67569      Branch: perl
67570            ! lib/File/Temp.pm
67571 ____________________________________________________________________________
67572 [  6717] By: jhi                                   on 2000/08/20  01:56:55
67573         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
67574              From: "Craig A. Berry" <craig.berry@metamorgs.com>
67575              Date: Sat, 19 Aug 2000 18:15:39 -0500
67576              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
67577      Branch: perl
67578            ! lib/File/Temp.pm
67579 ____________________________________________________________________________
67580 [  6716] By: jhi                                   on 2000/08/19  15:50:11
67581         Log: Update Changes.
67582      Branch: perl
67583            ! Changes patchlevel.h
67584 ____________________________________________________________________________
67585 [  6715] By: jhi                                   on 2000/08/19  15:39:09
67586         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
67587              From: Jonathan D Johnston <jdjohnston2@juno.com>
67588              Date: Thu, 17 Aug 2000 23:13:01 -0400       
67589              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
67590      Branch: perl
67591            ! pod/perlfunc.pod
67592 ____________________________________________________________________________
67593 [  6714] By: jhi                                   on 2000/08/19  15:34:04
67594         Log: Introduce a 'veryclean' target that is like 'distclean'
67595              but also removes *~ and *.orig.
67596      Branch: perl
67597            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
67598            ! utils/Makefile x2p/Makefile.SH
67599 ____________________________________________________________________________
67600 [  6713] By: jhi                                   on 2000/08/19  14:15:45
67601         Log: Put back the long double avoidance code to POSIX.xs
67602              because VMS seems to need it still.
67603      Branch: perl
67604            ! ext/POSIX/POSIX.xs
67605 ____________________________________________________________________________
67606 [  6712] By: jhi                                   on 2000/08/19  14:10:41
67607         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
67608              From: Peter Prymmer <pvhp@forte.com>
67609              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
67610              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
67611      Branch: perl
67612            ! lib/Pod/Find.pm t/pod/find.t
67613 ____________________________________________________________________________
67614 [  6711] By: jhi                                   on 2000/08/19  14:09:19
67615         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
67616              From: Peter Prymmer <pvhp@forte.com>
67617              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
67618              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
67619              cc: vmsperl@perl.org
67620      Branch: perl
67621            ! t/lib/peek.t
67622 ____________________________________________________________________________
67623 [  6710] By: jhi                                   on 2000/08/19  14:08:01
67624         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
67625              From: Jan Dubois <jand@ActiveState.com>
67626              Date: Fri, 18 Aug 2000 16:31:48 -0700
67627              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
67628      Branch: perl
67629            ! win32/win32.c
67630 ____________________________________________________________________________
67631 [  6709] By: jhi                                   on 2000/08/19  14:06:57
67632         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
67633              
67634              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
67635              From: Spider.Boardman@Orb.Nashua.NH.US
67636              Date: Fri, 18 Aug 2000 18:41:14 -0400
67637              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
67638      Branch: perl
67639            ! regcomp.c
67640 ____________________________________________________________________________
67641 [  6708] By: jhi                                   on 2000/08/18  22:04:49
67642         Log: Update Changes.
67643      Branch: perl
67644            ! Changes patchlevel.h
67645 ____________________________________________________________________________
67646 [  6707] By: jhi                                   on 2000/08/18  21:55:14
67647         Log: Add warnif(), check warnings further up the stack,
67648              all the warnings functions now can take an optional object reference.
67649              
67650              Subject: [PATCH bleedperl@6691] warnings pragma update
67651              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
67652              Date: Fri, 18 Aug 2000 22:42:06 +0100
67653              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
67654      Branch: perl
67655            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
67656            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
67657            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
67658 ____________________________________________________________________________
67659 [  6706] By: jhi                                   on 2000/08/18  21:41:45
67660         Log: Typo in pp_complement().
67661              
67662              Subject: [PATCH perl-current] Deparse
67663              From: Peter Scott <Peter@PSDT.com>
67664              Date: Fri, 18 Aug 2000 12:44:37 -0700
67665              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
67666      Branch: perl
67667            ! ext/B/B/Deparse.pm
67668 ____________________________________________________________________________
67669 [  6705] By: jhi                                   on 2000/08/18  21:25:59
67670         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
67671              From: Jan Dubois <jand@ActiveState.com>
67672              Date: Fri, 18 Aug 2000 14:22:51 -0700
67673              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
67674      Branch: perl
67675            ! lib/Win32.pod win32/win32.c
67676 ____________________________________________________________________________
67677 [  6704] By: jhi                                   on 2000/08/18  21:16:14
67678         Log: Don't eat leading os from index entries.
67679              
67680              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
67681              From: Russ Allbery <rra@stanford.edu>
67682              Date: 10 Aug 2000 20:49:25 -0700
67683              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
67684      Branch: perl
67685            ! lib/Pod/Man.pm
67686 ____________________________________________________________________________
67687 [  6703] By: jhi                                   on 2000/08/18  21:07:06
67688         Log: Add [[:blank:]] as suggested in
67689              
67690              Subject: [ID 20000716.024] [=cc=] / [:blank:]
67691              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
67692              Date: Sun, 16 Jul 2000 17:55:29 -0700
67693              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
67694              
67695              (the [=cc=] has already been taken care of by #6439
67696              so the whole bug report can be closed)
67697              
67698              and make [[:space:]] to be equivalent to isspace(3)
67699              (as opposed to \s, which is isSPACE()).  The difference
67700              is that now [[:space:]] matches the mythical vertical tab,
67701              while \s doesn't.
67702      Branch: perl
67703            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
67704            ! regexec.c t/op/pat.t
67705 ____________________________________________________________________________
67706 [  6702] By: jhi                                   on 2000/08/18  18:47:47
67707         Log: The new tests were missing from #6415.
67708      Branch: perl
67709            ! t/op/bop.t
67710 ____________________________________________________________________________
67711 [  6701] By: jhi                                   on 2000/08/18  18:20:40
67712         Log: Document the NDBM_File and ODBM_File as SDBM_File
67713              was documented in #6417.
67714      Branch: perl
67715            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
67716            ! ext/SDBM_File/SDBM_File.pm
67717 ____________________________________________________________________________
67718 [  6700] By: jhi                                   on 2000/08/18  18:10:39
67719         Log: Subject: [PATCH perl@6698] cygwin port
67720              From: "Fifer, Eric" <EFifer@sanwaint.com>
67721              Date: Fri, 18 Aug 2000 17:30:05 +0100
67722              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
67723      Branch: perl
67724            ! lib/File/Temp.pm
67725 ____________________________________________________________________________
67726 [  6699] By: jhi                                   on 2000/08/18  16:21:49
67727         Log: Document code point which makes if (defined %stash::) to work
67728              (noted by Spider Boardman).
67729      Branch: perl
67730            ! op.c
67731 ____________________________________________________________________________
67732 [  6698] By: jhi                                   on 2000/08/18  13:43:27
67733         Log: Update Changes.
67734      Branch: perl
67735            ! Changes patchlevel.h
67736 ____________________________________________________________________________
67737 [  6697] By: jhi                                   on 2000/08/18  13:35:57
67738         Log: Tiny Getopt::Long patch from Johan Vromans.
67739      Branch: perl
67740            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
67741 ____________________________________________________________________________
67742 [  6696] By: jhi                                   on 2000/08/18  13:26:14
67743         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
67744              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
67745              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
67746              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
67747      Branch: perl
67748            ! pod/perldiag.pod pod/perlsyn.pod
67749 ____________________________________________________________________________
67750 [  6695] By: jhi                                   on 2000/08/18  13:13:26
67751         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
67752              From: Daniel Chetlin <daniel@chetlin.com>
67753              Date: Fri, 18 Aug 2000 03:13:36 -0700
67754              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
67755      Branch: perl
67756            ! pod/perlfunc.pod
67757 ____________________________________________________________________________
67758 [  6694] By: jhi                                   on 2000/08/18  13:08:05
67759         Log: Subject: [PATCH] perltrap.pod spring cleaning
67760              From: Daniel Chetlin <daniel@chetlin.com>
67761              Date: Fri, 18 Aug 2000 03:06:54 -0700
67762              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
67763              
67764              plus Mike Guy's nitfix.
67765      Branch: perl
67766            ! pod/perltrap.pod
67767 ____________________________________________________________________________
67768 [  6693] By: jhi                                   on 2000/08/18  13:00:26
67769         Log: Unbuffer the output.
67770              
67771              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
67772              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67773              Date: Thu, 17 Aug 2000 18:39:29 -0700
67774              Message-ID: <RPJn5gzkgydf092yn@efn.org>
67775      Branch: perl
67776            ! t/op/fork.t
67777 ____________________________________________________________________________
67778 [  6692] By: jhi                                   on 2000/08/18  05:19:17
67779         Log: Delete the image, too, not just its MANIFEStation.
67780      Branch: perl
67781            - lib/CGI/eg/wilogo.gif
67782 ____________________________________________________________________________
67783 [  6691] By: jhi                                   on 2000/08/18  05:10:26
67784         Log: Propagate new Configure vars.
67785      Branch: perl
67786            ! configure.com epoc/config.sh uconfig.h uconfig.sh
67787            ! vos/config.def vos/config.h vos/config_h.SH_orig
67788            ! win32/config.bc win32/config.gc win32/config.vc
67789            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67790 ____________________________________________________________________________
67791 [  6690] By: jhi                                   on 2000/08/18  04:30:56
67792         Log: Update Changes.
67793      Branch: perl
67794            ! Changes patchlevel.h
67795 ____________________________________________________________________________
67796 [  6689] By: jhi                                   on 2000/08/18  04:12:30
67797         Log: Fix the lib/complex failure of
67798              
67799              From: abigail@foad.org
67800              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67801              Date: 15 Aug 2000 04:06:38 -0000
67802              Message-Id: <20000815040638.8524.qmail@foad.org> 
67803              
67804              Linux long double accuracy issue: something that
67805              when printed with %g looks like "2" but int() of it is 1.
67806      Branch: perl
67807            ! lib/Math/Complex.pm
67808 ____________________________________________________________________________
67809 [  6688] By: jhi                                   on 2000/08/18  03:15:35
67810         Log: The byteorder code in #6671 was wrong.
67811      Branch: perl
67812            ! configpm
67813 ____________________________________________________________________________
67814 [  6687] By: jhi                                   on 2000/08/18  02:08:42
67815         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
67816              From: Jan Dubois <jand@ActiveState.com>
67817              Date: Thu, 17 Aug 2000 18:31:55 -0700
67818              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
67819      Branch: perl
67820            ! sv.c
67821 ____________________________________________________________________________
67822 [  6686] By: jhi                                   on 2000/08/18  02:04:15
67823         Log: Use NVs in POSIX math, not doubles.
67824              
67825              From: abigail@foad.org
67826              Subject: [ID 20000817.014] POSIX & modfl
67827              Date: 17 Aug 2000 20:49:18 -0000
67828              Message-Id: <20000817204918.23123.qmail@foad.org>
67829      Branch: perl
67830            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
67831 ____________________________________________________________________________
67832 [  6685] By: jhi                                   on 2000/08/18  02:02:12
67833         Log: Introduce NVef, NVff, and NVgf, use the middle one.
67834              (helps for lib/peek + Linux + long doubles)  Reported in
67835              
67836              From: abigail@foad.org
67837              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67838              Date: 15 Aug 2000 04:06:38 -0000
67839              Message-Id: <20000815040638.8524.qmail@foad.org> 
67840              
67841              (note: the lib/complex failure has not yet been addressed)
67842      Branch: metaconfig/U/perl
67843            ! perlxvf.U
67844      Branch: perl
67845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67846            ! config_h.SH dump.c perl.h pod/perlguts.pod
67847 ____________________________________________________________________________
67848 [  6684] By: jhi                                   on 2000/08/17  23:22:19
67849         Log: Add byteorder to the myconfig output.
67850      Branch: perl
67851            ! myconfig.SH
67852 ____________________________________________________________________________
67853 [  6683] By: jhi                                   on 2000/08/17  23:20:19
67854         Log: The image doth not exist, spotted by Johan Vromans.
67855      Branch: perl
67856            ! MANIFEST
67857 ____________________________________________________________________________
67858 [  6682] By: jhi                                   on 2000/08/17  22:38:16
67859         Log: Document what the backtick returns if the command fails.
67860      Branch: perl
67861            ! pod/perlop.pod
67862 ____________________________________________________________________________
67863 [  6681] By: jhi                                   on 2000/08/17  22:33:12
67864         Log: Do not use prototyping here.
67865              
67866              Subject: [ID 20000817.016] [PATCH] Peek.xs
67867              From: abigail@foad.org
67868              Date: 17 Aug 2000 20:55:56 -0000
67869              Message-Id: <20000817205556.24270.qmail@foad.org>
67870      Branch: perl
67871            ! ext/Devel/Peek/Makefile.PL
67872 ____________________________________________________________________________
67873 [  6680] By: jhi                                   on 2000/08/17  19:46:43
67874         Log: Don't propose using modules built for 5.005 if no binary
67875              compatibility with 5.005 is attempted.
67876              
67877              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
67878              Subject: Minor nit with 5.7.0 (6655)
67879              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
67880              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
67881      Branch: metaconfig
67882            ! U/installdirs/inc_version_list.U
67883      Branch: perl
67884            ! Configure config_h.SH
67885 ____________________________________________________________________________
67886 [  6679] By: jhi                                   on 2000/08/17  19:16:39
67887         Log: Microperl config update.
67888      Branch: perl
67889            ! uconfig.h uconfig.sh
67890 ____________________________________________________________________________
67891 [  6678] By: jhi                                   on 2000/08/17  19:16:13
67892         Log: The #6648 wasn't protective enough for limited platforms
67893              (like microperl).
67894      Branch: perl
67895            ! dump.c sv.c
67896 ____________________________________________________________________________
67897 [  6677] By: jhi                                   on 2000/08/17  14:46:35
67898         Log: Update Changes.
67899      Branch: perl
67900            ! Changes patchlevel.h
67901 ____________________________________________________________________________
67902 [  6676] By: jhi                                   on 2000/08/17  14:44:02
67903         Log: Add perlebcdic from Peter Prymmer, regen toc.
67904      Branch: perl
67905            + pod/perlebcdic.pod
67906            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67907 ____________________________________________________________________________
67908 [  6675] By: jhi                                   on 2000/08/17  14:41:52
67909         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
67910      Branch: perl
67911            ! pod/perldebtut.pod
67912 ____________________________________________________________________________
67913 [  6674] By: jhi                                   on 2000/08/17  14:29:43
67914         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
67915              
67916              Subject: [ID 20000724.006] -DLEAKTEST problem
67917              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
67918              Date: Tue, 25 Jul 2000 00:36:32 -0500
67919              Message-Id: <20000725003632.A26186@www.llamacom.com>
67920              
67921              Reminder sent
67922              
67923              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
67924              From: Hugo <hv@crypt.compulink.co.uk>
67925              Date: Thu, 17 Aug 2000 15:23:42 +0100
67926              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
67927      Branch: perl
67928            ! util.c
67929 ____________________________________________________________________________
67930 [  6673] By: jhi                                   on 2000/08/17  04:07:10
67931         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
67932              From: John Peacock <JPeacock@UnivPress.com>
67933              Date: Tue, 01 Aug 2000 09:38:12 -0400
67934              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
67935      Branch: perl
67936            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
67937 ____________________________________________________________________________
67938 [  6672] By: jhi                                   on 2000/08/17  03:04:35
67939         Log: Subject: [PATCH] Cwd.pm now uses strict
67940              From: Tim Jenness <timj@jach.hawaii.edu>
67941              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
67942              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
67943      Branch: perl
67944            ! lib/Cwd.pm
67945 ____________________________________________________________________________
67946 [  6671] By: jhi                                   on 2000/08/17  02:16:35
67947         Log: Make $Config{byteorder} more magical so that it is
67948              dynamically computed: nice for 'fat binaries'.
67949              
67950              Subject: [PATCH]: default byteorder
67951              From: Wilfredo Sánchez <wsanchez@apple.com>
67952              Date: Mon, 31 Jul 2000 19:45:31 -0700
67953              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
67954      Branch: perl
67955            ! configpm
67956 ____________________________________________________________________________
67957 [  6670] By: gsar                                  on 2000/08/17  01:22:21
67958         Log: move WNOHANG definition to where other such things are
67959      Branch: perl
67960            ! win32/win32.h
67961 ____________________________________________________________________________
67962 [  6669] By: jhi                                   on 2000/08/17  01:19:17
67963         Log: Update Changes.
67964      Branch: perl
67965            ! Changes patchlevel.h
67966 ____________________________________________________________________________
67967 [  6668] By: jhi                                   on 2000/08/17  01:16:29
67968         Log: Doc nits spotted by Richard Soderberg.
67969      Branch: perl
67970            ! README.posix-bc README.vmesa
67971 ____________________________________________________________________________
67972 [  6667] By: jhi                                   on 2000/08/17  01:12:11
67973         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
67974              From: "Casey R. Tweten" <crt@kiski.net>
67975              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
67976              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
67977      Branch: perl
67978            ! pod/perldebtut.pod
67979 ____________________________________________________________________________
67980 [  6666] By: jhi                                   on 2000/08/17  01:09:31
67981         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
67982              From: "Casey R. Tweten" <crt@kiski.net>
67983              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
67984              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
67985      Branch: perl
67986            ! lib/Shell.pm
67987 ____________________________________________________________________________
67988 [  6665] By: gsar                                  on 2000/08/17  01:03:52
67989         Log: add "ok" targets from change#6632 in makefile.mk
67990      Branch: perl
67991            ! pod/perlport.pod win32/Makefile win32/makefile.mk
67992 ____________________________________________________________________________
67993 [  6664] By: gsar                                  on 2000/08/17  00:56:11
67994         Log: avoid warnings from dense compiler
67995      Branch: perl
67996            ! win32/win32.c
67997 ____________________________________________________________________________
67998 [  6663] By: jhi                                   on 2000/08/17  00:51:49
67999         Log: Tweak the regex compilation errors once more.
68000      Branch: perl
68001            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
68002            ! t/op/regmesg.t t/pragma/warn/regcomp
68003 ____________________________________________________________________________
68004 [  6662] By: gsar                                  on 2000/08/17  00:28:19
68005         Log: trailing new %ENV entries weren't being pushed into the real
68006              environment of subprocesses on Windows
68007      Branch: perl
68008            ! t/op/magic.t win32/perlhost.h
68009 ____________________________________________________________________________
68010 [  6661] By: gsar                                  on 2000/08/17  00:19:20
68011         Log: waitpid() now handles externally spawned pids correctly;
68012              fixes for backtick/wait/waitpid failures on Windows 9x
68013              
68014              these changes make the pid returned by process functions on
68015              Windows 9x always positive by clearing the high bit (which
68016              is always set on Win9x); pseudo-process PIDs are likewise
68017              always negative now on Win9x (just as on NT/2000)
68018      Branch: perl
68019            ! pp_sys.c win32/perlhost.h win32/win32.c
68020 ____________________________________________________________________________
68021 [  6660] By: jhi                                   on 2000/08/17  00:04:32
68022         Log: Retract #6645.
68023      Branch: perl
68024            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68025            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
68026            ! t/op/sprintf.t
68027 ____________________________________________________________________________
68028 [  6659] By: gsar                                  on 2000/08/16  23:59:28
68029         Log: on windows, the return values from wait() and waitpid() don't
68030              match those of pseudo-pids
68031      Branch: perl
68032            ! pp_sys.c t/op/fork.t util.c win32/win32.c
68033 ____________________________________________________________________________
68034 [  6658] By: gsar                                  on 2000/08/16  23:56:14
68035         Log: pod nit seen in passing
68036      Branch: perl
68037            ! pod/perlfunc.pod
68038 ____________________________________________________________________________
68039 [  6657] By: gsar                                  on 2000/08/16  23:53:42
68040         Log: change#6328 could make close(SOCKET) return false on windows
68041              when it shouldn't
68042      Branch: perl
68043            ! win32/win32sck.c
68044 ____________________________________________________________________________
68045 [  6656] By: gsar                                  on 2000/08/16  23:46:57
68046         Log: check that the number pseudo children doesn't exceed
68047              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
68048              the WaitForMultipleObjects() limit that would cause wait()
68049              to crash)
68050              
68051              wait() and waitpid() could potentially be rewritten to use
68052              more than one thread to do the waiting to eliminate this
68053              limitation
68054      Branch: perl
68055            ! win32/perlhost.h
68056 ____________________________________________________________________________
68057 [  6655] By: jhi                                   on 2000/08/16  14:11:05
68058         Log: Update Changes.
68059      Branch: perl
68060            ! Changes patchlevel.h
68061 ____________________________________________________________________________
68062 [  6654] By: jhi                                   on 2000/08/16  14:10:12
68063         Log: Update to perldebtut 1.9, from Richard Foley.
68064      Branch: perl
68065            ! pod/perldebtut.pod
68066 ____________________________________________________________________________
68067 [  6653] By: jhi                                   on 2000/08/16  14:08:17
68068         Log: Change the regx compilation error markers to use = instead of <
68069              since pod makes using the latter quite messy.  Reported in
68070              ID 20000814.006 by Abigail and in
68071              Subject: Unknown escape E<> ?
68072              From: Lupe Christoph <lupe@lupe-christoph.de>
68073              Date: Fri, 11 Aug 2000 00:30:27 +0200
68074              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
68075      Branch: perl
68076            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
68077            ! t/op/regmesg.t t/pragma/warn/regcomp
68078 ____________________________________________________________________________
68079 [  6652] By: jhi                                   on 2000/08/16  13:25:31
68080         Log: Change the perlbug address to perl.org since it's more forgiving.
68081              
68082              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
68083              From: abigail@foad.org
68084              Date: 15 Aug 2000 04:15:40 -0000
68085              Message-Id: <20000815041540.8633.qmail@foad.org>
68086      Branch: perl
68087            ! utils/perlbug.PL
68088 ____________________________________________________________________________
68089 [  6651] By: jhi                                   on 2000/08/16  13:22:35
68090         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
68091              From: Tim Jenness <timj@jach.hawaii.edu>
68092              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
68093              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
68094      Branch: perl
68095            ! lib/Cwd.pm
68096 ____________________________________________________________________________
68097 [  6650] By: jhi                                   on 2000/08/16  13:18:13
68098         Log: Update to CPAN 1.57.
68099              
68100              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
68101              From: andreas.koenig@anima.de (Andreas J. Koenig)
68102              Date: 16 Aug 2000 15:09:46 +0200
68103              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
68104      Branch: perl
68105            ! lib/CPAN.pm
68106 ____________________________________________________________________________
68107 [  6649] By: jhi                                   on 2000/08/16  13:12:31
68108         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
68109              From: "Larry W. Virden" <lvirden@cas.org>
68110              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
68111              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
68112      Branch: perl
68113            ! README.hpux
68114 ____________________________________________________________________________
68115 [  6648] By: jhi                                   on 2000/08/16  13:03:53
68116         Log: The numeric locale was reset to "C" by s?printf and never restored.
68117              
68118              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
68119              From: Christian Kirsch <ck@held.mind.de>
68120              Date: Wed, 9 Aug 2000 17:05:17 +0200
68121              Message-Id: <20000809170517.A25389@held>
68122              
68123              No test since adding the failing example to locale.t
68124              does not fail -- probably because the locale settings are so
68125              thoroughly tweaked by that time.  Running the example standalone
68126              does fail, though.  UPDATE: test case added at change #7540.
68127      Branch: perl
68128            ! dump.c perl.h pp.c pp_ctl.c sv.c
68129 ____________________________________________________________________________
68130 [  6647] By: jhi                                   on 2000/08/16  00:07:54
68131         Log: Update Changes and test semi-automatic patchlevel updating.
68132      Branch: perl
68133            ! Changes patchlevel.h
68134 ____________________________________________________________________________
68135 [  6646] By: jhi                                   on 2000/08/15  23:35:07
68136         Log: Fix a dependency problem.
68137              
68138              Subject: [PATCH: 6640] VMS Makefile.SH update
68139              From: Peter Prymmer <pvhp@forte.com>
68140              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
68141              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
68142      Branch: perl
68143            ! vms/descrip_mms.template
68144 ____________________________________________________________________________
68145 [  6645] By: jhi                                   on 2000/08/15  23:33:23
68146         Log: (Retracted by #6660)
68147              
68148              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
68149              From: Dominic Dunlop <domo@computer.org>
68150              Date: Tue, 15 Aug 2000 22:20:52 +0200
68151              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
68152      Branch: metaconfig/U/perl
68153            + d_printfed.U
68154      Branch: perl
68155            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68156            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
68157            ! t/op/sprintf.t
68158 ____________________________________________________________________________
68159 [  6644] By: jhi                                   on 2000/08/15  21:17:20
68160         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
68161              From: abigail@foad.org
68162              Date: 15 Aug 2000 20:12:41 -0000
68163              Message-Id: <20000815201241.25556.qmail@foad.org>
68164      Branch: perl
68165            ! INSTALL
68166 ____________________________________________________________________________
68167 [  6643] By: jhi                                   on 2000/08/15  21:15:28
68168         Log: (an already applied patch)
68169      Branch: perl
68170            ! lib/CGI.pm
68171 ____________________________________________________________________________
68172 [  6642] By: gsar                                  on 2000/08/15  19:54:05
68173         Log: magic callbacks all need to have same type signature
68174      Branch: perl
68175            ! embed.pl mg.c proto.h
68176 ____________________________________________________________________________
68177 [  6641] By: jhi                                   on 2000/08/15  17:56:27
68178         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)
68179              From: Mike Guy <mjtg@cam.ac.uk>
68180              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
68181              Date: Tue, 15 Aug 2000 18:26:45 +0100
68182              
68183              Only the peek.t part applied, not the hash quality part.
68184      Branch: perl
68185            ! t/lib/peek.t
68186 ____________________________________________________________________________
68187 [  6640] By: jhi                                   on 2000/08/15  16:37:37
68188         Log: Update Changes.
68189      Branch: perl
68190            ! Changes
68191 ____________________________________________________________________________
68192 [  6639] By: jhi                                   on 2000/08/15  16:34:55
68193         Log: Missed a file from #6638.
68194      Branch: perl
68195            ! lib/File/Temp.pm
68196 ____________________________________________________________________________
68197 [  6638] By: jhi                                   on 2000/08/15  16:33:19
68198         Log: Subject: [PATCH perl@6620] cygwin port
68199              From: "Fifer, Eric" <EFifer@sanwaint.com>
68200              Date: Tue, 15 Aug 2000 17:00:49 +0100
68201              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
68202      Branch: perl
68203            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
68204 ____________________________________________________________________________
68205 [  6637] By: jhi                                   on 2000/08/15  16:29:22
68206         Log: Subject: [PATCH] debugger exit code should reflect user exit code
68207              From: Mike Guy <mjtg@cam.ac.uk>
68208              Date: Tue, 15 Aug 2000 16:55:59 +0100
68209              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
68210      Branch: perl
68211            ! lib/perl5db.pl
68212 ____________________________________________________________________________
68213 [  6636] By: jhi                                   on 2000/08/15  15:30:58
68214         Log: Update Changes.
68215      Branch: perl
68216            ! Changes
68217 ____________________________________________________________________________
68218 [  6635] By: jhi                                   on 2000/08/15  15:27:21
68219         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
68220      Branch: metaconfig
68221            ! U/mkglossary U/mksample
68222      Branch: metaconfig/U/perl
68223            ! Devel.U
68224      Branch: perl
68225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68226 ____________________________________________________________________________
68227 [  6634] By: jhi                                   on 2000/08/15  14:11:55
68228         Log: Don't blow limited stacks, a lower number is enough to
68229              tickle the lookbehind limit.
68230              
68231              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
68232              From: Dominic Dunlop <domo@computer.org>
68233              Date: Tue, 15 Aug 2000 13:51:24 +0200
68234              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
68235      Branch: perl
68236            ! t/op/regmesg.t
68237 ____________________________________________________________________________
68238 [  6633] By: jhi                                   on 2000/08/15  14:01:46
68239         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
68240              From: Mike Guy <mjtg@cam.ac.uk>
68241              Date: Tue, 15 Aug 2000 12:10:50 +0100
68242              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
68243      Branch: perl
68244            ! utils/perldoc.PL
68245 ____________________________________________________________________________
68246 [  6632] By: jhi                                   on 2000/08/15  13:58:48
68247         Log: make ok etc also for win32.
68248              
68249              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
68250              From: Prymmer/Kahn <pvhp@best.com>
68251              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
68252              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
68253      Branch: perl
68254            ! win32/Makefile
68255 ____________________________________________________________________________
68256 [  6631] By: jhi                                   on 2000/08/15  13:45:03
68257         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
68258      Branch: perl
68259            ! lib/Test.pm
68260 ____________________________________________________________________________
68261 [  6630] By: jhi                                   on 2000/08/15  03:25:09
68262         Log: Update Changes.
68263      Branch: perl
68264            ! Changes
68265 ____________________________________________________________________________
68266 [  6629] By: jhi                                   on 2000/08/15  03:23:53
68267         Log: magic_regdatum_set() is void, not int.
68268      Branch: perl
68269            ! embed.pl mg.c proto.h
68270 ____________________________________________________________________________
68271 [  6628] By: jhi                                   on 2000/08/15  03:08:02
68272         Log: Make the user to give up his firstborn, err, to knowingly
68273              verify installing an unstable developer release.  Also bump
68274              the release to 5.7.0, but leave a patch tag in the local
68275              patches saying that this is not yet the real thing.
68276      Branch: metaconfig
68277            ! U/modified/Instruct.U
68278      Branch: metaconfig/U/perl
68279            + Devel.U
68280      Branch: perl
68281            ! Configure patchlevel.h
68282 ____________________________________________________________________________
68283 [  6627] By: jhi                                   on 2000/08/14  22:32:52
68284         Log: README.os2 update.
68285              
68286              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
68287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68288              Date: Wed, 02 Aug 2000 21:55:09 -0700
68289              Message-ID: <tsPi5gzkgegX092yn@efn.org>
68290      Branch: perl
68291            ! README.os2
68292 ____________________________________________________________________________
68293 [  6626] By: jhi                                   on 2000/08/14  21:00:02
68294         Log: Subject: Re: File::Temp problems on VMS in bleedperl
68295              From: Tim Jenness <timj@jach.hawaii.edu>
68296              cc: vmsperl@perl.org
68297              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
68298              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
68299      Branch: perl
68300            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
68301 ____________________________________________________________________________
68302 [  6625] By: jhi                                   on 2000/08/14  20:52:16
68303         Log: Add SUIDMAIL as was done for the CERT alert.
68304      Branch: perl
68305            ! patchlevel.h
68306 ____________________________________________________________________________
68307 [  6624] By: jhi                                   on 2000/08/14  20:48:50
68308         Log: Subject: sfio2000
68309              From: Daniel Muino <dmuino@afip.gov.ar>
68310              Date: Mon, 14 Aug 2000 16:58:11 -0300
68311              Message-ID: <20000814165811.B16368@con2-dgi>
68312      Branch: perl
68313            ! perlsdio.h perlsfio.h
68314 ____________________________________________________________________________
68315 [  6623] By: jhi                                   on 2000/08/14  20:47:36
68316         Log: Subject: warning: storage class after type is obsolescent
68317              From: Daniel Muino <dmuino@afip.gov.ar>
68318              Date: Mon, 14 Aug 2000 16:42:47 -0300
68319              Message-ID: <20000814164247.A16368@con2-dgi>
68320      Branch: perl
68321            ! regcomp.pl regnodes.h
68322 ____________________________________________________________________________
68323 [  6622] By: jhi                                   on 2000/08/14  20:43:05
68324         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
68325              From: abigail@foad.org
68326              Date: 14 Aug 2000 20:00:10 -0000
68327              Message-Id: <20000814200010.27271.qmail@foad.org>
68328      Branch: perl
68329            ! Changes
68330 ____________________________________________________________________________
68331 [  6621] By: jhi                                   on 2000/08/14  15:23:05
68332         Log: Update Changes.
68333      Branch: perl
68334            ! Changes
68335 ____________________________________________________________________________
68336 [  6620] By: jhi                                   on 2000/08/14  15:22:14
68337         Log: Subject: Re: [PATCH] @+, @- readonly
68338              From: Mike Guy <mjtg@cam.ac.uk>
68339              Date: Mon, 14 Aug 2000 15:26:55 +0100
68340              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
68341      Branch: perl
68342            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
68343            ! sv.c t/op/pat.t
68344 ____________________________________________________________________________
68345 [  6619] By: jhi                                   on 2000/08/14  14:12:08
68346         Log: Update Changes.
68347      Branch: perl
68348            ! Changes
68349 ____________________________________________________________________________
68350 [  6618] By: jhi                                   on 2000/08/14  14:09:34
68351         Log: For now remove the mail code.
68352      Branch: perl
68353            ! perl.c
68354 ____________________________________________________________________________
68355 [  6617] By: jhi                                   on 2000/08/14  14:08:28
68356         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
68357      Branch: perl
68358            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
68359            ! pod/perlfaq8.pod pod/perlsec.pod
68360 ____________________________________________________________________________
68361 [  6616] By: jhi                                   on 2000/08/14  14:00:11
68362         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
68363              From: Mike Guy <mjtg@cam.ac.uk>
68364              Date: Mon, 14 Aug 2000 08:26:02 +0100
68365              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
68366      Branch: perl
68367            ! lib/perl5db.pl
68368 ____________________________________________________________________________
68369 [  6615] By: jhi                                   on 2000/08/14  13:58:45
68370         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
68371              From: Mike Guy <mjtg@cam.ac.uk>
68372              Date: Mon, 14 Aug 2000 08:04:22 +0100
68373              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
68374      Branch: perl
68375            ! gv.c mg.c t/op/pat.t
68376 ____________________________________________________________________________
68377 [  6614] By: jhi                                   on 2000/08/14  13:56:45
68378         Log: Subject: Test fails / warnings with perl-current #6612
68379              From: Mike Guy <mjtg@cam.ac.uk>
68380              Date: Mon, 14 Aug 2000 07:57:23 +0100
68381              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
68382      Branch: perl
68383            ! t/lib/b.t t/lib/peek.t
68384 ____________________________________________________________________________
68385 [  6613] By: jhi                                   on 2000/08/14  13:45:33
68386         Log: VMS configure.com update continues.
68387      Branch: perl
68388            - vms/configure.com
68389            ! MANIFEST configure.com
68390 ____________________________________________________________________________
68391 [  6612] By: jhi                                   on 2000/08/13  22:13:35
68392         Log: Update Changes.
68393      Branch: perl
68394            ! Changes
68395 ____________________________________________________________________________
68396 [  6611] By: jhi                                   on 2000/08/13  16:21:45
68397         Log: Upgrade to CGI 2.71, from Lincoln Stein.
68398      Branch: perl
68399            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
68400 ____________________________________________________________________________
68401 [  6610] By: jhi                                   on 2000/08/13  15:09:16
68402         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
68403              From: Mike Guy <mjtg@cam.ac.uk>
68404              Date: Sun, 13 Aug 2000 13:45:51 +0100
68405              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
68406      Branch: perl
68407            ! t/op/regmesg.t
68408 ____________________________________________________________________________
68409 [  6609] By: jhi                                   on 2000/08/13  14:31:26
68410         Log: Andreas says that 1.56 is fine, so reverting back to it.
68411      Branch: perl
68412            ! lib/CPAN.pm
68413 ____________________________________________________________________________
68414 [  6608] By: jhi                                   on 2000/08/13  05:34:20
68415         Log: Update Changes.
68416      Branch: perl
68417            ! Changes
68418 ____________________________________________________________________________
68419 [  6607] By: jhi                                   on 2000/08/13  05:32:01
68420         Log: Put back the \z changes of #5406 to CPAN.pm.
68421      Branch: perl
68422            ! lib/CPAN.pm
68423 ____________________________________________________________________________
68424 [  6606] By: jhi                                   on 2000/08/13  05:20:16
68425         Log: Fix-n-skip the tests under 5005threads.
68426      Branch: perl
68427            ! t/lib/b.t
68428 ____________________________________________________________________________
68429 [  6605] By: jhi                                   on 2000/08/13  05:07:48
68430         Log: Fix the test for 5005threads.
68431      Branch: perl
68432            ! t/lib/peek.t
68433 ____________________________________________________________________________
68434 [  6604] By: jhi                                   on 2000/08/13  03:35:37
68435         Log: Should have deleted this in #6603.
68436      Branch: perl
68437            - vms/subconfigure.com
68438 ____________________________________________________________________________
68439 [  6603] By: jhi                                   on 2000/08/12  18:29:32
68440         Log: Rewrite of vms/subconfigure.com as configure.com,
68441              from Peter Prymmer and the vmsperl crew.
68442      Branch: perl
68443            + vms/configure.com
68444            ! MANIFEST
68445 ____________________________________________________________________________
68446 [  6602] By: jhi                                   on 2000/08/11  13:00:01
68447         Log: PlainText.pm is dead.
68448      Branch: perl
68449            - lib/Pod/PlainText.pm
68450            ! MANIFEST
68451 ____________________________________________________________________________
68452 [  6601] By: jhi                                   on 2000/08/11  04:06:45
68453         Log: Update Changes.
68454      Branch: perl
68455            ! Changes
68456 ____________________________________________________________________________
68457 [  6600] By: jhi                                   on 2000/08/11  04:06:10
68458         Log: Add a few missing files, update MANIFEST.
68459      Branch: perl
68460            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
68461            + lib/Pod/PlainText.pm t/pod/find.t
68462            ! MANIFEST t/op/regmesg.t
68463 ____________________________________________________________________________
68464 [  6599] By: jhi                                   on 2000/08/11  03:31:10
68465         Log: Add Perl debugging tutorial, regen toc. 
68466              
68467              Subject: perldebtut.pod
68468              From: Richard Foley <Richard.Foley@m.dasa.de>
68469              Date: Wed, 09 Aug 2000 10:17:15 +0200
68470              Message-id: <3991138B.262247B8@m.dasa.de>
68471      Branch: perl
68472            + pod/perldebtut.pod
68473            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68474 ____________________________________________________________________________
68475 [  6598] By: jhi                                   on 2000/08/11  02:48:56
68476         Log: tiny Changes edit
68477      Branch: perl
68478            ! Changes
68479 ____________________________________________________________________________
68480 [  6597] By: jhi                                   on 2000/08/11  02:39:04
68481         Log: Tests for #6589.
68482              
68483              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
68484              From: simon@brecon.co.uk (Simon Cozens)
68485              Date: 11 Aug 2000 02:24:52 GMT
68486              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
68487      Branch: perl
68488            ! t/lib/b.t
68489 ____________________________________________________________________________
68490 [  6596] By: jhi                                   on 2000/08/11  01:50:07
68491         Log: Update Changes.
68492      Branch: perl
68493            ! Changes
68494 ____________________________________________________________________________
68495 [  6595] By: jhi                                   on 2000/08/11  01:47:16
68496         Log: nitfix
68497      Branch: perl
68498            ! Changes
68499 ____________________________________________________________________________
68500 [  6594] By: jhi                                   on 2000/08/11  01:36:16
68501         Log: Subject: Getting perlio and threads to compile
68502              From: Lupe Christoph <lupe@lupe-christoph.de>
68503              Date: Wed, 9 Aug 2000 11:35:54 +0200
68504              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
68505              
68506              (the Solaris version changes in Configure skipped)
68507      Branch: perl
68508            ! hints/solaris_2.sh thread.h
68509 ____________________________________________________________________________
68510 [  6593] By: jhi                                   on 2000/08/11  01:30:16
68511         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
68512              From: simon@brecon.co.uk (Simon Cozens)
68513              Date: 1 Aug 2000 06:55:19 GMT
68514              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
68515      Branch: perl
68516            ! lib/utf8.pm
68517 ____________________________________________________________________________
68518 [  6592] By: jhi                                   on 2000/08/11  01:26:39
68519         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
68520              From: Peter Scott <Peter@PeterScott.com>
68521              Date: Thu, 10 Aug 2000 08:23:27 -0700
68522              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
68523      Branch: perl
68524            ! lib/perl5db.pl
68525 ____________________________________________________________________________
68526 [  6591] By: jhi                                   on 2000/08/11  01:22:02
68527         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
68528              From: Hugo <hv@crypt.compulink.co.uk>
68529              Date: Thu, 10 Aug 2000 19:23:04 +0100
68530              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
68531      Branch: perl
68532            ! regexec.c t/op/pat.t
68533 ____________________________________________________________________________
68534 [  6590] By: jhi                                   on 2000/08/11  01:19:19
68535         Log: Preprocessing and postprocessing for File::Find.
68536              
68537              Subject: Patch to Find::File.pm to allow alphabetical results
68538              From: Joe Smith <jsmith@inwap.com>
68539              Date: Wed, 9 Aug 2000 02:44:54 -0700
68540              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
68541      Branch: perl
68542            ! lib/File/Find.pm
68543 ____________________________________________________________________________
68544 [  6589] By: jhi                                   on 2000/08/11  01:12:39
68545         Log: B::Deparse didn't do sub attributes.
68546              
68547              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
68548              From: simon@brecon.co.uk (Simon Cozens)
68549              Date: 9 Aug 2000 04:49:20 GMT
68550              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
68551      Branch: perl
68552            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
68553 ____________________________________________________________________________
68554 [  6588] By: jhi                                   on 2000/08/11  01:06:40
68555         Log: Subject: debugger "d" command doesnt check line number
68556              From: Mike Guy <mjtg@cam.ac.uk>
68557              Date: Tue, 08 Aug 2000 21:54:29 +0100
68558              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
68559      Branch: perl
68560            ! lib/perl5db.pl mg.c pod/perldiag.pod
68561 ____________________________________________________________________________
68562 [  6587] By: jhi                                   on 2000/08/11  00:45:03
68563         Log: sleep(1) does not necessarily return 1.
68564              
68565              Subject: [PATCH bleadperl] op/lex_assign.t  
68566              From: Hugo <hv@crypt.compulink.co.uk>
68567              Date: Thu, 03 Aug 2000 14:34:22 +0100        
68568              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
68569      Branch: perl
68570            ! t/op/lex_assign.t
68571 ____________________________________________________________________________
68572 [  6586] By: jhi                                   on 2000/08/11  00:31:50
68573         Log: Document the IO::Select timeout.
68574      Branch: perl
68575            ! ext/IO/lib/IO/Select.pm
68576 ____________________________________________________________________________
68577 [  6585] By: jhi                                   on 2000/08/11  00:13:54
68578         Log: Forgot contributor.
68579      Branch: perl
68580            ! Changes
68581 ____________________________________________________________________________
68582 [  6584] By: jhi                                   on 2000/08/11  00:09:19
68583         Log: detypo
68584      Branch: perl
68585            ! Changes
68586 ____________________________________________________________________________
68587 [  6583] By: jhi                                   on 2000/08/11  00:07:53
68588         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
68589              
68590              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
68591              From: Mike Guy <mjtg@cam.ac.uk> 
68592              Date: Thu, 10 Aug 2000 15:50:54 +0100
68593              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
68594      Branch: perl
68595            ! sv.c t/op/int.t
68596 ____________________________________________________________________________
68597 [  6582] By: jhi                                   on 2000/08/10  23:29:32
68598         Log: Update Changes.
68599      Branch: perl
68600            ! Changes
68601 ____________________________________________________________________________
68602 [  6581] By: jhi                                   on 2000/08/10  23:26:16
68603         Log: Put back the std @INC thing.
68604      Branch: perl
68605            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
68606            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
68607            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
68608            ! t/lib/gol-oo.t
68609 ____________________________________________________________________________
68610 [  6580] By: jhi                                   on 2000/08/10  23:03:34
68611         Log: Update to CGI 2.70, from Lincoln Stein.
68612      Branch: perl
68613            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
68614            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
68615            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
68616            ! t/lib/cgi-request.t
68617 ____________________________________________________________________________
68618 [  6579] By: jhi                                   on 2000/08/10  22:41:50
68619         Log: Update to CPAN 1.56, from Andreas König.
68620      Branch: perl
68621            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
68622 ____________________________________________________________________________
68623 [  6578] By: jhi                                   on 2000/08/10  22:38:13
68624         Log: Update to Pod::Parser 1.17, from Brad Appleton.
68625      Branch: perl
68626            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
68627            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
68628            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
68629            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
68630            ! t/pod/include.t t/pod/included.t t/pod/lref.t
68631            ! t/pod/multiline_items.t t/pod/nested_items.t
68632            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
68633            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
68634            ! t/pod/special_seqs.t
68635 ____________________________________________________________________________
68636 [  6577] By: jhi                                   on 2000/08/10  22:35:41
68637         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
68638      Branch: perl
68639            ! AUTHORS MAINTAIN
68640 ____________________________________________________________________________
68641 [  6576] By: jhi                                   on 2000/08/10  22:24:54
68642         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
68643      Branch: perl
68644            + t/lib/gol-oo.t
68645            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
68646            ! t/lib/gol-compat.t t/lib/gol-linkage.t
68647 ____________________________________________________________________________
68648 [  6575] By: jhi                                   on 2000/08/10  22:02:07
68649         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
68650      Branch: perl
68651            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
68652 ____________________________________________________________________________
68653 [  6574] By: jhi                                   on 2000/08/10  21:55:03
68654         Log: Iterating perl6 description.
68655      Branch: perl
68656            ! pod/perlfaq1.pod
68657 ____________________________________________________________________________
68658 [  6573] By: jhi                                   on 2000/08/10  21:48:26
68659         Log: Revert the sv.c part of #6559, a better fix is needed.
68660      Branch: perl
68661            ! sv.c
68662 ____________________________________________________________________________
68663 [  6572] By: jhi                                   on 2000/08/10  20:33:43
68664         Log: It's the 2ndO'ROSSC.
68665      Branch: perl
68666            ! pod/perlfaq1.pod
68667 ____________________________________________________________________________
68668 [  6571] By: jhi                                   on 2000/08/10  15:55:48
68669         Log: detypo
68670      Branch: perl
68671            ! pod/perlfaq1.pod
68672 ____________________________________________________________________________
68673 [  6570] By: jhi                                   on 2000/08/10  14:11:17
68674         Log: An exceptionally sticky typo.
68675      Branch: perl
68676            ! Changes
68677 ____________________________________________________________________________
68678 [  6569] By: jhi                                   on 2000/08/10  14:09:33
68679         Log: detypo (and test Changes updating script)
68680      Branch: perl
68681            ! Changes
68682 ____________________________________________________________________________
68683 [  6568] By: jhi                                   on 2000/08/10  14:07:07
68684         Log: Update Changes.
68685      Branch: perl
68686            ! Changes
68687 ____________________________________________________________________________
68688 [  6567] By: jhi                                   on 2000/08/10  14:06:19
68689         Log: Amend the description of Perl6.
68690              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
68691              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
68692              Date: Wed, 9 Aug 2000 22:11:06 -0500
68693              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
68694      Branch: perl
68695            ! pod/perlfaq1.pod
68696 ____________________________________________________________________________
68697 [  6566] By: jhi                                   on 2000/08/10  13:58:57
68698         Log: Subject: Remove dead entry in perldiag
68699              From: Mike Guy <mjtg@cam.ac.uk>
68700              Date: Thu, 10 Aug 2000 14:19:19 +0100
68701              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
68702      Branch: perl
68703            ! pod/perldiag.pod
68704 ____________________________________________________________________________
68705 [  6565] By: jhi                                   on 2000/08/10  13:51:48
68706         Log: Zero entries were skipped, fix from Adrian Goalby
68707              <argoalby@yahoo.co.uk>
68708      Branch: perl
68709            ! lib/unicode/Number.pl lib/unicode/mktables.PL
68710 ____________________________________________________________________________
68711 [  6564] By: jhi                                   on 2000/08/10  13:00:12
68712         Log: Subject: [PATCH 5.6.0] cygwin port
68713              From: "Fifer, Eric" <EFifer@sanwaint.com>
68714              Date: Thu, 10 Aug 2000 13:15:36 +0100
68715              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
68716      Branch: perl
68717            ! README.cygwin hints/cygwin.sh
68718 ____________________________________________________________________________
68719 [  6563] By: jhi                                   on 2000/08/10  12:55:16
68720         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
68721      Branch: perl
68722            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
68723 ____________________________________________________________________________
68724 [  6562] By: gsar                                  on 2000/08/10  08:38:39
68725         Log: warn is a macro, avoid using at a variable to avoid warnings
68726              in some configurations; readdir.t is too conservative in
68727              estimating number of *.t's
68728      Branch: perl
68729            ! t/op/readdir.t util.c
68730 ____________________________________________________________________________
68731 [  6561] By: jhi                                   on 2000/08/09  23:35:42
68732         Log: Update Changes.
68733      Branch: perl
68734            ! Changes
68735 ____________________________________________________________________________
68736 [  6560] By: jhi                                   on 2000/08/09  23:05:47
68737         Log: Subject: Re: enhanced(?) regex error messages
68738              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
68739              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
68740              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
68741              
68742              (plus two small patches sent privately)
68743              (this still seems to leave few test failures)
68744      Branch: perl
68745            + t/op/regmesg.t
68746            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
68747            ! t/pragma/warn/regcomp
68748 ____________________________________________________________________________
68749 [  6559] By: jhi                                   on 2000/08/09  20:41:18
68750         Log: (The fix did work but was not right, retracted in #6573)
68751              
68752              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
68753              From: Christian Kirsch <ck@held.mind.de>
68754              Date: Wed, 9 Aug 2000 17:05:17 +0200
68755              Message-Id: <20000809170517.A25389@held>
68756      Branch: perl
68757            ! sv.c t/pragma/locale.t
68758 ____________________________________________________________________________
68759 [  6558] By: jhi                                   on 2000/08/08  22:34:08
68760         Log: Tiny updates on the contributors list.
68761      Branch: perl
68762            ! Changes
68763 ____________________________________________________________________________
68764 [  6557] By: jhi                                   on 2000/08/08  19:34:28
68765         Log: Double check that we have a dirhandle.
68766      Branch: perl
68767            ! util.c
68768 ____________________________________________________________________________
68769 [  6556] By: jhi                                   on 2000/08/08  19:01:51
68770         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
68771              May be repopulated with fresh maintained examples.
68772      Branch: perl
68773            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
68774            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
68775            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
68776            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
68777            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
68778            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
68779            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
68780            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
68781            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
68782            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
68783            + lib/CGI/eg/wilogo_gif.uu
68784            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
68785            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
68786            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
68787            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
68788            - eg/cgi/frameset.cgi eg/cgi/index.html
68789            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
68790            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
68791            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
68792            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
68793            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
68794            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
68795            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
68796            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
68797            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
68798            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
68799            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
68800            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
68801            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
68802            - eg/van/vanish eg/who eg/wrapsuid
68803            ! MANIFEST
68804 ____________________________________________________________________________
68805 [  6555] By: jhi                                   on 2000/08/08  18:51:08
68806         Log: Delete chat2 as requested by Randal.
68807              
68808              Subject: Re: perlfaq8 coyness
68809              From: merlyn@stonehenge.com (Randal L. Schwartz) 
68810              Date: 15 May 2000 18:52:42 -0700 
68811              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
68812      Branch: perl
68813            - lib/chat2.pl
68814            ! MANIFEST
68815 ____________________________________________________________________________
68816 [  6554] By: jhi                                   on 2000/08/08  18:31:35
68817         Log: Regen global.sym.
68818      Branch: perl
68819            ! global.sym
68820 ____________________________________________________________________________
68821 [  6553] By: jhi                                   on 2000/08/08  18:28:13
68822         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
68823              (either perlbug or p5p ate the original), plus regen
68824              perlapi and perltoc. 
68825      Branch: perl
68826            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
68827            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
68828            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
68829            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
68830            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
68831            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
68832            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
68833            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
68834            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
68835            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
68836 ____________________________________________________________________________
68837 [  6552] By: jhi                                   on 2000/08/08  18:06:29
68838         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
68839              From: Mike Guy <mjtg@cam.ac.uk>
68840              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
68841              Date: Tue, 08 Aug 2000 15:51:27 +0100
68842      Branch: perl
68843            ! doop.c sv.h t/op/join.t t/pragma/overload.t
68844 ____________________________________________________________________________
68845 [  6551] By: jhi                                   on 2000/08/08  18:01:11
68846         Log: Re-apply #6549.
68847      Branch: perl
68848            ! lib/perl5db.pl
68849 ____________________________________________________________________________
68850 [  6550] By: jhi                                   on 2000/08/08  17:43:08
68851         Log: Accidental retraction of #6549.
68852      Branch: perl
68853            ! lib/perl5db.pl
68854 ____________________________________________________________________________
68855 [  6549] By: jhi                                   on 2000/08/08  17:40:04
68856         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
68857              From: Mike Guy <mjtg@cam.ac.uk>
68858              Date: Mon, 07 Aug 2000 21:49:58 +0100
68859              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
68860      Branch: perl
68861            ! lib/perl5db.pl
68862 ____________________________________________________________________________
68863 [  6548] By: jhi                                   on 2000/08/08  17:37:57
68864         Log: Document here-doc better.
68865              
68866              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
68867              From: Mike Guy <mjtg@cam.ac.uk>
68868              Date: Mon, 07 Aug 2000 14:02:09 +0100
68869              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
68870      Branch: perl
68871            ! pod/perldata.pod
68872 ____________________________________________________________________________
68873 [  6547] By: jhi                                   on 2000/08/08  17:33:34
68874         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
68875              From: "Randy J. Ray" <rjray@redhat.com>
68876              Date: Mon, 07 Aug 2000 19:12:25 -0700
68877              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
68878      Branch: perl
68879            ! perl.c pod/perlrun.pod
68880 ____________________________________________________________________________
68881 [  6546] By: jhi                                   on 2000/08/08  17:29:26
68882         Log: Subject: Re: enhanced(?) regex error messages 
68883              From: Hugo <hv@crypt.compulink.co.uk>
68884              Date: Tue, 08 Aug 2000 03:25:51 +0100
68885              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
68886              
68887              plus Capitalize the error messages, plus perldiag them.
68888      Branch: perl
68889            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
68890 ____________________________________________________________________________
68891 [  6545] By: jhi                                   on 2000/08/08  13:59:28
68892         Log: Augment #6539 a bit: don't croak if there's magic in the air.
68893              
68894              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
68895              From: Hugo <hv@crypt.compulink.co.uk>
68896              Date: Tue, 08 Aug 2000 03:02:03 +0100
68897              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
68898      Branch: perl
68899            ! pp.c t/op/bless.t
68900 ____________________________________________________________________________
68901 [  6544] By: jhi                                   on 2000/08/07  21:11:52
68902         Log: Make the test -w clean.
68903      Branch: perl
68904            ! t/op/bless.t
68905 ____________________________________________________________________________
68906 [  6543] By: jhi                                   on 2000/08/07  19:49:53
68907         Log: use warnings instead of $^W.
68908      Branch: perl
68909            ! t/op/bless.t
68910 ____________________________________________________________________________
68911 [  6542] By: jhi                                   on 2000/08/07  17:41:41
68912         Log: Disable a portability warning Because We Know What We Are Doing.
68913      Branch: perl
68914            ! t/op/bless.t
68915 ____________________________________________________________________________
68916 [  6541] By: jhi                                   on 2000/08/07  17:29:51
68917         Log: Tiny tidying on report_evil_fh().
68918      Branch: perl
68919            ! util.c
68920 ____________________________________________________________________________
68921 [  6540] By: jhi                                   on 2000/08/07  16:37:38
68922         Log: Make regular expression parse error messages easier to understand.
68923              
68924              Subject: Re: enhanced(?) regex error messages
68925              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
68926              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
68927              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
68928      Branch: perl
68929            ! regcomp.c
68930 ____________________________________________________________________________
68931 [  6539] By: jhi                                   on 2000/08/07  16:12:27
68932         Log: Make bless(REF, REF) a fatal error, add bless tests.
68933              
68934              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
68935              From: Hugo <hv@crypt.compulink.co.uk>
68936              Date: Mon, 07 Aug 2000 16:59:38 +0100
68937              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
68938      Branch: perl
68939            + t/op/bless.t
68940            ! MANIFEST pod/perldiag.pod pp.c sv.c
68941 ____________________________________________________________________________
68942 [  6538] By: jhi                                   on 2000/08/07  15:59:43
68943         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
68944              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
68945              Date: Thu, 3 Aug 2000 14:29:21 -0700
68946              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
68947      Branch: perl
68948            ! lib/lib_pm.PL
68949 ____________________________________________________________________________
68950 [  6537] By: jhi                                   on 2000/08/07  15:47:18
68951         Log: Retract #6419 for now since it breaks in AFS and MachTen.
68952      Branch: perl
68953            ! lib/Cwd.pm
68954 ____________________________________________________________________________
68955 [  6536] By: jhi                                   on 2000/08/07  15:05:29
68956         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
68957              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
68958              The security hole exists only in suidperls, which isn't
68959              installed or even built by default.
68960      Branch: perl
68961            ! perl.c
68962 ____________________________________________________________________________
68963 [  6535] By: jhi                                   on 2000/08/07  14:45:14
68964         Log: tr memory corruption fix from Simon Cozens.
68965      Branch: perl
68966            ! doop.c
68967 ____________________________________________________________________________
68968 [  6534] By: jhi                                   on 2000/08/06  11:38:16
68969         Log: Document a bit that UDP is not what you might think.
68970              
68971              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
68972              From: Lupe Christoph <lupe@lupe-christoph.de>
68973              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
68974              Date: Mon, 24 Jul 2000 08:59:15 +0200
68975      Branch: perl
68976            ! pod/perlipc.pod
68977 ____________________________________________________________________________
68978 [  6533] By: jhi                                   on 2000/08/06  11:35:01
68979         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
68980              From: Jeff Pinyan <jeffp@hut.crusoe.net>
68981              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
68982              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
68983      Branch: perl
68984            ! pod/perlfunc.pod
68985 ____________________________________________________________________________
68986 [  6532] By: jhi                                   on 2000/08/06  03:45:41
68987         Log: Have symbols for the IoTYPEs.
68988      Branch: perl
68989            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
68990 ____________________________________________________________________________
68991 [  6531] By: jhi                                   on 2000/08/06  01:33:55
68992         Log: Continue fixing the io warnings.  This also
68993              sort of fixes bug ID 20000802.003: the core dump
68994              is no more.  Whether the current behaviour is correct
68995              (giving a warning: "Not a format reference"), is another matter.
68996      Branch: perl
68997            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
68998            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
68999 ____________________________________________________________________________
69000 [  6530] By: jhi                                   on 2000/08/05  21:33:12
69001         Log: Change the Policy policy: now -Dprefix= with an existing
69002              Policy.sh and prefix == siteprefix == vendorprefix, then all
69003              of them follow along the new prefix.
69004              
69005              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
69006              From: Andy Dougherty <doughera@lafayette.edu>
69007              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
69008              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
69009      Branch: perl
69010            ! Policy_sh.SH
69011 ____________________________________________________________________________
69012 [  6529] By: jhi                                   on 2000/08/05  18:57:28
69013         Log: Zap lib/Sys directory when cleaning up.
69014      Branch: perl
69015            ! Makefile.SH
69016 ____________________________________________________________________________
69017 [  6528] By: jhi                                   on 2000/08/05  18:40:44
69018         Log: Essential prototype changes were missing from #6527.
69019              Also make report_evil_fh() more bomb-proof.
69020      Branch: perl
69021            ! embed.h util.c
69022 ____________________________________________________________________________
69023 [  6527] By: jhi                                   on 2000/08/05  03:22:05
69024         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
69025              From: "Ronald F. Guilmette" <rfg@monkeys.com>
69026              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
69027              Message-Id: <200007242247.PAA52177@monkeys.com>
69028      Branch: perl
69029            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
69030 ____________________________________________________________________________
69031 [  6526] By: jhi                                   on 2000/08/04  21:23:27
69032         Log: gcc versions might have (parentheses) in them.
69033      Branch: metaconfig/U/perl
69034            ! gccvers.U
69035      Branch: perl
69036            ! Configure config_h.SH
69037 ____________________________________________________________________________
69038 [  6525] By: jhi                                   on 2000/08/04  20:23:12
69039         Log: Weed buglets pointed out by
69040              
69041              From: Lupe Christoph <lupe@lupe-christoph.de>
69042              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
69043              Date: Fri, 4 Aug 2000 17:34:39 +0200
69044              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
69045      Branch: metaconfig/U/perl
69046            ! gccvers.U uselfs.U
69047      Branch: perl
69048            ! Configure config_h.SH
69049 ____________________________________________________________________________
69050 [  6524] By: jhi                                   on 2000/08/04  19:02:08
69051         Log: Warn under -w if lstat(FH) is attempted.
69052              
69053              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
69054              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
69055              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
69056              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
69057      Branch: perl
69058            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
69059            ! t/pragma/warn/pp_sys
69060 ____________________________________________________________________________
69061 [  6523] By: jhi                                   on 2000/08/04  12:31:11
69062         Log: Subject: New perlcc, take 2
69063              From: simon@brecon.co.uk (Simon Cozens)
69064              Date: 4 Aug 2000 06:21:04 GMT
69065              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
69066      Branch: perl
69067            ! utils/perlcc.PL
69068 ____________________________________________________________________________
69069 [  6522] By: jhi                                   on 2000/08/04  12:26:33
69070         Log: Subject: Re: Array vs. List context
69071              From: Daniel Chetlin <daniel@chetlin.com>
69072              Date: Fri, 4 Aug 2000 00:22:44 -0700
69073              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
69074      Branch: perl
69075            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
69076            ! pod/perlfaq4.pod
69077 ____________________________________________________________________________
69078 [  6521] By: jhi                                   on 2000/08/04  12:22:38
69079         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
69080              From: Raymund Will <ray@caldera.de>
69081              Date: Fri, 4 Aug 2000 12:07:09 +0200
69082              Message-Id: <20000804120709.A14982@caldera.de>
69083      Branch: perl
69084            ! configure.gnu
69085 ____________________________________________________________________________
69086 [  6520] By: jhi                                   on 2000/08/04  04:09:06
69087         Log: After the #6519 a warning about stat() is just that,
69088              not about a filetest, which now have their own warning.
69089      Branch: perl
69090            ! pod/perldiag.pod
69091 ____________________________________________________________________________
69092 [  6519] By: jhi                                   on 2000/08/04  04:06:30
69093         Log: In the warnings call filehandles consistently so;
69094              add "unopened" warning for stat().
69095      Branch: perl
69096            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
69097            ! t/pragma/warn/pp_sys
69098 ____________________________________________________________________________
69099 [  6518] By: jhi                                   on 2000/08/04  02:55:35
69100         Log: Subject: Minor tweak to perlvar.pod
69101              From: "Stephen P. Potter" <spp@ds.net>
69102              Date: Tue, 18 Apr 2000 09:26:03 -0400
69103              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
69104      Branch: perl
69105            ! pod/perlvar.pod
69106 ____________________________________________________________________________
69107 [  6517] By: jhi                                   on 2000/08/04  02:50:08
69108         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
69109              From: "Clinton Pierce" <cpierce1@ford.com>
69110              Date: Wed, 21 Jul 1999 16:45:31 -0400
69111              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
69112              
69113              Fix by Stephen Potter (visible in the bug db but not in p5p?)
69114      Branch: perl
69115            ! pod/perlfunc.pod pod/perlop.pod
69116 ____________________________________________________________________________
69117 [  6516] By: jhi                                   on 2000/08/04  02:09:25
69118         Log: This is 6512.  Really.
69119      Branch: perl
69120            ! dump.c
69121 ____________________________________________________________________________
69122 [  6515] By: jhi                                   on 2000/08/04  01:25:50
69123         Log: mention the idea of @( and @)
69124      Branch: perl
69125            ! Todo-5.6
69126 ____________________________________________________________________________
69127 [  6514] By: bailey                                on 2000/08/04  01:18:46
69128         Log: YA resync with mainstem, including VMS patches from others
69129      Branch: vmsperl
69130           +> (branch 48 files)
69131            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
69132           !> (integrate 354 files)
69133 ____________________________________________________________________________
69134 [  6513] By: jhi                                   on 2000/08/04  01:18:18
69135         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
69136              From: Mark Dickinson <dickins3@fas.harvard.edu>
69137              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
69138              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
69139      Branch: perl
69140            ! t/op/grent.t t/op/pwent.t
69141 ____________________________________________________________________________
69142 [  6512] By: jhi                                   on 2000/08/04  01:14:06
69143         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
69144              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69145              Date: Wed, 02 Aug 2000 10:51:01 +0100
69146              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
69147      Branch: perl
69148            ! sv.c
69149 ____________________________________________________________________________
69150 [  6511] By: jhi                                   on 2000/08/04  00:57:00
69151         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
69152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69153              Date: Thu, 03 Aug 2000 17:20:04 -0700
69154              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
69155      Branch: metaconfig
69156            ! U/modified/Cppsym.U
69157      Branch: perl
69158            ! Configure config_h.SH
69159 ____________________________________________________________________________
69160 [  6510] By: jhi                                   on 2000/08/04  00:25:28
69161         Log: detypo
69162      Branch: perl
69163            ! Makefile.SH
69164 ____________________________________________________________________________
69165 [  6509] By: jhi                                   on 2000/08/03  23:43:18
69166         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
69167              From: Dominic Dunlop <domo@computer.org>
69168              Date: Thu, 3 Aug 2000 22:16:46 +0200
69169              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
69170      Branch: perl
69171            ! t/op/sprintf.t
69172 ____________________________________________________________________________
69173 [  6508] By: jhi                                   on 2000/08/03  23:40:37
69174         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
69175              From: Hugo <hv@crypt.compulink.co.uk>
69176              Date: Thu, 03 Aug 2000 18:25:30 +0100
69177              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
69178      Branch: perl
69179            ! regcomp.c t/op/re_tests
69180 ____________________________________________________________________________
69181 [  6507] By: jhi                                   on 2000/08/03  23:38:28
69182         Log: Subject: [PATCH] sv.h documentation - SvLEN
69183              From: Mike Guy <mjtg@cam.ac.uk>
69184              Date: Thu, 03 Aug 2000 14:43:09 +0100
69185              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
69186      Branch: perl
69187            ! sv.h
69188 ____________________________________________________________________________
69189 [  6506] By: jhi                                   on 2000/08/03  15:49:14
69190         Log: Disable the fix_pl hack for now.
69191      Branch: perl
69192            ! Makefile.SH
69193 ____________________________________________________________________________
69194 [  6505] By: jhi                                   on 2000/08/03  13:49:04
69195         Log: Add a URL for FSF.
69196              
69197              Subject: Patch for README
69198              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
69199              Date: Wed, 2 Aug 2000 13:25:09 -0500
69200              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
69201      Branch: perl
69202            ! README
69203 ____________________________________________________________________________
69204 [  6504] By: jhi                                   on 2000/08/03  13:29:19
69205         Log: Be more informative on what is skipped and why,
69206              also repeat the list at the end.
69207      Branch: perl
69208            ! Porting/p4desc
69209 ____________________________________________________________________________
69210 [  6503] By: jhi                                   on 2000/08/03  13:07:05
69211         Log: Circumvent the removal of .patch by fix_pl.
69212              
69213              Subject: Re: [ID 20000802.011] unable to 'make test'          
69214              From: simon@brecon.co.uk (Simon Cozens) 
69215              Date: 3 Aug 2000 04:17:00 GMT
69216              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
69217      Branch: perl
69218            ! Makefile.SH
69219 ____________________________________________________________________________
69220 [  6502] By: jhi                                   on 2000/08/03  00:14:34
69221         Log: Add the missing setproctitle unit.
69222      Branch: metaconfig/U/perl
69223            + d_setproctitle.U
69224 ____________________________________________________________________________
69225 [  6501] By: jhi                                   on 2000/08/03  00:00:26
69226         Log: The subtest 4 may fail also on VOBS, as pointed out
69227              by Nick Ing-Simmons in November 1999, bug id 19991124.003
69228              (but the failure in that bug report isn't the subtest 4).
69229      Branch: perl
69230            ! t/op/stat.t
69231 ____________________________________________________________________________
69232 [  6500] By: jhi                                   on 2000/08/02  23:49:30
69233         Log: Better skip message for the test; one of the two problems in
69234              
69235              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
69236              From: Lupe Christoph <lupe@lupe-christoph.de>
69237              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
69238              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
69239      Branch: perl
69240            ! t/op/numconvert.t
69241 ____________________________________________________________________________
69242 [  6499] By: jhi                                   on 2000/08/02  22:49:16
69243         Log: Allow "no Module;" even if there is no 'unimport'.
69244              
69245              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
69246              From: mjd@plover.com
69247              Date: 24 Mar 2000 15:24:34 -0000
69248              Message-Id: <20000324152434.15160.qmail@plover.com>
69249      Branch: perl
69250            ! gv.c
69251 ____________________________________________________________________________
69252 [  6498] By: jhi                                   on 2000/08/02  22:42:58
69253         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
69254              that are hopefully soon put into use.
69255      Branch: perl
69256            ! opcode.h opcode.pl opnames.h
69257 ____________________________________________________________________________
69258 [  6497] By: gsar                                  on 2000/08/02  22:28:59
69259         Log: require.t needs binmode() to work on windows
69260      Branch: perl
69261            ! t/comp/require.t
69262 ____________________________________________________________________________
69263 [  6496] By: jhi                                   on 2000/08/02  22:08:51
69264         Log: Document the IVdf UVuf UVof UVxf.
69265      Branch: perl
69266            ! pod/perlguts.pod
69267 ____________________________________________________________________________
69268 [  6495] By: jhi                                   on 2000/08/02  21:54:26
69269         Log: detypo #6494
69270      Branch: perl
69271            ! ext/Data/Dumper/Dumper.xs
69272 ____________________________________________________________________________
69273 [  6494] By: jhi                                   on 2000/08/02  21:49:17
69274         Log: Dump UVs as UVs in Data::Dumper.
69275              
69276              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
69277              From: Gurusamy Sarathy <gsar@ActiveState.com>
69278              Date: Thu, 27 Apr 2000 12:26:25 -0700
69279              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
69280      Branch: perl
69281            ! ext/Data/Dumper/Dumper.xs
69282 ____________________________________________________________________________
69283 [  6493] By: jhi                                   on 2000/08/02  17:01:58
69284         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
69285              From: Hugo <hv@crypt.compulink.co.uk>
69286              Date: Wed, 02 Aug 2000 14:53:56 +0100
69287              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
69288      Branch: perl
69289            ! regexec.c t/op/re_tests
69290 ____________________________________________________________________________
69291 [  6492] By: jhi                                   on 2000/08/02  15:02:46
69292         Log: The new setproctitle() feature is available only in 
69293              bleeding edge FreeBSD.  From Paul Saab.
69294      Branch: perl
69295            ! mg.c
69296 ____________________________________________________________________________
69297 [  6491] By: jhi                                   on 2000/08/02  13:34:36
69298         Log: The tr utf8 patching continues.
69299              
69300              Subject: Re: #6469, too many tests claimed in require.t
69301              From: simon@brecon.co.uk (Simon Cozens)
69302              Date: 2 Aug 2000 02:37:17 GMT
69303              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
69304              
69305              (the logic of the test was the wrong way round in the patch)
69306      Branch: perl
69307            ! doop.c
69308 ____________________________________________________________________________
69309 [  6490] By: jhi                                   on 2000/08/02  13:27:38
69310         Log: The name of a filehandle does not have <these>.
69311      Branch: perl
69312            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
69313            ! t/pragma/warn/pp_sys util.c
69314 ____________________________________________________________________________
69315 [  6489] By: jhi                                   on 2000/08/02  04:26:46
69316         Log: Remove the extraneous "main::" prefix from all the
69317              "opened only for", "on closed", and "never opened" warnings.
69318              
69319              Subject: Re: inappropriate warning
69320              From: Gurusamy Sarathy <gsar@ActiveState.com>
69321              Date: Mon, 20 Mar 2000 11:28:02 -0800
69322              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
69323      Branch: perl
69324            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
69325            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
69326            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
69327 ____________________________________________________________________________
69328 [  6488] By: jhi                                   on 2000/08/02  03:02:57
69329         Log: memcpy has n o in it, as pinted ut by Sarathy.
69330      Branch: perl
69331            ! pod/perlguts.pod
69332 ____________________________________________________________________________
69333 [  6487] By: jhi                                   on 2000/08/02  02:44:51
69334         Log: Document in one place the memory abstractions used in Perl core.
69335              
69336              Subject: Re: Memory abstraction
69337              From: simon@brecon.co.uk (Simon Cozens)
69338              Date: 2 Aug 2000 02:20:23 GMT
69339              Organization: Earth.li Origins
69340      Branch: perl
69341            ! pod/perlguts.pod
69342 ____________________________________________________________________________
69343 [  6486] By: jhi                                   on 2000/08/02  02:41:57
69344         Log: regen_headers, regen perltoc.
69345      Branch: perl
69346            ! perlapi.c pod/perltoc.pod
69347 ____________________________________________________________________________
69348 [  6485] By: jhi                                   on 2000/08/02  01:43:33
69349         Log: "This little thing tests for a file .patch, and if it contains
69350              a number, pops into patchlevel.h" (making it easier to track
69351              which development version people are reporting bugs against)
69352              
69353              Subject: Patchlevel autogeneration for repository perls
69354              From: simon@brecon.co.uk (Simon Cozens)
69355              Date: 14 Jul 2000 07:12:15 GMT
69356              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
69357      Branch: perl
69358            + fix_pl
69359            ! MANIFEST Makefile.SH
69360 ____________________________________________________________________________
69361 [  6484] By: jhi                                   on 2000/08/02  01:32:54
69362         Log: FreeBSD 3.* updates from
69363              
69364              From: Paul Saab <ps@yahoo-inc.com>
69365              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
69366              Date: Tue, 1 Aug 2000 15:41:39 -0700
69367              Message-Id: <20000801154139.A53740@yahoo-inc.com>
69368      Branch: perl
69369            ! hints/freebsd.sh
69370 ____________________________________________________________________________
69371 [  6483] By: jhi                                   on 2000/08/02  01:27:44
69372         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
69373              instead one must use setproctitle().  This was already addressed
69374              by change #6457, but the below has a new variant for FreeBSD 4.0
69375              or later, and the matter is also documented more.
69376              
69377              From: Paul Saab <ps@yahoo-inc.com>
69378              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
69379              Date: Tue, 1 Aug 2000 15:41:39 -0700
69380              Message-Id: <20000801154139.A53740@yahoo-inc.com>
69381      Branch: metaconfig/U/perl
69382            + i_libutil.U
69383      Branch: perl
69384            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
69385 ____________________________________________________________________________
69386 [  6482] By: jhi                                   on 2000/08/01  22:17:32
69387         Log: The test from this
69388              
69389              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
69390              Date: Sat, 15 Apr 2000 17:03:44 +0100
69391              From: Tom Hughes <tom@compton.nu>
69392              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
69393              
69394              was missing, the code change went in as #5989
69395              (which had a different test?)
69396      Branch: perl
69397            ! t/op/misc.t
69398 ____________________________________________________________________________
69399 [  6481] By: jhi                                   on 2000/08/01  21:48:38
69400         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
69401              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
69402              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
69403              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
69404      Branch: perl
69405            ! perl.h
69406 ____________________________________________________________________________
69407 [  6480] By: jhi                                   on 2000/08/01  18:05:28
69408         Log: Make p4desc to skip non-mainperl branches by default.
69409      Branch: perl
69410            ! Porting/p4desc
69411 ____________________________________________________________________________
69412 [  6479] By: jhi                                   on 2000/08/01  17:29:19
69413         Log: If gccosandvers is equal to osname, clear gccosandvers.
69414      Branch: metaconfig/U/perl
69415            ! gccvers.U
69416      Branch: perl
69417            ! Configure config_h.SH
69418 ____________________________________________________________________________
69419 [  6478] By: jhi                                   on 2000/08/01  15:54:08
69420         Log: BOM patching from Simon Cozens.
69421      Branch: perl
69422            ! toke.c
69423 ____________________________________________________________________________
69424 [  6477] By: jhi                                   on 2000/08/01  04:50:33
69425         Log: Stash away the largefiles flags and libswanted.
69426      Branch: perl
69427            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
69428 ____________________________________________________________________________
69429 [  6476] By: gsar                                  on 2000/08/01  04:24:24
69430         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
69431              on Windows)
69432      Branch: perl
69433            ! t/pragma/utf8.t utf8.c win32/win32.c
69434 ____________________________________________________________________________
69435 [  6475] By: jhi                                   on 2000/08/01  03:35:24
69436         Log: Make chr() for values >127 to create utf8 when under utf8.
69437              
69438              Subject: Re: uft8/chr()
69439              From: simon@brecon.co.uk (Simon Cozens)
69440              Date: 1 Aug 2000 02:37:02 GMT
69441              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
69442      Branch: perl
69443            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
69444 ____________________________________________________________________________
69445 [  6474] By: jhi                                   on 2000/08/01  02:36:18
69446         Log: In Digital UNIX warn if gcc explicitly chosen because even
69447              2.95.2 is known to cause problems.
69448      Branch: perl
69449            ! hints/dec_osf.sh
69450 ____________________________________________________________________________
69451 [  6473] By: jhi                                   on 2000/08/01  02:00:56
69452         Log: Make the safety catch for buggy gccs work with triple version
69453              numbers like 2.95.2.  Reported in
69454              
69455              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
69456              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
69457              Date: Mon, 31 Jul 2000 14:55:06 +0200
69458              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
69459      Branch: perl
69460            ! hints/dec_osf.sh
69461 ____________________________________________________________________________
69462 [  6472] By: jhi                                   on 2000/08/01  01:13:33
69463         Log: Subject: fix and question re: waitpid() under win32
69464              From: Brian Clarke <clarke@appliedmeta.com>
69465              Date: Fri, 28 Jul 2000 15:18:29 -0400
69466              Message-ID: <3981DC85.290314EB@appliedmeta.com>
69467              
69468              Slightly reformatted and WNOHANG # define moved to win32.h
69469              so that also POSIX.xs sees it, as suggsted by Sarathy.
69470      Branch: perl
69471            ! win32/win32.c win32/win32.h
69472 ____________________________________________________________________________
69473 [  6471] By: jhi                                   on 2000/08/01  00:55:05
69474         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
69475              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69476              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
69477              Date: Mon, 31 Jul 2000 13:28:51 +0100
69478              
69479              (aka ID 20000730.002)
69480      Branch: perl
69481            ! op.c t/op/tr.t
69482 ____________________________________________________________________________
69483 [  6470] By: jhi                                   on 2000/07/31  23:34:42
69484         Log: Document the problem with -P in HP-UX and its workaround.
69485              
69486              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
69487              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
69488              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
69489              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
69490      Branch: perl
69491            ! README.hpux
69492 ____________________________________________________________________________
69493 [  6469] By: jhi                                   on 2000/07/31  04:15:02
69494         Log: The swallow_bom() saga continues.  The #23 of require.t
69495              (UTF16-LE) still fails (silently, no output) but the #22
69496              (UTF16-BE) seems to be working now.  The root of the
69497              failure may be in sv_gets(): is it UTF-16LE-aware,
69498              especially when it comes to line endings? 
69499      Branch: perl
69500            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
69501            ! t/comp/require.t toke.c utf8.c
69502 ____________________________________________________________________________
69503 [  6468] By: jhi                                   on 2000/07/30  19:05:48
69504         Log: Find green threads before native threads.
69505              
69506              Subject: Re: Patch to jpl/JNI/Makefile.PL
69507              From: Jens Thomsen <jens@fiend.cis.com>
69508              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
69509              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
69510      Branch: perl
69511            ! jpl/JNI/Makefile.PL
69512 ____________________________________________________________________________
69513 [  6467] By: jhi                                   on 2000/07/30  18:36:22
69514         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
69515      Branch: perl
69516            ! doop.c
69517 ____________________________________________________________________________
69518 [  6466] By: jhi                                   on 2000/07/30  04:37:29
69519         Log: A new version of the "remove UPPERACSE string comparison"
69520              operators.  The problem with the previous one (change #6454)
69521              was that it was for Perl 5.6.0.  From Paul Marquess.
69522      Branch: perl
69523            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
69524            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
69525            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
69526 ____________________________________________________________________________
69527 [  6465] By: jhi                                   on 2000/07/29  22:39:56
69528         Log: Do not upgrade SVs into utf8 just because they participate
69529              in eq or cmp.  Reported and fix suggested in
69530              
69531              Subject: [ID 20000720.009] sv_eq UTF8 bug
69532              From: "Simon Cozens" <simon@othersideofthe.earth.li>
69533              Date: 21 Jul 2000 04:37:29 -0000
69534              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
69535              
69536              Exercise for the kind reader: should we or should we not
69537              cache the utf8 conversion alongside the SV? (as magic,
69538              as the strxfrm()ed version is cached under use locale)
69539              Argue both for and against.
69540      Branch: perl
69541            ! sv.c
69542 ____________________________________________________________________________
69543 [  6464] By: jhi                                   on 2000/07/29  22:36:22
69544         Log: Subject: UTF8 concat
69545              From: simon@brecon.co.uk (Simon Cozens) 
69546              Date: 30 Jun 2000 06:13:25 GMT
69547              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
69548              
69549              (with a memory leak fixed, plus a few casts added)
69550              
69551              This also seems to help for
69552              
69553              Subject: [ID 20000716.015] join UTF8 weirdness
69554              From: root <root@ak-71.mind.de> 
69555              Date: Sat, 15 Jul 2000 15:29:54 +0200
69556              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
69557              
69558              (from Andreas König)
69559      Branch: perl
69560            ! pp_hot.c
69561 ____________________________________________________________________________
69562 [  6463] By: jhi                                   on 2000/07/29  00:55:39
69563         Log: Tune the comments and hopefully stop a memory leak.
69564      Branch: perl
69565            ! toke.c utf8.c
69566 ____________________________________________________________________________
69567 [  6462] By: jhi                                   on 2000/07/29  00:16:53
69568         Log: The problem described in this
69569              
69570              Subject: [ID 20000322.018] named chars aren't magical enough
69571              From: root <root@dixie.cscaper.com>     
69572              Date: Wed, 22 Mar 2000 18:37:42 -0700
69573              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
69574              
69575              has been fixed in perl 5.6.0 but just in case added a test
69576              to keep it away.  (The report from Joseph Hall.)
69577      Branch: perl
69578            ! t/lib/charnames.t
69579 ____________________________________________________________________________
69580 [  6461] By: jhi                                   on 2000/07/28  23:56:36
69581         Log: Tiny fixes for #6460.
69582      Branch: metaconfig/U/perl
69583            ! gccvers.U
69584      Branch: perl
69585            ! Configure config_h.SH
69586 ____________________________________________________________________________
69587 [  6460] By: jhi                                   on 2000/07/28  23:24:41
69588         Log: Warn if the version of the operating system used to compile gcc
69589              differs from the current version of the operating system.
69590              Also display the gcc compilation os and version in myconfig.
69591              Inspiration from
69592              
69593              Subject: Re: [ID 20000710.003] ERRORS!!         
69594              From: "Kurt D. Starsinic" <kstar@chapin.edu>
69595              Date: Mon, 10 Jul 2000 15:54:16 -0400
69596              Message-ID: <20000710155416.A1384@O2.chapin.edu>
69597      Branch: metaconfig/U/perl
69598            ! gccvers.U
69599      Branch: perl
69600            ! Configure config_h.SH myconfig.SH
69601 ____________________________________________________________________________
69602 [  6459] By: jhi                                   on 2000/07/28  22:00:32
69603         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
69604              letter to $Config{osvers}.
69605      Branch: metaconfig
69606            ! U/modified/Oldconfig.U
69607      Branch: perl
69608            ! Configure config_h.SH
69609 ____________________________________________________________________________
69610 [  6458] By: jhi                                   on 2000/07/28  04:15:39
69611         Log: Back out #6454, doesn't seem to work.
69612              (Reason: that patch was for perl 5.6.0, not perl-current)
69613              (A version of the patch for perl-current came in later as #6466)
69614      Branch: perl
69615            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
69616            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
69617            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
69618 ____________________________________________________________________________
69619 [  6457] By: jhi                                   on 2000/07/27  23:31:49
69620         Log: Use setproctitle() if available to modify $0.
69621              
69622              Subject: setting $* on BSD4 broken
69623              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
69624              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
69625              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
69626      Branch: metaconfig
69627            ! U/modified/Myinit.U
69628      Branch: perl
69629            ! Configure config_h.SH mg.c
69630 ____________________________________________________________________________
69631 [  6456] By: jhi                                   on 2000/07/27  14:50:47
69632         Log: Allow "no AutoLoader;", based on change #6444,
69633              suggested by Graham Barr.
69634      Branch: perl
69635            ! lib/AutoLoader.pm
69636 ____________________________________________________________________________
69637 [  6455] By: jhi                                   on 2000/07/27  14:19:10
69638         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
69639              From: rspier@pobox.com (Robert Spier)
69640              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
69641              Message-ID: <14720.15855.787664.424783@rls.cx>
69642      Branch: perl
69643            ! pod/perldiag.pod
69644 ____________________________________________________________________________
69645 [  6454] By: jhi                                   on 2000/07/27  14:03:02
69646         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
69647              for a long time).
69648              
69649              Reported in
69650              
69651              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
69652              From: Ryan Herbert <rherbert@sycamorehq.com>
69653              Date: Mon, 17 Jul 2000 11:40:42 -0400
69654              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
69655              
69656              Patched in
69657              
69658              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
69659              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69660              Date: Wed, 26 Jul 2000 23:40:18 +0100
69661              Message-ID: <000001bff752$79511880$0a17073e@tiny>
69662              
69663              based on an earlier patch from Stephen P. Potter.
69664              
69665              (Removed later by change #6458 because this patch was for
69666              perl 5.6.0, not perl-current)
69667      Branch: perl
69668            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
69669            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
69670            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
69671 ____________________________________________________________________________
69672 [  6453] By: jhi                                   on 2000/07/27  13:48:02
69673         Log: Subject: [PATCH] fixes bug 20000508.004
69674              From: Michael Stevens <mstevens@globnix.org>
69675              Date: Thu, 27 Jul 2000 13:49:04 +0100
69676              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
69677      Branch: perl
69678            ! pod/perldata.pod
69679 ____________________________________________________________________________
69680 [  6452] By: jhi                                   on 2000/07/26  23:51:26
69681         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
69682              and Craig A. Berry.
69683      Branch: perl
69684            ! lib/File/Temp.pm pod/perlport.pod
69685 ____________________________________________________________________________
69686 [  6451] By: jhi                                   on 2000/07/26  19:43:30
69687         Log: Be wary of close()s, too.
69688              
69689              Subject: Re: [PATCH] perlbug cleanup
69690              From: Tim Jenness <t.jenness@jach.hawaii.edu>
69691              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
69692              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
69693      Branch: perl
69694            ! utils/perlbug.PL
69695 ____________________________________________________________________________
69696 [  6450] By: jhi                                   on 2000/07/26  18:41:40
69697         Log: Subject: Minor doc patch: handy.h
69698              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
69699              Date: Wed, 26 Jul 2000 15:34:25 -0300
69700              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
69701      Branch: perl
69702            ! handy.h pod/perlapi.pod
69703 ____________________________________________________________________________
69704 [  6449] By: jhi                                   on 2000/07/26  18:23:55
69705         Log: Subject: [PATCH] minor doc change - perlguts
69706              From: Michael Stevens <mstevens@globnix.org>
69707              Date: Thu, 13 Jul 2000 12:39:18 +0100
69708              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
69709      Branch: perl
69710            ! pod/perlguts.pod
69711 ____________________________________________________________________________
69712 [  6448] By: jhi                                   on 2000/07/26  18:20:30
69713         Log: open() wariness in perlbug.
69714              
69715              Subject: [PATCH] perlbug cleanup
69716              From: Michael Stevens <mstevens@globnix.org>
69717              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
69718              Date: Thu, 13 Jul 2000 15:52:23 +0100
69719      Branch: perl
69720            ! utils/perlbug.PL
69721 ____________________________________________________________________________
69722 [  6447] By: jhi                                   on 2000/07/26  18:13:04
69723         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
69724      Branch: perl
69725            ! lib/File/Temp.pm t/lib/ftmp-security.t
69726 ____________________________________________________________________________
69727 [  6446] By: jhi                                   on 2000/07/26  18:06:32
69728         Log: docfix from Peter Scott <Peter@PSDT.com>.
69729      Branch: perl
69730            ! pod/perlfunc.pod
69731 ____________________________________________________________________________
69732 [  6445] By: jhi                                   on 2000/07/26  17:53:31
69733         Log: Fix *foo{FORMAT}.
69734              
69735              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69736              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
69737              Date: Wed, 26 Jul 2000 19:51:02 +0200
69738              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
69739              
69740              From: Graham Barr <gbarr@pobox.com>
69741              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
69742              Date: Wed, 26 Jul 2000 17:38:36 +0100
69743              Message-ID: <20000726173836.L472@pobox.com>
69744      Branch: perl
69745            ! pp.c sv.c t/op/gv.t
69746 ____________________________________________________________________________
69747 [  6444] By: jhi                                   on 2000/07/26  17:49:14
69748         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
69749              from Graham Barr in the module list.
69750      Branch: perl
69751            ! gv.c pod/perlobj.pod
69752 ____________________________________________________________________________
69753 [  6443] By: jhi                                   on 2000/07/26  16:06:56
69754         Log: More split() doc and test patches from Mike Guy.
69755      Branch: perl
69756            ! pod/perlfunc.pod t/op/split.t
69757 ____________________________________________________________________________
69758 [  6442] By: jhi                                   on 2000/07/26  16:05:30
69759         Log: MacOS nits from Matthias Neeracher.
69760      Branch: perl
69761            ! perl.c pp_ctl.c
69762 ____________________________________________________________________________
69763 [  6441] By: jhi                                   on 2000/07/26  04:39:57
69764         Log: Subject: [PATCH] split /^/
69765              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69766              Date: Tue, 25 Jul 2000 14:18:57 +0100
69767              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
69768              
69769              (with notes from tchrist and gbarr)
69770      Branch: perl
69771            ! pod/perlfunc.pod t/op/split.t
69772 ____________________________________________________________________________
69773 [  6440] By: jhi                                   on 2000/07/26  04:32:32
69774         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
69775              From: Peter Prymmer <pvhp@forte.com>
69776              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
69777              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
69778      Branch: perl
69779            ! vms/munchconfig.c
69780 ____________________________________________________________________________
69781 [  6439] By: jhi                                   on 2000/07/26  04:31:01
69782         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
69783              to be fatal errors (instead of by default ignoring them, and
69784              ignoring with a bug: even though -w gave an error, the opening [
69785              was left in)  Reported in:
69786              
69787              Subject: [ID 20000716.024] [=cc=] / [:blank:]
69788              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
69789              Date: Sun, 16 Jul 2000 17:55:29 -0700
69790              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
69791      Branch: perl
69792            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
69793 ____________________________________________________________________________
69794 [  6438] By: jhi                                   on 2000/07/25  15:41:15
69795         Log: Subject: [PATCH] av.c apidoc
69796              From: simon@brecon.co.uk (Simon Cozens)
69797              Date: 24 Jul 2000 06:40:52 GMT
69798              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
69799      Branch: perl
69800            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
69801            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
69802 ____________________________________________________________________________
69803 [  6437] By: jhi                                   on 2000/07/25  14:05:36
69804         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
69805              From: "Stephen P. Potter" <spp@ds.net>
69806              Date: Mon, 24 Jul 2000 14:22:23 -0400
69807              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
69808      Branch: perl
69809            ! pod/perllocale.pod
69810 ____________________________________________________________________________
69811 [  6436] By: jhi                                   on 2000/07/25  14:02:03
69812         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
69813              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69814              Date: Mon, 24 Jul 2000 18:04:28 +0100
69815              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
69816      Branch: perl
69817            ! t/lib/syslfs.t t/op/lfs.t
69818 ____________________________________________________________________________
69819 [  6435] By: jhi                                   on 2000/07/25  13:59:28
69820         Log: Get UTF16 BOMs working.  Patch from
69821              
69822              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
69823              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69824              Date: Tue, 25 Jul 2000 12:52:45 +0100
69825              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
69826              
69827              and notes from
69828              
69829              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
69830              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69831              Date: Tue, 25 Jul 2000 11:43:25 +0100
69832              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
69833      Branch: perl
69834            ! t/comp/require.t toke.c utf8.c
69835 ____________________________________________________________________________
69836 [  6434] By: jhi                                   on 2000/07/25  02:39:54
69837         Log: Make the "uninit variable" warning to say "concat or string"
69838              or "join or string" when in concat or join .
69839              
69840              Subject: Re: [ID 20000403.009] uninitialised concatenation???
69841              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69842              Date: Tue, 04 Apr 2000 18:22:58 +0100
69843              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
69844              
69845              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
69846              From: William R Ward <hermit@BayView.COM>
69847              Date: Thu, 30 Mar 2000 19:50:03 -0800
69848              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
69849      Branch: perl
69850            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
69851            ! t/pragma/warn/op t/pragma/warn/sv
69852 ____________________________________________________________________________
69853 [  6433] By: jhi                                   on 2000/07/24  17:52:56
69854         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
69855      Branch: perl
69856            ! lib/File/Spec/VMS.pm
69857 ____________________________________________________________________________
69858 [  6432] By: jhi                                   on 2000/07/24  17:44:44
69859         Log: Test cases for #6431.
69860              
69861              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
69862              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69863              Date: Mon, 24 Jul 2000 15:32:29 +0100
69864              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
69865      Branch: perl
69866            ! t/op/pat.t t/op/split.t
69867 ____________________________________________________________________________
69868 [  6431] By: jhi                                   on 2000/07/24  17:43:17
69869         Log: Bind op fix.
69870              
69871              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
69872              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69873              Date: Mon, 17 Jul 2000 20:04:56 +0100
69874              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
69875      Branch: perl
69876            ! op.c
69877 ____________________________________________________________________________
69878 [  6430] By: jhi                                   on 2000/07/24  03:42:42
69879         Log: Subject: [ID 20000716.023] syslog test fails without sockets
69880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69881              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
69882              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
69883      Branch: metaconfig/U/perl
69884            ! Extensions.U
69885      Branch: perl
69886            ! Configure config_h.SH
69887 ____________________________________________________________________________
69888 [  6429] By: jhi                                   on 2000/07/24  03:11:52
69889         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
69890              case, but add also notes explaining the relationship of this
69891              patch and the earlier notes by Sarathy.
69892              
69893              Subject: Map is still slow
69894              From: "Ben Tilly" <ben_tilly@hotmail.com>
69895              Date: Sat, 15 Jul 2000 17:23:27 EDT
69896              Message-ID: <20000715212327.21656.qmail@hotmail.com>
69897      Branch: perl
69898            ! pp_ctl.c
69899 ____________________________________________________________________________
69900 [  6428] By: jhi                                   on 2000/07/24  02:58:52
69901         Log: Documentation to explain the behaviour of map().
69902              
69903              Subject: Re: Map is still slow 
69904              From: Gurusamy Sarathy <gsar@ActiveState.com>
69905              Date: Sat, 15 Jul 2000 16:05:09 -0700
69906              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
69907      Branch: perl
69908            ! pp_ctl.c
69909 ____________________________________________________________________________
69910 [  6427] By: jhi                                   on 2000/07/24  02:50:03
69911         Log: Add tests for
69912              [ID 19991110.003] another matching finding by pcre author
69913              which has already been fixed by some patch, as verified in
69914              
69915              Subject: Re: two regex bugs from the mists of time (well, last November)
69916              From: Hugo <hv@crypt.compulink.co.uk>
69917              Date: Sat, 22 Jul 2000 18:12:58 +0100
69918              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
69919      Branch: perl
69920            ! t/op/re_tests
69921 ____________________________________________________________________________
69922 [  6426] By: jhi                                   on 2000/07/24  02:11:20
69923         Log: A missing 'break' after the [[:space:]] switch case.
69924              
69925              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
69926              From: "Stephen P. Potter" <spp@ds.net>
69927              Date: Tue, 18 Jul 2000 16:25:17 -0400
69928              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
69929      Branch: perl
69930            ! regcomp.c
69931 ____________________________________________________________________________
69932 [  6425] By: jhi                                   on 2000/07/24  02:06:12
69933         Log: The output might have been produced in the wrong order.
69934              
69935              Subject: [ID 20000720.003] [PATCH] t/op/write.t
69936              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69937              Date: Thu, 20 Jul 2000 18:49:18 +0100
69938              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
69939      Branch: perl
69940            ! t/op/write.t
69941 ____________________________________________________________________________
69942 [  6424] By: jhi                                   on 2000/07/24  02:00:07
69943         Log: Use STDOUT consistently.
69944              
69945              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
69946              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69947              Date: Thu, 20 Jul 2000 18:04:01 +0100
69948              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
69949      Branch: perl
69950            ! lib/Test/Harness.pm
69951 ____________________________________________________________________________
69952 [  6423] By: jhi                                   on 2000/07/24  01:54:54
69953         Log: Protect against "wild next"s, that is, callbacks doing "next"
69954              instead of "return".
69955              
69956              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
69957              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69958              Date: Tue, 18 Jul 2000 11:30:16 +0100
69959              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
69960      Branch: perl
69961            ! lib/File/Find.pm
69962 ____________________________________________________________________________
69963 [  6422] By: jhi                                   on 2000/07/24  01:35:47
69964         Log: Out-of-date note removed.
69965              
69966              Subject: [PATCH] documentation perlipc
69967              From: rspier@pobox.com (Robert Spier)
69968              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
69969              Message-ID: <14711.35178.572612.502654@rls.cx>
69970      Branch: perl
69971            ! pod/perlipc.pod
69972 ____________________________________________________________________________
69973 [  6421] By: jhi                                   on 2000/07/24  00:09:18
69974         Log: Send all installperl messages to STDERR and be -w clean.
69975              
69976              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
69977              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69978              Date: Sat, 22 Jul 2000 14:02:11 +0100
69979              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
69980      Branch: perl
69981            ! installperl
69982 ____________________________________________________________________________
69983 [  6420] By: jhi                                   on 2000/07/24  00:04:19
69984         Log: Decutandpasto.
69985              
69986              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
69987              From: "Richard Soderberg" <rs@crystalflame.net>
69988              Date: Sun, 23 Jul 2000 01:37:23 -0700
69989              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
69990      Branch: perl
69991            ! pod/perlipc.pod
69992 ____________________________________________________________________________
69993 [  6419] By: jhi                                   on 2000/07/24  00:01:12
69994         Log: A cleaner abs_path().
69995              Subject: Re: unix alternative to Cwd.pm
69996              From: Jeff Pinyan <jeffp@crusoe.net>
69997              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
69998              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
69999      Branch: perl
70000            ! lib/Cwd.pm
70001 ____________________________________________________________________________
70002 [  6418] By: jhi                                   on 2000/07/23  23:48:56
70003         Log: Detypo.
70004              
70005              Subject: [PATCH perl-current] Typo in hints/powerux.sh
70006              From: "Richard Soderberg" <rs@crystalflame.net>
70007              Date: Sun, 23 Jul 2000 01:27:33 -0700
70008              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
70009      Branch: perl
70010            ! hints/powerux.sh
70011 ____________________________________________________________________________
70012 [  6417] By: jhi                                   on 2000/07/17  22:13:31
70013         Log: Subject: SDBM_File documentation
70014              From: mjd@plover.com
70015              Date: 16 Jul 2000 17:41:17 -0000
70016              Message-ID: <20000716174117.18515.qmail@plover.com>
70017      Branch: perl
70018            ! ext/SDBM_File/SDBM_File.pm
70019 ____________________________________________________________________________
70020 [  6416] By: jhi                                   on 2000/07/17  19:13:26
70021         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
70022      Branch: perl
70023            ! hints/mpeix.sh mpeix/relink
70024 ____________________________________________________________________________
70025 [  6415] By: jhi                                   on 2000/07/15  14:11:02
70026         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
70027              the utf8 'characters' can be more than one octet).
70028              
70029              Date: Sat, 15 Jul 2000 00:21:56 +0100
70030              From: Tom Hughes <tom@compton.nu>
70031              Subject: Re: [ID 20000714.002]
70032              Message-ID: <db2334de49.tom@compton.compton.nu>
70033              
70034              Reported in
70035              
70036              Subject: [ID 20000714.002]
70037              From: "Simon Cozens" <simon@othersideofthe.earth.li>
70038              Date: 14 Jul 2000 15:13:09 -0000
70039              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
70040      Branch: perl
70041            ! doop.c
70042 ____________________________________________________________________________
70043 [  6414] By: jhi                                   on 2000/07/15  03:13:41
70044         Log: another VMS build tweak from Peter Prymmer
70045      Branch: perl
70046            ! vms/descrip_mms.template
70047 ____________________________________________________________________________
70048 [  6413] By: jhi                                   on 2000/07/15  03:10:40
70049         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
70050      Branch: perl
70051            ! vms/perlvms.pod
70052 ____________________________________________________________________________
70053 [  6412] By: jhi                                   on 2000/07/15  00:31:05
70054         Log: More docs for sv functions.
70055              
70056              Subject: [PATCH cfgperl] sv.c apidoc
70057              From: simon@brecon.co.uk (Simon Cozens)
70058              Date: 13 Jul 2000 09:00:20 GMT
70059              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
70060              
70061              Subject: Re: [PATCH cfgperl] sv.c apidoc
70062              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70063              Date: Thu, 13 Jul 2000 12:27:41 +0100
70064              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
70065              
70066              Subject: Re: [PATCH cfgperl] sv.c apidoc
70067              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70068              Date: Thu, 13 Jul 2000 13:23:09 +0100
70069              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
70070              
70071              Subject: Re: [PATCH cfgperl] sv.c apidoc
70072              From: simon@brecon.co.uk (Simon Cozens)
70073              Date: 14 Jul 2000 06:51:02 GMT
70074              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
70075      Branch: perl
70076            ! embed.pl pod/perlapi.pod sv.c
70077 ____________________________________________________________________________
70078 [  6411] By: jhi                                   on 2000/07/15  00:10:41
70079         Log: lib/b test fixes from Peter Prymmer.
70080      Branch: perl
70081            ! t/lib/b.t
70082 ____________________________________________________________________________
70083 [  6410] By: jhi                                   on 2000/07/15  00:02:09
70084         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
70085              From: Hugo <hv@crypt.compulink.co.uk>
70086              Date: Fri, 14 Jul 2000 23:05:20 +0100
70087              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
70088              
70089              Didn't anymore apply, but that point still could use another fix.
70090      Branch: perl
70091            ! pod/perlfunc.pod
70092 ____________________________________________________________________________
70093 [  6409] By: jhi                                   on 2000/07/14  23:15:15
70094         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
70095              not in pod, from Peter Prymmer
70096      Branch: perl
70097            ! vms/descrip_mms.template
70098 ____________________________________________________________________________
70099 [  6408] By: jhi                                   on 2000/07/14  20:35:05
70100         Log: The bug report
70101              [ID 19991110.002] minimal matching discrepancy found by pcre author
70102              seems to have been fixed (though differently from what was suggested
70103              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
70104      Branch: perl
70105            ! t/op/re_tests
70106 ____________________________________________________________________________
70107 [  6407] By: jhi                                   on 2000/07/14  17:38:08
70108         Log: Fix AutoSplit to use File::Spec the right way in VMS,
70109              from Peter Prymmer.
70110      Branch: perl
70111            ! lib/AutoSplit.pm
70112 ____________________________________________________________________________
70113 [  6406] By: jhi                                   on 2000/07/14  14:13:22
70114         Log: Merge perlhacktut into perlhack, update perlguts.
70115              
70116              Subject: Re: Perlhacktut
70117              From: simon@brecon.co.uk (Simon Cozens)
70118              Date: 14 Jul 2000 06:49:21 GMT
70119              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
70120              
70121              Subject: Re: Perlhacktut
70122              From: simon@brecon.co.uk (Simon Cozens)
70123              Date: 14 Jul 2000 07:09:45 GMT
70124              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
70125      Branch: perl
70126            ! pod/perlguts.pod pod/perlhack.pod
70127 ____________________________________________________________________________
70128 [  6405] By: jhi                                   on 2000/07/14  14:02:31
70129         Log: Integrate with Sarathy.
70130      Branch: cfgperl
70131           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
70132           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
70133           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
70134 ____________________________________________________________________________
70135 [  6404] By: gsar                                  on 2000/07/14  12:15:02
70136         Log: PERL_OBJECT build tweaks
70137      Branch: perl
70138            ! toke.c
70139 ____________________________________________________________________________
70140 [  6403] By: gsar                                  on 2000/07/14  11:23:41
70141         Log: inconsistent types needs casts
70142      Branch: perl
70143            ! toke.c
70144 ____________________________________________________________________________
70145 [  6402] By: gsar                                  on 2000/07/14  11:12:04
70146         Log: typos in change#6399, regen headers
70147      Branch: perl
70148            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
70149 ____________________________________________________________________________
70150 [  6401] By: gsar                                  on 2000/07/14  10:59:12
70151         Log: typecasts needed for change#6394
70152      Branch: perl
70153            ! toke.c
70154 ____________________________________________________________________________
70155 [  6400] By: gsar                                  on 2000/07/14  10:49:37
70156         Log: integrate cfgperl contents into mainline
70157      Branch: perl
70158           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
70159           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
70160 ____________________________________________________________________________
70161 [  6399] By: gsar                                  on 2000/07/14  10:38:35
70162         Log: enable UTF-16 filter by default if relevant BOM is seen; various
70163              cleanups (typos, misformatted code, and small bugs)
70164      Branch: perl
70165            ! doop.c embed.pl mg.c op.c pp.c toke.c
70166 ____________________________________________________________________________
70167 [  6398] By: gsar                                  on 2000/07/14  08:55:38
70168         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
70169              name suggests anyway)
70170      Branch: perl
70171            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
70172 ____________________________________________________________________________
70173 [  6397] By: gsar                                  on 2000/07/14  08:44:33
70174         Log: move new variables to the end of the interpreter structure (for
70175              bincompat in code that doesn't #include XSUB.h)
70176      Branch: perl
70177            ! intrpvar.h
70178 ____________________________________________________________________________
70179 [  6396] By: gsar                                  on 2000/07/14  08:13:58
70180         Log: MakeMaker should not remove editor backups (*~) on `make clean`
70181              by default (completes change#6383)
70182      Branch: perl
70183            ! lib/ExtUtils/MM_Unix.pm
70184 ____________________________________________________________________________
70185 [  6395] By: jhi                                   on 2000/07/14  05:20:33
70186         Log: Replace change #6337 with a better one.
70187              
70188              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
70189              From: Hugo <hv@crypt.compulink.co.uk>
70190              Date: Fri, 14 Jul 2000 04:16:20 +0100
70191              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
70192      Branch: cfgperl
70193            ! regexec.c t/op/re_tests
70194 ____________________________________________________________________________
70195 [  6394] By: jhi                                   on 2000/07/14  01:33:59
70196         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
70197      Branch: cfgperl
70198            ! embed.pl global.sym proto.h toke.c
70199 ____________________________________________________________________________
70200 [  6393] By: jhi                                   on 2000/07/13  23:41:23
70201         Log: remove discarded test
70202      Branch: cfgperl
70203            ! MANIFEST
70204 ____________________________________________________________________________
70205 [  6392] By: jhi                                   on 2000/07/13  23:32:25
70206         Log: The {multiplier} of a fixed substring was overlooked which
70207              caused a wrong initial search offset for that substring.
70208              
70209              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
70210              From: Hugo <hv@crypt.compulink.co.uk>
70211              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
70212              Date: Thu, 13 Jul 2000 19:27:13 +0100
70213      Branch: cfgperl
70214            ! regcomp.c t/op/re_tests
70215 ____________________________________________________________________________
70216 [  6391] By: jhi                                   on 2000/07/13  16:37:42
70217         Log: typo fix from Craig Berry
70218      Branch: cfgperl
70219            ! vms/subconfigure.com
70220 ____________________________________________________________________________
70221 [  6390] By: jhi                                   on 2000/07/13  13:20:12
70222         Log: Integrate with Sarathy.
70223      Branch: cfgperl
70224            - t/op/method2entersub.t
70225           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
70226           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
70227           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
70228           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
70229 ____________________________________________________________________________
70230 [  6389] By: jhi                                   on 2000/07/13  13:18:48
70231         Log: Detypo from Peter Prymmer, part of #6388.
70232      Branch: cfgperl
70233            ! Configure config_h.SH
70234      Branch: metaconfig
70235            ! U/modified/d_longlong.U
70236 ____________________________________________________________________________
70237 [  6388] By: gsar                                  on 2000/07/13  06:33:40
70238         Log: typos (spotted by Peter Prymmer)
70239      Branch: perl
70240            ! Configure t/lib/english.t
70241 ____________________________________________________________________________
70242 [  6387] By: gsar                                  on 2000/07/13  05:35:28
70243         Log: new selfloader.t in change#6183 doesn't close DATA handles,
70244              and thus fails to clean up tmp files on dosish platforms
70245      Branch: perl
70246            ! t/lib/selfloader.t
70247 ____________________________________________________________________________
70248 [  6386] By: gsar                                  on 2000/07/12  21:42:39
70249         Log: sprintf test tweaks (from Dominic Dunlop)
70250      Branch: perl
70251            ! t/op/sprintf.t
70252 ____________________________________________________________________________
70253 [  6385] By: gsar                                  on 2000/07/12  21:33:46
70254         Log: fix bugs in processing %v-*d and similar format specs (from
70255              Avi Finkel <avi@finkel.org>)
70256      Branch: perl
70257            ! sv.c t/op/sprintf.t
70258 ____________________________________________________________________________
70259 [  6384] By: gsar                                  on 2000/07/12  16:04:19
70260         Log: readd missing perldelta.pod changes from changes#6339,6376
70261      Branch: perl
70262            ! pod/perldelta.pod
70263 ____________________________________________________________________________
70264 [  6383] By: gsar                                  on 2000/07/12  16:00:51
70265         Log: don't clobber *.orig files on *clean targets
70266      Branch: perl
70267            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
70268 ____________________________________________________________________________
70269 [  6382] By: gsar                                  on 2000/07/12  07:59:12
70270         Log: fix broken integrations in cfgperl
70271      Branch: cfgperl
70272           !> Changes pod/perldelta.pod
70273 ____________________________________________________________________________
70274 [  6381] By: gsar                                  on 2000/07/12  07:42:17
70275         Log: integrate cfgperl changes into mainline
70276      Branch: perl
70277            ! Changes
70278           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
70279           !> pod/perlre.pod
70280 ____________________________________________________________________________
70281 [  6380] By: gsar                                  on 2000/07/12  07:31:00
70282         Log: get sprintf.t to adjust properly for 3-digit exponents
70283      Branch: perl
70284            ! t/op/sprintf.t
70285 ____________________________________________________________________________
70286 [  6379] By: gsar                                  on 2000/07/12  06:40:04
70287         Log: change#6174 needs corresponding change in win32/config_h.PL,
70288              which grovels through config_h.SH to find the config.h name
70289      Branch: perl
70290            ! win32/config_h.PL
70291 ____________________________________________________________________________
70292 [  6378] By: jhi                                   on 2000/07/12  05:03:59
70293         Log: Do the cc sanity check both before the hints and
70294              after the cc selction.
70295      Branch: cfgperl
70296            ! Configure config_h.SH
70297      Branch: metaconfig
70298            ! U/modified/Oldconfig.U U/modified/cc.U
70299      Branch: metaconfig/U/perl
70300            + Checkcc.U
70301 ____________________________________________________________________________
70302 [  6377] By: jhi                                   on 2000/07/12  02:49:22
70303         Log: Fix nits noticed by Boston.pm.
70304      Branch: cfgperl
70305            ! pod/perlre.pod
70306 ____________________________________________________________________________
70307 [  6376] By: jhi                                   on 2000/07/11  21:22:13
70308         Log: Configure cosmetics and perldelta.
70309      Branch: cfgperl
70310            ! Configure config_h.SH pod/perldelta.pod
70311      Branch: metaconfig
70312            ! U/modified/cc.U
70313 ____________________________________________________________________________
70314 [  6375] By: gsar                                  on 2000/07/11  21:17:35
70315         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
70316      Branch: perl
70317            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
70318            ! win32/win32sck.c
70319 ____________________________________________________________________________
70320 [  6374] By: gsar                                  on 2000/07/11  20:48:50
70321         Log: tweak for build failure under multiplicity
70322      Branch: perl
70323            ! toke.c
70324 ____________________________________________________________________________
70325 [  6373] By: gsar                                  on 2000/07/11  20:37:23
70326         Log: integrate cfgperl changes#6325..6373 into mainline
70327              (NOTE: today's batch of integrations still untested)
70328      Branch: perl
70329           +> ext/DynaLoader/hints/netbsd.pl
70330            ! Changes
70331           !> (integrate 26 files)
70332 ____________________________________________________________________________
70333 [  6372] By: jhi                                   on 2000/07/11  20:30:36
70334         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
70335              regen perltoc.
70336      Branch: cfgperl
70337            + pod/perlbook.pod
70338            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
70339            ! pod/perltoc.pod
70340 ____________________________________________________________________________
70341 [  6371] By: jhi                                   on 2000/07/11  20:08:56
70342         Log: Minor cleanups on the booklist.
70343      Branch: cfgperl
70344            ! pod/perlfaq2.pod
70345 ____________________________________________________________________________
70346 [  6370] By: jhi                                   on 2000/07/11  19:31:13
70347         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
70348      Branch: cfgperl
70349            ! t/pragma/overload.t
70350 ____________________________________________________________________________
70351 [  6369] By: gsar                                  on 2000/07/11  19:27:48
70352         Log: integrate cfgperl changes#6293..6324 into mainline
70353      Branch: perl
70354           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
70355            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
70356           !> (integrate 30 files)
70357 ____________________________________________________________________________
70358 [  6368] By: gsar                                  on 2000/07/11  19:18:57
70359         Log: skip integrate of problematic change#6292 from cfgperl into mainline
70360      Branch: perl
70361           !> pp_hot.c
70362 ____________________________________________________________________________
70363 [  6367] By: gsar                                  on 2000/07/11  19:17:21
70364         Log: integrate cfgperl changes#6288..6290 into mainline
70365      Branch: perl
70366           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
70367 ____________________________________________________________________________
70368 [  6366] By: gsar                                  on 2000/07/11  19:11:18
70369         Log: integrate cfgperl changes#6268..6282 into mainline
70370      Branch: perl
70371           !> (integrate 30 files)
70372 ____________________________________________________________________________
70373 [  6365] By: gsar                                  on 2000/07/11  18:57:00
70374         Log: delete new accidentally branched file
70375      Branch: perl
70376            - t/op/method2entersub.t
70377 ____________________________________________________________________________
70378 [  6364] By: gsar                                  on 2000/07/11  18:55:13
70379         Log: skip integrate of change#6267 from cfgperl into mainline (the
70380              method call optimization is flawed without additional hints
70381              from user about immutableness of @ISA and no runtime method
70382              definitions)
70383      Branch: perl
70384           +> t/op/method2entersub.t
70385           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
70386           !> perl.h t/op/sprintf.t xsutils.c
70387 ____________________________________________________________________________
70388 [  6363] By: gsar                                  on 2000/07/11  18:49:43
70389         Log: integrate cfgperl changes#6261..6266 into mainline
70390      Branch: perl
70391           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
70392           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
70393           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
70394           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
70395 ____________________________________________________________________________
70396 [  6362] By: gsar                                  on 2000/07/11  18:43:26
70397         Log: integrate cfgperl changes#6252..6260 into mainline
70398      Branch: perl
70399           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
70400           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
70401           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
70402           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
70403 ____________________________________________________________________________
70404 [  6361] By: gsar                                  on 2000/07/11  18:37:12
70405         Log: skip integrate of problematic change#6251 from cfgperl into mainline
70406      Branch: perl
70407           !> lib/Exporter.pm
70408 ____________________________________________________________________________
70409 [  6360] By: gsar                                  on 2000/07/11  18:34:56
70410         Log: integrate cfgperl change#6250 into mainline
70411      Branch: perl
70412           +> t/op/my_stash.t
70413           !> MANIFEST embed.pl proto.h toke.c
70414 ____________________________________________________________________________
70415 [  6359] By: gsar                                  on 2000/07/11  18:21:19
70416         Log: integrate cfgperl changes#6242..6249 into mainline
70417      Branch: perl
70418           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
70419           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
70420           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
70421           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
70422           !> t/lib/peek.t utf8.c
70423 ____________________________________________________________________________
70424 [  6358] By: gsar                                  on 2000/07/11  18:15:45
70425         Log: skip integrate of problematic change#6241 from cfgperl into mainline
70426      Branch: perl
70427           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
70428 ____________________________________________________________________________
70429 [  6357] By: jhi                                   on 2000/07/11  18:15:16
70430         Log: Fix for
70431              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
70432              From: Roderick Schertler <roderick@argon.org> 
70433              Date: Tue, 11 Jul 2000 13:55:05 -0400 
70434              Message-Id: <200007111755.NAA05077@jones.argon.org> 
70435      Branch: cfgperl
70436            ! doio.c
70437 ____________________________________________________________________________
70438 [  6356] By: jhi                                   on 2000/07/11  18:12:51
70439         Log: Typo in #6341.
70440      Branch: cfgperl
70441            ! pp_hot.c
70442 ____________________________________________________________________________
70443 [  6355] By: gsar                                  on 2000/07/11  18:12:10
70444         Log: integrate cfgperl changes#6231..6240 into mainline
70445      Branch: perl
70446           +> pod/perlutil.pod
70447           !> (integrate 35 files)
70448 ____________________________________________________________________________
70449 [  6354] By: jhi                                   on 2000/07/11  18:04:34
70450         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
70451              From: Dominic Dunlop <domo@computer.org> 
70452              Date: Tue, 11 Jul 2000 12:27:33 +0200 
70453              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
70454              
70455              Replaces change #6268.
70456      Branch: cfgperl
70457            ! t/op/sprintf.t
70458 ____________________________________________________________________________
70459 [  6353] By: gsar                                  on 2000/07/11  17:59:51
70460         Log: skip integrate of problematic change#6230 from cfgperl into mainline
70461              (a later version of File::Spec is already in mainline)
70462      Branch: perl
70463           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
70464           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
70465 ____________________________________________________________________________
70466 [  6352] By: gsar                                  on 2000/07/11  17:57:48
70467         Log: integrate cfgperl changes#6224..6229 into mainline
70468      Branch: perl
70469           +> lib/lib.pm.PL
70470            - lib/lib.pm
70471           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
70472           !> lib/English.pm op.c t/lib/english.t
70473 ____________________________________________________________________________
70474 [  6351] By: gsar                                  on 2000/07/11  17:50:10
70475         Log: skip integrate of problematic change#6223 from cfgperl into mainline
70476      Branch: perl
70477           !> doio.c
70478 ____________________________________________________________________________
70479 [  6350] By: gsar                                  on 2000/07/11  17:48:28
70480         Log: integrate cfgperl changes#6220..6222 into mainline
70481      Branch: perl
70482           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
70483           !> toke.c utf8.c win32/win32.h
70484 ____________________________________________________________________________
70485 [  6349] By: gsar                                  on 2000/07/11  17:46:13
70486         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
70487              mainline
70488      Branch: perl
70489           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
70490           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
70491           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70492 ____________________________________________________________________________
70493 [  6348] By: jhi                                   on 2000/07/11  17:45:49
70494         Log: README.posix-bc podified from Thomas Dorner.
70495      Branch: cfgperl
70496            ! README.posix-bc
70497 ____________________________________________________________________________
70498 [  6347] By: gsar                                  on 2000/07/11  17:42:04
70499         Log: integrate cfgperl change#6217 into mainline
70500      Branch: perl
70501           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
70502           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
70503           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
70504 ____________________________________________________________________________
70505 [  6346] By: gsar                                  on 2000/07/11  17:39:37
70506         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
70507              mainline
70508      Branch: perl
70509           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
70510           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70511           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
70512           !> perlapi.h pod/perlapi.pod
70513 ____________________________________________________________________________
70514 [  6345] By: gsar                                  on 2000/07/11  17:36:42
70515         Log: integrate cfgperl changes#6207..6210 into mainline
70516      Branch: perl
70517           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
70518           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
70519 ____________________________________________________________________________
70520 [  6344] By: gsar                                  on 2000/07/11  17:31:20
70521         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
70522              mainline
70523      Branch: perl
70524           !> (integrate 40 files)
70525 ____________________________________________________________________________
70526 [  6343] By: gsar                                  on 2000/07/11  17:19:08
70527         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
70528      Branch: perl
70529           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
70530            ! Changes
70531           !> (integrate 34 files)
70532 ____________________________________________________________________________
70533 [  6342] By: jhi                                   on 2000/07/11  16:05:48
70534         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
70535              To: perl5-porters@perl.org
70536              From: Karsten Sperling <spiff@phreax.net>
70537              Date: Mon, 10 Jul 2000 15:12:52 +0200
70538              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
70539      Branch: cfgperl
70540            ! lib/Symbol.pm
70541 ____________________________________________________________________________
70542 [  6341] By: jhi                                   on 2000/07/11  15:59:23
70543         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
70544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70545              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
70546              Date: Fri, 07 Jul 2000 17:57:16 +0100
70547      Branch: cfgperl
70548            ! pp_hot.c
70549 ____________________________________________________________________________
70550 [  6340] By: jhi                                   on 2000/07/11  15:55:47
70551         Log: Subject: Re: format bug report  [Patch]
70552              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70553              Date: Wed, 05 Jul 2000 13:12:52 +0200
70554              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
70555              
70556              Subject: Re: format bug report  [Patch]
70557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70558              Date: Wed, 05 Jul 2000 14:10:01 +0200
70559              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
70560      Branch: cfgperl
70561            ! t/op/write.t toke.c
70562 ____________________________________________________________________________
70563 [  6339] By: jhi                                   on 2000/07/11  13:54:09
70564         Log: Be less forgiving about ambiguous and illegal tr ranges.
70565              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
70566              From: Mark-Jason Dominus <mjd@plover.com>
70567              Date: Tue, 04 Jul 2000 10:00:12 -0400
70568              Message-ID: <20000704140012.17772.qmail@plover.com>
70569              
70570              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
70571              From: Mark-Jason Dominus <mjd@plover.com>
70572              Date: Wed, 05 Jul 2000 09:37:36 -0400
70573              Message-ID: <20000705133736.27293.qmail@plover.com>
70574      Branch: cfgperl
70575            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
70576 ____________________________________________________________________________
70577 [  6338] By: jhi                                   on 2000/07/11  13:31:24
70578         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
70579              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70580              Date: Tue, 11 Jul 2000 13:50:51 +0100
70581              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
70582      Branch: cfgperl
70583            ! sv.c
70584 ____________________________________________________________________________
70585 [  6337] By: jhi                                   on 2000/07/11  13:29:14
70586         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
70587              From: Hugo <hv@crypt.compulink.co.uk>
70588              Date: Tue, 11 Jul 2000 12:44:50 +0100
70589              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
70590      Branch: cfgperl
70591            ! regexec.c t/op/re_tests
70592 ____________________________________________________________________________
70593 [  6336] By: jhi                                   on 2000/07/11  13:26:47
70594         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
70595              From: simon@brecon.co.uk (Simon Cozens)
70596              Date: 7 Jul 2000 11:26:09 GMT
70597              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
70598      Branch: cfgperl
70599            ! mg.c
70600 ____________________________________________________________________________
70601 [  6335] By: jhi                                   on 2000/07/11  13:23:37
70602         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
70603              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
70604              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
70605              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
70606      Branch: cfgperl
70607            + ext/DynaLoader/hints/netbsd.pl
70608            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
70609 ____________________________________________________________________________
70610 [  6334] By: jhi                                   on 2000/07/11  13:20:38
70611         Log: Subject: PATCH perlguts.pod: Document D and d magic types
70612              From: mjd@plover.com
70613              Date: 5 Jul 2000 18:01:51 -0000
70614              Message-ID: <20000705180151.29413.qmail@plover.com>
70615      Branch: cfgperl
70616            ! pod/perlguts.pod
70617 ____________________________________________________________________________
70618 [  6333] By: jhi                                   on 2000/07/11  13:15:51
70619         Log: Precedence goof, fix based on
70620              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
70621              From: Hugo <hv@crypt.compulink.co.uk>
70622              Date: Tue, 11 Jul 2000 12:52:38 +0100
70623              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
70624      Branch: cfgperl
70625            ! t/op/taint.t
70626 ____________________________________________________________________________
70627 [  6332] By: jhi                                   on 2000/07/11  12:40:17
70628         Log: Integrate with Sarathy.
70629      Branch: cfgperl
70630           !> win32/win32sck.c
70631 ____________________________________________________________________________
70632 [  6331] By: jhi                                   on 2000/07/10  20:14:16
70633         Log: Sprinkle ldlibpath.
70634      Branch: cfgperl
70635            ! pod/Makefile.SH
70636 ____________________________________________________________________________
70637 [  6330] By: jhi                                   on 2000/07/10  17:54:49
70638         Log: More POSIX.pod tweaks.
70639      Branch: cfgperl
70640            ! ext/POSIX/POSIX.pod
70641 ____________________________________________________________________________
70642 [  6329] By: jhi                                   on 2000/07/10  14:02:12
70643         Log: Reorder perl.pod once more.
70644      Branch: cfgperl
70645            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
70646 ____________________________________________________________________________
70647 [  6328] By: gsar                                  on 2000/07/10  07:06:00
70648         Log: accept() leaks memory on windows due to incorrect ordering of
70649              closesocket() and fclose() calls
70650      Branch: perl
70651            ! win32/win32sck.c
70652 ____________________________________________________________________________
70653 [  6327] By: gsar                                  on 2000/07/10  06:49:17
70654         Log: winsock options weren't being set in all threads under ithreads
70655              (caused send()s from second and subsequent threads to fail)
70656      Branch: perl
70657            ! win32/win32sck.c
70658 ____________________________________________________________________________
70659 [  6326] By: jhi                                   on 2000/07/08  02:45:40
70660         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
70661              was cast to an unsigned (32-bit) integer with wild abandon.
70662      Branch: cfgperl
70663            ! ext/Devel/DProf/DProf.xs
70664 ____________________________________________________________________________
70665 [  6325] By: jhi                                   on 2000/07/07  18:50:33
70666         Log: Remove perlbook, update perlfaq book listing,
70667              rearrange perl.pod, regenerate perltoc.
70668      Branch: cfgperl
70669            - pod/perlbook.pod
70670            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
70671            ! pod/perlfaq2.pod pod/perltoc.pod
70672 ____________________________________________________________________________
70673 [  6324] By: jhi                                   on 2000/07/07  14:03:40
70674         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
70675      Branch: cfgperl
70676            ! sv.h toke.c
70677 ____________________________________________________________________________
70678 [  6323] By: jhi                                   on 2000/07/06  16:03:55
70679         Log: Fix complaints of buildtoc.
70680      Branch: cfgperl
70681            + lib/Win32.pod
70682            - pod/Win32.pod
70683            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
70684 ____________________________________________________________________________
70685 [  6322] By: jhi                                   on 2000/07/06  15:15:52
70686         Log: Add =head1 NAMEs so that buildtoc is happy.
70687              (The CGI::Util nit reported to Lincoln.)
70688      Branch: cfgperl
70689            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
70690            ! pod/perltoc.pod
70691 ____________________________________________________________________________
70692 [  6321] By: jhi                                   on 2000/07/06  03:16:04
70693         Log: Config is being used.
70694      Branch: cfgperl
70695            ! t/op/method.t
70696 ____________________________________________________________________________
70697 [  6320] By: jhi                                   on 2000/07/06  03:13:13
70698         Log: Integrate with Sarathy.
70699      Branch: cfgperl
70700           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
70701 ____________________________________________________________________________
70702 [  6319] By: jhi                                   on 2000/07/06  03:11:46
70703         Log: Autogenerate pod/Makefile and pod/buildtoc.
70704              buildtoc also checks whether the existing pods are
70705              mentioned in MANIFEST and perl.pod, and vice versa.
70706              (None of the thusly found discrepancies fixed yet.)
70707              roffitall also needs to be autogenerated similarly but it
70708              seems so badly out of date that I didn't touch it yet.
70709      Branch: cfgperl
70710            + pod/Makefile.SH pod/buildtoc.PL
70711            - pod/Makefile pod/buildtoc
70712            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
70713 ____________________________________________________________________________
70714 [  6318] By: gsar                                  on 2000/07/05  22:10:54
70715         Log: fix UNC path handling on Windows under ithreads, and chdir()
70716              return value when given a non-existent directory
70717      Branch: perl
70718            ! win32/vdir.h
70719 ____________________________________________________________________________
70720 [  6317] By: gsar                                  on 2000/07/05  22:08:19
70721         Log: winsock cleanup never done on Windows (leads to handle leaks)
70722      Branch: perl
70723            ! win32/perllib.c win32/win32sck.c
70724 ____________________________________________________________________________
70725 [  6316] By: gsar                                  on 2000/07/05  22:06:19
70726         Log: some debugger output does not go to the socket when RemotePort is set
70727      Branch: perl
70728            ! lib/perl5db.pl
70729 ____________________________________________________________________________
70730 [  6315] By: jhi                                   on 2000/07/05  00:25:21
70731         Log: Integrate with Sarathy, preliminary fix for unicos
70732              alignment problems in [ID 20000612.002] Perl problem on Cray system.
70733      Branch: cfgperl
70734            ! sv.h
70735           !> pp_hot.c
70736 ____________________________________________________________________________
70737 [  6314] By: gsar                                  on 2000/07/04  23:34:02
70738         Log: tyop in change#6306
70739      Branch: perl
70740            ! pp_hot.c
70741 ____________________________________________________________________________
70742 [  6313] By: jhi                                   on 2000/07/04  22:14:38
70743         Log: Multiline string literals ENONPORTABLE.
70744      Branch: cfgperl
70745            ! pp_hot.c
70746 ____________________________________________________________________________
70747 [  6312] By: jhi                                   on 2000/07/04  20:34:44
70748         Log: Integrate with Sarathy.
70749      Branch: cfgperl
70750           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
70751           !> t/op/method.t
70752 ____________________________________________________________________________
70753 [  6311] By: jhi                                   on 2000/07/04  20:30:56
70754         Log: More POSIX.pod embellishment.
70755      Branch: cfgperl
70756            ! ext/POSIX/POSIX.pod
70757 ____________________________________________________________________________
70758 [  6310] By: gsar                                  on 2000/07/04  17:28:48
70759         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
70760      Branch: perl
70761            ! t/lib/b.t
70762 ____________________________________________________________________________
70763 [  6309] By: jhi                                   on 2000/07/04  17:22:18
70764         Log: The #6308 required a little bit more.
70765      Branch: cfgperl
70766            ! Makefile.SH win32/Makefile
70767 ____________________________________________________________________________
70768 [  6308] By: jhi                                   on 2000/07/04  16:35:24
70769         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
70770      Branch: cfgperl
70771            + lib/lib_pm.PL
70772            - lib/lib.pm.PL
70773            ! MANIFEST Makefile.SH
70774 ____________________________________________________________________________
70775 [  6307] By: jhi                                   on 2000/07/04  16:28:58
70776         Log: Win32 patches for cfgperl from Sarathy.
70777      Branch: cfgperl
70778            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
70779            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
70780            ! thread.h toke.c util.c win32/Makefile win32/win32.c
70781 ____________________________________________________________________________
70782 [  6306] By: gsar                                  on 2000/07/04  16:28:40
70783         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
70784              (from Richard Soderberg <rs@oregonnet.com>)
70785      Branch: perl
70786            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
70787 ____________________________________________________________________________
70788 [  6305] By: jhi                                   on 2000/07/04  16:24:24
70789         Log: Integrate with Sarathy.
70790      Branch: cfgperl
70791           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
70792           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70793           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
70794           !> proto.h win32/win32.c
70795 ____________________________________________________________________________
70796 [  6304] By: gsar                                  on 2000/07/04  16:17:24
70797         Log: missing perldiag entry for unpack("w",...) diagnostic (from
70798              Andreas Koenig)
70799      Branch: perl
70800            ! pod/perldiag.pod
70801 ____________________________________________________________________________
70802 [  6303] By: gsar                                  on 2000/07/04  16:14:44
70803         Log: remove rel2abs prototypes (from Barrie Slaymaker)
70804      Branch: perl
70805            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
70806            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
70807 ____________________________________________________________________________
70808 [  6302] By: gsar                                  on 2000/07/04  04:59:35
70809         Log: adjust change#6299
70810      Branch: perl
70811            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
70812            ! win32/win32.c
70813 ____________________________________________________________________________
70814 [  6301] By: jhi                                   on 2000/07/04  04:50:07
70815         Log: Integrate with Sarathy.
70816      Branch: cfgperl
70817           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
70818           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
70819           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
70820 ____________________________________________________________________________
70821 [  6300] By: gsar                                  on 2000/07/04  04:42:09
70822         Log: PERL_OBJECT build tweak
70823      Branch: perl
70824            ! perl.h
70825 ____________________________________________________________________________
70826 [  6299] By: gsar                                  on 2000/07/04  04:37:00
70827         Log: fix memory leak on Windows (PL_sys_intern contents were never
70828              freed)
70829      Branch: perl
70830            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
70831            ! perlapi.c proto.h win32/win32.c
70832 ____________________________________________________________________________
70833 [  6298] By: gsar                                  on 2000/07/04  04:15:59
70834         Log: fix large memory leak that has been around for ever, masked by
70835              -DPURIFY (most of the arenas were never freed!)
70836      Branch: perl
70837            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
70838 ____________________________________________________________________________
70839 [  6297] By: gsar                                  on 2000/07/04  04:07:46
70840         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
70841      Branch: perl
70842            ! perl.c
70843 ____________________________________________________________________________
70844 [  6296] By: jhi                                   on 2000/06/30  18:28:37
70845         Log: Elaborate POSIX.pod.  Still needs work.
70846      Branch: cfgperl
70847            ! ext/POSIX/POSIX.pod
70848 ____________________________________________________________________________
70849 [  6295] By: jhi                                   on 2000/06/30  14:58:18
70850         Log: Point to perlipc for more SysV IPC examples.
70851      Branch: cfgperl
70852            ! pod/perlfunc.pod
70853 ____________________________________________________________________________
70854 [  6294] By: gsar                                  on 2000/06/30  14:47:45
70855         Log: slurp mode fix in change#4736 still not quite right
70856      Branch: perl
70857            ! pp_hot.c t/io/argv.t
70858 ____________________________________________________________________________
70859 [  6293] By: jhi                                   on 2000/06/30  12:02:55
70860         Log: Integrate with Sarathy.
70861      Branch: cfgperl
70862           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
70863 ____________________________________________________________________________
70864 [  6292] By: jhi                                   on 2000/06/30  12:01:11
70865         Log: From: simon@brecon.co.uk (Simon Cozens)
70866              Subject: UTF8 concat
70867              Date: 30 Jun 2000 06:13:25 GMT
70868              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
70869      Branch: cfgperl
70870            ! pp_hot.c
70871 ____________________________________________________________________________
70872 [  6291] By: gsar                                  on 2000/06/30  04:37:33
70873         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
70874              when @_ is modified, causing coredumps
70875      Branch: perl
70876            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
70877 ____________________________________________________________________________
70878 [  6290] By: jhi                                   on 2000/06/30  02:21:44
70879         Log: Integrate with Sarathy.
70880      Branch: cfgperl
70881           !> vms/vms.c vms/vmsish.h
70882 ____________________________________________________________________________
70883 [  6289] By: jhi                                   on 2000/06/30  02:21:02
70884         Log: Check VERSIONs.
70885      Branch: cfgperl
70886            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
70887            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
70888            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
70889 ____________________________________________________________________________
70890 [  6288] By: jhi                                   on 2000/06/30  02:18:52
70891         Log: Integrate with Sarathy.
70892      Branch: cfgperl
70893           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
70894           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
70895           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
70896           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
70897 ____________________________________________________________________________
70898 [  6287] By: gsar                                  on 2000/06/30  02:17:08
70899         Log: integrate vmsperl changes into mainline
70900      Branch: perl
70901           !> vms/vms.c vms/vmsish.h
70902 ____________________________________________________________________________
70903 [  6285] By: gsar                                  on 2000/06/30  02:05:28
70904         Log: localize %INC in a Safe compartment so that use/require work
70905              (many other magic globals probably need similar treatment)
70906      Branch: perl
70907            ! ext/Opcode/Opcode.xs
70908 ____________________________________________________________________________
70909 [  6284] By: gsar                                  on 2000/06/30  01:54:54
70910         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
70911              about Windows
70912      Branch: perl
70913            ! pod/perlembed.pod
70914 ____________________________________________________________________________
70915 [  6283] By: jhi                                   on 2000/06/30  01:50:10
70916         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
70917              From: Barrie Slaymaker <barries@jester.slaysys.com>
70918              Date: Wed, 28 Jun 2000 11:35:29 -0400
70919              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
70920      Branch: perl
70921            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
70922            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
70923            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70924            ! lib/File/Spec/Win32.pm
70925 ____________________________________________________________________________
70926 [  6282] By: jhi                                   on 2000/06/29  22:57:22
70927         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
70928              From: Dan Sugalski <dan@sidhe.org>
70929              Date: Tue, 06 Jun 2000 11:59:50 -0400
70930              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
70931      Branch: cfgperl
70932            ! vms/vms.c
70933 ____________________________________________________________________________
70934 [  6281] By: jhi                                   on 2000/06/29  22:52:50
70935         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
70936              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
70937              Date: Wed, 7 Jun 2000 04:02:04 -0500
70938              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
70939      Branch: cfgperl
70940            ! utils/h2xs.PL
70941 ____________________________________________________________________________
70942 [  6280] By: jhi                                   on 2000/06/29  22:45:47
70943         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
70944              From: rspier@pobox.com (Robert Spier)
70945              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
70946              Message-ID: <14654.31913.845602.610277@rls.cx>
70947      Branch: cfgperl
70948            ! utils/h2xs.PL
70949 ____________________________________________________________________________
70950 [  6279] By: jhi                                   on 2000/06/29  22:38:16
70951         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
70952              From: Tim Ayers <tayers@bridge.com>
70953              Date: Thu, 08 Jun 2000 08:11:06 +0200
70954              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
70955              [resent by Richard Foley, Message-Id probably wrong]
70956      Branch: cfgperl
70957            ! pod/perlsub.pod
70958 ____________________________________________________________________________
70959 [  6278] By: jhi                                   on 2000/06/29  22:21:45
70960         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
70961              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
70962              Date: Fri, 09 Jun 2000 12:39:27 -0400
70963              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
70964              (plus update the version "number" of Text::Wrap)
70965      Branch: cfgperl
70966            ! lib/Text/Wrap.pm
70967 ____________________________________________________________________________
70968 [  6277] By: jhi                                   on 2000/06/29  22:13:10
70969         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
70970              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70971              Date: Mon, 12 Jun 2000 14:55:59 +0100
70972              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
70973      Branch: cfgperl
70974            ! pod/perlfunc.pod
70975 ____________________________________________________________________________
70976 [  6276] By: jhi                                   on 2000/06/29  22:11:06
70977         Log: Subject: [PATCH] Re: eval documentation: context
70978              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70979              Date: Mon, 12 Jun 2000 15:07:29 +0100
70980              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
70981      Branch: cfgperl
70982            ! pod/perlfunc.pod
70983 ____________________________________________________________________________
70984 [  6275] By: jhi                                   on 2000/06/29  21:59:46
70985         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
70986              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
70987              Date: Tue, 13 Jun 2000 02:43:48 -0500
70988              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
70989      Branch: cfgperl
70990            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
70991 ____________________________________________________________________________
70992 [  6274] By: jhi                                   on 2000/06/29  21:56:14
70993         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
70994              From: Andy Dougherty <doughera@lafayette.edu>
70995              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
70996              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
70997      Branch: cfgperl
70998            ! ext/File/Glob/Glob.pm
70999 ____________________________________________________________________________
71000 [  6273] By: jhi                                   on 2000/06/29  21:49:09
71001         Log: Subject: [PATCH] xsub attributes
71002              From: Doug MacEachern <dougm@covalent.net>
71003              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
71004              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
71005      Branch: cfgperl
71006            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
71007            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
71008 ____________________________________________________________________________
71009 [  6272] By: jhi                                   on 2000/06/29  21:41:28
71010         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
71011              From: Tom Phoenix <rootbeer@redcat.com>
71012              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
71013              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
71014      Branch: cfgperl
71015            ! lib/Net/Ping.pm
71016 ____________________________________________________________________________
71017 [  6271] By: jhi                                   on 2000/06/29  21:36:55
71018         Log: Subject: PATCH pod/perltie.pod
71019              From: Ian Phillipps <Ian.Phillipps@iname.com>
71020              Date: Fri, 16 Jun 2000 00:17:19 +0100
71021              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
71022              (only the first hunk, the second hunk had already been done
71023              by some other patch)
71024      Branch: cfgperl
71025            ! pod/perltie.pod
71026 ____________________________________________________________________________
71027 [  6270] By: jhi                                   on 2000/06/29  21:24:51
71028         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
71029              From: Nicholas Clark <nick@talking.bollo.cx>
71030              Date: Fri, 23 Jun 2000 16:21:15 +0100
71031              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
71032      Branch: cfgperl
71033            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
71034            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
71035 ____________________________________________________________________________
71036 [  6269] By: jhi                                   on 2000/06/29  19:38:15
71037         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
71038              silence few compiler warnings.
71039      Branch: cfgperl
71040            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
71041 ____________________________________________________________________________
71042 [  6268] By: jhi                                   on 2000/06/29  18:21:50
71043         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
71044              From: Dominic Dunlop <domo@computer.org> 
71045              Date: Thu, 29 Jun 2000 12:32:39 +0200 
71046              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
71047      Branch: cfgperl
71048            ! t/op/sprintf.t
71049 ____________________________________________________________________________
71050 [  6267] By: jhi                                   on 2000/06/29  18:16:07
71051         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
71052              From: Doug MacEachern <dougm@covalent.net>
71053              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
71054              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
71055      Branch: cfgperl
71056            + t/op/method2entersub.t
71057            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
71058            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71059            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
71060            ! xsutils.c
71061 ____________________________________________________________________________
71062 [  6266] By: jhi                                   on 2000/06/29  15:11:15
71063         Log: Subject: [PATCH 5.6.0] cygwin port
71064              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
71065              From: "Fifer, Eric" <EFifer@sanwaint.com>
71066              Date: Thu, 29 Jun 2000 12:58:29 +0100
71067      Branch: cfgperl
71068            ! cygwin/Makefile.SHs
71069 ____________________________________________________________________________
71070 [  6265] By: jhi                                   on 2000/06/29  15:04:05
71071         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
71072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71073              Date: Wed, 28 Jun 2000 17:50:12 -0700
71074              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
71075      Branch: cfgperl
71076            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
71077 ____________________________________________________________________________
71078 [  6264] By: jhi                                   on 2000/06/29  15:00:57
71079         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
71080              From: Marty Lucich <marty@netcom.com>
71081              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
71082              Message-Id: <200006282116.OAA11148@netcom.com>
71083              ccdlflags update (the BSD/OS 4.1 part had already been taken
71084              care of by #6141).
71085      Branch: cfgperl
71086            ! hints/bsdos.sh
71087 ____________________________________________________________________________
71088 [  6263] By: jhi                                   on 2000/06/29  13:47:44
71089         Log: tr fixes from Simon Cozens
71090      Branch: cfgperl
71091            ! doop.c
71092 ____________________________________________________________________________
71093 [  6262] By: jhi                                   on 2000/06/28  18:46:01
71094         Log: Subject: 5.6.0 Patch for EPOC
71095              From: Olaf Flebbe <o.flebbe@gmx.de>
71096              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
71097              Message-ID: <23449.960929969@www11.gmx.net>
71098      Branch: cfgperl
71099            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
71100            ! epoc/epocish.h
71101 ____________________________________________________________________________
71102 [  6261] By: jhi                                   on 2000/06/28  18:29:07
71103         Log: Subject: Re: [PATCH cfgperl] BOMs away!
71104              From: simon@brecon.co.uk (Simon Cozens)
71105              Date: 17 Jun 2000 11:49:57 GMT
71106              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
71107      Branch: cfgperl
71108            ! pod/perldiag.pod t/comp/require.t toke.c
71109 ____________________________________________________________________________
71110 [  6260] By: jhi                                   on 2000/06/28  17:47:16
71111         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
71112              From: simon@brecon.co.uk (Simon Cozens) 
71113              Date: 17 Jun 2000 11:56:44 GMT 
71114              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
71115              pack U0, pack C0
71116      Branch: cfgperl
71117            ! pod/perlfunc.pod pp.c t/op/pack.t
71118 ____________________________________________________________________________
71119 [  6259] By: jhi                                   on 2000/06/28  16:43:17
71120         Log: perlnewmod was missing from MANIFEST.
71121      Branch: cfgperl
71122            ! MANIFEST
71123 ____________________________________________________________________________
71124 [  6258] By: jhi                                   on 2000/06/28  15:54:30
71125         Log: linenumber tweak
71126      Branch: cfgperl
71127            ! t/pragma/warn/regcomp
71128 ____________________________________________________________________________
71129 [  6257] By: jhi                                   on 2000/06/28  15:50:44
71130         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
71131              From: Doug MacEachern <dougm@covalent.net>
71132              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
71133              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
71134              (one part of the patch had been applied earlier)
71135      Branch: cfgperl
71136            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
71137 ____________________________________________________________________________
71138 [  6256] By: jhi                                   on 2000/06/28  15:40:22
71139         Log: tweaks from Simon Cozens to further fix tr/// under utf8
71140      Branch: cfgperl
71141            ! doop.c
71142 ____________________________________________________________________________
71143 [  6255] By: jhi                                   on 2000/06/28  15:33:45
71144         Log: small thinko tweaks
71145      Branch: cfgperl
71146            ! lib/IPC/Open3.pm t/op/my_stash.t
71147 ____________________________________________________________________________
71148 [  6254] By: jhi                                   on 2000/06/28  15:33:25
71149         Log: Subject: tr///, help wanted.
71150              From: simon@brecon.co.uk (Simon Cozens)
71151              Date: 28 Jun 2000 11:29:04 GMT
71152              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
71153      Branch: cfgperl
71154            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
71155            ! pp_proto.h proto.h t/op/tr.t
71156 ____________________________________________________________________________
71157 [  6253] By: jhi                                   on 2000/06/28  15:09:17
71158         Log: Paranoia tweak on #6249.
71159              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
71160              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
71161              Date: Sun, 25 Jun 2000 23:43:12 -0400
71162              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
71163      Branch: cfgperl
71164            ! lib/IPC/Open3.pm
71165 ____________________________________________________________________________
71166 [  6252] By: jhi                                   on 2000/06/28  15:01:38
71167         Log: Document #6249 and #6251.
71168      Branch: cfgperl
71169            ! lib/Exporter.pm lib/IPC/Open3.pm
71170 ____________________________________________________________________________
71171 [  6251] By: jhi                                   on 2000/06/28  14:50:43
71172         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
71173              From: Doug MacEachern <dougm@covalent.net>
71174              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
71175              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
71176      Branch: cfgperl
71177            ! lib/Exporter.pm
71178 ____________________________________________________________________________
71179 [  6250] By: jhi                                   on 2000/06/28  14:45:23
71180         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
71181              From: Doug MacEachern <dougm@covalent.net>
71182              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
71183              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
71184      Branch: cfgperl
71185            + t/op/my_stash.t
71186            ! MANIFEST embed.pl global.sym proto.h toke.c
71187 ____________________________________________________________________________
71188 [  6249] By: jhi                                   on 2000/06/28  14:36:34
71189         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
71190              From: Frank Tobin <ftobin@uiuc.edu>
71191              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
71192              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
71193      Branch: cfgperl
71194            ! lib/IPC/Open3.pm
71195 ____________________________________________________________________________
71196 [  6248] By: jhi                                   on 2000/06/28  14:11:25
71197         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
71198              From: Mark-Jason Dominus <mjd@plover.com>
71199              Date: Tue, 27 Jun 2000 22:36:42 -0400
71200              Message-ID: <20000628023642.12166.qmail@plover.com>
71201      Branch: cfgperl
71202            ! pod/perlfunc.pod
71203 ____________________________________________________________________________
71204 [  6247] By: jhi                                   on 2000/06/27  12:46:37
71205         Log: Tweak $VERSION, patch from Doug MacEachern.
71206      Branch: cfgperl
71207            ! lib/File/Spec.pm
71208 ____________________________________________________________________________
71209 [  6246] By: jhi                                   on 2000/06/27  03:34:46
71210         Log: Allow for standalone testing.
71211      Branch: cfgperl
71212            ! t/lib/filefunc.t t/lib/filespec.t
71213 ____________________________________________________________________________
71214 [  6245] By: jhi                                   on 2000/06/27  02:50:02
71215         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
71216              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
71217              Date: Sat, 24 Jun 2000 13:06:20 +0100
71218              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
71219      Branch: cfgperl
71220            ! ext/DynaLoader/DynaLoader_pm.PL
71221 ____________________________________________________________________________
71222 [  6244] By: jhi                                   on 2000/06/27  02:46:10
71223         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
71224              From: Doug MacEachern <dougm@covalent.net>
71225              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
71226              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
71227      Branch: cfgperl
71228            ! gv.c sv.c t/lib/peek.t
71229 ____________________________________________________________________________
71230 [  6243] By: jhi                                   on 2000/06/27  02:38:07
71231         Log: Subject: [PATCH] is_utf8_string
71232              From: simon@brecon.co.uk (Simon Cozens)
71233              Date: 26 Jun 2000 02:25:59 GMT
71234              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
71235      Branch: cfgperl
71236            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
71237            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
71238            ! proto.h utf8.c
71239 ____________________________________________________________________________
71240 [  6242] By: jhi                                   on 2000/06/27  02:24:00
71241         Log: Subject: [PATCH] bytes<->utf8 fixes
71242              From: simon@brecon.co.uk (Simon Cozens)
71243              Date: 26 Jun 2000 04:55:45 GMT
71244              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
71245      Branch: cfgperl
71246            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
71247 ____________________________________________________________________________
71248 [  6241] By: jhi                                   on 2000/06/27  02:12:42
71249         Log: Do no -warn on \_, only on \alpha.
71250              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
71251              From: David Dyck <dcd@tc.fluke.com>
71252              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
71253              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
71254      Branch: cfgperl
71255            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
71256 ____________________________________________________________________________
71257 [  6240] By: jhi                                   on 2000/06/27  02:00:01
71258         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
71259              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
71260              Date: Mon, 26 Jun 2000 18:40:14 +0100
71261              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
71262      Branch: cfgperl
71263            ! utils/h2xs.PL
71264 ____________________________________________________________________________
71265 [  6239] By: jhi                                   on 2000/06/27  01:53:40
71266         Log: Configure maintenance.  Sever some dependency cycles,
71267              separate gccversion from the cc unit,
71268              address [ID 20000623.006] Configure script patch for using gcc on AIX
71269              (but solve it a little bit differently),
71270              unduplex some accidentally duplicated units,
71271              suggest using gcc if no cc available
71272              (p5p thread: "Solaris configure: counterproposal", 1999-09)
71273      Branch: cfgperl
71274            ! Configure Todo-5.6 config_h.SH
71275      Branch: metaconfig
71276            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
71277            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
71278      Branch: metaconfig/U/perl
71279            + gccvers.U
71280            ! d_getespwnam.U d_getprpwnam.U i_prot.U
71281 ____________________________________________________________________________
71282 [  6238] By: jhi                                   on 2000/06/25  18:04:56
71283         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
71284              From: Dan Sugalski <dan@sidhe.org>
71285              Date: Fri, 23 Jun 2000 17:00:00 -0400
71286              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
71287      Branch: cfgperl
71288            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
71289 ____________________________________________________________________________
71290 [  6237] By: jhi                                   on 2000/06/25  16:36:45
71291         Log: Tweak embed.pl, regen headers.
71292      Branch: cfgperl
71293            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
71294            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
71295            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
71296            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
71297            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
71298 ____________________________________________________________________________
71299 [  6236] By: jhi                                   on 2000/06/25  15:26:42
71300         Log: Regen headers.
71301      Branch: cfgperl
71302            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
71303            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
71304            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
71305            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
71306            ! regnodes.h warnings.h
71307 ____________________________________________________________________________
71308 [  6235] By: jhi                                   on 2000/06/23  19:39:35
71309         Log: The thread begun by
71310              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
71311              From: Kevin.Ruscoe@ubsw.com
71312              Date: Fri, 16 Jun 2000 16:38:51 +0100
71313              Message-Id: <H000019b03c300d6@MHS>
71314      Branch: cfgperl
71315            ! hints/solaris_2.sh
71316 ____________________________________________________________________________
71317 [  6234] By: jhi                                   on 2000/06/23  19:23:36
71318         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
71319              because when run as services (Win32ese for daemons)
71320              no environment variables are set and tmpdir ends up as /tmp,
71321              which is ambiguous.
71322              
71323              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
71324              From: matt@sergeant.org
71325              Date: 16 Jun 2000 16:30:43 -0000
71326              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
71327      Branch: cfgperl
71328            ! lib/File/Spec/Win32.pm
71329 ____________________________________________________________________________
71330 [  6233] By: jhi                                   on 2000/06/23  19:18:58
71331         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
71332              From: Mark-Jason Dominus <mjd@plover.com>
71333              Date: Fri, 16 Jun 2000 20:53:04 -0400
71334              Message-ID: <20000617005304.8008.qmail@plover.com>
71335      Branch: cfgperl
71336            ! op.h
71337 ____________________________________________________________________________
71338 [  6232] By: jhi                                   on 2000/06/23  16:10:02
71339         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
71340              From: simon@brecon.co.uk (Simon Cozens)
71341              Date: 19 Jun 2000 15:18:27 GMT
71342              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
71343              
71344              plus update pod/Makefile and regenerate perltoc
71345      Branch: cfgperl
71346            + pod/perlutil.pod
71347            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
71348 ____________________________________________________________________________
71349 [  6231] By: jhi                                   on 2000/06/23  15:19:18
71350         Log: Subject: [PATCH 5.6.0] cygwin port
71351              From: "Fifer, Eric" <EFifer@sanwaint.com>
71352              Date: Tue, 20 Jun 2000 14:30:58 +0100
71353              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
71354      Branch: cfgperl
71355            ! README.cygwin lib/File/Find.pm
71356 ____________________________________________________________________________
71357 [  6230] By: jhi                                   on 2000/06/23  14:25:21
71358         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
71359      Branch: cfgperl
71360            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
71361            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
71362            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71363            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
71364 ____________________________________________________________________________
71365 [  6229] By: jhi                                   on 2000/06/23  14:13:34
71366         Log: Subject: README.hpux version 0.6.1
71367              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
71368              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
71369              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
71370      Branch: cfgperl
71371            ! README.hpux
71372 ____________________________________________________________________________
71373 [  6228] By: jhi                                   on 2000/06/23  14:07:20
71374         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
71375              From: Doug MacEachern <dougm@covalent.net>
71376              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
71377              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
71378      Branch: cfgperl
71379            ! op.c
71380 ____________________________________________________________________________
71381 [  6227] By: jhi                                   on 2000/06/23  14:01:06
71382         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
71383              From: Doug MacEachern <dougm@covalent.net>
71384              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
71385              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
71386      Branch: cfgperl
71387            + lib/lib.pm.PL
71388            - lib/lib.pm
71389            ! MANIFEST Makefile.SH
71390 ____________________________________________________________________________
71391 [  6226] By: jhi                                   on 2000/06/23  13:53:07
71392         Log: Subject: [PATCH] remove forward declarations in Socket.pm
71393              From: Doug MacEachern <dougm@covalent.net>
71394              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
71395              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
71396              
71397              From: Doug MacEachern <dougm@covalent.net>
71398              Subject: Re: [PATCH] remove forward declarations in Socket.pm
71399              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
71400              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
71401      Branch: cfgperl
71402            ! ext/Socket/Socket.pm op.c
71403 ____________________________________________________________________________
71404 [  6225] By: jhi                                   on 2000/06/23  13:41:52
71405         Log: Add source code filenames to apidoc.
71406              From: simon@brecon.co.uk (Simon Cozens)
71407              Subject: [PATCH embed.pl] Source X-ref
71408              Date: 22 Jun 2000 02:18:49 GMT
71409              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
71410      Branch: cfgperl
71411            ! embed.pl
71412 ____________________________________________________________________________
71413 [  6224] By: jhi                                   on 2000/06/23  13:32:33
71414         Log: A way to avoid English.pm performance hit.
71415              From: root <root@jester.slaysys.com>
71416              Subject: [YAPATCH English.pm] My turn to putt again
71417              Date: Thu, 22 Jun 2000 20:33:58 -0400
71418              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
71419      Branch: cfgperl
71420            ! lib/English.pm t/lib/english.t
71421 ____________________________________________________________________________
71422 [  6223] By: jhi                                   on 2000/06/23  13:27:06
71423         Log: Avoid double close().
71424              Subject: [PATCH] avoid double close()
71425              From: Doug MacEachern <dougm@covalent.net>
71426              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
71427              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
71428      Branch: cfgperl
71429            ! doio.c
71430 ____________________________________________________________________________
71431 [  6222] By: jhi                                   on 2000/06/23  13:25:54
71432         Log: doc typo fix
71433              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
71434              From: Ian Phillipps <Ian.Phillipps@iname.com>
71435              Date: Fri, 23 Jun 2000 10:40:58 +0100
71436              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
71437      Branch: cfgperl
71438            ! lib/Pod/Usage.pm
71439 ____________________________________________________________________________
71440 [  6221] By: jhi                                   on 2000/06/23  13:24:15
71441         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
71442              From: simon@brecon.co.uk (Simon Cozens)
71443              Subject: [PATCH] Eliminate tr///[CU][CU]
71444              Date: 23 Jun 2000 11:05:40 GMT
71445              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
71446      Branch: cfgperl
71447            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
71448 ____________________________________________________________________________
71449 [  6220] By: jhi                                   on 2000/06/22  16:07:51
71450         Log: Win32 patches from Benjamin Stuhl.
71451      Branch: cfgperl
71452            ! makedef.pl win32/win32.h
71453 ____________________________________________________________________________
71454 [  6219] By: jhi                                   on 2000/06/22  16:06:34
71455         Log: Bytecode patches from Benjamin Stuhl.
71456      Branch: cfgperl
71457            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
71458            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
71459            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71460 ____________________________________________________________________________
71461 [  6218] By: jhi                                   on 2000/06/15  23:54:16
71462         Log: Bytecode patches from Benjamin Stuhl.
71463      Branch: cfgperl
71464            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
71465 ____________________________________________________________________________
71466 [  6217] By: jhi                                   on 2000/06/09  13:38:29
71467         Log: Rename the fdpid locking and integrate with Sarathy.
71468      Branch: cfgperl
71469            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
71470            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
71471            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
71472            ! win32/win32.c
71473           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
71474 ____________________________________________________________________________
71475 [  6216] By: gsar                                  on 2000/06/08  14:54:21
71476         Log: be more optimal about clearing @_
71477      Branch: perl
71478            ! cop.h
71479 ____________________________________________________________________________
71480 [  6215] By: gsar                                  on 2000/06/08  14:33:04
71481         Log: tweak comment about @DB::args
71482      Branch: perl
71483            ! av.h pp_ctl.c
71484 ____________________________________________________________________________
71485 [  6214] By: gsar                                  on 2000/06/08  13:57:54
71486         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
71487              caller() wants to populate @DB::args with it (causes a coredump
71488              in Carp::confess())
71489      Branch: perl
71490            ! cop.h t/op/runlevel.t
71491 ____________________________________________________________________________
71492 [  6213] By: gsar                                  on 2000/06/08  07:06:35
71493         Log: back out change#6106 (seems problematic)
71494      Branch: perl
71495            ! hints/solaris_2.sh
71496 ____________________________________________________________________________
71497 [  6212] By: jhi                                   on 2000/06/07  03:10:36
71498         Log: Continuing mopup for #6204.
71499      Branch: cfgperl
71500            ! ext/B/defsubs_h.PL
71501 ____________________________________________________________________________
71502 [  6211] By: jhi                                   on 2000/06/07  02:41:50
71503         Log: Mopup for #6204.
71504              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
71505              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
71506              This is comes from const() where POK isn't on when expected.
71507      Branch: cfgperl
71508            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
71509            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71510            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
71511            ! perlapi.h pod/perlapi.pod
71512 ____________________________________________________________________________
71513 [  6210] By: jhi                                   on 2000/06/07  01:56:29
71514         Log: Mopup for #6207 and #6209.
71515      Branch: cfgperl
71516            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
71517 ____________________________________________________________________________
71518 [  6209] By: jhi                                   on 2000/06/07  01:33:12
71519         Log: Lock PL_fdpid against race conditions, based on:
71520              Subject: [PATCH 5.6.0]subprocess fixup for threads
71521              From: Dan Sugalski <dan@sidhe.org>
71522              To: perl5-porters@perl.org
71523              Date: Tue, 11 Apr 2000 17:02:32 -0400
71524              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
71525      Branch: cfgperl
71526            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
71527            ! win32/win32.c
71528 ____________________________________________________________________________
71529 [  6208] By: jhi                                   on 2000/06/07  01:05:23
71530         Log: Regen headers for #6207.
71531      Branch: cfgperl
71532            ! embed.h global.sym objXSUB.h proto.h
71533 ____________________________________________________________________________
71534 [  6207] By: jhi                                   on 2000/06/06  23:43:13
71535         Log: Subject: [PATCH 5.6.0] Threadsafe patches
71536              From: Dan Sugalski <dan@sidhe.org>
71537              To: perl5-porters@perl.org
71538              Date: Mon, 08 May 2000 18:08:13 -0400
71539              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
71540      Branch: cfgperl
71541            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
71542            ! proto.h sv.h util.c
71543 ____________________________________________________________________________
71544 [  6206] By: jhi                                   on 2000/06/06  23:21:23
71545         Log: Subject: [PATCH] Eliminate $a/$b in pod
71546              From: David Glasser <me@davidglasser.net>
71547              To: perl5-porters@perl.org
71548              Date: Mon, 29 May 2000 21:15:59 -0400
71549              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
71550      Branch: cfgperl
71551            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
71552            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
71553            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
71554            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
71555            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
71556            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
71557            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
71558            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
71559            ! pod/perlvar.pod pod/perlxs.pod
71560 ____________________________________________________________________________
71561 [  6205] By: jhi                                   on 2000/06/06  23:12:14
71562         Log: Subject: [PATCH] Win32 improvements
71563              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
71564              To: gsar@activestate.com, perl5-porters@perl.org
71565              Date: Mon, 29 May 2000 17:22:24 PDT
71566              Message-ID: <20000530002224.91142.qmail@hotmail.com>
71567              (MUA had mangled many lines by wordwrapping)
71568      Branch: cfgperl
71569            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
71570 ____________________________________________________________________________
71571 [  6204] By: jhi                                   on 2000/06/06  23:01:50
71572         Log: Subject: [PATCH] B::Bytecode patches
71573              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
71574              To: gsar@activestate.com, jhi@iki.fi
71575              Cc: perl5-porters@perl.org
71576              Message-ID: <20000602202526.48694.qmail@hotmail.com>
71577              (MUA had mangled many lines by wordwrapping)
71578      Branch: cfgperl
71579            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
71580            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
71581            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71582            ! intrpvar.h perl.c
71583 ____________________________________________________________________________
71584 [  6203] By: jhi                                   on 2000/06/06  22:32:43
71585         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
71586              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71587              Date: Tue, 06 Jun 2000 13:07:45 -0700
71588              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
71589      Branch: cfgperl
71590            ! pod/perldiag.pod
71591 ____________________________________________________________________________
71592 [  6202] By: jhi                                   on 2000/06/06  19:38:35
71593         Log: Integrate with Sarathy.
71594      Branch: cfgperl
71595           !> perl.c
71596 ____________________________________________________________________________
71597 [  6201] By: gsar                                  on 2000/06/06  00:42:59
71598         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
71599              does a PUSHMARK that's never ever POPMARKed; in general, only
71600              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
71601              Perl_eval_[sp]v() don't because they don't take any incoming
71602              arguments (this leak has been around since the original version
71603              of perl_eval_pv() in 5.003_97e)
71604      Branch: perl
71605            ! perl.c
71606 ____________________________________________________________________________
71607 [  6200] By: jhi                                   on 2000/06/04  03:44:52
71608         Log: Update to cperl-mode.el 4.31 from
71609              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
71610              Subject: A couple of notes
71611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71612              To: Mailing list Perl5 <perl5-porters@perl.org>
71613              Date: Sat, 3 Jun 2000 23:33:32 -0400
71614              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
71615      Branch: cfgperl
71616            ! emacs/cperl-mode.el
71617 ____________________________________________________________________________
71618 [  6199] By: jhi                                   on 2000/06/03  15:11:05
71619         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
71620              From: Dan Sugalski <dan@sidhe.org>
71621              To: perl5-porters@perl.org, vmsperl@perl.org
71622              Date: Fri, 02 Jun 2000 17:30:51 -0400
71623              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
71624      Branch: cfgperl
71625            ! vms/descrip_mms.template vms/gen_shrfls.pl
71626 ____________________________________________________________________________
71627 [  6198] By: jhi                                   on 2000/06/03  14:59:15
71628         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
71629              From: Dan Sugalski <dan@sidhe.org>
71630              To: vmsperl@perl.org, perl5-porters@perl.org
71631              Date: Fri, 02 Jun 2000 16:00:41 -0400
71632              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
71633              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
71634      Branch: cfgperl
71635            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
71636            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
71637            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
71638 ____________________________________________________________________________
71639 [  6197] By: jhi                                   on 2000/06/03  14:41:30
71640         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
71641              From: John Borwick <jhborwic@unity.ncsu.edu>
71642              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
71643              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
71644      Branch: cfgperl
71645            ! pod/perlsyn.pod
71646 ____________________________________________________________________________
71647 [  6196] By: jhi                                   on 2000/06/03  14:38:09
71648         Log: Integrate with Sarathy.
71649      Branch: cfgperl
71650           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
71651           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
71652           !> vms/perly_c.vms
71653 ____________________________________________________________________________
71654 [  6195] By: gsar                                  on 2000/06/02  22:43:13
71655         Log: fix yet another eval"" leak under USE_ITHREADS
71656      Branch: perl
71657            ! op.c
71658 ____________________________________________________________________________
71659 [  6194] By: gsar                                  on 2000/06/02  18:22:06
71660         Log: fix small eval"" memory leaks under USE_ITHREADS
71661      Branch: perl
71662            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
71663            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
71664            ! vms/perly_c.vms
71665 ____________________________________________________________________________
71666 [  6193] By: jhi                                   on 2000/06/01  13:03:56
71667         Log: Signals-be-gone for microperl.
71668      Branch: cfgperl
71669            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
71670 ____________________________________________________________________________
71671 [  6192] By: jhi                                   on 2000/06/01  12:52:02
71672         Log: Integrate with Sarathy.
71673      Branch: cfgperl
71674           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
71675           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
71676           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
71677           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
71678           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
71679           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
71680           !> t/op/vec.t utils/h2xs.PL
71681 ____________________________________________________________________________
71682 [  6191] By: gsar                                  on 2000/06/01  09:38:21
71683         Log: vec() loses numericalness (modified version of patch suggested
71684              by Robin Barker)
71685      Branch: perl
71686            ! doop.c t/op/vec.t
71687 ____________________________________________________________________________
71688 [  6190] By: gsar                                  on 2000/06/01  09:26:15
71689         Log: submit missing embed.pl change
71690      Branch: perl
71691            ! embed.pl
71692 ____________________________________________________________________________
71693 [  6189] By: gsar                                  on 2000/06/01  09:05:34
71694         Log: counting tr/// corrupts later operation (from M.J.T Guy)
71695      Branch: perl
71696            ! doop.c t/op/tr.t
71697 ____________________________________________________________________________
71698 [  6188] By: gsar                                  on 2000/06/01  08:58:39
71699         Log: h2xs tweaks
71700      Branch: perl
71701            ! utils/h2xs.PL
71702 ____________________________________________________________________________
71703 [  6187] By: gsar                                  on 2000/06/01  08:50:07
71704         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
71705              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
71706      Branch: perl
71707            + lib/Pod/LaTeX.pm
71708            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
71709            ! pod/pod2latex.PL
71710 ____________________________________________________________________________
71711 [  6186] By: gsar                                  on 2000/06/01  08:24:40
71712         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
71713              <wolfgang.laun@alcatel.at>)
71714      Branch: perl
71715            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
71716            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
71717 ____________________________________________________________________________
71718 [  6185] By: gsar                                  on 2000/06/01  08:12:00
71719         Log: remove incorrect documentation about implicit split to @_ in
71720              list context, which never really worked in perl 5 (from
71721              M.J.T. Guy)
71722      Branch: perl
71723            ! pod/perlfunc.pod pod/perltrap.pod
71724 ____________________________________________________________________________
71725 [  6184] By: gsar                                  on 2000/06/01  07:52:27
71726         Log: tweak for change#6127
71727      Branch: perl
71728            ! perl.c
71729 ____________________________________________________________________________
71730 [  6183] By: gsar                                  on 2000/06/01  07:41:02
71731         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
71732              <nick@ccl4.org>)
71733      Branch: perl
71734            + t/lib/selfloader.t
71735            ! MANIFEST lib/SelfLoader.pm
71736 ____________________________________________________________________________
71737 [  6182] By: jhi                                   on 2000/06/01  00:34:42
71738         Log: Be Cleaner Part Deux.
71739      Branch: cfgperl
71740            ! Makefile.SH
71741 ____________________________________________________________________________
71742 [  6181] By: jhi                                   on 2000/06/01  00:32:09
71743         Log: Integrate with Sarathy.
71744      Branch: cfgperl
71745           !> pp.c t/op/arith.t
71746 ____________________________________________________________________________
71747 [  6180] By: jhi                                   on 2000/06/01  00:31:13
71748         Log: microperl nits from Simon Cozens.
71749      Branch: cfgperl
71750            + uconfig.h
71751            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
71752            ! unixish.h
71753 ____________________________________________________________________________
71754 [  6179] By: gsar                                  on 2000/05/31  22:37:51
71755         Log: buggy modulus on UVs introduced by change#3378 (resulted in
71756              4063328477 % 65535 amounting to 27406, instead of 27407)
71757      Branch: perl
71758            ! pp.c t/op/arith.t
71759 ____________________________________________________________________________
71760 [  6178] By: jhi                                   on 2000/05/31  21:52:41
71761         Log: Be cleaner.
71762      Branch: cfgperl
71763            ! Makefile.SH
71764 ____________________________________________________________________________
71765 [  6177] By: jhi                                   on 2000/05/31  21:47:33
71766         Log: Substitution utf8 patch from Simon Cozens.
71767      Branch: cfgperl
71768            ! pp_hot.c
71769 ____________________________________________________________________________
71770 [  6176] By: jhi                                   on 2000/05/31  21:45:34
71771         Log: Single-quoted utf8 patch from Simon Cozens.
71772      Branch: cfgperl
71773            ! toke.c
71774 ____________________________________________________________________________
71775 [  6175] By: jhi                                   on 2000/05/31  21:40:18
71776         Log: Integrate with Sarathy.
71777      Branch: cfgperl
71778           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
71779 ____________________________________________________________________________
71780 [  6174] By: jhi                                   on 2000/05/31  21:37:31
71781         Log: microperl changes from Simon Cozens; Makefile for microperl
71782              written from scratch; few casts added as microperl compilation
71783              doesn't have all prototypes available.
71784      Branch: cfgperl
71785            + Makefile.micro README.micro Todo.micro uconfig.sh
71786            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
71787            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
71788      Branch: metaconfig
71789            + U/modified/Config_h.U
71790 ____________________________________________________________________________
71791 [  6173] By: jhi                                   on 2000/05/31  20:00:24
71792         Log: metaconfig maintenance.
71793      Branch: metaconfig
71794            + U/modified/Inhdr.U U/typedefs/inotype.U
71795      Branch: metaconfig/U/perl
71796            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
71797            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
71798 ____________________________________________________________________________
71799 [  6172] By: gsar                                  on 2000/05/31  05:05:42
71800         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
71801              (from Ilya Zakharevich)
71802      Branch: perl
71803            ! regexec.c t/op/re_tests
71804 ____________________________________________________________________________
71805 [  6171] By: gsar                                  on 2000/05/31  05:01:47
71806         Log: scalar() doesn't force scalar context when used in void context
71807              (from Simon Cozens)
71808      Branch: perl
71809            ! op.c t/op/wantarray.t
71810 ____________________________________________________________________________
71811 [  6170] By: gsar                                  on 2000/05/31  04:41:33
71812         Log: change#6142 needs tweaks to tests to work where there's no symlink()
71813              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
71814      Branch: perl
71815            ! t/lib/filefind.t
71816 ____________________________________________________________________________
71817 [  6169] By: gsar                                  on 2000/05/31  04:29:49
71818         Log: integrate cfgperl contents into mainline
71819      Branch: perl
71820           +> pod/perlmodlib.PL pod/perlnewmod.pod
71821           !> (integrate 42 files)
71822 ____________________________________________________________________________
71823 [  6168] By: jhi                                   on 2000/05/30  22:53:37
71824         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
71825      Branch: cfgperl
71826            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71827            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
71828            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
71829            ! win32/config.bc win32/config.gc win32/config.vc
71830            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71831            ! win32/config_h.PL win32/config_sh.PL
71832      Branch: metaconfig/U/perl
71833            ! perlxv.U
71834 ____________________________________________________________________________
71835 [  6167] By: jhi                                   on 2000/05/30  22:20:21
71836         Log: tweak todo 
71837      Branch: cfgperl
71838            ! Todo-5.6
71839 ____________________________________________________________________________
71840 [  6166] By: jhi                                   on 2000/05/30  22:11:51
71841         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
71842              in case somebody wants to write an extension for more
71843              shadow database interfaces.
71844      Branch: cfgperl
71845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71846            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
71847            ! vos/config.def vos/config.h vos/config_h.SH_orig
71848            ! win32/config.bc win32/config.gc win32/config.vc
71849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71850      Branch: metaconfig
71851            ! U/modified/Myinit.U
71852      Branch: metaconfig/U/perl
71853            + d_getespwnam.U d_getprpwnam.U i_prot.U
71854 ____________________________________________________________________________
71855 [  6165] By: jhi                                   on 2000/05/30  18:35:34
71856         Log: Integrate with Sarathy.
71857      Branch: cfgperl
71858           !> op.c
71859 ____________________________________________________________________________
71860 [  6164] By: jhi                                   on 2000/05/30  18:30:16
71861         Log: detypo
71862      Branch: cfgperl
71863            ! Configure config_h.SH
71864      Branch: metaconfig/U/perl
71865            ! perlxv.U
71866 ____________________________________________________________________________
71867 [  6163] By: gsar                                  on 2000/05/30  03:24:03
71868         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
71869      Branch: perl
71870            ! op.c
71871 ____________________________________________________________________________
71872 [  6162] By: gsar                                  on 2000/05/30  03:09:38
71873         Log: fix memory leak in method call optimization (change#3768);
71874              made C<eval "$x->foo()"> leak
71875      Branch: perl
71876            ! op.c
71877 ____________________________________________________________________________
71878 [  6161] By: jhi                                   on 2000/05/29  17:56:26
71879         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
71880              both from Simon Cozens.
71881      Branch: cfgperl
71882            + pod/perlmodlib.PL pod/perlnewmod.pod
71883            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
71884            ! pod/perlmodlib.pod pod/perltoc.pod
71885 ____________________________________________________________________________
71886 [  6160] By: jhi                                   on 2000/05/29  17:23:55
71887         Log: Changes for the File::Temp 0.08 (change #6159) test suite
71888              to fit better into the Perl distribution test framework.
71889      Branch: cfgperl
71890            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
71891            ! t/lib/ftmp-tempfile.t
71892 ____________________________________________________________________________
71893 [  6159] By: jhi                                   on 2000/05/29  16:55:36
71894         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
71895      Branch: cfgperl
71896            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
71897            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
71898 ____________________________________________________________________________
71899 [  6158] By: bailey                                on 2000/05/29  16:22:08
71900         Log: Add fallback to tmpfile for use in cases where user's relying on
71901              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
71902              Lane's patch)
71903      Branch: vmsperl
71904            ! vms/vms.c vms/vmsish.h
71905 ____________________________________________________________________________
71906 [  6157] By: jhi                                   on 2000/05/29  03:10:36
71907         Log: Regen Configure to jive with #6149.
71908      Branch: cfgperl
71909            ! Configure
71910      Branch: metaconfig
71911            ! U/modified/Getfile.U
71912 ____________________________________________________________________________
71913 [  6156] By: jhi                                   on 2000/05/29  03:01:38
71914         Log: Integrate with Sarathy.
71915      Branch: cfgperl
71916           +> ext/DynaLoader/dl_mac.xs
71917           !> (integrate 38 files)
71918 ____________________________________________________________________________
71919 [  6155] By: gsar                                  on 2000/05/28  21:15:58
71920         Log: small bug in change#6144; remove random \xA0 character that snuck
71921              in via change#6145
71922      Branch: perl
71923            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
71924 ____________________________________________________________________________
71925 [  6154] By: gsar                                  on 2000/05/28  21:04:19
71926         Log: avoid type mismatch warning
71927      Branch: perl
71928            ! perl.c
71929 ____________________________________________________________________________
71930 [  6153] By: gsar                                  on 2000/05/28  20:58:31
71931         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
71932              <nick@Bagpuss.uk.boo.com>)
71933      Branch: perl
71934            ! lib/Test/Harness.pm
71935 ____________________________________________________________________________
71936 [  6152] By: gsar                                  on 2000/05/28  20:53:42
71937         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
71938      Branch: perl
71939            ! regexec.c
71940 ____________________________________________________________________________
71941 [  6151] By: gsar                                  on 2000/05/28  20:50:28
71942         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
71943      Branch: perl
71944            ! regexec.c
71945 ____________________________________________________________________________
71946 [  6150] By: gsar                                  on 2000/05/28  20:39:58
71947         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
71948      Branch: perl
71949            ! pod/perlrequick.pod
71950 ____________________________________________________________________________
71951 [  6149] By: gsar                                  on 2000/05/28  20:35:16
71952         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
71953              <troc@netrus.net>)
71954      Branch: perl
71955            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
71956            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
71957            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
71958            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
71959 ____________________________________________________________________________
71960 [  6148] By: gsar                                  on 2000/05/28  20:21:07
71961         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
71962      Branch: perl
71963            ! lib/ExtUtils/MM_Unix.pm
71964 ____________________________________________________________________________
71965 [  6147] By: gsar                                  on 2000/05/28  20:12:41
71966         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
71967              (from Peter Prymmer)
71968      Branch: perl
71969            ! vms/subconfigure.com
71970 ____________________________________________________________________________
71971 [  6146] By: gsar                                  on 2000/05/28  20:06:15
71972         Log: doc typo
71973      Branch: perl
71974            ! lib/warnings.pm warnings.h warnings.pl
71975 ____________________________________________________________________________
71976 [  6145] By: gsar                                  on 2000/05/28  18:44:33
71977         Log: make xsubpp skip embedded pod (from Matthias Neeracher
71978              <neeri@iis.ee.ethz.ch>)
71979      Branch: perl
71980            ! lib/ExtUtils/xsubpp
71981 ____________________________________________________________________________
71982 [  6144] By: gsar                                  on 2000/05/28  18:42:49
71983         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
71984              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
71985              <neeri@iis.ee.ethz.ch>)
71986      Branch: perl
71987            ! lib/AutoSplit.pm
71988 ____________________________________________________________________________
71989 [  6143] By: gsar                                  on 2000/05/28  18:41:12
71990         Log: MacOS support, part 1 (from Matthias Neeracher
71991              <neeri@iis.ee.ethz.ch>)
71992      Branch: perl
71993            + ext/DynaLoader/dl_mac.xs
71994            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
71995            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
71996            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
71997            ! util.h
71998 ____________________________________________________________________________
71999 [  6142] By: gsar                                  on 2000/05/28  18:21:51
72000         Log: File::Find fails to chdir when chasing symlinks (from
72001              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72002      Branch: perl
72003            ! lib/File/Find.pm t/lib/filefind.t
72004 ____________________________________________________________________________
72005 [  6141] By: jhi                                   on 2000/05/28  14:25:15
72006         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
72007              forwarded by Peter Seebach from the bsdi-users mailing list.
72008              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
72009      Branch: perl
72010            ! hints/bsdos.sh
72011 ____________________________________________________________________________
72012 [  6140] By: jhi                                   on 2000/05/28  14:11:57
72013         Log: Integrate with Sarathy.
72014      Branch: cfgperl
72015           +> (branch 30 files)
72016           !> (integrate 93 files)
72017 ____________________________________________________________________________
72018 [  6139] By: gsar                                  on 2000/05/28  10:01:48
72019         Log: revise mktables.PL for bugs and newness in Unicode 3.0
72020              (from James Bence <jbence@amgen.com>)
72021      Branch: perl
72022            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
72023            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
72024            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
72025            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
72026            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
72027            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
72028            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
72029            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
72030            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
72031            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
72032            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
72033            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
72034            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
72035            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
72036            + lib/unicode/Is/SylWU.pl
72037            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
72038            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
72039            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
72040            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
72041            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
72042            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
72043            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
72044            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
72045            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
72046            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
72047            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
72048            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
72049            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
72050            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
72051            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
72052            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
72053            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
72054            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
72055            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
72056            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
72057            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
72058            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
72059            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
72060            ! lib/unicode/Makefile lib/unicode/mktables.PL
72061 ____________________________________________________________________________
72062 [  6138] By: gsar                                  on 2000/05/28  08:50:32
72063         Log: add note about the handling of negative indices to tied arrays
72064              (from Michael G Schwern <schwern@pobox.com>)
72065      Branch: perl
72066            ! pod/perltie.pod
72067 ____________________________________________________________________________
72068 [  6137] By: gsar                                  on 2000/05/28  08:46:10
72069         Log: fix bogus redeclaration warning for "our" variables in different
72070              scopes
72071      Branch: perl
72072            ! op.c t/pragma/strict-vars
72073 ____________________________________________________________________________
72074 [  6136] By: gsar                                  on 2000/05/28  08:31:20
72075         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
72076      Branch: perl
72077            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
72078 ____________________________________________________________________________
72079 [  6135] By: gsar                                  on 2000/05/28  08:17:50
72080         Log: enable Test::Harness to dynamically determine column width etc.
72081              (from Rob Napier <rnapier@employees.org>)
72082      Branch: perl
72083            ! lib/Test/Harness.pm
72084 ____________________________________________________________________________
72085 [  6134] By: gsar                                  on 2000/05/28  08:13:39
72086         Log: make Test::Harness use wait.h/WCOREDUMP if available
72087              (from Ben Tilly <ben_tilly@hotmail.com>)
72088      Branch: perl
72089            ! lib/Test/Harness.pm
72090 ____________________________________________________________________________
72091 [  6133] By: gsar                                  on 2000/05/28  08:08:05
72092         Log: elide bogus test in change#6132
72093      Branch: perl
72094            ! t/pragma/warn/9enabled
72095 ____________________________________________________________________________
72096 [  6132] By: gsar                                  on 2000/05/28  08:03:14
72097         Log: warnings::enabled() doesn't fall back to looking at $^W if
72098              caller isn't using lexical warnings (from Paul Marquess)
72099      Branch: perl
72100            ! pp_ctl.c t/pragma/warn/9enabled
72101 ____________________________________________________________________________
72102 [  6131] By: gsar                                  on 2000/05/28  07:57:47
72103         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
72104      Branch: perl
72105            ! ext/POSIX/POSIX.pm
72106 ____________________________________________________________________________
72107 [  6130] By: gsar                                  on 2000/05/28  07:29:12
72108         Log: fix places that mean C<"word" character> but say C<alphanumeric
72109              character>
72110      Branch: perl
72111            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
72112 ____________________________________________________________________________
72113 [  6129] By: gsar                                  on 2000/05/28  07:18:41
72114         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
72115      Branch: perl
72116            ! vms/test.com
72117 ____________________________________________________________________________
72118 [  6128] By: gsar                                  on 2000/05/28  07:12:55
72119         Log: new perlxstut example for passing/returning refs to arrays
72120              (from David Lowe <dlowe@pootpoot.com>)
72121      Branch: perl
72122            ! pod/perlxstut.pod
72123 ____________________________________________________________________________
72124 [  6127] By: gsar                                  on 2000/05/28  07:02:50
72125         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
72126              failed (from Gisle Aas)
72127      Branch: perl
72128            ! cop.h perl.c
72129 ____________________________________________________________________________
72130 [  6126] By: gsar                                  on 2000/05/28  06:39:53
72131         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
72132              (reworked variant of patch suggested by Simon Cozens)
72133      Branch: perl
72134            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
72135            ! pp_hot.c proto.h t/op/gv.t
72136 ____________________________________________________________________________
72137 [  6125] By: gsar                                  on 2000/05/28  05:14:55
72138         Log: enable propagating exception objects via Perl_croak() in XS code
72139              (from Gisle Aas)
72140      Branch: perl
72141            ! util.c
72142 ____________________________________________________________________________
72143 [  6124] By: gsar                                  on 2000/05/28  05:07:28
72144         Log: integrate vmsperl contents into mainline
72145      Branch: perl
72146           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
72147           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
72148           !> vms/vmsish.h
72149 ____________________________________________________________________________
72150 [  6123] By: gsar                                  on 2000/05/28  05:03:53
72151         Log: clarify gotcha with #line directives (from Rocco Caputo
72152              <troc@netrus.net>)
72153      Branch: perl
72154            ! pod/perldebug.pod pod/perlsyn.pod
72155 ____________________________________________________________________________
72156 [  6122] By: gsar                                  on 2000/05/28  04:58:29
72157         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
72158              (from Mark-Jason Dominus)
72159      Branch: perl
72160            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
72161            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
72162            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
72163            ! toke.c
72164 ____________________________________________________________________________
72165 [  6121] By: bailey                                on 2000/05/25  04:46:54
72166         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
72167              lists (based on fixes by Craig Berry)
72168      Branch: vmsperl
72169            ! lib/File/Spec/VMS.pm
72170 ____________________________________________________________________________
72171 [  6120] By: bailey                                on 2000/05/25  04:25:38
72172         Log: Add missing escape (Charles Lane)
72173      Branch: vmsperl
72174            ! t/op/lex_assign.t
72175 ____________________________________________________________________________
72176 [  6119] By: bailey                                on 2000/05/25  04:21:25
72177         Log: Quiet error messages in vmsish.t (Charles Lane)
72178      Branch: vmsperl
72179            ! vms/ext/vmsish.t
72180 ____________________________________________________________________________
72181 [  6118] By: bailey                                on 2000/05/25  04:17:57
72182         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
72183              Flatten case labels in switch statements uniformly (Charles Bailey)
72184      Branch: vmsperl
72185            ! vms/vms.c
72186 ____________________________________________________________________________
72187 [  6117] By: bailey                                on 2000/05/25  03:58:09
72188         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
72189      Branch: vmsperl
72190            ! vms/vmsish.h
72191 ____________________________________________________________________________
72192 [  6116] By: bailey                                on 2000/05/25  03:11:15
72193         Log: Miscellaneous cosmetic fixes (Charles Lane)
72194      Branch: vmsperl
72195            ! lib/ExtUtils/MM_VMS.pm
72196 ____________________________________________________________________________
72197 [  6115] By: bailey                                on 2000/05/25  03:10:36
72198         Log: Add bounds checking for several strings (Charles Lane)
72199      Branch: vmsperl
72200            ! vms/vms.c
72201 ____________________________________________________________________________
72202 [  6114] By: bailey                                on 2000/05/25  02:25:34
72203         Log: Urk -- undo previous removal of vmsish 'exit' change
72204      Branch: vmsperl
72205            ! vms/ext/vmsish.pm vms/vmsish.h
72206 ____________________________________________________________________________
72207 [  6113] By: bailey                                on 2000/05/24  02:24:40
72208         Log: Ugly workaround for version-specific RTL error
72209      Branch: vmsperl
72210            ! vms/vms.c
72211 ____________________________________________________________________________
72212 [  6112] By: bailey                                on 2000/05/24  02:19:55
72213         Log: Check for existence of file before trying to delete
72214      Branch: vmsperl
72215            ! vms/test.com
72216 ____________________________________________________________________________
72217 [  6111] By: bailey                                on 2000/05/23  23:35:13
72218         Log: Resync with mainline prior to post-5.6.0 updates
72219      Branch: vmsperl
72220           +> (branch 49 files)
72221            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
72222            ! vms/ext/vmsish.pm
72223           !> (integrate 334 files)
72224 ____________________________________________________________________________
72225 [  6110] By: jhi                                   on 2000/05/23  19:28:32
72226         Log: todo tweak
72227      Branch: cfgperl
72228            ! Todo-5.6
72229 ____________________________________________________________________________
72230 [  6109] By: jhi                                   on 2000/05/18  17:38:54
72231         Log: Integrate with Sarathy.
72232      Branch: cfgperl
72233           !> mg.c perl.h win32/perlhost.h
72234 ____________________________________________________________________________
72235 [  6108] By: gsar                                  on 2000/05/17  02:24:56
72236         Log: reenable fake signal handling on Windows, bugs and all
72237      Branch: perl
72238            ! mg.c perl.h win32/perlhost.h
72239 ____________________________________________________________________________
72240 [  6107] By: jhi                                   on 2000/05/15  18:01:41
72241         Log: Tweak the todo list.
72242      Branch: cfgperl
72243            ! Todo-5.6
72244 ____________________________________________________________________________
72245 [  6106] By: jhi                                   on 2000/05/15  13:41:48
72246         Log: The (Configure) script refuses to go on, after asking for
72247              'You may also choose to try maximal 64-bitness....'.
72248              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
72249              -- Patrick Zima
72250              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
72251      Branch: cfgperl
72252            ! hints/solaris_2.sh
72253 ____________________________________________________________________________
72254 [  6105] By: jhi                                   on 2000/05/11  14:37:43
72255         Log: Integrate with Sarathy.
72256      Branch: cfgperl
72257           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
72258           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
72259 ____________________________________________________________________________
72260 [  6104] By: gsar                                  on 2000/05/11  03:39:07
72261         Log: PL_sys_intern was being initialized too late on windows
72262      Branch: perl
72263            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
72264            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
72265 ____________________________________________________________________________
72266 [  6103] By: jhi                                   on 2000/05/09  19:42:20
72267         Log: Test tweaking for Unicos continues.
72268      Branch: cfgperl
72269            ! t/op/64bitint.t
72270 ____________________________________________________________________________
72271 [  6102] By: jhi                                   on 2000/05/09  16:47:27
72272         Log: The test suite tweak in #6101 wasn't quite right.
72273      Branch: cfgperl
72274            ! t/lib/complex.t
72275 ____________________________________________________________________________
72276 [  6101] By: jhi                                   on 2000/05/09  15:35:34
72277         Log: Hints and test tweaks for Unicos.
72278      Branch: cfgperl
72279            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
72280 ____________________________________________________________________________
72281 [  6100] By: jhi                                   on 2000/05/08  21:15:06
72282         Log: More compilation tweakery from Allen Smith.
72283      Branch: cfgperl
72284            ! hints/irix_6.sh
72285 ____________________________________________________________________________
72286 [  6099] By: jhi                                   on 2000/05/08  19:21:18
72287         Log: Tweaks for the cc bugs from Allen Smith.
72288      Branch: cfgperl
72289            ! hints/irix_6.sh
72290 ____________________________________________________________________________
72291 [  6098] By: jhi                                   on 2000/05/08  19:13:37
72292         Log: Add a note about other, yet unsupported, shadow password APIs.
72293      Branch: cfgperl
72294            ! pp_sys.c
72295 ____________________________________________________________________________
72296 [  6097] By: jhi                                   on 2000/05/08  18:46:34
72297         Log: Add a note about possible compilation problems from Allen Smith.
72298      Branch: cfgperl
72299            ! hints/irix_6.sh
72300 ____________________________________________________________________________
72301 [  6096] By: jhi                                   on 2000/05/08  17:33:10
72302         Log: Integrate with Sarathy.
72303      Branch: cfgperl
72304           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
72305           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
72306 ____________________________________________________________________________
72307 [  6095] By: jhi                                   on 2000/05/08  16:21:33
72308         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
72309              might be useful in future.
72310      Branch: cfgperl
72311            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72312            ! config_h.SH
72313      Branch: metaconfig
72314            ! U/installdirs/inc_version_list.U
72315      Branch: metaconfig/U/perl
72316            ! perlxv.U
72317 ____________________________________________________________________________
72318 [  6094] By: gsar                                  on 2000/05/08  14:22:22
72319         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
72320      Branch: perl
72321            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
72322            ! hints/cygwin.sh pp_sys.c
72323 ____________________________________________________________________________
72324 [  6093] By: gsar                                  on 2000/05/08  12:52:28
72325         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
72326              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
72327      Branch: perl
72328            ! pp_sys.c sv.c win32/perlhost.h
72329 ____________________________________________________________________________
72330 [  6092] By: jhi                                   on 2000/05/07  22:40:34
72331         Log: Regen perltoc with the fixed buildtoc.
72332      Branch: cfgperl
72333            ! pod/perltoc.pod
72334 ____________________________________________________________________________
72335 [  6091] By: jhi                                   on 2000/05/07  22:24:16
72336         Log: Integrate with Sarathy.
72337      Branch: cfgperl
72338           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
72339           !> t/op/substr.t toke.c
72340 ____________________________________________________________________________
72341 [  6090] By: gsar                                  on 2000/05/07  19:47:07
72342         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
72343              [NI]OK; added tests for both
72344      Branch: perl
72345            ! perl.c pp_hot.c sv.c t/op/substr.t
72346 ____________________________________________________________________________
72347 [  6089] By: gsar                                  on 2000/05/07  18:18:38
72348         Log: buildtoc tweak to fix newline lossage
72349      Branch: perl
72350            ! pod/buildtoc
72351 ____________________________________________________________________________
72352 [  6088] By: jhi                                   on 2000/05/07  16:35:36
72353         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
72354              because we do not use those.  The HAS_GETSPNAM remains,
72355              though, because we still do use that.
72356      Branch: cfgperl
72357            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72358            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
72359            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
72360            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
72361            ! win32/config.vc win32/config_H.bc win32/config_H.gc
72362            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
72363 ____________________________________________________________________________
72364 [  6087] By: gsar                                  on 2000/05/07  16:05:16
72365         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
72366      Branch: perl
72367            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
72368 ____________________________________________________________________________
72369 [  6086] By: jhi                                   on 2000/05/07  15:27:07
72370         Log: Integrate with Sarathy.
72371      Branch: cfgperl
72372           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72373           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72374           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
72375           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
72376           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
72377           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
72378 ____________________________________________________________________________
72379 [  6085] By: gsar                                  on 2000/05/07  05:52:02
72380         Log: repeat operator (x) doesn't preserve utf8-ness
72381      Branch: perl
72382            ! pp.c t/op/substr.t
72383 ____________________________________________________________________________
72384 [  6084] By: gsar                                  on 2000/05/07  05:39:55
72385         Log: substr() does not preserve utf8-ness (from Stefan Eissing
72386              <Eissing@medicaldataservice.de>); added tests
72387      Branch: perl
72388            ! pp.c t/op/substr.t
72389 ____________________________________________________________________________
72390 [  6083] By: gsar                                  on 2000/05/07  05:24:46
72391         Log: note about undocumented caller() return value (from M.J.T. Guy);
72392              yet another peek.t tweak
72393      Branch: perl
72394            ! pod/perlfunc.pod t/lib/peek.t
72395 ____________________________________________________________________________
72396 [  6082] By: gsar                                  on 2000/05/07  05:08:40
72397         Log: peek.t non-portable to ithreads
72398      Branch: perl
72399            ! t/lib/peek.t
72400 ____________________________________________________________________________
72401 [  6081] By: gsar                                  on 2000/05/07  04:17:04
72402         Log: better default perlbug categories for ok reports (from Richard Foley)
72403      Branch: perl
72404            ! utils/perlbug.PL
72405 ____________________________________________________________________________
72406 [  6080] By: gsar                                  on 2000/05/07  04:08:07
72407         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
72408              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72409      Branch: perl
72410            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72411            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72412            ! AUTHORS MAINTAIN MANIFEST
72413 ____________________________________________________________________________
72414 [  6079] By: gsar                                  on 2000/05/07  04:01:38
72415         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
72416      Branch: perl
72417            ! lib/Carp/Heavy.pm
72418 ____________________________________________________________________________
72419 [  6078] By: gsar                                  on 2000/05/07  01:24:19
72420         Log: workaround for CRT bug in chdir() (from Charles Lane, via
72421              Peter Prymmer)
72422      Branch: perl
72423            ! iperlsys.h vms/vms.c vms/vmsish.h
72424 ____________________________________________________________________________
72425 [  6077] By: gsar                                  on 2000/05/07  01:22:23
72426         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
72427              and Tom Phoenix)
72428      Branch: perl
72429            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
72430 ____________________________________________________________________________
72431 [  6076] By: gsar                                  on 2000/05/06  17:36:29
72432         Log: integrate cfgperl contents into mainline
72433      Branch: perl
72434           +> t/lib/peek.t
72435           !> Configure MANIFEST Porting/Glossary Porting/config.sh
72436           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
72437           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
72438           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
72439 ____________________________________________________________________________
72440 [  6075] By: jhi                                   on 2000/05/05  18:56:10
72441         Log: Make the test more portable.
72442      Branch: cfgperl
72443            ! t/lib/peek.t
72444 ____________________________________________________________________________
72445 [  6074] By: jhi                                   on 2000/05/05  18:49:20
72446         Log: Introduce t/lib/peek.t.
72447      Branch: cfgperl
72448            + t/lib/peek.t
72449            ! MANIFEST
72450 ____________________________________________________________________________
72451 [  6073] By: jhi                                   on 2000/05/05  14:30:45
72452         Log: Complex tweaks.
72453      Branch: cfgperl
72454            ! lib/Math/Complex.pm t/lib/complex.t
72455 ____________________________________________________________________________
72456 [  6072] By: jhi                                   on 2000/05/05  12:27:13
72457         Log: Integrate with Sarathy.
72458      Branch: cfgperl
72459           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
72460           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
72461           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
72462           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
72463 ____________________________________________________________________________
72464 [  6071] By: gsar                                  on 2000/05/05  02:24:46
72465         Log: misformatted perllocal.pod (from Tim Jenness
72466              <t.jenness@jach.hawaii.edu>)
72467      Branch: perl
72468            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
72469 ____________________________________________________________________________
72470 [  6070] By: gsar                                  on 2000/05/05  02:16:52
72471         Log: remove misleading comment (from M.J.T. Guy)
72472      Branch: perl
72473            ! t/lib/anydbm.t
72474 ____________________________________________________________________________
72475 [  6069] By: gsar                                  on 2000/05/05  02:15:13
72476         Log: File::Spec compatibility update (from Barrie Slaymaker
72477              <barries@slaysys.com>)
72478      Branch: perl
72479            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
72480            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
72481 ____________________________________________________________________________
72482 [  6068] By: gsar                                  on 2000/05/05  02:01:50
72483         Log: note about values()
72484      Branch: perl
72485            ! pod/perlfunc.pod
72486 ____________________________________________________________________________
72487 [  6067] By: gsar                                  on 2000/05/05  01:33:09
72488         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
72489      Branch: perl
72490            ! win32/win32.c
72491 ____________________________________________________________________________
72492 [  6066] By: gsar                                  on 2000/05/05  01:23:43
72493         Log: s/END/CHECK/
72494      Branch: perl
72495            ! perl.c
72496 ____________________________________________________________________________
72497 [  6065] By: jhi                                   on 2000/05/04  17:30:22
72498         Log: Integrate with Sarathy.
72499      Branch: cfgperl
72500           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
72501 ____________________________________________________________________________
72502 [  6064] By: gsar                                  on 2000/05/04  17:26:14
72503         Log: change#5905 wasn't quite right--it's intent only applies when arguments
72504              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
72505      Branch: perl
72506            ! pp_sys.c sv.c
72507 ____________________________________________________________________________
72508 [  6063] By: gsar                                  on 2000/05/04  16:52:29
72509         Log: tokeq() could read unallocated field in argument
72510      Branch: perl
72511            ! toke.c
72512 ____________________________________________________________________________
72513 [  6062] By: gsar                                  on 2000/05/04  16:34:51
72514         Log: additional tests for utf8.t
72515      Branch: perl
72516            ! t/pragma/utf8.t
72517 ____________________________________________________________________________
72518 [  6061] By: gsar                                  on 2000/05/04  16:09:28
72519         Log: change#5921 neglected to make eq honor "use bytes"
72520      Branch: perl
72521            ! sv.c
72522 ____________________________________________________________________________
72523 [  6060] By: jhi                                   on 2000/05/04  15:30:16
72524         Log: Integrate with Sarathy.
72525      Branch: cfgperl
72526           !> perl.c regcomp.c t/pragma/utf8.t
72527 ____________________________________________________________________________
72528 [  6059] By: jhi                                   on 2000/05/04  15:26:37
72529         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
72530              in natively 64-bit platforms where a long is a quad (no need
72531              for long longs).  Also added bias for IVs.
72532      Branch: cfgperl
72533            ! toke.c
72534 ____________________________________________________________________________
72535 [  6058] By: gsar                                  on 2000/05/04  00:19:14
72536         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
72537              (spotted by Donald Kinzer <dkinzer@premia.com>)
72538      Branch: perl
72539            ! perl.c
72540 ____________________________________________________________________________
72541 [  6057] By: gsar                                  on 2000/05/03  18:34:01
72542         Log: fix broken parsing of /\x{ab}/
72543      Branch: perl
72544            ! regcomp.c t/pragma/utf8.t
72545 ____________________________________________________________________________
72546 [  6056] By: jhi                                   on 2000/05/03  17:57:16
72547         Log: The search of infinity continues, this time simplified.
72548      Branch: cfgperl
72549            ! lib/Math/Complex.pm
72550 ____________________________________________________________________________
72551 [  6055] By: jhi                                   on 2000/05/03  17:45:30
72552         Log: Detypo.
72553      Branch: cfgperl
72554            ! hints/unicos.sh
72555 ____________________________________________________________________________
72556 [  6054] By: jhi                                   on 2000/05/02  22:28:27
72557         Log: Be more forgiving in POSIX about HUGE_VALL.
72558      Branch: cfgperl
72559            ! ext/POSIX/POSIX.xs
72560 ____________________________________________________________________________
72561 [  6053] By: jhi                                   on 2000/05/02  22:25:05
72562         Log: Integrate with Sarathy.
72563      Branch: cfgperl
72564           !> hints/irix_6.sh pod/perlop.pod
72565 ____________________________________________________________________________
72566 [  6052] By: jhi                                   on 2000/05/02  22:24:31
72567         Log: Unicos hint tweak.
72568      Branch: cfgperl
72569            ! hints/unicos.sh
72570 ____________________________________________________________________________
72571 [  6051] By: jhi                                   on 2000/05/02  22:21:26
72572         Log: Complex tweakery.
72573      Branch: cfgperl
72574            ! lib/Math/Complex.pm t/lib/complex.t
72575 ____________________________________________________________________________
72576 [  6050] By: jhi                                   on 2000/05/02  19:26:22
72577         Log: Use setxxent()/endxxent().
72578      Branch: cfgperl
72579            ! t/op/grent.t t/op/pwent.t
72580 ____________________________________________________________________________
72581 [  6049] By: jhi                                   on 2000/05/02  19:06:02
72582         Log: Test both the scalar and list contexts.
72583      Branch: cfgperl
72584            ! t/op/grent.t t/op/pwent.t
72585 ____________________________________________________________________________
72586 [  6048] By: gsar                                  on 2000/05/02  18:29:10
72587         Log: add note about how $( doesn't interpolate in REs (from
72588              Philip Newton <newton@ficus.frogspace.net>)
72589      Branch: perl
72590            ! pod/perlop.pod
72591 ____________________________________________________________________________
72592 [  6047] By: jhi                                   on 2000/05/02  17:41:24
72593         Log: Call getspnam() only iff needed.
72594      Branch: cfgperl
72595            ! pp_sys.c
72596 ____________________________________________________________________________
72597 [  6046] By: gsar                                  on 2000/05/02  17:07:25
72598         Log: libscheck has insufficient checks for n32 libs (from
72599              Albert Chin-A-Young <china@thewrittenword.com>)
72600      Branch: perl
72601            ! hints/irix_6.sh
72602 ____________________________________________________________________________
72603 [  6045] By: jhi                                   on 2000/05/02  13:57:17
72604         Log: Integrate with Sarathy.
72605      Branch: cfgperl
72606           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
72607           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
72608 ____________________________________________________________________________
72609 [  6044] By: gsar                                  on 2000/05/02  06:48:19
72610         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
72611              such that underscores are only ignored in literal numbers,
72612              "\x{...}", and hex/oct argument
72613      Branch: perl
72614            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
72615 ____________________________________________________________________________
72616 [  6043] By: gsar                                  on 2000/05/02  02:22:29
72617         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
72618      Branch: perl
72619            ! pod/perlretut.pod
72620 ____________________________________________________________________________
72621 [  6042] By: gsar                                  on 2000/05/02  02:17:51
72622         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
72623      Branch: perl
72624            ! pod/perltrap.pod
72625 ____________________________________________________________________________
72626 [  6041] By: gsar                                  on 2000/05/02  01:53:51
72627         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
72628              to compensate
72629      Branch: perl
72630            ! Porting/makerel
72631 ____________________________________________________________________________
72632 [  6040] By: gsar                                  on 2000/05/02  01:51:57
72633         Log: missing files in MANIFEST
72634      Branch: perl
72635            ! MANIFEST
72636 ____________________________________________________________________________
72637 [  6039] By: jhi                                   on 2000/05/02  00:36:46
72638         Log: Infinite problems.
72639      Branch: cfgperl
72640            ! lib/Math/Complex.pm
72641 ____________________________________________________________________________
72642 [  6038] By: jhi                                   on 2000/05/02  00:06:38
72643         Log: pwent/spent #ifdef imbalance.
72644      Branch: cfgperl
72645            ! pp_sys.c
72646 ____________________________________________________________________________
72647 [  6037] By: jhi                                   on 2000/05/01  22:50:11
72648         Log: Use HUGE_VALL if applicable.
72649      Branch: cfgperl
72650            ! ext/POSIX/POSIX.xs util.c
72651 ____________________________________________________________________________
72652 [  6036] By: jhi                                   on 2000/05/01  22:20:53
72653         Log: Correct Freudian slip.
72654      Branch: cfgperl
72655            ! pp_sys.c
72656 ____________________________________________________________________________
72657 [  6035] By: jhi                                   on 2000/05/01  21:07:38
72658         Log: Continue on the pwent/spent case.
72659      Branch: cfgperl
72660            ! pp_sys.c
72661 ____________________________________________________________________________
72662 [  6034] By: jhi                                   on 2000/05/01  17:45:14
72663         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
72664              adjustments in 6032 conflicted badly with this, will have
72665              to revisit them later.
72666      Branch: cfgperl
72667           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
72668           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
72669           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
72670           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
72671           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
72672           !> t/lib/cgi-html.t t/lib/cgi-request.t
72673 ____________________________________________________________________________
72674 [  6033] By: jhi                                   on 2000/05/01  17:40:49
72675         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
72676      Branch: cfgperl
72677            ! pp_sys.c
72678 ____________________________________________________________________________
72679 [  6032] By: gsar                                  on 2000/05/01  15:56:32
72680         Log: whitespace adjustments
72681      Branch: perl
72682            ! pp_sys.c
72683 ____________________________________________________________________________
72684 [  6031] By: gsar                                  on 2000/05/01  15:19:41
72685         Log: small nits in diagnostics.pm (from Robin Barker)
72686      Branch: perl
72687            ! lib/diagnostics.pm pod/perldiag.pod
72688 ____________________________________________________________________________
72689 [  6030] By: gsar                                  on 2000/05/01  08:39:18
72690         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
72691              for @- and @+ (from Johan Vromans)
72692      Branch: perl
72693            ! lib/English.pm pod/perlvar.pod
72694 ____________________________________________________________________________
72695 [  6029] By: gsar                                  on 2000/05/01  08:16:10
72696         Log: add CGI.pm v2.66 (from Lincoln Stein)
72697      Branch: perl
72698            + lib/CGI/Util.pm t/lib/cgi-pretty.t
72699            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
72700            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
72701            ! t/lib/cgi-html.t t/lib/cgi-request.t
72702 ____________________________________________________________________________
72703 [  6028] By: gsar                                  on 2000/05/01  06:34:41
72704         Log: Pod::Man generates groff-incompatible macro definition (from
72705              Tom Christiansen)
72706      Branch: perl
72707            ! lib/Pod/Man.pm
72708 ____________________________________________________________________________
72709 [  6027] By: gsar                                  on 2000/05/01  06:31:36
72710         Log: podlators-1.02 update (from Russ Allbery)
72711      Branch: perl
72712            ! lib/Pod/Man.pm lib/Pod/Text.pm
72713 ____________________________________________________________________________
72714 [  6026] By: jhi                                   on 2000/04/30  23:24:23
72715         Log: Integrate with Sarathy.
72716      Branch: cfgperl
72717           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
72718           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
72719           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72720           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72721           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
72722           !> t/lib/syslog.t toke.c win32/win32.h
72723 ____________________________________________________________________________
72724 [  6025] By: gsar                                  on 2000/04/30  18:17:47
72725         Log: Is{Alnum,Alpha,Word} don't match titlecase
72726              
72727              TODO: IsSpace is defined recursively!
72728              
72729              (both spotted by Larry)
72730      Branch: perl
72731            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72732            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72733 ____________________________________________________________________________
72734 [  6024] By: gsar                                  on 2000/04/30  17:50:19
72735         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
72736              (from Hugo van der Sanden)
72737      Branch: perl
72738            ! toke.c
72739 ____________________________________________________________________________
72740 [  6023] By: gsar                                  on 2000/04/30  17:14:43
72741         Log: debugger stomps on $. (from M.J.T. Guy)
72742      Branch: perl
72743            ! lib/perl5db.pl
72744 ____________________________________________________________________________
72745 [  6022] By: gsar                                  on 2000/04/30  16:59:22
72746         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
72747      Branch: perl
72748            ! sv.c
72749 ____________________________________________________________________________
72750 [  6021] By: gsar                                  on 2000/04/29  21:00:08
72751         Log: remove Win2K issue in pod (fixed by change#6020)
72752      Branch: perl
72753            ! README.win32 pod/perl56delta.pod
72754 ____________________________________________________________________________
72755 [  6020] By: gsar                                  on 2000/04/29  20:51:49
72756         Log: test tweak
72757      Branch: perl
72758            ! t/lib/open3.t
72759 ____________________________________________________________________________
72760 [  6019] By: gsar                                  on 2000/04/29  20:34:27
72761         Log: windows portability tweaks
72762      Branch: perl
72763            ! t/lib/b.t win32/win32.h
72764 ____________________________________________________________________________
72765 [  6018] By: gsar                                  on 2000/04/29  19:55:24
72766         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
72767              make _PATH_LOG() return "" if unavailable
72768      Branch: perl
72769            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
72770            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
72771 ____________________________________________________________________________
72772 [  6017] By: jhi                                   on 2000/04/28  22:49:46
72773         Log: Integrate with Sarathy.
72774      Branch: cfgperl
72775           !> op.c perl.c pod/perldiag.pod t/lib/b.t
72776 ____________________________________________________________________________
72777 [  6016] By: jhi                                   on 2000/04/28  22:46:14
72778         Log: Do not warn that an infinity does not look like a number.
72779      Branch: cfgperl
72780            ! sv.c
72781 ____________________________________________________________________________
72782 [  6015] By: gsar                                  on 2000/04/28  22:35:49
72783         Log: tweak test for portability
72784      Branch: perl
72785            ! t/lib/b.t
72786 ____________________________________________________________________________
72787 [  6014] By: gsar                                  on 2000/04/28  22:05:31
72788         Log: glob() loading File::Glob behind the scenes may cause syntax errors
72789      Branch: perl
72790            ! op.c
72791 ____________________________________________________________________________
72792 [  6013] By: gsar                                  on 2000/04/28  21:25:22
72793         Log: tweak change#5945 to display correct switch name in diagnostic
72794      Branch: perl
72795            ! perl.c pod/perldiag.pod
72796 ____________________________________________________________________________
72797 [  6012] By: jhi                                   on 2000/04/28  21:08:12
72798         Log: Integrate with Sarathy.
72799      Branch: cfgperl
72800           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
72801           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
72802           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
72803 ____________________________________________________________________________
72804 [  6011] By: jhi                                   on 2000/04/28  21:04:46
72805         Log: &HUGE_VAL is not defined, it exists.
72806      Branch: cfgperl
72807            ! lib/Math/Complex.pm
72808 ____________________________________________________________________________
72809 [  6010] By: gsar                                  on 2000/04/28  21:02:58
72810         Log: clarify note about shadow password support (from
72811              gellyfish@gellyfish.com)
72812      Branch: perl
72813            ! pod/perlfunc.pod
72814 ____________________________________________________________________________
72815 [  6009] By: gsar                                  on 2000/04/28  21:00:00
72816         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
72817      Branch: perl
72818            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
72819 ____________________________________________________________________________
72820 [  6008] By: gsar                                  on 2000/04/28  20:56:33
72821         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
72822      Branch: perl
72823            ! installperl vms/subconfigure.com
72824 ____________________________________________________________________________
72825 [  6007] By: gsar                                  on 2000/04/28  20:51:21
72826         Log: note about compile failures and END blocks (from M.J.T. Guy)
72827      Branch: perl
72828            ! pod/perl56delta.pod pod/perlmod.pod
72829 ____________________________________________________________________________
72830 [  6006] By: jhi                                   on 2000/04/28  20:42:14
72831         Log: Regen Configure.
72832      Branch: cfgperl
72833            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72834            ! config_h.SH
72835 ____________________________________________________________________________
72836 [  6005] By: gsar                                  on 2000/04/28  20:41:16
72837         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
72838      Branch: perl
72839            ! utils/perldoc.PL
72840 ____________________________________________________________________________
72841 [  6004] By: jhi                                   on 2000/04/28  20:28:21
72842         Log: Integrate with Sarathy.
72843      Branch: cfgperl
72844           !> Configure INSTALL Porting/Glossary Porting/config.sh
72845           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
72846           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
72847           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
72848           !> win32/config.vc win32/win32.c
72849 ____________________________________________________________________________
72850 [  6003] By: gsar                                  on 2000/04/28  20:11:20
72851         Log: allow REG_EXPAND_SZ keys in Windows registry (from
72852              John Clayton <John.Clayton@barclayscapital.com>)
72853      Branch: perl
72854            ! win32/win32.c
72855 ____________________________________________________________________________
72856 [  6002] By: gsar                                  on 2000/04/28  19:34:16
72857         Log: destructive sv_setsv() can lose UV-ness from source, causing
72858              numeric promotions/comparisons to fail to do the right thing
72859      Branch: perl
72860            ! sv.c
72861 ____________________________________________________________________________
72862 [  6001] By: gsar                                  on 2000/04/28  18:44:15
72863         Log: support additional library locations via $Config{otherlibdirs}
72864              (from Andy Dougherty)
72865      Branch: perl
72866            ! Configure INSTALL Porting/Glossary Porting/config.sh
72867            ! Porting/config_H config_h.SH epoc/config.sh perl.c
72868            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
72869            ! win32/config.bc win32/config.gc win32/config.vc
72870 ____________________________________________________________________________
72871 [  6000] By: gsar                                  on 2000/04/28  18:26:58
72872         Log: reworked otherlibdirs.U (from Andy Dougherty)
72873      Branch: metaconfig
72874            ! U/installdirs/otherlibdirs.U
72875 ____________________________________________________________________________
72876 [  5999] By: gsar                                  on 2000/04/28  18:17:07
72877         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
72878      Branch: perl
72879            ! t/pragma/warn/toke toke.c
72880 ____________________________________________________________________________
72881 [  5998] By: jhi                                   on 2000/04/28  13:32:17
72882         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
72883      Branch: cfgperl
72884            ! lib/Math/Complex.pm
72885 ____________________________________________________________________________
72886 [  5997] By: jhi                                   on 2000/04/28  13:14:04
72887         Log: Preserve $!.
72888      Branch: cfgperl
72889            ! lib/Math/Complex.pm
72890 ____________________________________________________________________________
72891 [  5996] By: jhi                                   on 2000/04/28  12:59:23
72892         Log: Integrate with Sarathy.
72893      Branch: cfgperl
72894           +> pod/perlrequick.pod pod/perlretut.pod
72895           !> (integrate 51 files)
72896 ____________________________________________________________________________
72897 [  5995] By: gsar                                  on 2000/04/28  09:37:36
72898         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
72899      Branch: perl
72900            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
72901 ____________________________________________________________________________
72902 [  5994] By: gsar                                  on 2000/04/28  09:33:26
72903         Log: fix for missed accounting for null byte in pack("Z",...) (from
72904              M.J.T. Guy)
72905      Branch: perl
72906            ! pp.c t/op/pack.t
72907 ____________________________________________________________________________
72908 [  5993] By: gsar                                  on 2000/04/28  09:30:05
72909         Log: various minor tweaks seen on p5p
72910      Branch: perl
72911            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
72912 ____________________________________________________________________________
72913 [  5992] By: gsar                                  on 2000/04/28  09:08:19
72914         Log: pod nit (from Simon Cozens)
72915      Branch: perl
72916            ! pod/perlop.pod
72917 ____________________________________________________________________________
72918 [  5991] By: gsar                                  on 2000/04/28  09:06:36
72919         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
72920      Branch: perl
72921            ! README.posix-bc hints/posix-bc.sh
72922 ____________________________________________________________________________
72923 [  5990] By: gsar                                  on 2000/04/28  08:54:52
72924         Log: use $ENV{LIB} to search for libs under Visual C compiler
72925              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
72926      Branch: perl
72927            ! lib/ExtUtils/Liblist.pm
72928 ____________________________________________________________________________
72929 [  5989] By: gsar                                  on 2000/04/28  08:27:12
72930         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
72931              itself and no other (from Tom Hughes)
72932      Branch: perl
72933            ! t/op/array.t toke.c
72934 ____________________________________________________________________________
72935 [  5988] By: gsar                                  on 2000/04/28  08:01:38
72936         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
72937              <paul@miraclefish.com>)
72938      Branch: perl
72939            ! lib/ExtUtils/MakeMaker.pm
72940 ____________________________________________________________________________
72941 [  5987] By: gsar                                  on 2000/04/28  07:53:09
72942         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
72943      Branch: perl
72944            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
72945 ____________________________________________________________________________
72946 [  5986] By: gsar                                  on 2000/04/28  07:44:17
72947         Log: add regular expressions tutorial and quick-start guide (from
72948              Mark Kvale <kvale@phy.ucsf.edu>)
72949      Branch: perl
72950            + pod/perlrequick.pod pod/perlretut.pod
72951            ! AUTHORS MAINTAIN MANIFEST
72952 ____________________________________________________________________________
72953 [  5985] By: gsar                                  on 2000/04/28  07:30:28
72954         Log: forked child may not exit correctly if it failed to open
72955              /dev/console (from Graham Barr)
72956      Branch: perl
72957            ! ext/Sys/Syslog/Syslog.pm
72958 ____________________________________________________________________________
72959 [  5984] By: gsar                                  on 2000/04/28  07:27:20
72960         Log: attributes::reftype() doesn't work on tied argument
72961      Branch: perl
72962            ! xsutils.c
72963 ____________________________________________________________________________
72964 [  5983] By: gsar                                  on 2000/04/28  07:15:04
72965         Log: numeric conversion of non-number in change#3378 tramples on
72966              OOK offset, causing segfaults
72967      Branch: perl
72968            ! sv.c
72969 ____________________________________________________________________________
72970 [  5982] By: gsar                                  on 2000/04/28  04:48:25
72971         Log: avoid error in IO::Socket::INET when given an unknown service name
72972              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
72973      Branch: perl
72974            ! ext/IO/lib/IO/Socket/INET.pm
72975 ____________________________________________________________________________
72976 [  5981] By: gsar                                  on 2000/04/28  04:31:31
72977         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
72978              prototype mismatch with CORE::glob(); update pod and tests to
72979              suit (File::Glob::glob() is still available for backward
72980              compatibility, but should be considered deprecated)
72981      Branch: perl
72982            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
72983            ! t/lib/glob-taint.t
72984 ____________________________________________________________________________
72985 [  5980] By: gsar                                  on 2000/04/28  03:47:29
72986         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
72987              <ghudson@mit.edu>)
72988      Branch: metaconfig
72989            ! U/modified/Options.U
72990      Branch: perl
72991            ! Configure
72992 ____________________________________________________________________________
72993 [  5979] By: gsar                                  on 2000/04/28  03:07:54
72994         Log: under useithreads, constant pad entries could inadvertently be
72995              shared across threads (from Eric Blood <eblood@xmission.com>);
72996              added Eric's test case to testsuite
72997      Branch: perl
72998            ! op.c t/op/misc.t
72999 ____________________________________________________________________________
73000 [  5978] By: gsar                                  on 2000/04/27  21:13:00
73001         Log: sync version numbers in File::Spec with the ones on CPAN
73002              (from Barrie Slaymaker)
73003      Branch: perl
73004            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
73005            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
73006            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
73007 ____________________________________________________________________________
73008 [  5977] By: gsar                                  on 2000/04/27  21:07:29
73009         Log: autoquote barewords followed by newline and arrow properly
73010              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
73011      Branch: perl
73012            ! t/pragma/warn/toke toke.c
73013 ____________________________________________________________________________
73014 [  5976] By: gsar                                  on 2000/04/27  20:41:20
73015         Log: DB_File v1.73 update (from Paul Marquess)
73016      Branch: perl
73017            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
73018            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
73019 ____________________________________________________________________________
73020 [  5975] By: gsar                                  on 2000/04/27  20:34:24
73021         Log: allow sort() reentrancy (variant of patch suggested by
73022              Hugo van der Sanden)
73023      Branch: perl
73024            ! pp_ctl.c t/op/sort.t
73025 ____________________________________________________________________________
73026 [  5974] By: gsar                                  on 2000/04/27  19:46:57
73027         Log: change#4197 somehow missed initializing PL_errors, meaning
73028              sytax error queueing wasn't working outside eval"" at all;
73029              also fixed eval"" to localize PL_error_count, so that compile-time
73030              eval's don't clobber the error state of the outer context
73031      Branch: perl
73032            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
73033            ! t/pragma/warn/toke
73034 ____________________________________________________________________________
73035 [  5973] By: gsar                                  on 2000/04/27  18:29:05
73036         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
73037      Branch: perl
73038            ! regcomp.c regexec.c t/op/re_tests
73039 ____________________________________________________________________________
73040 [  5972] By: jhi                                   on 2000/04/27  18:22:41
73041         Log: Integrate with Sarathy.
73042      Branch: cfgperl
73043           +> t/lib/b.t t/lib/syslog.t
73044           !> (integrate 31 files)
73045 ____________________________________________________________________________
73046 [  5971] By: jhi                                   on 2000/04/27  18:18:46
73047         Log: Unicos tweaks from Mark P. Lutz.
73048      Branch: cfgperl
73049            ! hints/unicos.sh lib/Math/Complex.pm
73050 ____________________________________________________________________________
73051 [  5970] By: gsar                                  on 2000/04/27  18:05:11
73052         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
73053              IV is >32bits
73054      Branch: perl
73055            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
73056 ____________________________________________________________________________
73057 [  5969] By: gsar                                  on 2000/04/27  17:50:56
73058         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
73059      Branch: perl
73060            + t/lib/syslog.t
73061            ! MANIFEST ext/Sys/Syslog/Syslog.pm
73062 ____________________________________________________________________________
73063 [  5968] By: gsar                                  on 2000/04/27  17:44:49
73064         Log: tolerate spaces in group names in test on solaris (from David Boyce
73065              <dsb@boyski.com>)
73066      Branch: perl
73067            ! t/op/groups.t
73068 ____________________________________________________________________________
73069 [  5967] By: gsar                                  on 2000/04/27  17:41:22
73070         Log: improved docs on the warn_uninit diagnostic (from David Glasser
73071              and Simon Cozens)
73072      Branch: perl
73073            ! pod/perldiag.pod
73074 ____________________________________________________________________________
73075 [  5966] By: gsar                                  on 2000/04/27  16:54:58
73076         Log: add testsuite for B backends, fix bug in B::Deparse (from
73077              Simon Cozens <simon@brecon.co.uk>)
73078      Branch: perl
73079            + t/lib/b.t
73080            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
73081 ____________________________________________________________________________
73082 [  5965] By: gsar                                  on 2000/04/27  16:10:37
73083         Log: avoid "will not stay shared" warnings for our variables (from
73084              Robin Barker)
73085      Branch: perl
73086            ! op.c t/pragma/warn/op
73087 ____________________________________________________________________________
73088 [  5964] By: gsar                                  on 2000/04/27  07:05:05
73089         Log: reformat to 72 columns (again)
73090      Branch: perl
73091            ! pod/perldiag.pod
73092 ____________________________________________________________________________
73093 [  5963] By: gsar                                  on 2000/04/27  06:28:31
73094         Log: patch from Larry to make (\&) prototype work; added tests for
73095              the same
73096      Branch: perl
73097            ! op.c t/comp/proto.t
73098 ____________________________________________________________________________
73099 [  5962] By: gsar                                  on 2000/04/27  06:15:47
73100         Log: updated README.hpux (from Jeff Okamoto)
73101      Branch: perl
73102            ! README.hpux
73103 ____________________________________________________________________________
73104 [  5961] By: gsar                                  on 2000/04/27  05:55:03
73105         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
73106      Branch: perl
73107            ! emacs/cperl-mode.el
73108 ____________________________________________________________________________
73109 [  5960] By: gsar                                  on 2000/04/27  05:49:26
73110         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
73111      Branch: perl
73112            ! INSTALL
73113 ____________________________________________________________________________
73114 [  5959] By: gsar                                  on 2000/04/27  05:33:41
73115         Log: doubled words in pods (from Simon Cozens
73116              <simon.p.cozens@jp.pwcglobal.com>)
73117      Branch: perl
73118            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
73119            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
73120            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
73121            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
73122            ! pod/perltootc.pod
73123 ____________________________________________________________________________
73124 [  5958] By: gsar                                  on 2000/04/27  05:11:39
73125         Log: change#3569 deleted some essential code, revert; avoid use of
73126              atexit() to make DynaLoader work properly on AIX under mod_perl
73127              (from Jens-Uwe Mager <jum@helios.de>)
73128      Branch: perl
73129            ! ext/DynaLoader/dl_aix.xs
73130 ____________________________________________________________________________
73131 [  5957] By: gsar                                  on 2000/04/27  04:54:51
73132         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
73133      Branch: perl
73134            ! pod/perlmod.pod
73135 ____________________________________________________________________________
73136 [  5956] By: gsar                                  on 2000/04/27  04:51:47
73137         Log: better diagnostics on failed tests (from Ilya Zakharevich)
73138      Branch: perl
73139            ! t/op/lex_assign.t
73140 ____________________________________________________________________________
73141 [  5955] By: gsar                                  on 2000/04/27  04:26:44
73142         Log: longstanding bug exposed by change#3307: sort arguments weren't
73143              compiled with the right wantarray context (ensuing runtime lookup
73144              via block_gimme() was getting the incidental context of the
73145              sort() itself)
73146      Branch: perl
73147            ! op.c t/op/sort.t
73148 ____________________________________________________________________________
73149 [  5954] By: gsar                                  on 2000/04/26  23:42:12
73150         Log: integrate cfgperl contents into mainline
73151      Branch: perl
73152           !> (integrate 30 files)
73153 ____________________________________________________________________________
73154 [  5953] By: jhi                                   on 2000/04/26  23:06:42
73155         Log: Integrate with Sarathy.
73156      Branch: cfgperl
73157           !> README.win32 ext/B/B/Deparse.pm
73158           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73159           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
73160           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
73161           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
73162           !> utils/perldoc.PL vms/perlvms.pod
73163 ____________________________________________________________________________
73164 [  5952] By: jhi                                   on 2000/04/26  23:03:46
73165         Log: Undo "use integer" addition from 64bitint as it seems
73166              to break most of the subtests in Digital UNIX;
73167              Unicos needs to find another way.
73168      Branch: cfgperl
73169            ! t/op/64bitint.t
73170 ____________________________________________________________________________
73171 [  5951] By: jhi                                   on 2000/04/26  22:57:53
73172         Log: Be more robust on "extreme" (large absolute value)
73173              arguments.  Originally reported by Daniel Connelly
73174              as a problem with asinh() on large negative arguments,
73175              asinh() used to bail out because an argument to log()
73176              ended up being zero.  Ilya Zakharevich proposed using
73177              Taylor's series in such cases, which for such large
73178              arguments is a very good approximation.
73179      Branch: cfgperl
73180            ! lib/Math/Complex.pm t/lib/complex.t
73181 ____________________________________________________________________________
73182 [  5950] By: gsar                                  on 2000/04/25  19:13:12
73183         Log: reformat perldiag to avoid long lines
73184      Branch: perl
73185            ! pod/perldiag.pod
73186 ____________________________________________________________________________
73187 [  5949] By: gsar                                  on 2000/04/25  18:41:11
73188         Log: make perldoc use the pod2man from the same version (from
73189              M.J.T. Guy)
73190      Branch: perl
73191            ! utils/perldoc.PL
73192 ____________________________________________________________________________
73193 [  5948] By: gsar                                  on 2000/04/25  18:21:57
73194         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
73195              <kompas@kompas.usr.onet.pl>)
73196      Branch: perl
73197            ! lib/vars.pm
73198 ____________________________________________________________________________
73199 [  5947] By: gsar                                  on 2000/04/25  18:11:53
73200         Log: use &dl_error rather than &dl_load_file as the guard for calling
73201              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
73202              statically built perl)
73203      Branch: perl
73204            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73205 ____________________________________________________________________________
73206 [  5946] By: jhi                                   on 2000/04/25  17:37:54
73207         Log: Document that tr() is not tr(1).
73208      Branch: cfgperl
73209            ! pod/perlop.pod
73210 ____________________________________________________________________________
73211 [  5945] By: gsar                                  on 2000/04/25  16:34:33
73212         Log: make module name mandatory after -M switch; reorder perldiag
73213              alphabetically (from Mark-Jason Dominus)
73214      Branch: perl
73215            ! perl.c pod/perldiag.pod
73216 ____________________________________________________________________________
73217 [  5944] By: jhi                                   on 2000/04/25  01:15:18
73218         Log: On second thoughts frexp() does have two arguments.
73219      Branch: cfgperl
73220            ! perl.h
73221 ____________________________________________________________________________
73222 [  5943] By: jhi                                   on 2000/04/24  22:56:32
73223         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
73224              Now pp_ncmp() returns undef is either operand is a NaN.
73225      Branch: cfgperl
73226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73227            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
73228            ! vms/subconfigure.com vos/config.def vos/config.h
73229            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
73230            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73231            ! win32/config_H.vc
73232      Branch: metaconfig/U/perl
73233            + d_modfl.U
73234 ____________________________________________________________________________
73235 [  5942] By: jhi                                   on 2000/04/24  19:45:17
73236         Log: Regen Configure to match #5937.
73237      Branch: cfgperl
73238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73239            ! config_h.SH
73240      Branch: metaconfig
73241            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
73242 ____________________________________________________________________________
73243 [  5941] By: jhi                                   on 2000/04/24  19:24:11
73244         Log: Further Unicos fixes for Mark Lutz.
73245      Branch: cfgperl
73246            ! hints/unicos.sh pp_ctl.c
73247 ____________________________________________________________________________
73248 [  5940] By: jhi                                   on 2000/04/24  19:09:06
73249         Log: Various Unicos 10.0.0.6 fixes.
73250              
73251              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
73252              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
73253              Reply-To: tecmpl1@triton.ca.boeing.com 
73254              To: perl5-porters@perl.org 
73255              Date: Fri, 14 Apr 2000 20:21:00 GMT 
73256              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
73257      Branch: cfgperl
73258            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
73259 ____________________________________________________________________________
73260 [  5939] By: gsar                                  on 2000/04/24  19:01:24
73261         Log: more pod nits (from Larry Virden)
73262      Branch: perl
73263            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
73264            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
73265            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
73266 ____________________________________________________________________________
73267 [  5938] By: gsar                                  on 2000/04/24  18:54:01
73268         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
73269      Branch: perl
73270            ! ext/B/B/Deparse.pm
73271 ____________________________________________________________________________
73272 [  5937] By: jhi                                   on 2000/04/24  17:39:00
73273         Log: Integrate with Sarathy.
73274      Branch: cfgperl
73275           +> (branch 31 files)
73276           !> (integrate 73 files)
73277 ____________________________________________________________________________
73278 [  5936] By: gsar                                  on 2000/04/24  17:30:06
73279         Log: additional tests for change#5934 (from Paul Marquess, who also
73280              sent in the same fix)
73281      Branch: perl
73282            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
73283            ! t/pragma/warn/5nolint t/pragma/warn/6default
73284 ____________________________________________________________________________
73285 [  5935] By: jhi                                   on 2000/04/24  17:26:05
73286         Log: Do not assume sign propagation.
73287              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
73288              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
73289              To: payner@ncifcrf.gov, perl5-porters@perl.org 
73290              Date: Tue, 18 Apr 2000 18:24:49 +0100 
73291              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
73292      Branch: cfgperl
73293            ! t/op/bop.t t/op/misc.t
73294 ____________________________________________________________________________
73295 [  5934] By: gsar                                  on 2000/04/24  17:16:54
73296         Log: propagate lexical warnings from surrounding scope correctly
73297              within string eval()
73298      Branch: perl
73299            ! pp_ctl.c t/pragma/warn/pp_ctl
73300 ____________________________________________________________________________
73301 [  5933] By: jhi                                   on 2000/04/24  17:01:07
73302         Log: Flatten the cpp jungle doing the nosuid checking.
73303      Branch: cfgperl
73304            ! perl.c
73305 ____________________________________________________________________________
73306 [  5932] By: gsar                                  on 2000/04/24  09:08:14
73307         Log: add rsignal(), whichsig() and do_join() to public API list
73308              (mod_perl uses them to good advantage)
73309      Branch: perl
73310            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
73311 ____________________________________________________________________________
73312 [  5931] By: gsar                                  on 2000/04/24  09:01:40
73313         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
73314      Branch: perl
73315            ! pp_hot.c regexec.c t/op/pat.t
73316 ____________________________________________________________________________
73317 [  5930] By: gsar                                  on 2000/04/24  08:58:33
73318         Log: small os390 tweaks (from Peter Prymmer)
73319      Branch: perl
73320            ! config_h.SH makedepend.SH
73321 ____________________________________________________________________________
73322 [  5929] By: gsar                                  on 2000/04/24  08:55:25
73323         Log: pod nits
73324      Branch: perl
73325            ! pod/perlguts.pod
73326 ____________________________________________________________________________
73327 [  5928] By: gsar                                  on 2000/04/24  08:50:13
73328         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
73329      Branch: perl
73330            ! ext/IO/lib/IO/Poll.pm
73331 ____________________________________________________________________________
73332 [  5927] By: gsar                                  on 2000/04/24  08:43:24
73333         Log: arrange for next() to resume at the unstack op rather than the
73334              loop conditional, so that scope cleanup happens correctly
73335              (from Stephen McCamant)
73336      Branch: perl
73337            ! op.c pp_ctl.c t/op/misc.t
73338 ____________________________________________________________________________
73339 [  5926] By: gsar                                  on 2000/04/24  08:18:40
73340         Log: on windows, reserve 16M of stack rather than 128M (allows more
73341              threads to run concurrently)
73342      Branch: perl
73343            ! win32/Makefile win32/makefile.mk
73344 ____________________________________________________________________________
73345 [  5925] By: gsar                                  on 2000/04/24  08:13:52
73346         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
73347      Branch: perl
73348            ! toke.c
73349 ____________________________________________________________________________
73350 [  5924] By: gsar                                  on 2000/04/24  08:08:59
73351         Log: avoid using uninitialized memory in require version check
73352      Branch: perl
73353            ! pp_ctl.c universal.c
73354 ____________________________________________________________________________
73355 [  5923] By: gsar                                  on 2000/04/24  07:20:14
73356         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
73357      Branch: perl
73358            ! ext/IO/lib/IO/Poll.pm
73359 ____________________________________________________________________________
73360 [  5922] By: gsar                                  on 2000/04/24  07:08:42
73361         Log: commentary about IoTYPE() (from Nathan Torkington)
73362      Branch: perl
73363            ! sv.h
73364 ____________________________________________________________________________
73365 [  5921] By: gsar                                  on 2000/04/24  06:58:26
73366         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
73367              by fix
73368      Branch: perl
73369            ! sv.c t/lib/charnames.t t/pragma/utf8.t
73370 ____________________________________________________________________________
73371 [  5920] By: gsar                                  on 2000/04/24  06:37:59
73372         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
73373      Branch: perl
73374            ! doop.c t/op/ver.t
73375 ____________________________________________________________________________
73376 [  5919] By: gsar                                  on 2000/04/24  06:21:58
73377         Log: Configure might miss old directories when prefix must be
73378              expanded (from Robin Barker)
73379      Branch: metaconfig
73380            ! U/installdirs/inc_version_list.U
73381      Branch: perl
73382            ! Configure
73383 ____________________________________________________________________________
73384 [  5918] By: gsar                                  on 2000/04/24  06:16:11
73385         Log: VMS nits in glob() test (from Charles Lane)
73386      Branch: perl
73387            ! t/lib/glob-basic.t
73388 ____________________________________________________________________________
73389 [  5917] By: gsar                                  on 2000/04/24  06:11:56
73390         Log: various pod nits (from Larry Virden and others)
73391      Branch: perl
73392            ! README.amiga README.hpux README.machten README.os2
73393            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
73394            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
73395            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
73396            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
73397            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
73398            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
73399            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
73400            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
73401 ____________________________________________________________________________
73402 [  5916] By: gsar                                  on 2000/04/24  05:52:43
73403         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
73404              <wjones@tc.fluke.com>)
73405      Branch: perl
73406            ! t/lib/glob-basic.t
73407 ____________________________________________________________________________
73408 [  5915] By: gsar                                  on 2000/04/24  05:07:01
73409         Log: supported platforms mixed up
73410      Branch: perl
73411            ! pod/perl56delta.pod pod/perlport.pod
73412 ____________________________________________________________________________
73413 [  5914] By: gsar                                  on 2000/04/24  04:56:08
73414         Log: caller() wasn't returning the right number of elements for
73415              eval {...}
73416      Branch: perl
73417            ! pp_ctl.c t/pragma/warn/9enabled
73418 ____________________________________________________________________________
73419 [  5913] By: gsar                                  on 2000/04/24  04:35:41
73420         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
73421              Mark-Jason Dominus)
73422      Branch: perl
73423            ! pod/perlfunc.pod
73424 ____________________________________________________________________________
73425 [  5912] By: gsar                                  on 2000/04/24  04:17:15
73426         Log: fix totally broken caching in UNIVERSAL::isa() (from
73427              Nick Ing-Simmons)
73428      Branch: perl
73429            ! t/op/universal.t universal.c
73430 ____________________________________________________________________________
73431 [  5911] By: gsar                                  on 2000/04/24  03:39:47
73432         Log: add linebreak properties from unicode/LineBrk.txt (from
73433              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
73434      Branch: perl
73435            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
73436            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
73437            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
73438            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
73439            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
73440            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
73441            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
73442            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
73443            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
73444            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
73445            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
73446            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
73447            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
73448            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
73449            + lib/unicode/Is/LbrkZW.pl
73450            ! lib/unicode/mktables.PL
73451 ____________________________________________________________________________
73452 [  5910] By: gsar                                  on 2000/04/24  03:23:10
73453         Log: typo in pod
73454      Branch: perl
73455            ! ext/Thread/Thread.pm
73456 ____________________________________________________________________________
73457 [  5909] By: gsar                                  on 2000/04/24  03:22:03
73458         Log: mode argument to do_binmode() should be file mode, not boolean
73459      Branch: perl
73460            ! pp_sys.c
73461 ____________________________________________________________________________
73462 [  5908] By: gsar                                  on 2000/04/16  16:51:08
73463         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
73464              always returns a valid GV even when the symbol is trapped by strictures
73465              (avoids coredumps)
73466              
73467              TODO: the C<package;> hack needs similar treatment
73468      Branch: perl
73469            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
73470            ! t/pragma/strict-vars
73471 ____________________________________________________________________________
73472 [  5907] By: jhi                                   on 2000/03/31  23:42:56
73473         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
73474              an assumption which #5905 demolished.
73475      Branch: cfgperl
73476            ! pp_sys.c
73477 ____________________________________________________________________________
73478 [  5906] By: jhi                                   on 2000/03/31  18:54:37
73479         Log: Typo in #5905.
73480      Branch: cfgperl
73481            ! t/op/64bitint.t
73482 ____________________________________________________________________________
73483 [  5905] By: jhi                                   on 2000/03/31  18:50:54
73484         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
73485              reported by Joseph N. Hall.  The bug was that even with use64bitint
73486              one had to use the prefixes q, L, or ll with printf/sprintf,
73487              contrary to the documentation and common sense.
73488      Branch: cfgperl
73489            ! sv.c t/op/64bitint.t
73490 ____________________________________________________________________________
73491 [  5904] By: gsar                                  on 2000/03/28  02:31:32
73492         Log: add Changes, perldelta.pod
73493      Branch: perl
73494            + Changes pod/perldelta.pod
73495 ____________________________________________________________________________
73496 [  5903] By: gsar                                  on 2000/03/28  02:03:55
73497         Log: rename Changes and perldelta.pod
73498      Branch: perl
73499           +> Changes5.6 pod/perl56delta.pod
73500            - Changes pod/perldelta.pod
73501            ! MANIFEST
73502 ____________________________________________________________________________
73503 [  5902] By: gsar                                  on 2000/03/28  01:59:14
73504         Log: create maint-5.6 branch
73505      Branch: maint-5.6/perl
73506           +> (branch 1611 files)
73507 ____________________________________________________________________________
73508 [  5901] By: jhi                                   on 2000/03/23  05:48:43
73509         Log: Integrate with Sarathy.
73510      Branch: cfgperl
73511           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
73512 ____________________________________________________________________________
73513 [  5900] By: gsar                                  on 2000/03/23  05:42:43
73514         Log: three guesses on what this is :-)
73515      Branch: perl
73516            ! Changes