ccflags, not ldflags.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
35         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
36      Branch: perl
37            ! lib/File/Spec/Unix.pm
38 ____________________________________________________________________________
39 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
40         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
41              From: rgarciasuarez@free.fr
42              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
43              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
44      Branch: perl
45            ! lib/File/Spec/Unix.pm
46 ____________________________________________________________________________
47 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
48         Log: Use config.arch in OS/390 where the combination of
49              IEEE floats and ldflags is tricky.
50      Branch: perl
51            ! hints/os390.sh
52 ____________________________________________________________________________
53 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
54         Log: Metaconfig unit change for #12851.
55      Branch: metaconfig
56            ! U/modified/Config_sh.U
57 ____________________________________________________________________________
58 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
59         Log: Support a config.arch file, similar to config.over,
60              but loaded just before it.
61      Branch: perl
62            ! Configure INSTALL
63 ____________________________________________________________________________
64 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
65         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
66              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
67              Date: Mon, 5 Nov 2001 14:26:24 +0100
68              Message-ID: <20011105142624.C31977@rafael>
69      Branch: perl
70            ! lib/Symbol.pm lib/Symbol.t
71 ____________________________________________________________________________
72 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
73         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
74              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75              Date: Sun, 4 Nov 2001 22:28:57 +0100
76              Message-ID: <20011104222857.C696@rafael>
77      Branch: perl
78            ! pod/perldebug.pod pod/perlpodspec.pod
79 ____________________________________________________________________________
80 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
81         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
82      Branch: perl
83            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
84 ____________________________________________________________________________
85 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
86         Log: Math::Big* test tweaks to work better with core:
87              but the coast still not clear.
88      Branch: perl
89            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
90            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
91 ____________________________________________________________________________
92 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
93         Log: Protect against high load: measure how much wall
94              clock time went by while sleeping.  Avoids some
95              false negatives, while may introduce some false
96              positives.  Life is hard.
97      Branch: perl
98            ! ext/Time/HiRes/HiRes.t
99 ____________________________________________________________________________
100 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
101         Log: More forgotten from #12843.
102      Branch: perl
103            ! lib/Math/BigInt/t/bigfltpm.inc
104 ____________________________________________________________________________
105 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
106         Log: Forgot from #12843.
107      Branch: perl
108            + lib/Math/BigInt/t/bigintpm.inc
109            ! MANIFEST
110 ____________________________________________________________________________
111 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
112         Log: Upgrade to Math::BigInt 1.45; from Tels.
113              NOTE: some of the tests are failing but that's because
114              the core integration is not yet done.
115      Branch: perl
116            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
117            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
118            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
119            - lib/Math/BigInt/t/Math/Subclass.pm
120            - lib/Math/BigInt/t/subclass.t
121            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
122            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
123            ! lib/Math/BigInt/t/mbimbf.t
124 ____________________________________________________________________________
125 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
126         Log: VMS: adds capability to control more configuration stuff with
127              -D and -U switches; parsing config.sh to extract previous config
128              info in VMS-form, and a rewrite of the "prompt/response" routine;
129              from Charles Lane.
130      Branch: perl
131            ! configure.com
132 ____________________________________________________________________________
133 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
134         Log: Subject: Typo correction in perldebguts.pod
135              From: mjd@plover.com
136              Date: 4 Nov 2001 16:20:05 -0000
137              Message-ID: <20011104162005.16699.qmail@plover.com>
138      Branch: perl
139            ! pod/perldebguts.pod
140 ____________________________________________________________________________
141 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
142         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
144              Date: Sun, 4 Nov 2001 11:47:30 +0100
145              Message-ID: <20011104114730.A715@rafael>
146              
147              Remove -T from the test, wrong place for that.
148      Branch: perl
149            ! lib/File/Temp/t/mktemp.t
150 ____________________________________________________________________________
151 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
152         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
153              From: Nicholas Clark <nick@ccl4.org>
154              Date: Sun, 4 Nov 2001 10:41:24 +0000
155              Message-ID: <20011104104123.U20123@plum.flirble.org>
156      Branch: perl
157            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
158 ____________________________________________________________________________
159 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
160         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
161              From: Michael G Schwern <schwern@pobox.com>
162              Date: Sat, 3 Nov 2001 15:41:47 -0500
163              Message-ID: <20011103154147.C600@blackrider>
164      Branch: perl
165            ! lib/Term/Cap.t
166 ____________________________________________________________________________
167 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
168         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
169              From: "Craig A. Berry" <craigberry@mac.com>     
170              Date: Sat, 03 Nov 2001 16:02:28 -0600
171              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
172      Branch: perl
173            ! ext/Time/HiRes/HiRes.t
174 ____________________________________________________________________________
175 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
176         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
177              From: "chromatic" <chromatic@rmci.net>
178              Date: Sat, 03 Nov 2001 12:28:17 -0700
179              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
180      Branch: perl
181            ! lib/Term/Cap.t
182 ____________________________________________________________________________
183 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
184         Log: Don't bother doing POSIX charclass parsing if it
185              possibly cannot be so.  Prepares way for charclass
186              syntax like [[abc]||[def]] (or just [[abc][def]])
187              for union, [[\w]&&[$a]] for intersection,
188              and [[a-z]&&[^def]] for subtraction.
189              
190              Currently /[[a]/ (or /[a[]/) parses as a character
191              class containing two characters, "[" and "a",
192              this may have to be broken for the syntax described
193              above, otherwise we would have to scan the whole pattern
194              to find out whether the square brackets match pairwise.
195              Luckily, the special case of "[" doesn't seem to be
196              documented (as opposed to "]" and "-"), so we may have
197              better story for breaking it...  One can always use \[
198              if one wants a literal "[", so there.
199      Branch: perl
200            ! regcomp.c
201 ____________________________________________________________________________
202 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
203         Log: Comment correction.
204      Branch: perl
205            ! regcomp.c
206 ____________________________________________________________________________
207 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
208         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
209              The latter is a RedHatism.
210      Branch: perl
211            ! lib/ExtUtils/MakeMaker.pm
212 ____________________________________________________________________________
213 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
214         Log: Integrate perlio.
215      Branch: perl
216           !> perlio.c
217 ____________________________________________________________________________
218 [ 12831] By: nick                                  on 2001/11/03  11:42:15
219         Log: Integrate mainline
220      Branch: perlio
221           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
222           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
223           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
224           !> sv.c t/test.pl
225 ____________________________________________________________________________
226 [ 12830] By: nick                                  on 2001/11/03  10:27:34
227         Log: Fix clone_leak problem.
228              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
229              as vestige of calling PerlLIO_dup().
230      Branch: perlio
231            ! perlio.c
232 ____________________________________________________________________________
233 [ 12829] By: nick                                  on 2001/11/03  09:40:46
234         Log: Tweaks attempting to locate Doug's clone_leak leak.
235              - add some PerlIO_debug()
236              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
237              - Even if it closing stdout etc. do a fflush()
238      Branch: perlio
239            ! perlio.c
240 ____________________________________________________________________________
241 [ 12828] By: nick                                  on 2001/11/03  08:34:31
242         Log: Integrate mainline
243      Branch: perlio
244           !> (integrate 54 files)
245 ____________________________________________________________________________
246 [ 12827] By: ams                                   on 2001/11/03  03:45:19
247         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
248              remove this later). Based on a patch from Robert Spier in
249              <15330.61459.14452.795263@rls.cx>.
250      Branch: perl
251            ! sv.c
252 ____________________________________________________________________________
253 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
254         Log: microperl sync.
255      Branch: perl
256            ! doio.c perl.c perl.h perlio.c regexec.c
257 ____________________________________________________________________________
258 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
259         Log: Definitions for the Unicode Newline Guidelines.
260      Branch: perl
261            ! perl.h
262 ____________________________________________________________________________
263 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
264         Log: There is no csh of any kind in default BeOS.
265              For the purposes of miniperl globbing, bash
266              will do.
267      Branch: perl
268            ! hints/beos.sh
269 ____________________________________________________________________________
270 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
271         Log: Integrate change #12820 from macperl to maint and blead;
272              
273              Fix up (dynaloading) to work properly with multiplicity
274      Branch: maint-5.6/perl
275           !> ext/DynaLoader/dl_mac.xs
276      Branch: perl
277           !> ext/DynaLoader/dl_mac.xs
278 ____________________________________________________________________________
279 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
280         Log: Several fixes for various exit problems and clearing out
281              task queue, as well as another (incomplete) go at
282              fixing error message handling
283      Branch: maint-5.6/macperl
284            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
285 ____________________________________________________________________________
286 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
287         Log: Add source files for bleadperl builds
288      Branch: maint-5.6/macperl
289            ! macos/Makefile.mk
290 ____________________________________________________________________________
291 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
292         Log: Fix up to work properly with multiplicity
293      Branch: maint-5.6/macperl
294            ! ext/DynaLoader/dl_mac.xs
295 ____________________________________________________________________________
296 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
297         Log: Integrate with maintperl.
298      Branch: maint-5.6/macperl
299           +> t/op/system.t t/op/system_tests
300           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
301           !> pod/perltodo.pod util.c win32/win32.c
302 ____________________________________________________________________________
303 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
304         Log: Locate _PATH_LOG if it's a socket even if not #defined
305              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
306              via Nick Clark.
307      Branch: perl
308            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
309 ____________________________________________________________________________
310 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
311         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
312              From: Michael G Schwern <schwern@pobox.com>
313              Date: Fri, 2 Nov 2001 15:36:41 -0500
314              Message-ID: <20011102153641.E23234@blackrider>
315      Branch: perl
316            ! t/test.pl
317 ____________________________________________________________________________
318 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
319         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
320              From: merlyn@stonehenge.com (Randal L. Schwartz)
321              Date: 02 Nov 2001 09:33:34 -0800
322              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
323              
324              (two of the changes)
325              
326              Better coexistence with extensions.
327      Branch: perl
328            ! ext/Errno/Errno_pm.PL hints/darwin.sh
329 ____________________________________________________________________________
330 [ 12815] By: ams                                   on 2001/11/02  16:47:43
331         Log: Subject: Re: [PATCH] the the double double word word fix fix
332              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
333              Date: Fri, 02 Nov 2001 19:43:07 +0100
334              Message-Id: <3BE2E93B.627C198E@alcatel.at>
335      Branch: perl
336            ! pod/perldebug.pod
337 ____________________________________________________________________________
338 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
339         Log: Update Changes.
340      Branch: perl
341            ! Changes patchlevel.h
342 ____________________________________________________________________________
343 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
344         Log: More encoding testing.
345      Branch: perl
346            ! lib/encoding.pm lib/encoding.t
347 ____________________________________________________________________________
348 [ 12812] By: ams                                   on 2001/11/02  15:07:11
349         Log: Slight modification of #12811.
350      Branch: perl
351            ! op.c
352 ____________________________________________________________________________
353 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
354         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
355              From: Radu Greab <radu@netsoft.ro>
356              Date: Fri, 2 Nov 2001 15:28:58 +0200
357              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
358      Branch: perl
359            ! op.c t/op/stat.t
360 ____________________________________________________________________________
361 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
362         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
363              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
364              Date: Thu, 1 Nov 2001 22:35:50 +0100
365              Message-ID: <20011101223550.A10849@rafael>
366      Branch: perl
367            ! lib/ExtUtils/Embed.t
368 ____________________________________________________________________________
369 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
370         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
371              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
372              Date: 2 Nov 2001 14:48:51 -0000
373              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
374      Branch: perl
375            ! lib/File/Find.pm
376 ____________________________________________________________________________
377 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
378         Log: Add documentation.
379      Branch: perl
380            ! embed.pl pod/perlapi.pod utf8.c
381 ____________________________________________________________________________
382 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
383         Log: Unicode: add ToFold mapping.  Not used yet; but basically
384              a more useful mapping for caseless aka case-ignoring than
385              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
386              algorithm for creating the foldings uses equivalence classes,
387              see http://www.unicode.org/unicode/reports/tr21/
388              Hopefully this feature will be used in //i.
389              (The folding tables were introduced by #12689.)
390      Branch: perl
391            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
392            ! utf8.c
393 ____________________________________________________________________________
394 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
395         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
396              From: "Craig A. Berry" <craigberry@mac.com>
397              Date: Fri, 02 Nov 2001 00:03:52 -0600
398              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
399      Branch: perl
400            ! lib/AutoSplit.t
401 ____________________________________________________________________________
402 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
403         Log: Subject: Trivial doc patch
404              From: andreas.koenig@anima.de (Andreas J. Koenig)
405              Date: 02 Nov 2001 06:11:35 +0100
406              Message-ID: <m37kt94v08.fsf@anima.de>
407      Branch: perl
408            ! pod/perlport.pod
409 ____________________________________________________________________________
410 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
411         Log: Make encoding and charnames pragmas coexist.
412      Branch: perl
413            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
414 ____________________________________________________________________________
415 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
416         Log: The basic character classes seem to go untested with Unicode.
417      Branch: perl
418            ! t/op/pat.t
419 ____________________________________________________________________________
420 [ 12802] By: ams                                   on 2001/11/02  00:39:36
421         Log: Subject: [PATCH] the the double double word word fix fix
422              From: Richard Soderberg <rs@oregonnet.com>
423              Date: Thu, 1 Nov 2001 13:12:03 -0800
424              Message-Id: <200111012112.NAA23288@oregonnet.com>
425              
426              Subject: Re: [PATCH] the the double double word word fix fix
427              From: Mark-Jason Dominus <mjd@plover.com>
428              Date: Thu, 01 Nov 2001 16:43:40 -0500
429              Message-Id: <20011101214340.2044.qmail@plover.com>
430              
431              Subject: Re: [PATCH] the the double double word word fix fix
432              From: Mark-Jason Dominus <mjd@plover.com>
433              Date: Thu, 01 Nov 2001 16:51:39 -0500
434              Message-Id: <20011101215139.2196.qmail@plover.com>
435      Branch: perl
436            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
437            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
438            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
439            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
440            ! pod/perltodo.pod pod/perlxstut.pod
441 ____________________________________________________________________________
442 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
443         Log: Comment tweaks.
444      Branch: perl
445            ! toke.c
446 ____________________________________________________________________________
447 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
448         Log: FAQ sync.
449      Branch: perl
450            ! pod/perlfaq9.pod
451 ____________________________________________________________________________
452 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
453         Log: If an encoding is set by -M/-m, it must be in
454              effect only for the actual script, not any other
455              required/-M/-m'ed module, otherwise we enter a nasty
456              recursion in regexec.c while trying to init the simple
457              UTF-8 charclasses like PL_utf8_alnum.
458      Branch: perl
459            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
460 ____________________________________________________________________________
461 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
462         Log: A bit more descriptive name.
463      Branch: perl
464            ! mg.c
465 ____________________________________________________________________________
466 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
467         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
468              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
469              Date: Wed, 31 Oct 2001 13:47:04 EST
470              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
471      Branch: perl
472            ! ext/Time/HiRes/HiRes.t
473 ____________________________________________________________________________
474 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
475         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
476              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
477              Date: Wed, 31 Oct 2001 13:43:29 EST
478              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
479      Branch: perl
480            ! mg.c
481 ____________________________________________________________________________
482 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
483         Log: Subject: [PATCH] Various test cleanups
484              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
485              Date: Tue, 30 Oct 2001 21:56:26 +0100
486              Message-ID: <20011030215626.A28503@rafael>
487      Branch: perl
488            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
489            ! ext/DB_File/t/db-recno.t ext/Encode.t
490 ____________________________________________________________________________
491 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
492         Log: Update Changes.
493      Branch: perl
494            ! Changes patchlevel.h
495 ____________________________________________________________________________
496 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
497         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
498              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
499              Date: Wed, 31 Oct 2001 17:16:39 +0100
500              Message-ID: <20011031171639.A32511@rafael>
501      Branch: perl
502            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
503 ____________________________________________________________________________
504 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
505         Log: Skip message nit.
506      Branch: perl
507            ! t/io/fs.t
508 ____________________________________________________________________________
509 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
510         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
511              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
512              Date: 31 Oct 2001 14:49:37 -0000
513              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
514      Branch: perl
515            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
516 ____________________________________________________________________________
517 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
518         Log: Extend the effect of the encoding pragma to chr() and ord().
519              
520              TODO: regex literals, reentrancy problems with the utf8
521              and charnames pragmas.
522      Branch: perl
523            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
524 ____________________________________________________________________________
525 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
526         Log: Doc tweaks.
527      Branch: perl
528            ! lib/encoding.pm
529 ____________________________________________________________________________
530 [ 12788] By: nick                                  on 2001/10/31  08:59:56
531         Log: Integrate mainline
532      Branch: perlio
533           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
534           !> (integrate 49 files)
535 ____________________________________________________________________________
536 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
537         Log: Forgot new proto.
538      Branch: perl
539            ! proto.h
540 ____________________________________________________________________________
541 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
542         Log: Clarification: use encoding cannot be used to
543              change the default encoding of "your whole script";
544              only the default encoding of the *data*.  Also, it
545              seems that "use encoding" does not mix with "use utf8"
546              (a coredumping recursion ensues).  Should not be a huge
547              problem since "use utf8" is pretty marginal nowadays.
548      Branch: perl
549            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
550 ____________________________________________________________________________
551 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
552         Log: More documentation for the encode pragma.
553      Branch: perl
554            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
555            ! pod/perlapi.pod pod/perlunicode.pod sv.c
556 ____________________________________________________________________________
557 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
558         Log: Thinko in #12783.
559      Branch: perl
560            ! sv.c
561 ____________________________________________________________________________
562 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
563         Log: Make sv_recode_to_utf8() a real API: the encoding
564              is a parameter, instead of a global.  Document the
565              PERL_ENCODING.
566      Branch: perl
567            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
568            ! toke.c
569 ____________________________________________________________________________
570 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
571         Log: Enable -Mencoding=foobar also for string literals.
572      Branch: perl
573            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
574            ! pod/perlapi.pod proto.h sv.c toke.c
575 ____________________________________________________________________________
576 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
577         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
578              From: Andy Dougherty <doughera@lafayette.edu>
579              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
580              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
581      Branch: perl
582            ! ext/POSIX/hints/svr4.pl
583 ____________________________________________________________________________
584 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
585         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
586              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
587              Date: Mon, 29 Oct 2001 23:11:58 -0000
588              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
589              
590              Add compat.h.
591      Branch: perl
592            ! lib/h2xs.t utils/h2xs.PL
593 ____________________________________________________________________________
594 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
595         Log: Subject: PerlIOBuf_dup
596              From: Nicholas Clark <nick@ccl4.org>              
597              Date: Mon, 29 Oct 2001 21:52:35 +0000             
598              Message-ID: <20011029215235.K41204@plum.flirble.org>
599              
600              Add prototype.
601      Branch: perl
602            ! perliol.h
603 ____________________________________________________________________________
604 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
605         Log: Subject: [PATCH] Make malloc.c errors more useful
606              From: Richard Soderberg <rs@oregonnet.com>
607              Date: Mon, 29 Oct 2001 22:28:02 -0800
608              Message-Id: <200110300628.WAA11025@oregonnet.com>
609      Branch: perl
610            ! malloc.c
611 ____________________________________________________________________________
612 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
613         Log: Retract #12776 - the bug 19990906.001 is still valid.
614      Branch: perl
615            ! t/run/kill_perl.t
616 ____________________________________________________________________________
617 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
618         Log: (Retracted by #12777)
619              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
620              From: Michael G Schwern <schwern@pobox.com> 
621              Date: Mon, 29 Oct 2001 23:01:08 -0500
622              Message-ID: <20011029230108.G18053@blackrider>
623      Branch: perl
624            ! t/run/kill_perl.t
625 ____________________________________________________________________________
626 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
627         Log: Comment nits.
628      Branch: perl
629            ! lib/encoding.t
630 ____________________________________________________________________________
631 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
632         Log: integrate change#12772 from mainline
633              
634              Subject: [PATCH] Mommy, what's a pointer cast?
635      Branch: maint-5.6/perl
636            ! perl.h
637 ____________________________________________________________________________
638 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
639         Log: Subject: [PATCH] Mommy, what's a pointer cast?
640              From: Richard Soderberg <rs@oregonnet.com>
641              Date: Mon, 29 Oct 2001 17:01:10 -0800
642              Message-Id: <200110300101.RAA31561@oregonnet.com>
643              
644              (threads* parts)
645      Branch: perl
646            ! ext/threads/shared/shared.xs ext/threads/threads.xs
647 ____________________________________________________________________________
648 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
649         Log: Subject: [PATCH] Mommy, what's a pointer cast?
650              From: Richard Soderberg <rs@oregonnet.com>
651              Date: Mon, 29 Oct 2001 17:01:10 -0800
652              Message-Id: <200110300101.RAA31561@oregonnet.com>
653              
654              (the perl.h part)
655      Branch: perl
656            ! perl.h
657 ____________________________________________________________________________
658 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
659         Log: Subject: [PATCH] OpenBSD likes signal.h 
660              From: Richard Soderberg <rs@oregonnet.com>
661              Date: Mon, 29 Oct 2001 17:00:31 -0800
662              Message-Id: <200110300100.RAA31533@oregonnet.com>
663      Branch: perl
664            ! unixish.h
665 ____________________________________________________________________________
666 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
667         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
668              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
669              Date: Mon, 29 Oct 2001 23:04:23 -0000
670              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
671      Branch: perl
672            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
673            ! ext/DB_File/t/db-recno.t
674 ____________________________________________________________________________
675 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
676         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
677              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
678              Date: Mon, 29 Oct 2001 12:34:07 -0600
679              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
680      Branch: perl
681            ! ext/Time/HiRes/HiRes.t
682 ____________________________________________________________________________
683 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
684         Log: Update Changes.
685      Branch: perl
686            ! Changes patchlevel.h
687 ____________________________________________________________________________
688 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
689         Log: AIX needs an explicit symbol export list.
690      Branch: perl
691            ! lib/ExtUtils/Embed.t
692 ____________________________________________________________________________
693 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
694         Log: The test (and the module) would require some
695              quality hacking time to work on EBCDIC.  Based n
696              the test results nothing seems to be majorly broken,
697              the module just seems to have strange assumptions:
698              got: ''\226\225\205'
699              expected: ''one'
700              The \226\225\205 being, of course, 'one', in EBCDIC.
701      Branch: perl
702            ! lib/Dumpvalue.t
703 ____________________________________________________________________________
704 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
705         Log: Mark the test known to be failing in EBCDIC.
706      Branch: perl
707            ! t/op/tr.t
708 ____________________________________________________________________________
709 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
710         Log: None of the libnet modules are going to work in
711              EBCDIC without the Convert::EBCDIC.
712      Branch: perl
713            ! t/lib/1_compile.t
714 ____________________________________________________________________________
715 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
716         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
717      Branch: perl
718            ! t/op/pack.t
719 ____________________________________________________________________________
720 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
721         Log: UTF-EBCDIC ain't UTF-8.
722      Branch: perl
723            ! t/op/pack.t
724 ____________________________________________________________________________
725 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
726         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
727      Branch: perl
728            ! t/lib/1_compile.t
729 ____________________________________________________________________________
730 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
731         Log: Let's not assume ASCII.
732      Branch: perl
733            ! t/op/lc.t
734 ____________________________________________________________________________
735 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
736         Log: Call the new perlio symbols differently.
737      Branch: perl
738            ! makedef.pl
739 ____________________________________________________________________________
740 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
741         Log: Don't expect ASCII ordering.
742      Branch: perl
743            ! lib/ExtUtils/Manifest.t
744 ____________________________________________________________________________
745 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
746         Log: Forgot from #12756.
747      Branch: perl
748            ! perlio.h
749 ____________________________________________________________________________
750 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
751         Log: BeOS tweaks:
752              - fseeko and ftello can be found by Configure but
753              we do not seem to have prototypes for them so
754              let's make up some
755              - BeOS didn't use to have real sockets (sockets as
756              filedescriptors) but the BONE package is supposed
757              to fix this.  I do not know how to detect BONEness,
758              see hints/beos.sh for a spot that needs to fixed.
759              - BeOS has O_TEXT != O_BINARY but has no setmode()
760      Branch: perl
761            ! hints/beos.sh perlio.c
762 ____________________________________________________________________________
763 [ 12755] By: sky                                   on 2001/10/29  12:56:12
764         Log: Ugly fix to not die when a thread creator is holding locks.
765      Branch: perl
766            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
767            ! ext/threads/threads.xs
768 ____________________________________________________________________________
769 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
770         Log: Integrate change #12752 from maintperl;
771              
772              croak(Nullch) wasn't printing the contents of ERRSV if there was
773              no outer eval (bug in change#6125)
774      Branch: perl
775           !> util.c
776 ____________________________________________________________________________
777 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
778         Log: Subject: [PATCH h2xs] Use of static data in XS modules
779              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
780              Date: Sun, 28 Oct 2001 21:19:07 -0000
781              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
782              
783              with nits from Sarathy.
784      Branch: perl
785            ! utils/h2xs.PL
786 ____________________________________________________________________________
787 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
788         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
789              no outer eval (bug in change#6125)
790      Branch: maint-5.6/perl
791            ! util.c
792 ____________________________________________________________________________
793 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
794         Log: More todo for the encoding pragma.
795      Branch: perl
796            ! lib/encoding.pm
797 ____________________________________________________________________________
798 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
799         Log: Add the encoding pragma to control the "upgrade"
800              from the native eight bit data to Unicode.
801              
802              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
803      Branch: perl
804            + lib/encoding.pm lib/encoding.t
805            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
806            ! pod/perlunicode.pod pod/perlvar.pod sv.c
807 ____________________________________________________________________________
808 [ 12749] By: sky                                   on 2001/10/28  21:02:33
809         Log: Update documentation.
810      Branch: perl
811            ! ext/threads/shared/shared.pm
812 ____________________________________________________________________________
813 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
814         Log: Integrate change #12747 from maintperl;
815              
816              finishing touches to system() fixes on windows:
817              * detect cmd shell correctly even if it had full path in it
818              * more quoting needed for single-arg system if the argument
819              really had multiple quoted arguments within it
820              * be smarter about not calling the shell when the executable
821              has spaces, but otherwise does not need shell involvement
822              * add a testsuite (windows-specific currently)
823      Branch: perl
824           +> t/op/system.t t/op/system_tests
825            ! MANIFEST pod/perltodo.pod
826           !> win32/win32.c
827 ____________________________________________________________________________
828 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
829         Log: finishing touches to system() fixes on windows:
830              * detect cmd shell correctly even if it had full path in it
831              * more quoting needed for single-arg system if the argument
832              really had multiple quoted arguments within it
833              * be smarter about not calling the shell when the executable
834              has spaces, but otherwise does not need shell involvement
835              * add a testsuite (windows-specific currently)
836      Branch: maint-5.6/perl
837            + t/op/system.t t/op/system_tests
838            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
839 ____________________________________________________________________________
840 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
841         Log: Integrate perlio.
842      Branch: perl
843           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
844 ____________________________________________________________________________
845 [ 12745] By: nick                                  on 2001/10/28  16:08:14
846         Log: Mingw32 fixup for Embed.t
847      Branch: perlio
848            ! lib/ExtUtils/Embed.t
849 ____________________________________________________________________________
850 [ 12744] By: nick                                  on 2001/10/28  15:54:14
851         Log: GCC vs MS 64-bit constant syntax
852      Branch: perlio
853            ! ext/Time/HiRes/HiRes.xs
854 ____________________________________________________________________________
855 [ 12743] By: nick                                  on 2001/10/28  15:42:55
856         Log: Integrate mainline
857      Branch: perlio
858           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
859 ____________________________________________________________________________
860 [ 12742] By: sky                                   on 2001/10/28  14:47:10
861         Log: Manpage updates.
862      Branch: perl
863            ! ext/threads/threads.pm
864 ____________________________________________________________________________
865 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
866         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
867      Branch: perl
868            ! lib/ExtUtils/Embed.t
869 ____________________________________________________________________________
870 [ 12740] By: nick                                  on 2001/10/28  14:14:24
871         Log: Integrate mainline
872      Branch: perlio
873           !> lib/ExtUtils/Embed.t win32/win32.c
874 ____________________________________________________________________________
875 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
876         Log: Need to be ./executed.
877      Branch: perl
878            ! lib/ExtUtils/Embed.t
879 ____________________________________________________________________________
880 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
881         Log: Integrate perlio.
882      Branch: perl
883           !> perlio.c win32/win32.h
884 ____________________________________________________________________________
885 [ 12737] By: nick                                  on 2001/10/28  13:53:45
886         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
887              by gcc -xc++.
888      Branch: perlio
889            ! win32/win32.h
890 ____________________________________________________________________________
891 [ 12736] By: nick                                  on 2001/10/28  13:50:50
892         Log: Have :stdio layer update an honour the fd refcnt table.
893              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
894      Branch: perlio
895            ! perlio.c
896 ____________________________________________________________________________
897 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
898         Log: Integrate changes #12724 and #12725 from maintperl;
899              multiarg system now works.
900      Branch: perl
901           !> win32/win32.c
902 ____________________________________________________________________________
903 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
904         Log: Integrate perlio.
905      Branch: perl
906           +> lib/ExtUtils/Embed.t
907           !> MANIFEST perlio.c
908 ____________________________________________________________________________
909 [ 12733] By: nick                                  on 2001/10/28  13:07:16
910         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
911              least for PERLIO=perlio unthreaded case
912      Branch: perlio
913            ! perlio.c
914 ____________________________________________________________________________
915 [ 12732] By: nick                                  on 2001/10/28  11:10:24
916         Log: Typo in exe name
917      Branch: perlio
918            ! lib/ExtUtils/Embed.t
919 ____________________________________________________________________________
920 [ 12731] By: nick                                  on 2001/10/28  11:09:59
921         Log: Integrate Mainline
922      Branch: perlio
923           !> Changes configure.com ext/DB_File/DB_File.pm
924           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
925           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
926           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
927           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
928           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
929           !> t/TEST t/op/regexp.t win32/buildext.pl
930 ____________________________________________________________________________
931 [ 12730] By: nick                                  on 2001/10/28  11:05:35
932         Log: Fixup Embed.t for Win32/VC++
933      Branch: perlio
934            ! lib/ExtUtils/Embed.t
935 ____________________________________________________________________________
936 [ 12729] By: nick                                  on 2001/10/28  09:36:20
937         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
938              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
939              ExtUtils::Embed.
940      Branch: perlio
941            + lib/ExtUtils/Embed.t
942            ! MANIFEST
943 ____________________________________________________________________________
944 [ 12728] By: sky                                   on 2001/10/28  08:12:53
945         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
946              line manually!
947      Branch: perl
948            ! lib/ExtUtils/xsubpp
949 ____________________________________________________________________________
950 [ 12727] By: sky                                   on 2001/10/28  08:02:09
951         Log: And here we use the prototypes.
952      Branch: perl
953            ! ext/threads/shared/shared.xs
954 ____________________________________________________________________________
955 [ 12726] By: sky                                   on 2001/10/28  08:00:48
956         Log: Support [] style prototypes.
957      Branch: perl
958            ! lib/ExtUtils/xsubpp
959 ____________________________________________________________________________
960 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
961         Log: yet another multi-arg system() fix on windows: batch files as the
962              first argument (i.e. directly executed by CreateProcess()) need
963              extra quoting to escape shell-shock
964      Branch: maint-5.6/perl
965            ! win32/win32.c
966 ____________________________________________________________________________
967 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
968         Log: another multi-arg system() fix on windows: passing empty arguments
969              now works
970      Branch: maint-5.6/perl
971            ! win32/win32.c
972 ____________________________________________________________________________
973 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
974         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
975              No final #else #error because we do not seem to
976              be using #error?
977      Branch: perl
978            ! op.h
979 ____________________________________________________________________________
980 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
981         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
982              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
983              Date: Sat, 27 Oct 2001 23:28:44 EST 
984              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
985      Branch: perl
986            ! ext/Time/HiRes/HiRes.xs
987 ____________________________________________________________________________
988 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
989         Log: Regen perlapi, perltoc.
990      Branch: perl
991            ! pod/perlapi.pod pod/perltoc.pod
992 ____________________________________________________________________________
993 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
994         Log: Subject: [PATCH] sv.h documentation
995              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
996              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
997              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
998      Branch: perl
999            ! sv.h
1000 ____________________________________________________________________________
1001 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
1002         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
1003              system("nmake -nologo", "clean") and there is no executable
1004              called "nmake -nologo"; this used to "work" pre-change#12559 due
1005              to bugs in multiarg system() that have since been fixed
1006      Branch: perl
1007            ! win32/buildext.pl
1008 ____________________________________________________________________________
1009 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
1010         Log: Update Changes.
1011      Branch: perl
1012            ! Changes patchlevel.h
1013 ____________________________________________________________________________
1014 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
1015         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
1016              From: Richard.Foley@t-online.de (Richard Foley)            
1017              Date: Sun, 28 Oct 2001 00:48:32 +0200
1018              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
1019      Branch: perl
1020            ! pod/perlhack.pod
1021 ____________________________________________________________________________
1022 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
1023         Log: Must store pointers with the right width.
1024      Branch: perl
1025            ! op.h
1026 ____________________________________________________________________________
1027 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
1028         Log: Integrate change #12711 from perlio;
1029              
1030              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
1031              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
1032      Branch: perl
1033           !> perlio.c
1034 ____________________________________________________________________________
1035 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
1036         Log: Subject: [PATCH] make minitest
1037              From: Nicholas Clark <nick@ccl4.org>
1038              Date: Sat, 27 Oct 2001 22:56:16 +0100
1039              Message-ID: <20011027225616.L20275@plum.flirble.org>
1040      Branch: perl
1041            ! t/TEST
1042 ____________________________________________________________________________
1043 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
1044         Log: Patch #12661 missed this.
1045      Branch: perl
1046            ! ext/DB_File/DB_File.pm
1047 ____________________________________________________________________________
1048 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
1049         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
1050              From: "Craig A. Berry" <craigberry@mac.com>
1051              Date: Sat, 27 Oct 2001 16:07:47 -0500
1052              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
1053      Branch: perl
1054            ! configure.com perlio.c
1055 ____________________________________________________________________________
1056 [ 12711] By: nick                                  on 2001/10/27  19:49:25
1057         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
1058              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
1059      Branch: perlio
1060            ! perlio.c
1061 ____________________________________________________________________________
1062 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
1063         Log: Let's not replace reason if there's one already supplied.
1064      Branch: perl
1065            ! t/op/regexp.t
1066 ____________________________________________________________________________
1067 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
1068         Log: is not good.
1069      Branch: perl
1070            ! t/op/regexp.t
1071 ____________________________________________________________________________
1072 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
1073         Log: ldlibpth can exist but be unset.
1074      Branch: perl
1075            ! t/TEST
1076 ____________________________________________________________________________
1077 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
1078         Log: Unicode: property alias naming cleanup.
1079      Branch: perl
1080            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
1081 ____________________________________________________________________________
1082 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
1083         Log: FAQ sync.
1084      Branch: perl
1085            ! pod/perlfaq4.pod
1086 ____________________________________________________________________________
1087 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
1088         Log: Integrate change #12703 from maintperl;
1089              
1090              typemap stuff intervenes before declaration, move it to PREINIT
1091              section
1092              
1093              (an empty integrate, but now the files are in sync
1094              between the branches)
1095      Branch: perl
1096           !> ext/ODBM_File/ODBM_File.xs
1097 ____________________________________________________________________________
1098 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
1099         Log: More PerlIO symbols.
1100      Branch: perl
1101            ! makedef.pl
1102 ____________________________________________________________________________
1103 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
1104         Log: typemap stuff intervenes before declaration, move it to PREINIT
1105              section
1106      Branch: maint-5.6/perl
1107            ! ext/ODBM_File/ODBM_File.xs
1108 ____________________________________________________________________________
1109 [ 12702] By: nick                                  on 2001/10/27  14:09:35
1110         Log: Integrate mainline
1111      Branch: perlio
1112           +> ext/threads/shared/t/av_simple.t
1113           +> ext/threads/shared/t/hv_refs.t
1114           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
1115           !> (integrate 109 files)
1116 ____________________________________________________________________________
1117 [ 12700] By: ams                                   on 2001/10/26  21:22:23
1118         Log: Subject: [PATCH] tweak divide
1119              From: Nicholas Clark <nick@ccl4.org>
1120              Date: Fri, 26 Oct 2001 22:52:17 +0100
1121              Message-Id: <20011026225217.B20275@plum.flirble.org>
1122      Branch: perl
1123            ! pp.c
1124 ____________________________________________________________________________
1125 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
1126         Log: Integrate a buncha things from maintperl.
1127      Branch: maint-5.6/macperl
1128           !> (integrate 32 files)
1129 ____________________________________________________________________________
1130 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
1131         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
1132              From: Andy Dougherty <doughera@lafayette.edu>
1133              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
1134              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
1135      Branch: perl
1136            ! hints/svr4.sh
1137 ____________________________________________________________________________
1138 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
1139         Log: When you're root, many things become writable.
1140      Branch: perl
1141            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
1142 ____________________________________________________________________________
1143 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
1144         Log: Update Changes.
1145      Branch: perl
1146            ! Changes patchlevel.h
1147 ____________________________________________________________________________
1148 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
1149         Log: Term/Cap.t attempts to access the floppy drive for no good reason
1150              on dosish systems
1151      Branch: perl
1152            ! lib/Term/Cap.t
1153 ____________________________________________________________________________
1154 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
1155         Log: fix misleading comment on known inadequacy in B::Terse, and skip
1156              it correctly
1157      Branch: perl
1158            ! ext/B/t/terse.t
1159 ____________________________________________________________________________
1160 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
1161         Log: fix spurious AutoSplit.t failure under windows
1162      Branch: perl
1163            ! lib/AutoSplit.t
1164 ____________________________________________________________________________
1165 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
1166         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
1167      Branch: perl
1168            ! ext/Time/HiRes/HiRes.t
1169 ____________________________________________________________________________
1170 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
1171         Log: More logical to use %04"UVXf" than %"UVuf" since
1172              the Unicode standard prefers hex.
1173      Branch: perl
1174            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
1175            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
1176            ! lib/unicore/mktables utf8.c
1177 ____________________________________________________________________________
1178 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
1179         Log: change#12065 seems to have broken Encode build on windows; fix
1180      Branch: perl
1181            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
1182 ____________________________________________________________________________
1183 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
1184         Log: Unicode: add the case folding table.
1185      Branch: perl
1186            + lib/unicore/To/Fold.pl
1187            ! MANIFEST lib/unicore/mktables
1188 ____________________________________________________________________________
1189 [ 12688] By: sky                                   on 2001/10/26  13:51:29
1190         Log: Get the new functions right, do not export lock since we use builtin lock.
1191              TODO: fix xsubpp to support the new prototypes
1192      Branch: perl
1193            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1194 ____________________________________________________________________________
1195 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
1196         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
1197              as suggested by Sarathy.
1198      Branch: perl
1199            ! mg.c
1200 ____________________________________________________________________________
1201 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
1202         Log: avoid compiler warning
1203      Branch: perl
1204            ! win32/win32.c
1205 ____________________________________________________________________________
1206 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
1207         Log: WinCE update from Rainer Keuchel.
1208      Branch: perl
1209            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
1210            ! wince/wince.c
1211 ____________________________________________________________________________
1212 [ 12684] By: sky                                   on 2001/10/26  13:34:33
1213         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
1214      Branch: perl
1215            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1216 ____________________________________________________________________________
1217 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
1218         Log: More fixes that were made to the core and not in the libnet src
1219      Branch: perl
1220            ! lib/Net/Domain.pm
1221 ____________________________________________________________________________
1222 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
1223         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
1224              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
1225              Date: Fri, 26 Oct 2001 13:55:21 +0200
1226              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
1227              
1228              (plus make the db-recno.t#59 accept both \n and \r\n)
1229      Branch: perl
1230            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1231            ! ext/DB_File/t/db-recno.t
1232 ____________________________________________________________________________
1233 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
1234         Log: Fix tests to be able to run in the core and the CPAN dist
1235      Branch: perl
1236            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
1237            ! lib/Net/t/require.t lib/Net/t/smtp.t
1238 ____________________________________________________________________________
1239 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
1240         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
1241              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1242              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
1243              Date: Fri, 26 Oct 2001 08:34:46 EDT
1244      Branch: perl
1245            ! ext/Time/HiRes/HiRes.t
1246 ____________________________________________________________________________
1247 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
1248         Log: Sync libnet modules with what will be libnet-1.08
1249      Branch: perl
1250            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
1251            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
1252            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
1253            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
1254 ____________________________________________________________________________
1255 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
1256         Log: Integrate maintperl changes #12268 and #12669;
1257              
1258              final touches to the audit for statics and thread-unsafe code
1259              * make DB_File, ODBM_File thread-safe 
1260              * remove unnecessary/dangerous statics and protect others
1261              from not getting accidentally enabled under threaded perls
1262              
1263              windows support functions get_childdir() et al aren't exported
1264              correctly under vanilla build
1265              
1266              Testing under win32 appreciated since changes there had
1267              to be manually merged and I cannot test how badly did I do.
1268      Branch: perl
1269           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
1270           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
1271           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
1272           !> win32/vmem.h win32/win32.c win32/win32iop.h
1273 ____________________________________________________________________________
1274 [ 12677] By: sky                                   on 2001/10/26  12:37:17
1275         Log: More Config::threads to threads::threads changes
1276      Branch: perl
1277            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
1278 ____________________________________________________________________________
1279 [ 12676] By: sky                                   on 2001/10/26  12:31:46
1280         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
1281      Branch: perl
1282            ! ext/threads/threads.pm ext/threads/threads.xs
1283 ____________________________________________________________________________
1284 [ 12675] By: sky                                   on 2001/10/26  12:06:30
1285         Log: Allocing a TLS in runtime is not too hot.
1286      Branch: perl
1287            ! ext/threads/threads.xs
1288 ____________________________________________________________________________
1289 [ 12674] By: sky                                   on 2001/10/26  11:59:09
1290         Log: Don't display debug data.
1291      Branch: perl
1292            ! ext/threads/threads.pm
1293 ____________________________________________________________________________
1294 [ 12673] By: sky                                   on 2001/10/26  11:35:47
1295         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
1296              complete bar support for blessed objects.
1297              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
1298      Branch: perl
1299            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
1300 ____________________________________________________________________________
1301 [ 12672] By: sky                                   on 2001/10/26  11:15:28
1302         Log: Fix case where shared reference does not exist in current thread.
1303      Branch: perl
1304            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
1305 ____________________________________________________________________________
1306 [ 12671] By: sky                                   on 2001/10/26  08:48:52
1307         Log: Support for references in shared arrays.
1308      Branch: perl
1309            ! ext/threads/shared/shared.xs
1310 ____________________________________________________________________________
1311 [ 12670] By: sky                                   on 2001/10/26  08:30:11
1312         Log: Add tests for references in hashes.
1313      Branch: perl
1314            + ext/threads/shared/t/hv_refs.t
1315            ! MANIFEST
1316 ____________________________________________________________________________
1317 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
1318         Log: windows support functions get_childdir() et al aren't exported
1319              correctly under vanilla build
1320      Branch: maint-5.6/perl
1321            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
1322 ____________________________________________________________________________
1323 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
1324         Log: final touches to the audit for statics and thread-unsafe code
1325              * make DB_File, ODBM_File thread-safe 
1326              * remove unnecessary/dangerous statics and protect others
1327              from not getting accidentally enabled under threaded perls
1328      Branch: maint-5.6/perl
1329            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
1330            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
1331            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
1332            ! win32/win32.c
1333 ____________________________________________________________________________
1334 [ 12667] By: ams                                   on 2001/10/26  03:48:36
1335         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
1336              From: "Richard Soderberg" <rs@crystalflame.net>
1337              Date: Thu, 25 Oct 2001 23:42:50 -0400
1338              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
1339      Branch: perl
1340            ! sharedsv.c
1341 ____________________________________________________________________________
1342 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
1343         Log: Integrate change #12664 from maintperl;
1344              
1345              the newest GCCs don't seem to like C<"string1"##STRING2>
1346              so keep it as C<"string1" STRING2> (latter appears to
1347              work everywhere)
1348      Branch: perl
1349           !> ext/DynaLoader/dlutils.c
1350 ____________________________________________________________________________
1351 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
1352         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
1353              From: Chris Nandor <pudge@pobox.com>
1354              Date: Thu, 25 Oct 2001 22:15:03 -0400
1355              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
1356      Branch: perl
1357            ! perl.h
1358 ____________________________________________________________________________
1359 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
1360         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
1361              C<"string1" STRING2> (latter appears to work everywhere)
1362      Branch: maint-5.6/perl
1363            ! ext/DynaLoader/dlutils.c
1364 ____________________________________________________________________________
1365 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
1366         Log: AUTHORS update.
1367      Branch: perl
1368            ! AUTHORS
1369 ____________________________________________________________________________
1370 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
1371         Log: Integrate change #12660 from maintperl;
1372              
1373              make the dMY_CXT stuff available under all of
1374              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
1375      Branch: perl
1376           !> perl.h
1377 ____________________________________________________________________________
1378 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
1379         Log: Subject: [PATCH] DB_File-1.79
1380              From: "Paul Marquess" <paul.marquess@openwave.com>
1381              Date: Fri, 26 Oct 2001 00:03:54 +0100
1382              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
1383      Branch: perl
1384            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
1385            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
1386 ____________________________________________________________________________
1387 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
1388         Log: make the dMY_CXT stuff available under all of
1389              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
1390      Branch: maint-5.6/perl
1391            ! perl.h
1392 ____________________________________________________________________________
1393 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
1394         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
1395              From: Michael G Schwern <schwern@pobox.com>
1396              Date: Thu, 25 Oct 2001 18:28:12 -0400
1397              Message-ID: <20011025182812.M4811@blackrider>
1398      Branch: perl
1399            ! t/run/kill_perl.t
1400 ____________________________________________________________________________
1401 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
1402         Log: STRLEN != int.
1403      Branch: perl
1404            ! regcomp.c regexec.c
1405 ____________________________________________________________________________
1406 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
1407         Log: Subject: [PATCH] remove small IVop redundancy
1408              From: Nicholas Clark <nick@ccl4.org>
1409              Date: Thu, 25 Oct 2001 22:48:28 +0100
1410              Message-ID: <20011025224827.M66471@plum.flirble.org>
1411      Branch: perl
1412            ! pp.c pp_hot.c
1413 ____________________________________________________________________________
1414 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
1415         Log: Metaconfig unit change for #12655.
1416      Branch: metaconfig/U/perl
1417            ! Extensions.U
1418 ____________________________________________________________________________
1419 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
1420         Log: Subject: Re: Not OK @12650
1421              From: Andy Dougherty <doughera@lafayette.edu>
1422              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
1423              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
1424      Branch: perl
1425            ! Configure
1426 ____________________________________________________________________________
1427 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
1428         Log: Integrate changes #12652 and #12653 from maintperl;
1429              
1430              more tweaks to change#12626
1431              * move the boilerplate code over to perl.h and make DynaLoader
1432              use it
1433              * make re, Opcode, File::Glob and B threadsafe
1434              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
1435              C<no re;> anywhere)
1436              
1437              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
1438              
1439              File::Glob required a bit more work in bleadperl
1440              because of ExtUtils::Constant (see the Makefile.PL change)
1441      Branch: perl
1442            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
1443           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1444           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
1445 ____________________________________________________________________________
1446 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
1447         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
1448      Branch: maint-5.6/perl
1449            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1450            ! ext/Opcode/Opcode.xs ext/re/re.xs
1451 ____________________________________________________________________________
1452 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
1453         Log: more tweaks to change#12626
1454              * move the boilerplate code over to perl.h and make DynaLoader
1455              use it
1456              * make re, Opcode, File::Glob and B threadsafe
1457              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
1458              C<no re;> anywhere)
1459      Branch: maint-5.6/perl
1460            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1461            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
1462 ____________________________________________________________________________
1463 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
1464         Log: Metaconfig unit change for #12650.
1465      Branch: metaconfig/U/perl
1466            ! Extensions.U
1467 ____________________________________________________________________________
1468 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
1469         Log: Subject: Re: ithreads doesn't like usedl=n
1470              From: Andy Dougherty <doughera@lafayette.edu>
1471              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
1472              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
1473              
1474              Special-case threads::shared.
1475      Branch: perl
1476            ! Configure
1477 ____________________________________________________________________________
1478 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
1479         Log: Getting fancier...
1480      Branch: perl
1481            ! t/TEST
1482 ____________________________________________________________________________
1483 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
1484         Log: csh - what a pain.
1485      Branch: perl
1486            ! t/TEST
1487 ____________________________________________________________________________
1488 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
1489         Log: Update Changes.
1490      Branch: perl
1491            ! Changes patchlevel.h
1492 ____________________________________________________________________________
1493 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
1494         Log: Allow resetting the locale system for the duration
1495              of the build (Mac OS X default setting LANG=En_US
1496              ist kaputt)
1497      Branch: perl
1498            ! Makefile.SH
1499 ____________________________________________________________________________
1500 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
1501         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
1502      Branch: perl
1503            ! ext/Digest/MD5/t/files.t
1504 ____________________________________________________________________________
1505 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
1506         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
1507              From: Andy Dougherty <doughera@lafayette.edu>
1508              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
1509              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
1510      Branch: perl
1511            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
1512            ! ext/threads/shared/Makefile.PL
1513 ____________________________________________________________________________
1514 [ 12643] By: sky                                   on 2001/10/25  12:28:26
1515         Log: Add support for reference members of hashes.
1516      Branch: perl
1517            ! ext/threads/shared/shared.xs
1518 ____________________________________________________________________________
1519 [ 12642] By: ams                                   on 2001/10/25  12:21:13
1520         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
1521              From: "Norton Allen" <nort@qnx.com>
1522              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
1523              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
1524      Branch: perl
1525            ! ext/Digest/MD5/MD5.xs
1526 ____________________________________________________________________________
1527 [ 12641] By: sky                                   on 2001/10/25  10:27:39
1528         Log: Tests shared hashes.
1529      Branch: perl
1530            + ext/threads/shared/t/hv_simple.t
1531            ! MANIFEST
1532 ____________________________________________________________________________
1533 [ 12640] By: sky                                   on 2001/10/25  10:18:23
1534         Log: Fix threadcounts for arrays and hashes.
1535      Branch: perl
1536            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1537 ____________________________________________________________________________
1538 [ 12639] By: sky                                   on 2001/10/25  10:17:26
1539         Log: Note to self, doing *src_ary++ in a macro that evaluates
1540              the value more than once is a good way to dump core.
1541      Branch: perl
1542            ! sharedsv.c
1543 ____________________________________________________________________________
1544 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
1545         Log: Integrate change #12636 from maintperl; more dl fixups.
1546      Branch: perl
1547           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
1548           !> ext/DynaLoader/dl_vms.xs
1549 ____________________________________________________________________________
1550 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
1551         Log: Like dl_hpux, like dl_dld.
1552      Branch: perl
1553            ! ext/DynaLoader/dl_dld.xs
1554 ____________________________________________________________________________
1555 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
1556         Log: followups to change#12635
1557      Branch: maint-5.6/perl
1558            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
1559            ! ext/DynaLoader/dl_vms.xs
1560 ____________________________________________________________________________
1561 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
1562         Log: add part of change#12634 to the two files that need it; dl_aix.xs
1563              in maint-5.6 doesn't have the branch that had the problem in
1564              mainline
1565      Branch: maint-5.6/perl
1566            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1567 ____________________________________________________________________________
1568 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
1569         Log: Fixes for #12627.
1570      Branch: perl
1571            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
1572 ____________________________________________________________________________
1573 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
1574         Log: Since pv_uni_display and sv_uni_display are now used
1575              in the re extension, their symbols have to be exported.
1576      Branch: perl
1577            ! embed.pl global.sym
1578 ____________________________________________________________________________
1579 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
1580         Log: Subject:  Re: [PATCH Perl@12567] debug /list
1581              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1582              Date: Tue, 23 Oct 2001 21:40:33 EDT
1583              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
1584      Branch: perl
1585            ! configure.com
1586 ____________________________________________________________________________
1587 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
1588         Log: This takes care of some of the re 'debug' cases but
1589              not all cases since the information whether the pattern
1590              or the target are utf8 seems to be either lost or not
1591              spread widely enough, sigh.
1592      Branch: perl
1593            ! regcomp.c
1594 ____________________________________________________________________________
1595 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
1596         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
1597              From: John Peacock <jpeacock@rowman.com>
1598              Date: Wed, 24 Oct 2001 16:53:29 -0400
1599              Message-ID: <3BD72A49.1508D152@rowman.com>
1600      Branch: perl
1601            ! configure.com
1602 ____________________________________________________________________________
1603 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
1604         Log: Upgrade NetWare and WinCE as in #12626.
1605      Branch: perl
1606            ! NetWare/dl_netware.xs wince/dl_win32.xs
1607 ____________________________________________________________________________
1608 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
1609         Log: Tru64 compiler nit.
1610      Branch: perl
1611            ! ext/threads/shared/shared.xs
1612 ____________________________________________________________________________
1613 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
1614         Log: Integrate change #12626 from maintperl;
1615              make DynaLoader threadsafe by moving all statics into
1616              interpreter-local space
1617              
1618              TODO: Netware, OS/2, WinCE
1619      Branch: perl
1620           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1621           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
1622           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
1623           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
1624           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1625           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1626           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
1627 ____________________________________________________________________________
1628 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
1629         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
1630              space
1631      Branch: maint-5.6/perl
1632            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1633            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
1634            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
1635            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
1636            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1637            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1638            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
1639 ____________________________________________________________________________
1640 [ 12625] By: sky                                   on 2001/10/24  20:05:26
1641         Log: Change #12623 inflicted an infinite hang. Fixed.
1642      Branch: perl
1643            ! ext/threads/shared/shared.xs
1644 ____________________________________________________________________________
1645 [ 12624] By: sky                                   on 2001/10/24  19:06:55
1646         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
1647      Branch: perl
1648            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1649 ____________________________________________________________________________
1650 [ 12623] By: sky                                   on 2001/10/24  18:06:34
1651         Log: We need to do sharedsv_find in the original perl context.
1652      Branch: perl
1653            ! ext/threads/shared/shared.xs
1654 ____________________________________________________________________________
1655 [ 12622] By: sky                                   on 2001/10/24  17:26:51
1656         Log: Add support for basic support for AVs, references not supported yet.
1657              Add test for AVs.
1658              Add more tests to sv_refs
1659              Fix documentation issues.  
1660      Branch: perl
1661            + ext/threads/shared/t/av_simple.t
1662            ! MANIFEST ext/threads/shared/shared.pm
1663            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
1664 ____________________________________________________________________________
1665 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
1666         Log: Dump Unicode better for re 'debug'.  The regprop()
1667              is unfinished since have to figure out how to detect
1668              Unicodeness in there.
1669      Branch: perl
1670            ! regcomp.c regexec.c
1671 ____________________________________________________________________________
1672 [ 12620] By: sky                                   on 2001/10/24  13:18:07
1673         Log: Add support for finding shared arrays and hashes.
1674      Branch: perl
1675            ! sharedsv.c
1676 ____________________________________________________________________________
1677 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
1678         Log: Rewrite sv_uni_display() as pv_uni_display() as
1679              reimplement sv_uni_display() using that.
1680      Branch: perl
1681            ! dump.c embed.h embed.pl proto.h
1682 ____________________________________________________________________________
1683 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
1684         Log: Integrate change #12615 from maintperl;
1685              on Windows, IO::File::new_tmpfile() fails after being called
1686              32767 times because MSVCRT thinks stdio's TMP_MAX is a
1687              process-wide limit
1688      Branch: perl
1689           !> win32/win32.c
1690 ____________________________________________________________________________
1691 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
1692         Log: Don't try to print ints as IVs.
1693      Branch: perl
1694            ! ext/Time/HiRes/HiRes.xs
1695 ____________________________________________________________________________
1696 [ 12616] By: sky                                   on 2001/10/24  11:06:35
1697         Log: We only need to fetch the SV from the backend if the index
1698              is not the same as mg_private.     In theory this could be
1699              a problem if there are an exact multiple of U16 changes
1700              of a shared variable between two access in a given thread,
1701              we choose to avoid theory for now.
1702      Branch: perl
1703            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
1704 ____________________________________________________________________________
1705 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
1706         Log: on Windows, IO::File::new_tmpfile() fails after being called
1707              32767 times because MSVCRT thinks stdio's TMP_MAX is a
1708              process-wide limit
1709      Branch: maint-5.6/perl
1710            ! win32/win32.c
1711 ____________________________________________________________________________
1712 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
1713         Log: Negation and Unicode: sort of solves 20010303.010,
1714              except not quite like reported in the Subject
1715              (Perl_warner is still utf8-ignorant).
1716      Branch: perl
1717            ! pp.c t/lib/warnings/sv
1718 ____________________________________________________________________________
1719 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
1720         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
1721      Branch: perl
1722            ! sv.c t/lib/warnings/sv
1723 ____________________________________________________________________________
1724 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
1725         Log: sv_uni_display(): do not add the "...", let the caller
1726              do it if wanted, and be prepared for more display options.
1727      Branch: perl
1728            ! dump.c embed.h embed.pl proto.h
1729 ____________________________________________________________________________
1730 [ 12611] By: nick                                  on 2001/10/23  20:28:07
1731         Log: Integrate mainline
1732      Branch: perlio
1733           !> Changes configure.com cygwin/cygwin.c
1734           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
1735           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
1736           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
1737           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
1738           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
1739           !> utils/h2xs.PL utils/perldoc.PL
1740 ____________________________________________________________________________
1741 [ 12610] By: sky                                   on 2001/10/23  19:39:24
1742         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
1743              READONLY but still dies with modification attempt. We only call bless for ext and
1744              umagic.
1745      Branch: perl
1746            ! sv.c
1747 ____________________________________________________________________________
1748 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
1749         Log: Croak() on negative time; doc tweaks.
1750      Branch: perl
1751            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1752            ! ext/Time/HiRes/HiRes.xs
1753 ____________________________________________________________________________
1754 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
1755         Log: FAQ sync.
1756      Branch: perl
1757            ! pod/perlfaq4.pod pod/perlfaq7.pod
1758 ____________________________________________________________________________
1759 [ 12607] By: sky                                   on 2001/10/23  18:27:27
1760         Log: Call setmagic on the referant we blessing!
1761      Branch: perl
1762            ! sv.c
1763 ____________________________________________________________________________
1764 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
1765         Log: Small test nits.
1766      Branch: perl
1767            ! t/op/lc.t
1768 ____________________________________________________________________________
1769 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
1770         Log: Update Changes.
1771      Branch: perl
1772            ! Changes patchlevel.h
1773 ____________________________________________________________________________
1774 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
1775         Log: Make the PerlIO_init() prototypes consistent.
1776      Branch: perl
1777            ! perlio.c
1778 ____________________________________________________________________________
1779 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
1780         Log: Upping the test count is a good idea.
1781      Branch: perl
1782            ! t/op/lc.t
1783 ____________________________________________________________________________
1784 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
1785         Log: Document the final sigma spot.
1786      Branch: perl
1787            ! pp.c
1788 ____________________________________________________________________________
1789 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
1790         Log: Fix multicharacter titlecase (ucfirst).
1791      Branch: perl
1792            ! pod/perlunicode.pod pp.c t/op/lc.t
1793 ____________________________________________________________________________
1794 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
1795         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
1796              From: Mikhail Zabaluev <mhz@alt-linux.org>
1797              Date: Tue, 23 Oct 2001 10:40:37 +0400
1798              Message-ID: <20011023104037.A12761@localhost.localdomain>
1799              
1800              (#12406 replaced with this)
1801      Branch: perl
1802            ! utils/perldoc.PL
1803 ____________________________________________________________________________
1804 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
1805         Log: MacOS Classic updates from Pudge.
1806      Branch: perl
1807            ! lib/File/Spec.t lib/File/Spec/Mac.pm
1808 ____________________________________________________________________________
1809 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
1810         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
1811              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1812              Date: Sun, 14 Oct 2001 23:14:46 +0200
1813              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
1814              
1815              except for the 2->4 changes.
1816      Branch: perl
1817            ! lib/AutoSplit.t
1818 ____________________________________________________________________________
1819 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
1820         Log: integrate macperl contents into maint-5.6
1821      Branch: maint-5.6/perl
1822            ! mg.c
1823           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
1824           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
1825           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
1826           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
1827           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
1828           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
1829           !> t/lib/filefind.t t/lib/filespec.t
1830 ____________________________________________________________________________
1831 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
1832         Log: At some point the #6234 has been lost from the mainline
1833              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
1834      Branch: perl
1835            ! lib/File/Spec/Win32.pm
1836 ____________________________________________________________________________
1837 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
1838         Log: Cygwin seems to round up (or closest, but not down)
1839              for time(), so half of the time (bad pun intended)
1840              Time::HiRes::time() is less than time(), half of
1841              the time it's more.  So let's try harder in the loop.
1842      Branch: perl
1843            ! ext/Time/HiRes/HiRes.t
1844 ____________________________________________________________________________
1845 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
1846         Log: MacOS Classic timeofday(), from Chris Nandor. 
1847      Branch: perl
1848            ! ext/Time/HiRes/HiRes.xs
1849 ____________________________________________________________________________
1850 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
1851         Log: Integrate changes #12580 and #12581 from macperl;
1852              
1853              Fix path construction.
1854              
1855              (Copyright) Nit.
1856      Branch: perl
1857           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
1858 ____________________________________________________________________________
1859 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
1860         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
1861              doesn't seem to help (the error being output to console, maybe?)
1862      Branch: perl
1863            ! lib/Net/Domain.pm
1864 ____________________________________________________________________________
1865 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
1866         Log: Taint the getcwd() result also in Cygwin.
1867              (TODO: which other platforms need the same thing?)
1868      Branch: perl
1869            ! cygwin/cygwin.c
1870 ____________________________________________________________________________
1871 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
1872         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
1873      Branch: perl
1874            ! t/op/taint.t
1875 ____________________________________________________________________________
1876 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
1877         Log: getpwuid() fragility continues.
1878      Branch: perl
1879            ! utils/h2xs.PL
1880 ____________________________________________________________________________
1881 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
1882         Log: getpwuid() might succeed but that's no guarantee
1883              that the $home will be defined.
1884      Branch: perl
1885            ! ext/File/Glob/t/basic.t
1886 ____________________________________________________________________________
1887 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
1888         Log: It's safer to to expand the variable, too... (see #12571)
1889      Branch: perl
1890            ! t/TEST
1891 ____________________________________________________________________________
1892 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
1893         Log: Integrate with maintperl.
1894      Branch: maint-5.6/macperl
1895           !> win32/bin/pl2bat.pl win32/win32.c
1896 ____________________________________________________________________________
1897 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
1898         Log: Oops, forgot to include Win32 ... just as well, since it
1899              seems in bleadperl, change #7764 was not included
1900              (adding C:\temp).  Re-added.  Rip it back out if it
1901              doesn't belong.  :-)
1902      Branch: maint-5.6/macperl
1903            ! lib/File/Spec/Win32.pm
1904 ____________________________________________________________________________
1905 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
1906         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
1907              From: "Craig A. Berry" <craigberry@mac.com>
1908              Date: Mon, 22 Oct 2001 15:25:19 -0500
1909              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
1910      Branch: perl
1911            ! configure.com
1912 ____________________________________________________________________________
1913 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
1914         Log: Add in lots of File::Spec changes, from Thomas Wegner,
1915              and sync with changes from bleadperl.
1916      Branch: maint-5.6/macperl
1917            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
1918            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
1919            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1920            ! lib/File/Spec/Win32.pm t/lib/filespec.t
1921 ____________________________________________________________________________
1922 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
1923         Log: Sync with latest File::Find and tests from bleadperl.
1924      Branch: maint-5.6/macperl
1925            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
1926 ____________________________________________________________________________
1927 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
1928         Log: Nit.
1929      Branch: maint-5.6/macperl
1930            ! perl.c
1931 ____________________________________________________________________________
1932 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
1933         Log: Fix path construction.
1934      Branch: maint-5.6/macperl
1935            ! ext/DynaLoader/DynaLoader_pm.PL
1936 ____________________________________________________________________________
1937 [ 12579] By: nick                                  on 2001/10/22  19:08:35
1938         Log: Integrate mainline (for Arthurs thread.xs fix)
1939      Branch: perlio
1940           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
1941 ____________________________________________________________________________
1942 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
1943         Log: Fix up exported symbols, move relevant docs
1944              over from macperl.pod.
1945      Branch: maint-5.6/macperl
1946            ! macos/ext/MacPerl/MacPerl.pm
1947 ____________________________________________________________________________
1948 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
1949         Log: Make ADDRESS called optionally as a method.
1950      Branch: maint-5.6/macperl
1951            ! macos/lib/Mac/Glue.pm
1952 ____________________________________________________________________________
1953 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
1954         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
1955              Apple event.
1956      Branch: maint-5.6/macperl
1957            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
1958            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
1959            ! macos/macperl/MPTerminology.aete
1960 ____________________________________________________________________________
1961 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
1962         Log: Clean up some build utilities. Change Entab to Duplicate;
1963              fix docs and error reporting; improve macify() of paths;
1964              remove requirement for Exporter.pm presence.
1965      Branch: maint-5.6/macperl
1966            ! macos/InstallBLIB macos/MacPerlTests.cmd
1967            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
1968 ____________________________________________________________________________
1969 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
1970         Log: Sync Time::HiRes with bleadperl
1971      Branch: maint-5.6/macperl
1972            ! macos/bundled_ext/Time/HiRes/HiRes.pm
1973            ! macos/bundled_ext/Time/HiRes/HiRes.t
1974            ! macos/bundled_ext/Time/HiRes/HiRes.xs
1975 ____________________________________________________________________________
1976 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
1977         Log: Fix up Changes
1978      Branch: maint-5.6/macperl
1979            ! macos/Changes
1980 ____________________________________________________________________________
1981 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
1982         Log: A user might belong to only a single group
1983              (the group equal to the group id).
1984      Branch: perl
1985            ! t/op/groups.t
1986 ____________________________________________________________________________
1987 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
1988         Log: Prepending (instead of replacing with) the pwd is safer. 
1989      Branch: perl
1990            ! t/TEST
1991 ____________________________________________________________________________
1992 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
1993         Log: Be more robust if no hostname or domainname
1994              (especially the latter)
1995      Branch: perl
1996            ! lib/Net/Domain.pm
1997 ____________________________________________________________________________
1998 [ 12569] By: sky                                   on 2001/10/22  17:41:07
1999         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
2000      Branch: perl
2001            ! ext/threads/threads.xs
2002 ____________________________________________________________________________
2003 [ 12568] By: nick                                  on 2001/10/22  16:31:24
2004         Log: Integrate mainline
2005      Branch: perlio
2006           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
2007           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2008           +> ext/threads/shared/t/sv_refs.t
2009           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
2010            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2011            - lib/unicore/To/SpecUpper.pl
2012           !> (integrate 42 files)
2013 ____________________________________________________________________________
2014 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
2015         Log: Update Changes.
2016      Branch: perl
2017            ! Changes patchlevel.h
2018 ____________________________________________________________________________
2019 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
2020         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
2021              From: Michael G Schwern <schwern@pobox.com>
2022              Date: Mon, 22 Oct 2001 03:48:38 -0400
2023              Message-ID: <20011022034838.B1676@blackrider>
2024      Branch: perl
2025            ! pod/perlvar.pod
2026 ____________________________________________________________________________
2027 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
2028         Log: Pod nits, as suggested by Stas Bekman.
2029      Branch: perl
2030            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2031 ____________________________________________________________________________
2032 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
2033         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
2034              From: "Paul Marquess" <paul.marquess@openwave.com> 
2035              Date: Sun, 21 Oct 2001 21:11:15 +0100
2036              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
2037      Branch: perl
2038            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
2039            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
2040            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
2041            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
2042            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
2043            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
2044            ! ext/SDBM_File/sdbm.t
2045 ____________________________________________________________________________
2046 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
2047         Log: Integrate change #12559 from maintperl;
2048              various fixes for system() and backticks under windows
2049      Branch: perl
2050           !> win32/win32.c
2051 ____________________________________________________________________________
2052 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
2053         Log: Integrate change #12560 from maintperl;
2054              make pl2bat use %0 rather than "%0" (the latter fails to work
2055              in a lot of common cases)
2056      Branch: perl
2057           !> win32/bin/pl2bat.pl
2058 ____________________________________________________________________________
2059 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
2060         Log: Integrate changes #12549 and #12550 from maintperl;
2061              
2062              readline() doesn't work with our variables; it confuses them with
2063              my variables (change#4227 was incomplete)
2064      Branch: perl
2065            ! t/lib/strict/vars
2066           !> t/base/rs.t toke.c
2067 ____________________________________________________________________________
2068 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
2069         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
2070              in a lot of common cases)
2071      Branch: maint-5.6/perl
2072            ! win32/bin/pl2bat.pl
2073 ____________________________________________________________________________
2074 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
2075         Log: various fixes for system() and backticks under windows:
2076              
2077              * avoid munging whitespace that is passed within quotes
2078              * work around a cmd.exe misfeature that made multi-arg
2079              system() unreliable when there is more than one quoted
2080              argument
2081              * make multi-arg system() autoquote arguments as needed
2082              before passing them to the shell (this avoids having to
2083              second guess the shell quoting)
2084              * perl's -Dp switch can be used to trace the innards
2085      Branch: maint-5.6/perl
2086            ! win32/win32.c
2087 ____________________________________________________________________________
2088 [ 12558] By: nick                                  on 2001/10/22  08:58:42
2089         Log: Integrate ithreads buffer flush fix from perlio
2090      Branch: perl
2091           !> ext/threads/t/basic.t perl.c
2092 ____________________________________________________________________________
2093 [ 12557] By: nick                                  on 2001/10/22  08:35:09
2094         Log: All tests pass (legitimately) on ithreads
2095      Branch: perlio
2096            ! ext/threads/t/basic.t perl.c
2097 ____________________________________________________________________________
2098 [ 12556] By: nick                                  on 2001/10/22  06:51:22
2099         Log: Integrate non-ithreads fix to mainline
2100      Branch: perl
2101           !> perlio.c
2102 ____________________________________________________________________________
2103 [ 12555] By: nick                                  on 2001/10/22  06:48:33
2104         Log: Restore non-ithreads build. Interestingly binmode test passes
2105              non-ithreads - so crlf layer is not damaged and ithreads fail
2106              is a symptom ...
2107      Branch: perlio
2108            ! perlio.c
2109 ____________________________________________________________________________
2110 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
2111         Log: Integrate from perlio; restructuring.
2112      Branch: perl
2113           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
2114           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
2115           !> win32/perlhost.h
2116 ____________________________________________________________________________
2117 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
2118         Log: Integrate from maintperl
2119              (Changes 12350, 12496, 12548, 12549, 12550)
2120      Branch: maint-5.6/macperl
2121           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
2122           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
2123 ____________________________________________________________________________
2124 [ 12552] By: nick                                  on 2001/10/21  19:18:12
2125         Log: Win32 PerlIO_cleanup special cases should no longer be required.
2126      Branch: perlio
2127            ! perl.c
2128 ____________________________________________________________________________
2129 [ 12551] By: nick                                  on 2001/10/21  19:16:56
2130         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
2131      Branch: perlio
2132            ! win32/makefile.mk
2133 ____________________________________________________________________________
2134 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
2135         Log: change#12549 wasn't aware of strictures
2136      Branch: maint-5.6/perl
2137            ! t/pragma/strict-vars toke.c
2138 ____________________________________________________________________________
2139 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
2140         Log: readline() doesn't work with our variables; it confuses them with
2141              my variables (change#4227 was incomplete)
2142      Branch: maint-5.6/perl
2143            ! t/base/rs.t toke.c
2144 ____________________________________________________________________________
2145 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
2146         Log: change#12220 appears to have pulled in a mainline change that
2147              isn't applicable to maint-5.6 (some platforms don't taint
2148              cwd)
2149      Branch: maint-5.6/perl
2150            ! t/lib/filefind-taint.t
2151 ____________________________________________________________________________
2152 [ 12547] By: nick                                  on 2001/10/21  17:15:54
2153         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
2154              for them. Call explicit cleanup during destruct process.
2155              - one binmode test is failing
2156              - also ext/threads/t/basic.t fails under make test, and is noisy under
2157              harness. (Threads results are intermingled and don't match order expected.)
2158      Branch: perlio
2159            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
2160            ! perlio.h perliol.h pod/perlapi.pod sv.c
2161 ____________________________________________________________________________
2162 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
2163         Log: Implement multicharacter case mappings where a single
2164              Unicode character can be mapped into several.
2165      Branch: perl
2166            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2167            - lib/unicore/To/SpecUpper.pl
2168            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
2169            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
2170            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
2171            ! proto.h t/op/lc.t utf8.c
2172 ____________________________________________________________________________
2173 [ 12545] By: sky                                   on 2001/10/21  15:25:16
2174         Log: First support of threads::shared, support shared svs and references.
2175      Branch: perl
2176            + ext/threads/shared/Makefile.PL ext/threads/shared/README
2177            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2178            + ext/threads/shared/t/sv_refs.t
2179            + ext/threads/shared/t/sv_simple.t
2180            ! MANIFEST sharedsv.c
2181 ____________________________________________________________________________
2182 [ 12544] By: nick                                  on 2001/10/21  14:52:35
2183         Log: PerlIO layer table as PL_perlio (per-interpreter)
2184      Branch: perlio
2185            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
2186            ! pod/perlapi.pod sv.c
2187 ____________________________________________________________________________
2188 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
2189         Log: Prettyprinting.
2190      Branch: perl
2191            ! pod/perlunicode.pod
2192 ____________________________________________________________________________
2193 [ 12542] By: ams                                   on 2001/10/21  03:50:25
2194         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
2195              From: "Sean M. Burke" <sburke@cpan.org>
2196              Date: Sat, 20 Oct 2001 17:51:09 -0600
2197              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
2198      Branch: perl
2199            + pod/perlpodspec.pod
2200            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
2201            ! pod/perltoc.pod
2202 ____________________________________________________________________________
2203 [ 12541] By: nick                                  on 2001/10/20  22:23:53
2204         Log: Fix typos in new locking on MemShared
2205              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
2206              - seems to make segfaults more deterministic - suspect they are 
2207              attempt to free() after Interp and Host have gone.
2208      Branch: perlio
2209            ! perlio.c win32/perlhost.h
2210 ____________________________________________________________________________
2211 [ 12540] By: nick                                  on 2001/10/20  21:50:46
2212         Log: Remove the MemShared re-#define (again)
2213      Branch: perlio
2214            ! perlio.c
2215 ____________________________________________________________________________
2216 [ 12539] By: nick                                  on 2001/10/20  21:49:06
2217         Log: Use locks on MemShared
2218      Branch: perlio
2219            ! win32/perlhost.h
2220 ____________________________________________________________________________
2221 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
2222         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
2223              From: "chromatic" <chromatic@rmci.net>
2224              Date: Sat, 20 Oct 2001 11:13:47 -0600
2225              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
2226      Branch: perl
2227            ! installhtml
2228 ____________________________________________________________________________
2229 [ 12537] By: nick                                  on 2001/10/20  16:44:03
2230         Log: Integrate mainline
2231      Branch: perlio
2232           !> (integrate 48 files)
2233 ____________________________________________________________________________
2234 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
2235         Log: Update Changes.
2236      Branch: perl
2237            ! Changes patchlevel.h
2238 ____________________________________________________________________________
2239 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
2240         Log: Upgrade to podlators 1.11, from Russ Allbery.
2241      Branch: perl
2242            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
2243            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2244            ! pod/pod2man.PL pod/pod2text.PL
2245 ____________________________________________________________________________
2246 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
2247         Log: Integrate perlio change #12532:
2248              introduce and use PerlIO_intmod2str().
2249      Branch: perl
2250           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
2251 ____________________________________________________________________________
2252 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
2253         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
2254      Branch: perl
2255            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
2256 ____________________________________________________________________________
2257 [ 12532] By: nick                                  on 2001/10/20  14:25:37
2258         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
2259              Use for non-PERLIO fdupopen().
2260      Branch: perlio
2261            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
2262 ____________________________________________________________________________
2263 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
2264         Log: Integrate perlio: PerlIO win32 fixes.
2265      Branch: perl
2266           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
2267           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
2268           !> proto.h sv.h win32/win32io.c
2269 ____________________________________________________________________________
2270 [ 12530] By: nick                                  on 2001/10/20  12:53:30
2271         Log: Fixed in two places - p4 resolve
2272      Branch: perlio
2273            ! perlsdio.h
2274 ____________________________________________________________________________
2275 [ 12529] By: nick                                  on 2001/10/20  12:51:05
2276         Log: Fix for ithreads/stdio build
2277      Branch: perlio
2278            ! perlio.c perlsdio.h
2279 ____________________________________________________________________________
2280 [ 12528] By: ams                                   on 2001/10/20  12:13:25
2281         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
2282              From: Michael G Schwern <schwern@pobox.com>
2283              Date: Sat, 20 Oct 2001 01:41:21 -0400
2284              Message-Id: <20011020014121.I3681@blackrider>
2285      Branch: perl
2286            ! installman
2287 ____________________________________________________________________________
2288 [ 12527] By: ams                                   on 2001/10/20  12:09:41
2289         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
2290              From: Michael G Schwern <schwern@pobox.com>
2291              Date: Sat, 20 Oct 2001 02:04:21 -0400
2292              Message-Id: <20011020020421.A11732@blackrider>
2293      Branch: perl
2294            ! lib/Pod/Checker.pm
2295 ____________________________________________________________________________
2296 [ 12526] By: ams                                   on 2001/10/20  11:59:41
2297         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
2298              From: "chromatic" <chromatic@rmci.net>
2299              Date: Fri, 19 Oct 2001 22:46:39 -0600
2300              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
2301      Branch: perl
2302            ! lib/Net/Config.pm
2303 ____________________________________________________________________________
2304 [ 12525] By: nick                                  on 2001/10/20  11:16:18
2305         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
2306              Perl_sv_setsv_flags directly.
2307      Branch: perlio
2308            ! ext/threads/threads.xs
2309 ____________________________________________________________________________
2310 [ 12524] By: nick                                  on 2001/10/20  10:28:17
2311         Log: Add a new flag character 'm' to embed.pl set to represent
2312              "functions" which are really macros. Use it foe the troublesome
2313              sv_setsv() etc. macros in sv.h - changing latter to define
2314              sv_setsv rather than sv_setsv_macro etc.
2315      Branch: perlio
2316            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
2317            ! pod/perlapi.pod proto.h sv.h
2318 ____________________________________________________________________________
2319 [ 12523] By: nick                                  on 2001/10/20  09:17:17
2320         Log: Add comments explaining why win32.h/embed.h are included where they are
2321              in perl.h 
2322      Branch: perlio
2323            ! perl.h
2324 ____________________________________________________________________________
2325 [ 12522] By: nick                                  on 2001/10/20  08:27:44
2326         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
2327              being used yet.
2328      Branch: perlio
2329            ! win32/win32io.c
2330 ____________________________________________________________________________
2331 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
2332         Log: Wording tweaks.
2333      Branch: perl
2334            ! t/TEST
2335 ____________________________________________________________________________
2336 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
2337         Log: Subject: IO module with nonblocking socket connect patch 
2338              From: Raul Dias <raul@dias.com.br>
2339              Date: Fri, 19 Oct 2001 22:45:32 -0300
2340              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
2341      Branch: perl
2342            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2343 ____________________________________________________________________________
2344 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
2345         Log: Test vertical whitespace combined with /x in \p{}.
2346      Branch: perl
2347            ! t/op/pat.t
2348 ____________________________________________________________________________
2349 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
2350         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
2351              From: Gisle Aas <gisle@ActiveState.com> 
2352              Date: 19 Oct 2001 16:46:02 -0700
2353              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
2354      Branch: perl
2355            ! lib/ExtUtils/MakeMaker.pm
2356 ____________________________________________________________________________
2357 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
2358         Log: No more this symbol.
2359      Branch: perl
2360            ! makedef.pl
2361 ____________________________________________________________________________
2362 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
2363         Log: Integrate change #12511; fix gross win32 build issues.
2364      Branch: perl
2365           !> makedef.pl sv.c
2366 ____________________________________________________________________________
2367 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
2368         Log: Unpack in scalar context should return the first value
2369              returned in list context, as pointed out by Ton Hospel
2370              in 2001-05-21 (this is how it works already in blead,
2371              just adding the test).
2372      Branch: perl
2373            ! t/op/pack.t
2374 ____________________________________________________________________________
2375 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
2376         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
2377              From: "Craig A. Berry" <craigberry@mac.com>
2378              Date: Fri, 19 Oct 2001 16:59:30 -0500
2379              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
2380      Branch: perl
2381            ! utils/perldoc.PL
2382 ____________________________________________________________________________
2383 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
2384         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
2385              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2386              Date: Fri, 19 Oct 2001 17:45:23 EDT
2387              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
2388      Branch: perl
2389            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
2390            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
2391            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
2392            ! vms/vmsish.h
2393 ____________________________________________________________________________
2394 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
2395         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
2396              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2397              Date: Fri, 19 Oct 2001 17:26:35 EDT
2398              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
2399      Branch: perl
2400            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
2401 ____________________________________________________________________________
2402 [ 12511] By: nick                                  on 2001/10/19  19:55:36
2403         Log: Fix gross win32 build issues
2404      Branch: perlio
2405            ! makedef.pl sv.c
2406 ____________________________________________________________________________
2407 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
2408         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
2409              From: David Dyck <dcd@tc.fluke.com>
2410              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
2411              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
2412      Branch: perl
2413            ! lib/File/Find.pm
2414 ____________________________________________________________________________
2415 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
2416         Log: Subject: Re: PerlIO and Encode
2417              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2418              Date: Tue, 16 Oct 2001 01:50:16 +0900
2419              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
2420      Branch: perl
2421            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
2422            ! ext/Encode/Encode/Tcl.t
2423 ____________________________________________________________________________
2424 [ 12508] By: ams                                   on 2001/10/19  17:59:16
2425         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
2426              (See #12499)
2427      Branch: perl
2428            ! pod/perlintro.pod
2429 ____________________________________________________________________________
2430 [ 12507] By: nick                                  on 2001/10/19  16:30:43
2431         Log: Integrate mainline
2432      Branch: perlio
2433           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
2434           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
2435           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
2436           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
2437           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
2438           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
2439           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2440           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
2441           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
2442           +> win32/config_H.win64
2443            - lib/Test/Utils.pm lib/unicore/mktables.PL
2444            - t/lib/Test/Simple/Catch/More.pm
2445           !> (integrate 84 files)
2446 ____________________________________________________________________________
2447 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
2448         Log: Retract the #10451 which seems to be the cause
2449              of the major leakage from while(){eval"sub{}"}
2450      Branch: perl
2451            ! op.c t/run/kill_perl.t
2452 ____________________________________________________________________________
2453 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
2454         Log: Regen toc.
2455      Branch: perl
2456            ! pod/perltoc.pod
2457 ____________________________________________________________________________
2458 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
2459         Log: Tiny tweaks.
2460      Branch: perl
2461            ! pod/perl.pod
2462 ____________________________________________________________________________
2463 [ 12503] By: ams                                   on 2001/10/19  13:34:24
2464         Log: Subject: Re: perlintro.pod
2465              From: Abe Timmerman <abe@ztreet.demon.nl>
2466              Date: Fri, 19 Oct 2001 14:12:40 +0200
2467              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
2468      Branch: perl
2469            ! pod/perlintro.pod
2470 ____________________________________________________________________________
2471 [ 12502] By: ams                                   on 2001/10/19  13:24:12
2472         Log: Slight reorganisation of references.
2473      Branch: perl
2474            ! pod/perl.pod
2475 ____________________________________________________________________________
2476 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
2477         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
2478              From: Kay Röpke <kroepke@dolphin-services.de>
2479              Date: Fri, 19 Oct 2001 14:04:01 +0200 
2480              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
2481      Branch: perl
2482            ! lib/ExtUtils/MakeMaker.pm
2483 ____________________________________________________________________________
2484 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
2485         Log: Unicode categories continue:
2486              implement Category=, Script=, Block=
2487              (these are based on an upcoming update of TR#18)
2488              Fix a bug where we got two In categories named "old italic",
2489              and another where shortcut for the Is categories wasn't taken.
2490      Branch: perl
2491            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
2492            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
2493            ! pod/perlunicode.pod t/op/pat.t
2494 ____________________________________________________________________________
2495 [ 12499] By: ams                                   on 2001/10/19  01:42:29
2496         Log: Subject: a small patch to perlintro.pod.
2497              From: Autrijus Tang <autrijus@autrijus.org>
2498              Date: Fri, 19 Oct 2001 01:45:51 +0800
2499              Message-Id: <20011019014551.A35625@not.autrijus.org>
2500              (Applied by hand with nits.)
2501      Branch: perl
2502            ! pod/perlintro.pod
2503 ____________________________________________________________________________
2504 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
2505         Log: Subject: [PATCH] OpenBSD hints for ithreads
2506              From: Andy Dougherty <doughera@lafayette.edu>
2507              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
2508              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
2509      Branch: perl
2510            ! hints/openbsd.sh
2511 ____________________________________________________________________________
2512 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
2513         Log: Retract #12446; the problem solved by #12474.
2514      Branch: perl
2515            ! hints/aix.sh
2516 ____________________________________________________________________________
2517 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
2518         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
2519              message and suppress line number info (from Steve Hay
2520              <Steve.Hay@uk.radan.com>)
2521      Branch: maint-5.6/perl
2522            ! lib/Carp/Heavy.pm
2523 ____________________________________________________________________________
2524 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
2525         Log: More documented In categories.
2526      Branch: perl
2527            ! pod/perlunicode.pod
2528 ____________________________________________________________________________
2529 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
2530         Log: Update Changes.
2531      Branch: perl
2532            ! Changes patchlevel.h
2533 ____________________________________________________________________________
2534 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
2535         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
2536      Branch: perl
2537            ! MANIFEST
2538 ____________________________________________________________________________
2539 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
2540         Log: Wrong skip() arguments.
2541      Branch: perl
2542            ! ext/B/t/terse.t
2543 ____________________________________________________________________________
2544 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
2545         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
2546              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2547              Date: Wed, 17 Oct 2001 09:10:53 EDT 
2548              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
2549      Branch: perl
2550            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
2551            ! pod/perlapi.pod vms/vms.c
2552 ____________________________________________________________________________
2553 [ 12490] By: ams                                   on 2001/10/18  09:31:00
2554         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
2555              From: Mark-Jason Dominus <mjd@plover.com>
2556              Date: Thu, 18 Oct 2001 06:25:35 -0400
2557              Message-Id: <20011018102535.19264.qmail@plover.com>
2558      Branch: perl
2559            ! pod/perl.pod
2560 ____________________________________________________________________________
2561 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
2562         Log: Prettyprinting.
2563      Branch: perl
2564            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
2565 ____________________________________________________________________________
2566 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
2567         Log: Regen toc.
2568      Branch: perl
2569            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2570 ____________________________________________________________________________
2571 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
2572         Log: Add perlintro, from Skud.
2573      Branch: perl
2574            + pod/perlintro.pod
2575            ! MANIFEST
2576 ____________________________________________________________________________
2577 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
2578         Log: FAQ sync.
2579      Branch: perl
2580            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
2581            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
2582            ! pod/perlfaq8.pod pod/perlfaq9.pod
2583 ____________________________________________________________________________
2584 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
2585         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
2586              in speed (upto 20% speedup in certain operations) but meanwhile
2587              regexps and arithmetics got slower (5-10%) (according to
2588              perlbench average speedup is negligible, and within measuring
2589              flutter, 1%).  Therefore retracting all the changes
2590              aimed at getting -std1 to compile cleanly:  #12475, #12476,
2591              #12479, #12480, #12481, #12482, #12483, #12484.
2592      Branch: perl
2593            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
2594            ! pp_hot.c pp_sys.c toke.c
2595 ____________________________________________________________________________
2596 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
2597         Log: (retracted by #12485)
2598              Strict ANSI doesn't like the third argument of main()
2599              so enable ignoring it if using ultra picky compiler.
2600      Branch: perl
2601            ! miniperlmain.c
2602 ____________________________________________________________________________
2603 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
2604         Log: (retracted by #12485)
2605              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
2606      Branch: perl
2607            ! perl.h
2608 ____________________________________________________________________________
2609 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
2610         Log: (retracted by #12485)
2611              Add explanatory comment.
2612      Branch: perl
2613            ! mg.c
2614 ____________________________________________________________________________
2615 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
2616         Log: (retracted by #12485)
2617              More dollar$hiding.
2618      Branch: perl
2619            ! doio.c perl.h pp_sys.c
2620 ____________________________________________________________________________
2621 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
2622         Log: (retracted by #12485)
2623              KISS.
2624      Branch: perl
2625            ! mg.c
2626 ____________________________________________________________________________
2627 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
2628         Log: (retracted by #12485)
2629              Thou shalt not #ifdef inside macro invocations,
2630              noticed by Rafael Garcia-Suarez.
2631      Branch: perl
2632            ! mg.c
2633 ____________________________________________________________________________
2634 [ 12478] By: ams                                   on 2001/10/17  18:50:55
2635         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
2636              From: Anton Berezin <tobez@tobez.org>
2637              Date: Wed, 17 Oct 2001 18:25:48 +0200
2638              Message-Id: <20011017182548.A12082@heechee.tobez.org>
2639      Branch: perl
2640            ! pp_sys.c
2641 ____________________________________________________________________________
2642 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
2643         Log: (retracted by #12485)
2644              Unterminated #ifdef.
2645      Branch: perl
2646            ! mg.c
2647 ____________________________________________________________________________
2648 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
2649         Log: (retracted by #12485)
2650              Avoid dollar signs in identifiers (in non-VMS) to
2651              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
2652      Branch: perl
2653            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
2654            ! toke.c
2655 ____________________________________________________________________________
2656 [ 12474] By: ams                                   on 2001/10/17  15:14:50
2657         Log: Subject: Two AIX patches
2658              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2659              Date: Wed, 17 Oct 2001 18:04:35 +0200
2660              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
2661      Branch: perl
2662            ! hints/aix.sh makedef.pl
2663 ____________________________________________________________________________
2664 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
2665         Log: Limiting the Time::HiRes::sleep and usleep to
2666              one second is not a good policy if drop-in
2667              replacement is still a goal.
2668      Branch: perl
2669            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2670            ! ext/Time/HiRes/HiRes.xs
2671 ____________________________________________________________________________
2672 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
2673         Log: Subject: [PATCH] Test::Simple 0.32
2674              From: Michael G Schwern <schwern@pobox.com> 
2675              Date: Wed, 17 Oct 2001 03:42:41 -0400
2676              Message-ID: <20011017034241.A25038@blackrider>
2677      Branch: perl
2678            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
2679            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
2680            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
2681            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
2682            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
2683            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
2684            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
2685            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
2686            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
2687            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2688            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2689            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
2690            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
2691            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
2692            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
2693            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
2694            ! t/lib/Test/Simple/Catch.pm
2695            ! t/lib/Test/Simple/sample_tests/five_fail.plx
2696 ____________________________________________________________________________
2697 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
2698         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
2699              From: Michael G Schwern <schwern@pobox.com> 
2700              Date: Wed, 17 Oct 2001 04:04:13 -0400
2701              Message-ID: <20011017040413.C25550@blackrider>
2702      Branch: perl
2703            ! t/TEST t/harness vms/test.com
2704 ____________________________________________________________________________
2705 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
2706         Log: Regen doc with perlmodstyle added.
2707      Branch: perl
2708            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2709 ____________________________________________________________________________
2710 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
2711         Log: Pod cleanup.
2712      Branch: perl
2713            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
2714 ____________________________________________________________________________
2715 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
2716         Log: Subject: perlmodstyle as a patch
2717              From: Kirrily Robert <skud@infotrope.net>
2718              Date: Tue, 16 Oct 2001 22:47:23 -0400
2719              Message-ID: <20011016224723.A20673@infotrope.net>
2720      Branch: perl
2721            + pod/perlmodstyle.pod
2722            ! MANIFEST
2723 ____________________________________________________________________________
2724 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
2725         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
2726              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
2727              Date: Thu, 6 Sep 2001 11:09:40 +0100
2728              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
2729              
2730              Mention also the develooper p5p archive.
2731      Branch: perl
2732            ! pod/perlhack.pod
2733 ____________________________________________________________________________
2734 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
2735         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
2736              From: Kay Röpke <kroepke@dolphin-services.de>
2737              Date: Tue, 16 Oct 2001 17:23:52 +0200
2738              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
2739      Branch: perl
2740            ! lib/ExtUtils/MakeMaker.pm
2741 ____________________________________________________________________________
2742 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
2743         Log: Add the special casing mappings (from SpecCase.txt)
2744              (except for the hyper special case mappings that have
2745              the condition list); the special casing mappings are
2746              unused for now.  Small tidying up on mktables.
2747      Branch: perl
2748            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2749            + lib/unicore/To/SpecUpper.pl
2750            ! lib/unicore/mktables
2751 ____________________________________________________________________________
2752 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
2753         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
2754              From: "David H. Adler" <dha@panix.com>       
2755              Date: Tue, 16 Oct 2001 11:59:35 -0400
2756              Message-ID: <20011016115935.A13078@panix.com>
2757              
2758              Subject: [ PATCH ] perldata patch, revised
2759              From: "David H. Adler" <dha@panix.com>     
2760              Date: Tue, 16 Oct 2001 18:26:49 -0400
2761              Message-ID: <20011016182649.C23970@panix.com>
2762      Branch: perl
2763            ! pod/perldata.pod pod/perlop.pod
2764 ____________________________________________________________________________
2765 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
2766         Log: Integrate perlio: PerlIO_dup (for all but Win32).
2767      Branch: perl
2768           !> embed.h embed.pl ext/Encode/Encode.xs
2769           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
2770           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
2771           !> win32/win32io.c
2772 ____________________________________________________________________________
2773 [ 12462] By: nick                                  on 2001/10/16  19:11:30
2774         Log: PerlIOXxxx_dups for all but Win32
2775      Branch: perlio
2776            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2777            ! ext/PerlIO/Via/Via.xs
2778 ____________________________________________________________________________
2779 [ 12461] By: nick                                  on 2001/10/16  18:28:48
2780         Log: Implement PerlIOStdio_dup (explains core dumps - dup
2781              was not setting up a FILE * to be fclosed()).
2782      Branch: perlio
2783            ! perlio.c
2784 ____________________________________________________________________________
2785 [ 12460] By: nick                                  on 2001/10/16  17:31:47
2786         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
2787              overflow.
2788      Branch: perlio
2789            ! perlio.c
2790 ____________________________________________________________________________
2791 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
2792         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
2793              From: "Craig A. Berry" <craigberry@mac.com>
2794              Date: Tue, 16 Oct 2001 13:08:38 -0500
2795              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
2796      Branch: perl
2797            ! configure.com
2798 ____________________________________________________________________________
2799 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
2800         Log: Can't expect too much accuracy from a sleep of one second.
2801              (I think this will also fail with high load.)
2802      Branch: perl
2803            ! ext/Time/HiRes/HiRes.t
2804 ____________________________________________________________________________
2805 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
2806         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
2807              From: "Werner, Randolf" <randolf.werner@sap.com>
2808              Date: Tue, 16 Oct 2001 18:33:02 +0200
2809              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
2810      Branch: perl
2811            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
2812            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
2813 ____________________________________________________________________________
2814 [ 12456] By: nick                                  on 2001/10/16  14:08:16
2815         Log: Builds under ithreads (but fails all threads tests)
2816      Branch: perlio
2817            ! hv.c perlio.c sv.c
2818 ____________________________________________________________________________
2819 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
2820         Log: I think the Perl_sortsv needs *not* be skipped?
2821      Branch: perl
2822            ! makedef.pl
2823 ____________________________________________________________________________
2824 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
2825         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
2826              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
2827              Date: Tue, 16 Oct 2001 15:32:44 +0200
2828              Message-ID: <3BCC531C.11494.3E433F@localhost>
2829      Branch: perl
2830            ! t/op/groups.t
2831 ____________________________________________________________________________
2832 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
2833         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
2834              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
2835              Date: Tue, 16 Oct 2001 15:01:04 +0200
2836              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
2837      Branch: perl
2838            ! t/io/fs.t
2839 ____________________________________________________________________________
2840 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
2841         Log: A forgotten deletion.
2842      Branch: perl
2843            - lib/unicore/mktables.PL
2844 ____________________________________________________________________________
2845 [ 12451] By: nick                                  on 2001/10/16  11:32:48
2846         Log: Skeleton of "PerlIO_dup" coded.
2847              Still-passes all tests non-threaded (well it would wouldn't it!)
2848      Branch: perlio
2849            ! embed.h embed.pl ext/Encode/Encode.xs
2850            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
2851            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
2852            ! win32/win32io.c
2853 ____________________________________________________________________________
2854 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
2855         Log: Document the problem with the swash_fetch() API that affects
2856              more complex case conversions.
2857      Branch: perl
2858            ! lib/utf8_heavy.pl utf8.c
2859 ____________________________________________________________________________
2860 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
2861         Log: Make Time::HiRes::sleep() and usleep() to return
2862              the number of seconds (a floating point value) and 
2863              microseconds (an integer) actually slept (well,
2864              modulo the time spent in measuring the time actually
2865              slept...), to be a better drop-in replacement for
2866              the builtin sleep().  Noticed by Chris Nandor.
2867              
2868              Also make usleep() to croak if fed illegal number
2869              of useconds (anything greater than 1_000_000).
2870      Branch: perl
2871            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2872            ! ext/Time/HiRes/HiRes.xs
2873 ____________________________________________________________________________
2874 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
2875         Log: A missing SvREFCNT_dec.
2876      Branch: perl
2877            ! perl.c
2878 ____________________________________________________________________________
2879 [ 12447] By: nick                                  on 2001/10/15  20:27:53
2880         Log: Beginings of PerlIO_dup support (unstable)
2881      Branch: perlio
2882            ! perlio.c perliol.h
2883 ____________________________________________________________________________
2884 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
2885         Log: (retracted by #12497)
2886              In AIX vac 5 just can't seem to get regcomp right.
2887      Branch: perl
2888            ! hints/aix.sh
2889 ____________________________________________________________________________
2890 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
2891         Log: Bump the version number to agree with the maintperl one.
2892      Branch: perl
2893            ! lib/Tie/RefHash.pm
2894 ____________________________________________________________________________
2895 [ 12444] By: nick                                  on 2001/10/15  15:59:57
2896         Log: Integrate mainline
2897      Branch: perlio
2898           +> lib/Math/BigInt/t/Math/Subclass.pm
2899           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
2900           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
2901           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
2902           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
2903           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
2904           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
2905           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
2906           +> lib/unicore/mktables
2907            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
2908            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
2909            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
2910            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
2911            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
2912            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
2913            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
2914            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
2915            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
2916            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
2917            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
2918            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
2919            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
2920            - lib/unicore/syllables.txt
2921           !> (integrate 344 files)
2922 ____________________________________________________________________________
2923 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
2924         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
2925      Branch: perl
2926            ! ext/DB_File/DB_File.xs
2927 ____________________________________________________________________________
2928 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
2929         Log: Sync the skip() amounts with the number of tests.
2930      Branch: perl
2931            ! lib/Term/Complete.t
2932 ____________________________________________________________________________
2933 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
2934         Log: Update Changes.
2935      Branch: perl
2936            ! Changes patchlevel.h
2937 ____________________________________________________________________________
2938 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
2939         Log: MacOS Classic catdir() rewrite from Thomas Wegner
2940              (backward incompatibility, but a deliberate one,
2941              the old version simply is broken in its logic),
2942              also documentation updates, and as suggested replicated
2943              the File::Spec::Unix documentation updates also on the
2944              File::Spec documentation.
2945              
2946              TODO: there seems to be duplication of documentation
2947              between File::Spec and File::Spec::Unix.  I think
2948              the ::Unix should be left only with specific UNIXisms,
2949              and all the generic documentation should be in ::Spec.
2950      Branch: perl
2951            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2952            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
2953            ! lib/File/Spec/Unix.pm
2954 ____________________________________________________________________________
2955 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
2956         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
2957              From: Blair Zajac <blair@orcaware.com>
2958              Date: Mon, 24 Sep 2001 11:48:58 -0700
2959              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
2960              
2961              (the skip() messages)
2962      Branch: perl
2963            ! t/op/magic.t
2964 ____________________________________________________________________________
2965 [ 12438] By: ams                                   on 2001/10/14  23:43:59
2966         Log: Subject: [PATCH] make PerlIO default on VMS
2967              From: "Craig A. Berry" <craigberry@mac.com>
2968              Date: Sun, 14 Oct 2001 15:27:18 -0500
2969              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
2970      Branch: perl
2971            ! configure.com
2972 ____________________________________________________________________________
2973 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
2974         Log: Retract #12436 (Abhijit already did this at #12426)
2975      Branch: perl
2976            ! lib/ExtUtils/MM_Unix.pm
2977 ____________________________________________________________________________
2978 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
2979         Log: (retracted by #12437)
2980              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
2981              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
2982              Date: Sat, 13 Oct 2001 20:33:55 +0200
2983              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
2984      Branch: perl
2985            ! lib/ExtUtils/MM_Unix.pm
2986 ____________________________________________________________________________
2987 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
2988         Log: Subject: h2xs grammar nit
2989              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2990              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
2991              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
2992      Branch: perl
2993            ! utils/h2xs.PL
2994 ____________________________________________________________________________
2995 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
2996         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
2997              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2998              Date: Sun, 14 Oct 2001 11:25:08 +0100
2999              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
3000      Branch: perl
3001            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
3002            ! warnings.pl
3003 ____________________________________________________________________________
3004 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
3005         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
3006              for File::Spec::Mac::catfile)
3007      Branch: perl
3008            ! lib/h2xs.t
3009 ____________________________________________________________________________
3010 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
3011         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
3012              From: Nicholas Clark <nick@ccl4.org>
3013              Date: Sat, 13 Oct 2001 00:07:31 +0100
3014              Message-ID: <20011013000731.D67535@plum.flirble.org>
3015      Branch: perl
3016            ! lib/h2xs.t utils/h2xs.PL
3017 ____________________________________________________________________________
3018 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
3019         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
3020              before DEFINE and INC), and repent by taking DEFINE and
3021              INC away from PASTHRU.
3022      Branch: perl
3023            ! lib/ExtUtils/MM_Unix.pm
3024 ____________________________________________________________________________
3025 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
3026         Log: More MANIFEST anomalies.
3027      Branch: perl
3028            ! MANIFEST
3029 ____________________________________________________________________________
3030 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
3031         Log: Not that many.
3032      Branch: perl
3033            ! MANIFEST
3034 ____________________________________________________________________________
3035 [ 12428] By: sky                                   on 2001/10/13  20:59:27
3036         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
3037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3038              Date: Sat, 13 Oct 2001 23:15:55 +0200
3039              Message-ID: <20011013231555.A18071@rafael>
3040      Branch: perl
3041            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
3042            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
3043 ____________________________________________________________________________
3044 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
3045         Log: Rewrite mktables from scratch.
3046              - Cleaner.
3047              - Faster: 15-20 seconds as opposed to several minutes.
3048              - More dynamic: the names of the various categories
3049              such as the linebreak ones are dynamic, not static.
3050              - Is.pl: long names for the general category properties
3051              are now available.
3052              - Ranges (<... ,First>, <..., Last>) from the general
3053              categories work now.
3054              - No more mktables.PL because the mktables.PL is not
3055              and never has been run to create a mktables.
3056              - syllables.txt and Is/Syl*.pl removed: non-standard
3057              (not part of the Unicode), and the whole concept is
3058              being reworked (http://syllabary.sourceforge.net/),
3059              the old way wouldn't even work with the new Syllables.txt
3060              (it would result in 1000+ new categories)
3061      Branch: perl
3062            + lib/unicore/In/163.pl lib/unicore/In/164.pl
3063            + lib/unicore/In/165.pl lib/unicore/In/166.pl
3064            + lib/unicore/In/167.pl lib/unicore/In/168.pl
3065            + lib/unicore/In/169.pl lib/unicore/In/170.pl
3066            + lib/unicore/In/171.pl lib/unicore/Is.pl
3067            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
3068            + lib/unicore/mktables
3069            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
3070            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
3071            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
3072            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
3073            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
3074            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
3075            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
3076            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
3077            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
3078            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
3079            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
3080            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
3081            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
3082            - lib/unicore/syllables.txt
3083            ! (edit 304 files)
3084 ____________________________________________________________________________
3085 [ 12426] By: ams                                   on 2001/10/13  18:05:36
3086         Log: ExtUtils::MM_Unix should ignore comments when searching for
3087              $VERSION.
3088      Branch: perl
3089            ! lib/ExtUtils/MM_Unix.pm
3090 ____________________________________________________________________________
3091 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
3092         Log: Subject: Re: New module XML::Clean
3093              From: andreas.koenig@anima.de (Andreas J. Koenig)
3094              Date: 13 Oct 2001 10:17:09 +0200
3095              Message-ID: <m37ku0t0my.fsf@anima.de>
3096      Branch: perl
3097            ! pod/perlnewmod.pod
3098 ____________________________________________________________________________
3099 [ 12424] By: sky                                   on 2001/10/13  09:39:59
3100         Log: Set thread stack size if needed.
3101      Branch: perl
3102            ! ext/threads/threads.xs
3103 ____________________________________________________________________________
3104 [ 12423] By: sky                                   on 2001/10/13  09:36:49
3105         Log: We do want to set the attribute to joinable even on modern posix
3106              platforms.
3107      Branch: perl
3108            ! ext/threads/threads.xs
3109 ____________________________________________________________________________
3110 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
3111         Log: Subject: [PATCH ext/Data/Dumper.xs]
3112              From: Brian Ingerson <ingy@ttul.org>
3113              Date: Fri, 12 Oct 2001 19:32:35 -0700
3114              Message-ID: <20011012193235.B889@ttul.org>
3115      Branch: perl
3116            ! ext/Data/Dumper/Dumper.xs
3117 ____________________________________________________________________________
3118 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
3119         Log: Update Changes.
3120      Branch: perl
3121            ! Changes patchlevel.h
3122 ____________________________________________________________________________
3123 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
3124         Log: FAQ sync.
3125      Branch: perl
3126            ! pod/perlfaq3.pod pod/perlfaq4.pod
3127 ____________________________________________________________________________
3128 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
3129         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
3130              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
3131              Date: Fri, 12 Oct 2001 11:51:05 -0700
3132              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
3133      Branch: perl
3134            ! lib/File/Copy.pm
3135 ____________________________________________________________________________
3136 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
3137         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
3138              From: "chromatic" <chromatic@rmci.net>     
3139              Date: Thu, 11 Oct 2001 10:57:55 -0600
3140              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
3141              
3142              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
3143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3144              Date: Thu, 11 Oct 2001 22:34:21 +0200
3145              Message-ID: <20011011223421.A693@rafael>     
3146              
3147              plus undef $Term::Complete::stty as suggested by Rafael.
3148      Branch: perl
3149            ! lib/Term/Complete.pm lib/Term/Complete.t
3150 ____________________________________________________________________________
3151 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
3152         Log: UUnndduupplleexx..
3153      Branch: perl
3154            ! perl.h
3155 ____________________________________________________________________________
3156 [ 12416] By: sky                                   on 2001/10/12  20:16:19
3157         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
3158              From: Andy Dougherty <doughera@lafayette.edu>
3159              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
3160              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
3161              (Potentially only band-aid)
3162      Branch: perl
3163            ! sv.c
3164 ____________________________________________________________________________
3165 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
3166         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
3167              mishandles kill(), and therefore the sigaction test
3168              should be skipped, from Charles Lane.
3169      Branch: perl
3170            ! ext/POSIX/t/sigaction.t
3171 ____________________________________________________________________________
3172 [ 12414] By: sky                                   on 2001/10/12  18:47:49
3173         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
3174      Branch: perl
3175            ! op.h
3176 ____________________________________________________________________________
3177 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
3178         Log: Upgrade to Math::BigInt 1.44 from Tels and
3179              further fixes from John Peacock.
3180      Branch: perl
3181            + lib/Math/BigInt/t/Math/Subclass.pm
3182            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
3183            + lib/Math/BigInt/t/subclass.t
3184            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3185            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3186            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3187            ! lib/Math/BigInt/t/mbimbf.t
3188 ____________________________________________________________________________
3189 [ 12412] By: sky                                   on 2001/10/12  18:28:23
3190         Log: perhaps pthread_attr_t really needs to be set for the old api
3191      Branch: perl
3192            ! ext/threads/threads.xs
3193 ____________________________________________________________________________
3194 [ 12411] By: sky                                   on 2001/10/12  18:11:45
3195         Log: pthread_keycreate not pthread_key_create under the here be dragons API
3196      Branch: perl
3197            ! ext/threads/threads.h
3198 ____________________________________________________________________________
3199 [ 12410] By: sky                                   on 2001/10/12  18:07:37
3200         Log: Apperently OLD PTHREADS API is a bit retarded.
3201              This should fix another set of compile failures in HP-UX 10.20.
3202      Branch: perl
3203            ! ext/threads/threads.h ext/threads/threads.xs
3204 ____________________________________________________________________________
3205 [ 12409] By: nick                                  on 2001/10/12  15:30:01
3206         Log: Blind integrate of mainline
3207      Branch: perlio
3208           +> (branch 32 files)
3209            - lib/unicode/README
3210           !> (integrate 121 files)
3211 ____________________________________________________________________________
3212 [ 12408] By: sky                                   on 2001/10/12  14:55:08
3213         Log: Let us avoid being smart for now.
3214      Branch: perl
3215            ! ext/threads/threads.h
3216 ____________________________________________________________________________
3217 [ 12407] By: sky                                   on 2001/10/12  14:38:12
3218         Log: (void*) the argument to make sure we work with picky compilers
3219      Branch: perl
3220            ! ext/threads/threads.xs
3221 ____________________________________________________________________________
3222 [ 12406] By: ams                                   on 2001/10/12  13:26:04
3223         Log: (replaced with #12600)
3224              
3225              Subject: [PATCH 5.6.1 perldoc] use File::Temp
3226              From: Mikhail Zabaluev <mhz@alt-linux.org>
3227              Date: Fri, 12 Oct 2001 12:47:47 +0400
3228              Message-Id: <20011012124747.E13918@localhost.localdomain>
3229      Branch: perl
3230            ! utils/perldoc.PL
3231 ____________________________________________________________________________
3232 [ 12405] By: ams                                   on 2001/10/12  13:05:32
3233         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
3234              From: andreas.koenig@anima.de (Andreas J. Koenig)
3235              Date: 12 Oct 2001 11:12:07 +0200
3236              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
3237      Branch: perl
3238            ! lib/Memoize/t/speed.t
3239 ____________________________________________________________________________
3240 [ 12404] By: sky                                   on 2001/10/12  12:46:15
3241         Log: A) Support OLD_PTHREADS_API
3242              B) Change from using pthread_t to using a TLS to store the
3243              index of the thread in an hash, this is to avoid problems when
3244              in fact pthread_t was not a seralizable type.
3245              Both these changes are because of HP-UX 10.20
3246              This has not been tested on win32 but should work there.
3247              Need to add support for NetWare.
3248      Branch: perl
3249            ! ext/threads/threads.h ext/threads/threads.xs
3250 ____________________________________________________________________________
3251 [ 12403] By: ams                                   on 2001/10/12  07:34:19
3252         Log: Subject: Re: New module XML::Clean
3253              From: andreas.koenig@anima.de (Andreas J. Koenig)
3254              Date: 12 Oct 2001 10:20:35 +0200
3255              Message-Id: <m3elo9uv58.fsf@anima.de>
3256      Branch: perl
3257            ! pod/perlnewmod.pod
3258 ____________________________________________________________________________
3259 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
3260         Log: More HP model tweaks from Merijn.
3261      Branch: perl
3262            ! README.hpux
3263 ____________________________________________________________________________
3264 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
3265         Log: Update Changes.
3266      Branch: perl
3267            ! Changes patchlevel.h
3268 ____________________________________________________________________________
3269 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
3270         Log: HP-UX update from H.Merijn Brand.
3271      Branch: perl
3272            ! README.hpux
3273 ____________________________________________________________________________
3274 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
3275         Log: Subject: [PATCH] fix link rot in README.vms
3276              From: "Craig A. Berry" <craigberry@mac.com>
3277              Date: Wed, 10 Oct 2001 17:17:00 -0500
3278              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
3279      Branch: perl
3280            ! README.vms
3281 ____________________________________________________________________________
3282 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
3283         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
3284              From: "chromatic" <chromatic@rmci.net>
3285              Date: Wed, 10 Oct 2001 15:50:30 -0600
3286              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
3287      Branch: perl
3288            ! lib/Term/Complete.t
3289 ____________________________________________________________________________
3290 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
3291         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
3292              From: "chromatic" <chromatic@rmci.net>
3293              Date: Wed, 10 Oct 2001 15:45:42 -0600
3294              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
3295      Branch: perl
3296            + lib/ExtUtils/Packlist.t
3297            ! MANIFEST
3298 ____________________________________________________________________________
3299 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
3300         Log: VMS needs quotes around the -I option to keep it from
3301              being downcased, from Charles Lane.
3302      Branch: perl
3303            ! t/run/kill_perl.t
3304 ____________________________________________________________________________
3305 [ 12395] By: ams                                   on 2001/10/10  16:22:32
3306         Log: Subject: [PATCH lib/FindBin.pm]
3307              From: Stas Bekman <stas@stason.org>
3308              Date: Tue, 09 Oct 2001 23:57:10 +0800
3309              Message-Id: <3BC31E56.60805@stason.org>
3310      Branch: perl
3311            ! lib/FindBin.pm
3312 ____________________________________________________________________________
3313 [ 12394] By: ams                                   on 2001/10/10  16:09:53
3314         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
3315              From: Abhijit Menon-Sen <ams@wiw.org>
3316              Date: Wed, 10 Oct 2001 21:59:33 +0530
3317              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
3318      Branch: perl
3319            ! ext/Data/Dumper/Dumper.xs
3320 ____________________________________________________________________________
3321 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
3322         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
3323              from Charles Lane.
3324      Branch: perl
3325            ! lib/File/Spec/VMS.pm
3326 ____________________________________________________________________________
3327 [ 12392] By: ams                                   on 2001/10/10  14:49:43
3328         Log: Subject: [PATCH] two s/// bugfixes
3329              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3330              Date: Wed, 10 Oct 2001 17:23:44 +0200
3331              Message-Id: <20011010172344.C22440@rafael>
3332      Branch: perl
3333            ! pp_ctl.c regexec.c t/op/subst.t
3334 ____________________________________________________________________________
3335 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
3336         Log: Fix/improve handling of the [000000] special "root"
3337              directory, by putting cwd in canonical form when doing
3338              abs2rel, and prepending a 000000 to directory "chunks"
3339              if missing from base or path.  Also adjust test to
3340              reflect the (improved) output from abs2rel.
3341              From Charles Lane.
3342      Branch: perl
3343            ! lib/File/Spec.t lib/File/Spec/VMS.pm
3344 ____________________________________________________________________________
3345 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
3346         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
3347              all of the extra VMSish attributes (such as "treat this logical
3348              as a device name") that are necessary to make programs run.
3349              A tainted %ENV does not hinder VMS.  From Charles Lane.
3350      Branch: perl
3351            ! lib/File/Find/t/taint.t
3352 ____________________________________________________________________________
3353 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
3354         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
3355              
3356              o  VMS is case-insensitive, RTL downcases filenames read
3357              by perl... so need to re-upcase filenames like MANIFEST
3358              and MANIFEST.SKIP
3359              
3360              o  Need to convert VMS-style to Unix-style filenames when comparing
3361              names in MANIFEST to names in filesystem.
3362              
3363              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
3364              since VMS won't let you (easily) delete non-empty directories.
3365              
3366              From Charles Lane.
3367      Branch: perl
3368            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
3369 ____________________________________________________________________________
3370 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
3371         Log: Unix and VMS agree on "*" as a "match any number of any chars"
3372              wildcards, but differ ("?"  vs.  "%") for their "match any single
3373              char" wildcard.  This patch changes "?"  chars to "%" before doing a
3374              VMS glob...at no loss of functionality, since "?"  isn't a valid
3375              filename char on VMS.  From Charles Lane.
3376      Branch: perl
3377            ! doio.c
3378 ____________________________________________________________________________
3379 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
3380         Log: (accidentally empty submit; new life as #12390)
3381      Branch: perl
3382            ! lib/File/Find/t/taint.t
3383 ____________________________________________________________________________
3384 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
3385         Log: Even more VMS tweakage from Charles Lane:
3386              
3387              Tweak #1:  splitdir only works on directory part of filespec,
3388              split off volume first
3389              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
3390              (it's a horrible kludge in the run-time library,
3391              improved in later versions). Check the
3392              $Config{'d_setenv'} flag before attempting to set it.
3393      Branch: perl
3394            ! t/op/chdir.t
3395 ____________________________________________________________________________
3396 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
3397         Log: VMS tweakage from Charles Lane.
3398              
3399              . command.com doubles an output line when prompting for extensions
3400              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
3401              . perl5db doesn't clean up after itself
3402      Branch: perl
3403            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
3404 ____________________________________________________________________________
3405 [ 12384] By: sky                                   on 2001/10/09  19:16:11
3406         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
3407              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3408              Date: Tue, 9 Oct 2001 22:10:26 +0200
3409              Message-ID: <20011009221026.A8579@rafael>
3410      Branch: perl
3411            ! pod/perldata.pod
3412 ____________________________________________________________________________
3413 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
3414         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
3415              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3416              Date: 9 Oct 2001 15:15:06 -0000
3417              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
3418      Branch: perl
3419            ! t/op/subst.t
3420 ____________________________________________________________________________
3421 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
3422         Log: Update Changes.
3423      Branch: perl
3424            ! Changes patchlevel.h
3425 ____________________________________________________________________________
3426 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
3427         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
3428              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
3429              when a NULL is passed for the filename string pointer.
3430              From Charles Lane.
3431      Branch: perl
3432            ! vms/vms.c
3433 ____________________________________________________________________________
3434 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
3435         Log: Subject: HP systems update
3436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3437              Date: Tue, 09 Oct 2001 15:59:22 +0200
3438              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
3439      Branch: perl
3440            ! README.hpux
3441 ____________________________________________________________________________
3442 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
3443         Log: CPAN::Nox does now have a test.
3444      Branch: perl
3445            ! t/lib/1_compile.t
3446 ____________________________________________________________________________
3447 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
3448         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
3449              From: David Dyck <dcd@tc.fluke.com>
3450              Date: Mon, 1 Oct 2001 12:17:36 -0700
3451              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
3452      Branch: perl
3453            ! installperl
3454 ____________________________________________________________________________
3455 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
3456         Log: NetWare update from Ananth Kesari.
3457      Branch: perl
3458            ! NetWare/nwperlsys.h makedef.pl
3459 ____________________________________________________________________________
3460 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
3461         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
3462              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3463              Date: Tue, 9 Oct 2001 08:40:57 EDT
3464              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
3465      Branch: perl
3466            ! lib/File/Find/t/find.t
3467 ____________________________________________________________________________
3468 [ 12374] By: ams                                   on 2001/10/09  05:31:45
3469         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
3470              ExtUtils::Mkbootstrap
3471              From: "chromatic" <chromatic@rmci.net>
3472              Date: Tue, 09 Oct 2001 00:08:37 -0600
3473              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
3474      Branch: perl
3475            + lib/ExtUtils/Mkbootstrap.t
3476            ! MANIFEST
3477 ____________________________________________________________________________
3478 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
3479         Log: Enable more debugging.
3480      Branch: perl
3481            ! lib/utf8_heavy.pl
3482 ____________________________________________________________________________
3483 [ 12372] By: ams                                   on 2001/10/09  02:11:59
3484         Log: #12370 forgot to modify is_gv_magical().
3485      Branch: perl
3486            ! gv.c
3487 ____________________________________________________________________________
3488 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
3489         Log: Make the toupper/lower/title API for Unicode not right
3490              but at least less wrong: prepare for the mapping being
3491              more than just one-character-to-one-character.
3492      Branch: perl
3493            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
3494            ! regexec.c utf8.c
3495 ____________________________________________________________________________
3496 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
3497         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
3498              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3499              Date: Mon, 8 Oct 2001 22:18:23 -0400
3500              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
3501      Branch: perl
3502            ! pod/perlvar.pod t/op/taint.t
3503 ____________________________________________________________________________
3504 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
3505         Log: FAQ sync.
3506      Branch: perl
3507            ! pod/perlfaq3.pod pod/perlfaq4.pod
3508 ____________________________________________________________________________
3509 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
3510         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
3511              From: "chromatic" <chromatic@rmci.net>
3512              Date: Mon, 08 Oct 2001 14:05:32 -0600
3513              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
3514      Branch: perl
3515            ! lib/Term/Cap.t
3516 ____________________________________________________________________________
3517 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
3518         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
3519              From: Michael G Schwern <schwern@pobox.com>
3520              Date: Mon, 8 Oct 2001 17:00:14 -0400
3521              Message-ID: <20011008170014.L17083@blackrider>
3522      Branch: perl
3523            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
3524 ____________________________________________________________________________
3525 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
3526         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
3527              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3528              Date: Mon, 8 Oct 2001 16:01:33 EDT
3529              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
3530      Branch: perl
3531            ! ext/Time/HiRes/HiRes.xs
3532 ____________________________________________________________________________
3533 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
3534         Log: Subject: [PATCH] Autosplit patch for VMS
3535              From: "Craig A. Berry" <craigberry@mac.com>
3536              Date: Mon, 08 Oct 2001 15:40:43 -0500
3537              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
3538      Branch: perl
3539            ! lib/AutoSplit.pm lib/AutoSplit.t
3540 ____________________________________________________________________________
3541 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
3542         Log: Don't assume that everybody is running OS X 10.1 yet;
3543              from Kay Röpke.
3544      Branch: perl
3545            ! hints/darwin.sh
3546 ____________________________________________________________________________
3547 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
3548         Log: Update Changes.
3549      Branch: perl
3550            ! Changes patchlevel.h
3551 ____________________________________________________________________________
3552 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
3553         Log: Retract #12358 for now.
3554      Branch: perl
3555            ! lib/Term/Cap.t
3556 ____________________________________________________________________________
3557 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
3558         Log: Can't figure out what this is testing.
3559              (If it is trying to catch SIGKILL, it should stop
3560              trying because that is by definition impossible.)
3561      Branch: perl
3562            ! lib/sigtrap.t
3563 ____________________________________________________________________________
3564 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
3565         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
3566              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3567              Date: Sun, 30 Sep 2001 21:15:13 +0200
3568              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
3569      Branch: perl
3570            ! lib/ExtUtils/MM_Win32.pm
3571 ____________________________________________________________________________
3572 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
3573         Log: Clarify the ldlibpth part and condense the overall text.
3574      Branch: perl
3575            ! t/TEST
3576 ____________________________________________________________________________
3577 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
3578         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
3579              From: "chromatic" <chromatic@rmci.net>
3580              Date: Sun, 07 Oct 2001 16:59:26 -0600
3581              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
3582      Branch: perl
3583            ! lib/Term/Cap.t
3584 ____________________________________________________________________________
3585 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
3586         Log: Update the list because fo #12265.
3587      Branch: perl
3588            ! t/lib/1_compile.t
3589 ____________________________________________________________________________
3590 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
3591         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
3592              From: Nicholas Clark <nick@ccl4.org>
3593              Date: Sun, 7 Oct 2001 20:53:33 +0100
3594              Message-ID: <20011007205333.S38756@plum.flirble.org>   
3595      Branch: perl
3596            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
3597            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3598            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
3599            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
3600            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
3601            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
3602            ! lib/Switch/t/switch.t lib/Term/Complete.t
3603            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
3604            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
3605            ! t/op/my_stash.t
3606 ____________________________________________________________________________
3607 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
3608         Log: Integrate patch #12350 from maintperl; typo in
3609              IO::Seekable doc.
3610      Branch: perl
3611           !> ext/IO/lib/IO/Seekable.pm
3612 ____________________________________________________________________________
3613 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
3614         Log: Detypo.
3615      Branch: perl
3616            ! hints/darwin.sh
3617 ____________________________________________________________________________
3618 [ 12353] By: sky                                   on 2001/10/07  17:16:14
3619         Log: Change 12349 didn't really get it right.
3620      Branch: perl
3621            ! lib/Unicode/README
3622 ____________________________________________________________________________
3623 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
3624         Log: If running the harness the dynamic library search path
3625              may need setting.
3626      Branch: perl
3627            ! t/TEST
3628 ____________________________________________________________________________
3629 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
3630         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
3631              in ldflags.
3632      Branch: perl
3633            ! hints/darwin.sh
3634 ____________________________________________________________________________
3635 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
3636         Log: typo in IO::Seekable doc
3637      Branch: maint-5.6/perl
3638            ! ext/IO/lib/IO/Seekable.pm
3639 ____________________________________________________________________________
3640 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
3641         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
3642              doesn't work on Mac OS X 10.1 (when unpacking the tar the
3643              latter gets renamed as lib/unicode:1, assumedly for security
3644              reasons not to overwrite stuff)
3645      Branch: perl
3646            + lib/Unicode/README
3647            - lib/unicode/README
3648            ! MANIFEST
3649 ____________________________________________________________________________
3650 [ 12348] By: ams                                   on 2001/10/07  05:33:40
3651         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
3652              From: "chromatic" <chromatic@rmci.net>
3653              Date: Sat, 06 Oct 2001 21:42:03 -0600
3654              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
3655      Branch: perl
3656            + lib/CPAN/t/Nox.t
3657            ! MANIFEST
3658 ____________________________________________________________________________
3659 [ 12347] By: ams                                   on 2001/10/07  00:48:10
3660         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
3661              From: "chromatic" <chromatic@rmci.net>
3662              Date: Sat, 06 Oct 2001 18:52:10 -0600
3663              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
3664      Branch: perl
3665            + lib/sigtrap.t
3666            ! MANIFEST
3667 ____________________________________________________________________________
3668 [ 12346] By: ams                                   on 2001/10/06  23:14:01
3669         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
3670              h2xs write?)
3671              From: Nicholas Clark <nick@ccl4.org>
3672              Date: Sat, 6 Oct 2001 21:46:43 +0100
3673              Message-Id: <20011006214643.L38756@plum.flirble.org>
3674      Branch: perl
3675            ! utils/h2xs.PL
3676 ____________________________________________________________________________
3677 [ 12345] By: ams                                   on 2001/10/06  17:39:53
3678         Log: Subject: [PATCH] Memoize tests
3679              From: Nicholas Clark <nick@ccl4.org>
3680              Date: Sat, 6 Oct 2001 18:04:21 +0100
3681              Message-Id: <20011006180421.J38756@plum.flirble.org>
3682      Branch: perl
3683            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
3684            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
3685            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
3686            ! lib/Memoize/t/expire_module_n.t
3687            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
3688            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
3689            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
3690            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
3691            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
3692            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
3693 ____________________________________________________________________________
3694 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
3695         Log: Retract the latter part of #12343.
3696      Branch: perl
3697            ! ext/IO/lib/IO/Socket/INET.pm
3698 ____________________________________________________________________________
3699 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
3700         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
3701              From: David Dyck <dcd@tc.fluke.com>
3702              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
3703              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
3704              
3705              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
3706              From: David Dyck <dcd@tc.fluke.com>
3707              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
3708              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
3709      Branch: perl
3710            ! ext/IO/lib/IO/Socket/INET.pm
3711 ____________________________________________________________________________
3712 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
3713         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
3714              From: Robin Barker <rmb1@cise.npl.co.uk>
3715              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
3716              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
3717      Branch: perl
3718            ! t/TEST
3719 ____________________________________________________________________________
3720 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
3721         Log: Don't assume that %x is good for displaying UVs.
3722      Branch: perl
3723            ! dump.c
3724 ____________________________________________________________________________
3725 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
3726         Log: Update Changes.
3727      Branch: perl
3728            ! Changes patchlevel.h
3729 ____________________________________________________________________________
3730 [ 12339] By: ams                                   on 2001/10/05  10:22:34
3731         Log: Subject: [PATCH] perlfunc/select
3732              From: Nicholas Clark <nick@ccl4.org>
3733              Date: Fri, 5 Oct 2001 11:33:58 +0100
3734              Message-Id: <20011005113358.Z38756@plum.flirble.org>
3735      Branch: perl
3736            ! pod/perlfunc.pod
3737 ____________________________________________________________________________
3738 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
3739         Log: Retract #12313 and #12249.
3740      Branch: perl
3741            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
3742            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
3743            ! pod/perlebcdic.pod
3744 ____________________________________________________________________________
3745 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
3746         Log: Subject: [PATCH] perlvms.pod update
3747              From: "Craig A. Berry" <craigberry@mac.com>
3748              Date: Thu, 04 Oct 2001 12:55:52 -0500
3749              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
3750      Branch: perl
3751            ! vms/perlvms.pod
3752 ____________________________________________________________________________
3753 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
3754         Log: Subject: PATCH: Tie::SubstrHash
3755              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3756              Date: Thu, 04 Oct 2001 12:12:41 +0100
3757              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
3758      Branch: perl
3759            ! lib/Tie/SubstrHash.pm
3760 ____________________________________________________________________________
3761 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
3762         Log: Unicode properties saga continues.
3763      Branch: perl
3764            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
3765            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
3766 ____________________________________________________________________________
3767 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
3768         Log: Yet more Unicode properties.
3769      Branch: perl
3770            + lib/unicore/In/137.pl lib/unicore/In/138.pl
3771            + lib/unicore/In/139.pl lib/unicore/In/140.pl
3772            + lib/unicore/In/141.pl lib/unicore/In/142.pl
3773            + lib/unicore/In/143.pl lib/unicore/In/144.pl
3774            + lib/unicore/In/145.pl lib/unicore/In/146.pl
3775            + lib/unicore/In/147.pl lib/unicore/In/148.pl
3776            + lib/unicore/In/149.pl lib/unicore/In/150.pl
3777            + lib/unicore/In/151.pl lib/unicore/In/152.pl
3778            + lib/unicore/In/153.pl lib/unicore/In/154.pl
3779            + lib/unicore/In/155.pl lib/unicore/In/156.pl
3780            + lib/unicore/In/157.pl lib/unicore/In/158.pl
3781            + lib/unicore/In/159.pl lib/unicore/In/160.pl
3782            + lib/unicore/In/161.pl lib/unicore/In/162.pl
3783            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
3784            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
3785            ! pod/perlunicode.pod
3786 ____________________________________________________________________________
3787 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
3788         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
3789              From: "Craig A. Berry" <craigberry@mac.com>
3790              Date: Wed, 03 Oct 2001 17:45:25 -0500
3791              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
3792              
3793              (the lib/Term/Complete.t patched differently by #12332)
3794      Branch: perl
3795            ! lib/ExtUtils/Command.t
3796 ____________________________________________________________________________
3797 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
3798         Log: Restore only if something to restore.
3799      Branch: perl
3800            ! lib/Term/Complete.t
3801 ____________________________________________________________________________
3802 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
3803         Log: Update various resources for credits,
3804              minor icons fixes, and versions.
3805      Branch: maint-5.6/macperl
3806            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
3807            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
3808            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
3809 ____________________________________________________________________________
3810 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
3811         Log: Quiet the warnings about using undef value
3812      Branch: maint-5.6/macperl
3813            ! lib/File/Temp.pm
3814 ____________________________________________________________________________
3815 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
3816         Log: Fix up Ballon Help and Help menu docs (first pass);
3817              remove balloon rez file, and autogenerate with
3818              Balloon2Rez instead.
3819      Branch: maint-5.6/macperl
3820            + macos/macperl/macscripts/Balloon2Rez
3821            - macos/macperl/MPBalloons.r
3822            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
3823 ____________________________________________________________________________
3824 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
3825         Log: Allow overriding of defaults, for change #12327.
3826      Branch: maint-5.6/macperl
3827            ! perl.h
3828 ____________________________________________________________________________
3829 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
3830         Log: Override PerlProc_exit.
3831      Branch: maint-5.6/macperl
3832            ! macos/macish.h
3833 ____________________________________________________________________________
3834 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
3835         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
3836      Branch: maint-5.6/macperl
3837            + macos/bundled_lib/blib/lib/MD5.pm
3838            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
3839            + macos/lib/Mac/AETE/Dialect.pm
3840            + macos/lib/Mac/AETE/Format/Converter.pm
3841            + macos/lib/Mac/AETE/Format/Dictionary.pm
3842            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
3843            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
3844            + macos/lib/Mac/Toolbox.pod
3845            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
3846 ____________________________________________________________________________
3847 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
3848         Log: Sync up silly CVS headers ... I should commit CVS
3849              first to avoid this ...
3850      Branch: maint-5.6/macperl
3851            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
3852            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
3853            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
3854            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
3855 ____________________________________________________________________________
3856 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
3857         Log: Fix Matthias' address, and attributions.
3858      Branch: maint-5.6/macperl
3859            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
3860            ! pod/perlport.pod
3861 ____________________________________________________________________________
3862 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
3863         Log: Fix Matthias' address, and attributions.
3864      Branch: maint-5.6/macperl
3865            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
3866            ! macos/ext/Mac/Components/Components.pm
3867            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
3868            ! macos/ext/Mac/Dialogs/Dialogs.pm
3869            ! macos/ext/Mac/Events/Events.pm
3870            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
3871            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
3872            ! macos/ext/Mac/Gestalt/Gestalt.pm
3873            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
3874            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
3875            ! macos/ext/Mac/Menus/Menus.pm
3876            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
3877            ! macos/ext/Mac/Movies/Movies.pm
3878            ! macos/ext/Mac/Navigation/Navigation.pm
3879            ! macos/ext/Mac/Notification/Notification.pm
3880            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
3881            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
3882            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
3883            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
3884            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
3885            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
3886            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
3887            ! macos/ext/Mac/StandardFile/StandardFile.pm
3888            ! macos/ext/Mac/TextEdit/TextEdit.pm
3889            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
3890            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
3891            ! macos/lib/Mac/LowMem.pm
3892 ____________________________________________________________________________
3893 [ 12322] By: sky                                   on 2001/10/03  18:41:07
3894         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
3895              From: "Craig A. Berry" <craigberry@mac.com>
3896              Date: Wed, 03 Oct 2001 14:30:55 -0500
3897              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
3898      Branch: perl
3899            ! vms/vms.c
3900 ____________________________________________________________________________
3901 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
3902         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
3903              From: "Craig A. Berry" <craigberry@mac.com>
3904              Date: Wed, 03 Oct 2001 14:30:55 -0500
3905              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
3906      Branch: perl
3907            ! vms/vms.c
3908 ____________________________________________________________________________
3909 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
3910         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
3911              only IsL&) and Inherited (negative lookahead good);
3912              add tests for Common, Inherited, and L&.
3913      Branch: perl
3914            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
3915 ____________________________________________________________________________
3916 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
3917         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
3918              (The Unicode standard uses L& quite often.)
3919      Branch: perl
3920            ! lib/utf8_heavy.pl
3921 ____________________________________________________________________________
3922 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
3923         Log: Add the 'Common' Unicode property (code points not
3924              explicitly assigned to any other script).
3925      Branch: perl
3926            + lib/unicore/In/136.pl
3927            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
3928 ____________________________________________________________________________
3929 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
3930         Log: Skip the RV printing test under threads until fixed.
3931      Branch: perl
3932            ! ext/B/t/terse.t
3933 ____________________________________________________________________________
3934 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
3935         Log: Subject: 12309 / cygwin / win2k
3936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3937              Date: Wed, 03 Oct 2001 15:25:15 +0200
3938              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
3939      Branch: perl
3940            ! makedef.pl
3941 ____________________________________________________________________________
3942 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
3943         Log: Metaconfig unit change for #12314.
3944      Branch: metaconfig
3945            ! U/modified/Head.U
3946 ____________________________________________________________________________
3947 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
3948         Log: Subject: Both cygwin and djgpp on one machine
3949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3950              Date: Wed, 03 Oct 2001 15:02:59 +0200
3951              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
3952      Branch: perl
3953            ! Configure
3954 ____________________________________________________________________________
3955 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
3956         Log: (retracted by #12338)
3957              
3958              Subject: [PATCH] Code clean up for perlboot.pod
3959              From: Casey West <casey@geeknest.com>
3960              Date: Tue, 2 Oct 2001 19:24:43 -0400
3961              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
3962              
3963              Subject: [PATCH] Code clean up for perlbot.diff
3964              From: Casey West <casey@geeknest.com>
3965              Date: Tue, 2 Oct 2001 19:25:22 -0400
3966              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
3967              
3968              Subject: [PATCH] Code clean up for perlcall.pod
3969              From: Casey West <casey@geeknest.com>
3970              Date: Tue, 2 Oct 2001 19:25:57 -0400
3971              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
3972              
3973              Subject: [PATCH] Code clean up for perldata.pod
3974              From: Casey West <casey@geeknest.com>
3975              Date: Tue, 2 Oct 2001 19:26:29 -0400
3976              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
3977              
3978              Subject: [PATCH] Code clean up for perldbmfilter.pod
3979              From: Casey West <casey@geeknest.com>
3980              Date: Tue, 2 Oct 2001 19:26:59 -0400
3981              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
3982              
3983              Subject: [PATCH] Code clean up for perlebcdic.pod
3984              From: Casey West <casey@geeknest.com>
3985              Date: Tue, 2 Oct 2001 19:27:37 -0400
3986              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
3987      Branch: perl
3988            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
3989            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
3990 ____________________________________________________________________________
3991 [ 12312] By: ams                                   on 2001/10/02  23:43:55
3992         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
3993              From: Michael G Schwern <schwern@pobox.com>
3994              Date: Tue, 2 Oct 2001 17:00:49 -0400
3995              Message-Id: <20011002170049.A9955@blackrider>
3996      Branch: perl
3997            ! lib/ExtUtils/MakeMaker.pm
3998 ____________________________________________________________________________
3999 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
4000         Log: FAQ sync.
4001      Branch: perl
4002            ! pod/perlfaq3.pod
4003 ____________________________________________________________________________
4004 [ 12310] By: nick                                  on 2001/10/02  16:09:49
4005         Log: Integrate mainline
4006      Branch: perlio
4007           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
4008           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
4009           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
4010           !> patchlevel.h t/op/pat.t
4011 ____________________________________________________________________________
4012 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
4013         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
4014              not just one single space.
4015      Branch: perl
4016            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
4017 ____________________________________________________________________________
4018 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
4019         Log: AUTHORS updates.
4020      Branch: perl
4021            ! AUTHORS
4022 ____________________________________________________________________________
4023 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
4024         Log: Update Changes.
4025      Branch: perl
4026            ! Changes patchlevel.h
4027 ____________________________________________________________________________
4028 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
4029         Log: Work around old buggy glibcs for langinfo constants,
4030              from Nicholas Clark and David Dyck.
4031      Branch: perl
4032            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
4033 ____________________________________________________________________________
4034 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
4035         Log: Eradicate Time::Piece; add an example.
4036      Branch: perl
4037            ! ext/I18N/Langinfo/Langinfo.pm
4038 ____________________________________________________________________________
4039 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
4040         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
4041              From: Robert Spier <rspier@pobox.com>
4042              Date: Mon, 1 Oct 2001 23:20:16 -0700
4043              Message-ID: <15289.23712.422087.878224@rls.cx>
4044      Branch: perl
4045            ! lib/Pod/Html.pm
4046 ____________________________________________________________________________
4047 [ 12303] By: sky                                   on 2001/10/02  10:40:57
4048         Log: Fixes obscure bug that manifests itself by.
4049              local $!=0;undef*STDOUT;#segfaults
4050              Has been around for a while. Possible other magic IO vars are
4051              possibly affected aswell. Reported by Jos Boumans.
4052      Branch: perl
4053            ! mg.c
4054 ____________________________________________________________________________
4055 [ 12302] By: nick                                  on 2001/10/02  09:00:52
4056         Log: Integrate mainline
4057      Branch: perlio
4058           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
4059           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
4060           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
4061 ____________________________________________________________________________
4062 [ 12301] By: nick                                  on 2001/10/02  08:40:57
4063         Log: Integrate mainline + lib/open.t patch from Chromatic
4064      Branch: perlio
4065           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
4066            ! lib/open.t
4067           !> (integrate 29 files)
4068 ____________________________________________________________________________
4069 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
4070         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
4071              Until it has, better stop early if someone requests threads.
4072      Branch: perl
4073            ! hints/darwin.sh
4074 ____________________________________________________________________________
4075 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
4076         Log: Subject: [ID 20011001.011] redundant code in t/TEST
4077              From: David Dyck <dcd@tc.fluke.com>
4078              Date: Mon, 1 Oct 2001 12:56:24 -0700
4079              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
4080      Branch: perl
4081            ! t/TEST
4082 ____________________________________________________________________________
4083 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
4084         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
4085              From: "chromatic" <chromatic@rmci.net>
4086              Date: Mon, 01 Oct 2001 12:27:12 -0600
4087              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
4088      Branch: perl
4089            ! lib/Term/Cap.t
4090 ____________________________________________________________________________
4091 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
4092         Log: UNICOS testing patches from Nicholas Clark.
4093      Branch: perl
4094            ! t/op/arith.t t/op/pack.t
4095 ____________________________________________________________________________
4096 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
4097         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
4098              From: "chromatic" <chromatic@rmci.net>
4099              Date: Mon, 01 Oct 2001 10:21:51 -0600
4100              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
4101      Branch: perl
4102            ! lib/open.t
4103 ____________________________________________________________________________
4104 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
4105         Log: Make missing the RADIXCHAR a softer, gentler error.
4106      Branch: perl
4107            ! ext/I18N/Langinfo/Langinfo.t
4108 ____________________________________________________________________________
4109 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
4110         Log: Nuke also the LANG because of glibc.
4111      Branch: perl
4112            ! lib/open.t
4113 ____________________________________________________________________________
4114 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
4115         Log: Also the ^Is is optional.
4116      Branch: perl
4117            ! pod/perlunicode.pod t/op/pat.t
4118 ____________________________________________________________________________
4119 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
4120         Log: Be careful to pull chars from the varargs stack when
4121              formatting chars.
4122      Branch: perl
4123            ! regcomp.c
4124 ____________________________________________________________________________
4125 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
4126         Log: sortsv not in place anymore, noticed by John P. Linderman.
4127      Branch: perl
4128            ! pod/perlapi.pod pp_ctl.c
4129 ____________________________________________________________________________
4130 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
4131         Log: Make the diagnostic messages more neutral.
4132      Branch: perl
4133            ! ext/B/t/terse.t
4134 ____________________________________________________________________________
4135 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
4136         Log: Forgotten from #12288.
4137      Branch: perl
4138            ! ext/Data/Dumper/Dumper.pm
4139 ____________________________________________________________________________
4140 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
4141         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
4142              From: Brian Ingerson <ingy@ttul.org>
4143              Date: Sun, 30 Sep 2001 21:45:56 -0700
4144              Message-ID: <20010930214556.D26392@ttul.org>
4145              
4146              (remember also the #12289)
4147      Branch: perl
4148            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
4149 ____________________________________________________________________________
4150 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
4151         Log: More Unicode property tests for the abbreviated
4152              general properties.
4153      Branch: perl
4154            ! t/op/pat.t
4155 ____________________________________________________________________________
4156 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
4157         Log: Further tweaks to the Unicode properties.
4158      Branch: perl
4159            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
4160 ____________________________________________________________________________
4161 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
4162         Log: Retract #12284.
4163      Branch: perl
4164            ! lib/Term/Cap.t
4165 ____________________________________________________________________________
4166 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
4167         Log: (Retracted by #12285)
4168      Branch: perl
4169            ! lib/Term/Cap.t
4170 ____________________________________________________________________________
4171 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
4172         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
4173              From: "chromatic" <chromatic@rmci.net>  
4174              Date: Sun, 30 Sep 2001 16:10:02 -0600
4175              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
4176      Branch: perl
4177            + lib/Term/Cap.t
4178            ! MANIFEST
4179 ____________________________________________________________________________
4180 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
4181         Log: Use stty -g to restore the terminal state, do not even
4182              try to run the tests if stty -g is not available.
4183      Branch: perl
4184            ! lib/Term/Complete.t
4185 ____________________________________________________________________________
4186 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
4187         Log: Cleanup utf8_heavy; allow dropping the In prefix from
4188              Unicode script/block properties.
4189      Branch: perl
4190            ! lib/utf8_heavy.pl
4191 ____________________________________________________________________________
4192 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
4193         Log: Retract the #12259 for now.
4194      Branch: perl
4195            ! embed.h embed.pl sv.h
4196 ____________________________________________________________________________
4197 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
4198         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
4199      Branch: perl
4200            + lib/Text/TabsWrap/CHANGELOG
4201            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
4202 ____________________________________________________________________________
4203 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
4204         Log: #12272 wasn't right, it introduced an extra ().
4205      Branch: perl
4206            ! lib/utf8_heavy.pl
4207 ____________________________________________________________________________
4208 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
4209         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
4210              From: Jonathan Stowe <gellyfish@gellyfish.com>
4211              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
4212              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
4213      Branch: perl
4214            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
4215 ____________________________________________________________________________
4216 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
4217         Log: Subject: Patch to put qsortsv in the public API
4218              From: Brian Ingerson <ingy@ttul.org>
4219              Date: Sat, 29 Sep 2001 17:41:13 -0700
4220              Message-ID: <20010929174113.A30223@ttul.org>
4221      Branch: perl
4222            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
4223 ____________________________________________________________________________
4224 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
4225         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
4226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4227              Date: Sat, 29 Sep 2001 23:54:48 +0200
4228              Message-ID: <20010929235448.A5017@rafael>
4229      Branch: perl
4230            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
4231 ____________________________________________________________________________
4232 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
4233         Log: FAQ sync.
4234      Branch: perl
4235            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4236            ! pod/perlfaq9.pod
4237 ____________________________________________________________________________
4238 [ 12273] By: bailey                                on 2001/09/29  23:43:46
4239         Log: Resync with mainline
4240      Branch: vmsperl
4241           +> (branch 1207 files)
4242            - (delete 324 files)
4243           !> (integrate 866 files)
4244 ____________________________________________________________________________
4245 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
4246         Log: Nasty recursion trap if one would match Unicode.
4247      Branch: perl
4248            ! lib/utf8_heavy.pl
4249 ____________________________________________________________________________
4250 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
4251         Log: More Unicode todo.
4252      Branch: perl
4253            ! pod/perltodo.pod
4254 ____________________________________________________________________________
4255 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
4256         Log: Explain a bit the new more flexible \p\P syntax.
4257      Branch: perl
4258            ! pod/perlunicode.pod
4259 ____________________________________________________________________________
4260 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
4261         Log: More leniency to the \p and \P: now can have whitespace
4262              between the property definition and the curlies; now can
4263              invert the property by having a caret between the open
4264              curly and the property.
4265      Branch: perl
4266            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
4267 ____________________________________________________________________________
4268 [ 12268] By: nick                                  on 2001/09/29  17:39:26
4269         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
4270              one test (lib/open.t) fails
4271      Branch: perlio
4272           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
4273           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
4274           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
4275           +> lib/Tie/Scalar.t lib/open.t
4276            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
4277            - ext/B/Stash.t
4278           !> (integrate 62 files)
4279 ____________________________________________________________________________
4280 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
4281         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
4282      Branch: perl
4283            ! t/op/chdir.t
4284 ____________________________________________________________________________
4285 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
4286         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
4287              From: "Craig A. Berry" <craigberry@mac.com> 
4288              Date: Sat, 29 Sep 2001 09:35:33 -0500
4289              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
4290      Branch: perl
4291            ! t/op/chdir.t
4292 ____________________________________________________________________________
4293 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
4294         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
4295              From: "chromatic" <chromatic@rmci.net>
4296              Date: Fri, 28 Sep 2001 21:20:12 -0600
4297              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
4298      Branch: perl
4299            + lib/Tie/Scalar.t
4300            ! MANIFEST lib/Tie/Scalar.pm
4301 ____________________________________________________________________________
4302 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
4303         Log: Allow for more flexibility in the \p{In...} names, now
4304              case doesn't matter, and any space or dash can be
4305              matched by any space, dash, underbar, or empty.
4306              (may be going too far on leniency)
4307      Branch: perl
4308            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
4309            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
4310            ! t/op/pat.t
4311 ____________________________________________________________________________
4312 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
4313         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
4314              From: "chromatic" <chromatic@rmci.net>
4315              Date: Fri, 28 Sep 2001 17:39:50 -0600
4316              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
4317      Branch: perl
4318            + lib/open.t
4319            ! MANIFEST
4320 ____________________________________________________________________________
4321 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
4322         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
4323              From: "Craig A. Berry" <craigberry@mac.com>
4324              Date: Fri, 28 Sep 2001 16:24:51 -0500
4325              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
4326      Branch: perl
4327            ! ext/File/Glob/t/basic.t
4328 ____________________________________________________________________________
4329 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
4330         Log: Subject: [DOC PATCH] Carp.pm pod typo
4331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4332              Date: Fri, 28 Sep 2001 23:14:51 +0200
4333              Message-ID: <20010928231451.E16889@rafael>
4334      Branch: perl
4335            ! lib/Carp.pm
4336 ____________________________________________________________________________
4337 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
4338         Log: Subject: [PATCH] Allow an @INC hook to set %INC
4339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4340              Date: Fri, 28 Sep 2001 22:18:13 +0200
4341              Message-ID: <20010928221813.A16889@rafael>
4342      Branch: perl
4343            ! pp_ctl.c
4344 ____________________________________________________________________________
4345 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
4346         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
4347              From: Nicholas Clark <nick@ccl4.org>
4348              Date: Fri, 28 Sep 2001 23:39:33 +0100
4349              Message-ID: <20010928233933.C23673@plum.flirble.org>
4350      Branch: perl
4351            ! embed.h embed.pl sv.h
4352 ____________________________________________________________________________
4353 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
4354         Log: Update Changes.
4355      Branch: perl
4356            ! Changes patchlevel.h
4357 ____________________________________________________________________________
4358 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
4359         Log: Move the B tests to B/t.
4360      Branch: perl
4361            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
4362            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
4363            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
4364            - ext/B/Showlex.t ext/B/Stash.t
4365            ! MANIFEST
4366 ____________________________________________________________________________
4367 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
4368         Log: Forgot from #12254.
4369      Branch: perl
4370            + ext/B/B/Terse.t
4371 ____________________________________________________________________________
4372 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
4373         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
4374              From: "chromatic" <chromatic@rmci.net>
4375              Date: Thu, 27 Sep 2001 23:22:17 -0600
4376              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
4377      Branch: perl
4378            ! MANIFEST
4379 ____________________________________________________________________________
4380 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
4381         Log: Test numbering mismatch.
4382      Branch: perl
4383            ! t/op/chdir.t
4384 ____________________________________________________________________________
4385 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
4386         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
4387              From: "Craig A. Berry" <craigberry@mac.com>
4388              Date: Wed, 26 Sep 2001 17:43:14 -0500
4389              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
4390      Branch: perl
4391            ! iperlsys.h t/op/chdir.t
4392 ____________________________________________________________________________
4393 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
4394         Log: Subject: [PATCH gv.c] make __ANON__ global
4395              From: Robin Barker <rmb1@cise.npl.co.uk>
4396              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
4397              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
4398      Branch: perl
4399            ! gv.c t/op/anonsub.t t/op/runlevel.t
4400 ____________________________________________________________________________
4401 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
4402         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
4403              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4404              Date: Thu, 27 Sep 2001 22:34:32 +0200
4405              Message-ID: <20010927223432.A1485@rafael>
4406      Branch: perl
4407            ! ext/B/B/Terse.pm
4408 ____________________________________________________________________________
4409 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
4410         Log: (retracted by #12338)
4411              
4412              Subject: [PATCH] Cleanup of perldsc.pod      
4413              From: Casey West <casey@geeknest.com>
4414              Date: Thu, 27 Sep 2001 11:13:17 -0400
4415              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
4416      Branch: perl
4417            ! pod/perldsc.pod
4418 ____________________________________________________________________________
4419 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
4420         Log: Not everyone is using ithreads...
4421      Branch: perl
4422            ! ext/Devel/Peek/Peek.t
4423 ____________________________________________________________________________
4424 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
4425         Log: Document the nss_delete core dump workaround for HP-UX
4426              and Solaris, bug IDs 20010805.018 and 20010629.004.
4427      Branch: perl
4428            ! README.hpux README.solaris
4429 ____________________________________________________________________________
4430 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
4431         Log: Dump Unicode hash keys also as Unicode,
4432              not just as a byte string.
4433      Branch: perl
4434            ! dump.c ext/Devel/Peek/Peek.t
4435 ____________________________________________________________________________
4436 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
4437         Log: Integrate changes #12241 and #12242 from macperl:
4438              
4439              Remove unneeded disabling of umask() calls
4440              
4441              Note (get|set)sockopt are available.
4442      Branch: perl
4443           !> lib/File/Temp.pm pod/perlport.pod
4444 ____________________________________________________________________________
4445 [ 12244] By: sky                                   on 2001/09/27  08:53:00
4446         Log: Flush buffers on thread closedown.
4447      Branch: perl
4448            ! ext/threads/threads.xs
4449 ____________________________________________________________________________
4450 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
4451         Log: Dump SvUTF8(sv)s also as \x{...}.
4452              
4453              TODO: dump the SvUTF8() hash keys similarly. 
4454      Branch: perl
4455            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
4456 ____________________________________________________________________________
4457 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
4458         Log: Note (get|set)sockopt are available.
4459      Branch: maint-5.6/macperl
4460            ! pod/perlport.pod
4461 ____________________________________________________________________________
4462 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
4463         Log: Remove unneeded disabling of umask() calls
4464      Branch: maint-5.6/macperl
4465            ! lib/File/Temp.pm
4466 ____________________________________________________________________________
4467 [ 12240] By: sky                                   on 2001/09/26  18:44:56
4468         Log: Documention update
4469      Branch: perl
4470            ! ext/threads/threads.pm
4471 ____________________________________________________________________________
4472 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
4473         Log: Update Changes.
4474      Branch: perl
4475            ! Changes patchlevel.h
4476 ____________________________________________________________________________
4477 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
4478         Log: Check that all environment variables are tainted.
4479      Branch: perl
4480            ! t/op/taint.t
4481 ____________________________________________________________________________
4482 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
4483         Log: Manual integration error in #12235.
4484      Branch: perl
4485            ! lib/File/DosGlob.t
4486 ____________________________________________________________________________
4487 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
4488         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
4489              From: "chromatic" <chromatic@rmci.net>
4490              Date: Tue, 25 Sep 2001 23:57:07 -0600
4491              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
4492      Branch: perl
4493            ! perlio.c
4494 ____________________________________________________________________________
4495 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
4496         Log: Integrate macperl changes from Chris Nandor:
4497              12192 11817 11815 11813 11778 11775
4498              
4499              Update CPAN.pm to work with new Mac::BuildTools instead
4500              of ExtUtils::MM_MacOS "orphan" functions
4501              
4502              Fix test
4503              
4504              Make syntax check report in MPW style, fix tests
4505              to use Mac::err=unix to get normal-style error
4506              messages.
4507              
4508              More module and test ports from Thomas Wegner et al
4509              
4510              Fix open of /dev/null for Mac OS
4511              
4512              Allow for platforms to override formatting of errors
4513              on output from Matthias Neeracher (core files)
4514      Branch: perl
4515            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
4516            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
4517            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
4518           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
4519           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
4520           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
4521 ____________________________________________________________________________
4522 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
4523         Log: grrr.
4524      Branch: perl
4525            ! t/op/gv.t
4526 ____________________________________________________________________________
4527 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
4528         Log: Retract #12232.
4529      Branch: perl
4530            ! t/op/gv.t
4531 ____________________________________________________________________________
4532 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
4533         Log: (Retracted by #12233.)
4534      Branch: perl
4535            ! t/op/gv.t
4536 ____________________________________________________________________________
4537 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
4538         Log: Detypo.
4539      Branch: perl
4540            ! ext/Encode/Makefile.PL
4541 ____________________________________________________________________________
4542 [ 12230] By: sky                                   on 2001/09/26  11:36:23
4543         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
4544              We are using a "delay" here because we do not want to depend on thread synchronization issues.
4545      Branch: perl
4546            + ext/threads/t/stress_cv.t
4547            ! MANIFEST ext/threads/t/stress_string.t
4548 ____________________________________________________________________________
4549 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
4550         Log: NetWare tweak from Ananth Kesari.
4551      Branch: perl
4552            ! NetWare/t/Readme.txt
4553 ____________________________________________________________________________
4554 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
4555         Log: Trick to fool case-blind filesystems.
4556      Branch: perl
4557            ! ext/Encode/Makefile.PL
4558 ____________________________________________________________________________
4559 [ 12227] By: sky                                   on 2001/09/26  11:06:50
4560         Log: Threads can start executing in a different order than they were
4561              created.... so we cannot ok() inside the threadstarter.
4562      Branch: perl
4563            ! ext/threads/t/stress_string.t
4564 ____________________________________________________________________________
4565 [ 12226] By: sky                                   on 2001/09/26  07:41:45
4566         Log: Add in stress_string.t to stress test threads a bit more.
4567      Branch: perl
4568            + ext/threads/t/stress_string.t
4569            ! MANIFEST
4570 ____________________________________________________________________________
4571 [ 12225] By: sky                                   on 2001/09/26  07:04:21
4572         Log: Fix negative refcount introduced by #12223.
4573      Branch: perl
4574            ! ext/threads/threads.xs
4575 ____________________________________________________________________________
4576 [ 12224] By: sky                                   on 2001/09/26  06:57:58
4577         Log: Update documentation to match change #12223
4578      Branch: perl
4579            ! sharedsv.c
4580 ____________________________________________________________________________
4581 [ 12223] By: sky                                   on 2001/09/26  06:54:32
4582         Log: Use a separate interpreter for the sharedsv space. Another
4583              negative sv leak. Sigh.
4584      Branch: perl
4585            ! sharedsv.c
4586 ____________________________________________________________________________
4587 [ 12222] By: sky                                   on 2001/09/26  05:58:35
4588         Log: Do the environ assignment in perl_contruct to match perl_destruct.
4589              Now we don't need to perl_parse/perl_run. However environ is a
4590              global....
4591      Branch: perl
4592            ! perl.c
4593 ____________________________________________________________________________
4594 [ 12221] By: sky                                   on 2001/09/26  05:41:02
4595         Log: Move the creation of PL_strtab to perl_construct so we can work
4596              with HV and HEs without running perl_parse.
4597      Branch: perl
4598            ! perl.c
4599 ____________________________________________________________________________
4600 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
4601         Log: integrate macperl changes into maint-5.6
4602      Branch: maint-5.6/perl
4603           !> (integrate 26 files)
4604 ____________________________________________________________________________
4605 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
4606         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
4607              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
4608      Branch: maint-5.6/macperl
4609            ! macos/ext/Mac/Fonts/Fonts.xs
4610            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
4611 ____________________________________________________________________________
4612 [ 12218] By: ams                                   on 2001/09/25  23:31:33
4613         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
4614              From: Nicholas Clark <nick@ccl4.org>
4615              Date: Wed, 26 Sep 2001 01:20:20 +0100
4616              Message-Id: <20010926012020.B48092@plum.flirble.org>
4617      Branch: perl
4618            ! lib/AutoSplit.t
4619 ____________________________________________________________________________
4620 [ 12217] By: ams                                   on 2001/09/25  22:33:05
4621         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
4622              From: "Craig A. Berry" <craigberry@mac.com>
4623              Date: Tue, 25 Sep 2001 18:08:42 -0500
4624              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
4625      Branch: perl
4626            ! vms/vms.c
4627 ____________________________________________________________________________
4628 [ 12216] By: ams                                   on 2001/09/25  21:41:01
4629         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
4630              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
4631              From: Michael G Schwern <schwern@pobox.com>
4632              Date: Wed, 26 Sep 2001 00:38:21 -0400
4633              Message-Id: <20010926003821.A627@blackrider>
4634      Branch: perl
4635            ! lib/AutoSplit.t
4636 ____________________________________________________________________________
4637 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
4638         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
4639              From: Michael G Schwern <schwern@pobox.com>
4640              Date: Tue, 25 Sep 2001 17:43:49 -0400
4641              Message-ID: <20010925174349.B19534@blackrider>
4642      Branch: perl
4643            ! lib/Test/Simple.pm lib/Test/Utils.pm
4644 ____________________________________________________________________________
4645 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
4646         Log: Integrate changes from bleadperl.
4647      Branch: maint-5.6/macperl
4648           !> pod/perlport.pod
4649 ____________________________________________________________________________
4650 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
4651         Log: skip($mess) should result in one skip.
4652      Branch: perl
4653            ! t/test.pl
4654 ____________________________________________________________________________
4655 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
4656         Log: Integrate change #12200 from maintperl.
4657      Branch: maint-5.6/macperl
4658           !> win32/perlhost.h
4659 ____________________________________________________________________________
4660 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
4661         Log: Fix file types to "apple"
4662      Branch: maint-5.6/macperl
4663            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
4664            ! macos/ext/Mac/SAT/t/Collision.rsrc
4665 ____________________________________________________________________________
4666 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
4667         Log: Fix rsrc file as snd file; fix path in t file.
4668      Branch: maint-5.6/macperl
4669            ! macos/ext/Mac/Notification/t/Notification.rsrc
4670            ! macos/ext/Mac/Notification/t/Notification.t
4671 ____________________________________________________________________________
4672 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
4673         Log: Sync up with File::Find from bleadperl.
4674      Branch: maint-5.6/macperl
4675            ! lib/File/Find.pm t/lib/filefind-taint.t
4676 ____________________________________________________________________________
4677 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
4678         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
4679              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
4680              of hundreds)
4681      Branch: maint-5.6/macperl
4682            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
4683            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
4684            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
4685 ____________________________________________________________________________
4686 [ 12207] By: nick                                  on 2001/09/25  19:04:36
4687         Log: Integrate mainline (untested while modem is up)
4688      Branch: perlio
4689           +> lib/AutoSplit.t t/test.pl
4690            - lib/warnings/register.t
4691           !> (integrate 28 files)
4692 ____________________________________________________________________________
4693 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
4694         Log: perldiag entry for #12205.
4695      Branch: perl
4696            ! pod/perldiag.pod
4697 ____________________________________________________________________________
4698 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
4699         Log: Subject: [PATCH] warning on v-string in use/require
4700              From: John Peacock <jpeacock@rowman.com>
4701              Date: Mon, 24 Sep 2001 17:29:03 -0400
4702              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
4703      Branch: perl
4704            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
4705 ____________________________________________________________________________
4706 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
4707         Log: perltooc et al updates.
4708      Branch: perl
4709            ! plan9/mkfile pod/roffitall
4710 ____________________________________________________________________________
4711 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
4712         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
4713              From: Michael G Schwern <schwern@pobox.com>
4714              Date: Sun, 23 Sep 2001 00:07:12 -0400
4715              Message-ID: <20010923000712.A7005@blackrider>
4716      Branch: perl
4717            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
4718 ____________________________________________________________________________
4719 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
4720         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
4721              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4722              Date: Wed, 26 Sep 2001 01:25:10 +0900
4723              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
4724      Branch: perl
4725            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
4726            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
4727            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
4728 ____________________________________________________________________________
4729 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
4730         Log: Integrate change #12200 from maintperl;
4731              on windows, virtualized environment could propagate deleted variables
4732              into children if they happen to be at the very end of the table
4733      Branch: perl
4734           !> win32/perlhost.h
4735 ____________________________________________________________________________
4736 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
4737         Log: on windows, virtualized environment could propagate deleted variables
4738              into children if they happen to be at the very end of the table
4739              (thanks for succinct test case from Johan Holmberg, and fix from
4740              Doug Lankshear)
4741      Branch: maint-5.6/perl
4742            ! win32/perlhost.h
4743 ____________________________________________________________________________
4744 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
4745         Log: avoid the use of ftime() (it does a useless, potentially
4746              expensive call to GetTimeZoneInformation()); this potentially
4747              also results in three more digits of precision from
4748              Time::HiRes::time()
4749      Branch: perl
4750            ! ext/Time/HiRes/HiRes.xs
4751 ____________________________________________________________________________
4752 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
4753         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
4754              
4755              Note: io/binmode is failing, have to figure out why.
4756      Branch: perl
4757            + t/test.pl
4758            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
4759            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
4760            ! t/run/exit.t
4761 ____________________________________________________________________________
4762 [ 12197] By: ams                                   on 2001/09/25  13:48:55
4763         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
4764              From: Nicholas Clark <nick@ccl4.org>
4765              Date: Tue, 25 Sep 2001 00:37:40 +0100
4766              Message-Id: <20010925003740.S4971@plum.flirble.org>
4767              (Further changes expected.)
4768      Branch: perl
4769            + lib/AutoSplit.t
4770            ! MANIFEST
4771 ____________________________________________________________________________
4772 [ 12196] By: sky                                   on 2001/09/25  13:37:12
4773         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
4774              _ftime to try and be more robust.
4775      Branch: perl
4776            ! ext/Time/HiRes/HiRes.xs
4777 ____________________________________________________________________________
4778 [ 12194] By: ams                                   on 2001/09/25  11:40:00
4779         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
4780              From: "Craig A. Berry" <craigberry@mac.com>
4781              Date: Mon, 24 Sep 2001 17:54:20 -0500
4782              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
4783      Branch: perl
4784            ! vms/descrip_mms.template
4785 ____________________________________________________________________________
4786 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
4787         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
4788              not working, cursor not spinning (Bug #422129); external
4789              editor problems (Bug #456329); escape/cmd-. not activating
4790              "Cancel" in Save dialog box (Bug #446960); Runtimes not
4791              executing on launch (Bug #464441).
4792      Branch: maint-5.6/macperl
4793            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
4794            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
4795            ! macos/macperl/MacPerl.r
4796 ____________________________________________________________________________
4797 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
4798         Log: Update CPAN.pm to work with new Mac::BuildTools instead
4799              of ExtUtils::MM_MacOS "orphan" functions
4800      Branch: maint-5.6/macperl
4801            ! lib/CPAN.pm
4802 ____________________________________________________________________________
4803 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
4804         Log: Fix up another xsubpp problem (Matthias Neeracher)
4805      Branch: maint-5.6/macperl
4806            ! macos/xsubpp
4807 ____________________________________________________________________________
4808 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
4809         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
4810      Branch: maint-5.6/macperl
4811            ! macos/lib/ExtUtils/MM_MacOS.pm
4812 ____________________________________________________________________________
4813 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
4814         Log: Fix up Makefiles for more Mac:: modules (and prepare for
4815              static build ...?)
4816      Branch: maint-5.6/macperl
4817            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
4818            ! macos/macperl/Makefile.mk
4819 ____________________________________________________________________________
4820 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
4821         Log: Fix up tests
4822      Branch: maint-5.6/macperl
4823            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4824 ____________________________________________________________________________
4825 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
4826         Log: Make malloc smarter, fix bugs.  (Bug #404030)
4827      Branch: maint-5.6/macperl
4828            ! macos/icemalloc.c macos/icemalloc.h
4829 ____________________________________________________________________________
4830 [ 12186] By: nick                                  on 2001/09/24  19:18:17
4831         Log: Integrate mainline
4832      Branch: perlio
4833           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
4834           +> lib/filetest.t
4835           !> (integrate 30 files)
4836 ____________________________________________________________________________
4837 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
4838         Log: Retract #12136, the warnings::register is already
4839              tested by t/lib/warnings/9enabled, as pointed out
4840              by Paul Marquess.
4841      Branch: perl
4842            - lib/warnings/register.t
4843            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
4844 ____________________________________________________________________________
4845 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
4846         Log: fix Time::HiRes implementation of gettimeofday() on windows
4847              (HiRes.t#14 now passes)
4848      Branch: perl
4849            ! ext/Time/HiRes/HiRes.xs
4850 ____________________________________________________________________________
4851 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
4852         Log: File::Spec::catfile() canonifies everything to blackslashes on
4853              windows :-(
4854      Branch: perl
4855            ! lib/ExtUtils/Manifest.t
4856 ____________________________________________________________________________
4857 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
4858         Log: test number mismatch
4859      Branch: perl
4860            ! t/op/magic.t
4861 ____________________________________________________________________________
4862 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
4863         Log: ok().
4864      Branch: perl
4865            ! t/op/pack.t
4866 ____________________________________________________________________________
4867 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
4868         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
4869              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4870      Branch: perl
4871            ! pp_pack.c t/op/pack.t
4872 ____________________________________________________________________________
4873 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
4874         Log: Update Changes.
4875      Branch: perl
4876            ! Changes patchlevel.h
4877 ____________________________________________________________________________
4878 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
4879         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
4880              From: Michael G Schwern <schwern@pobox.com>
4881              Date: Mon, 24 Sep 2001 11:12:13 -0400
4882              Message-ID: <20010924111213.G27885@blackrider>
4883      Branch: perl
4884            ! lib/ExtUtils/Manifest.pm
4885 ____________________________________________________________________________
4886 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
4887         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
4888              From: Michael G Schwern <schwern@pobox.com> 
4889              Date: Mon, 24 Sep 2001 11:02:07 -0400
4890              Message-ID: <20010924110207.E27885@blackrider>
4891      Branch: perl
4892            ! vms/test.com
4893 ____________________________________________________________________________
4894 [ 12176] By: ams                                   on 2001/09/24  14:01:59
4895         Log: Update Changes.
4896      Branch: perl
4897            ! Changes
4898 ____________________________________________________________________________
4899 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
4900         Log: Various cleanups.
4901      Branch: perl
4902            ! ext/threads/Makefile.PL ext/threads/threads.xs
4903 ____________________________________________________________________________
4904 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
4905         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
4906      Branch: maint-5.6/macperl
4907           !> (integrate 33 files)
4908 ____________________________________________________________________________
4909 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
4910         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
4911              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4912              Date: Mon, 24 Sep 2001 20:04:58 +0900
4913              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
4914      Branch: perl
4915            ! ext/Encode/Encode/gb2312.enc
4916 ____________________________________________________________________________
4917 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
4918         Log: Clarifying comment to #12164.
4919      Branch: perl
4920            ! lib/Cwd.pm
4921 ____________________________________________________________________________
4922 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
4923         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
4924              From: Nicholas Clark <nick@ccl4.org>
4925              Date: Sun, 23 Sep 2001 23:00:56 +0100
4926              Message-ID: <20010923230055.Y4971@plum.flirble.org>
4927              
4928              (with "sample_constants" changed to "fallback")
4929      Branch: perl
4930            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
4931            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
4932            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
4933            ! lib/h2xs.t utils/h2xs.PL
4934 ____________________________________________________________________________
4935 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
4936         Log: Metaconfig unit change for #12167.
4937      Branch: metaconfig
4938            ! U/modified/Cppsym.U
4939 ____________________________________________________________________________
4940 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
4941         Log: Add a few glibc cpp symbols to probe for.
4942      Branch: perl
4943            ! Configure
4944 ____________________________________________________________________________
4945 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
4946         Log: DJGPP tweaks for Laszlo Molnar.
4947      Branch: perl
4948            ! djgpp/djgppsed.sh dosish.h
4949 ____________________________________________________________________________
4950 [ 12165] By: ams                                   on 2001/09/24  10:07:08
4951         Log: Subject: [PATCH t/op/inccode.t] More tests
4952              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4953              Date: 24 Sep 2001 10:01:44 -0000
4954              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
4955      Branch: perl
4956            ! t/op/inccode.t
4957 ____________________________________________________________________________
4958 [ 12164] By: ams                                   on 2001/09/24  09:43:29
4959         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
4960              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
4961              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
4962              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
4963      Branch: perl
4964            ! lib/Cwd.pm
4965 ____________________________________________________________________________
4966 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
4967         Log: 1_compile updates.
4968      Branch: perl
4969            ! t/lib/1_compile.t
4970 ____________________________________________________________________________
4971 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
4972         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
4973              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4974              Date: Wed, 19 Sep 2001 22:47:14 +0200
4975              Message-ID: <20010919224714.A6382@rafael>
4976      Branch: perl
4977            ! pod/perlvar.pod pp_ctl.c
4978 ____________________________________________________________________________
4979 [ 12161] By: ams                                   on 2001/09/23  17:40:02
4980         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
4981              filetest Pragma
4982              From: "chromatic" <chromatic@rmci.net>
4983              Date: Sun, 23 Sep 2001 12:07:25 -0600
4984              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
4985      Branch: perl
4986            + lib/filetest.t
4987            ! MANIFEST t/lib/1_compile.t
4988 ____________________________________________________________________________
4989 [ 12160] By: ams                                   on 2001/09/23  16:32:11
4990         Log: Additional minor chdir() tweak.
4991      Branch: perl
4992            ! pod/perlfunc.pod
4993 ____________________________________________________________________________
4994 [ 12159] By: ams                                   on 2001/09/23  16:25:01
4995         Log: Subject: PATCH lib/ExtUtils/Command.t
4996              From: Abe Timmerman <abe@ztreet.demon.nl>
4997              Date: Sun, 23 Sep 2001 19:11:44 +0200
4998              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
4999      Branch: perl
5000            ! lib/ExtUtils/Command.t
5001 ____________________________________________________________________________
5002 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
5003         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
5004              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5005              Date: Sun, 23 Sep 2001 02:02:26 +0200
5006              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
5007      Branch: perl
5008            ! makedef.pl
5009 ____________________________________________________________________________
5010 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
5011         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
5012              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
5013              Date: Sat, 22 Sep 2001 12:54:39 -0500
5014              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
5015      Branch: perl
5016            ! t/op/study.t
5017 ____________________________________________________________________________
5018 [ 12156] By: nick                                  on 2001/09/23  07:48:44
5019         Log: Integrate mainline
5020      Branch: perlio
5021            - check83.pl
5022           !> ext/Encode/Encode/2022-cn.enc
5023 ____________________________________________________________________________
5024 [ 12155] By: nick                                  on 2001/09/23  07:48:01
5025         Log: Integrate mainline
5026      Branch: perlio
5027           +> (branch 64 files)
5028            - ext/Encode/Encode/cns11643-1.enc
5029            - ext/Encode/Encode/cns11643-2.enc
5030            - ext/Encode/Encode/iso2022-cn.enc
5031            - ext/Encode/Encode/iso2022-jp.enc
5032            - ext/Encode/Encode/iso2022-jp1.enc
5033            - ext/Encode/Encode/iso2022-jp2.enc
5034            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
5035            - ext/Encode/Encode/iso8859-1.enc
5036            - ext/Encode/Encode/iso8859-1.ucm
5037            - ext/Encode/Encode/iso8859-10.enc
5038            - ext/Encode/Encode/iso8859-10.ucm
5039            - ext/Encode/Encode/iso8859-13.enc
5040            - ext/Encode/Encode/iso8859-13.ucm
5041            - ext/Encode/Encode/iso8859-14.enc
5042            - ext/Encode/Encode/iso8859-14.ucm
5043            - ext/Encode/Encode/iso8859-15.enc
5044            - ext/Encode/Encode/iso8859-15.ucm
5045            - ext/Encode/Encode/iso8859-16.enc
5046            - ext/Encode/Encode/iso8859-16.ucm
5047            - ext/Encode/Encode/iso8859-2.enc
5048            - ext/Encode/Encode/iso8859-2.ucm
5049            - ext/Encode/Encode/iso8859-3.enc
5050            - ext/Encode/Encode/iso8859-3.ucm
5051            - ext/Encode/Encode/iso8859-4.enc
5052            - ext/Encode/Encode/iso8859-4.ucm
5053            - ext/Encode/Encode/iso8859-5.enc
5054            - ext/Encode/Encode/iso8859-5.ucm
5055            - ext/Encode/Encode/iso8859-6.enc
5056            - ext/Encode/Encode/iso8859-6.ucm
5057            - ext/Encode/Encode/iso8859-7.enc
5058            - ext/Encode/Encode/iso8859-7.ucm
5059            - ext/Encode/Encode/iso8859-8.enc
5060            - ext/Encode/Encode/iso8859-8.ucm
5061            - ext/Encode/Encode/iso8859-9.enc
5062            - ext/Encode/Encode/iso8859-9.ucm
5063            - ext/Encode/Encode/isoir-197.enc
5064            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
5065            - t/lib/sample-tests/header_at_end
5066            - t/lib/sample-tests/header_at_end_fail
5067           !> (integrate 174 files)
5068 ____________________________________________________________________________
5069 [ 12154] By: ams                                   on 2001/09/23  07:11:46
5070         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
5071              by Blair Zajac.
5072      Branch: perl
5073            ! pod/perlfunc.pod
5074 ____________________________________________________________________________
5075 [ 12153] By: ams                                   on 2001/09/23  06:56:32
5076         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
5077              Forgotten deprecation of *glob{FILEHANDLE}?
5078              From: "chromatic" <chromatic@rmci.net>
5079              Date: Sat, 22 Sep 2001 21:27:56 -0600
5080              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
5081      Branch: perl
5082            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
5083 ____________________________________________________________________________
5084 [ 12152] By: ams                                   on 2001/09/23  06:42:58
5085         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
5086              From: Michael G Schwern <schwern@pobox.com>
5087              Date: Sun, 23 Sep 2001 03:34:39 -0400
5088              Message-Id: <20010923033439.E7005@blackrider>
5089      Branch: perl
5090            ! lib/File/Find.pm
5091 ____________________________________________________________________________
5092 [ 12151] By: ams                                   on 2001/09/23  06:37:57
5093         Log: Subject: Re: t/op/magic.t missing tests on Win32
5094              From: Michael G Schwern <schwern@pobox.com>
5095              Date: Sat, 22 Sep 2001 20:29:09 -0400
5096              Message-Id: <20010922202909.I18223@blackrider>
5097      Branch: perl
5098            ! t/op/magic.t
5099 ____________________________________________________________________________
5100 [ 12150] By: ams                                   on 2001/09/23  06:36:26
5101         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
5102              Dumpvalue.pm
5103              From: "chromatic" <chromatic@rmci.net>
5104              Date: Sat, 22 Sep 2001 19:41:31 -0600
5105              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
5106      Branch: perl
5107            + lib/Dumpvalue.t
5108            ! MANIFEST lib/Dumpvalue.pm
5109 ____________________________________________________________________________
5110 [ 12149] By: ams                                   on 2001/09/23  06:25:35
5111         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
5112              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5113              Date: Sun, 23 Sep 2001 15:27:56 +0900
5114              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
5115      Branch: perl
5116            ! ext/Encode/Encode/2022-cn.enc
5117 ____________________________________________________________________________
5118 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
5119         Log: Manual eror in #12147.
5120      Branch: perl
5121            ! win32/win32.c
5122 ____________________________________________________________________________
5123 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
5124         Log: Integrate change #12146 from maintperl;
5125              win32_chdir() et al don't handle a NULL argument gracefully
5126      Branch: perl
5127           !> win32/perlhost.h win32/win32.c
5128 ____________________________________________________________________________
5129 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
5130         Log: win32_chdir() et al don't handle a NULL argument gracefully
5131      Branch: maint-5.6/perl
5132            ! win32/perlhost.h win32/win32.c
5133 ____________________________________________________________________________
5134 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
5135         Log: typo in change#12026
5136      Branch: maint-5.6/perl
5137            ! op.c
5138 ____________________________________________________________________________
5139 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
5140         Log: Subject: [PATCH] Re: scalar context unpack bugs
5141              From: Nicholas Clark <nick@ccl4.org>
5142              Date: Sat, 22 Sep 2001 23:07:56 +0100
5143              Message-ID: <20010922230755.O4971@plum.flirble.org>
5144      Branch: perl
5145            ! pp_pack.c t/op/pack.t
5146 ____________________________________________________________________________
5147 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
5148         Log: Try ExtUtils::Command.t everywhere, not just on Win32
5149              (as suggested by NI-S).  Also allow running it either
5150              in t/ or in the main directory.
5151      Branch: perl
5152            ! lib/ExtUtils/Command.t
5153 ____________________________________________________________________________
5154 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
5155         Log: Update the test on warnings/register.t.
5156      Branch: perl
5157            ! t/lib/1_compile.t
5158 ____________________________________________________________________________
5159 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
5160         Log: The code is now almost tidy enough to keep the IRIX cc happy.
5161      Branch: perl
5162            ! hints/irix_6.sh
5163 ____________________________________________________________________________
5164 [ 12140] By: ams                                   on 2001/09/22  17:26:32
5165         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
5166              use_ithreads
5167              From: "Craig A. Berry" <craigberry@mac.com>
5168              Date: Sat, 22 Sep 2001 13:15:32 -0500
5169              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
5170      Branch: perl
5171            ! configure.com
5172 ____________________________________________________________________________
5173 [ 12139] By: ams                                   on 2001/09/22  16:44:08
5174         Log: Do what perl_clone() does for sharedsv functions.
5175      Branch: perl
5176            ! embed.pl proto.h
5177 ____________________________________________________________________________
5178 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
5179         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
5180              (suggested by Sarathy, extensions shouldn't be dabbling with
5181              op structures, so binary backward compatibility should not be
5182              an issue.)
5183      Branch: perl
5184            ! hints/irix_6.sh op.h
5185 ____________________________________________________________________________
5186 [ 12137] By: ams                                   on 2001/09/22  16:21:05
5187         Log: More cleanups. (What's PERL_DECL_PROT?)
5188      Branch: perl
5189            ! embed.pl proto.h sharedsv.h
5190 ____________________________________________________________________________
5191 [ 12136] By: ams                                   on 2001/09/22  15:14:34
5192         Log: (Retracted by #12185)
5193              
5194              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
5195              Add Tests for warnings::register, Doc Update
5196              From: "chromatic" <chromatic@rmci.net>
5197              Date: Sat, 22 Sep 2001 09:43:20 -0600
5198              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
5199      Branch: perl
5200            + lib/warnings/register.t
5201            ! MANIFEST lib/warnings/register.pm
5202 ____________________________________________________________________________
5203 [ 12135] By: ams                                   on 2001/09/22  15:07:50
5204         Log: `@foo' should be @foo for consistency.
5205      Branch: perl
5206            ! pod/perldiag.pod
5207 ____________________________________________________________________________
5208 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
5209         Log: (Retracted by #12138)
5210              
5211              Add -woff (turn warning off) 3187:
5212              "A pointer is converted to a smaller integer."
5213              This happens when your pointers are 64-bit: then every case
5214              of converting pointers to PADOFFSETs (explicitly 32-bit)
5215              faces truncation (even explicit use of INT2PTR doesn't help).
5216              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
5217              Changing PADOFFSET from U32 to UV would help, but that
5218              would break binary backward compatibility of BASEOP and padop
5219              (assuming you have been using 64-bit pointers).
5220      Branch: perl
5221            ! hints/irix_6.sh
5222 ____________________________________________________________________________
5223 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
5224         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
5225              but the name comes from the inside the file, not from the file
5226              name, and Rumanian is the name of the language.
5227      Branch: perl
5228            + ext/Encode/Encode/macRumanian.enc
5229            - ext/Encode/Encode/macRomania.enc
5230            ! MANIFEST
5231 ____________________________________________________________________________
5232 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
5233         Log: Rename perltootc as perltooc for 8.3-friedliness.
5234      Branch: perl
5235            + pod/perltooc.pod
5236            - pod/perltootc.pod
5237            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
5238            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
5239            ! pod/perltoot.pod
5240 ____________________________________________________________________________
5241 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
5242         Log: Find more conflicts by lowercasing.
5243      Branch: perl
5244            + Porting/check83.pl
5245            - check83.pl
5246            ! MANIFEST
5247 ____________________________________________________________________________
5248 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
5249         Log: The AIX cc 5.0.0.0 is simply too buggy.
5250      Branch: perl
5251            ! hints/aix.sh
5252 ____________________________________________________________________________
5253 [ 12129] By: ams                                   on 2001/09/22  12:35:38
5254         Log: Uninteresting cleanup.
5255      Branch: perl
5256            ! form.h
5257 ____________________________________________________________________________
5258 [ 12128] By: ams                                   on 2001/09/22  12:28:48
5259         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
5260              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5261              Date: Sat, 22 Sep 2001 14:29:13 +0100
5262              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
5263      Branch: perl
5264            ! cv.h
5265 ____________________________________________________________________________
5266 [ 12127] By: ams                                   on 2001/09/22  12:04:28
5267         Log: What's a backet?
5268      Branch: perl
5269            ! dump.c
5270 ____________________________________________________________________________
5271 [ 12126] By: ams                                   on 2001/09/22  10:02:34
5272         Log: Removed duplicated tests #19 and #20.
5273      Branch: perl
5274            ! t/op/do.t
5275 ____________________________________________________________________________
5276 [ 12125] By: ams                                   on 2001/09/22  03:58:41
5277         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
5278              From: Michael Carman <mjcarman@home.com>
5279              Date: Fri, 21 Sep 2001 17:54:05 -0500
5280              Message-Id: <3BABC50D.6040202@home.com>
5281              (Applied with some changes.)
5282      Branch: perl
5283            ! pod/perlmod.pod
5284 ____________________________________________________________________________
5285 [ 12124] By: ams                                   on 2001/09/22  03:44:19
5286         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
5287              From: Michael G Schwern <schwern@pobox.com>
5288              Date: Fri, 21 Sep 2001 19:20:40 -0400
5289              Message-Id: <20010921192040.E5494@blackrider>
5290      Branch: perl
5291            ! t/op/chdir.t
5292 ____________________________________________________________________________
5293 [ 12123] By: ams                                   on 2001/09/22  03:41:08
5294         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
5295              From: Blair Zajac <blair@orcaware.com>
5296              Date: Fri, 21 Sep 2001 15:13:04 -0700
5297              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
5298      Branch: perl
5299            ! t/op/chdir.t
5300 ____________________________________________________________________________
5301 [ 12122] By: ams                                   on 2001/09/22  03:37:07
5302         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
5303              20010920.007
5304              From: Michael G Schwern <schwern@pobox.com>
5305              Date: Fri, 21 Sep 2001 17:59:03 -0400
5306              Message-Id: <20010921175903.V5494@blackrider>
5307      Branch: perl
5308            ! t/op/do.t
5309 ____________________________________________________________________________
5310 [ 12121] By: ams                                   on 2001/09/22  03:30:38
5311         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
5312              suite on WinCE)
5313              From: Michael G Schwern <schwern@pobox.com>
5314              Date: Fri, 21 Sep 2001 19:41:03 -0400
5315              Message-Id: <20010921194103.G5494@blackrider>
5316      Branch: perl
5317            ! pod/perlport.pod
5318 ____________________________________________________________________________
5319 [ 12120] By: ams                                   on 2001/09/22  03:28:06
5320         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
5321              From: Michael G Schwern <schwern@pobox.com>
5322              Date: Fri, 21 Sep 2001 17:33:35 -0400
5323              Message-Id: <20010921173335.T5494@blackrider>
5324              ($ENV{FOO}=undef hunk not applied.)
5325      Branch: perl
5326            ! t/op/magic.t
5327 ____________________________________________________________________________
5328 [ 12119] By: ams                                   on 2001/09/22  03:02:26
5329         Log: Subject: [PATCH] perldiag.pod
5330              From: Peter Scott <Peter@PSDT.com>
5331              Date: Fri, 21 Sep 2001 18:54:50 -0700
5332              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
5333              (Moved to the right place.)
5334      Branch: perl
5335            ! pod/perldiag.pod
5336 ____________________________________________________________________________
5337 [ 12118] By: ams                                   on 2001/09/21  20:05:29
5338         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
5339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5340              Date: Fri, 21 Sep 2001 22:36:54 +0200
5341              Message-Id: <20010921223654.A12742@rafael>
5342      Branch: perl
5343            ! t/op/do.t
5344 ____________________________________________________________________________
5345 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
5346         Log: Restore things as they were before
5347              the backward compatibility police notices.
5348      Branch: perl
5349            ! lib/Cwd.pm
5350 ____________________________________________________________________________
5351 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
5352         Log: More Cwd from Schwern: make also OS/2 and DOS
5353              Cwd agree with File::Spec (that is, native path
5354              syntax using \ instead of / -- backward compatibility
5355              polic warning) and stop Win32 from using bsd_realpath().
5356      Branch: perl
5357            ! lib/Cwd.pm
5358 ____________________________________________________________________________
5359 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
5360         Log: Subject: [PATCH @12110] RE: Untested libraries update
5361              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5362              Date: Fri, 21 Sep 2001 18:21:07 +0100
5363              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
5364      Branch: perl
5365            ! lib/warnings/register.pm
5366 ____________________________________________________________________________
5367 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
5368         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
5369              From: Michael G Schwern <schwern@pobox.com>
5370              Date: Thu, 20 Sep 2001 22:54:02 -0400
5371              Message-ID: <20010920225402.A3611@blackrider>
5372      Branch: perl
5373            ! lib/Cwd.pm
5374 ____________________________________________________________________________
5375 [ 12113] By: ams                                   on 2001/09/21  17:08:24
5376         Log: Subject: [PATCH] avoid v-strings with require/use
5377              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5378              Date: Fri, 21 Sep 2001 12:34:40 -0400
5379              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
5380      Branch: perl
5381            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
5382            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
5383            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5384            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5385            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
5386            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
5387            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
5388            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5389            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
5390            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
5391            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
5392            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
5393            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
5394            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
5395            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
5396            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
5397            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
5398            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
5399            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
5400 ____________________________________________________________________________
5401 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
5402         Log: Update Changes.
5403      Branch: perl
5404            ! Changes patchlevel.h
5405 ____________________________________________________________________________
5406 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
5407         Log: Make AIX and Tru64 compilers happy.  
5408      Branch: perl
5409            ! ext/threads/threads.h ext/threads/threads.xs
5410 ____________________________________________________________________________
5411 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
5412         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
5413              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5414              Date: 21 Sep 2001 09:16:37 -0000
5415              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
5416      Branch: perl
5417            ! toke.c
5418 ____________________________________________________________________________
5419 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
5420         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
5421              From: Michael G Schwern <schwern@pobox.com>
5422              Date: Thu, 20 Sep 2001 21:21:34 -0400
5423              Message-ID: <20010920212134.Y28291@blackrider>
5424      Branch: perl
5425            ! pp_sys.c
5426 ____________________________________________________________________________
5427 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
5428         Log: Subject: Re: GDB Debugging Macros from mod_perl
5429              From: rspier@pobox.com (Robert Spier)
5430              Date: Thu, 20 Sep 2001 22:45:03 -0700
5431              Message-ID: <15274.54239.413929.49430@rls.cx>
5432      Branch: perl
5433            ! pod/perltodo.pod
5434 ____________________________________________________________________________
5435 [ 12105] By: sky                                   on 2001/09/21  10:33:34
5436         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
5437              timezone! GetSystemTime should be available on all Win32 
5438              platforms we support. Perhaps Time::HiRes should be extended to
5439              support WinCE and Novell?
5440      Branch: perl
5441            ! ext/Time/HiRes/HiRes.xs
5442 ____________________________________________________________________________
5443 [ 12104] By: sky                                   on 2001/09/21  08:12:39
5444         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
5445      Branch: perl
5446            ! ext/threads/threads.h ext/threads/threads.xs
5447 ____________________________________________________________________________
5448 [ 12103] By: sky                                   on 2001/09/21  07:57:41
5449         Log: Rename the *thread* functions to Perl_* to avoid clashes.
5450              Notably on AIX but could become a problem on other platforms.
5451      Branch: perl
5452            ! ext/threads/threads.h ext/threads/threads.xs
5453 ____________________________________________________________________________
5454 [ 12102] By: sky                                   on 2001/09/21  07:35:30
5455         Log: Add the shared sv space to the global vars.
5456              Fix problems compiling on win32.
5457      Branch: perl
5458            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
5459            ! sharedsv.c sharedsv.h
5460 ____________________________________________________________________________
5461 [ 12101] By: ams                                   on 2001/09/21  00:19:55
5462         Log: Subject: [PATCH] win32/Makefile warning fix
5463              From: Blair Zajac <blair@orcaware.com>
5464              Date: Thu, 20 Sep 2001 18:15:43 -0700
5465              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
5466      Branch: perl
5467            ! win32/Makefile
5468 ____________________________________________________________________________
5469 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
5470         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
5471              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5472              Date: Thu, 20 Sep 2001 18:36:22 +0200
5473              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
5474      Branch: perl
5475            ! lib/ExtUtils/Command.t
5476 ____________________________________________________________________________
5477 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
5478         Log: Cant spl wirth a dam.
5479      Branch: perl
5480            ! intrpvar.h
5481 ____________________________________________________________________________
5482 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
5483         Log: Don't use C++ comments.
5484      Branch: perl
5485            ! ext/threads/threads.xs
5486 ____________________________________________________________________________
5487 [ 12097] By: ams                                   on 2001/09/20  21:42:07
5488         Log: Change #12044 didn't.
5489      Branch: perl
5490            ! lib/constant.pm
5491 ____________________________________________________________________________
5492 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
5493         Log: Metaconfig unit changes for #12095.
5494      Branch: metaconfig
5495            ! U/modified/Myinit.U U/modified/libs.U
5496 ____________________________________________________________________________
5497 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
5498         Log: Remove iconv references since we are not using it
5499              and not going to; regen perltoc, perlmodlib.
5500              (Some references still linger in perltoc, have to figure
5501              out where they are coming from.)
5502      Branch: perl
5503            ! Configure NetWare/config.wc NetWare/config_H.wc
5504            ! Porting/Glossary Porting/config.sh Porting/config_H
5505            ! config_h.SH configure.com epoc/config.sh perl.h
5506            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
5507            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5508            ! vos/config.ga.h win32/config.bc win32/config.gc
5509            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5510            ! win32/config_H.vc wince/config.ce wince/config.h
5511            ! wince/config_H.ce
5512 ____________________________________________________________________________
5513 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
5514         Log: Subject: [PATCH docs] Re: ARGV and read
5515              From: Dave Mitchell <davem@fdgroup.co.uk>
5516              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
5517              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
5518      Branch: perl
5519            ! pod/perltodo.pod pod/perlvar.pod
5520 ____________________________________________________________________________
5521 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
5522         Log: Fresh copies from the cvs.perl.org perlfaq repository.
5523      Branch: perl
5524            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5525            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5526            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5527            ! pod/perlfaq9.pod
5528 ____________________________________________________________________________
5529 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
5530         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
5531              From: Nicholas Clark <nick@ccl4.org>
5532              Date: Thu, 20 Sep 2001 14:27:08 +0100
5533              Message-ID: <20010920142708.X4971@plum.flirble.org>
5534      Branch: perl
5535            ! pp_pack.c t/op/pack.t
5536 ____________________________________________________________________________
5537 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
5538         Log: The sharedsv_space* are variables, not code.  Duh.
5539      Branch: perl
5540            ! intrpvar.h makedef.pl
5541 ____________________________________________________________________________
5542 [ 12090] By: ams                                   on 2001/09/20  11:26:06
5543         Log: Subject: [patch lib/lib_pm.PL]
5544              From: Stas Bekman <stas@stason.org>
5545              Date: Thu, 20 Sep 2001 18:48:53 +0800
5546              Message-Id: <3BA9C995.6010302@stason.org>
5547              (Applied by hand.)
5548      Branch: perl
5549            ! lib/lib_pm.PL
5550 ____________________________________________________________________________
5551 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
5552         Log: Only 21 tests, skipping or not.
5553      Branch: perl
5554            ! lib/ExtUtils/Command.t
5555 ____________________________________________________________________________
5556 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
5557         Log: New exported symbols.
5558      Branch: perl
5559            ! makedef.pl
5560 ____________________________________________________________________________
5561 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
5562         Log: Update Changes.
5563      Branch: perl
5564            ! Changes patchlevel.h
5565 ____________________________________________________________________________
5566 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
5567         Log: Correct numbering of the tests is useful.
5568      Branch: perl
5569            ! ext/threads/t/basic.t
5570 ____________________________________________________________________________
5571 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
5572         Log: More tests now too.
5573      Branch: perl
5574            ! lib/ExtUtils/Command.t
5575 ____________________________________________________________________________
5576 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
5577         Log: More tests now.
5578      Branch: perl
5579            ! ext/threads/t/basic.t
5580 ____________________________________________________________________________
5581 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
5582         Log: The test assumed 7-bit ASCII.  Now it "just"
5583              assumes 8-bit whatever.
5584      Branch: perl
5585            ! t/op/crypt.t
5586 ____________________________________________________________________________
5587 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
5588         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
5589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5590              Date: Wed, 19 Sep 2001 11:45:28 +0200
5591              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
5592              
5593              Lvalue casts are not portable.
5594      Branch: perl
5595            ! ext/threads/threads.xs
5596 ____________________________________________________________________________
5597 [ 12081] By: sky                                   on 2001/09/19  10:17:52
5598         Log: Make the basic test contain only realy basic API tests
5599              Seems to be a problem with detach.
5600      Branch: perl
5601            ! ext/threads/t/basic.t
5602 ____________________________________________________________________________
5603 [ 12080] By: ams                                   on 2001/09/19  01:23:55
5604         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
5605              From: Michael G Schwern <schwern@pobox.com>
5606              Date: Tue, 18 Sep 2001 19:53:48 -0400
5607              Message-Id: <20010918195348.M585@blackrider>
5608              
5609              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
5610              From: Michael G Schwern <schwern@pobox.com>
5611              Date: Tue, 18 Sep 2001 22:07:13 -0400
5612              Message-Id: <20010918220713.B19616@blackrider>
5613      Branch: perl
5614            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
5615            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5616            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
5617            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
5618            ! lib/Test/Tutorial.pod
5619 ____________________________________________________________________________
5620 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
5621         Log: Indent the test a bit.
5622      Branch: perl
5623            ! ext/threads/t/basic.t
5624 ____________________________________________________________________________
5625 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
5626         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
5627              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5628              Date: Tue, 18 Sep 2001 18:06:44 +0200
5629              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
5630      Branch: perl
5631            ! win32/win32.c
5632 ____________________________________________________________________________
5633 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
5634         Log: Subject: stat access time is wrong on Win95
5635              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5636              Date: Tue, 18 Sep 2001 21:59:24 +0200
5637              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
5638      Branch: perl
5639            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
5640 ____________________________________________________________________________
5641 [ 12076] By: ams                                   on 2001/09/18  22:11:25
5642         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
5643              From: Michael G Schwern <schwern@pobox.com>
5644              Date: Tue, 18 Sep 2001 18:47:14 -0400
5645              Message-Id: <20010918184714.I585@blackrider>
5646      Branch: perl
5647            ! t/op/crypt.t
5648 ____________________________________________________________________________
5649 [ 12075] By: sky                                   on 2001/09/18  19:29:37
5650         Log: two test failures
5651              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5652              Message-ID: <20010918221702.A17408@rafael>
5653              partly applied, #12074 already fixed half the patch
5654      Branch: perl
5655            ! ext/threads/t/basic.t
5656 ____________________________________________________________________________
5657 [ 12074] By: sky                                   on 2001/09/18  18:49:03
5658         Log: Fixes test case failure introduced by #12071, the warning is
5659              now correctly spelled :-)
5660      Branch: perl
5661            ! ext/IO/lib/IO/t/io_sel.t
5662 ____________________________________________________________________________
5663 [ 12073] By: sky                                   on 2001/09/18  18:46:22
5664         Log: Make the test behave properly!
5665      Branch: perl
5666            ! ext/threads/t/basic.t
5667 ____________________________________________________________________________
5668 [ 12072] By: ams                                   on 2001/09/18  18:44:59
5669         Log: OP_RCATLINE is an SVOP, not a BASEOP.
5670      Branch: perl
5671            ! opcode.h opcode.pl
5672 ____________________________________________________________________________
5673 [ 12071] By: ams                                   on 2001/09/18  18:06:27
5674         Log: Deprecate != Depreciate.
5675      Branch: perl
5676            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
5677            ! lib/Pod/ParseUtils.pm
5678 ____________________________________________________________________________
5679 [ 12070] By: ams                                   on 2001/09/18  15:14:58
5680         Log: Subject: [PATCH] Getopt::Std cleanup
5681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5682              Date: Tue, 18 Sep 2001 17:32:13 +0200
5683              Message-Id: <20010918173213.C777@rafael>
5684      Branch: perl
5685            ! lib/Getopt/Std.pm lib/Getopt/Std.t
5686 ____________________________________________________________________________
5687 [ 12069] By: sky                                   on 2001/09/18  14:56:33
5688         Log: Forgot the makefile
5689      Branch: perl
5690            + ext/threads/Makefile.PL
5691 ____________________________________________________________________________
5692 [ 12068] By: sky                                   on 2001/09/18  14:13:26
5693         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
5694              The test will fail because of Test.pm not knowing about threads. 
5695              basic needs to be manually tested
5696              compile time warnings on IV2PTR conversions need to be fixed
5697      Branch: perl
5698            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
5699            + ext/threads/threads.h ext/threads/threads.pm
5700            + ext/threads/threads.xs
5701            ! MANIFEST
5702 ____________________________________________________________________________
5703 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
5704         Log: DJGPP tweak from Laszlo Molnar.
5705      Branch: perl
5706            ! djgpp/config.over
5707 ____________________________________________________________________________
5708 [ 12066] By: sky                                   on 2001/09/18  10:24:31
5709         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
5710      Branch: perl
5711            ! sharedsv.c sharedsv.h
5712 ____________________________________________________________________________
5713 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
5714         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
5715              ditto ^cns.
5716      Branch: perl
5717            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
5718            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
5719            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
5720            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
5721            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
5722            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
5723            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
5724            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
5725            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
5726            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
5727            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
5728            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
5729            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
5730            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
5731            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
5732            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
5733            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
5734            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
5735            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
5736            + ext/Encode/Encode/ir-197.enc
5737            - ext/Encode/Encode/cns11643-1.enc
5738            - ext/Encode/Encode/cns11643-2.enc
5739            - ext/Encode/Encode/iso2022-cn.enc
5740            - ext/Encode/Encode/iso2022-jp.enc
5741            - ext/Encode/Encode/iso2022-jp1.enc
5742            - ext/Encode/Encode/iso2022-jp2.enc
5743            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
5744            - ext/Encode/Encode/iso8859-1.enc
5745            - ext/Encode/Encode/iso8859-1.ucm
5746            - ext/Encode/Encode/iso8859-10.enc
5747            - ext/Encode/Encode/iso8859-10.ucm
5748            - ext/Encode/Encode/iso8859-11.enc
5749            - ext/Encode/Encode/iso8859-11.ucm
5750            - ext/Encode/Encode/iso8859-13.enc
5751            - ext/Encode/Encode/iso8859-13.ucm
5752            - ext/Encode/Encode/iso8859-14.enc
5753            - ext/Encode/Encode/iso8859-14.ucm
5754            - ext/Encode/Encode/iso8859-15.enc
5755            - ext/Encode/Encode/iso8859-15.ucm
5756            - ext/Encode/Encode/iso8859-16.enc
5757            - ext/Encode/Encode/iso8859-16.ucm
5758            - ext/Encode/Encode/iso8859-2.enc
5759            - ext/Encode/Encode/iso8859-2.ucm
5760            - ext/Encode/Encode/iso8859-3.enc
5761            - ext/Encode/Encode/iso8859-3.ucm
5762            - ext/Encode/Encode/iso8859-4.enc
5763            - ext/Encode/Encode/iso8859-4.ucm
5764            - ext/Encode/Encode/iso8859-5.enc
5765            - ext/Encode/Encode/iso8859-5.ucm
5766            - ext/Encode/Encode/iso8859-6.enc
5767            - ext/Encode/Encode/iso8859-6.ucm
5768            - ext/Encode/Encode/iso8859-7.enc
5769            - ext/Encode/Encode/iso8859-7.ucm
5770            - ext/Encode/Encode/iso8859-8.enc
5771            - ext/Encode/Encode/iso8859-8.ucm
5772            - ext/Encode/Encode/iso8859-9.enc
5773            - ext/Encode/Encode/iso8859-9.ucm
5774            - ext/Encode/Encode/isoir-197.enc
5775            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
5776 ____________________________________________________________________________
5777 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
5778         Log: Must Uppercase.
5779      Branch: perl
5780            ! ext/Encode/Encode.pm
5781 ____________________________________________________________________________
5782 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
5783         Log: Add various encodings.
5784      Branch: perl
5785            + ext/Encode/Encode/iso8859-11.enc
5786            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
5787            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
5788            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
5789            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
5790            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
5791            + ext/Encode/Encode/viscii.ucm
5792            ! MANIFEST ext/Encode/Encode.pm
5793 ____________________________________________________________________________
5794 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
5795         Log: lib/unicode relic.
5796      Branch: perl
5797            ! ext/Encode/compile
5798 ____________________________________________________________________________
5799 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
5800         Log: Subject: [PATCH] Re: filename problems
5801              From: Michael G Schwern <schwern@pobox.com>
5802              Date: Mon, 17 Sep 2001 17:26:26 -0400
5803              Message-ID: <20010917172626.Q585@blackrider>
5804      Branch: perl
5805            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
5806            - t/lib/sample-tests/header_at_end
5807            - t/lib/sample-tests/header_at_end_fail
5808            ! MANIFEST lib/Test/Harness/t/test-harness.t
5809 ____________________________________________________________________________
5810 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
5811         Log: Explicitly explain the 1e9 seconds, not everybody
5812              is a C geek.
5813      Branch: perl
5814            ! ext/Time/HiRes/HiRes.pm
5815 ____________________________________________________________________________
5816 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
5817         Log: Explain an apparent bug reported by
5818              Richard J. Barbalace <rjbarbal@MIT.EDU>,
5819              with additional explanation from Gisle Aas.
5820      Branch: perl
5821            ! ext/Time/HiRes/HiRes.pm
5822 ____________________________________________________________________________
5823 [ 12058] By: ams                                   on 2001/09/17  19:52:01
5824         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
5825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5826              Date: Mon, 17 Sep 2001 22:48:05 +0200
5827              Message-Id: <20010917224805.C11744@rafael>
5828      Branch: perl
5829            ! t/lib/warnings/op t/lib/warnings/pp
5830 ____________________________________________________________________________
5831 [ 12057] By: ams                                   on 2001/09/17  16:51:18
5832         Log: Its a nit!
5833      Branch: perl
5834            ! sv.h
5835 ____________________________________________________________________________
5836 [ 12056] By: ams                                   on 2001/09/17  16:47:55
5837         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
5838              From: "Craig A. Berry" <craigberry@mac.com>
5839              Date: Mon, 17 Sep 2001 12:34:20 -0500
5840              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
5841      Branch: perl
5842            ! vms/vms.c
5843 ____________________________________________________________________________
5844 [ 12055] By: ams                                   on 2001/09/17  16:05:15
5845         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
5846              From: Gisle Aas <gisle@ActiveState.com>
5847              Date: 16 Apr 2001 16:20:34 -0700
5848              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
5849              (Applied by hand.)
5850      Branch: perl
5851            ! lib/CPAN.pm lib/CPAN/Nox.pm
5852 ____________________________________________________________________________
5853 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
5854         Log: Update Changes.
5855      Branch: perl
5856            ! Changes patchlevel.h
5857 ____________________________________________________________________________
5858 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
5859         Log: Adding new files to the MANIFEST is always nice.
5860      Branch: perl
5861            ! MANIFEST
5862 ____________________________________________________________________________
5863 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
5864         Log: Reindent the PerlIO files (suggested by NI-S), used
5865              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
5866              (GNU indent).  Note that wholesale re-indenting might
5867              be nice, but that would break nice formatting/alignment
5868              of assignments, equality testing, and complex boolean
5869              expressions with lots of &s and |s.
5870      Branch: perl
5871            ! perlio.c perlio.h perliol.h
5872 ____________________________________________________________________________
5873 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
5874         Log: Add a script for being 8.3-polite.
5875              The found conflicts are being worked on.
5876      Branch: perl
5877            + check83.pl
5878            ! MANIFEST Porting/pumpkin.pod
5879 ____________________________________________________________________________
5880 [ 12050] By: sky                                   on 2001/09/17  12:44:36
5881         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
5882              finding it.
5883      Branch: perl
5884            ! sv.c
5885 ____________________________________________________________________________
5886 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
5887         Log: Bump up versions because of #12041.
5888      Branch: perl
5889            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
5890            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
5891            ! lib/Time/localtime.pm
5892 ____________________________________________________________________________
5893 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
5894         Log: Bump the version number because of #12042.
5895      Branch: perl
5896            ! lib/CPAN/FirstTime.pm
5897 ____________________________________________________________________________
5898 [ 12047] By: ams                                   on 2001/09/17  11:21:40
5899         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
5900              From: Abhijit Menon-Sen <ams@wiw.org>
5901              Date: Mon, 17 Sep 2001 17:44:12 +0530
5902              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
5903      Branch: perl
5904            ! op.c
5905 ____________________________________________________________________________
5906 [ 12046] By: sky                                   on 2001/09/17  07:14:17
5907         Log: Subject: Re: t/op/ver.t using skip() improperly
5908              From: "chromatic" <chromatic@rmci.net>
5909              Date: Mon, 17 Sep 2001 00:22:29 -0600
5910              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
5911      Branch: perl
5912            ! t/op/ver.t
5913 ____________________________________________________________________________
5914 [ 12045] By: nick                                  on 2001/09/17  07:12:14
5915         Log: Integrate mainline
5916      Branch: perlio
5917           +> t/op/chdir.t
5918           !> (integrate 117 files)
5919 ____________________________________________________________________________
5920 [ 12044] By: ams                                   on 2001/09/17  05:49:53
5921         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
5922              From: Ilmari Karonen <iltzu@sci.fi>
5923              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
5924              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
5925              (And $VERSION = '1.05'.)
5926      Branch: perl
5927            ! lib/constant.pm
5928 ____________________________________________________________________________
5929 [ 12043] By: ams                                   on 2001/09/17  05:44:50
5930         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
5931              From: Michael G Schwern <schwern@pobox.com>
5932              Date: Mon, 17 Sep 2001 07:49:04 +0200
5933              Message-Id: <20010917074904.V1588@blackrider>
5934              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
5935      Branch: perl
5936            + t/op/chdir.t
5937            ! MANIFEST pp_sys.c
5938 ____________________________________________________________________________
5939 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
5940         Log: Subject: Re: CPAN.pm needs some hacking 
5941              From: "chromatic" <chromatic@rmci.net>
5942              Date: Sun, 16 Sep 2001 16:46:29 -0600
5943              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
5944      Branch: perl
5945            ! lib/CPAN/FirstTime.pm
5946 ____________________________________________________________________________
5947 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
5948         Log: Change use|require 5.005_64 to use|require 5.6.1.
5949      Branch: perl
5950            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
5951            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5952            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5953            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
5954            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
5955            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5956            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
5957            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
5958            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
5959            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
5960            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5961            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5962            ! lib/base.pm lib/fields.pm
5963 ____________________________________________________________________________
5964 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
5965         Log: Bump up version numbers.
5966              
5967              TODO 1: double check that pre-5.6.1 CPAN.pm:s
5968              don't try to download 5.8.0 because of the
5969              version numbers.  Mainly this means using _00
5970              in the core version numbers.
5971              
5972              TODO 2: the "use 5.005_64" in many modules
5973              needs to be changed to, say, "use 5.6.1".
5974      Branch: perl
5975            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
5976            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
5977            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
5978            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
5979            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
5980            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
5981            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5982            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
5983            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
5984            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
5985            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
5986 ____________________________________________________________________________
5987 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
5988         Log: Use UCHARAT() as suggested by Inaba Hiroto.
5989      Branch: perl
5990            ! regexec.c
5991 ____________________________________________________________________________
5992 [ 12038] By: ams                                   on 2001/09/16  15:16:24
5993         Log: Subject: [PATCH] Re: Core module version numbers review
5994              From: Peter Scott <Peter@PSDT.com>
5995              Date: Sun, 16 Sep 2001 09:09:58 -0700
5996              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
5997      Branch: perl
5998            ! lib/perl5db.pl
5999 ____________________________________________________________________________
6000 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
6001         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
6002              not yet fully implemented.
6003      Branch: perl
6004            ! pod/perlfunc.pod pod/perlunicode.pod
6005 ____________________________________________________________________________
6006 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
6007         Log: Subject: [patch] plug PL_beginav_save leak
6008              From: Doug MacEachern <dougm@covalent.net>
6009              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
6010              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
6011      Branch: perl
6012            ! perl.c
6013 ____________________________________________________________________________
6014 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
6015         Log: (accidentally empty checkin)
6016      Branch: perl
6017            ! sv.c
6018 ____________________________________________________________________________
6019 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
6020         Log: Subject: [patch] ithreads+PL_beginav_save
6021              From: Doug MacEachern <dougm@covalent.net>
6022              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
6023              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
6024      Branch: perl
6025            ! sv.c
6026 ____________________________________________________________________________
6027 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
6028         Log: Subject: [PATCH] h2xs.PL with C::Scan
6029              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6030              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
6031              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
6032      Branch: perl
6033            ! utils/h2xs.PL
6034 ____________________________________________________________________________
6035 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
6036         Log: Elaborate (well, make more vague, really) #12030.
6037      Branch: perl
6038            ! pod/perltodo.pod pod/perlunicode.pod
6039 ____________________________________________________________________________
6040 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
6041         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
6042              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6043              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
6044              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
6045      Branch: perl
6046            ! regexec.c
6047 ____________________________________________________________________________
6048 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
6049         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
6050              are not yet complete.
6051      Branch: perl
6052            ! pod/perltodo.pod pod/perlunicode.pod
6053 ____________________________________________________________________________
6054 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
6055         Log: Document what's still to be done on the regular expression
6056              Unicode support, based on the UTR#18.
6057      Branch: perl
6058            ! pod/perltodo.pod pod/perlunicode.pod
6059 ____________________________________________________________________________
6060 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
6061         Log: Regen headers.
6062      Branch: perl
6063            ! embedvar.h perlapi.h
6064 ____________________________________________________________________________
6065 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
6066         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
6067              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6068              Date: Sun, 09 Sep 2001 18:41:54 +0100
6069              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
6070      Branch: perl
6071            ! Porting/findvars ext/ByteLoader/bytecode.h
6072            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
6073            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
6074 ____________________________________________________________________________
6075 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
6076         Log: enable most warnings for windows build; fix the various typecasting
6077              nits that showed up (no bugfixes here)
6078      Branch: maint-5.6/perl
6079            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
6080            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
6081            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
6082            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
6083            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
6084            ! x2p/walk.c
6085 ____________________________________________________________________________
6086 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
6087         Log: Integrate change #12024 from maintperl
6088              (a local() precedence bug)
6089      Branch: perl
6090           !> lib/ExtUtils/Install.pm
6091 ____________________________________________________________________________
6092 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
6093         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
6094              change#8642
6095      Branch: maint-5.6/perl
6096            ! lib/ExtUtils/Install.pm
6097 ____________________________________________________________________________
6098 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
6099         Log: Update Changes.
6100      Branch: perl
6101            ! Changes patchlevel.h
6102 ____________________________________________________________________________
6103 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
6104         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
6105              From: "chromatic" <chromatic@rmci.net>
6106              Date: Fri, 14 Sep 2001 09:44:57 -0600 
6107              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
6108      Branch: perl
6109            ! lib/ExtUtils/Manifest.t
6110 ____________________________________________________________________________
6111 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
6112         Log: Hopefully better skipping of the Complete.t tests
6113              in case of not a tty. 
6114      Branch: perl
6115            ! lib/Term/Complete.t t/op/stat.t
6116 ____________________________________________________________________________
6117 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
6118         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
6119              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6120              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
6121              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
6122      Branch: perl
6123            ! regexec.c t/op/pat.t
6124 ____________________________________________________________________________
6125 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
6126         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
6127              From: Robin Barker <rmb1@cise.npl.co.uk>
6128              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
6129              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
6130      Branch: perl
6131            ! pod/perlport.pod
6132 ____________________________________________________________________________
6133 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
6134         Log: NetWare tweaks from Ananth Kesari.
6135      Branch: perl
6136            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
6137            ! NetWare/nwutil.h
6138 ____________________________________________________________________________
6139 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
6140         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
6141              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6142              Date: Fri, 14 Sep 2001 10:51:13 +0200
6143              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
6144      Branch: perl
6145            ! pod/perlport.pod
6146 ____________________________________________________________________________
6147 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
6148         Log: Subject: Re: [PATCH 2 pl2pm.PL]
6149              From: Joe Smith <Joe.Smith@inwap.com>
6150              Date: Fri, 14 Sep 2001 00:13:32 -0700
6151              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
6152              
6153              Eradicate qu.
6154      Branch: perl
6155            ! keywords.h keywords.pl utils/pl2pm.PL
6156 ____________________________________________________________________________
6157 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
6158         Log: Retract #12013, didn't go over too well in Tru64.
6159      Branch: perl
6160            ! embed.h embed.pl sv.h
6161 ____________________________________________________________________________
6162 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
6163         Log: Subject: [PATCH] Execute files of debugger commands
6164              From: Peter Scott <Peter@PSDT.com>
6165              Date: Thu, 13 Sep 2001 15:26:31 -0700
6166              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
6167      Branch: perl
6168            ! lib/perl5db.pl pod/perldebug.pod
6169 ____________________________________________________________________________
6170 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
6171         Log: (Retracted by #12015)
6172              Subject: [proposed PATCH] Re: perl@11920
6173              From: Nicholas Clark <nick@ccl4.org>
6174              Date: Wed, 12 Sep 2001 23:46:09 +0100
6175              Message-ID: <20010912234609.H4971@plum.flirble.org>     
6176      Branch: perl
6177            ! embed.h embed.pl sv.h
6178 ____________________________________________________________________________
6179 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
6180         Log: ucblib shouldn't be linked against in nonstop-ux,
6181              from Tom Bates.
6182      Branch: perl
6183            ! hints/nonstopux.sh
6184 ____________________________________________________________________________
6185 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
6186         Log: Do stty only if we have stty.
6187              
6188              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
6189      Branch: perl
6190            ! lib/Term/Complete.pm
6191 ____________________________________________________________________________
6192 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
6193         Log: Skip the test if not running on a tty.
6194      Branch: perl
6195            ! lib/Term/Complete.t
6196 ____________________________________________________________________________
6197 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
6198         Log: Regen headers.
6199      Branch: perl
6200            ! embed.h opcode.h pod/perlapi.pod proto.h
6201 ____________________________________________________________________________
6202 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
6203         Log: Subject: [PATCH op.c] Re: perl@12003
6204              From: Robin Barker <rmb1@cise.npl.co.uk>
6205              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
6206              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
6207      Branch: perl
6208            ! op.c
6209 ____________________________________________________________________________
6210 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
6211         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
6212              From: Robin Barker <rmb1@cise.npl.co.uk>
6213              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
6214              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
6215      Branch: perl
6216            ! sv.c
6217 ____________________________________________________________________________
6218 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
6219         Log: Upgrade to Memoize 0.66.
6220      Branch: perl
6221            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
6222            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
6223            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
6224 ____________________________________________________________________________
6225 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
6226         Log: Subject: [ID 20010912.007] substr reference core dump
6227              From: me-01@ton.iguana.be
6228              Date: 12 Sep 2001 14:11:16 -0000
6229              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
6230      Branch: perl
6231            ! mg.c
6232 ____________________________________________________________________________
6233 [ 12004] By: ams                                   on 2001/09/12  01:13:49
6234         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
6235              From: Ilmari Karonen <iltzu@sci.fi>
6236              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
6237              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
6238      Branch: perl
6239            ! pod/perlfaq4.pod
6240 ____________________________________________________________________________
6241 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
6242         Log: Update Changes.
6243      Branch: perl
6244            ! Changes patchlevel.h
6245 ____________________________________________________________________________
6246 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
6247         Log: NetWare update from Ananth Kesari.
6248      Branch: perl
6249            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
6250            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
6251 ____________________________________________________________________________
6252 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
6253         Log: Retract #11984: div() being redefined, and 1397
6254              failing on 64-bit platforms.
6255      Branch: perl
6256            ! lib/Math/BigInt/Calc.pm
6257 ____________________________________________________________________________
6258 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
6259         Log: Metaconfig unit change for #11999.
6260      Branch: metaconfig
6261            ! U/protos/d_lseekproto.U
6262 ____________________________________________________________________________
6263 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
6264         Log: The lseek fix (#11991) was no fix.
6265      Branch: perl
6266            ! Configure
6267 ____________________________________________________________________________
6268 [ 11998] By: sky                                   on 2001/09/11  07:52:06
6269         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
6270              From: Matt Sergeant <MSergeant@star.net.uk>
6271              Date: Tue, 11 Sep 2001 09:22:32 +0100
6272              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
6273      Branch: perl
6274            ! ext/Encode/Encode.pm
6275 ____________________________________________________________________________
6276 [ 11997] By: sky                                   on 2001/09/11  06:35:29
6277         Log: Sometimes dTHX is added because it is needed on non 
6278              gnuc platforms, but not needed there. This uses GCC
6279              to silence GCC specific warnings by marking pTHX as 
6280              unused.
6281      Branch: perl
6282            ! perl.h
6283 ____________________________________________________________________________
6284 [ 11996] By: nick                                  on 2001/09/11  06:25:27
6285         Log: Integrate mainline
6286      Branch: perlio
6287            - ext/POSIX/sigaction.t lib/File/Find/taint.t
6288           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
6289 ____________________________________________________________________________
6290 [ 11995] By: nick                                  on 2001/09/11  06:23:39
6291         Log: Part Integrate mainline
6292      Branch: perlio
6293           +> (branch 69 files)
6294            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
6295            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
6296            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
6297            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
6298            - lib/Switch/t/switch_case.t lib/Test/Harness.t
6299            - lib/Test/More/Changes lib/Test/More/t/More.t
6300            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6301            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6302            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
6303            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
6304            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
6305            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
6306            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
6307            - t/lib/Test/More/Catch.pm wince/perl.ico
6308           !> (integrate 197 files)
6309 ____________________________________________________________________________
6310 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
6311         Log: Subject: Re: [PATCH] Encode.pm docs fix
6312              From: Gisle Aas <gisle@ActiveState.com>
6313              Date: 10 Sep 2001 11:27:02 -0700
6314              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
6315      Branch: perl
6316            ! ext/Encode/Encode.pm
6317 ____________________________________________________________________________
6318 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
6319         Log: Fix unpack U to be the reverse of pack U
6320              (but implement unpack U0U as a backdoor to get
6321              the UTF-8 malformed warnings from un-UTF-8 data)
6322      Branch: perl
6323            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
6324 ____________________________________________________________________________
6325 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
6326         Log: Metaconfig unit change for #11991;
6327              delete an unused unit (d_strtoull.U is the one used)
6328      Branch: metaconfig
6329            ! U/protos/d_lseekproto.U
6330      Branch: metaconfig/U/perl
6331            - strtoull.U
6332 ____________________________________________________________________________
6333 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
6334         Log: Subject: [PATCH] Configure not recording lseek proto
6335              From: Blair Zajac <blair@orcaware.com>
6336              Date: Mon, 10 Sep 2001 17:52:37 -0700
6337              Message-ID: <3B9D6055.BA334A31@orcaware.com>
6338              
6339              plus regen Configure.
6340      Branch: perl
6341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6342            ! config_h.SH uconfig.h
6343 ____________________________________________________________________________
6344 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
6345         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?)))                  
6346              From: Nicholas Clark <nick@ccl4.org>
6347              Date: Tue, 11 Sep 2001 00:00:31 +0100
6348              Message-ID: <20010911000031.G1512@plum.flirble.org>
6349      Branch: perl
6350            + t/op/qq.t
6351            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
6352 ____________________________________________________________________________
6353 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
6354         Log: Subject: [PATCH] Building on win32 w/o perlio
6355              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6356              Date: Mon, 10 Sep 2001 23:38:46 +0200
6357              Message-ID: <3B9D4F06.14433.2C37644@localhost>
6358      Branch: perl
6359            ! perl.c win32/Makefile win32/makefile.mk
6360 ____________________________________________________________________________
6361 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
6362         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
6363              From: "chromatic" <chromatic@rmci.net>
6364              Date: Mon, 10 Sep 2001 15:14:01 -0600
6365              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
6366      Branch: perl
6367            + lib/CGI/t/push.t
6368            ! MANIFEST
6369 ____________________________________________________________________________
6370 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
6371         Log: Subject: avoiding hoardes of zombies
6372              From: Nicholas Clark <nick@ccl4.org>
6373              Date: Mon, 10 Sep 2001 22:00:40 +0100
6374              Message-ID: <20010910220040.C1512@plum.flirble.org>
6375      Branch: perl
6376            ! pod/perlipc.pod
6377 ____________________________________________________________________________
6378 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
6379         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
6380              From: John Peacock <jpeacock@rowman.com>
6381              Date: Mon, 10 Sep 2001 16:34:30 -0400
6382              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
6383      Branch: perl
6384            ! sv.c t/op/ver.t utf8.h
6385 ____________________________________________________________________________
6386 [ 11985] By: ams                                   on 2001/09/10  23:20:13
6387         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
6388      Branch: perl
6389            ! MANIFEST
6390 ____________________________________________________________________________
6391 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
6392         Log: (Retracted by #12001)
6393              Subject: Calc with USE_MUL/USE_DIV
6394              From: Tels <perl_dummy@bloodgate.com>
6395              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
6396              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
6397      Branch: perl
6398            ! lib/Math/BigInt/Calc.pm
6399 ____________________________________________________________________________
6400 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
6401         Log: Subject: [PATCH op.c] Re: perl@11978
6402              From: Robin Barker <rmb1@cise.npl.co.uk>
6403              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
6404              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
6405              
6406              Format errors.
6407      Branch: perl
6408            ! op.c
6409 ____________________________________________________________________________
6410 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
6411         Log: Switch PADOFFSET back to U32 both because of binary backward
6412              compatibility and because Arthur seems to have been fixing the
6413              problems with naughty integer-pointer casting.
6414      Branch: perl
6415            ! op.h
6416 ____________________________________________________________________________
6417 [ 11981] By: ams                                   on 2001/09/10  16:31:43
6418         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
6419              Fix Pod Typo, Add Test for ExtUtils::Command
6420              From: "chromatic" <chromatic@rmci.net>
6421              Date: Mon, 10 Sep 2001 11:20:56 -0600
6422              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
6423      Branch: perl
6424            + lib/ExtUtils/Command.t
6425            ! MANIFEST lib/ExtUtils/Command.pm
6426 ____________________________________________________________________________
6427 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
6428         Log: Subject: [PATCH] Encode.pm docs fix
6429              From: Matt Sergeant <MSergeant@star.net.uk>
6430              Date: Mon, 10 Sep 2001 15:24:01 +0100
6431              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
6432      Branch: perl
6433            ! ext/Encode/Encode.pm
6434 ____________________________________________________________________________
6435 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
6436         Log: Update Changes.
6437      Branch: perl
6438            ! Changes patchlevel.h
6439 ____________________________________________________________________________
6440 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
6441         Log: Revert #11973, the dTHX seems to be needed in there
6442              for threaded builds.
6443      Branch: perl
6444            ! perlio.c
6445 ____________________________________________________________________________
6446 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
6447         Log: Detypo.
6448      Branch: perl
6449            ! pod/perlguts.pod
6450 ____________________________________________________________________________
6451 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
6452         Log: Further Class::Struct patching from Damian.
6453              
6454              The new new semantics are:
6455              
6456              * If you pass an initializer for a nested object, it has to be:
6457              a) a reference to an object of that class, or      
6458              b) a reference to an object of a subclass of that class, or
6459              c) a reference to a hash of arguments to be passed to the
6460              class's constructor
6461              * If you pass no initializer for a nested object, the attribute
6462              is initialized to C<undef>
6463      Branch: perl
6464            ! lib/Class/Struct.pm
6465 ____________________________________________________________________________
6466 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
6467         Log: Skip the crypt test if no crypt.
6468      Branch: perl
6469            ! t/op/crypt.t
6470 ____________________________________________________________________________
6471 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
6472         Log: Warn against using bare v-strings as IP addresses
6473              (okay if using the wrappers from Socket)
6474      Branch: perl
6475            ! pod/perldata.pod pod/perlport.pod
6476 ____________________________________________________________________________
6477 [ 11973] By: sky                                   on 2001/09/10  11:57:58
6478         Log: Remove unused dTHX. Silenced another warning.
6479      Branch: perl
6480            ! perlio.c
6481 ____________________________________________________________________________
6482 [ 11972] By: sky                                   on 2001/09/10  11:54:25
6483         Log: Silence some more warnings INT2PTR.
6484      Branch: perl
6485            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
6486 ____________________________________________________________________________
6487 [ 11971] By: sky                                   on 2001/09/10  11:21:50
6488         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
6489      Branch: perl
6490            ! cop.h
6491 ____________________________________________________________________________
6492 [ 11970] By: sky                                   on 2001/09/10  11:17:25
6493         Log: Apply INT2PTR with force to silence warnings from
6494              PM_GETRE and friends. No more warnings with 64bit 
6495              IVs and 32bit pointers.    
6496      Branch: perl
6497            ! op.c op.h perl.c
6498 ____________________________________________________________________________
6499 [ 11969] By: sky                                   on 2001/09/10  10:13:02
6500         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
6501      Branch: perl
6502            ! pod/perlguts.pod
6503 ____________________________________________________________________________
6504 [ 11968] By: sky                                   on 2001/09/10  10:02:51
6505         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
6506              Rename to custop_op_name to Perl_custom_op_name to match perlapi
6507              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
6508              perl_clone.
6509      Branch: perl
6510            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
6511 ____________________________________________________________________________
6512 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
6513         Log: Using strlen() not good on embedded nul bytes.
6514      Branch: perl
6515            ! regcomp.c
6516 ____________________________________________________________________________
6517 [ 11966] By: ams                                   on 2001/09/09  21:06:13
6518         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
6519              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6520              Date: Mon, 13 Aug 2001 22:51:59 +0200
6521              Message-ID: <20010813225159.C6681@rafael>
6522              (Applied with several tweaks.)
6523      Branch: perl
6524            ! embed.h embed.pl proto.h toke.c
6525 ____________________________________________________________________________
6526 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
6527         Log: The exact error message is system-dependent.
6528      Branch: perl
6529            ! lib/ExtUtils/Manifest.t
6530 ____________________________________________________________________________
6531 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
6532         Log: Add Windows and Mac Sami support to Encode
6533              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
6534      Branch: perl
6535            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
6536            ! MANIFEST
6537 ____________________________________________________________________________
6538 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
6539         Log: Use the tried method.
6540      Branch: perl
6541            ! pod/perlport.pod
6542 ____________________________________________________________________________
6543 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
6544         Log: Can't count parentheses.
6545      Branch: perl
6546            ! ext/IO/lib/IO/Socket/INET.pm
6547 ____________________________________________________________________________
6548 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
6549         Log: perlport additions: 1 while unlink, add/delete directory
6550              entries and permissions, cygwin stat funkiness (from Michael
6551              Schwern and Nicholas Clark)
6552      Branch: perl
6553            ! pod/perlport.pod
6554 ____________________________________________________________________________
6555 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
6556         Log: blib does have a detectable test.
6557      Branch: perl
6558            ! t/lib/1_compile.t
6559 ____________________________________________________________________________
6560 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
6561         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
6562              From: "chromatic" <chromatic@rmci.net>
6563              Date: Sat, 08 Sep 2001 19:33:42 -0600
6564              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
6565      Branch: perl
6566            + lib/Term/Complete.t
6567            ! MANIFEST
6568 ____________________________________________________________________________
6569 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
6570         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
6571              From: Michael G Schwern <schwern@pobox.com> 
6572              Date: Sat, 8 Sep 2001 02:40:26 -0400
6573              Message-ID: <20010908024026.A26283@blackrider>
6574      Branch: perl
6575            + lib/Test/Tutorial.pod
6576            ! MANIFEST
6577 ____________________________________________________________________________
6578 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
6579         Log: Try to look up protocol (by name) only iff it has non-numbers:
6580              nice if the server is in a chrooted environment (no /etc/protocols,
6581              server code using hardcorded protocol numbers like 6 for tcp),
6582              suggested by John Holdsworth <coldwave@bigfoot.com>.
6583              In other words, if we are given a number, why look it up again
6584              (by number)?
6585      Branch: perl
6586            ! ext/IO/lib/IO/Socket/INET.pm
6587 ____________________________________________________________________________
6588 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
6589         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
6590              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6591              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
6592              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
6593              
6594              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
6595              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6596              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
6597              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
6598              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
6599              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6600              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
6601              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
6602      Branch: perl
6603            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
6604 ____________________________________________________________________________
6605 [ 11955] By: ams                                   on 2001/09/09  02:54:21
6606         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
6607              From: "Craig A. Berry" <craigberry@mac.com>
6608              Date: Sat, 08 Sep 2001 19:02:16 -0500
6609              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
6610      Branch: perl
6611            ! lib/CGI/t/carp.t
6612 ____________________________________________________________________________
6613 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
6614         Log: Documentation tweaks; think the IP address as an opaque string.
6615      Branch: perl
6616            ! ext/Socket/Socket.pm
6617 ____________________________________________________________________________
6618 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
6619         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
6620              From: Michael G Schwern <schwern@pobox.com>
6621              Date: Sat, 8 Sep 2001 19:45:46 -0400
6622              Message-ID: <20010908194546.C9193@blackrider>
6623      Branch: perl
6624            + lib/blib.t
6625            ! MANIFEST lib/blib.pm t/lib/1_compile.t
6626 ____________________________________________________________________________
6627 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
6628         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
6629              From: "chromatic" <chromatic@rmci.net>
6630              Date: Sat, 08 Sep 2001 12:31:44 -0600
6631              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
6632      Branch: perl
6633            + lib/CGI/t/fast.t
6634            ! MANIFEST
6635 ____________________________________________________________________________
6636 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
6637         Log: The Socket tests were wrong: they were assuming too much.
6638      Branch: perl
6639            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
6640 ____________________________________________________________________________
6641 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
6642         Log: Retract the portability changes since they
6643              seem to have opened a can of worms... will
6644              go back to UNICOS/mk and do the bare minimum
6645              required to get the tests working.
6646      Branch: perl
6647            ! ext/Socket/Socket.xs
6648 ____________________________________________________________________________
6649 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
6650         Log: PADOFFSET is used to cast pointers into integers,
6651              if pointers are 64 bits and U32 32 bits,
6652              bad things may happen, or at least warnings issued.
6653      Branch: perl
6654            ! op.h
6655 ____________________________________________________________________________
6656 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
6657         Log: Still more Socket portability tweaking.
6658              Now Socket.t seems to be happy in all of
6659              Linux/x86, Tru64/alpha, Solaris/sparc,
6660              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
6661              
6662              Addendum: it seems that io_multihomed, io_sock, and hostent
6663              were broken in little-endians (linux/x86 and tru64/alpha)
6664              because of this change.  Argh.
6665      Branch: perl
6666            ! ext/Socket/Socket.xs
6667 ____________________________________________________________________________
6668 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
6669         Log: More portability kicking on inet_ntoa().
6670      Branch: perl
6671            ! ext/Socket/Socket.xs
6672 ____________________________________________________________________________
6673 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
6674         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
6675              From: Michael G Schwern <schwern@pobox.com> 
6676              Date: Fri, 7 Sep 2001 23:06:51 -0400
6677              Message-ID: <20010907230651.R606@blackrider>
6678      Branch: perl
6679            + lib/ExtUtils/Manifest.t
6680            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
6681 ____________________________________________________________________________
6682 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
6683         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
6684              From: "chromatic" <chromatic@rmci.net>
6685              Date: Fri, 07 Sep 2001 17:53:15 -0600      
6686              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
6687      Branch: perl
6688            + lib/ExtUtils/testlib.t
6689            ! MANIFEST
6690 ____________________________________________________________________________
6691 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
6692         Log: Thinko.
6693      Branch: perl
6694            ! lib/integer.t
6695 ____________________________________________________________________________
6696 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
6697         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
6698              From: "Craig A. Berry" <craigberry@mac.com>
6699              Date: Fri, 07 Sep 2001 15:30:03 -0500
6700              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
6701      Branch: perl
6702            ! lib/CGI/Carp.pm
6703 ____________________________________________________________________________
6704 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
6705         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
6706              From: Michael G Schwern <schwern@pobox.com>
6707              Date: Fri, 7 Sep 2001 15:38:13 -0400
6708              Message-ID: <20010907153813.K606@blackrider>
6709      Branch: perl
6710            ! lib/ExtUtils/MM_Unix.pm
6711 ____________________________________________________________________________
6712 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
6713         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
6714              From: Robin Barker <rmb1@cise.npl.co.uk>
6715              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
6716              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
6717      Branch: perl
6718            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
6719 ____________________________________________________________________________
6720 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
6721         Log: Clean up 1_compile.t; move tests to more consistent
6722              places (t/ subdirectories); add integer.t (much of
6723              the pragma is tested elsewhere but there is no one
6724              centralized place)
6725      Branch: perl
6726            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
6727            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
6728            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
6729            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
6730            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
6731            - lib/File/Find/find.t lib/File/Find/taint.t
6732            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
6733 ____________________________________________________________________________
6734 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
6735         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
6736              From: "chromatic" <chromatic@rmci.net>
6737              Date: Fri, 07 Sep 2001 10:17:40 -0600
6738              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
6739      Branch: perl
6740            ! lib/File/Find/taint.t
6741 ____________________________________________________________________________
6742 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
6743         Log: Update Changes.
6744      Branch: perl
6745            ! Changes patchlevel.h
6746 ____________________________________________________________________________
6747 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
6748         Log: Rename the old threading tutorial, start a new one,
6749              regen toc.
6750      Branch: perl
6751            + pod/perlothrtut.pod
6752            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
6753            ! pod/perltoc.pod
6754 ____________________________________________________________________________
6755 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
6756         Log: vars very much has a test.
6757      Branch: perl
6758            ! t/lib/1_compile.t
6759 ____________________________________________________________________________
6760 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
6761         Log: Subject: Re: wince/perl.ico marked as binary
6762              From: Nicholas Clark <nick@ccl4.org>
6763              Date: Fri, 7 Sep 2001 13:54:40 +0100
6764              Message-ID: <20010907135439.D39150@plum.flirble.org>
6765              
6766              and wince/Makefile.ce change from Rainer Keuchel.
6767      Branch: perl
6768            + wince/makeico.pl
6769            ! MANIFEST wince/Makefile.ce
6770 ____________________________________________________________________________
6771 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
6772         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
6773              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6774              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
6775              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
6776      Branch: perl
6777            ! regexec.c
6778 ____________________________________________________________________________
6779 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
6780         Log: (Replaced by #11934)
6781              Subject: Re: [PATCH regexec.c] more general .* and .*?
6782              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6783              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
6784              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
6785      Branch: perl
6786            ! regexec.c
6787 ____________________________________________________________________________
6788 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
6789         Log: The #11931 patching misbehaved.
6790      Branch: perl
6791            ! lib/Test/Harness/t/test-harness.t
6792 ____________________________________________________________________________
6793 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
6794         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
6795              From: Michael G Schwern <schwern@pobox.com>
6796              Date: Fri, 7 Sep 2001 03:30:41 -0400
6797              Message-ID: <20010907033041.A2796@blackrider>
6798      Branch: perl
6799            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
6800            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
6801            + t/lib/sample-tests/header_at_end_fail
6802            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
6803            - lib/Test/Harness.t
6804            ! MANIFEST lib/Test/Harness.pm t/TEST
6805 ____________________________________________________________________________
6806 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
6807         Log: Subject: [PATCH] Digest::MD5 update
6808              From: Gisle Aas <gisle@ActiveState.com>
6809              Date: 06 Sep 2001 23:32:56 -0700
6810              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
6811      Branch: perl
6812            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6813            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
6814 ____________________________________________________________________________
6815 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
6816         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
6817              From: "chromatic" <chromatic@rmci.net>
6818              Date: Thu, 06 Sep 2001 23:11:44 -0600
6819              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
6820      Branch: perl
6821            + lib/less.t
6822            ! MANIFEST t/lib/1_compile.t
6823 ____________________________________________________________________________
6824 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
6825         Log: The binary file must somehow differently stored.
6826      Branch: perl
6827            - wince/perl.ico
6828            ! MANIFEST
6829 ____________________________________________________________________________
6830 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
6831         Log: Add more modules to the list of modules that have tests,
6832              Schwern's wallet is getting more nervous.
6833              (Run t/lib/1_compile.t manually to see which modules
6834              are lacking tests, or the tests can't be run for some
6835              reason or another, such as the Net:: modules)
6836      Branch: perl
6837            ! t/lib/1_compile.t
6838 ____________________________________________________________________________
6839 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
6840         Log: Try to make Socket::inet_ntoa() more robust.
6841      Branch: perl
6842            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
6843 ____________________________________________________________________________
6844 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
6845         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
6846              From: chromatic <chromatic@rmci.net>       
6847              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
6848              Message-Id: <01090522580506.19590@firewheel>           
6849      Branch: perl
6850            ! lib/English.t
6851 ____________________________________________________________________________
6852 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
6853         Log: Subject: Re: perlvar manpage and localizing special vars
6854              From: Stas Bekman <stas@stason.org>
6855              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
6856              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
6857      Branch: perl
6858            ! pod/perlvar.pod
6859 ____________________________________________________________________________
6860 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
6861         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
6862              From: Robin Barker <rmb1@cise.npl.co.uk>
6863              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
6864              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
6865      Branch: perl
6866            ! lib/ExtUtils/MakeMaker.pm
6867 ____________________________________________________________________________
6868 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
6869         Log: Symbol missing; AIX unhappy.
6870      Branch: perl
6871            ! makedef.pl
6872 ____________________________________________________________________________
6873 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
6874         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
6875              Reported in 5.61, seems to work okay in blead.
6876      Branch: perl
6877            ! t/run/kill_perl.t
6878 ____________________________________________________________________________
6879 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
6880         Log: Update Changes.
6881      Branch: perl
6882            ! Changes patchlevel.h
6883 ____________________________________________________________________________
6884 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
6885         Log: Document the bad assumptions currently breaking
6886              the Socket.t tests 10, 11, and 13 in UNICOS.
6887      Branch: perl
6888            ! ext/Socket/Socket.xs
6889 ____________________________________________________________________________
6890 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
6891         Log: Subject: [PATCH x2p] make OPTIMIZE=...
6892              From: Robin Barker <rmb1@cise.npl.co.uk>
6893              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
6894              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
6895      Branch: perl
6896            ! x2p/Makefile.SH x2p/cflags.SH
6897 ____________________________________________________________________________
6898 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
6899         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
6900              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6901              Date: Thu, 6 Sep 2001 11:09:40 +0100
6902              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
6903              
6904              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
6905              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6906              Date: 6 Sep 2001 10:14:38 -0000
6907              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
6908      Branch: perl
6909            ! pod/perlfaq1.pod pod/perlhack.pod
6910 ____________________________________________________________________________
6911 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
6912         Log: Subject: Extra NUL is Data::Dumper output - patch
6913              From: Tony Cook <tony@develop-help.com>
6914              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
6915              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
6916      Branch: perl
6917            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6918 ____________________________________________________________________________
6919 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
6920         Log: Avoid redefinition warning
6921              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
6922              from
6923              perl -w -Ilib -MCwd -e ''
6924      Branch: perl
6925            ! lib/Cwd.pm
6926 ____________________________________________________________________________
6927 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
6928         Log: Update the is_tainted() example implementation.
6929      Branch: perl
6930            ! pod/perlsec.pod
6931 ____________________________________________________________________________
6932 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
6933         Log: Missing) in #11912.
6934      Branch: perl
6935            ! lib/Test/Simple/t/fail.t
6936 ____________________________________________________________________________
6937 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
6938         Log: Rewhack Test-Simple into core harness.
6939      Branch: perl
6940            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6941            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6942            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6943            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6944            ! lib/Test/Simple/t/skipall.t
6945 ____________________________________________________________________________
6946 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
6947         Log: Workaround for the new Exporter 'feature'.
6948      Branch: perl
6949            ! lib/Test/More.pm
6950 ____________________________________________________________________________
6951 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
6952         Log: Re-introduce pure-Perl fall-back for abs_path,
6953              re-introduce #11898.
6954      Branch: perl
6955            ! lib/Cwd.pm lib/File/Find.pm
6956 ____________________________________________________________________________
6957 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
6958         Log: More tests.
6959      Branch: perl
6960            ! lib/Exporter.t
6961 ____________________________________________________________________________
6962 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
6963         Log: Retract #11898 for now because it introduces
6964              a rather nasty depencency: when B is being built,
6965              MakeMaker is used.  MakeMaker uses File::Find.
6966              File::Find uses Cwd::getcwd()...which doesn't
6967              exist yet.
6968      Branch: perl
6969            ! lib/File/Find.pm
6970 ____________________________________________________________________________
6971 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
6972         Log: New test welcome.
6973      Branch: perl
6974            + lib/Test/Simple/t/simple.t
6975 ____________________________________________________________________________
6976 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
6977         Log: Old test begone.
6978      Branch: perl
6979            - lib/Attribute/Handlers/test.pl
6980 ____________________________________________________________________________
6981 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
6982         Log: Test-Simple syncup from Schwern.
6983      Branch: perl
6984            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
6985            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
6986            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6987            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6988            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6989            - lib/Test/More/Changes lib/Test/More/t/More.t
6990            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6991            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6992            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
6993            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6994            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
6995            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6996            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6997            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
6998            ! t/lib/Test/Simple/sample_tests/death.plx
6999            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
7000            ! t/lib/Test/Simple/sample_tests/extras.plx
7001            ! t/lib/Test/Simple/sample_tests/five_fail.plx
7002            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
7003            ! t/lib/Test/Simple/sample_tests/one_fail.plx
7004            ! t/lib/Test/Simple/sample_tests/require.plx
7005            ! t/lib/Test/Simple/sample_tests/success.plx
7006            ! t/lib/Test/Simple/sample_tests/too_few.plx
7007            ! t/lib/Test/Simple/sample_tests/two_fail.plx
7008 ____________________________________________________________________________
7009 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
7010         Log: Integrate File::Find changes from bleadperl
7011      Branch: maint-5.6/macperl
7012            ! lib/File/Find.pm t/lib/filefind-taint.t
7013 ____________________________________________________________________________
7014 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
7015         Log: Integrate 11847 from maint-5.6/perl
7016      Branch: maint-5.6/macperl
7017           !> sv.c
7018 ____________________________________________________________________________
7019 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
7020         Log: In UNICOS division yada yada.
7021      Branch: perl
7022            ! t/op/override.t
7023 ____________________________________________________________________________
7024 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
7025         Log: In UNICOS division is really lossy, better use
7026              a tolerance test.
7027      Branch: perl
7028            ! ext/Time/HiRes/HiRes.t
7029 ____________________________________________________________________________
7030 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
7031         Log: In UNICOS sigaction() sets an extra flag
7032              ("the signal has been registered for all the processes in
7033              a multitasking group.")
7034      Branch: perl
7035            ! ext/POSIX/sigaction.t
7036 ____________________________________________________________________________
7037 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
7038         Log: Documentation micropatch from Damian.
7039      Branch: perl
7040            ! lib/Attribute/Handlers.pm
7041 ____________________________________________________________________________
7042 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
7043         Log: (Retracted by #11908)
7044              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
7045              From: Michael G Schwern <schwern@pobox.com>
7046              Date: Wed, 5 Sep 2001 15:58:21 -0400
7047              Message-ID: <20010905155821.I632@blackrider>
7048      Branch: perl
7049            ! lib/File/Find.pm lib/File/Find/taint.t
7050 ____________________________________________________________________________
7051 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
7052         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
7053              From: Michael G Schwern <schwern@pobox.com>
7054              Date: Wed, 5 Sep 2001 19:16:31 -0400
7055              Message-ID: <20010905191631.E11386@blackrider>
7056      Branch: perl
7057            + lib/CGI/t/carp.t
7058            ! MANIFEST
7059 ____________________________________________________________________________
7060 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
7061         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
7062              From: chromatic <chromatic@rmci.net>
7063              Date: Wed, 5 Sep 2001 18:08:07 -0600
7064              Message-Id: <01090518080700.19590@firewheel>
7065      Branch: perl
7066            ! lib/English.pm
7067 ____________________________________________________________________________
7068 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
7069         Log: Fix a typo #11889 and add a test for the same.
7070      Branch: perl
7071            ! ext/Socket/Socket.t ext/Socket/Socket.xs
7072 ____________________________________________________________________________
7073 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
7074         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
7075              From: "Craig A. Berry" <craigberry@mac.com>
7076              Date: Wed, 05 Sep 2001 17:48:54 -0500
7077              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
7078      Branch: perl
7079            ! lib/warnings.t t/run/kill_perl.t
7080 ____________________________________________________________________________
7081 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
7082         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
7083              From: Michael G Schwern <schwern@pobox.com>
7084              Date: Wed, 5 Sep 2001 17:22:25 -0400
7085              Message-ID: <20010905172225.C11386@blackrider>
7086      Branch: perl
7087            ! t/run/kill_perl.t
7088 ____________________________________________________________________________
7089 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
7090         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
7091              From: Nicholas Clark <nick@ccl4.org>
7092              Date: Wed, 5 Sep 2001 20:54:24 +0100
7093              Message-ID: <20010905205424.C25120@plum.flirble.org>
7094      Branch: perl
7095            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
7096 ____________________________________________________________________________
7097 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
7098         Log: Forgotten thing.
7099      Branch: perl
7100            ! uconfig.h
7101 ____________________________________________________________________________
7102 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
7103         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
7104              From: chromatic <chromatic@rmci.net>               
7105              Date: Wed, 5 Sep 2001 13:22:08 -0600
7106              Message-Id: <01090513220807.10587@firewheel> 
7107      Branch: perl
7108            ! lib/English.pm
7109 ____________________________________________________________________________
7110 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
7111         Log: inet_ntoa() tweaks:
7112              - don't allow addresses with > 255 characters
7113              - indent the HP-UX workaround
7114              - don't leak memory
7115      Branch: perl
7116            ! ext/Socket/Socket.xs
7117 ____________________________________________________________________________
7118 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
7119         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
7120              <xwu@theeducationcenter.com>
7121      Branch: perl
7122            ! lib/File/Find.pm
7123 ____________________________________________________________________________
7124 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
7125         Log: Typo nits.
7126      Branch: perl
7127            ! lib/File/Find.pm
7128 ____________________________________________________________________________
7129 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
7130         Log: -Wall nit.
7131      Branch: perl
7132            ! op.c
7133 ____________________________________________________________________________
7134 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
7135         Log: Update to Scalar-List-Utils 1.05
7136      Branch: perl
7137            ! ext/List/Util/ChangeLog ext/List/Util/README
7138            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
7139 ____________________________________________________________________________
7140 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
7141         Log: Update Changes.
7142      Branch: perl
7143            ! Changes patchlevel.h
7144 ____________________________________________________________________________
7145 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
7146         Log: Update to Scalar-List-Utils 1.04
7147      Branch: perl
7148            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
7149            ! ext/List/Util/lib/List/Util.pm
7150            ! ext/List/Util/lib/Scalar/Util.pm
7151 ____________________________________________________________________________
7152 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
7153         Log: Metaconfigify #11724.
7154      Branch: metaconfig
7155            ! U/threads/archname.U
7156 ____________________________________________________________________________
7157 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
7158         Log: The MacOS reference is okay, no reason to hide it.
7159      Branch: perl
7160            ! lib/Cwd.pm
7161 ____________________________________________________________________________
7162 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
7163         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
7164              From: Michael G Schwern <schwern@pobox.com>
7165              Date: Tue, 4 Sep 2001 15:30:10 -0400
7166              Message-ID: <20010904153010.H26466@blackrider> 
7167              
7168              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
7169      Branch: perl
7170            ! ext/Cwd/Makefile.PL lib/Cwd.pm
7171 ____________________________________________________________________________
7172 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
7173         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.))
7174              From: Michael G Schwern <schwern@pobox.com>
7175              Date: Tue, 4 Sep 2001 17:39:13 -0400
7176              Message-ID: <20010904173913.C626@blackrider>
7177      Branch: perl
7178            ! lib/Cwd.pm
7179 ____________________________________________________________________________
7180 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
7181         Log: Subject: Re: Perl_pp_* in public API?
7182              From: "Craig A. Berry" <craigberry@mac.com>
7183              Date: Tue, 4 Sep 2001 21:51:29 -0500
7184              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
7185      Branch: perl
7186            ! ext/List/Util/Util.xs
7187 ____________________________________________________________________________
7188 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
7189         Log: From Damian: Class::Struct was unable to define
7190              recursive classes.  After the patch an object reference
7191              (rather than a hash) is required to initialize
7192              an object attribute.  If no such initializer is given to
7193              the constructor, object attributes are now default
7194              initialized to C<undef>.
7195      Branch: perl
7196            ! lib/Class/Struct.pm lib/Class/Struct.t
7197 ____________________________________________________________________________
7198 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
7199         Log: Subject: Re: sv_catpvfn and sv_setpvfn
7200              From: Richard Soderberg <rs@oregonnet.com>
7201              Date: Tue, 4 Sep 2001 15:16:47 -0700
7202              Message-Id: <200109042216.PAA17858@oregonnet.com>
7203      Branch: perl
7204            ! pod/perlclib.pod pod/perlguts.pod
7205 ____________________________________________________________________________
7206 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
7207         Log: NetWare updates from Ananth Kesari.
7208      Branch: perl
7209            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
7210            ! NetWare/nw5thread.h
7211 ____________________________________________________________________________
7212 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
7213         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?))
7214              From: Nicholas Clark <nick@ccl4.org>
7215              Date: Tue, 4 Sep 2001 22:42:50 +0100
7216              Message-ID: <20010904224250.P25120@plum.flirble.org>
7217      Branch: perl
7218            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
7219            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
7220            ! t/op/oct.t toke.c
7221 ____________________________________________________________________________
7222 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
7223         Log: Fix Cwd::getcwd() not being tainted, as noticed
7224              by Schwern.
7225      Branch: perl
7226            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
7227            - ext/Cwd/Cwd.t
7228            ! MANIFEST ext/Cwd/Cwd.xs util.c
7229 ____________________________________________________________________________
7230 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
7231         Log: Retract #11870 and volatilize the right destruct_level.
7232              Silly thinko pointed out by Sarathy.
7233      Branch: perl
7234            ! intrpvar.h perl.c
7235 ____________________________________________________________________________
7236 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
7237         Log: At least a temporary fix for the mysterious scope core dumps
7238              in Tru64 from Graham.
7239      Branch: perl
7240            ! ext/List/Util/Util.xs
7241 ____________________________________________________________________________
7242 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
7243         Log: (Retracted by #11872)
7244      Branch: perl
7245            ! intrpvar.h
7246 ____________________________________________________________________________
7247 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
7248         Log: Quench a -Wall gripe noticed by Robin Barker.
7249      Branch: perl
7250            ! op.c
7251 ____________________________________________________________________________
7252 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
7253         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
7254              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7255              Date: Wed, 05 Sep 2001 02:01:32 +0900
7256              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
7257      Branch: perl
7258            ! lib/Unicode/UCD.pm
7259 ____________________________________________________________________________
7260 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
7261         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
7262              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7263              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
7264              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
7265      Branch: perl
7266            ! gv.c
7267 ____________________________________________________________________________
7268 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
7269         Log: Update Changes.
7270      Branch: perl
7271            ! Changes patchlevel.h
7272 ____________________________________________________________________________
7273 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
7274         Log: Add the \[$@%&*] prototype support.
7275      Branch: perl
7276            ! op.c pod/perlsub.pod t/comp/proto.t
7277 ____________________________________________________________________________
7278 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
7279         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
7280              From: Michael G Schwern <schwern@pobox.com>
7281              Date: Mon, 3 Sep 2001 18:59:01 -0400
7282              Message-ID: <20010903185901.Z9233@blackrider>
7283      Branch: perl
7284            ! lib/CGI/t/form.t
7285 ____________________________________________________________________________
7286 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
7287         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
7288              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7289              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
7290              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
7291      Branch: perl
7292            ! gv.c
7293 ____________________________________________________________________________
7294 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
7295         Log: More srand entry tweakage based on Randal's suggestion.
7296      Branch: perl
7297            ! pod/perlfunc.pod
7298 ____________________________________________________________________________
7299 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
7300         Log: Subject: [PATCH] 'main' *is* a reserved word
7301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7302              Date: Mon, 3 Sep 2001 22:55:41 +0200
7303              Message-ID: <20010903225541.A24097@rafael>
7304      Branch: perl
7305            ! toke.c
7306 ____________________________________________________________________________
7307 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
7308         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
7309              From: Peter Prymmer <pvhp@best.com>
7310              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
7311              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
7312      Branch: perl
7313            ! README.vms configure.com
7314 ____________________________________________________________________________
7315 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
7316         Log: Subject: Re: A slightly better default seed?   
7317              From: Michael G Schwern <schwern@pobox.com>
7318              Date: Mon, 3 Sep 2001 18:08:15 -0400 
7319              Message-ID: <20010903180815.W9233@blackrider>
7320      Branch: perl
7321            ! t/op/srand.t
7322 ____________________________________________________________________________
7323 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
7324         Log: Add sharedsv.o to microperl object files.
7325      Branch: perl
7326            ! Makefile.micro
7327 ____________________________________________________________________________
7328 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
7329         Log: AUTHORS updates and
7330              
7331              Subject: [PATCH] Just some preening :-)        
7332              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
7333              Date: Tue, 4 Sep 2001 14:16:59 +0100
7334              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
7335      Branch: perl
7336            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
7337 ____________________________________________________________________________
7338 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
7339         Log: Typo fix and slight rewording.
7340      Branch: perl
7341            ! pod/perlfunc.pod
7342 ____________________________________________________________________________
7343 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
7344         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
7345      Branch: perl
7346            ! pod/perlfaq4.pod
7347 ____________________________________________________________________________
7348 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
7349         Log: The helper file changed name.
7350      Branch: perl
7351            ! MANIFEST
7352 ____________________________________________________________________________
7353 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
7354         Log: Update to Scalar-List-Utils 1.03
7355      Branch: perl
7356            + ext/List/Util/t/shuffle.t
7357            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
7358            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
7359            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
7360            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
7361            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
7362            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
7363            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
7364            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
7365 ____________________________________________________________________________
7366 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
7367         Log: Make crypt() do something more sane for Unicode
7368              (take crypt() of the low eight bits of the characters,
7369              instead of taking crypt() of the UTF-8 of the scalar);
7370              add a test for crypt().
7371      Branch: perl
7372            + t/op/crypt.t
7373            ! MANIFEST pod/perlfunc.pod pp.c
7374 ____________________________________________________________________________
7375 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
7376         Log: Reorganize the srand entry.
7377      Branch: perl
7378            ! pod/perlfunc.pod
7379 ____________________________________________________________________________
7380 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
7381         Log: Remove the tests that assume something about
7382              calling srand() without arguments multiple times.
7383      Branch: perl
7384            ! t/op/srand.t
7385 ____________________________________________________________________________
7386 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
7387         Log: Upgrade to Math::BigInt 1.42.
7388      Branch: perl
7389            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7390            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7391            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7392            ! lib/Math/BigInt/t/mbimbf.t
7393 ____________________________________________________________________________
7394 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
7395         Log: integrate change#11847 from maint-5.6
7396              
7397              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
7398      Branch: perl
7399            ! sv.c
7400 ____________________________________________________________________________
7401 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
7402         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
7403      Branch: maint-5.6/perl
7404            ! sv.c
7405 ____________________________________________________________________________
7406 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
7407         Log: As far as I can tell these functions have been Unicodified.
7408      Branch: perl
7409            ! doop.c
7410 ____________________________________________________________________________
7411 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
7412         Log: Update to Storable 1.0.13.
7413      Branch: perl
7414            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7415            ! ext/Storable/Storable.xs
7416 ____________________________________________________________________________
7417 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
7418         Log: Patch the Filter::Simple test to work with
7419              the core test suite (since the FilterTest.pm
7420              is in t/lib, not in lib).
7421      Branch: perl
7422            ! lib/Filter/Simple/t/filter.t
7423 ____________________________________________________________________________
7424 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
7425         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
7426      Branch: perl
7427            + t/lib/FilterTest.pm
7428            - t/lib/MyFilter.pm
7429 ____________________________________________________________________________
7430 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
7431         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
7432              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
7433              Text::Balanced 1.86.
7434      Branch: perl
7435            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
7436            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7437            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
7438            + lib/Switch/t/nested.t lib/Switch/t/switch.t
7439            + lib/Text/Balanced/Changes lib/Text/Balanced/README
7440            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
7441            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
7442            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
7443            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
7444            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
7445            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
7446            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
7447            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
7448            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
7449            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
7450            ! MANIFEST lib/Attribute/Handlers.pm
7451            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
7452            ! lib/Attribute/Handlers/demo/Demo.pm
7453            ! lib/Attribute/Handlers/demo/Descriptions.pm
7454            ! lib/Attribute/Handlers/demo/MyClass.pm
7455            ! lib/Attribute/Handlers/demo/demo.pl
7456            ! lib/Attribute/Handlers/demo/demo2.pl
7457            ! lib/Attribute/Handlers/demo/demo3.pl
7458            ! lib/Attribute/Handlers/demo/demo4.pl
7459            ! lib/Attribute/Handlers/demo/demo_call.pl
7460            ! lib/Attribute/Handlers/demo/demo_chain.pl
7461            ! lib/Attribute/Handlers/demo/demo_cycle.pl
7462            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
7463            ! lib/Attribute/Handlers/demo/demo_phases.pl
7464            ! lib/Attribute/Handlers/demo/demo_range.pl
7465            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
7466            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
7467            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7468            ! lib/Text/Balanced.pm
7469 ____________________________________________________________________________
7470 [ 11841] By: sky                                   on 2001/09/03  11:04:15
7471         Log: Forgot to add a file with Change #11840
7472      Branch: perl
7473            + t/op/srand.t
7474 ____________________________________________________________________________
7475 [ 11840] By: sky                                   on 2001/09/03  11:02:04
7476         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
7477              From: Michael G Schwern <schwern@pobox.com>
7478              Date: Mon, 3 Sep 2001 07:43:00 -0400
7479              Message-ID: <20010903074300.E9233@blackrider>
7480      Branch: perl
7481            ! MANIFEST pod/perlfunc.pod t/op/rand.t
7482 ____________________________________________________________________________
7483 [ 11839] By: sky                                   on 2001/09/03  10:47:11
7484         Log: Document the changes with regards to running of END blocks.
7485              And DESTROY on global objects are called in perl_destruct()!
7486      Branch: perl
7487            ! pod/perl572delta.pod pod/perlembed.pod
7488 ____________________________________________________________________________
7489 [ 11838] By: sky                                   on 2001/09/03  09:34:44
7490         Log: Subject: [PATCH t/op/time.t] Partial cleanup
7491              From: Michael G Schwern <schwern@pobox.com>
7492              Date: Mon, 3 Sep 2001 06:29:42 -0400
7493              Message-ID: <20010903062942.C9233@blackrider>
7494      Branch: perl
7495            ! t/op/time.t
7496 ____________________________________________________________________________
7497 [ 11837] By: sky                                   on 2001/09/03  09:30:02
7498         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
7499              From: Michael G Schwern <schwern@pobox.com>
7500              Date: Mon, 3 Sep 2001 06:24:13 -0400
7501              Message-ID: <20010903062413.B9233@blackrider>
7502      Branch: perl
7503            ! t/op/rand.t
7504 ____________________________________________________________________________
7505 [ 11836] By: sky                                   on 2001/09/03  07:56:47
7506         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
7507              From: Michael G Schwern <schwern@pobox.com>
7508              Date: Sun, 2 Sep 2001 21:38:43 -0400
7509              Message-ID: <20010902213843.L2711@blackrider>
7510      Branch: perl
7511            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
7512            ! MANIFEST
7513 ____________________________________________________________________________
7514 [ 11835] By: nick                                  on 2001/09/03  06:20:06
7515         Log: Integrate mainline
7516      Branch: perlio
7517           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
7518            - t/op/misc.t
7519           !> (integrate 187 files)
7520 ____________________________________________________________________________
7521 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
7522         Log: Update Changes.
7523      Branch: perl
7524            ! Changes patchlevel.h
7525 ____________________________________________________________________________
7526 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
7527         Log: Slight tweaks.
7528      Branch: perl
7529            ! t/run/kill_perl.t
7530 ____________________________________________________________________________
7531 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
7532         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
7533      Branch: perl
7534            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7535 ____________________________________________________________________________
7536 [ 11831] By: sky                                   on 2001/09/02  12:10:42
7537         Log: Change #11828 wasn't complete, this updates to intest path
7538      Branch: perl
7539            ! t/run/kill_perl.t
7540 ____________________________________________________________________________
7541 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
7542         Log: 's's's.
7543      Branch: perl
7544            ! Changes
7545 ____________________________________________________________________________
7546 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
7547         Log: Update Changes.
7548      Branch: perl
7549            ! Changes patchlevel.h
7550 ____________________________________________________________________________
7551 [ 11828] By: sky                                   on 2001/09/02  11:53:56
7552         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
7553              From: Michael G Schwern <schwern@pobox.com>
7554              Date: Sat, 1 Sep 2001 20:18:58 -0400
7555              Message-ID: <20010901201858.X606@blackrider>
7556              +MANIFEST Fix
7557      Branch: perl
7558            + t/run/kill_perl.t
7559            - t/op/misc.t t/run/segfault.t
7560            ! MANIFEST
7561 ____________________________________________________________________________
7562 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
7563         Log: Subject: [PATCH] lib/Time/Local.pm
7564              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7565              Date: Sun, 2 Sep 2001 06:50:01 -0500
7566              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
7567      Branch: perl
7568            ! lib/Time/Local.pm
7569 ____________________________________________________________________________
7570 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
7571         Log: Tick off Unicode collation and the normalization from
7572              the todo list.
7573      Branch: perl
7574            ! pod/perltodo.pod
7575 ____________________________________________________________________________
7576 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
7577         Log: Update to Unicode 3.1.1.
7578      Branch: perl
7579            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
7580            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
7581            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
7582            ! lib/unicore/PropList.txt lib/unicore/README.perl
7583            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
7584            ! lib/unicore/rename lib/unicore/version
7585 ____________________________________________________________________________
7586 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
7587         Log: Slight doc tweaks for the module.
7588      Branch: perl
7589            ! lib/Unicode/UCD.pm
7590 ____________________________________________________________________________
7591 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
7592         Log: Rename the variable: it *used* to be (wrongly) that the
7593              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
7594              but that is no more the case: PL_reg_match_utf8 is better.
7595      Branch: perl
7596            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
7597            ! regexec.c sv.c thrdvar.h
7598 ____________________________________________________________________________
7599 [ 11822] By: ams                                   on 2001/09/02  02:54:50
7600         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
7601              From: Ilmari Karonen <iltzu@sci.fi>
7602              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
7603              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
7604              (op/sub_lval.t updated to take new error message into account.)
7605      Branch: perl
7606            ! op.c t/op/sub_lval.t
7607 ____________________________________________________________________________
7608 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
7609         Log: remove stray CRs in files; keep all files with UNIX line-ends
7610              (Porting/makerel adds CRs to the files that need it in the
7611              distribution)
7612      Branch: perl
7613            ! NetWare/t/NWScripts.pl README.dos
7614            ! ext/Encode/Encode/cns11643-1.enc
7615            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
7616            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7617 ____________________________________________________________________________
7618 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
7619         Log: some remnants of change#11803
7620      Branch: perl
7621            ! ext/ByteLoader/byterun.h perl.h
7622 ____________________________________________________________________________
7623 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
7624         Log: Update to Unicode::Collate 0.08.
7625      Branch: perl
7626            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7627            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7628 ____________________________________________________________________________
7629 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
7630         Log: Test tweaks.
7631      Branch: perl
7632            ! t/op/pat.t
7633 ____________________________________________________________________________
7634 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
7635         Log: Fix test
7636      Branch: maint-5.6/macperl
7637            ! t/lib/b.t
7638 ____________________________________________________________________________
7639 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
7640         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
7641              warnings in Config.pm with -W; increase default and
7642              minimum RAM; bump version number.
7643      Branch: maint-5.6/macperl
7644            + macos/lib/Mac/LowMem.pm
7645            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
7646            ! macos/configpm macos/macperl/MacPerl.r
7647 ____________________________________________________________________________
7648 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
7649         Log: Make syntax check report in MPW style, fix tests
7650              to use Mac::err=unix to get normal-style error
7651              messages.
7652      Branch: maint-5.6/macperl
7653            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
7654            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
7655 ____________________________________________________________________________
7656 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
7657         Log: Make MPW-style errors optional (but the default); add
7658              MacPerl::ErrorFormat() function and Mac::err pragma
7659      Branch: maint-5.6/macperl
7660            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
7661            + macos/ext/Mac/err/err.xs
7662            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
7663            ! macos/macish.c macos/macish.h macos/macperl.sym
7664 ____________________________________________________________________________
7665 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
7666         Log: More module and test ports from Thomas Wegner et al
7667      Branch: maint-5.6/macperl
7668            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7669            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
7670            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
7671            ! t/op/magic.t
7672 ____________________________________________________________________________
7673 [ 11812] By: sky                                   on 2001/09/01  17:19:30
7674         Log: Subject: [PATCH t/op/concat.t] cleanup
7675              From: Michael G Schwern <schwern@pobox.com>
7676              Date: Sat, 1 Sep 2001 14:06:28 -0400
7677              Message-ID: <20010901140628.C606@blackrider>
7678      Branch: perl
7679            ! t/op/concat.t
7680 ____________________________________________________________________________
7681 [ 11811] By: sky                                   on 2001/09/01  12:25:29
7682         Log: Change #11805 didn't update the MANIFEST
7683      Branch: perl
7684            ! MANIFEST
7685 ____________________________________________________________________________
7686 [ 11810] By: sky                                   on 2001/09/01  11:52:44
7687         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
7688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7689              Date: Sat, 1 Sep 2001 14:50:14 +0200
7690              Message-ID: <20010901145014.A691@rafael>
7691      Branch: perl
7692            ! t/op/inccode.t
7693 ____________________________________________________________________________
7694 [ 11809] By: sky                                   on 2001/09/01  11:49:22
7695         Log: Subject: PATCH: ExtUtils::MakeMaker
7696              From: Tony Bowden <tony@kasei.com>
7697              Date: Sat, 1 Sep 2001 10:33:53 +0100
7698              Message-ID: <20010901103353.A13863@soto.kasei.com>
7699              Manually applied
7700      Branch: perl
7701            ! lib/ExtUtils/MakeMaker.pm
7702 ____________________________________________________________________________
7703 [ 11808] By: sky                                   on 2001/09/01  11:39:13
7704         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
7705              From: mike808@users.sourceforge.net
7706              Date: Sat, 1 Sep 101 11:27:50 GMT
7707              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
7708              With little tweak
7709      Branch: perl
7710            ! lib/Term/Cap.pm
7711 ____________________________________________________________________________
7712 [ 11807] By: ams                                   on 2001/09/01  11:31:16
7713         Log: Subject: oct() and hex()
7714              From: Nicholas Clark <nick@ccl4.org>
7715              Date: Fri, 31 Aug 2001 23:14:13 +0100
7716              Message-Id: <20010831231413.J4950@plum.flirble.org>
7717      Branch: perl
7718            ! pod/perlclib.pod
7719 ____________________________________________________________________________
7720 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
7721         Log: Integrate change 11801 from maintperl
7722      Branch: maint-5.6/macperl
7723            ! perl.c
7724 ____________________________________________________________________________
7725 [ 11805] By: sky                                   on 2001/08/31  21:35:10
7726         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
7727              From: Michael G Schwern <schwern@pobox.com>
7728              Date: Fri, 31 Aug 2001 15:36:28 -0400
7729              Message-ID: <20010831153628.B598@blackrider>
7730              Check for things which used to segfault
7731      Branch: perl
7732            + t/run/segfault.t
7733 ____________________________________________________________________________
7734 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
7735         Log: integrate change#11801 from maint-5.6
7736              
7737              remove age-old UNICOS "workaround" that introduces a static, and
7738              hence an egregious race condition for threaded builds (*sigh*
7739              beats me why this kludge wasn't guarded by a UNICOS-specific
7740              #define *sigh*)
7741      Branch: perl
7742            ! perl.c
7743 ____________________________________________________________________________
7744 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
7745         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
7746              working in 5.7.x
7747      Branch: perl
7748            - objXSUB.h
7749            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
7750            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
7751            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
7752            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
7753            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
7754            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
7755            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
7756            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
7757            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
7758            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
7759            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7760            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7761            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
7762            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
7763            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
7764            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
7765            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
7766            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
7767            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
7768            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
7769            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
7770            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
7771 ____________________________________________________________________________
7772 [ 11802] By: ams                                   on 2001/08/31  18:11:32
7773         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
7774              From: "Philip Newton" <Philip.Newton@gmx.net>
7775              Date: Fri, 31 Aug 2001 21:12:56 +0200
7776              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
7777      Branch: perl
7778            ! pod/perldiag.pod
7779 ____________________________________________________________________________
7780 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
7781         Log: remove age-old UNICOS "workaround" that introduces a static, and
7782              hence an egregious race condition for threaded builds (*sigh*
7783              beats me why this kludge wasn't guarded by a UNICOS-specific
7784              #define *sigh*)
7785      Branch: maint-5.6/perl
7786            ! perl.c
7787 ____________________________________________________________________________
7788 [ 11800] By: sky                                   on 2001/08/31  17:30:26
7789         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
7790              Might break on platforms where bool is larger than 8 bites ???
7791      Branch: perl
7792            ! regcomp.c
7793 ____________________________________________________________________________
7794 [ 11799] By: ams                                   on 2001/08/31  12:15:44
7795         Log: Integrate 11778 into mainline.
7796      Branch: perl
7797            ! t/base/term.t
7798 ____________________________________________________________________________
7799 [ 11798] By: sky                                   on 2001/08/31  11:31:44
7800         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
7801              supposed to happen.
7802      Branch: perl
7803            ! regcomp.c
7804 ____________________________________________________________________________
7805 [ 11797] By: sky                                   on 2001/08/31  11:28:17
7806         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
7807              From: "John P. Linderman" <jpl@research.att.com>
7808              Date: Fri, 31 Aug 2001 08:20:35 -0400
7809              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
7810              Fixes test 14 which could fail randomly in rare cases.
7811      Branch: perl
7812            ! ext/Time/HiRes/HiRes.t regcomp.c
7813 ____________________________________________________________________________
7814 [ 11796] By: ams                                   on 2001/08/31  01:13:07
7815         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
7816              From: Nicholas Clark <nick@ccl4.org>
7817              Date: Thu, 30 Aug 2001 23:21:50 +0100
7818              Message-Id: <20010830232150.D4950@plum.flirble.org>
7819      Branch: perl
7820            ! ext/Sys/Syslog/Makefile.PL
7821 ____________________________________________________________________________
7822 [ 11795] By: ams                                   on 2001/08/30  23:53:23
7823         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
7824              patching example
7825              From: Michael G Schwern <schwern@pobox.com>
7826              Date: Thu, 30 Aug 2001 17:02:08 -0400
7827              Message-Id: <20010830170208.M2318@blackrider>
7828      Branch: perl
7829            ! pod/perlhack.pod
7830 ____________________________________________________________________________
7831 [ 11794] By: ams                                   on 2001/08/30  19:35:36
7832         Log: Subject: [PATCH] pp_modulo
7833              From: Nicholas Clark <nick@ccl4.org>
7834              Date: Thu, 30 Aug 2001 18:20:54 +0100
7835              Message-Id: <20010830182053.A4950@plum.flirble.org>
7836      Branch: perl
7837            ! pp.c t/op/64bitint.t
7838 ____________________________________________________________________________
7839 [ 11793] By: sky                                   on 2001/08/30  13:02:48
7840         Log: 11792 wasn't complete
7841      Branch: perl
7842            ! makedef.pl regcomp.c
7843 ____________________________________________________________________________
7844 [ 11792] By: sky                                   on 2001/08/30  12:21:11
7845         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
7846      Branch: perl
7847            ! makedef.pl
7848 ____________________________________________________________________________
7849 [ 11791] By: sky                                   on 2001/08/30  10:08:02
7850         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
7851      Branch: perl
7852            ! config_h.SH
7853 ____________________________________________________________________________
7854 [ 11790] By: sky                                   on 2001/08/30  08:22:31
7855         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
7856              on the pad. Fixes coredumps in cleanups introduced by
7857              Change 11755  
7858      Branch: perl
7859            ! op.c perl.c sv.h
7860 ____________________________________________________________________________
7861 [ 11789] By: sky                                   on 2001/08/29  19:01:47
7862         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
7863              This is a replacement implmentation that works on HPUX.
7864              This bug should probably be fixed in GCC.
7865      Branch: perl
7866            ! ext/Socket/Socket.xs
7867 ____________________________________________________________________________
7868 [ 11788] By: ams                                   on 2001/08/29  17:35:33
7869         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
7870              From: Nicholas Clark <nick@ccl4.org>
7871              Date: Wed, 29 Aug 2001 18:21:56 +0100
7872              Message-Id: <20010829182156.O4950@plum.flirble.org>
7873      Branch: perl
7874            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
7875 ____________________________________________________________________________
7876 [ 11787] By: sky                                   on 2001/08/29  10:42:54
7877         Log: Added test for pack_addr_in and unpack_addr_in
7878              Nitpik in test 10
7879      Branch: perl
7880            ! ext/Socket/Socket.t
7881 ____________________________________________________________________________
7882 [ 11786] By: sky                                   on 2001/08/29  10:28:14
7883         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
7884              Trying to catch errors on HP-UX
7885      Branch: perl
7886            ! ext/Socket/Socket.t
7887 ____________________________________________________________________________
7888 [ 11785] By: sky                                   on 2001/08/29  09:07:03
7889         Log: make sure USE_THREADS is defined so external apps work
7890      Branch: perl
7891            ! config_h.SH
7892 ____________________________________________________________________________
7893 [ 11784] By: sky                                   on 2001/08/29  08:06:12
7894         Log: Subject: Re: The hitlist of untested modules.
7895              From: Jonathan Stowe <gellyfish@gellyfish.com>
7896              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
7897              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
7898              Start of tests for Shell.pm (make Schwern poorer!)
7899      Branch: perl
7900            + lib/Shell.t
7901            ! MANIFEST
7902 ____________________________________________________________________________
7903 [ 11783] By: sky                                   on 2001/08/29  07:37:50
7904         Log: END{} can change the return value even if we die from BEGIN{}
7905      Branch: perl
7906            ! miniperlmain.c
7907 ____________________________________________________________________________
7908 [ 11782] By: ams                                   on 2001/08/29  06:32:17
7909         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
7910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7911              Date: Wed, 29 Aug 2001 09:18:17 +0200
7912              Message-Id: <20010829091817.A4453@rafael>
7913      Branch: perl
7914            ! t/op/inccode.t
7915 ____________________________________________________________________________
7916 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
7917         Log: Delete xsubpp.patch, as full copy exists now
7918      Branch: maint-5.6/macperl
7919            - macos/xsubpp.patch
7920 ____________________________________________________________________________
7921 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
7922         Log: Add Changes file
7923      Branch: maint-5.6/macperl
7924            + macos/Changes
7925 ____________________________________________________________________________
7926 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
7927         Log: Add Mac version of xsubpp as separate file
7928      Branch: maint-5.6/macperl
7929            + macos/xsubpp
7930            ! macos/Makefile.mk
7931 ____________________________________________________________________________
7932 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
7933         Log: Fix open of /dev/null for Mac OS
7934      Branch: maint-5.6/macperl
7935            ! t/base/term.t
7936 ____________________________________________________________________________
7937 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
7938         Log: Various patches: enable more tests; skip CVS in PerlInstall;
7939              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
7940      Branch: maint-5.6/macperl
7941            ! macos/MacPerlTests.cmd macos/PerlInstall
7942            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
7943 ____________________________________________________________________________
7944 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
7945         Log: Allow for platforms to override formatting of errors
7946              on output from Matthias Neeracher (Mac files)
7947      Branch: maint-5.6/macperl
7948            ! macos/macish.c macos/macish.h
7949 ____________________________________________________________________________
7950 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
7951         Log: Allow for platforms to override formatting of errors
7952              on output from Matthias Neeracher (core files)
7953      Branch: maint-5.6/macperl
7954            ! perl.h pp_ctl.c util.c
7955 ____________________________________________________________________________
7956 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
7957         Log: Add some param checking, from reports by Kevin Reid.
7958      Branch: maint-5.6/macperl
7959            ! macos/ext/Mac/Controls/Controls.pm
7960            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
7961 ____________________________________________________________________________
7962 [ 11773] By: ams                                   on 2001/08/28  23:54:57
7963         Log: Subject: [PATCH] make coretest
7964              From: Paul Johnson <paul@pjcj.net>
7965              Date: Wed, 29 Aug 2001 00:11:38 +0200
7966              Message-Id: <20010829001138.B12169@pjcj.net>
7967              (Applied without the change to perlhack.pod. This should
7968              probably stay undocumented.)
7969      Branch: perl
7970            ! Makefile.SH t/TEST
7971 ____________________________________________________________________________
7972 [ 11772] By: sky                                   on 2001/08/28  13:01:20
7973         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
7974              From: Michael G Schwern <schwern@pobox.com>
7975              Date: Tue, 28 Aug 2001 09:57:39 -0400
7976              Message-ID: <20010828095738.E17775@blackrider>
7977      Branch: perl
7978            ! pod/perlhack.pod t/op/pack.t
7979 ____________________________________________________________________________
7980 [ 11771] By: sky                                   on 2001/08/28  11:20:13
7981         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
7982              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7983              Date: Tue, 28 Aug 2001 14:23:43 +0200
7984              Message-ID: <20010828142343.A19299@rafael>
7985      Branch: perl
7986            ! pod/perlvar.pod pp_ctl.c
7987 ____________________________________________________________________________
7988 [ 11770] By: ams                                   on 2001/08/28  10:13:21
7989         Log: Subject: [PATCH] odd typo in op.h
7990              From: Nicholas Clark <nick@ccl4.org>
7991              Date: Tue, 28 Aug 2001 12:10:26 +0100
7992              Message-Id: <20010828121026.V4950@plum.flirble.org>
7993      Branch: perl
7994            ! op.h
7995 ____________________________________________________________________________
7996 [ 11769] By: sky                                   on 2001/08/28  08:09:16
7997         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
7998              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
7999              Date: Tue, 28 Aug 2001 02:22:20 +0300
8000              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
8001      Branch: perl
8002            ! ext/B/B/Lint.pm
8003 ____________________________________________________________________________
8004 [ 11768] By: ams                                   on 2001/08/28  00:47:35
8005         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
8006              From: Michael G Schwern <schwern@pobox.com>
8007              Date: Mon, 27 Aug 2001 21:24:44 -0400
8008              Message-Id: <20010827212444.F12582@blackrider>
8009      Branch: perl
8010            ! pod/perlhack.pod t/op/pack.t
8011 ____________________________________________________________________________
8012 [ 11767] By: ams                                   on 2001/08/27  23:59:48
8013         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
8014              From: Michael G Schwern <schwern@pobox.com>
8015              Date: Mon, 27 Aug 2001 20:12:29 -0400
8016              Message-Id: <20010827201229.D12582@blackrider>
8017      Branch: perl
8018            ! pod/perlhack.pod t/op/pack.t
8019 ____________________________________________________________________________
8020 [ 11766] By: ams                                   on 2001/08/27  23:39:40
8021         Log: Update Changes.
8022      Branch: perl
8023            ! Changes
8024 ____________________________________________________________________________
8025 [ 11765] By: ams                                   on 2001/08/27  22:53:10
8026         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
8027              From: Michael G Schwern <schwern@pobox.com>
8028              Date: Mon, 27 Aug 2001 19:47:30 -0400
8029              Message-Id: <20010827194730.C12582@blackrider>
8030      Branch: perl
8031            ! t/op/inccode.t
8032 ____________________________________________________________________________
8033 [ 11764] By: ams                                   on 2001/08/27  22:46:21
8034         Log: Subject: [PATCH] new tests for the coderef-in-@INC
8035              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8036              Date: Mon, 27 Aug 2001 22:36:27 +0200
8037              Message-Id: <20010827223627.C690@rafael>
8038              
8039              Subject: Re: [PATCH] new tests for the coderef-in-@INC
8040              From: Nicholas Clark <nick@ccl4.org>
8041              Date: Tue, 28 Aug 2001 00:02:46 +0100
8042              Message-Id: <20010828000245.R4950@plum.flirble.org>
8043      Branch: perl
8044            + t/op/inccode.t
8045            ! MANIFEST
8046 ____________________________________________________________________________
8047 [ 11763] By: ams                                   on 2001/08/27  22:41:09
8048         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
8049              bleadperl on fire, Win95+4NT)
8050              From: Michael G Schwern <schwern@pobox.com>
8051              Date: Mon, 27 Aug 2001 16:54:42 -0400
8052              Message-Id: <20010827165442.F9436@blackrider>
8053      Branch: perl
8054            ! lib/warnings.t
8055 ____________________________________________________________________________
8056 [ 11762] By: sky                                   on 2001/08/27  19:19:17
8057         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
8058              avaible at compile time. This broke the compilation of 
8059              Net/Ping.pm
8060      Branch: perl
8061            ! lib/Net/Ping.pm
8062 ____________________________________________________________________________
8063 [ 11761] By: sky                                   on 2001/08/27  18:34:48
8064         Log: Removed tripple definitions of CUSTOM_OP functions.
8065      Branch: perl
8066            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
8067 ____________________________________________________________________________
8068 [ 11760] By: sky                                   on 2001/08/27  18:21:27
8069         Log: Regen headers
8070      Branch: perl
8071            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
8072            ! perlapi.h proto.h
8073 ____________________________________________________________________________
8074 [ 11759] By: ams                                   on 2001/08/27  16:31:53
8075         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
8076              From: "chromatic" <chromatic@rmci.net>
8077              Date: Mon, 27 Aug 2001 11:17:09 -0600
8078              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
8079      Branch: perl
8080            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
8081 ____________________________________________________________________________
8082 [ 11758] By: sky                                   on 2001/08/27  15:16:42
8083         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
8084              Thanks to H. Merijn Brand for the patch.
8085              Some of the comments and or guards might be removable in perl.h now.
8086      Branch: perl
8087            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
8088            ! Porting/Glossary Porting/config_H README.threads config_h.SH
8089            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
8090            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
8091            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
8092            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
8093            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
8094            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
8095            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
8096            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
8097            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
8098            ! win32/config_H.vc win32/perllib.c win32/win32.h
8099            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
8100            ! wince/config.h wince/config_H.ce wince/win32.h
8101            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
8102 ____________________________________________________________________________
8103 [ 11757] By: sky                                   on 2001/08/27  13:39:16
8104         Log: Subject: GNU ld parses arguments different
8105              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8106              Date: Mon, 27 Aug 2001 16:25:51 +0200
8107              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
8108      Branch: perl
8109            ! hints/hpux.sh
8110 ____________________________________________________________________________
8111 [ 11756] By: sky                                   on 2001/08/27  13:18:45
8112         Log: Subject: Custom Ops
8113              From: Simon Cozens <simon@netthink.co.uk>
8114              Date: Sat, 25 Aug 2001 17:45:09 +0100
8115              Message-ID: <20010825174509.A5752@netthink.co.uk>
8116              I also added a fix to Opcode.pm to quite test cases.
8117      Branch: perl
8118            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
8119            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
8120 ____________________________________________________________________________
8121 [ 11755] By: sky                                   on 2001/08/27  05:37:17
8122         Log: Plugs a memory leak on destruction of regular expressions
8123              introcued by #11274.
8124              PL_regex_padav now has an AV as it's first entry with a list
8125              of freed regex_padav slots that it will reuse on creating
8126              new PMOPs.
8127      Branch: perl
8128            ! op.c perl.c
8129 ____________________________________________________________________________
8130 [ 11754] By: ams                                   on 2001/08/26  14:38:52
8131         Log: Subject: [PATCH] t/io/binmode.t
8132              From: Nicholas Clark <nick@ccl4.org>
8133              Date: Sun, 26 Aug 2001 12:03:05 +0100
8134              Message-Id: <20010826120305.C4950@plum.flirble.org>
8135              
8136              (Also a nitpick in #11752 to t/op/universal.t)
8137      Branch: perl
8138            ! t/io/binmode.t t/op/universal.t
8139 ____________________________________________________________________________
8140 [ 11753] By: ams                                   on 2001/08/26  08:19:34
8141         Log: Subject: [PATCH] op/universal.t failing
8142              From: Nicholas Clark <nick@ccl4.org>
8143              Date: Sun, 26 Aug 2001 09:48:22 +0100
8144              Message-Id: <20010826094822.B4950@plum.flirble.org>
8145      Branch: perl
8146            ! t/op/universal.t
8147 ____________________________________________________________________________
8148 [ 11752] By: ams                                   on 2001/08/25  22:46:13
8149         Log: Subject: Re: 'can' with undefined subs
8150              From: Tony Bowden <tony@kasei.com>
8151              Date: Sat, 25 Aug 2001 14:58:17 +0100
8152              Message-Id: <20010825145817.A11788@soto.kasei.com>
8153              (Applied with minor modifications.)
8154      Branch: perl
8155            ! t/op/universal.t
8156 ____________________________________________________________________________
8157 [ 11751] By: ams                                   on 2001/08/25  18:28:43
8158         Log: Subject: Re: 'can' with undefined subs
8159              From: Tony Bowden <tony@kasei.com>
8160              Date: Sat, 25 Aug 2001 15:13:14 +0100
8161              Message-Id: <20010825151314.B11788@soto.kasei.com>
8162      Branch: perl
8163            ! lib/UNIVERSAL.pm
8164 ____________________________________________________________________________
8165 [ 11750] By: nick                                  on 2001/08/25  15:24:15
8166         Log: Integrate mainline
8167      Branch: perlio
8168           +> t/io/binmode.t
8169           !> (integrate 26 files)
8170 ____________________________________________________________________________
8171 [ 11749] By: nick                                  on 2001/08/25  14:55:41
8172         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
8173              From:  John Peacock <jpeacock@rowman.com>
8174              Date:  Wed, 22 Aug 2001 12:05:28 -0400
8175              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
8176      Branch: perl
8177            ! pod/perlhack.pod
8178 ____________________________________________________________________________
8179 [ 11748] By: nick                                  on 2001/08/25  14:53:04
8180         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
8181              From:  Michael G Schwern <schwern@pobox.com>
8182              Date:  Wed, 22 Aug 2001 19:22:45 -0400
8183              Message-Id:  <20010822192245.U619@blackrider>
8184      Branch: perl
8185            ! MANIFEST
8186 ____________________________________________________________________________
8187 [ 11747] By: nick                                  on 2001/08/25  14:52:33
8188         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
8189              From:  Nicholas Clark <nick@ccl4.org>
8190              Date:  Wed, 22 Aug 2001 23:29:06 +0100
8191              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
8192      Branch: perl
8193            + t/io/binmode.t
8194            ! perlio.c pod/perlfunc.pod
8195 ____________________________________________________________________________
8196 [ 11744] By: nick                                  on 2001/08/25  14:37:33
8197         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
8198              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8199              Date:  Fri, 24 Aug 2001 22:10:42 +0200
8200              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
8201      Branch: perl
8202            ! x2p/a2py.c x2p/walk.c
8203 ____________________________________________________________________________
8204 [ 11743] By: nick                                  on 2001/08/25  14:32:47
8205         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
8206              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8207              Date:  Fri, 24 Aug 2001 23:34:13 +0200
8208              Message-Id:  <20010824233413.A1285@rafael>
8209      Branch: perl
8210            ! pod/perlfunc.pod pod/perlvar.pod
8211 ____________________________________________________________________________
8212 [ 11742] By: ams                                   on 2001/08/25  13:16:02
8213         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
8214              From: Nicholas Clark <nick@ccl4.org>
8215              Date: Sat, 25 Aug 2001 14:50:07 +0100
8216              Message-Id: <20010825145007.L41464@plum.flirble.org>
8217      Branch: perl
8218            ! pp_ctl.c
8219 ____________________________________________________________________________
8220 [ 11741] By: nick                                  on 2001/08/24  07:08:45
8221         Log: When applying patch via Porting/apply fails, do p4 refresh
8222              to get old files back.
8223      Branch: perl
8224            ! Porting/apply
8225 ____________________________________________________________________________
8226 [ 11740] By: ams                                   on 2001/08/24  04:47:24
8227         Log: #11739 was incomplete.
8228      Branch: perl
8229            ! pod/perldiag.pod
8230 ____________________________________________________________________________
8231 [ 11739] By: ams                                   on 2001/08/24  04:09:40
8232         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
8233              From: "Philip Newton" <Philip.Newton@gmx.net>
8234              Date: Fri, 24 Aug 2001 07:08:34 +0200
8235      Branch: perl
8236            ! pod/perldiag.pod
8237 ____________________________________________________________________________
8238 [ 11738] By: ams                                   on 2001/08/24  02:19:42
8239         Log: Fixed Doug Wilson's email address.
8240      Branch: perl
8241            ! AUTHORS
8242 ____________________________________________________________________________
8243 [ 11737] By: ams                                   on 2001/08/24  00:10:13
8244         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
8245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8246              Date: Thu, 23 Aug 2001 22:22:58 +0200
8247              Message-Id: <20010823222258.A901@rafael>
8248      Branch: perl
8249            ! pod/perldiag.pod
8250 ____________________________________________________________________________
8251 [ 11736] By: ams                                   on 2001/08/24  00:05:02
8252         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
8253              From: "Craig A. Berry" <craigberry@mac.com>
8254              Date: Thu, 23 Aug 2001 19:07:45 -0500
8255              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
8256      Branch: perl
8257            ! configure.com
8258 ____________________________________________________________________________
8259 [ 11735] By: sky                                   on 2001/08/23  13:42:07
8260         Log: Backed out 11732, it breaks lib/strict.t 
8261      Branch: perl
8262            ! op.c
8263 ____________________________________________________________________________
8264 [ 11734] By: sky                                   on 2001/08/23  11:45:59
8265         Log: Removed toy from 17133 after Matt Sargeants request.
8266      Branch: perl
8267            ! pod/perlfaq4.pod
8268 ____________________________________________________________________________
8269 [ 11733] By: sky                                   on 2001/08/23  11:36:29
8270         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
8271              From: Robin Houston <robin@kitsite.com>
8272              Date: Wed, 22 Aug 2001 23:06:16 +0100
8273              Message-ID: <20010822230616.A254@robin.kitsite.com>
8274      Branch: perl
8275            ! pod/perlfaq4.pod
8276 ____________________________________________________________________________
8277 [ 11732] By: sky                                   on 2001/08/23  10:36:02
8278         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
8279              From: Simon Cozens <simon@netthink.co.uk>
8280              Date: Thu, 23 Aug 2001 12:06:36 +0100
8281              Message-ID: <20010823120636.A9961@netthink.co.uk>
8282      Branch: perl
8283            ! op.c
8284 ____________________________________________________________________________
8285 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
8286         Log: fix broken windows build
8287      Branch: perl
8288            ! perl.h
8289 ____________________________________________________________________________
8290 [ 11730] By: ams                                   on 2001/08/22  21:35:30
8291         Log: Subject: [PATCH] io/tell.t doesn't chdir t
8292              From: Nicholas Clark <nick@ccl4.org>
8293              Date: Wed, 22 Aug 2001 23:25:58 +0100
8294              Message-Id: <20010822232557.Y82818@plum.flirble.org>
8295      Branch: perl
8296            ! t/io/tell.t
8297 ____________________________________________________________________________
8298 [ 11729] By: ams                                   on 2001/08/22  20:32:21
8299         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
8300              questions)
8301              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8302              Date: Wed, 22 Aug 2001 17:09:04 -0400
8303              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
8304              (Oops, forgot File::Spec::Unix in the previous patch.)
8305      Branch: perl
8306            ! lib/File/Spec/Unix.pm
8307 ____________________________________________________________________________
8308 [ 11728] By: ams                                   on 2001/08/22  20:25:41
8309         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
8310              questions)
8311              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8312              Date: Wed, 22 Aug 2001 17:09:04 -0400
8313              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
8314      Branch: perl
8315            ! lib/File/Spec.pm
8316 ____________________________________________________________________________
8317 [ 11727] By: ams                                   on 2001/08/22  19:43:30
8318         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
8319              From: John Peacock <jpeacock@rowman.com>
8320              Date: Wed, 22 Aug 2001 12:35:52 -0400
8321              Message-Id: <3B83DF68.5D89DC81@rowman.com>
8322              (Adds proper tests for $], notwithstanding Subject. +nitpick)
8323      Branch: perl
8324            ! t/op/ver.t
8325 ____________________________________________________________________________
8326 [ 11726] By: ams                                   on 2001/08/22  19:36:39
8327         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
8328              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
8329              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
8330              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
8331      Branch: perl
8332            ! lib/diagnostics.pm lib/diagnostics.t
8333 ____________________________________________________________________________
8334 [ 11725] By: ams                                   on 2001/08/22  19:25:01
8335         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
8336              From: Nicholas Clark <nick@ccl4.org>
8337              Date: Wed, 22 Aug 2001 20:59:05 +0100
8338              Message-Id: <20010822205905.U82818@plum.flirble.org>
8339      Branch: perl
8340            ! pp.c t/op/64bitint.t t/op/arith.t
8341 ____________________________________________________________________________
8342 [ 11724] By: ams                                   on 2001/08/22  10:02:33
8343         Log: Subject: Configure blooper
8344              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8345              Date: Wed, 22 Aug 2001 12:38:35 +0200
8346              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
8347      Branch: perl
8348            ! Configure
8349 ____________________________________________________________________________
8350 [ 11723] By: ams                                   on 2001/08/21  16:17:53
8351         Log: Subject: [PATCH] installperl -help
8352              From: Nicholas Clark <nick@ccl4.org>
8353              Date: Tue, 21 Aug 2001 17:34:23 +0100
8354              Message-Id: <20010821173423.F82818@plum.flirble.org>
8355      Branch: perl
8356            ! installperl
8357 ____________________________________________________________________________
8358 [ 11722] By: ams                                   on 2001/08/20  07:46:31
8359         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
8360              From: Ilmari Karonen <iltzu@sci.fi>
8361              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
8362              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
8363      Branch: perl
8364            ! pod/perlvar.pod
8365 ____________________________________________________________________________
8366 [ 11721] By: nick                                  on 2001/08/20  06:24:31
8367         Log: Integrate mainline
8368      Branch: perlio
8369           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
8370           +> lib/Lingua/KO/Hangul/Util/Changes
8371           +> lib/Lingua/KO/Hangul/Util/README
8372           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
8373           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8374           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8375           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
8376           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
8377           +> lib/Unicode/Normalize/t/test.t
8378            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
8379           !> (integrate 55 files)
8380 ____________________________________________________________________________
8381 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
8382         Log: Integrate Change #11599 from maint-5.6/perl
8383      Branch: maint-5.6/macperl
8384           !> README.win32
8385 ____________________________________________________________________________
8386 [ 11719] By: ams                                   on 2001/08/18  21:21:42
8387         Log: Add Porting/apply to MANIFEST.
8388      Branch: perl
8389            ! MANIFEST
8390 ____________________________________________________________________________
8391 [ 11718] By: sky                                   on 2001/08/18  14:38:01
8392         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
8393              Better solution would be to make 5005threaded perl use
8394              the same system as ithreads do
8395      Branch: perl
8396            ! perl.h
8397 ____________________________________________________________________________
8398 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
8399         Log: New try for ID 20010407.006: detach the semantics
8400              "was the last match target UTF8" into its own variable.
8401      Branch: perl
8402            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
8403            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
8404 ____________________________________________________________________________
8405 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
8406         Log: UTF8 flag should be meaningful only when POK.
8407      Branch: perl
8408            ! dump.c
8409 ____________________________________________________________________________
8410 [ 11715] By: sky                                   on 2001/08/18  11:45:16
8411         Log: USE_THREADS and USE_ITHREADS are never true at the same time
8412      Branch: perl
8413            ! perl.h
8414 ____________________________________________________________________________
8415 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
8416         Log: Retract #11712 for now.  The real fix would probably
8417              be something like making PL_reg_sv a copy (PV + UTF8)
8418              of the matched/substituted string (note: not just a SvPOK
8419              string, for example the stringified form of a ROK would
8420              be applicable)  Beware of leaks.
8421      Branch: perl
8422            ! pp_hot.c t/op/pat.t
8423 ____________________________________________________________________________
8424 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
8425         Log: UTF8 wasn't printing for PVMGs.
8426      Branch: perl
8427            ! dump.c
8428 ____________________________________________________________________________
8429 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
8430         Log: (Retracted by #11714)
8431              
8432              Okay analysis, debatable fix.  (The fix will inc
8433              the refcount of all temporary match objects,
8434              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
8435              which will then cause griping at untie() time
8436              ("inner references remain").
8437              
8438              Fix for ID 20010407.006: PL_reg_sv got wiped out
8439              by freetemps if the match target was a temporary
8440              (like function_call() =~ /.../), which in turn meant
8441              that the $1 et al stopped working if they had UTF-8
8442              in them.  Therefore bump up the refcount of PL_reg_sv.
8443      Branch: perl
8444            ! pp_hot.c t/op/pat.t
8445 ____________________________________________________________________________
8446 [ 11711] By: ams                                   on 2001/08/17  20:32:08
8447         Log: Subject: [PATCH] doesn't compile, was perl@11710
8448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8449              Date: Fri, 17 Aug 2001 23:21:10 +0200
8450              Message-Id: <20010817232110.C7041@rafael> 
8451      Branch: perl
8452            ! sharedsv.c
8453 ____________________________________________________________________________
8454 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
8455         Log: Update Changes.
8456      Branch: perl
8457            ! Changes patchlevel.h
8458 ____________________________________________________________________________
8459 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
8460         Log: Upgrade to libnet 1.0704.
8461      Branch: perl
8462            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
8463            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
8464            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
8465            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
8466            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
8467            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
8468            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
8469 ____________________________________________________________________________
8470 [ 11708] By: sky                                   on 2001/08/17  13:34:04
8471         Log: Let perl_clone copy PL_exit_flags
8472      Branch: perl
8473            ! sv.c
8474 ____________________________________________________________________________
8475 [ 11707] By: sky                                   on 2001/08/17  12:28:41
8476         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
8477      Branch: perl
8478            ! sharedsv.c sharedsv.h
8479 ____________________________________________________________________________
8480 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
8481         Log: The metaconfig unit change for #11705.
8482      Branch: metaconfig/U/perl
8483            ! Extensions.U
8484 ____________________________________________________________________________
8485 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
8486         Log: Allow the threads extension to be found if present.
8487      Branch: perl
8488            ! Configure
8489 ____________________________________________________________________________
8490 [ 11704] By: nick                                  on 2001/08/17  11:47:54
8491         Log: Mail -> change script (pre-alpha)
8492      Branch: perl
8493            + Porting/apply
8494 ____________________________________________________________________________
8495 [ 11703] By: sky                                   on 2001/08/17  07:11:24
8496         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
8497              Thanks to Tom Hospel for pointing out my error.
8498      Branch: perl
8499            ! op.h
8500 ____________________________________________________________________________
8501 [ 11702] By: sky                                   on 2001/08/17  04:18:11
8502         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.
8503      Branch: perl
8504            ! embed.pl miniperlmain.c perl.c perl.h proto.h
8505 ____________________________________________________________________________
8506 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
8507         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
8508              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
8509      Branch: perl
8510            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8511            + lib/Lingua/KO/Hangul/Util/README
8512            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
8513            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8514            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8515            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
8516            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
8517            + lib/Unicode/Normalize/t/test.t
8518            ! MANIFEST
8519 ____________________________________________________________________________
8520 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
8521         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
8522              Date: Thu, 16 Aug 2001 22:46:15 -0500
8523              From: "Craig A. Berry" <craigberry@mac.com>
8524              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
8525      Branch: perl
8526            ! configure.com numeric.c
8527 ____________________________________________________________________________
8528 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
8529         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
8530              of the usual suspects (like getpwent) but not for others
8531              (like localtime and rand).  The _r versions are available
8532              for all of them, so let's use them.
8533      Branch: perl
8534            ! perl.h
8535 ____________________________________________________________________________
8536 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
8537         Log: (Accidental apply; thankfully empty.)
8538      Branch: perl
8539            ! hints/os390.sh
8540 ____________________________________________________________________________
8541 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
8542         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
8543              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8544              Date: Thu, 16 Aug 2001 16:27:49 +0100
8545              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
8546      Branch: perl
8547            ! regexec.c t/op/re_tests
8548 ____________________________________________________________________________
8549 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
8550         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
8551              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8552              Date: Thu, 16 Aug 2001 18:50:01 +0100
8553              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
8554      Branch: perl
8555            ! pp_hot.c t/op/pat.t
8556 ____________________________________________________________________________
8557 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
8558         Log: Subject: [PATCH] *time_r again
8559              From: "Arthur Bergman" <arthur@contiller.se>
8560              Date: Thu, 16 Aug 2001 16:01:54 +0200
8561              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
8562      Branch: perl
8563            ! op.h
8564 ____________________________________________________________________________
8565 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
8566         Log: system() and backtick error handling cleanup from Craig A. Berry.
8567      Branch: perl
8568            ! vms/vms.c
8569 ____________________________________________________________________________
8570 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
8571         Log: change#10334 leaks memory, copies string when it doesn't
8572              need to
8573      Branch: perl
8574            ! perl.c
8575 ____________________________________________________________________________
8576 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
8577         Log: One more twist to the sprintf + utf8 testing.
8578      Branch: perl
8579            ! t/op/misc.t
8580 ____________________________________________________________________________
8581 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
8582         Log: Fix for 20010407.008 sprintf removes utf8-ness.
8583      Branch: perl
8584            ! pp.c t/op/misc.t
8585 ____________________________________________________________________________
8586 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
8587         Log: Subject: [PATCH] *time_r fixes
8588              From: "Arthur Bergman" <arthur@contiller.se>
8589              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
8590              Date: Thu, 16 Aug 2001 14:22:27 +0200
8591      Branch: perl
8592            ! op.h
8593 ____________________________________________________________________________
8594 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
8595         Log: Upgrade to CGI.pm 2.77.
8596      Branch: perl
8597            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
8598            ! lib/CGI/t/function.t
8599 ____________________________________________________________________________
8600 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
8601         Log: Document the bytes-to-Unicode upgrading.
8602      Branch: perl
8603            ! pod/perlunicode.pod
8604 ____________________________________________________________________________
8605 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
8606         Log: Add a test for Unicode sprintf.
8607      Branch: perl
8608            ! t/op/misc.t
8609 ____________________________________________________________________________
8610 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
8611         Log: Add Unicode tests for index/rindex.
8612      Branch: perl
8613            ! t/op/index.t
8614 ____________________________________________________________________________
8615 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
8616         Log: Document a bit the art of minimizing the installation,
8617              based on the p5p discussion.
8618      Branch: perl
8619            ! INSTALL
8620 ____________________________________________________________________________
8621 [ 11684] By: nick                                  on 2001/08/15  15:03:31
8622         Log: Integrate mainline
8623      Branch: perlio
8624           +> sharedsv.c sharedsv.h
8625           !> (integrate 53 files)
8626 ____________________________________________________________________________
8627 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
8628         Log: Update Changes.
8629      Branch: perl
8630            ! Changes patchlevel.h
8631 ____________________________________________________________________________
8632 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
8633         Log: The #11673 necessitated a test tweak.
8634      Branch: perl
8635            ! t/io/utf8.t
8636 ____________________________________________________________________________
8637 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
8638         Log: Also UNICOS is in the general case unable to silently
8639              handle fp overflows.
8640      Branch: perl
8641            ! numeric.c
8642 ____________________________________________________________________________
8643 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
8644         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
8645              NV_EPSILON #defined.
8646      Branch: perl
8647            ! perl.h
8648 ____________________________________________________________________________
8649 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
8650         Log: Re-establish the fp overflow detection for VAX VMS; there
8651              is no easy way to have the IEEE fp silent overflow semantics.
8652              (in Alpha VMS we still will use IEEE fp by default-- but it
8653              is still possible to configure Perl to use G_FLOAT)
8654      Branch: perl
8655            ! numeric.c
8656 ____________________________________________________________________________
8657 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
8658         Log: Subject: [PATCH] pp_lock 
8659              From: "Arthur Bergman" <arthur@contiller.se>
8660              Date: Wed, 15 Aug 2001 11:52:16 +0200
8661              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
8662      Branch: perl
8663            ! pp.c
8664 ____________________________________________________________________________
8665 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
8666         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
8667              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8668              Date: Wed, 15 Aug 2001 11:32:11 +0100
8669              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
8670      Branch: perl
8671            ! regcomp.c t/op/re_tests
8672 ____________________________________________________________________________
8673 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
8674         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
8675              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8676              Date: Wed, 15 Aug 2001 10:33:49 +0100
8677              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
8678      Branch: perl
8679            ! regexec.c t/op/re_tests
8680 ____________________________________________________________________________
8681 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
8682         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
8683              From: Barrie Slaymaker <barries@slaysys.com>
8684              Date: Tue, 14 Aug 2001 14:32:25 -0400
8685              Message-ID: <20010814143225.A19822@jester.slaysys.com>
8686      Branch: perl
8687            ! lib/File/Spec.t lib/File/Spec/Unix.pm
8688 ____________________________________________________________________________
8689 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
8690         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
8691              From: Peter Prymmer <pvhp@forte.com>
8692              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
8693              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
8694      Branch: perl
8695            ! README.vms configure.com
8696 ____________________________________________________________________________
8697 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
8698         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
8699              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8700              Date: Tue, 14 Aug 2001 21:23:27 +0200
8701              Message-ID: <20010814212327.A1919@rafael>
8702      Branch: perl
8703            ! doio.c
8704 ____________________________________________________________________________
8705 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
8706         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
8707              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8708              Date: Tue, 14 Aug 2001 22:30:11 +0200
8709              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
8710              
8711              Combination of nmake, quoting, and Perl expanded $( in here-doc.
8712      Branch: perl
8713            ! ext/SDBM_File/Makefile.PL
8714 ____________________________________________________________________________
8715 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
8716         Log: Todo updates.
8717      Branch: perl
8718            ! pod/perltodo.pod
8719 ____________________________________________________________________________
8720 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
8721         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
8722              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8723              Date: Mon, 13 Aug 2001 23:15:01 +0200
8724              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
8725      Branch: perl
8726            ! sv.c
8727 ____________________________________________________________________________
8728 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
8729         Log: Subject: [PATCH] [b-]showlex.t
8730              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8731              Date: Sun, 12 Aug 2001 22:24:51 +0200
8732              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
8733              
8734              The 4nt command shell will expand the % in command line
8735              no matter what quoting is attempted, changed the % to @.
8736      Branch: perl
8737            ! ext/B/Showlex.t
8738 ____________________________________________________________________________
8739 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
8740         Log: Subject: [PATCH] magic.t
8741              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8742              Date: Sun, 12 Aug 2001 20:49:27 +0200
8743              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
8744      Branch: perl
8745            ! t/op/magic.t
8746 ____________________________________________________________________________
8747 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
8748         Log: Add sharedsv* to the DOSish platforms; plus add
8749              some WinCE files to the list of DOSish files.
8750      Branch: perl
8751            ! NetWare/Makefile Porting/makerel win32/Makefile
8752            ! win32/makefile.mk wince/Makefile.ce
8753 ____________________________________________________________________________
8754 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
8755         Log: More DOSish files.
8756      Branch: perl
8757            ! Porting/makerel
8758 ____________________________________________________________________________
8759 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
8760         Log: Strip CRs from the WinCE files.  Now we need to
8761              figure out in which CRs are really needed: probably
8762              Makefile.ce and the README files, at least, probably
8763              also the registry.bat.
8764      Branch: perl
8765            ! wince/Makefile.ce wince/README.compile wince/README.perlce
8766            ! wince/config.h wince/include/cectype.h wince/include/errno.h
8767            ! wince/include/sys/stat.h wince/include/sys/types.h
8768            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
8769            ! wince/perldll.def wince/registry.bat wince/wince.h
8770            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
8771 ____________________________________________________________________________
8772 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
8773         Log: Add some files to DOSish and writables.
8774      Branch: perl
8775            ! Porting/makerel
8776 ____________________________________________________________________________
8777 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
8778         Log: Compile failure message tidying.
8779      Branch: perl
8780            ! t/lib/1_compile.t
8781 ____________________________________________________________________________
8782 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
8783         Log: The new sharedsv* should be exported only if usethreads.
8784      Branch: perl
8785            ! makedef.pl
8786 ____________________________________________________________________________
8787 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
8788         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
8789              From: Peter Prymmer <pvhp@forte.com>
8790              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
8791              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
8792      Branch: perl
8793            ! README.os390
8794 ____________________________________________________________________________
8795 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
8796         Log: Update Changes.
8797      Branch: perl
8798            ! Changes patchlevel.h
8799 ____________________________________________________________________________
8800 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
8801         Log: Subject: [PATHC] sharedsv.[c|h]
8802              From: "Artur Bergman" <artur@contiller.se>
8803              Date: Mon, 13 Aug 2001 14:38:41 +0200
8804              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
8805              
8806              Subject: [PATCH] embed.pl
8807              From: Arthur Bergman <arthur@contiller.se>
8808              Date: Mon, 13 Aug 2001 14:38:14 +0200
8809              Message-ID: <B79D96D6.3088%arthur@contiller.se>
8810              
8811              Subject: [PATCH] sharedsv cleanups
8812              From: "Arthur Bergman" <arthur@contiller.se>
8813              Date: Mon, 13 Aug 2001 15:14:25 +0200
8814              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
8815              
8816              Plus few tweaks: _init needs to be Adp, the prototypes
8817              should not be revealed unless using ithreads, #endif FOO
8818              must be #endif /* FOO */, adding (parentheses) around
8819              do { } while doesn't work too well.
8820      Branch: perl
8821            + sharedsv.c sharedsv.h
8822            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
8823            ! perl.h perlapi.c pod/perlapi.pod proto.h
8824 ____________________________________________________________________________
8825 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
8826         Log: Subject: Re: END {} blocks run in perl_run
8827              From: Arthur Bergman <arthur@contiller.se>
8828              Date: Mon, 13 Aug 2001 11:11:30 +0200
8829              Message-ID: <B79D6661.3068%arthur@contiller.se>
8830      Branch: perl
8831            ! perl.c
8832 ____________________________________________________________________________
8833 [ 11657] By: nick                                  on 2001/08/13  09:03:02
8834         Log: Integrate mainline
8835      Branch: perlio
8836           +> (branch 326 files)
8837            - (delete 330 files)
8838           !> (integrate 85 files)
8839 ____________________________________________________________________________
8840 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
8841         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
8842              and the Perl will be built to do that by default (adding that
8843              will break scripts having non-UTF-8 binary data, such as Latin-1.)
8844      Branch: perl
8845            ! op.c toke.c utf8.h
8846 ____________________________________________________________________________
8847 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
8848         Log: Unnecessary downgrades.
8849      Branch: perl
8850            ! doop.c
8851 ____________________________________________________________________________
8852 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
8853         Log: Failure not true anymore (probably caused by my broken setup).
8854      Branch: perl
8855            ! t/op/pat.t
8856 ____________________________________________________________________________
8857 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
8858         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
8859              stopped working).
8860      Branch: perl
8861            ! op.h pp_ctl.c regcomp.c
8862 ____________________________________________________________________________
8863 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
8864         Log: There is no IN_UTF8.
8865      Branch: perl
8866            ! utf8.h
8867 ____________________________________________________________________________
8868 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
8869         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
8870      Branch: perl
8871            ! op.c op.h pp_ctl.c regcomp.c
8872 ____________________________________________________________________________
8873 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
8874         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
8875              and a test tweak.
8876      Branch: perl
8877            ! op.c t/pod/find.t
8878 ____________________________________________________________________________
8879 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
8880         Log: Todo updates and fixes.
8881      Branch: perl
8882            ! pod/perltodo.pod
8883 ____________________________________________________________________________
8884 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
8885         Log: Mark tests (and one module) having explicit Latin-1
8886              (and one file having explicit UTF-8) with an explicit
8887              'no utf8' (and one explicit 'use utf8').
8888              
8889              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
8890      Branch: perl
8891            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
8892            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
8893            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
8894 ____________________________________________________________________________
8895 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
8896         Log: Subject: SV: END {} blocks run in perl_run
8897              From: "Arthur Bergman" <arthur@contiller.se>
8898              Date: Sun, 12 Aug 2001 00:34:28 +0200 
8899              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
8900      Branch: perl
8901            ! miniperlmain.c perl.c
8902 ____________________________________________________________________________
8903 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
8904         Log: Typos in #11645.
8905      Branch: perl
8906            ! perl.h
8907 ____________________________________________________________________________
8908 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
8909         Log: On ithreads default to use_reentrant except on naturally
8910              threadsafe platforms.
8911      Branch: perl
8912            ! perl.h
8913 ____________________________________________________________________________
8914 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
8915         Log: (Hopefully) a fix for 20010723.004: make install needs
8916              write permission in build directory.  The problem was
8917              probably caused by overeager sprinkling of the lib/re.pm
8918              dependencies (which was done to guarantee lib/re.pm being
8919              uptodate for parallel makes: now solved by funneling that
8920              through an explicit recursive make in the preplibrary target).
8921      Branch: perl
8922            ! Makefile.SH
8923 ____________________________________________________________________________
8924 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
8925         Log: Dispell the "use utf8" superstition.
8926      Branch: perl
8927            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
8928            ! pod/perlunicode.pod
8929 ____________________________________________________________________________
8930 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
8931         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
8932              From: "Abigail" <abigail@foad.org> 
8933              Date: Sat, 11 Aug 2001 23:49:49 +0200
8934              Message-ID: <20010811214950.23255.qmail@foad.org>
8935      Branch: perl
8936            ! t/op/taint.t
8937 ____________________________________________________________________________
8938 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
8939         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
8940              From: Abhijit Menon-Sen <ams@wiw.org>
8941              Date: Sat, 11 Aug 2001 06:18:19 +0530
8942              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
8943      Branch: perl
8944            ! mg.c
8945 ____________________________________________________________________________
8946 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
8947         Log: Test for change #11639.
8948      Branch: perl
8949            ! t/op/tiehandle.t
8950 ____________________________________________________________________________
8951 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
8952         Log: Subject: Re: Can't localize *FH, then tie it
8953              From: Abhijit Menon-Sen <ams@wiw.org>
8954              Date: Sun, 12 Aug 2001 16:08:06 +0530
8955              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
8956      Branch: perl
8957            ! pp_hot.c pp_sys.c
8958 ____________________________________________________________________________
8959 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
8960         Log: Drop all the unnecessary "use utf8" clauses and some of
8961              the unnecessary "use bytes" ones.
8962              
8963              TODO: scour the documentation for unnecessary "use utf8"
8964              and prominently display it in perldelta when the time comes.
8965              ("use utf8" should be necessary ONLY if one wants the script
8966              to be in UTF-8.)  Also should be checked in some non-ASCII
8967              non-Latin-1 platform, like EBCDIC.
8968      Branch: perl
8969            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
8970            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
8971 ____________________________________________________________________________
8972 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
8973         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
8974              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
8975              in Unicode handling.
8976      Branch: perl
8977            + t/op/lc.t
8978            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
8979 ____________________________________________________________________________
8980 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
8981         Log: Thinko: we want the flags for native cc, not gcc.
8982      Branch: perl
8983            ! hints/dec_osf.sh
8984 ____________________________________________________________________________
8985 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
8986         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
8987              From: Robin Houston <robin@kitsite.com>
8988              Date: Fri, 10 Aug 2001 14:42:02 +0100
8989              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
8990      Branch: perl
8991            ! pp.c
8992 ____________________________________________________________________________
8993 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
8994         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
8995              From: Abhijit Menon-Sen <ams@wiw.org>
8996              Date: Sat, 11 Aug 2001 16:31:04 +0530
8997              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
8998      Branch: perl
8999            ! op.c
9000 ____________________________________________________________________________
9001 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
9002         Log: Get rid of indread, from Abhijit Menon-Sen.
9003      Branch: perl
9004            ! pp_sys.c
9005 ____________________________________________________________________________
9006 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
9007         Log: CRLFgngngn.
9008      Branch: perl
9009            ! win32/Makefile win32/makefile.mk
9010 ____________________________________________________________________________
9011 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
9012         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
9013      Branch: perl
9014            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
9015            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
9016            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
9017            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
9018            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
9019            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
9020            ! win32/Makefile win32/makefile.mk
9021 ____________________________________________________________________________
9022 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
9023         Log: Avoid #elif (less portable than #else #if).
9024      Branch: perl
9025            ! handy.h
9026 ____________________________________________________________________________
9027 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
9028         Log: Subject: patch for perlvar.pod
9029              From: mah@everybody.org (Mark A. Hershberger)
9030              Date: 08 Aug 2001 17:03:16 -0500
9031              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
9032      Branch: perl
9033            ! pod/perlvar.pod
9034 ____________________________________________________________________________
9035 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
9036         Log: cpp commands must start (the # must be) at the column #0.
9037      Branch: perl
9038            ! op.c
9039 ____________________________________________________________________________
9040 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
9041         Log: If using gcc -B/foo/bar makedepend would give
9042              unnecessary warnings about unused -B/foo/bar.
9043      Branch: perl
9044            ! makedepend.SH
9045 ____________________________________________________________________________
9046 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
9047         Log: Update Changes.
9048      Branch: perl
9049            ! Changes patchlevel.h
9050 ____________________________________________________________________________
9051 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
9052         Log: s/z/tz/
9053      Branch: perl
9054            ! pod/perlfaq2.pod
9055 ____________________________________________________________________________
9056 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
9057         Log: Article nit.
9058      Branch: perl
9059            ! pod/perlfaq2.pod
9060 ____________________________________________________________________________
9061 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
9062         Log: Rename lib/unicode files to lib/unicore to avoid
9063              conflicts between core lib/unicode and Unicode::
9064              files in case-ignoring filesystems.
9065      Branch: perl
9066            + (add 325 files)
9067            - (delete 324 files)
9068            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
9069 ____________________________________________________________________________
9070 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
9071         Log: Upgrade to Math::BigInt 1.41.
9072      Branch: perl
9073            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
9074 ____________________________________________________________________________
9075 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
9076         Log: Subject: [PATCH] remove PL_na from typemap
9077              From: James <james@rf.net>
9078              Date: Mon, 06 Aug 2001 20:23:15 -0700
9079              Message-ID: <3B6F5F23.A31A81B1@rf.net>
9080              
9081              (had to be manually applied)
9082      Branch: perl
9083            ! lib/ExtUtils/typemap
9084 ____________________________________________________________________________
9085 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
9086         Log: The metaconfig unit changes for #11618.
9087      Branch: metaconfig/U/perl
9088            + d_fpclassl.U i_fp.U
9089 ____________________________________________________________________________
9090 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
9091         Log: Forgot this from #11618.
9092              
9093              NOTE: wince/config_H.ce needs updating.
9094      Branch: perl
9095            ! wince/config.ce
9096 ____________________________________________________________________________
9097 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
9098         Log: Introduce more floating point classifying APIs;
9099              try to define (most importantly) Perl_is{inf,nan}(x).
9100              
9101              For this first cut, assume none such APIs exist in non-UNIXoid
9102              platforms-- this is of course too unkind: Win32 rumoredly has
9103              _fpclass() and _isnan(), and VMS/VOS very probably have some
9104              of the APIs available.     The only thing Perl uses at the moment
9105              is Perl_isnan() (has been in use for a while now).
9106              
9107              NOTE: the Win32 and NetWare config_h.?c need regenerating.
9108      Branch: perl
9109            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9110            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9111            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
9112            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9113            ! vos/config.ga.h win32/config.bc win32/config.gc
9114            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9115            ! win32/config_H.vc wince/config.ce wince/config.h
9116 ____________________________________________________________________________
9117 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
9118         Log: Integrate change #11519 from perlio:
9119              
9120              Avoid testing for (non-)existance of "encoding(xxxx)"
9121              layer is called "encoding" the (xxxx) is an argument.
9122      Branch: perl
9123           !> lib/open.pm
9124 ____________________________________________________________________________
9125 [ 11616] By: nick                                  on 2001/08/09  07:50:24
9126         Log: Integrate mainline
9127      Branch: perlio
9128           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
9129           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
9130           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
9131           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
9132            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
9133            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
9134           !> (integrate 79 files)
9135 ____________________________________________________________________________
9136 [ 11615] By: nick                                  on 2001/08/09  06:23:44
9137         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
9138              layer is called "encoding" the (xxxx) is an argument.
9139      Branch: perlio
9140            ! lib/open.pm
9141 ____________________________________________________________________________
9142 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
9143         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
9144              From: Paul Johnson <paul@pjcj.net>
9145              Date: Wed, 8 Aug 2001 23:54:17 +0200
9146              Message-ID: <20010808235417.O1006@pjcj.net>
9147      Branch: perl
9148            ! ext/B/B/Concise.pm
9149 ____________________________________________________________________________
9150 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
9151         Log: Make VMS use IEEE math by default; reorder Tru64 hints
9152              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
9153              exception semantics) is always set if using (the new) cc.
9154      Branch: perl
9155            ! configure.com hints/dec_osf.sh
9156 ____________________________________________________________________________
9157 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
9158         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
9159              From: Abhijit Menon-Sen <ams@wiw.org>
9160              Date: Tue, 7 Aug 2001 17:16:05 +0530
9161              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
9162      Branch: perl
9163            ! pp_sys.c
9164 ____________________________________________________________________________
9165 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
9166         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
9167              From: "Craig A. Berry" <craigberry@mac.com>
9168              Date: Tue, 07 Aug 2001 22:27:47 -0500
9169              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
9170      Branch: perl
9171            ! t/run/exit.t
9172 ____________________________________________________________________________
9173 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
9174         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
9175              From: "Craig A. Berry" <craigberry@mac.com>
9176              Date: Tue, 07 Aug 2001 20:01:53 -0500
9177              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
9178      Branch: perl
9179            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
9180 ____________________________________________________________________________
9181 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
9182         Log: Update the magazine information.
9183      Branch: perl
9184            ! pod/perlfaq2.pod
9185 ____________________________________________________________________________
9186 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
9187         Log: Ignore SIGFPE everywhere.
9188      Branch: perl
9189            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
9190 ____________________________________________________________________________
9191 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
9192         Log: With permission, change the licensing of the docs by
9193              TomC (and Gnat) to comply with the rest of Perl.
9194      Branch: perl
9195            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9196            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9197            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9198            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
9199            ! pod/perltootc.pod
9200 ____________________________________________________________________________
9201 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
9202         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
9203              From: Andy Dougherty <doughera@lafayette.edu>
9204              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
9205              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
9206      Branch: perl
9207            ! hints/openbsd.sh
9208 ____________________________________________________________________________
9209 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
9210         Log: Subject: [PATCH] Makefile.SH test_prep dependency
9211              From: Andy Dougherty <doughera@lafayette.edu>
9212              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
9213              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
9214      Branch: perl
9215            ! Makefile.SH
9216 ____________________________________________________________________________
9217 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
9218         Log: Don't autogenerate the headers et alia,
9219              make regen_headers explicitly.
9220      Branch: perl
9221            ! Makefile.SH
9222 ____________________________________________________________________________
9223 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
9224         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
9225              From: Gurusamy Sarathy <gsar@ActiveState.com> 
9226              Date: Tue, 07 Aug 2001 08:33:26 -0700
9227              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
9228              
9229              Unnecessary dependency.
9230      Branch: perl
9231            ! embed.pl
9232 ____________________________________________________________________________
9233 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
9234         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
9235              From: Abhijit Menon-Sen <ams@wiw.org>
9236              Date: Tue, 7 Aug 2001 09:10:54 +0530
9237              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
9238      Branch: perl
9239            ! pp_hot.c
9240 ____________________________________________________________________________
9241 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
9242         Log: Subject: [PATCH perl@11597] B && BEGIN handling
9243              From: "James A. Duncan" <jduncan@fotango.com>
9244              Date: Mon, 6 Aug 2001 17:29:11 +0100
9245              Message-ID: <20010806172911.A2071@fotango.com>
9246              
9247              (the intrpvar.h addition moved to the end for bincompat)
9248      Branch: perl
9249            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
9250 ____________________________________________________________________________
9251 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
9252         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
9253      Branch: perl
9254           !> README.win32
9255 ____________________________________________________________________________
9256 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
9257         Log: fix URLs for fcrypt.c
9258      Branch: maint-5.6/perl
9259            ! README.win32
9260 ____________________________________________________________________________
9261 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
9262         Log: Yet another way to say Infinity: HP-UX calls its "++".
9263      Branch: perl
9264            ! lib/Math/BigInt/t/bigintpm.t
9265 ____________________________________________________________________________
9266 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
9267         Log: Update Changes.
9268      Branch: perl
9269            ! Changes patchlevel.h
9270 ____________________________________________________________________________
9271 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
9272         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
9273      Branch: perl
9274            ! pod/perlfaq5.pod
9275 ____________________________________________________________________________
9276 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
9277         Log: The #11593 wasn't right.
9278      Branch: perl
9279            ! lib/Math/BigInt/t/bigintpm.t
9280 ____________________________________________________________________________
9281 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
9282         Log: Subject: [PATCH: perl@11564] introducing perlivp
9283              From: Prymmer/Kahn <pvhp@best.com>
9284              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
9285              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
9286              
9287              Subject: Re: [PATCH: perl@11564] introducing perlivp
9288              From: Prymmer/Kahn <pvhp@best.com>
9289              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
9290              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
9291      Branch: perl
9292            + utils/perlivp.PL
9293            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
9294            ! win32/Makefile win32/makefile.mk
9295 ____________________________________________________________________________
9296 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
9297         Log: libcs are confused what to call Infinity.
9298      Branch: perl
9299            ! lib/Math/BigInt/t/bigintpm.t
9300 ____________________________________________________________________________
9301 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
9302         Log: Avoid SIGFPE in Tru64.
9303      Branch: perl
9304            ! numeric.c
9305 ____________________________________________________________________________
9306 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
9307         Log: Upgrade to Math::BigInt 1.40.
9308              
9309              NOTE: this patch necessitates doing something about
9310              infinity handling since the new bigintpm.t tests use
9311              infinity, which causes SIGFPEs at least in Tru64.
9312      Branch: perl
9313            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9314            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
9315            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
9316            ! lib/Math/BigInt/t/mbimbf.t
9317 ____________________________________________________________________________
9318 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
9319         Log: remove hardcoded cmd shell in testsuite
9320      Branch: perl
9321            ! t/op/glob.t t/op/magic.t t/op/stat.t
9322 ____________________________________________________________________________
9323 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
9324         Log: 4-arg select() was busted on windows because change#8178 didn't
9325              make it into mainline
9326      Branch: perl
9327            ! perl.h win32/include/sys/socket.h
9328 ____________________________________________________________________________
9329 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
9330         Log: Rename the Getopt::Long tests to be as they are
9331              in the Getopt::Long official distribution.
9332      Branch: perl
9333            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
9334            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
9335            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
9336            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
9337            ! MANIFEST
9338 ____________________________________________________________________________
9339 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
9340         Log: Upgrade to Getopt::Long 2.26.
9341      Branch: perl
9342            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
9343            ! MANIFEST lib/Getopt/Long.pm
9344 ____________________________________________________________________________
9345 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
9346         Log: Retract #10874 (the hack should be unnecessary by now)
9347      Branch: perl
9348            ! lib/Test/Harness.pm
9349 ____________________________________________________________________________
9350 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
9351         Log: avoid temp file littering in tests
9352      Branch: perl
9353            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
9354 ____________________________________________________________________________
9355 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
9356         Log: Subject: warning in sv.c: double format, NV arg
9357              From: "Philip Newton" <Philip.Newton@gmx.net>
9358              Date: Sun, 5 Aug 2001 19:41:07 +0200
9359              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
9360      Branch: perl
9361            ! sv.c
9362 ____________________________________________________________________________
9363 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
9364         Log: fix POSIX.t#13 for windos
9365      Branch: perl
9366            ! ext/POSIX/POSIX.t
9367 ____________________________________________________________________________
9368 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
9369         Log: Add a test for PerlIO::Via.
9370      Branch: perl
9371            + ext/PerlIO/t/via.t
9372            ! MANIFEST ext/PerlIO/Via/Via.pm
9373 ____________________________________________________________________________
9374 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
9375         Log: flock() and link() are not available on Windows 9x
9376      Branch: perl
9377            ! win32/config_sh.PL
9378 ____________________________________________________________________________
9379 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
9380         Log: Some Tru64 C compilers have C++ components that confuse
9381              the ccversion parsing.
9382      Branch: perl
9383            ! hints/dec_osf.sh
9384 ____________________________________________________________________________
9385 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
9386         Log: (Reintroduce #11125)
9387              
9388              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
9389              From: Alan Burlison <Alan.Burlison@sun.com> 
9390              Date: Tue, 03 Jul 2001 15:20:13 +0100   
9391              Message-ID: <3B41D49D.A923D4F9@sun.com> 
9392      Branch: perl
9393            ! lib/ExtUtils/MM_Unix.pm
9394 ____________________________________________________________________________
9395 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
9396         Log: Little pointer juggling for HP-UX cc to avoid
9397              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
9398              followed by
9399              "error 1549: Modifiable lvalue required for assignment operator."
9400      Branch: perl
9401            ! hv.c
9402 ____________________________________________________________________________
9403 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
9404         Log: Continuation of #11575: SANY_SEEN completely deprecated,
9405              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
9406              plus a fix for the bug.
9407      Branch: perl
9408            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
9409 ____________________________________________________________________________
9410 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
9411         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
9412              From: Doug MacEachern <dougm@covalent.net>
9413              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
9414              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
9415      Branch: perl
9416            ! sv.c
9417 ____________________________________________________________________________
9418 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
9419         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
9420              the new CANY is the \C.  The problem reported and the
9421              test case supplied in
9422              
9423              Subject: UTF-8 bugs in string length & single line regex matches
9424              From: "Daniel P. Berrange" <dan@berrange.com>
9425              Date: Fri, 3 Aug 2001 11:39:33 +0100
9426              Message-ID: <20010803113932.A19318@berrange.com>
9427      Branch: perl
9428            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
9429            ! t/op/pat.t
9430 ____________________________________________________________________________
9431 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
9432         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
9433              From: Doug MacEachern <dougm@covalent.net>
9434              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
9435              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
9436      Branch: perl
9437            ! perl.c regexec.c
9438 ____________________________________________________________________________
9439 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
9440         Log: The #11572 didn't up the test count.
9441      Branch: perl
9442            ! t/op/length.t
9443 ____________________________________________________________________________
9444 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
9445         Log: Subject: UTF-8 bugs in string length & single line regex matches
9446              From: "Daniel P. Berrange" <dan@berrange.com>
9447              Date: Fri, 3 Aug 2001 11:39:33 +0100         
9448              Message-ID: <20010803113932.A19318@berrange.com>
9449              
9450              (the mg_length() fix)
9451      Branch: perl
9452            ! mg.c t/op/length.t
9453 ____________________________________________________________________________
9454 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
9455         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9456              From: Abhijit Menon-Sen <ams@wiw.org>
9457              Date: Sat, 4 Aug 2001 16:56:35 +0530
9458              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
9459      Branch: perl
9460            ! hv.c
9461 ____________________________________________________________________________
9462 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
9463         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9464              From: Abhijit Menon-Sen <ams@wiw.org>
9465              Date: Sat, 4 Aug 2001 16:16:03 +0530
9466              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
9467      Branch: perl
9468            ! hv.c
9469 ____________________________________________________________________________
9470 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
9471         Log: Subject: Re: [patch] refcount re ops
9472              From: Abhijit Menon-Sen <ams@wiw.org>
9473              Date: Sat, 4 Aug 2001 08:54:55 +0530
9474              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
9475      Branch: perl
9476            ! sv.c
9477 ____________________________________________________________________________
9478 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
9479         Log: Subject: [patch] refcount re ops
9480              From: Doug MacEachern <dougm@covalent.net>
9481              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
9482              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
9483      Branch: perl
9484            ! regcomp.c sv.c
9485 ____________________________________________________________________________
9486 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
9487         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
9488              From: Doug MacEachern <dougm@covalent.net>
9489              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
9490              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
9491      Branch: perl
9492            ! perl.c regexec.c
9493 ____________________________________________________________________________
9494 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
9495         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
9496              From: "Craig A. Berry" <craigberry@mac.com> 
9497              Date: Fri, 03 Aug 2001 16:16:16 -0500
9498              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
9499      Branch: perl
9500            ! t/op/misc.t
9501 ____________________________________________________________________________
9502 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
9503         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
9504              From: John Kristian <jmk2001@engineer.com>
9505              Date: Fri, 03 Aug 2001 00:59:08 -0700
9506              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
9507      Branch: perl
9508            ! win32/win32.c
9509 ____________________________________________________________________________
9510 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
9511         Log: Update Changes.
9512      Branch: perl
9513            ! Changes patchlevel.h
9514 ____________________________________________________________________________
9515 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
9516         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
9517              From: "Craig A. Berry" <craigberry@mac.com>
9518              Date: Thu, 02 Aug 2001 23:15:24 -0500
9519              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
9520      Branch: perl
9521            ! ext/B/Stash.t
9522 ____________________________________________________________________________
9523 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
9524         Log: Subject: [patch] plug PL_cshname leak
9525              From: Doug MacEachern <dougm@covalent.net>
9526              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
9527              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
9528      Branch: perl
9529            ! sv.c
9530 ____________________________________________________________________________
9531 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
9532         Log: Subject: [patch] plug PL_sh_path leak
9533              From: Doug MacEachern <dougm@covalent.net>
9534              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
9535              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
9536      Branch: perl
9537            ! sv.c
9538 ____________________________________________________________________________
9539 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
9540         Log: Subject: [patch] plug PL_regex_padav leaks
9541              From: Doug MacEachern <dougm@covalent.net>
9542              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
9543              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
9544      Branch: perl
9545            ! op.c op.h perl.c
9546 ____________________________________________________________________________
9547 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
9548         Log: Subject: [patch] plug PL_origargv leak
9549              From: Doug MacEachern <dougm@covalent.net>
9550              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
9551              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
9552      Branch: perl
9553            ! perl.c
9554 ____________________________________________________________________________
9555 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
9556         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9557              From: Abhijit Menon-Sen <ams@wiw.org>
9558              Date: Fri, 3 Aug 2001 06:38:11 +0530
9559              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
9560      Branch: perl
9561            ! hv.c
9562 ____________________________________________________________________________
9563 [ 11557] By: nick                                  on 2001/08/03  08:17:38
9564         Log: Integrate mainline
9565      Branch: perlio
9566           +> (branch 47 files)
9567            - lib/Switch/test.pl
9568           !> (integrate 49 files)
9569 ____________________________________________________________________________
9570 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
9571         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
9572              From: "Craig A. Berry" <craigberry@mac.com>
9573              Date: Thu, 02 Aug 2001 12:56:19 -0500
9574              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
9575      Branch: perl
9576            ! ext/B/Showlex.t
9577 ____________________________________________________________________________
9578 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
9579         Log: Be more careful about non-existent files.
9580      Branch: perl
9581            ! lib/File/Copy.pm
9582 ____________________________________________________________________________
9583 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
9584         Log: Subject: [PATCH resend] deparse empty formats
9585              From: Robin Houston <robin@kitsite.com> 
9586              Date: Thu, 2 Aug 2001 14:32:36 +0100
9587              Message-ID: <20010802143236.A894@robin.kitsite.com>
9588      Branch: perl
9589            ! ext/B/B/Deparse.pm
9590 ____________________________________________________________________________
9591 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
9592         Log: Subject: [patch] ithreads + refto fix improvement
9593              From: Doug MacEachern <dougm@covalent.net>
9594              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
9595              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
9596      Branch: perl
9597            ! pp.c
9598 ____________________________________________________________________________
9599 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
9600         Log: Readability nit from Abhijit.
9601      Branch: perl
9602            ! op.c
9603 ____________________________________________________________________________
9604 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
9605         Log: setproctitle() API version nit from Anton Berezin.
9606      Branch: perl
9607            ! mg.c
9608 ____________________________________________________________________________
9609 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
9610         Log: Add PerlCE to the docs.
9611      Branch: perl
9612            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9613            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9614 ____________________________________________________________________________
9615 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
9616         Log: Integrate the PerlCE (WinCE Perl) port;
9617              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
9618      Branch: perl
9619            + README.ce wince/FindExt.pm wince/Makefile.ce
9620            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
9621            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
9622            + wince/bin/search.pl wince/config.ce wince/config.h
9623            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
9624            + wince/dl_win32.xs wince/include/arpa/inet.h
9625            + wince/include/cectype.h wince/include/errno.h
9626            + wince/include/netdb.h wince/include/sys/socket.h
9627            + wince/include/sys/stat.h wince/include/sys/types.h
9628            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
9629            + wince/perl.rc wince/perldll.def wince/perllib.c
9630            + wince/perlmain.c wince/registry.bat wince/runperl.c
9631            + wince/splittree.pl wince/win32.h wince/win32iop.h
9632            + wince/win32thread.c wince/win32thread.h wince/wince.c
9633            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
9634            + wince/xdistclean.ksh wince/xmakediffs.ksh
9635            ! MANIFEST perl.c perl.h perlio.c
9636 ____________________________________________________________________________
9637 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
9638         Log: setproctitle() made simpler.  (This assumes the string is
9639              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
9640              should be used.  Note len, not len + 1.)  BSD-fu from Anton
9641              Berezin.
9642      Branch: perl
9643            ! mg.c
9644 ____________________________________________________________________________
9645 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
9646         Log: Subject: [PATCH] -Wall cleanup: op.c
9647              From: Richard Soderberg <rs@oregonnet.com>
9648              Date: Thu, 2 Aug 2001 00:17:09 -0700
9649              Message-Id: <200108020717.AAA26895@oregonnet.com>
9650              
9651              Subject: [PATCH] -Wall cleanup: sv.c
9652              From: Richard Soderberg <rs@oregonnet.com>
9653              Date: Thu, 2 Aug 2001 00:49:21 -0700
9654              Message-Id: <200108020749.AAA27492@oregonnet.com>
9655      Branch: perl
9656            ! op.c sv.c
9657 ____________________________________________________________________________
9658 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
9659         Log: Update Changes.
9660      Branch: perl
9661            ! Changes patchlevel.h
9662 ____________________________________________________________________________
9663 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
9664         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
9665              From: Doug MacEachern <dougm@covalent.net>
9666              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
9667              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
9668      Branch: perl
9669            ! op.c
9670 ____________________________________________________________________________
9671 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
9672         Log: The #11541 didn't work under threads.
9673      Branch: perl
9674            ! op.c
9675 ____________________________________________________________________________
9676 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
9677         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
9678              From: Hugo <hv@crypt.compulink.co.uk>
9679              Date: Fri, 22 Jun 2001 01:19:08 +0100 
9680              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
9681              
9682              (Skip tests if accept() failed)
9683      Branch: perl
9684            ! ext/IO/lib/IO/t/io_unix.t
9685 ____________________________________________________________________________
9686 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
9687         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
9688              From: "Stian Seeberg" <sseeberg@nimsoft.no>
9689              Date: Mon, 30 Jul 2001 12:28:07 +0200
9690              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
9691      Branch: perl
9692            ! perl.h
9693 ____________________________________________________________________________
9694 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
9695         Log: Subject: Pluggable optimizer
9696              From: Simon Cozens <simon@netthink.co.uk>
9697              Date: Wed, 1 Aug 2001 13:57:02 -0700
9698              Message-ID: <20010801135702.I10442@netthink.co.uk>
9699      Branch: perl
9700            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
9701 ____________________________________________________________________________
9702 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
9703         Log: Subject: [ID 20010801.039] perlre.pod message typo
9704              From: Autrijus Tang <autrijus@geb.elixus.org>
9705              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
9706              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
9707      Branch: perl
9708            ! pod/perlre.pod
9709 ____________________________________________________________________________
9710 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
9711         Log: Test for change #11536.
9712      Branch: perl
9713            ! t/op/tiehandle.t
9714 ____________________________________________________________________________
9715 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
9716         Log: More test fixups for #11537.
9717      Branch: perl
9718            ! t/lib/warnings/4lint t/lib/warnings/9enabled
9719 ____________________________________________________________________________
9720 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
9721         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
9722              From: Doug MacEachern <dougm@covalent.net>
9723              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
9724              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
9725      Branch: perl
9726            ! op.c t/TestInit.pm
9727 ____________________________________________________________________________
9728 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
9729         Log: Subject: [patch] ithreads + refto bug
9730              From: Doug MacEachern <dougm@covalent.net>
9731              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
9732              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
9733              
9734              (Test in change #11539)
9735      Branch: perl
9736            ! pp.c
9737 ____________________________________________________________________________
9738 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
9739         Log: Subject: [PATCH: perl@11523] fixups for t/harness
9740              From: Prymmer/Kahn <pvhp@best.com>
9741              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
9742              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
9743      Branch: perl
9744            ! t/harness
9745 ____________________________________________________________________________
9746 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
9747         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
9748              From: Prymmer/Kahn <pvhp@best.com>
9749              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
9750              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
9751      Branch: perl
9752            ! win32/Makefile win32/makefile.mk
9753 ____________________________________________________________________________
9754 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
9755         Log: Need to know the number of tests.
9756      Branch: perl
9757            ! t/run/exit.t
9758 ____________________________________________________________________________
9759 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
9760         Log: Subject: Re: new exit tests on VMS
9761              From: "Craig A. Berry" <craigberry@mac.com>
9762              Date: Tue, 31 Jul 2001 12:19:29 -0500
9763              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
9764      Branch: perl
9765            ! t/run/exit.t
9766 ____________________________________________________________________________
9767 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
9768         Log: Retract #11530 (the dTHX is needed under threads)
9769      Branch: perl
9770            ! perlio.c
9771 ____________________________________________________________________________
9772 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
9773         Log: (Retracted by #11531)
9774      Branch: perl
9775            ! perlio.c
9776 ____________________________________________________________________________
9777 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
9778         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
9779              From: Richard Soderberg <rs@crystalflame.net>
9780              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
9781              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
9782      Branch: perl
9783            ! unixish.h
9784 ____________________________________________________________________________
9785 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
9786         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
9787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9788              Date: Tue, 31 Jul 2001 05:39:09 -0400
9789              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
9790              
9791              (with a note about the case of UV being equal to long long)
9792      Branch: perl
9793            ! utils/h2xs.PL
9794 ____________________________________________________________________________
9795 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
9796         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
9797              From: "Craig A. Berry" <craigberry@mac.com>
9798              Date: Tue, 31 Jul 2001 14:57:43 -0500
9799              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
9800      Branch: perl
9801            ! t/io/fs.t
9802 ____________________________________________________________________________
9803 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
9804         Log: Fix for
9805              
9806              Subject: [ID 20010116.001] File::Copy truncates orig file 
9807              From: arbor@al37al08.telecel.pt
9808              Date: Tue, 16 Jan 2001 11:43:02 GMT
9809              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
9810              
9811              (copy($foo, $foo) would truncate $foo)
9812      Branch: perl
9813            ! lib/File/Copy.pm lib/File/Copy.t
9814 ____________________________________________________________________________
9815 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
9816         Log: Metaconfig unit change for #11524.
9817      Branch: metaconfig/U/perl
9818            ! Extras.U
9819 ____________________________________________________________________________
9820 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
9821         Log: Multiple modules didn't work; plus typo fixes.
9822      Branch: perl
9823            ! Configure
9824 ____________________________________________________________________________
9825 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
9826         Log: Update Changes.
9827      Branch: perl
9828            ! Changes patchlevel.h
9829 ____________________________________________________________________________
9830 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
9831         Log: Regen perlapi.
9832      Branch: perl
9833            ! pod/perlapi.pod
9834 ____________________________________________________________________________
9835 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
9836         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
9837              From: Dave Mitchell <davem@fdgroup.co.uk>
9838              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
9839              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
9840      Branch: perl
9841            ! sv.c
9842 ____________________________________________________________________________
9843 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
9844         Log: Regen toc.
9845      Branch: perl
9846            ! pod/perltoc.pod
9847 ____________________________________________________________________________
9848 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
9849         Log: Regen Porting stuff.
9850      Branch: perl
9851            ! Porting/Glossary Porting/config.sh Porting/config_H
9852 ____________________________________________________________________________
9853 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
9854         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
9855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9856              Date: Tue, 31 Jul 2001 05:34:38 -0400
9857              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
9858      Branch: perl
9859            ! utils/h2xs.PL
9860 ____________________________________________________________________________
9861 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
9862         Log: Metaconfig unit change for #11516. 
9863      Branch: metaconfig/U/perl
9864            ! gccvers.U
9865 ____________________________________________________________________________
9866 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
9867         Log: Add -Wall in cflags, not in Configure.
9868              (This way -Wall affects only the core and the core XS,
9869              not user modules' XS.  Concern from Paul Marquess,
9870              implementation idea from Andy Dougherty.)
9871      Branch: perl
9872            ! Configure cflags.SH
9873 ____________________________________________________________________________
9874 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
9875         Log: Metaconfig unit changes for #11514.
9876      Branch: metaconfig
9877            + U/modified/sysman.U
9878            ! U/installdirs/man1dir.U
9879 ____________________________________________________________________________
9880 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
9881         Log: Subject: Configure's detection of system manual
9882              From: Sean Dague <sean@dague.net> 
9883              Date: Sun, 13 May 2001 15:53:15 -0400
9884              Message-ID: <20010513155315.A15833@underhill.dague.net>
9885      Branch: perl
9886            ! Configure
9887 ____________________________________________________________________________
9888 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
9889         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
9890              From: Autrijus Tang <autrijus@autrijus.org> 
9891              Date: Thu, 21 Jun 2001 23:56:48 +0800
9892              Message-Id: <20010621235648.A57340@not.autrijus.org>
9893      Branch: perl
9894            ! pod/perlobj.pod
9895 ____________________________________________________________________________
9896 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
9897         Log: Subject: Typo in DB_File.pm
9898              From: "Philip Newton" <Philip.Newton@gmx.net>
9899              Date: Tue, 31 Jul 2001 06:19:35 +0200
9900              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
9901      Branch: perl
9902            ! ext/DB_File/DB_File.pm
9903 ____________________________________________________________________________
9904 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
9905         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
9906              From: "Stephen P. Potter" <spp@spotter.yi.org>
9907              Date: Wed, 30 May 2001 13:59:34 -0400
9908              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
9909      Branch: perl
9910            ! pod/perlre.pod
9911 ____________________________________________________________________________
9912 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
9913         Log: eval "format foo=" would loop indefinitely; reported in
9914              
9915              Subject: A load of old rubbish
9916              From: Mike Guy <mjtg@cam.ac.uk>
9917              Date: Mon, 14 May 2001 16:12:22 +0100
9918              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
9919              
9920              (The core dumps reported in there already fixed.)
9921      Branch: perl
9922            ! toke.c
9923 ____________________________________________________________________________
9924 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
9925         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
9926      Branch: perl
9927            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
9928            + lib/Switch/t/switch_case.t
9929            - lib/Switch/test.pl
9930            ! MANIFEST lib/Switch.pm
9931 ____________________________________________________________________________
9932 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
9933         Log: Subject: [PATCH @11505] DB_File-1.78
9934              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9935              Date: Mon, 30 Jul 2001 22:54:37 +0100
9936              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
9937      Branch: perl
9938            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9939            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9940 ____________________________________________________________________________
9941 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
9942         Log: Explain in more detail why -pipe and -fno-common are good.
9943      Branch: perl
9944            ! hints/darwin.sh
9945 ____________________________________________________________________________
9946 [ 11506] By: nick                                  on 2001/07/30  14:32:23
9947         Log: Integrate mainline
9948      Branch: perlio
9949           !> INSTALL Makefile.SH doio.c hints/darwin.sh
9950 ____________________________________________________________________________
9951 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
9952         Log: Perl hasn't been putting man pages into $prefix/lib for
9953              a long time now; pointed out by Andy Dougherty. 
9954      Branch: perl
9955            ! hints/darwin.sh
9956 ____________________________________________________________________________
9957 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
9958         Log: Document the extras Configure option.
9959      Branch: perl
9960            ! INSTALL
9961 ____________________________________________________________________________
9962 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
9963         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
9964              everywhere.
9965      Branch: perl
9966           !> doio.c
9967 ____________________________________________________________________________
9968 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
9969         Log: Doubly guard against invoking CPAN if no extras defined,
9970              pointed out by H. Merijn Brand.
9971      Branch: perl
9972            ! Makefile.SH
9973 ____________________________________________________________________________
9974 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
9975         Log: Fix O_RDONLY check to check for O_RDONLY.
9976      Branch: maint-5.6/macperl
9977            ! doio.c
9978 ____________________________________________________________________________
9979 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
9980         Log: Integrate miscellaneous changes from maint-5.6/perl.
9981      Branch: maint-5.6/macperl
9982           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
9983 ____________________________________________________________________________
9984 [ 11499] By: nick                                  on 2001/07/30  06:52:42
9985         Log: Integrate mainline
9986      Branch: perlio
9987           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
9988           +> win32/sync_ext.pl
9989            - win32/sncfnmcs.pl
9990           !> (integrate 71 files)
9991 ____________________________________________________________________________
9992 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
9993         Log: Update Changes.
9994      Branch: perl
9995            ! Changes patchlevel.h
9996 ____________________________________________________________________________
9997 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
9998         Log: Now Configure -Dextras=Foo::Bar and "make install" will
9999              fetch and install Foo::Bar.
10000      Branch: perl
10001            ! Makefile.SH
10002 ____________________________________________________________________________
10003 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
10004         Log: Metaconfig unit change for #11495.
10005      Branch: metaconfig/U/perl
10006            ! Extras.U
10007 ____________________________________________________________________________
10008 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
10009         Log: extras.make, extras.test, and extras.install make targets.
10010      Branch: perl
10011            ! Configure Makefile.SH
10012 ____________________________________________________________________________
10013 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
10014         Log: Metaconfig unit change for #11493.
10015      Branch: metaconfig/U/perl
10016            ! Extras.U
10017 ____________________________________________________________________________
10018 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
10019         Log: Better to have the list of extras in $extras than 'define'.
10020      Branch: perl
10021            ! Configure
10022 ____________________________________________________________________________
10023 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
10024         Log: The metaconfig unit change for #11490.
10025      Branch: metaconfig/U/perl
10026            + Extras.U
10027 ____________________________________________________________________________
10028 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
10029         Log: Missed from #11490 (the required dependency).
10030      Branch: perl
10031            ! Makefile.SH
10032 ____________________________________________________________________________
10033 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
10034         Log: Add the support of asking for extra modules or bundles of modules
10035              to be fetched from the CPAN and installed as a part of the Perl
10036              build process.  None of this installation is yet really done;
10037              only the list is asked, and saved away in extras.lst for
10038              the build and installation process to worry about later.
10039      Branch: perl
10040            ! Configure
10041 ____________________________________________________________________________
10042 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
10043         Log: Beginnings of better Inf and NaN support.
10044              At least toke.c and sv.c still need quite a bit of work.
10045      Branch: perl
10046            ! numeric.c perl.h
10047 ____________________________________________________________________________
10048 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
10049         Log: Top-level Makefile didn't honour OPTIMIZE.
10050      Branch: perl
10051            ! Makefile.SH
10052 ____________________________________________________________________________
10053 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
10054         Log: Update Changes.
10055      Branch: perl
10056            ! Changes patchlevel.h
10057 ____________________________________________________________________________
10058 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
10059         Log: Use Search::Dict 1.02 interface for charinfo().
10060      Branch: perl
10061            ! lib/UnicodeCD.pm
10062 ____________________________________________________________________________
10063 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
10064         Log: Now also allow transforming the read lines before comparing them.
10065              (This will help UnicodeCD.) 
10066      Branch: perl
10067            ! lib/Search/Dict.pm
10068 ____________________________________________________________________________
10069 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
10070         Log: Remove tiehandle code.
10071      Branch: perl
10072            ! lib/UnicodeCD.pm
10073 ____________________________________________________________________________
10074 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
10075         Log: Allow specifying a comparison function for Search::Dict::look().
10076      Branch: perl
10077            ! lib/Search/Dict.pm
10078 ____________________________________________________________________________
10079 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
10080         Log: Small UnicodeCD tweaks.
10081      Branch: perl
10082            ! lib/UnicodeCD.pm lib/UnicodeCD.t
10083 ____________________________________________________________________________
10084 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
10085         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
10086              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10087              Date: Tue, 24 Jul 2001 01:51:32 +0900
10088              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
10089      Branch: perl
10090            ! lib/UnicodeCD.pm lib/UnicodeCD.t
10091 ____________________________________________________________________________
10092 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
10093         Log: Subject: [PATCH] installperl
10094              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
10095              Date: Fri, 27 Jul 2001 19:05:04 -0700
10096              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
10097      Branch: perl
10098            ! installperl
10099 ____________________________________________________________________________
10100 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
10101         Log: Subject: [PATCH] Set proper compatibility versions in core
10102              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
10103              Date: Fri, 27 Jul 2001 20:01:49 -0700
10104              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
10105      Branch: perl
10106            ! Makefile.SH
10107 ____________________________________________________________________________
10108 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
10109         Log: Metaconfig unit change for #11477.
10110      Branch: metaconfig/U/perl
10111            ! dlsrc.U
10112 ____________________________________________________________________________
10113 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
10114         Log: Subject: [PATCH] Darwin: -fpic not so good
10115              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
10116              Date: Fri, 27 Jul 2001 18:57:38 -0700
10117              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
10118      Branch: perl
10119            ! Configure
10120 ____________________________________________________________________________
10121 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
10122         Log: Subject: [PATCH] Clean up Darwin hints
10123              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
10124              Date: Fri, 27 Jul 2001 19:13:15 -0700
10125              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
10126      Branch: perl
10127            ! hints/darwin.sh
10128 ____________________________________________________________________________
10129 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
10130         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
10131              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10132              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
10133              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
10134      Branch: perl
10135            ! pod/perlfunc.pod pp.c t/op/split.t
10136 ____________________________________________________________________________
10137 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
10138         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
10139              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10140              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
10141              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
10142      Branch: perl
10143            ! pod/perlvar.pod
10144 ____________________________________________________________________________
10145 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
10146         Log: Subject: [PATCH] fixes to constant.pm documentation
10147              From: Ilmari Karonen <iltzu@sci.fi>
10148              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
10149              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
10150      Branch: perl
10151            ! lib/constant.pm
10152 ____________________________________________________________________________
10153 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
10154         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
10155              From: "Philip Newton" <Philip.Newton@gmx.net>
10156              Date: Fri, 27 Jul 2001 07:51:10 +0200
10157              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
10158      Branch: perl
10159            ! pod/perlport.pod
10160 ____________________________________________________________________________
10161 [ 11471] By: nick                                  on 2001/07/26  06:23:32
10162         Log: Subject:  [PATCH] Doc fix for perlguts / threading
10163              From:  Arthur Bergman <arthur@contiller.se>
10164              Date:  Wed, 25 Jul 2001 11:28:23 +0200
10165              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
10166      Branch: perl
10167            ! pod/perlguts.pod
10168 ____________________________________________________________________________
10169 [ 11470] By: nick                                  on 2001/07/26  06:21:06
10170         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
10171              From:  Philip Newton <Philip.Newton@gmx.net>
10172              Date:  Wed, 25 Jul 2001 08:19:47 +0200
10173              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
10174      Branch: perl
10175            ! INSTALL
10176 ____________________________________________________________________________
10177 [ 11469] By: nick                                  on 2001/07/26  06:20:25
10178         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
10179              From:  Philip Newton <Philip.Newton@gmx.net>
10180              Date:  Wed, 25 Jul 2001 08:12:48 +0200
10181              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
10182      Branch: perl
10183            ! INSTALL
10184 ____________________________________________________________________________
10185 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
10186         Log: More +x.
10187      Branch: perl
10188            ! Porting/makerel
10189 ____________________________________________________________________________
10190 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
10191         Log: Update Changes.
10192      Branch: perl
10193            ! Changes patchlevel.h
10194 ____________________________________________________________________________
10195 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
10196         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
10197              From: "Philip Newton" <Philip.Newton@gmx.net>
10198              Date: Tue, 24 Jul 2001 06:45:55 +0200
10199              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
10200      Branch: perl
10201            ! os2/perlrexx.c
10202 ____________________________________________________________________________
10203 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
10204         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
10205              From: Peter Prymmer <pvhp@forte.com>
10206              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
10207              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
10208      Branch: perl
10209            ! pod/perlport.pod t/io/fs.t vms/test.com
10210 ____________________________________________________________________________
10211 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
10212         Log: Workaround on Cwd bootstrap problem.
10213      Branch: perl
10214            ! lib/ExtUtils/MakeMaker.pm
10215 ____________________________________________________________________________
10216 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
10217         Log: When in Rome, quote like the Romans do.
10218      Branch: perl
10219            ! cflags.SH
10220 ____________________________________________________________________________
10221 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
10222         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
10223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10224              Date: Mon, 23 Jul 2001 19:29:49 -0400
10225              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
10226      Branch: perl
10227            + os2/perlrexx.c
10228            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
10229            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
10230            ! t/op/write.t
10231 ____________________________________________________________________________
10232 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
10233         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
10234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10235              Date: Mon, 23 Jul 2001 18:43:42 -0400
10236              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
10237      Branch: perl
10238            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10239 ____________________________________________________________________________
10240 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
10241         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
10242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10243              Date: Mon, 23 Jul 2001 18:33:16 -0400
10244              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
10245      Branch: perl
10246            ! lib/ExtUtils/MakeMaker.pm
10247 ____________________________________________________________________________
10248 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
10249         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
10250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10251              Date: Mon, 23 Jul 2001 18:20:35 -0400
10252              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
10253      Branch: perl
10254            ! Makefile.SH cflags.SH
10255 ____________________________________________________________________________
10256 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
10257         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
10258              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
10259              Date: Mon, 23 Jul 2001 11:32:17 -0500
10260              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
10261      Branch: perl
10262            ! lib/ExtUtils/MakeMaker.pm
10263 ____________________________________________________________________________
10264 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
10265         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
10266              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10267              Date: Mon, 23 Jul 2001 18:13:20 -0400
10268              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
10269      Branch: perl
10270            ! lib/perl5db.pl
10271 ____________________________________________________________________________
10272 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
10273         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
10274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10275              Date: Mon, 23 Jul 2001 18:07:40 -0400
10276              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
10277      Branch: perl
10278            ! op.c
10279 ____________________________________________________________________________
10280 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
10281         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
10282              From: "Craig A. Berry" <craigberry@mac.com>
10283              Date: Mon, 23 Jul 2001 15:35:06 -0500
10284              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
10285      Branch: perl
10286            ! util.c
10287 ____________________________________________________________________________
10288 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
10289         Log: Subject: [PATCH perlfaq9.pod typo]
10290              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
10291              Date: Mon, 23 Jul 2001 07:49:05 -0700
10292              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
10293      Branch: perl
10294            ! pod/perlfaq9.pod
10295 ____________________________________________________________________________
10296 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
10297         Log: Subject: win32\sncfnmcs.pl corrections
10298              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10299              Date: Mon, 23 Jul 2001 12:56:54 +0200
10300              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
10301              
10302              Rename the script a little bit more sensibly.
10303      Branch: perl
10304            + win32/sync_ext.pl
10305            - win32/sncfnmcs.pl
10306            ! MANIFEST README.win32
10307 ____________________________________________________________________________
10308 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
10309         Log: Test tweak.
10310      Branch: perl
10311            ! ext/B/Deparse.t
10312 ____________________________________________________________________________
10313 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
10314         Log: Metaconfig unit tweak for #11450.
10315      Branch: metaconfig/U/perl
10316            ! Mksymlinks.U
10317 ____________________________________________________________________________
10318 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
10319         Log: Too volatile failsafe check.
10320      Branch: perl
10321            ! Configure
10322 ____________________________________________________________________________
10323 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
10324         Log: Further doc tweaks.
10325      Branch: perl
10326            ! lib/UnicodeCD.pm
10327 ____________________________________________________________________________
10328 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
10329         Log: Doc tweaks.
10330      Branch: perl
10331            ! lib/UnicodeCD.pm
10332 ____________________________________________________________________________
10333 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
10334         Log: Doc tweakery from Abhijit.
10335      Branch: perl
10336            ! Porting/repository.pod
10337 ____________________________________________________________________________
10338 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
10339         Log: An accidental empty line.
10340      Branch: perl
10341            ! MANIFEST
10342 ____________________________________________________________________________
10343 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
10344         Log: Missing MANIFESTations.
10345      Branch: perl
10346            ! MANIFEST
10347 ____________________________________________________________________________
10348 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
10349         Log: Update Changes.
10350      Branch: perl
10351            ! Changes patchlevel.h
10352 ____________________________________________________________________________
10353 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
10354         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
10355              From: Mike Guy <mjtg@cam.ac.uk>
10356              Date: Fri, 20 Jul 2001 16:12:49 +0100
10357              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
10358      Branch: perl
10359            ! Porting/pumpkin.pod
10360 ____________________________________________________________________________
10361 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
10362         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
10363              From: Peter Prymmer <pvhp@forte.com>
10364              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
10365              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
10366      Branch: perl
10367            ! pod/perlhack.pod
10368 ____________________________________________________________________________
10369 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
10370         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
10371              From: Michael G Schwern <schwern@pobox.com>
10372              Date: Fri, 20 Jul 2001 20:22:35 -0400
10373              Message-ID: <20010720202235.O4498@blackrider>
10374      Branch: perl
10375            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
10376            ! lib/Test/t/todo.t
10377 ____________________________________________________________________________
10378 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
10379         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
10380              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10381              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
10382              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
10383      Branch: perl
10384            ! ext/POSIX/POSIX.pod
10385 ____________________________________________________________________________
10386 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
10387         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
10388              From: Mark-Jason Dominus <mjd@plover.com>
10389              Date: Fri, 20 Jul 2001 23:16:54 -0400
10390              Message-ID: <20010721031654.21877.qmail@plover.com>
10391      Branch: perl
10392            ! ext/POSIX/POSIX.pod
10393 ____________________________________________________________________________
10394 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
10395         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
10396              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10397              Date: Sun, 22 Jul 2001 14:56:09 +0200
10398              Message-ID: <20010722145609.A766@rafael>
10399      Branch: perl
10400            ! ext/B/O.pm
10401 ____________________________________________________________________________
10402 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
10403         Log: Subject: regexec.c #define cleanup
10404              From: Mark-Jason Dominus <mjd@plover.com>
10405              Date: Sat, 21 Jul 2001 18:33:25 -0400
10406              Message-ID: <20010721223325.3069.qmail@plover.com>
10407      Branch: perl
10408            ! regexec.c
10409 ____________________________________________________________________________
10410 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
10411         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
10412              From: Prymmer/Kahn <pvhp@best.com>
10413              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
10414              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
10415      Branch: perl
10416            ! t/io/fs.t
10417 ____________________________________________________________________________
10418 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
10419         Log: Typo in #11432.
10420      Branch: perl
10421            ! ext/POSIX/POSIX.t
10422 ____________________________________________________________________________
10423 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
10424         Log: Integrate (manually) change #11424 from macperl.
10425      Branch: perl
10426            ! ext/Filter/t/call.t
10427 ____________________________________________________________________________
10428 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
10429         Log: Integrate change #11408 from macperl.
10430      Branch: perl
10431           !> README.macos pod/perlport.pod
10432 ____________________________________________________________________________
10433 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
10434         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
10435      Branch: perl
10436           +> macos/MacPerlTests.cmd macos/xsubpp.patch
10437            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10438            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
10439            ! ext/POSIX/POSIX.t
10440 ____________________________________________________________________________
10441 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
10442         Log: pod/*.t tests not picked up by t/TEST either
10443      Branch: maint-5.6/perl
10444            ! t/TEST
10445 ____________________________________________________________________________
10446 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
10447         Log: better tweak for change#11429 (windows has both / and \ separated
10448              paths in @INC at that point)
10449      Branch: maint-5.6/perl
10450            ! t/pod/testp2pt.pl
10451 ____________________________________________________________________________
10452 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
10453         Log: MacOS pod test tweak needs \Escape
10454      Branch: maint-5.6/perl
10455            ! t/pod/testp2pt.pl
10456 ____________________________________________________________________________
10457 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
10458         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
10459              resulting duplicate output, but t/harness isn't)
10460      Branch: maint-5.6/perl
10461            ! t/run/runenv.t
10462 ____________________________________________________________________________
10463 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
10464         Log: t/harness wasn't picking up all the tests
10465      Branch: maint-5.6/perl
10466            ! t/harness
10467 ____________________________________________________________________________
10468 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
10469         Log: update MANIFEST for new file
10470      Branch: maint-5.6/perl
10471            ! MANIFEST
10472 ____________________________________________________________________________
10473 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
10474         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
10475              the exception of the macperl/macos/... tree
10476      Branch: maint-5.6/perl
10477           +> t/lib/filefind-taint.t
10478           !> (integrate 72 files)
10479 ____________________________________________________________________________
10480 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
10481         Log: Fix test.
10482      Branch: maint-5.6/macperl
10483            ! macos/bundled_ext/Filter/t/call.t
10484 ____________________________________________________________________________
10485 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
10486         Log: Make perl fork()-safe (in a slightly limited way) even on
10487              platforms that don't have pthread_atfork() (extension of
10488              the fix in change#11151).
10489              
10490              Note that this will not help extensions that call fork()
10491              directly in C, or that link to libraries that call fork()
10492              directly.  Such cases must be fixed to either call
10493              PerlProc_fork(), or call atfork_lock() in parent before the
10494              calling the function that forks and call atfork_unlock()
10495              in both parent and child immediately after the fork().
10496              (There are no worries if C code calls exec() in the child
10497              immediately after a fork().  Only cases where the child
10498              calls perl's API functions (including New()) after the
10499              fork() are problematic.)
10500              
10501              This change also eliminates the use of vfork() from perl,
10502              since all such uses were violating the severe restrictions
10503              on modifying the state of the process between the vfork()
10504              and the exec().
10505              
10506              This is a modified version of patches suggested by Abhijit
10507              Menon-Sen and Richard Soderberg.
10508      Branch: perl
10509            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
10510            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
10511 ____________________________________________________________________________
10512 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
10513         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
10514              Switch, and Text::Balanced.
10515      Branch: maint-5.6/macperl
10516            + macos/bundled_ext/Filter/Util/Call/Call.pm
10517            + macos/bundled_ext/Filter/Util/Call/Call.xs
10518            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
10519            + macos/bundled_ext/Filter/t/MyFilter.pm
10520            + macos/bundled_ext/Filter/t/call.t
10521            + macos/bundled_ext/Filter/t/filter-util.pl
10522            + macos/bundled_lib/blib/lib/Class/ISA.pm
10523            + macos/bundled_lib/blib/lib/Digest.pm
10524            + macos/bundled_lib/blib/lib/Filter/Simple.pm
10525            + macos/bundled_lib/blib/lib/Switch.pm
10526            + macos/bundled_lib/blib/lib/Text/Balanced.pm
10527            + macos/bundled_lib/blib/lib/Text/Balanced.pod
10528            + macos/bundled_lib/t/Class/ISA/test.pl
10529            + macos/bundled_lib/t/Digest/Digest.t
10530            + macos/bundled_lib/t/Filter/Simple/test.pl
10531            + macos/bundled_lib/t/Switch/test.pl
10532            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
10533            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
10534            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
10535            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
10536            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
10537            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
10538            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
10539            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
10540 ____________________________________________________________________________
10541 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
10542         Log: Add Filter::Util::Call to config/make files; edit utils
10543              to recognize the module (it was descended too far down).
10544              Bump version to 5.6.1a4.
10545      Branch: maint-5.6/macperl
10546            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
10547            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
10548            ! macos/macperl/Makefile.mk macos/xsubpp.patch
10549 ____________________________________________________________________________
10550 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
10551         Log: Make DB_File the default for MLDBM on MacOS.
10552      Branch: maint-5.6/macperl
10553            ! macos/bundled_lib/blib/lib/MLDBM.pm
10554 ____________________________________________________________________________
10555 [ 11419] By: nick                                  on 2001/07/20  14:51:03
10556         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
10557              From:  Simon Cozens <simon@netthink.co.uk>
10558              Date:  Fri, 20 Jul 2001 11:42:35 -0400
10559              Message-Id:  <20010720114235.A5235@netthink.co.uk>
10560      Branch: perl
10561            ! lib/UnicodeCD.pm
10562 ____________________________________________________________________________
10563 [ 11418] By: nick                                  on 2001/07/20  14:48:12
10564         Log: Subject:  [PATCH regcomp.h] adds a comment
10565              From:  Abhijit Menon-Sen <ams@wiw.org>
10566              Date:  Fri, 20 Jul 2001 21:05:37 +0530
10567              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
10568      Branch: perl
10569            ! regcomp.h
10570 ____________________________________________________________________________
10571 [ 11417] By: nick                                  on 2001/07/20  14:16:38
10572         Log: Subject:  [PATCH 5.7.2] INSTALL updates
10573              From:  Andy Dougherty <doughera@lafayette.edu>
10574              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
10575              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
10576      Branch: perl
10577            ! INSTALL
10578 ____________________________________________________________________________
10579 [ 11416] By: nick                                  on 2001/07/20  06:44:44
10580         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
10581              From:  Russ Allbery <rra@stanford.edu>
10582              Date:  19 Jul 2001 15:52:37 -0700
10583              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
10584      Branch: perl
10585            ! lib/Pod/Man.pm
10586 ____________________________________________________________________________
10587 [ 11415] By: nick                                  on 2001/07/20  06:35:11
10588         Log: Subject:  [PATCH] defer op_seq allocation
10589              From:  Abhijit Menon-Sen <ams@wiw.org>
10590              Date:  Thu, 19 Jul 2001 22:12:24 +0530
10591              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
10592      Branch: perl
10593            ! op.c
10594 ____________________________________________________________________________
10595 [ 11414] By: nick                                  on 2001/07/20  06:23:36
10596         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
10597              From:  Abhijit Menon-Sen <ams@wiw.org>
10598              Date:  Fri, 20 Jul 2001 01:18:50 +0530
10599              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
10600              (Private e-mail)
10601      Branch: perl
10602            ! ext/Time/HiRes/HiRes.xs
10603 ____________________________________________________________________________
10604 [ 11413] By: nick                                  on 2001/07/20  06:18:53
10605         Log: Integrate mainline
10606      Branch: perlio
10607           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
10608            - t/base/commonsense.t
10609           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
10610           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
10611           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
10612           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
10613           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
10614           !> win32/win32.c
10615 ____________________________________________________________________________
10616 [ 11412] By: nick                                  on 2001/07/19  06:44:27
10617         Log: Integrate win32/perlhost.h from maintenance branch.
10618              (Rest of $ENV{PATH} / system() fix.)
10619      Branch: perl
10620           !> win32/perlhost.h
10621 ____________________________________________________________________________
10622 [ 11411] By: nick                                  on 2001/07/19  06:41:34
10623         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
10624              From:  Philip Newton <Philip.Newton@gmx.net>
10625              Date:  Wed, 18 Jul 2001 21:43:57 +0200
10626              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
10627      Branch: perl
10628            ! pod/perlhack.pod
10629 ____________________________________________________________________________
10630 [ 11410] By: nick                                  on 2001/07/19  06:39:35
10631         Log: Subject:  Security hole in taint checking in open()
10632              From:  deekoo@tentacle.net
10633              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
10634              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
10635      Branch: perl
10636            ! doio.c
10637 ____________________________________________________________________________
10638 [ 11409] By: nick                                  on 2001/07/19  06:28:08
10639         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
10640              From:  Abhijit Menon-Sen <ams@wiw.org>
10641              Date:  Thu, 19 Jul 2001 04:30:43 +0530
10642              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
10643      Branch: perl
10644            ! ext/Time/HiRes/HiRes.xs
10645 ____________________________________________________________________________
10646 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
10647         Log: Update docs with latest implementation information and new URLs.
10648      Branch: maint-5.6/macperl
10649            ! README.macos pod/perlport.pod
10650 ____________________________________________________________________________
10651 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
10652         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
10653              Fix BuildRules to accept optimization variables.
10654      Branch: maint-5.6/macperl
10655            + macos/bundled_ext/Digest/MD5/Makefile.mk
10656            ! macos/BuildRules.mk macos/Makefile.mk
10657            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
10658            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
10659 ____________________________________________________________________________
10660 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
10661         Log: Integrate changes 11399,11401
10662      Branch: maint-5.6/macperl
10663           !> win32/perlhost.h win32/win32.c
10664 ____________________________________________________________________________
10665 [ 11405] By: nick                                  on 2001/07/18  06:50:33
10666         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
10667              from perl5.6*
10668      Branch: perl
10669           !> win32/perlhost.h win32/win32.c
10670 ____________________________________________________________________________
10671 [ 11404] By: nick                                  on 2001/07/18  06:43:59
10672         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
10673              From:  hv@crypt0.demon.co.uk
10674              Date:  Wed, 18 Jul 2001 05:58:46 +0100
10675              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
10676      Branch: perl
10677            ! ext/POSIX/POSIX.t
10678 ____________________________________________________________________________
10679 [ 11403] By: nick                                  on 2001/07/18  06:38:57
10680         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
10681              From:  hv@crypt0.demon.co.uk
10682              Date:  Wed, 18 Jul 2001 05:21:54 +0100
10683              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
10684      Branch: perl
10685            ! numeric.c t/op/arith.t
10686 ____________________________________________________________________________
10687 [ 11402] By: nick                                  on 2001/07/18  06:19:17
10688         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
10689              From:  mjd@plover.com
10690              Date:  17 Jul 2001 17:59:20 -0000
10691              Message-Id:  <20010717175920.8177.qmail@plover.com>
10692      Branch: perl
10693            ! pod/perlre.pod
10694 ____________________________________________________________________________
10695 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
10696         Log: thinko in change#11400 (duh)
10697      Branch: maint-5.6/perl
10698            ! win32/perlhost.h
10699 ____________________________________________________________________________
10700 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
10701         Log: change#11399 revealed another unrelated bug; this is just a temporary
10702              bandaid
10703      Branch: maint-5.6/perl
10704            ! win32/perlhost.h
10705 ____________________________________________________________________________
10706 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
10707         Log: fix bugs in handling of the virtualized environment under windows;
10708              there were bugs in propagating any changes to %ENV down to the real
10709              environment when such changes happened in the toplevel process
10710              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
10711              problem identification, and for a part of the fix)
10712      Branch: maint-5.6/perl
10713            ! win32/perlhost.h win32/win32.c
10714 ____________________________________________________________________________
10715 [ 11398] By: nick                                  on 2001/07/17  08:26:35
10716         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
10717              From: Peter Prymmer <pvhp@forte.com>
10718              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
10719              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
10720              
10721              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
10722              should not depend on existance of Config.pm
10723      Branch: perl
10724           +> t/lib/commonsense.t
10725            - t/base/commonsense.t
10726            ! MANIFEST t/README
10727 ____________________________________________________________________________
10728 [ 11397] By: nick                                  on 2001/07/17  08:09:58
10729         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
10730              From:  Michael G Schwern <schwern@pobox.com>
10731              Date:  Mon, 16 Jul 2001 18:20:31 -0400
10732              Message-Id:  <20010716182031.A1128@blackrider>
10733      Branch: perl
10734            ! pod/perlhack.pod
10735 ____________________________________________________________________________
10736 [ 11396] By: nick                                  on 2001/07/17  08:04:11
10737         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
10738              From:  Gwyn Judd <b.judd@xtra.co.nz>
10739              Date:  Tue, 17 Jul 2001 20:55:58 +1200
10740              Message-Id:  <20010717205558.A3107@thislove>
10741      Branch: perl
10742            ! pod/perlfunc.pod
10743 ____________________________________________________________________________
10744 [ 11395] By: nick                                  on 2001/07/17  08:02:22
10745         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
10746              From:  Peter Prymmer <pvhp@forte.com>
10747              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
10748              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
10749      Branch: perl
10750            ! t/op/sprintf.t
10751 ____________________________________________________________________________
10752 [ 11394] By: nick                                  on 2001/07/17  07:57:06
10753         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
10754              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
10755              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
10756              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
10757      Branch: perl
10758            ! gv.c
10759 ____________________________________________________________________________
10760 [ 11392] By: nick                                  on 2001/07/17  07:50:12
10761         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
10762              From:  Coral <coral@moonlight.crystalflame.net>
10763              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
10764              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
10765      Branch: perl
10766            ! pp_sys.c thread.h
10767 ____________________________________________________________________________
10768 [ 11391] By: nick                                  on 2001/07/17  07:34:28
10769         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
10770              From:  Jonathan Stowe <gellyfish@gellyfish.com>
10771              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
10772              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
10773      Branch: perl
10774            ! utils/h2xs.PL
10775 ____________________________________________________________________________
10776 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
10777         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
10778              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
10779              and Mac::Apps::Launch, which don't work, and Time::HiRes and
10780              Time::Piece, which don't yet work.
10781      Branch: maint-5.6/macperl
10782            + (add 154 files)
10783 ____________________________________________________________________________
10784 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
10785         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
10786              Also add hack to get around missing setenv for PERL5DB.
10787      Branch: maint-5.6/macperl
10788            ! macos/macish.c macos/macish.h
10789 ____________________________________________________________________________
10790 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
10791         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
10792      Branch: maint-5.6/macperl
10793            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
10794            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
10795 ____________________________________________________________________________
10796 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
10797         Log: Fix up some configuration and make options, add extra
10798              extensions.
10799      Branch: maint-5.6/macperl
10800            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
10801            ! macos/macperl/Makefile.mk
10802 ____________________________________________________________________________
10803 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
10804         Log: From Change 11374 in maintperl.
10805      Branch: maint-5.6/macperl
10806           !> utils/h2ph.PL
10807 ____________________________________________________________________________
10808 [ 11385] By: nick                                  on 2001/07/16  14:12:58
10809         Log: Back out change to h2xs till it passes its test.
10810      Branch: perl
10811            ! utils/h2xs.PL
10812 ____________________________________________________________________________
10813 [ 11384] By: nick                                  on 2001/07/16  14:00:10
10814         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
10815              From:  Jonathan Stowe <gellyfish@gellyfish.com>
10816              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
10817              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
10818      Branch: perl
10819            ! utils/h2xs.PL
10820 ____________________________________________________________________________
10821 [ 11383] By: nick                                  on 2001/07/16  13:53:12
10822         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
10823              From:  Robin Houston <robin@kitsite.com>
10824              Date:  Sun, 15 Jul 2001 18:22:31 +0100
10825              Message-Id:  <20010715182230.A11174@robin>
10826      Branch: perl
10827            ! hints/darwin.sh
10828 ____________________________________________________________________________
10829 [ 11382] By: nick                                  on 2001/07/16  13:52:49
10830         Log: Subject:  [PATCH perl@11372] re_dup
10831              From:  Radu Greab <radu@netsoft.ro>
10832              Date:  Sun, 15 Jul 2001 04:50:06 +0300
10833              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
10834      Branch: perl
10835            ! sv.c
10836 ____________________________________________________________________________
10837 [ 11379] By: nick                                  on 2001/07/16  13:35:39
10838         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
10839              From:  Robin Houston <robin@kitsite.com>
10840              Date:  Sat, 14 Jul 2001 14:28:50 +0100
10841              Message-Id:  <20010714142850.A10205@robin>
10842      Branch: perl
10843            ! ext/B/B/Deparse.pm
10844 ____________________________________________________________________________
10845 [ 11378] By: nick                                  on 2001/07/16  13:30:36
10846         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
10847              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
10848              Date:  Sat, 14 Jul 2001 22:17:42 +0900
10849              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
10850      Branch: perl
10851            + ext/Encode/Encode/euc-jp-0212.enc
10852            ! ext/Encode/Encode/Tcl.pm
10853 ____________________________________________________________________________
10854 [ 11377] By: nick                                  on 2001/07/16  13:17:28
10855         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
10856              From:  Andy Dougherty <doughera@lafayette.edu>
10857              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
10858              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
10859      Branch: perl
10860            ! hints/darwin.sh hints/rhapsody.sh
10861 ____________________________________________________________________________
10862 [ 11376] By: nick                                  on 2001/07/16  09:05:00
10863         Log: Integrate mainline
10864      Branch: perlio
10865           +> ext/Encode/Encode/7bit-greek.enc
10866           +> ext/Encode/Encode/7bit-latin1.enc
10867           +> ext/Encode/Encode/cns11643-1.enc
10868           +> ext/Encode/Encode/cns11643-2.enc
10869           +> ext/Encode/Encode/iso2022-cn.enc
10870           +> ext/Encode/Encode/iso2022-jp1.enc
10871           +> ext/Encode/Encode/iso2022-jp2.enc
10872           !> Changes Configure MANIFEST Makefile.SH
10873           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
10874           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
10875           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
10876           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
10877           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
10878 ____________________________________________________________________________
10879 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
10880         Log: integrate change#11374 from maint-5.6
10881              
10882              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
10883      Branch: perl
10884           !> utils/h2ph.PL
10885 ____________________________________________________________________________
10886 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
10887         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
10888      Branch: maint-5.6/perl
10889            ! utils/h2ph.PL
10890 ____________________________________________________________________________
10891 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
10892         Log: Update Changes.
10893      Branch: perl
10894            ! Changes patchlevel.h
10895 ____________________________________________________________________________
10896 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
10897         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
10898              From: Jonathan Stowe <gellyfish@gellyfish.com>
10899              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
10900              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
10901      Branch: perl
10902            ! utils/h2xs.PL
10903 ____________________________________________________________________________
10904 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
10905         Log: Subject: patch to add DEL to [:cntrl:]
10906              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10907              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
10908              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
10909      Branch: perl
10910            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
10911 ____________________________________________________________________________
10912 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
10913         Log: Metaconfig unit change for #11369; plus a dependency nit.
10914      Branch: metaconfig
10915            ! U/compline/nblock_io.U
10916      Branch: metaconfig/U/perl
10917            ! Extensions.U
10918 ____________________________________________________________________________
10919 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
10920         Log: #include <stdlib.h> so that exit() is prototyped,
10921              noticed by Hugo.
10922      Branch: perl
10923            ! Configure
10924 ____________________________________________________________________________
10925 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
10926         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
10927              From: Peter Prymmer <pvhp@forte.com>
10928              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
10929              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
10930      Branch: perl
10931            ! t/op/sprintf.t
10932 ____________________________________________________________________________
10933 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
10934         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
10935              From: Peter Prymmer <pvhp@forte.com>
10936              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
10937              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
10938      Branch: perl
10939            ! ext/Encode/Encode/Tcl.t
10940 ____________________________________________________________________________
10941 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
10942         Log: Add information about gcc 3.0 basic block profiling.
10943      Branch: perl
10944            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
10945 ____________________________________________________________________________
10946 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
10947         Log: Subject: Error in lib/PerlIO/Via.pm ?
10948              From: Mark-Jason Dominus <mjd@plover.com>
10949              Date: Fri, 13 Jul 2001 15:55:41 -0400
10950              Message-ID: <20010713195541.26751.qmail@plover.com>
10951      Branch: perl
10952            ! ext/PerlIO/Via/Via.pm
10953 ____________________________________________________________________________
10954 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
10955         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
10956              section from the Compiler section.
10957      Branch: perl
10958            ! myconfig.SH
10959 ____________________________________________________________________________
10960 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
10961         Log: Handle glibc style of constant definitions using enum
10962              with intervening #defines; from Brendan O'Dea.
10963      Branch: perl
10964            ! utils/h2ph.PL
10965 ____________________________________________________________________________
10966 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
10967         Log: Add LC_MESSAGES to the locale_h export tag (it already is
10968              in the Makefile.PL and thusly eligible for an XS constant)
10969              (see also maintperl #10543)
10970      Branch: perl
10971            ! ext/POSIX/POSIX.pm
10972 ____________________________________________________________________________
10973 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
10974         Log: Subject: Re: [patch] re_dup
10975              From: Abhijit Menon-Sen <ams@wiw.org>
10976              Date: Fri, 13 Jul 2001 21:41:09 +0530
10977              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
10978      Branch: perl
10979            ! sv.c
10980 ____________________________________________________________________________
10981 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
10982         Log: Subject: [patch] re_dup
10983              From: Doug MacEachern <dougm@covalent.net>
10984              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
10985              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
10986      Branch: perl
10987            ! sv.c
10988 ____________________________________________________________________________
10989 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
10990         Log: Update Changes.
10991      Branch: perl
10992            ! Changes patchlevel.h
10993 ____________________________________________________________________________
10994 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
10995         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
10996              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
10997              Date: Sat, 14 Jul 2001 00:06:30 +0900
10998              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
10999      Branch: perl
11000            + ext/Encode/Encode/7bit-greek.enc
11001            + ext/Encode/Encode/7bit-latin1.enc
11002            + ext/Encode/Encode/cns11643-1.enc
11003            + ext/Encode/Encode/cns11643-2.enc
11004            + ext/Encode/Encode/iso2022-cn.enc
11005            + ext/Encode/Encode/iso2022-jp1.enc
11006            + ext/Encode/Encode/iso2022-jp2.enc
11007            ! MANIFEST ext/Encode/Encode/Tcl.pm
11008            ! ext/Encode/Encode/iso2022-kr.enc
11009 ____________________________________________________________________________
11010 [ 11357] By: nick                                  on 2001/07/13  14:24:06
11011         Log: Blind integrate mainline (as of 5.7.2?)
11012      Branch: perlio
11013           !> AUTHORS Changes Porting/config.sh Porting/config_H
11014           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
11015           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
11016           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11017           !> win32/makefile.mk
11018 ____________________________________________________________________________
11019 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
11020         Log: Snip away the devel patchlevel.
11021      Branch: perl
11022            ! patchlevel.h
11023 ____________________________________________________________________________
11024 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
11025         Log: Bump the version to 5.7.2.
11026      Branch: perl
11027            ! Porting/config.sh Porting/config_H patchlevel.h
11028            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
11029            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11030            ! win32/makefile.mk
11031 ____________________________________________________________________________
11032 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
11033         Log: Update Changes.
11034      Branch: perl
11035            ! Changes
11036 ____________________________________________________________________________
11037 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
11038         Log: Reword.
11039      Branch: perl
11040            ! AUTHORS
11041 ____________________________________________________________________________
11042 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
11043         Log: AUTHORS update.
11044      Branch: perl
11045            ! AUTHORS
11046 ____________________________________________________________________________
11047 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
11048         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
11049              unless ithreads.
11050      Branch: perl
11051            ! makedef.pl
11052 ____________________________________________________________________________
11053 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
11054         Log: Integrate perlio.
11055      Branch: perl
11056           !> win32/distclean.bat
11057 ____________________________________________________________________________
11058 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
11059         Log: Test the encoding transform only iff we have PerlIO,
11060              noticed by H. Merijn Brand.
11061      Branch: perl
11062            ! ext/PerlIO/t/encoding.t
11063 ____________________________________________________________________________
11064 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
11065         Log: README.netware tweaks from Ananth Kesari.
11066      Branch: perl
11067            ! README.netware
11068 ____________________________________________________________________________
11069 [ 11346] By: nick                                  on 2001/07/13  09:18:51
11070         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
11071              to avoid /unicode vs /Unicode issues.
11072      Branch: perlio
11073            ! win32/distclean.bat
11074 ____________________________________________________________________________
11075 [ 11345] By: nick                                  on 2001/07/13  06:24:18
11076         Log: Integrate mainline
11077      Branch: perlio
11078           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
11079            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
11080           !> (integrate 63 files)
11081 ____________________________________________________________________________
11082 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
11083         Log: Add d_bincompat5005 information to perl -V.
11084      Branch: perl
11085            ! myconfig.SH
11086 ____________________________________________________________________________
11087 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
11088         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
11089              From: Abhijit Menon-Sen <ams@wiw.org>
11090              Date: Fri, 13 Jul 2001 07:12:36 +0530
11091              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
11092      Branch: perl
11093            ! sv.c
11094 ____________________________________________________________________________
11095 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
11096         Log: Remove unicode::distinct, as per Inaba Hiroto.
11097      Branch: perl
11098            - lib/unicode/distinct.pm
11099            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
11100            ! t/lib/1_compile.t
11101 ____________________________________________________________________________
11102 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
11103         Log: Paging for Dr Octothorpe.
11104      Branch: perl
11105            ! pod/perlfaq4.pod
11106 ____________________________________________________________________________
11107 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
11108         Log: cut-n-paste error noticed by mjd.
11109      Branch: perl
11110            ! pod/perlfaq4.pod
11111 ____________________________________________________________________________
11112 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
11113         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
11114              From: Peter Prymmer <pvhp@forte.com>
11115              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
11116              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
11117      Branch: perl
11118            ! pod/perlfaq4.pod
11119 ____________________________________________________________________________
11120 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
11121         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
11122              From: Randall Gellens <randy@qualcomm.com>
11123              Date: Thu, 12 Jul 2001 16:56:23 -0700
11124              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
11125      Branch: perl
11126            ! Porting/repository.pod
11127 ____________________________________________________________________________
11128 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
11129         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
11130      Branch: perl
11131            ! thread.h
11132 ____________________________________________________________________________
11133 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
11134         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
11135              From: coral <coral@moonlight.crystalflame.net>
11136              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
11137              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
11138      Branch: perl
11139            ! thread.h
11140 ____________________________________________________________________________
11141 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
11142         Log: Metaconfig unit change for #11134.
11143      Branch: metaconfig
11144            + U/threads/d_pthread_atfork.U
11145 ____________________________________________________________________________
11146 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
11147         Log: Add HAS_PTHREAD_ATFORK.
11148      Branch: perl
11149            ! Configure NetWare/config.wc NetWare/config_H.wc
11150            ! Porting/Glossary Porting/config.sh Porting/config_H
11151            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
11152            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
11153            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11154            ! win32/config.gc win32/config.vc win32/config_H.bc
11155            ! win32/config_H.gc win32/config_H.vc
11156 ____________________________________________________________________________
11157 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
11158         Log: Subject: [PATCH] File::Copy fails on tied handles
11159              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
11160              Date: Thu, 12 Jul 2001 15:18:51 -0700
11161              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
11162      Branch: perl
11163            ! lib/File/Copy.pm
11164 ____________________________________________________________________________
11165 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
11166         Log: Subject: [PATCH] Langinfo.t
11167              From: Nicholas Clark <nick@ccl4.org>
11168              Date: Thu, 12 Jul 2001 23:55:38 +0100
11169              Message-ID: <20010712235538.M5827@plum.flirble.org>
11170      Branch: perl
11171            ! ext/I18N/Langinfo/Langinfo.t
11172 ____________________________________________________________________________
11173 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
11174         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
11175              From: Peter Prymmer <pvhp@forte.com>
11176              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
11177              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
11178      Branch: perl
11179            ! pod/perl572delta.pod
11180 ____________________________________________________________________________
11181 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
11182         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
11183              From: Abhijit Menon-Sen <ams@wiw.org>
11184              Date: Fri, 13 Jul 2001 05:21:16 +0530
11185              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
11186      Branch: perl
11187            ! sv.c
11188 ____________________________________________________________________________
11189 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
11190         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
11191              From: Abhijit Menon-Sen <ams@wiw.org>
11192              Date: Fri, 13 Jul 2001 03:04:25 +0530
11193              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
11194      Branch: perl
11195            ! av.c
11196 ____________________________________________________________________________
11197 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
11198         Log: s/^M$//g
11199      Branch: perl
11200            ! win32/Makefile win32/makefile.mk
11201 ____________________________________________________________________________
11202 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
11203         Log: Update Changes.
11204      Branch: perl
11205            ! Changes patchlevel.h
11206 ____________________________________________________________________________
11207 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
11208         Log: Typo spotted by Philip Newton.
11209      Branch: perl
11210            ! pod/perl572delta.pod
11211 ____________________________________________________________________________
11212 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
11213         Log: Subject: [PATCH] fixes perl_clone of perl_clone
11214              From: Artur Bergman <artur@contiller.se>
11215              Date: Thu, 12 Jul 2001 20:57:09 +0200
11216              Message-ID: <B773BFA4.236B%artur@contiller.se>
11217      Branch: perl
11218            ! sv.c
11219 ____________________________________________________________________________
11220 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
11221         Log: Add README.uts from Hal Morris.
11222      Branch: perl
11223            + README.uts
11224            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
11225            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11226 ____________________________________________________________________________
11227 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
11228         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
11229              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11230              Date: Thu, 12 Jul 2001 20:32:37 +0200
11231              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
11232      Branch: perl
11233            ! hints/aix.sh
11234 ____________________________________________________________________________
11235 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
11236         Log: Subject: Patch: document reg_data.what member
11237              From: Mark-Jason Dominus <mjd@plover.com>
11238              Message-ID: <20010712182532.14821.qmail@plover.com>
11239              Date: Thu, 12 Jul 2001 14:25:32 -0400
11240      Branch: perl
11241            ! regcomp.c regcomp.h
11242 ____________________________________________________________________________
11243 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
11244         Log: Subject: [PATCH] Perl_re_dup()
11245              From: Abhijit Menon-Sen <ams@wiw.org>
11246              Date: Thu, 12 Jul 2001 23:54:32 +0530
11247              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
11248      Branch: perl
11249            ! embed.h embed.pl perlapi.c proto.h sv.c
11250 ____________________________________________________________________________
11251 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
11252         Log: Regen Configure, modlib, toc.
11253      Branch: perl
11254            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11255            ! pod/perlmodlib.pod pod/perltoc.pod
11256 ____________________________________________________________________________
11257 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
11258         Log: The problem seems to be in PerlIO::Layer::->find() not
11259              accepting the ":encoding(blurflur)" arguments.
11260      Branch: perl
11261            ! lib/PerlIO.pm lib/open.pm
11262 ____________________________________________________________________________
11263 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
11264         Log: AIX doc update.
11265      Branch: perl
11266            ! README.aix pod/perl572delta.pod
11267 ____________________________________________________________________________
11268 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
11269         Log: Subject: AIX README update
11270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11271              Date: Thu, 12 Jul 2001 19:28:30 +0200
11272              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
11273      Branch: perl
11274            ! README.aix
11275 ____________________________________________________________________________
11276 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
11277         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
11278              From: Norton Allen <allen@huarp.harvard.edu>
11279              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
11280              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
11281      Branch: perl
11282            ! ext/IO/lib/IO/t/io_unix.t
11283 ____________________________________________________________________________
11284 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
11285         Log: Subject: [PATCH README.qnx hints/qnx.sh]
11286              From: Norton Allen <allen@huarp.harvard.edu>
11287              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
11288              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
11289      Branch: perl
11290            ! README.qnx hints/qnx.sh
11291 ____________________________________________________________________________
11292 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
11293         Log: Subject: [patch] faster PM_GETRE
11294              From: Doug MacEachern <dougm@covalent.net>
11295              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
11296              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
11297      Branch: perl
11298            ! op.h
11299 ____________________________________________________________________________
11300 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
11301         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
11302              From: Doug MacEachern <dougm@covalent.net>
11303              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
11304              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
11305      Branch: perl
11306            ! op.c
11307 ____________________________________________________________________________
11308 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
11309         Log: Tell where the nice Estonian database is.
11310      Branch: perl
11311            ! lib/open.pm
11312 ____________________________________________________________________________
11313 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
11314         Log: Retract #11309 since #11310 is a better fix.
11315      Branch: perl
11316            ! t/lib/1_compile.t
11317 ____________________________________________________________________________
11318 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
11319         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
11320              change#11300 needs to return the status of failed win32_spawnvp())
11321              
11322              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
11323              splitting correctly; remove unused variables; 'require' at run time
11324              rather than 'use' at compile time for I18N::Langinfo, since it
11325              isn't everyware
11326      Branch: perl
11327            ! lib/open.pm win32/win32.c
11328 ____________________________________________________________________________
11329 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
11330         Log: Temporary workaround.
11331      Branch: perl
11332            ! t/lib/1_compile.t
11333 ____________________________________________________________________________
11334 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
11335         Log: UCD typo in #11306 and add also more known-to-be-tested
11336              modules to the skip list.
11337      Branch: perl
11338            ! t/lib/1_compile.t
11339 ____________________________________________________________________________
11340 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
11341         Log: Rename Unicode::UCD to UnicodeCD to avoid
11342              messups with case-insensitive filesystems.
11343      Branch: perl
11344            + lib/UnicodeCD.pm lib/UnicodeCD.t
11345            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
11346            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
11347 ____________________________________________________________________________
11348 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
11349         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
11350              From: daniel@biz.bitpusher.com
11351              Date: Wed, 11 Jul 2001 23:25:47 -0700
11352              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
11353      Branch: perl
11354            ! lib/Tie/Array.pm t/op/splice.t
11355 ____________________________________________________________________________
11356 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
11357         Log: Subject: [PATCH] More accurate line numbers in messages
11358              From: Paul Johnson <paul@pjcj.net>
11359              Date: Thu, 12 Jul 2001 04:14:11 +0200
11360              Message-ID: <20010712041411.A3467@pjcj.net>
11361              
11362              (With prototyping and multiplicity tweaks.)
11363      Branch: perl
11364            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
11365 ____________________________________________________________________________
11366 [ 11304] By: nick                                  on 2001/07/12  12:53:40
11367         Log: Integrate mainline
11368      Branch: perlio
11369           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
11370           !> regexec.c thread.h
11371 ____________________________________________________________________________
11372 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
11373         Log: Cut-and-pasto in #11298.
11374      Branch: perl
11375            ! ext/ByteLoader/bytecode.h
11376 ____________________________________________________________________________
11377 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
11378         Log: Update the AIX known problems section.
11379      Branch: perl
11380            ! pod/perl572delta.pod
11381 ____________________________________________________________________________
11382 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
11383         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
11384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11385              Date: Thu, 12 Jul 2001 12:16:16 +0200
11386              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
11387      Branch: perl
11388            ! hints/aix.sh
11389 ____________________________________________________________________________
11390 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
11391         Log: Integrate perlio.
11392      Branch: perl
11393           !> makedef.pl win32/win32.c
11394 ____________________________________________________________________________
11395 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
11396         Log: Subject: [PATCH] fix for PMOP threadness failures
11397              From: Artur Bergman <artur@contiller.se>
11398              Date: Thu, 12 Jul 2001 09:48:06 +0200
11399              Message-ID: <B77322D6.22DD%artur@contiller.se>
11400      Branch: perl
11401            ! regexec.c
11402 ____________________________________________________________________________
11403 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
11404         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
11405              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11406              Date: Thu, 12 Jul 2001 09:09:48 +0200
11407              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
11408              
11409              More parentheses to keep bcc happy.
11410      Branch: perl
11411            ! ext/ByteLoader/bytecode.h
11412 ____________________________________________________________________________
11413 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
11414         Log: Subject: Re: [patch] pthread_atfork bandaid
11415              From: Doug MacEachern <dougm@covalent.net>
11416              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
11417              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
11418      Branch: perl
11419            ! thread.h
11420 ____________________________________________________________________________
11421 [ 11296] By: nick                                  on 2001/07/12  11:55:48
11422         Log: Exclude reentrant_buffer from .def file
11423      Branch: perlio
11424            ! makedef.pl
11425 ____________________________________________________________________________
11426 [ 11295] By: nick                                  on 2001/07/12  11:11:44
11427         Log: Honour void-ness of my_exit()
11428      Branch: perlio
11429            ! win32/win32.c
11430 ____________________________________________________________________________
11431 [ 11294] By: nick                                  on 2001/07/12  07:51:04
11432         Log: Integrate mainline
11433      Branch: perlio
11434           +> uts/sprintf_wrap.c
11435           !> (integrate 35 files)
11436 ____________________________________________________________________________
11437 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
11438         Log: Retract #11289.
11439      Branch: perl
11440            ! embed.h embed.pl perl.c proto.h thread.h
11441 ____________________________________________________________________________
11442 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
11443         Log: Now the :locale pseudolayer *almost* works...
11444      Branch: perl
11445            ! lib/open.pm
11446 ____________________________________________________________________________
11447 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
11448         Log: Locale encoding tweaks.
11449      Branch: perl
11450            ! lib/open.pm
11451 ____________________________________________________________________________
11452 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
11453         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
11454              From: Mark-Jason Dominus <mjd@plover.com>
11455              Date: Thu, 12 Jul 2001 00:59:31 -0400
11456              Message-ID: <20010712045931.8543.qmail@plover.com>
11457              
11458              Remove the chmod/umask leading zero warning.
11459      Branch: perl
11460            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
11461            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
11462 ____________________________________________________________________________
11463 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
11464         Log: (Retracted by #11289.)
11465      Branch: perl
11466            ! embed.h embed.pl perl.c proto.h thread.h
11467 ____________________________________________________________________________
11468 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
11469         Log: Needed by #11283.
11470      Branch: perl
11471            ! intrpvar.h
11472 ____________________________________________________________________________
11473 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
11474         Log: Metaconfig unit change for #11286.
11475      Branch: metaconfig/U/perl
11476            ! patchlevel.U
11477 ____________________________________________________________________________
11478 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
11479         Log: Subject: Re: [PATCH Configure] perl -V broken
11480              From: Andy Dougherty <doughera@lafayette.edu>
11481              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
11482              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
11483      Branch: perl
11484            ! Configure myconfig.SH
11485 ____________________________________________________________________________
11486 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
11487         Log: Retract #11166 (and #11237).
11488      Branch: perl
11489            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
11490            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
11491            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
11492 ____________________________________________________________________________
11493 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
11494         Log: UTS tweaks for Hal Morris.
11495      Branch: perl
11496            + uts/sprintf_wrap.c
11497            ! MANIFEST hints/uts.sh perl.h
11498 ____________________________________________________________________________
11499 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
11500         Log: Subject: [PATCH] Use reentrant API glibc
11501              From: Artur Bergman <artur@contiller.se>
11502              Date: Thu, 12 Jul 2001 00:58:21 +0200
11503              Message-ID: <B772A6AD.2288%artur@contiller.se>
11504      Branch: perl
11505            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
11506            ! sv.c
11507 ____________________________________________________________________________
11508 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
11509         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
11510              From: barries <barries@slaysys.com>
11511              Date: Wed, 11 Jul 2001 15:11:46 -0400
11512              Message-ID: <20010711151146.G24560@jester.slaysys.com>
11513      Branch: perl
11514            ! pp_sys.c t/lib/warnings/doio win32/win32.c
11515 ____________________________________________________________________________
11516 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
11517         Log: Subject: [patch] pthread_atfork bandaid
11518              From: Doug MacEachern <dougm@covalent.net>
11519              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
11520              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
11521      Branch: perl
11522            ! miniperlmain.c perl.c
11523 ____________________________________________________________________________
11524 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
11525         Log: Subject: [patch] perl_clone leaks
11526              From: Doug MacEachern <dougm@covalent.net>
11527              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
11528              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
11529      Branch: perl
11530            ! sv.c
11531 ____________________________________________________________________________
11532 [ 11279] By: nick                                  on 2001/07/11  15:49:38
11533         Log: Integrate mainline
11534      Branch: perlio
11535           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
11536           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
11537           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
11538           +> lib/Term/ANSIColor/README
11539           !> (integrate 54 files)
11540 ____________________________________________________________________________
11541 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
11542         Log: Update Changes.
11543      Branch: perl
11544            ! Changes patchlevel.h
11545 ____________________________________________________________________________
11546 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
11547         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
11548              From: Peter Prymmer <pvhp@forte.com>
11549              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
11550              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
11551              
11552              Backport of embed.pl to 5.003.
11553      Branch: perl
11554            ! embed.pl
11555 ____________________________________________________________________________
11556 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
11557         Log: Subject: Re: POSIX test #14 on UTS 
11558              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11559              Date: Wed, 11 Jul 2001 03:02:14 +0100
11560              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
11561      Branch: perl
11562            ! ext/POSIX/POSIX.t
11563 ____________________________________________________________________________
11564 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
11565         Log: Make the I32 an IV to preserve structure alignment and size.
11566      Branch: perl
11567            ! op.h
11568 ____________________________________________________________________________
11569 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
11570         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
11571              From: "Artur Bergman" <artur@contiller.se>
11572              Date: Wed, 11 Jul 2001 14:23:37 +0200
11573              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
11574              
11575              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
11576      Branch: perl
11577            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
11578            ! pod/perlapi.pod sv.c
11579 ____________________________________________________________________________
11580 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
11581         Log: Tweak until Pod::Parser gets updated.
11582      Branch: perl
11583            ! t/pod/special_seqs.xr
11584 ____________________________________________________________________________
11585 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
11586         Log: File::Spec usage tweak.
11587      Branch: perl
11588            ! lib/ExtUtils.t
11589 ____________________________________________________________________________
11590 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
11591         Log: Integrate #11263 from macperl; macos and macosx updates.
11592      Branch: perl
11593           !> pod/perlport.pod
11594 ____________________________________________________________________________
11595 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
11596         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
11597              From: Peter Prymmer <pvhp@forte.com>
11598              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
11599              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
11600      Branch: perl
11601            + ext/Time/HiRes/hints/dynixptx.pl
11602            ! MANIFEST hints/dynixptx.sh
11603 ____________________________________________________________________________
11604 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
11605         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
11606              From: Nicholas Clark <nick@ccl4.org>
11607              Date: Tue, 10 Jul 2001 23:17:43 +0100
11608              Message-ID: <20010710231742.B59620@plum.flirble.org>
11609      Branch: perl
11610            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
11611 ____________________________________________________________________________
11612 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
11613         Log: Subject: [DOC PATCH] Pluggable runops
11614              From: Paul Johnson <paul@pjcj.net>
11615              Date: Tue, 10 Jul 2001 21:53:28 +0200
11616              Message-ID: <20010710215328.B26577@pjcj.net>
11617      Branch: perl
11618            ! pod/perlguts.pod
11619 ____________________________________________________________________________
11620 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
11621         Log: Subject: [PATCH] Authors
11622              From: Artur Bergman <artur@contiller.se>
11623              Date: Tue, 10 Jul 2001 20:39:12 +0200
11624              Message-ID: <B771186F.21CD%artur@contiller.se>
11625      Branch: perl
11626            ! AUTHORS
11627 ____________________________________________________________________________
11628 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
11629         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
11630              From: Doug MacEachern <dougm@covalent.net>
11631              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
11632              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
11633      Branch: perl
11634            ! pp_ctl.c
11635 ____________________________________________________________________________
11636 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
11637         Log: Subject: doc patch; times() in scalar context
11638              From: mjd@plover.com
11639              Date: 10 Jul 2001 18:01:17 -0000
11640              Message-ID: <20010710180117.12477.qmail@plover.com>
11641      Branch: perl
11642            ! pod/perlfunc.pod
11643 ____________________________________________________________________________
11644 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
11645         Log: Subject: [PATCH] Small fix to pp_gmtime
11646              From: Artur Bergman <artur@contiller.se>
11647              Date: Tue, 10 Jul 2001 19:54:52 +0200
11648              Message-ID: <B7710E0B.21C5%artur@contiller.se>
11649      Branch: perl
11650            ! pp_sys.c
11651 ____________________________________________________________________________
11652 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
11653         Log: Integrate changes from mainline perl, add notes about
11654              Mac OS X and Mac OS.
11655      Branch: maint-5.6/macperl
11656            ! pod/perlport.pod
11657 ____________________________________________________________________________
11658 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
11659         Log: A proof of the dangers of package; ?
11660      Branch: perl
11661            ! t/lib/warnings/op
11662 ____________________________________________________________________________
11663 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
11664         Log: Regen toc and modlib.
11665      Branch: perl
11666            ! pod/perlmodlib.pod pod/perltoc.pod
11667 ____________________________________________________________________________
11668 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
11669         Log: Add compexcl(), casefold(), and casespec() interfaces;
11670              and make all interfaces to return hash references instead
11671              of hashes. 
11672      Branch: perl
11673            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11674 ____________________________________________________________________________
11675 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
11676         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
11677              From: "Philip Newton" <Philip.Newton@gmx.net>
11678              Date: Tue, 10 Jul 2001 09:55:59 +0200
11679              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
11680              
11681              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
11682              From: "Philip Newton" <Philip.Newton@gmx.net>
11683              Date: Tue, 10 Jul 2001 09:56:37 +0200
11684              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
11685      Branch: perl
11686            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11687            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
11688 ____________________________________________________________________________
11689 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
11690         Log: Subject: [patch] undef &xsub for 1,2
11691              From: Doug MacEachern <dougm@covalent.net>
11692              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
11693              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
11694              
11695              (This version of the patch with a comment from Gisle.)
11696      Branch: perl
11697            ! op.c
11698 ____________________________________________________________________________
11699 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
11700         Log: Mention package; deprecation and the Win32 problems.
11701      Branch: perl
11702            ! pod/perl572delta.pod
11703 ____________________________________________________________________________
11704 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
11705         Log: Subject: [PATCH] deprecate package with no arguments
11706              From: Robin Houston <robin@kitsite.com>
11707              Date: Tue, 10 Jul 2001 13:33:40 +0100
11708              Message-ID: <20010710133340.A13452@robin.kitsite.com>
11709      Branch: perl
11710            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
11711 ____________________________________________________________________________
11712 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
11713         Log: Upgrade to podlators 1.10.
11714      Branch: perl
11715            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
11716            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11717            ! pod/pod2man.PL pod/pod2text.PL
11718 ____________________________________________________________________________
11719 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
11720         Log: Upgrade to Term::ANSIColor 1.04.
11721      Branch: perl
11722            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
11723            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
11724 ____________________________________________________________________________
11725 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
11726         Log: Integrate perlio (the right fix for the ":layer(args)")
11727      Branch: perl
11728           !> perlio.c
11729 ____________________________________________________________________________
11730 [ 11252] By: nick                                  on 2001/07/10  06:58:14
11731         Log: Fix open(...,"...:layer(xxx)",...)
11732              - use memEQ not strEQ as there is '(' not '\0'
11733      Branch: perlio
11734            ! perlio.c
11735 ____________________________________________________________________________
11736 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
11737         Log: Telling the number of tests helps.
11738      Branch: perl
11739            ! ext/PerlIO/t/encoding.t
11740 ____________________________________________________________________________
11741 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
11742         Log: Require I18N::Langinfo, not use.
11743      Branch: perl
11744            ! lib/open.pm
11745 ____________________________________________________________________________
11746 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
11747         Log: Add a test for for PerlIO ":encoding(...)" layer.
11748      Branch: perl
11749            + ext/PerlIO/t/encoding.t
11750            ! MANIFEST ext/Encode/Encode.pm
11751 ____________________________________________________________________________
11752 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
11753         Log: PerlIO ":encoding(foobar)" temporary fix.
11754              Not really correct, I think, since the change means
11755              that prefixes match.
11756      Branch: perl
11757            ! perlio.c
11758 ____________________________________________________________________________
11759 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
11760         Log: Update to Math::BigInt 1.36.  The biggest news is
11761              the separation of the backend; now the pure Perl
11762              implementation is in Math::BigInt::Calc, but one
11763              can plugin, say, Math::BigInt::BitVect, and get
11764              considerable speedup.
11765      Branch: perl
11766            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
11767            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11768            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
11769            ! lib/Math/BigInt/t/mbimbf.t
11770 ____________________________________________________________________________
11771 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
11772         Log: Subject: Re: compatibility question
11773              From: Peter Prymmer <pvhp@forte.com>
11774              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
11775              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
11776      Branch: perl
11777            ! lib/ExtUtils/MM_VMS.pm
11778 ____________________________________________________________________________
11779 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
11780         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
11781              From: Norton Allen <allen@huarp.harvard.edu>
11782              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
11783              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
11784      Branch: perl
11785            ! ext/File/Glob/t/basic.t
11786 ____________________________________________________________________________
11787 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
11788         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
11789              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11790              Date: Tue, 10 Jul 2001 00:29:55 +0900
11791              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
11792      Branch: perl
11793            + ext/Encode/Encode/HZ.enc
11794            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
11795            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
11796            ! ext/Encode/Encode/iso2022-jp.enc
11797            ! ext/Encode/Encode/iso2022-kr.enc
11798 ____________________________________________________________________________
11799 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
11800         Log: Add in all them there macos/ files.
11801      Branch: maint-5.6/macperl
11802            + (add 577 files)
11803 ____________________________________________________________________________
11804 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
11805         Log: Add the new modules to the list of having those own tests.
11806      Branch: perl
11807            ! t/lib/1_compile.t
11808 ____________________________________________________________________________
11809 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
11810         Log: Add INOUT to control both ways at the same time.
11811      Branch: perl
11812            ! lib/open.pm
11813 ____________________________________________________________________________
11814 [ 11240] By: nick                                  on 2001/07/09  16:33:50
11815         Log: Integrate mainline
11816      Branch: perlio
11817           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11818           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
11819           !> (integrate 41 files)
11820 ____________________________________________________________________________
11821 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
11822         Log: More encoding mapping magic.
11823      Branch: perl
11824            ! lib/open.pm
11825 ____________________________________________________________________________
11826 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
11827         Log: Update Changes.
11828      Branch: perl
11829            ! Changes patchlevel.h
11830 ____________________________________________________________________________
11831 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
11832         Log: (Retracted by #11285).
11833              
11834              Subject: [PATCH] OPpCONST_OCTAL fixes
11835              From: Abhijit Menon-Sen <ams@wiw.org>
11836              Date: Mon, 9 Jul 2001 07:38:45 +0530
11837              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
11838      Branch: perl
11839            ! op.c
11840 ____________________________________________________________________________
11841 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
11842         Log: Add a pseudolayer ":locale" to the open pragma which
11843              will get the encoding from the locale.  Yet undocumented
11844              because I can't get the PerlIO :encoding(foobar) to work.
11845      Branch: perl
11846            ! ext/Encode/Encode.pm lib/open.pm
11847 ____________________________________________________________________________
11848 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
11849         Log: Add more encoding mappings.
11850      Branch: perl
11851            ! ext/Encode/Encode.pm
11852 ____________________________________________________________________________
11853 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
11854         Log: Document that using :encoding layer requires using Encode.
11855      Branch: perl
11856            ! ext/Encode/Encode.pm lib/PerlIO.pm
11857 ____________________________________________________________________________
11858 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
11859         Log: Netware tweak from Ananth Kesari.
11860      Branch: perl
11861            ! NetWare/netware.h
11862 ____________________________________________________________________________
11863 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
11864         Log: t/harness doesn't know about run/*.t
11865      Branch: perl
11866            ! t/harness
11867 ____________________________________________________________________________
11868 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
11869         Log: run/exit.t busted on windows
11870      Branch: perl
11871            ! t/run/exit.t
11872 ____________________________________________________________________________
11873 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
11874         Log: fix a couple of UCD.t tests that fail due to bad case
11875      Branch: perl
11876            ! lib/Unicode/UCD.t
11877 ____________________________________________________________________________
11878 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
11879         Log: test skip logic was broken
11880      Branch: perl
11881            ! ext/I18N/Langinfo/Langinfo.t
11882 ____________________________________________________________________________
11883 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
11884         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
11885              failure of ExtUtils.t#27 when built in debug mode)
11886      Branch: perl
11887            ! lib/ExtUtils/MM_Win32.pm
11888 ____________________________________________________________________________
11889 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
11890         Log: I18N::Langinfo is not available on windows
11891      Branch: perl
11892            ! win32/FindExt.pm
11893 ____________________________________________________________________________
11894 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
11895         Log: save a dTHX
11896      Branch: perl
11897            ! ext/POSIX/POSIX.xs
11898 ____________________________________________________________________________
11899 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
11900         Log: Update Changes.
11901      Branch: perl
11902            ! Changes patchlevel.h
11903 ____________________________________________________________________________
11904 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
11905         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
11906              as pointed out by Sarathy.
11907      Branch: perl
11908            ! ext/I18N/Langinfo/Langinfo.xs
11909 ____________________________________________________________________________
11910 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
11911         Log: Retract #11212.
11912      Branch: perl
11913            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
11914 ____________________________________________________________________________
11915 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
11916         Log: Bump up the VERSION of Cwd.xs.
11917      Branch: perl
11918            ! ext/Cwd/Makefile.PL
11919 ____________________________________________________________________________
11920 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
11921         Log: Retract #11220, the problem wasn't the missing leading zero.
11922              Here's the problem:
11923              $ ./perl -we 'chmod(oct("755"), ".")'
11924              Non-octal literal mode (493) specified at -e line 1.
11925              (Did you mean 0493 instead?)
11926      Branch: perl
11927            ! lib/ExtUtils/MM_Unix.pm
11928 ____________________________________________________________________________
11929 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
11930         Log: (Retracted by #11221)
11931              Change the PERM_RW and PERM_RWX to 0644 and 0755
11932              (add the leading zero).
11933      Branch: perl
11934            ! lib/ExtUtils/MM_Unix.pm
11935 ____________________________________________________________________________
11936 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
11937         Log: Integrate changes #11193, 11205, 11209 from macperl.
11938              
11939              Fix up AutoLoader to fudge for Mac paths in import().
11940              
11941              Allow symbols in try_symbol() to begin with "_".
11942              
11943              Small portability fix for Mac OS.
11944      Branch: perl
11945           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
11946 ____________________________________________________________________________
11947 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
11948         Log: Metaconfig unit change for #11217.
11949      Branch: metaconfig/U/perl
11950            ! Extensions.U
11951 ____________________________________________________________________________
11952 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
11953         Log: Detypo, problem noticed by Gerrit P. Haase.
11954      Branch: perl
11955            ! Configure config_h.SH
11956 ____________________________________________________________________________
11957 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
11958         Log: Cwd cleanups.
11959      Branch: perl
11960            ! ext/Cwd/Cwd.xs
11961 ____________________________________________________________________________
11962 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
11963         Log: Slight tweaks on #11213.
11964      Branch: perl
11965            ! toke.c
11966 ____________________________________________________________________________
11967 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
11968         Log: A missing dTHX noticed by Gerrit P. Haase.
11969      Branch: perl
11970            ! ext/POSIX/POSIX.xs
11971 ____________________________________________________________________________
11972 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
11973         Log: Subject: [PATCH toke.c] Simplify yytoke()
11974              From: Simon Cozens <simon@netthink.co.uk>
11975              Date: Sun, 8 Jul 2001 13:24:34 +0100
11976              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
11977              
11978              Split out pending_ident().
11979      Branch: perl
11980            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
11981 ____________________________________________________________________________
11982 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
11983         Log: (Retracted by #11223.)
11984              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
11985              Date: Wed, 05 Nov 1997 17:22:34 -0600
11986              From: Graham Barr <gbarr@ti.com>
11987              Message-Id: <3460FFBA.6DA51F46@ti.com>
11988      Branch: perl
11989            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
11990 ____________________________________________________________________________
11991 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
11992         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
11993      Branch: perl
11994            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11995            ! pod/perllocale.pod
11996 ____________________________________________________________________________
11997 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
11998         Log: Really do the test under the C locale.
11999      Branch: perl
12000            ! ext/I18N/Langinfo/Langinfo.t
12001 ____________________________________________________________________________
12002 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
12003         Log: Small portability fix for Mac OS.
12004      Branch: maint-5.6/macperl
12005            ! lib/Cwd.pm
12006 ____________________________________________________________________________
12007 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
12008         Log: Metaconfig unit change for #11207.
12009      Branch: metaconfig/U/perl
12010            ! Extensions.U
12011 ____________________________________________________________________________
12012 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
12013         Log: Add I18N::Langinfo, which is basically a wrapper around
12014              nl_langinfo(), which is an additional way to query locale
12015              specific information.
12016      Branch: perl
12017            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
12018            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
12019            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
12020 ____________________________________________________________________________
12021 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
12022         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
12023              used in File::Find tests; replace with if.t.
12024      Branch: maint-5.6/macperl
12025            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
12026            ! t/pragma/warn/op
12027 ____________________________________________________________________________
12028 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
12029         Log: Allow symbols in try_symbol() to begin with "_".
12030      Branch: maint-5.6/macperl
12031            ! makedef.pl
12032 ____________________________________________________________________________
12033 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
12034         Log: Sync up the File::Find changes from the rewrite by
12035              Thomas Wegner, et al.
12036      Branch: maint-5.6/macperl
12037            + t/lib/filefind-taint.t
12038            ! lib/File/Find.pm t/lib/filefind.t
12039 ____________________________________________________________________________
12040 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
12041         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
12042              From: Thomas Wegner <wegner_thomas@yahoo.com>
12043              Date: Thu, 5 Jul 2001 20:31:25 +0200
12044              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
12045      Branch: maint-5.6/macperl
12046            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
12047 ____________________________________________________________________________
12048 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
12049         Log: Some more test portability fixes.
12050      Branch: maint-5.6/macperl
12051            ! t/lib/filecopy.t t/pragma/warn/pp_sys
12052 ____________________________________________________________________________
12053 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
12054         Log: The #11200 removed wrong (non-existent) target.  Duh.
12055      Branch: perl
12056            ! Makefile.SH
12057 ____________________________________________________________________________
12058 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
12059         Log: Zap the lib/re.pm before creating it.
12060      Branch: perl
12061            ! Makefile.SH
12062 ____________________________________________________________________________
12063 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
12064         Log: Another test.  Please ignore.
12065      Branch: maint-5.6/macperl
12066            ! README.macos
12067 ____________________________________________________________________________
12068 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
12069         Log: Portability fixes for a lot of tests, especially IO-related
12070              tests, and warnings, and the harness script.
12071      Branch: maint-5.6/macperl
12072            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
12073            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
12074            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
12075            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
12076            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
12077            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
12078            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
12079            ! t/pragma/warnings.t
12080 ____________________________________________________________________________
12081 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
12082         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
12083              From: Nicholas Clark <nick@ccl4.org>
12084              Date: Sat, 7 Jul 2001 21:00:17 +0100
12085              Message-ID: <20010707210017.H59620@plum.flirble.org>
12086      Branch: perl
12087            ! lib/h2xs.t
12088 ____________________________________________________________________________
12089 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
12090         Log: The UNICOS/mk SysV IPC problem has been fixed.
12091      Branch: perl
12092            ! pod/perl572delta.pod
12093 ____________________________________________________________________________
12094 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
12095         Log: Slight update tweaks on perlunicode.pod.
12096      Branch: perl
12097            ! pod/perlunicode.pod
12098 ____________________________________________________________________________
12099 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
12100         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
12101              From: Mark-Jason Dominus <mjd@plover.com>
12102              Date: Sat, 07 Jul 2001 13:04:04 -0400
12103              Message-ID: <20010707170404.32694.qmail@plover.com>
12104      Branch: perl
12105            ! ext/DB_File/DB_File.pm
12106 ____________________________________________________________________________
12107 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
12108         Log: Fix up AutoLoader to fudge for Mac paths in import().
12109      Branch: maint-5.6/macperl
12110            ! lib/AutoLoader.pm
12111 ____________________________________________________________________________
12112 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
12113         Log: Try to force the lib/re.pm to be there before entering
12114              the extensions builds, should help for parallel makes.
12115      Branch: perl
12116            ! Makefile.SH
12117 ____________________________________________________________________________
12118 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
12119         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
12120              From: Norton Allen <allen@huarp.harvard.edu>
12121              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
12122              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
12123      Branch: perl
12124            ! ext/POSIX/POSIX.xs
12125 ____________________________________________________________________________
12126 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
12127         Log: Subject: [PATCH] Re: op/arith.t
12128              From: Nicholas Clark <nick@ccl4.org>
12129              Date: Sat, 7 Jul 2001 13:04:54 +0100
12130              Message-ID: <20010707130454.D59620@plum.flirble.org>
12131      Branch: perl
12132            ! numeric.c toke.c
12133 ____________________________________________________________________________
12134 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
12135         Log: Subject: [PATCH] h2xs
12136              From: Nicholas Clark <nick@ccl4.org>
12137              Date: Fri, 6 Jul 2001 23:25:14 +0100
12138              Message-ID: <20010706232514.X59620@plum.flirble.org>
12139      Branch: perl
12140            ! utils/h2xs.PL
12141 ____________________________________________________________________________
12142 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
12143         Log: Subject: Re: bleedperl perl_alloc..free leakage
12144              From: Radu Greab <radu@netsoft.ro>
12145              Date: Fri, 6 Jul 2001 19:48:54 +0300
12146              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
12147              
12148              Leak-be-gone.
12149      Branch: perl
12150            ! op.c
12151 ____________________________________________________________________________
12152 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
12153         Log: Test again.  Please ignore.
12154      Branch: maint-5.6/macperl
12155            ! README.macos
12156 ____________________________________________________________________________
12157 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
12158         Log: Test.  Please ignore.
12159      Branch: maint-5.6/macperl
12160            ! README.macos
12161 ____________________________________________________________________________
12162 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
12163         Log: Include changes already sent in separately as patches,
12164              before branch was created.
12165      Branch: maint-5.6/macperl
12166            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
12167            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
12168            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
12169            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
12170            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
12171            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
12172            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
12173            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
12174            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
12175            ! t/pragma/strict.t
12176 ____________________________________________________________________________
12177 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
12178         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
12179              From: Norton Allen <allen@huarp.harvard.edu>
12180              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
12181              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
12182      Branch: perl
12183            ! utf8.h
12184 ____________________________________________________________________________
12185 [ 11183] By: nick                                  on 2001/07/06  16:27:40
12186         Log: Integrate mainline
12187      Branch: perlio
12188           +> (branch 42 files)
12189            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
12190            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
12191            - win32/bin/mdelete.bat
12192           !> (integrate 215 files)
12193 ____________________________________________________________________________
12194 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
12195         Log: The #11166 needed also these updated.
12196      Branch: perl
12197            ! lib/warnings.pm warnings.h
12198 ____________________________________________________________________________
12199 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
12200         Log: Update Changes.
12201      Branch: perl
12202            ! Changes patchlevel.h
12203 ____________________________________________________________________________
12204 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
12205         Log: Regen toc.
12206      Branch: perl
12207            ! pod/perltoc.pod
12208 ____________________________________________________________________________
12209 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
12210         Log: Nit from Abhijit.
12211      Branch: perl
12212            ! lib/CPAN.pm
12213 ____________________________________________________________________________
12214 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
12215         Log: Retract #11172.
12216      Branch: perl
12217            ! t/op/method.t
12218 ____________________________________________________________________________
12219 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
12220         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
12221              From: Norton Allen <allen@huarp.harvard.edu>
12222              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
12223              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
12224      Branch: perl
12225            ! lib/Cwd.pm
12226 ____________________________________________________________________________
12227 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
12228         Log: (Accidentally empty check-in.)
12229      Branch: perl
12230            ! utf8.h
12231 ____________________________________________________________________________
12232 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
12233         Log: Retract #11165 since Sarathy pointed out it'll not
12234              work properly under threads, the problem should be
12235              solved using "the savestack, either via SSNEW() or
12236              using a newSVpv()+SAVEFREESV() combo."
12237      Branch: perl
12238            ! ext/POSIX/POSIX.xs
12239 ____________________________________________________________________________
12240 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
12241         Log: Retract #11125 since NI-S pointed out it'll not work in
12242              cases where the extension has their own handcrafted INC
12243              et alia.
12244      Branch: perl
12245            ! lib/ExtUtils/MM_Unix.pm
12246 ____________________________________________________________________________
12247 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
12248         Log: Subject: RE: [PATCH] -I and MakeMaker again
12249              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12250              Date: Fri, 6 Jul 2001 09:18:29 +0200
12251              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
12252      Branch: perl
12253            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
12254            ! lib/ExtUtils/MM_Win32.pm
12255 ____________________________________________________________________________
12256 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
12257         Log: (Retracted by #11178)
12258              Subject: [PATCH t/op/method.t] SUPER:: strangeness
12259              From: Piers Cawley <pdcawley@iterative-software.com>
12260              Date: 06 Jul 2001 10:49:01 +0100
12261              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
12262      Branch: perl
12263            ! t/op/method.t
12264 ____________________________________________________________________________
12265 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
12266         Log: VOS README update from Paul Green.
12267      Branch: perl
12268            ! README.vos
12269 ____________________________________________________________________________
12270 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
12271         Log: Subject: [PATCH README.qnx hints/qnx.sh]
12272              From: Norton Allen <allen@huarp.harvard.edu>
12273              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
12274              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
12275      Branch: perl
12276            ! README.qnx hints/qnx.sh
12277 ____________________________________________________________________________
12278 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
12279         Log: Subject: [PATCH] Doc patch for Tie::Hash
12280              From: Artur Bergman <artur@contiller.se>
12281              Date: Thu, 05 Jul 2001 22:51:18 +0200
12282              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
12283      Branch: perl
12284            ! lib/Tie/Hash.pm
12285 ____________________________________________________________________________
12286 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
12287         Log: Subject: [PATCH] perlfaq4.pod
12288              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
12289              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
12290              Date: Thu, 5 Jul 2001 18:44:10 +0100 
12291      Branch: perl
12292            ! pod/perlfaq4.pod
12293 ____________________________________________________________________________
12294 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
12295         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
12296              From: Robin Houston <robin@kitsite.com>
12297              Date: Thu, 5 Jul 2001 18:33:21 +0100
12298              Message-ID: <20010705183321.A27345@robin.kitsite.com>
12299      Branch: perl
12300            ! ext/B/B/Deparse.pm
12301 ____________________________________________________________________________
12302 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
12303         Log: (Retracted by #11285.)
12304              
12305              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
12306              From: Abhijit Menon-Sen <ams@wiw.org>
12307              Date: Fri, 6 Jul 2001 01:26:32 +0530
12308              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
12309      Branch: perl
12310            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
12311            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
12312            ! warnings.pl
12313 ____________________________________________________________________________
12314 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
12315         Log: (Retracted by #11175)
12316              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
12317              From: Norton Allen <allen@huarp.harvard.edu>
12318              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
12319              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
12320      Branch: perl
12321            ! ext/POSIX/POSIX.xs
12322 ____________________________________________________________________________
12323 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
12324         Log: Unterminated C< (noticed by Richard Hatch), and few other
12325              small Unicode doc tweaks.
12326      Branch: perl
12327            ! pod/perlretut.pod
12328 ____________________________________________________________________________
12329 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
12330         Log: More flexible argument understanding; add charblocks() and
12331              charscripts(); make charblock() and charscript() two-way;
12332              add charinrange(); separate the $Unicode::UCD::VERSION and
12333              the version of the Unicode by adding UnicodeVersion().
12334      Branch: perl
12335            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12336 ____________________________________________________________________________
12337 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
12338         Log: Update Unicode::UCD on \p{In...}.
12339      Branch: perl
12340            ! lib/Unicode/UCD.pm
12341 ____________________________________________________________________________
12342 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
12343         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
12344              From: Norton Allen <allen@huarp.harvard.edu>
12345              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
12346              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
12347      Branch: perl
12348            ! lib/ExtUtils/MM_Unix.pm
12349 ____________________________________________________________________________
12350 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
12351         Log: POSIX-BC tweaks from Thomas Dorner.
12352      Branch: perl
12353            ! hints/posix-bc.sh perlio.h
12354 ____________________________________________________________________________
12355 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
12356         Log: Module updates for the delta.
12357      Branch: perl
12358            ! pod/perl572delta.pod
12359 ____________________________________________________________________________
12360 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
12361         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
12362              From: Norton Allen <allen@huarp.harvard.edu>
12363              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
12364              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
12365      Branch: perl
12366            ! ext/IO/lib/IO/t/io_sock.t
12367 ____________________________________________________________________________
12368 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
12369         Log: Subject: [PATCH perldiag.pod] Quick fixes
12370              From: Simon Cozens <simon@netthink.co.uk>
12371              Date: Wed, 4 Jul 2001 20:22:12 +0100
12372              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
12373      Branch: perl
12374            ! pod/perldiag.pod
12375 ____________________________________________________________________________
12376 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
12377         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
12378              From: Radu Greab <radu@netsoft.ro>
12379              Date: Wed, 4 Jul 2001 22:13:31 +0300
12380              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
12381      Branch: perl
12382            ! op.c sv.c t/op/pos.t
12383 ____________________________________________________________________________
12384 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
12385         Log: Subject: [PATCH] -I and MakeMaker again
12386              From: Michael G Schwern <schwern@pobox.com>
12387              Date: Wed, 4 Jul 2001 15:03:07 -0400
12388              Message-ID: <20010704150307.I20340@blackrider>
12389              
12390              (and retract #11145)
12391      Branch: perl
12392            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
12393            ! lib/ExtUtils/MakeMaker.pm
12394 ____________________________________________________________________________
12395 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
12396         Log: Subject: Re: PERFORCE change 11142 for review
12397              From: "Philip Newton" <Philip.Newton@gmx.net>
12398              Date: Wed, 4 Jul 2001 20:46:26 +0200
12399              Message-Id: <200107041841.VAA25380@taas.iki.fi>
12400      Branch: perl
12401            ! lib/ExtUtils/MakeMaker.pm
12402 ____________________________________________________________________________
12403 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
12404         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
12405              From: Jonathan Stowe <gellyfish@gellyfish.com>
12406              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
12407              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
12408      Branch: perl
12409            ! utils/pl2pm.PL
12410 ____________________________________________________________________________
12411 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
12412         Log: fix the binary compatibility issue when building with/without
12413              usemymalloc by exporting Perl_malloc() et al as simple wrappers
12414              around the system functions (this allows most extensions built
12415              using one mode to coexist with perls built in the other mode)
12416              
12417              XXX the Perl_mfree() wrapper might need to do return(free()) on
12418              platforms where Free_t isn't "void"
12419      Branch: perl
12420            ! embed.h embed.pl makedef.pl proto.h util.c
12421 ____________________________________________________________________________
12422 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
12423         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
12424              since it doesn't ensure threads other than the one calling fork()
12425              aren't holding any locks; the fix is to use pthread_atfork() to
12426              hold global locks
12427              
12428              building perl with -Dusemymalloc exacerbates the problem since
12429              Perl_malloc() holds a mutex, and perl's exec() calls New()
12430              
12431              XXX the code in win32thread.h may be needed on platforms that have
12432              no pthread_atfork()
12433      Branch: perl
12434            ! perl.c thread.h win32/win32thread.h
12435 ____________________________________________________________________________
12436 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
12437         Log: Integrate #11009 from maintperl.
12438      Branch: maint-5.6/macperl
12439           !> lib/ExtUtils/Manifest.pm
12440 ____________________________________________________________________________
12441 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
12442         Log: Flexing my Perforce muscles.
12443      Branch: maint-5.6/macperl
12444            ! README.macos
12445 ____________________________________________________________________________
12446 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
12447         Log: Update Changes.
12448      Branch: perl
12449            ! Changes patchlevel.h
12450 ____________________________________________________________________________
12451 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
12452         Log: Metaconfig unit change for #11146.
12453      Branch: metaconfig/U/perl
12454            ! d_fcntl_can_lock.U
12455 ____________________________________________________________________________
12456 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
12457         Log: Somehow the #ifdefs of the added code (in #11093) made
12458              HP-UX to fail the fcntl locking test, without the ifdefs
12459              the test seems to be working again.  Reason unknown:
12460              HP-UX cc doesn't complain either way.
12461      Branch: perl
12462            ! Configure
12463 ____________________________________________________________________________
12464 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
12465         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
12466      Branch: perl
12467            ! lib/ExtUtils/MM_Unix.pm
12468 ____________________________________________________________________________
12469 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
12470         Log: gcc -Wall nit.
12471      Branch: perl
12472            ! pp_hot.c
12473 ____________________________________________________________________________
12474 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
12475         Log: When removing tests updating the test count is a good idea, too.
12476      Branch: perl
12477            ! lib/Net/t/require.t
12478 ____________________________________________________________________________
12479 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
12480         Log: Document #11134 and add the new symbols to the list of
12481              of MakeMaker known ones.
12482      Branch: perl
12483            ! lib/ExtUtils/MakeMaker.pm
12484 ____________________________________________________________________________
12485 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
12486         Log: Microperl update.
12487      Branch: perl
12488            ! uconfig.h
12489 ____________________________________________________________________________
12490 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
12491         Log: Update the libnet tests as per #11138.
12492      Branch: perl
12493            - lib/Net/t/ph.t
12494            ! MANIFEST lib/Net/t/require.t
12495 ____________________________________________________________________________
12496 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
12497         Log: Regen toc and modlib.
12498      Branch: perl
12499            ! pod/perlmodlib.pod pod/perltoc.pod
12500 ____________________________________________________________________________
12501 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
12502         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
12503              Graham's request.
12504      Branch: perl
12505            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
12506            ! MANIFEST
12507 ____________________________________________________________________________
12508 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
12509         Log: Add the OS/390 harness results to the delta.
12510      Branch: perl
12511            ! pod/perl572delta.pod
12512 ____________________________________________________________________________
12513 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
12514         Log: Avoid the two study tests in OS/390 until the bug has been solved.
12515      Branch: perl
12516            ! t/op/study.t
12517 ____________________________________________________________________________
12518 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
12519         Log: DOS/DJGPP tweaks from Laszlo Molnar.
12520      Branch: perl
12521            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
12522 ____________________________________________________________________________
12523 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
12524         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
12525              From: Michael G Schwern <schwern@pobox.com>
12526              Date: Wed, 4 Jul 2001 00:01:16 -0400
12527              Message-ID: <20010704000116.C591@blackrider>
12528      Branch: perl
12529            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
12530 ____________________________________________________________________________
12531 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
12532         Log: The #11132 missed singleton characters (not part
12533              of a unilo..unihi range) in Unicode scripts.
12534      Branch: perl
12535            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
12536            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
12537            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
12538            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
12539            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
12540            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
12541            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
12542            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
12543            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
12544            ! lib/unicode/mktables.PL t/op/pat.t
12545 ____________________________________________________________________________
12546 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
12547         Log: Support preferentially the Unicode 'scripts' definition
12548              in the \p{In...} notation since according to Unicode the
12549              scripts concept is more natural for matching than using
12550              the somewhat artificial block names.  The block names are
12551              still available, though, and if there's a name conflict,
12552              the scripts one wins and the blocks one has to do with
12553              'Block' appended to its name.  For more information see
12554              
12555              http://www.unicode.org/unicode/reports/tr24/
12556      Branch: perl
12557            + lib/unicode/In/100.pl lib/unicode/In/101.pl
12558            + lib/unicode/In/102.pl lib/unicode/In/103.pl
12559            + lib/unicode/In/104.pl lib/unicode/In/105.pl
12560            + lib/unicode/In/106.pl lib/unicode/In/107.pl
12561            + lib/unicode/In/108.pl lib/unicode/In/109.pl
12562            + lib/unicode/In/110.pl lib/unicode/In/111.pl
12563            + lib/unicode/In/112.pl lib/unicode/In/113.pl
12564            + lib/unicode/In/114.pl lib/unicode/In/115.pl
12565            + lib/unicode/In/116.pl lib/unicode/In/117.pl
12566            + lib/unicode/In/118.pl lib/unicode/In/119.pl
12567            + lib/unicode/In/120.pl lib/unicode/In/121.pl
12568            + lib/unicode/In/122.pl lib/unicode/In/123.pl
12569            + lib/unicode/In/124.pl lib/unicode/In/125.pl
12570            + lib/unicode/In/126.pl lib/unicode/In/127.pl
12571            + lib/unicode/In/128.pl lib/unicode/In/129.pl
12572            + lib/unicode/In/130.pl lib/unicode/In/131.pl
12573            + lib/unicode/In/132.pl lib/unicode/In/133.pl
12574            + lib/unicode/In/134.pl lib/unicode/In/135.pl
12575            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
12576            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
12577            ! (edit 106 files)
12578 ____________________________________________________________________________
12579 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
12580         Log: Better document the difference between a block and a script.
12581      Branch: perl
12582            ! lib/Unicode/UCD.pm
12583 ____________________________________________________________________________
12584 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
12585         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
12586              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12587              Date: Tue, 3 Jul 2001 15:04:23 -0500
12588              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
12589      Branch: perl
12590            ! lib/CPAN.pm
12591 ____________________________________________________________________________
12592 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
12593         Log: Add tests for charscript().
12594      Branch: perl
12595            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12596 ____________________________________________________________________________
12597 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
12598         Log: Add charscript() to get the UTR#24 script names of characters.
12599      Branch: perl
12600            ! lib/Unicode/UCD.pm
12601 ____________________________________________________________________________
12602 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
12603         Log: Todo updates.
12604      Branch: perl
12605            ! pod/perltodo.pod
12606 ____________________________________________________________________________
12607 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
12608         Log: Unicode::UCD updates.
12609      Branch: perl
12610            ! lib/Unicode/UCD.pm
12611 ____________________________________________________________________________
12612 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
12613         Log: (Retracted by #11174)
12614              Subject: MakeMaker should pass through DEFINE and INC to subdirs
12615              From: Alan Burlison <Alan.Burlison@sun.com>
12616              Date: Tue, 03 Jul 2001 15:20:13 +0100
12617              Message-ID: <3B41D49D.A923D4F9@sun.com>
12618      Branch: perl
12619            ! lib/ExtUtils/MM_Unix.pm
12620 ____________________________________________________________________________
12621 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
12622         Log: Subject: Patch needed for UTS
12623              From: hom00@utsglobal.com (Hal Morris)
12624              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
12625              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
12626              
12627              Replace #11113 with a better version.
12628      Branch: perl
12629            ! perl.h
12630 ____________________________________________________________________________
12631 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
12632         Log: Subject: Re: POINTERRIGOR
12633              From: Andy Dougherty <doughera@lafayette.edu>
12634              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
12635              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
12636      Branch: perl
12637            ! util.c
12638 ____________________________________________________________________________
12639 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
12640         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
12641              From: "Philip Newton" <pnewton@gmx.de>
12642              Date: Tue, 3 Jul 2001 17:03:34 +0200
12643              Message-ID: <3B41FAE6.29564.660E117@localhost>
12644      Branch: perl
12645            ! pp_hot.c
12646 ____________________________________________________________________________
12647 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
12648         Log: Typos.
12649      Branch: perl
12650            ! INSTALL
12651 ____________________________________________________________________________
12652 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
12653         Log: Subject: [PATCH 5.6.1] debugger fixes
12654              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12655              Date: Tue, 3 Jul 2001 03:38:18 -0400
12656              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
12657              
12658              The $^S is working again.
12659      Branch: perl
12660            ! lib/perl5db.pl
12661 ____________________________________________________________________________
12662 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
12663         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
12664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12665              Date: Tue, 3 Jul 2001 03:34:06 -0400
12666              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
12667      Branch: perl
12668            ! os2/OS2/Process/Process.pm
12669 ____________________________________________________________________________
12670 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
12671         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
12672              From: "Philip Newton" <Philip.Newton@gmx.net>
12673              Date: Tue, 3 Jul 2001 09:11:27 +0200
12674              Message-Id: <200107030706.KAA04596@taas.iki.fi>
12675      Branch: perl
12676            ! lib/FindBin.pm
12677 ____________________________________________________________________________
12678 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
12679         Log: Delta delta.
12680      Branch: perl
12681            ! pod/perl572delta.pod
12682 ____________________________________________________________________________
12683 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
12684         Log: Metaconfig unit change for 11115.
12685      Branch: metaconfig
12686            ! U/modified/libc.U
12687 ____________________________________________________________________________
12688 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
12689         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
12690              (from Richard Hatch) (this was the cause of pipes() and
12691              times() myeteriously not being found)
12692      Branch: perl
12693            ! Configure
12694 ____________________________________________________________________________
12695 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
12696         Log: Retract #10142, the real culprit found by Richard Hatch,
12697              coming soon to Configure near you.
12698      Branch: perl
12699            ! hints/aix.sh
12700 ____________________________________________________________________________
12701 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
12702         Log: (Replaced by #11124) UTS workaround from Hal Morris.
12703      Branch: perl
12704            ! perl.h
12705 ____________________________________________________________________________
12706 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
12707         Log: Subject: [PATCH] grok not grocking correctly
12708              From: Nicholas Clark <nick@ccl4.org>
12709              Date: Tue, 3 Jul 2001 00:19:08 +0100
12710              Message-ID: <20010703001908.H59620@plum.flirble.org>
12711      Branch: perl
12712            ! numeric.c
12713 ____________________________________________________________________________
12714 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
12715         Log: Subject: [PATCH Deparse.t] test just-posted patches
12716              From: Robin Houston <robin@kitsite.com>
12717              Date: Mon, 2 Jul 2001 23:46:15 +0100
12718              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
12719      Branch: perl
12720            ! ext/B/Deparse.t
12721 ____________________________________________________________________________
12722 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
12723         Log: Subject: [PATCH toke.c] autosplit into @F
12724              From: Robin Houston <robin@kitsite.com>
12725              Date: Mon, 2 Jul 2001 23:18:20 +0100
12726              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
12727      Branch: perl
12728            ! perl.c toke.c
12729 ____________________________________________________________________________
12730 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
12731         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
12732              From: Robin Houston <robin@kitsite.com>
12733              Date: Mon, 2 Jul 2001 23:00:48 +0100
12734              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
12735      Branch: perl
12736            ! ext/B/B/Deparse.pm
12737 ____________________________________________________________________________
12738 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
12739         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
12740              From: "Philip Newton" <Philip.Newton@gmx.net>
12741              Date: Mon, 2 Jul 2001 22:06:22 +0200
12742              (no Message-Id)
12743      Branch: perl
12744            ! ext/NDBM_File/hints/linux.pl
12745 ____________________________________________________________________________
12746 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
12747         Log: Subject: Re: Fixed pack problem - sort of
12748              From: Nicholas Clark <nick@ccl4.org>
12749              Date: Mon, 2 Jul 2001 20:59:20 +0100
12750              Message-ID: <20010702205919.F59620@plum.flirble.org>
12751      Branch: perl
12752            ! pp_pack.c t/op/pack.t
12753 ____________________________________________________________________________
12754 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
12755         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
12756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12757              Date: Mon, 2 Jul 2001 15:45:41 -0400
12758              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
12759      Branch: perl
12760            ! os2/os2.c
12761 ____________________________________________________________________________
12762 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
12763         Log: (Mistaken retraction)
12764      Branch: perl
12765            ! utils/pl2pm.PL
12766 ____________________________________________________________________________
12767 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
12768         Log: Detypo in #11103.
12769      Branch: perl
12770            ! utils/pl2pm.PL
12771 ____________________________________________________________________________
12772 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
12773         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
12774              From: Jonathan Stowe <gellyfish@gellyfish.com>
12775              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
12776              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
12777      Branch: perl
12778            ! utils/pl2pm.PL
12779 ____________________________________________________________________________
12780 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
12781         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
12782              From: "Craig A. Berry" <craigberry@mac.com>
12783              Date: Mon, 02 Jul 2001 14:11:23 -0500
12784              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
12785      Branch: perl
12786            ! lib/Unicode/UCD.pm
12787 ____________________________________________________________________________
12788 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
12789         Log: Subject: [PATCH] Re: op/numconvert.t failures
12790              From: Nicholas Clark <nick@ccl4.org>
12791              Date: Mon, 2 Jul 2001 20:10:48 +0100
12792              Message-ID: <20010702201048.E59620@plum.flirble.org>
12793      Branch: perl
12794            ! t/op/numconvert.t
12795 ____________________________________________________________________________
12796 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
12797         Log: Update Changes.
12798      Branch: perl
12799            ! Changes patchlevel.h
12800 ____________________________________________________________________________
12801 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
12802         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
12803              The real fix must be more involved.  The line of code all the leaky
12804              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
12805              line of Perl_newPMOP().
12806      Branch: perl
12807            ! op.h
12808 ____________________________________________________________________________
12809 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
12810         Log: Based on
12811              
12812              Subject: Re: sizeof(struct sembuf)
12813              From: Nicholas Clark <nick@ccl4.org>
12814              Date: Sun, 1 Jul 2001 22:26:48 +0100
12815              Message-ID: <20010701222648.W59620@plum.flirble.org>
12816              
12817              but do semop() always the slow way.
12818      Branch: perl
12819            ! doio.c
12820 ____________________________________________________________________________
12821 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
12822         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
12823              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12824              Date: Tue, 03 Jul 2001 00:56:30 +0900
12825              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
12826      Branch: perl
12827            ! ext/Encode/Encode/Tcl.t
12828 ____________________________________________________________________________
12829 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
12830         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
12831              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12832              Date: Tue, 03 Jul 2001 00:55:46 +0900
12833              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
12834      Branch: perl
12835            ! ext/Encode/Encode/Tcl.pm
12836 ____________________________________________________________________________
12837 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
12838         Log: Regen api and toc.
12839      Branch: perl
12840            ! pod/perlapi.pod pod/perltoc.pod
12841 ____________________________________________________________________________
12842 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
12843         Log: Metaconfig unit change for #11093.
12844      Branch: metaconfig/U/perl
12845            ! d_fcntl_can_lock.U
12846 ____________________________________________________________________________
12847 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
12848         Log: The fcntl locking test may hang if NFS locking messed up;
12849              break out with alarm(10).
12850      Branch: perl
12851            ! Configure
12852 ____________________________________________________________________________
12853 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
12854         Log: Move the mdelete.bat from win32/bin to win32.
12855      Branch: perl
12856            ! MANIFEST
12857 ____________________________________________________________________________
12858 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
12859         Log: Typo in #11083.
12860      Branch: perl
12861            ! ext/Time/Piece/Piece.t
12862 ____________________________________________________________________________
12863 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
12864         Log: Netware tweaks from Guruprasad.
12865      Branch: perl
12866            - NetWare/perlsdio.h
12867            ! MANIFEST NetWare/Makefile NetWare/interface.c
12868            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
12869            ! perlsdio.h
12870 ____________________________________________________________________________
12871 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
12872         Log: Subject: Re: [PATH] shared -> unique;
12873              From: Abhijit Menon-Sen <ams@wiw.org>
12874              Date: Wed, 27 Jun 2001 03:51:27 +0530
12875              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
12876      Branch: perl
12877            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
12878 ____________________________________________________________________________
12879 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
12880         Log: Subject: Re: AIX / gcc-3.0
12881              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12882              Date: Mon, 02 Jul 2001 15:20:21 +0200
12883              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
12884      Branch: perl
12885            ! hints/aix.sh
12886 ____________________________________________________________________________
12887 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
12888         Log: Subject: Re: Bug report: split splits on wrong pattern
12889              From: Abhijit Menon-Sen <ams@wiw.org>
12890              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
12891              Date: Mon, 2 Jul 2001 16:31:33 +0530
12892      Branch: perl
12893            ! pp_ctl.c
12894 ____________________________________________________________________________
12895 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
12896         Log: Subject: [PATCH 5.6.1] test harness
12897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12898              Date: Mon, 2 Jul 2001 06:29:21 -0400
12899              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
12900      Branch: perl
12901            ! lib/Test/Harness.pm
12902 ____________________________________________________________________________
12903 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
12904         Log: Subject: [PATCH 5.6.1] debugger goof
12905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12906              Date: Mon, 2 Jul 2001 06:27:22 -0400
12907              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
12908      Branch: perl
12909            ! lib/perl5db.pl
12910 ____________________________________________________________________________
12911 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
12912         Log: Subject: [PATCH 5.6.1] OS/2 cwd
12913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12914              Date: Mon, 2 Jul 2001 06:21:17 -0400
12915              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
12916      Branch: perl
12917            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
12918 ____________________________________________________________________________
12919 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
12920         Log: Make #11082 more OS/2-specific.
12921      Branch: perl
12922            ! ext/Time/Piece/Piece.t
12923 ____________________________________________________________________________
12924 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
12925         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
12926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12927              Date: Mon, 2 Jul 2001 06:06:34 -0400
12928              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
12929      Branch: perl
12930            ! ext/Time/Piece/Piece.t
12931 ____________________________________________________________________________
12932 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
12933         Log: Subject: [PATCH B::Deparse] version number & changes
12934              From: Robin Houston <robin@kitsite.com>  
12935              Date: Sun, 1 Jul 2001 17:17:29 +0100
12936              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
12937      Branch: perl
12938            ! ext/B/B/Deparse.pm
12939 ____________________________________________________________________________
12940 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
12941         Log: Subject: a small fix.
12942              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12943              Date: Mon, 2 Jul 2001 12:17:53 +0200
12944              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
12945      Branch: perl
12946            ! ext/Thread/Thread.xs
12947 ____________________________________________________________________________
12948 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
12949         Log: Subject: RE: perl@10907
12950              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12951              Date: Mon, 2 Jul 2001 12:06:16 +0200
12952              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
12953              
12954              Borland C vs PerlIO.
12955      Branch: perl
12956            ! win32/config.bc win32/config_H.bc
12957 ____________________________________________________________________________
12958 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
12959         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
12960              From: "H.M. Brand" <merijn@l1.procura.nl>
12961              Date: Mon, 02 Jul 2001 11:18:57 +0200
12962              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
12963      Branch: perl
12964            ! t/op/write.t
12965 ____________________________________________________________________________
12966 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
12967         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
12968              From: Michael G Schwern <schwern@pobox.com>
12969              Date: Mon, 2 Jul 2001 00:26:24 -0400
12970              Message-ID: <20010702002624.A18302@blackrider>
12971      Branch: perl
12972            - ext/util/mkbootstrap
12973 ____________________________________________________________________________
12974 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
12975         Log: Subject: [PATCH op.h] v minor comment tweak
12976              From: Robin Houston <robin@puffinry.freeserve.co.uk>
12977              Date: Mon, 2 Jul 2001 00:42:01 +0100
12978              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
12979      Branch: perl
12980            ! op.h
12981 ____________________________________________________________________________
12982 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
12983         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
12984      Branch: perl
12985            ! pod/perlfunc.pod
12986 ____________________________________________________________________________
12987 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
12988         Log: Subject: Re: sizeof(struct sembuf)
12989              From: Nicholas Clark <nick@ccl4.org>
12990              Date: Sun, 1 Jul 2001 19:23:16 +0100
12991              Message-ID: <20010701192316.V59620@plum.flirble.org>
12992              
12993              s/signaling/signalling/
12994      Branch: perl
12995            ! pod/perlfunc.pod
12996 ____________________________________________________________________________
12997 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
12998         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
12999              From: "Philip Newton" <Philip.Newton@gmx.net>
13000              Date: Sun, 1 Jul 2001 09:37:56 +0200
13001              Message-Id: <200107010733.KAA03920@taas.iki.fi>
13002      Branch: perl
13003            ! pod/perlvar.pod
13004 ____________________________________________________________________________
13005 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
13006         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
13007              From: "Philip Newton" <Philip.Newton@gmx.net>
13008              Date: Sun, 1 Jul 2001 09:37:56 +0200
13009              Message-Id: <200107010733.KAA03925@taas.iki.fi>
13010      Branch: perl
13011            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
13012 ____________________________________________________________________________
13013 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
13014         Log: Metaconfig unit change for #11070.
13015      Branch: metaconfig
13016            ! U/compline/randfunc.U
13017 ____________________________________________________________________________
13018 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
13019         Log: Subject: [PATCH perlsnap] its --> it's --> its
13020              From: "Philip Newton" <Philip.Newton@gmx.net>
13021              Date: Sun, 1 Jul 2001 09:37:56 +0200
13022              Message-Id: <200107010733.KAA03914@taas.iki.fi>
13023      Branch: perl
13024            ! Porting/config_H
13025 ____________________________________________________________________________
13026 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
13027         Log: Sync with Sarathy; integrate with perlio.
13028      Branch: perl
13029           !> gv.c
13030 ____________________________________________________________________________
13031 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
13032         Log: regenerate win32/config_H.?c files
13033      Branch: perl
13034            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13035 ____________________________________________________________________________
13036 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
13037         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
13038              naming discipline
13039              
13040              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
13041              because of this)
13042              
13043              fix a warning about "fd" being used without being set in Cwd.xs
13044      Branch: perl
13045            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
13046            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
13047            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
13048            ! win32/config.vc
13049 ____________________________________________________________________________
13050 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
13051         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
13052              within macro arguments") and warnings ("unary minus applied to
13053              unsigned type", among others)
13054      Branch: perl
13055            ! gv.c hv.c op.c pp.c sv.c toke.c
13056 ____________________________________________________________________________
13057 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
13058         Log: win32 fixes: more spurious CRs
13059      Branch: perl
13060            ! win32/mdelete.bat
13061 ____________________________________________________________________________
13062 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
13063         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
13064              from win32/bin (or it gets deleted by distclean); don't delete
13065              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
13066              NT (should be made Win9x specific, and added to makefile.mk)
13067      Branch: perl
13068           +> win32/mdelete.bat
13069            - win32/bin/mdelete.bat
13070            ! win32/Makefile win32/makefile.mk
13071 ____________________________________________________________________________
13072 [ 11063] By: nick                                  on 2001/07/01  18:54:09
13073         Log: Quick for for #ifdef mess
13074      Branch: perlio
13075            ! gv.c
13076 ____________________________________________________________________________
13077 [ 11062] By: nick                                  on 2001/07/01  18:47:42
13078         Log: Raw integrate - does not build #if mess in gv.c
13079      Branch: perlio
13080           !> (integrate 29 files)
13081 ____________________________________________________________________________
13082 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
13083         Log: Make 'compile' target a little less broken.
13084              Still very broken, though: -Wall warnings from
13085              the generated code, boot_Foo prototypes missing,
13086              can't autoload Fcntl::SEEK_CUR et alia, ...
13087      Branch: perl
13088            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
13089            ! utils/perlcc.PL x2p/Makefile.SH
13090 ____________________________________________________________________________
13091 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
13092         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
13093      Branch: perl
13094            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13095            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
13096 ____________________________________________________________________________
13097 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
13098         Log: Update Changes.
13099      Branch: perl
13100            ! Changes patchlevel.h
13101 ____________________________________________________________________________
13102 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
13103         Log: Still one typo, regen toc.
13104      Branch: perl
13105            ! lib/Unicode/UCD.pm pod/perltoc.pod
13106 ____________________________________________________________________________
13107 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
13108         Log: Detypos and regen toc.
13109      Branch: perl
13110            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
13111 ____________________________________________________________________________
13112 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
13113         Log: VERSION tweak.
13114      Branch: perl
13115            ! ext/List/Util/lib/List/Util.pm
13116 ____________________________________________________________________________
13117 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
13118         Log: Attempt at plugging the leak under ithreads detected by Doug.
13119      Branch: perl
13120            ! op.h
13121 ____________________________________________________________________________
13122 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
13123         Log: gcc -Wall lint after #11051.
13124      Branch: perl
13125            ! pp_sys.c
13126 ____________________________________________________________________________
13127 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
13128         Log: Integrate perlio.
13129      Branch: perl
13130           !> lib/File/Find/taint.t
13131 ____________________________________________________________________________
13132 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
13133         Log: Don't use the v-strings for module VERSIONs.
13134      Branch: perl
13135            ! lib/Unicode/UCD.pm
13136 ____________________________________________________________________________
13137 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
13138         Log: Code cleanup based on turning off the -woffs in IRIX.
13139              Not all of the gripes cleaned up (hairy code in hv.c and
13140              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
13141              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
13142              to the IRIX hints)
13143      Branch: perl
13144            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
13145            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
13146            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
13147            ! regcomp.c sv.c
13148 ____________________________________________________________________________
13149 [ 11050] By: nick                                  on 2001/06/30  20:46:46
13150         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
13151      Branch: perlio
13152            ! lib/File/Find/taint.t
13153 ____________________________________________________________________________
13154 [ 11049] By: nick                                  on 2001/06/30  18:13:33
13155         Log: Integrate mainline
13156      Branch: perlio
13157           +> NetWare/nwstdio.h NetWare/perlsdio.h
13158           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
13159           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
13160           +> lib/Unicode/UCD.t t/run/exit.t
13161           !> (integrate 60 files)
13162 ____________________________________________________________________________
13163 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
13164         Log: Delta delta.
13165      Branch: perl
13166            ! pod/perl572delta.pod
13167 ____________________________________________________________________________
13168 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
13169         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
13170              by CPAN.pm, use rather _00.
13171      Branch: perl
13172            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
13173            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
13174            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
13175            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
13176            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
13177            ! lib/ExtUtils/Embed.pm lib/Test.pm
13178 ____________________________________________________________________________
13179 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
13180         Log: Add a simple Unicode character database interface, Unicode::UCD.
13181      Branch: perl
13182            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
13183            ! MANIFEST
13184 ____________________________________________________________________________
13185 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
13186         Log: Subject: [PATCH] op/numconver.t
13187              From: Nicholas Clark <nick@ccl4.org>
13188              Date: Sat, 30 Jun 2001 15:40:10 +0100
13189              Message-ID: <20010630154010.I59620@plum.flirble.org>
13190      Branch: perl
13191            ! t/op/numconvert.t
13192 ____________________________________________________________________________
13193 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
13194         Log: The $^N is now taken (by #11038).
13195      Branch: perl
13196            ! t/base/lex.t
13197 ____________________________________________________________________________
13198 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
13199         Log: The #11040 had slipped to a wrong function...
13200      Branch: perl
13201            ! sv.c
13202 ____________________________________________________________________________
13203 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
13204         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
13205              the Configure library symbol probe mysteriously finds all
13206              symbols but those of pipe() and times().
13207      Branch: perl
13208            ! hints/aix.sh
13209 ____________________________________________________________________________
13210 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
13211         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
13212              From: Nicholas Clark <nick@ccl4.org>
13213              Date: Fri, 29 Jun 2001 23:49:07 +0100
13214              Message-ID: <20010629234907.D59620@plum.flirble.org>
13215      Branch: perl
13216            ! lib/ExtUtils.t
13217 ____________________________________________________________________________
13218 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
13219         Log: Subject: [PATCH] weakref fix 2, not yet there
13220              From: Artur Bergman <artur@contiller.se>
13221              Date: Sat, 30 Jun 2001 01:18:16 +0200
13222              Message-ID: <B762D957.1CC9%artur@contiller.se>
13223      Branch: perl
13224            ! sv.c
13225 ____________________________________________________________________________
13226 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
13227         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
13228              From: Michael G Schwern <schwern@pobox.com>
13229              Date: Fri, 29 Jun 2001 19:39:11 -0400
13230              Message-ID: <20010629193910.D25304@blackrider>
13231      Branch: perl
13232            + t/run/exit.t
13233            ! MANIFEST
13234 ____________________________________________________________________________
13235 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
13236         Log: Add support for $^N, the most-recently closed group.
13237      Branch: perl
13238            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
13239            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
13240            ! thrdvar.h
13241 ____________________________________________________________________________
13242 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
13243         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
13244              From: lvirden@cas.org
13245              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
13246              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
13247              
13248              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
13249              From: lvirden@cas.org
13250              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
13251              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
13252      Branch: perl
13253            ! README.solaris
13254 ____________________________________________________________________________
13255 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
13256         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
13257              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13258              Date: Sat, 30 Jun 2001 07:33:37 +0900
13259              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
13260              
13261              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
13262              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13263              Date: Sat, 30 Jun 2001 21:38:14 +0900
13264              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
13265      Branch: perl
13266            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
13267            + ext/Encode/Encode/7bit-kr.enc
13268            ! MANIFEST ext/Encode/Encode/Tcl.pm
13269 ____________________________________________________________________________
13270 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
13271         Log: NetWare tweaks from Guruprasad.
13272      Branch: perl
13273            + NetWare/nwstdio.h NetWare/perlsdio.h
13274            ! MANIFEST NetWare/Makefile NetWare/config.wc
13275            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
13276            ! NetWare/t/Readme.txt
13277 ____________________________________________________________________________
13278 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
13279         Log: More module $VERSION bump-ups.
13280      Branch: perl
13281            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
13282            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
13283            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
13284 ____________________________________________________________________________
13285 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
13286         Log: Doc update due to #11032.
13287      Branch: perl
13288            ! pod/perl572delta.pod
13289 ____________________________________________________________________________
13290 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
13291         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
13292              From: Peter Prymmer <pvhp@forte.com>
13293              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
13294              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
13295      Branch: perl
13296            ! ext/Time/HiRes/HiRes.xs
13297 ____________________________________________________________________________
13298 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
13299         Log: -lpthreads missing in AIX.
13300      Branch: perl
13301            ! hints/aix.sh
13302 ____________________________________________________________________________
13303 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
13304         Log: Subject: [PATCH] CLONE && weakrefs
13305              From: Artur Bergman <artur@contiller.se>
13306              Date: Fri, 29 Jun 2001 17:02:00 +0200
13307              Message-ID: <B7626508.1CA0%artur@contiller.se>
13308      Branch: perl
13309            ! sv.c
13310 ____________________________________________________________________________
13311 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
13312         Log: Subject: Re: Bug report: split splits on wrong pattern
13313              From: Radu Greab <radu@netsoft.ro>
13314              Date: Wed, 27 Jun 2001 21:50:52 +0300
13315              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
13316      Branch: perl
13317            ! pp_ctl.c t/op/split.t
13318 ____________________________________________________________________________
13319 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
13320         Log: Metaconfig unit change for #11027.
13321      Branch: metaconfig/U/perl
13322            ! d_modfl.U
13323 ____________________________________________________________________________
13324 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
13325         Log: I thought this Configure glitch for AIX was just recently fixed?
13326      Branch: perl
13327            ! Configure
13328 ____________________________________________________________________________
13329 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
13330         Log: Update Changes.
13331      Branch: perl
13332            ! Changes patchlevel.h
13333 ____________________________________________________________________________
13334 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
13335         Log: Subject: Re: perl@10967, File::Find, and Cwd
13336              From: Mike Guy <mjtg@cam.ac.uk>
13337              Date: Fri, 29 Jun 2001 14:56:49 +0100
13338              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
13339      Branch: perl
13340            ! lib/File/Find/taint.t
13341 ____________________________________________________________________________
13342 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
13343         Log: Update the sv_pvprintify() spec.
13344      Branch: perl
13345            ! pod/perltodo.pod
13346 ____________________________________________________________________________
13347 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
13348         Log: Known test failures update.
13349      Branch: perl
13350            ! pod/perl572delta.pod
13351 ____________________________________________________________________________
13352 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
13353         Log: Based on
13354              
13355              Subject: [PATCH @11016] More );) fixes
13356              From: Richard Soderberg <rs@crystalflame.net>
13357              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
13358              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
13359      Branch: perl
13360            ! ext/Thread/Thread.xs ext/Thread/typemap
13361 ____________________________________________________________________________
13362 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
13363         Log: Subject: [PATCH @11016] Fixes compile errors in four files
13364              From: Richard Soderberg <rs@crystalflame.net>
13365              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
13366              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
13367      Branch: perl
13368            ! mg.c pp.c pp_hot.c util.c
13369 ____________________________________________________________________________
13370 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
13371         Log: AIX hints tweaking continues, from Merijn Brand.
13372      Branch: perl
13373            ! hints/aix.sh
13374 ____________________________________________________________________________
13375 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
13376         Log: HP-UX needs gccversion sooner, from Merijn Brand.
13377      Branch: perl
13378            ! hints/hpux.sh
13379 ____________________________________________________________________________
13380 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
13381         Log: Subject: [PATCH 5.6.1] OS/2 docs
13382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13383              Date: Fri, 29 Jun 2001 02:34:12 -0400
13384              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
13385      Branch: perl
13386            ! README.os2 os2/Changes
13387 ____________________________________________________________________________
13388 [ 11017] By: nick                                  on 2001/06/29  10:20:30
13389         Log: Integrate mainline
13390      Branch: perlio
13391           +> (branch 37 files)
13392            - ext/ODBM_File/sdbm.t
13393           !> (integrate 211 files)
13394 ____________________________________________________________________________
13395 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
13396         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
13397              the modules found using a script written by Larry Schatzer Jr.
13398      Branch: perl
13399            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
13400            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
13401            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13402            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
13403            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
13404            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
13405            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
13406            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
13407            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
13408            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
13409            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
13410            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
13411            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
13412            ! lib/constant.pm lib/fields.pm lib/strict.pm
13413 ____________________________________________________________________________
13414 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
13415         Log: The latest JPL from the anoncvs.
13416      Branch: perl
13417            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
13418 ____________________________________________________________________________
13419 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
13420         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
13421      Branch: perl
13422            ! t/op/pat.t
13423 ____________________________________________________________________________
13424 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
13425         Log: Worrying about insecure directories now is a bit too late.
13426      Branch: perl
13427            ! lib/File/Find/taint.t
13428 ____________________________________________________________________________
13429 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
13430         Log: Cannot DIE() in a void function,
13431              from Richard Hatch <rhatch@austin.ibm.com>.
13432      Branch: perl
13433            ! ext/IPC/SysV/SysV.xs
13434 ____________________________________________________________________________
13435 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
13436         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
13437              From: Peter Prymmer <pvhp@forte.com>
13438              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
13439              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
13440              
13441              (unfinished: time/hires tests 3, 5, 14 failing, but better
13442              than wholesale failure)
13443      Branch: perl
13444            ! ext/Time/HiRes/HiRes.xs
13445 ____________________________________________________________________________
13446 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
13447         Log: Subject: [PATCH 5.6.1] OS/2 improvements
13448              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13449              Date: Thu, 28 Jun 2001 16:03:14 -0400
13450              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
13451      Branch: perl
13452            + os2/os2_base.t
13453            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
13454            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
13455            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
13456            ! os2/os2ish.h
13457 ____________________________________________________________________________
13458 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
13459         Log: Subject: Incrementing Extutils::Manifest's $VERSION
13460              From: Michael G Schwern <schwern@pobox.com>
13461              Date: Thu, 28 Jun 2001 13:13:49 -0400
13462              Message-ID: <20010628131349.A14738@blackrider>
13463      Branch: maint-5.6/perl
13464            ! lib/ExtUtils/Manifest.pm
13465 ____________________________________________________________________________
13466 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
13467         Log: AIX tweak from Merijn Brand.
13468      Branch: perl
13469            ! hints/aix.sh
13470 ____________________________________________________________________________
13471 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
13472         Log: Create the macperl branch.
13473      Branch: maint-5.6/macperl
13474           +> (branch 1728 files)
13475 ____________________________________________________________________________
13476 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
13477         Log: Update Changes.
13478      Branch: perl
13479            ! Changes patchlevel.h
13480 ____________________________________________________________________________
13481 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
13482         Log: More Perforce lore.
13483      Branch: perl
13484            ! Porting/repository.pod
13485 ____________________________________________________________________________
13486 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
13487         Log: Metaconfig unit changes for #11003.
13488      Branch: metaconfig/U/perl
13489            + d_nl_langinfo.U i_langinfo.U
13490 ____________________________________________________________________________
13491 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
13492         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
13493              Expected not to exist in non-UNIX excepting in VMS, where
13494              according to a quick web survey they just might.
13495      Branch: perl
13496            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
13497            ! Porting/config_H config_h.SH configure.com epoc/config.sh
13498            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
13499            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13500            ! win32/config.bc win32/config.gc win32/config.vc
13501 ____________________________________________________________________________
13502 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
13503         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
13504              in AIX is one is doing a 64-bit build.
13505      Branch: perl
13506            ! hints/aix.sh
13507 ____________________________________________________________________________
13508 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
13509         Log: Metaconfig unit changes for #11000.
13510      Branch: metaconfig/U/perl
13511            ! use64bits.U uselfs.U
13512 ____________________________________________________________________________
13513 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
13514         Log: Move use64bitint and use64bitall before uselargefiles.
13515      Branch: perl
13516            ! Configure
13517 ____________________________________________________________________________
13518 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
13519         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
13520              From: Robert Spier <rspier@pobox.com>
13521              Message-ID: <15162.41164.618712.841415@rls.cx>
13522              Date: Wed, 27 Jun 2001 23:13:16 -0400
13523      Branch: perl
13524            ! doio.c
13525 ____________________________________________________________________________
13526 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
13527         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
13528              From: Peter Prymmer <pvhp@forte.com>
13529              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
13530              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
13531      Branch: perl
13532            ! numeric.c
13533 ____________________________________________________________________________
13534 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
13535         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
13536              From: Peter Prymmer <pvhp@forte.com>
13537              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
13538              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
13539      Branch: perl
13540            ! configure.com ext/Digest/MD5/Makefile.PL
13541 ____________________________________________________________________________
13542 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
13543         Log: Update Changes.
13544      Branch: perl
13545            ! Changes patchlevel.h
13546 ____________________________________________________________________________
13547 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
13548         Log: Tiny EPOC updates.
13549      Branch: perl
13550            ! epoc/config.sh
13551 ____________________________________________________________________________
13552 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
13553         Log: The Test::More and Test::Simple tests required help
13554              thanks to our schizophrenic test scheme.
13555      Branch: perl
13556            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13557            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13558            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13559            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13560            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13561 ____________________________________________________________________________
13562 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
13563         Log: Upgrade to Test::Simple 0.09.
13564      Branch: perl
13565            + lib/Test/Simple/Changes
13566            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
13567            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
13568            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
13569            ! lib/Test/Simple/t/plan_is_noplan.t
13570 ____________________________________________________________________________
13571 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
13572         Log: Upgrade to Test::More 0.07.
13573      Branch: perl
13574            + lib/Test/More/Changes
13575            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
13576            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
13577            ! lib/Test/More/t/skipall.t
13578 ____________________________________________________________________________
13579 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
13580         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
13581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13582              Date: Wed, 27 Jun 2001 18:40:04 +0200
13583              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
13584      Branch: perl
13585            ! hints/hpux.sh
13586 ____________________________________________________________________________
13587 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
13588         Log: Subject: [PATCH README.qnx hints/qnx.sh]
13589              From: Norton Allen <allen@huarp.harvard.edu>
13590              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
13591              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
13592      Branch: perl
13593            ! README.qnx hints/qnx.sh
13594 ____________________________________________________________________________
13595 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
13596         Log: Subject: [PATCH] two little documentation nits
13597              From: Abhijit Menon-Sen <ams@wiw.org>
13598              Date: Wed, 27 Jun 2001 20:07:50 +0530
13599              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
13600      Branch: perl
13601            ! sv.c sv.h
13602 ____________________________________________________________________________
13603 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
13604         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
13605              From: Norton Allen <allen@huarp.harvard.edu>
13606              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
13607              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
13608      Branch: perl
13609            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
13610 ____________________________________________________________________________
13611 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
13612         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
13613              From: Michael G Schwern <schwern@pobox.com>
13614              Date: Wed, 27 Jun 2001 02:34:58 -0400
13615              Message-ID: <20010627023458.K23874@blackrider>
13616      Branch: perl
13617            ! vms/test.com
13618 ____________________________________________________________________________
13619 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
13620         Log: Add perl_clone_host() for Netware.
13621      Branch: perl
13622            ! NetWare/nw5.c
13623 ____________________________________________________________________________
13624 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
13625         Log: GCC 3.0 hints for HP-UX.
13626      Branch: perl
13627            ! hints/hpux.sh
13628 ____________________________________________________________________________
13629 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
13630         Log: In some Linux distributions the libndbm is broken
13631              (no null key support), therefore link with libgdbm
13632              (if available), since it has a working ndbm emulation,
13633              from Jonathan Stowe.
13634      Branch: perl
13635            + ext/NDBM_File/hints/linux.pl
13636            ! MANIFEST
13637 ____________________________________________________________________________
13638 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
13639         Log: Subject: [PATCH perl@10930] find.t hack for VMS
13640              From: "Craig A. Berry" <craigberry@mac.com>
13641              Date: Tue, 26 Jun 2001 23:40:25 -0500
13642              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
13643      Branch: perl
13644            ! lib/File/Find/find.t
13645 ____________________________________________________________________________
13646 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
13647         Log: AUTHORS updates.
13648      Branch: perl
13649            ! AUTHORS
13650 ____________________________________________________________________________
13651 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
13652         Log: Metaconfig unit change like #10980.
13653      Branch: metaconfig
13654            ! U/compline/d_stdstdio.U
13655 ____________________________________________________________________________
13656 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
13657         Log: "lose the it's", from Abhijit Menon-Sen.
13658              ("It's" not searched, pods not searched.)
13659      Branch: perl
13660            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
13661            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
13662            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
13663            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
13664            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13665            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
13666 ____________________________________________________________________________
13667 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
13668         Log: "lose the looses", from Abhijit Menon-Sen.
13669      Branch: perl
13670            ! ext/B/B/Assembler.pm gv.c
13671 ____________________________________________________________________________
13672 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
13673         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
13674      Branch: perl
13675            ! hints/os390.sh
13676 ____________________________________________________________________________
13677 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
13678         Log: DEC C 5.3 on the VAX simply doesn't seem to like
13679              compiling the MD5 extension, disable it there for now,
13680              from Peter Prymmer.
13681      Branch: perl
13682            ! configure.com
13683 ____________________________________________________________________________
13684 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
13685         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
13686              From: Jonathan Stowe <gellyfish@gellyfish.com>
13687              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
13688              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
13689      Branch: perl
13690            ! pod/perlfaq3.pod
13691 ____________________________________________________________________________
13692 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
13693         Log: Subject: [PATCH 5.6.1] perlxs misprints
13694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13695              Date: Tue, 26 Jun 2001 17:20:00 -0400
13696              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
13697      Branch: perl
13698            ! pod/perlxs.pod
13699 ____________________________________________________________________________
13700 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
13701         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
13702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13703              Date: Tue, 26 Jun 2001 17:27:07 -0400
13704              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
13705      Branch: perl
13706            ! lib/ExtUtils/MM_Unix.pm
13707 ____________________________________________________________________________
13708 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
13709         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
13710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13711              Date: Tue, 26 Jun 2001 17:23:24 -0400
13712              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
13713      Branch: perl
13714            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
13715 ____________________________________________________________________________
13716 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
13717         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
13718              by Olaf Flebbe.
13719      Branch: perl
13720            ! perl.h
13721 ____________________________________________________________________________
13722 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
13723         Log: Detypo.
13724      Branch: perl
13725            ! lib/Memoize/t/tie_sdbm.t
13726 ____________________________________________________________________________
13727 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
13728         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
13729      Branch: perl
13730            ! win32/perllib.c
13731 ____________________________________________________________________________
13732 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
13733         Log: Subject: [patch] perl_clone+CvFILE
13734              From: Doug MacEachern <dougm@covalent.net>
13735              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
13736              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
13737      Branch: perl
13738            ! sv.c
13739 ____________________________________________________________________________
13740 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
13741         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
13742              From: Mark-Jason Dominus <mjd@plover.com>
13743              Date: Tue, 26 Jun 2001 12:33:01 -0400
13744              Message-ID: <20010626163301.31298.qmail@plover.com>
13745      Branch: perl
13746            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13747 ____________________________________________________________________________
13748 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
13749         Log: Update Changes.
13750      Branch: perl
13751            ! Changes patchlevel.h
13752 ____________________________________________________________________________
13753 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
13754         Log: Also catfile() needs now to explicitly exported.
13755      Branch: perl
13756            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13757 ____________________________________________________________________________
13758 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
13759         Log: Regen toc.
13760      Branch: perl
13761            ! pod/perltoc.pod
13762 ____________________________________________________________________________
13763 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
13764         Log: Nonexistent pod command.
13765      Branch: perl
13766            ! pod/perl572delta.pod
13767 ____________________________________________________________________________
13768 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
13769         Log: Be more portable in the quest for tmpdir.
13770      Branch: perl
13771            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13772 ____________________________________________________________________________
13773 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
13774         Log: Be more portable in finding out the home directory,
13775              and use File::Spec to do the concat.
13776              (Come to think of it, couldn't File::Spec provide
13777              for a ->homedir method?)
13778      Branch: perl
13779            ! lib/Net/Config.pm
13780 ____________________________________________________________________________
13781 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
13782         Log: Doc patch for #10959.
13783      Branch: perl
13784            ! pod/perlfunc.pod
13785 ____________________________________________________________________________
13786 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
13787         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
13788              From: "Philip Newton" <pnewton@gmx.de>
13789              Date: Tue, 26 Jun 2001 16:26:47 +0200
13790              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
13791      Branch: perl
13792            ! pod/perldata.pod
13793 ____________________________________________________________________________
13794 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
13795         Log: Subject: [PATH] shared -> unique;
13796              From: "Artur Bergman" <artur@contiller.se>
13797              Date: Tue, 26 Jun 2001 16:18:40 +0200
13798              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
13799              
13800              Because "shared" isn't: it's read-only.
13801      Branch: perl
13802            ! toke.c xsutils.c
13803 ____________________________________________________________________________
13804 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
13805         Log: Escape multiline croak messages.
13806      Branch: perl
13807            ! t/op/ver.t
13808 ____________________________________________________________________________
13809 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
13810         Log: No more pragma/*.t for minitest.
13811      Branch: perl
13812            ! Makefile.SH
13813 ____________________________________________________________________________
13814 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
13815         Log: AUTHORS updates.
13816      Branch: perl
13817            ! AUTHORS
13818 ____________________________________________________________________________
13819 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
13820         Log: delta updates.
13821      Branch: perl
13822            ! pod/perl572delta.pod
13823 ____________________________________________________________________________
13824 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
13825         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
13826              From: Artur Bergman <artur@contiller.se> 
13827              Date: Tue, 26 Jun 2001 15:32:53 +0200
13828              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
13829      Branch: perl
13830            ! makedef.pl sv.c sv.h win32/perllib.c
13831 ____________________________________________________________________________
13832 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
13833         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
13834              From: Jonathan Stowe <gellyfish@gellyfish.com>
13835              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
13836              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
13837              
13838              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
13839      Branch: perl
13840            + ext/Time/HiRes/hints/sco.pl
13841            ! MANIFEST
13842 ____________________________________________________________________________
13843 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
13844         Log: Subject: [PATCH 5.6.1] static build
13845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13846              Date: Tue, 26 Jun 2001 04:22:25 -0400
13847              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
13848      Branch: perl
13849            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
13850            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
13851 ____________________________________________________________________________
13852 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
13853         Log: DJGPP patches from Laszlo Molnar.
13854      Branch: perl
13855            ! djgpp/djgpp.c perl.c util.c
13856 ____________________________________________________________________________
13857 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
13858         Log: Netware patches from Ananth Kesari.
13859      Branch: perl
13860            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
13861            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
13862            ! NetWare/nwtinfo.h
13863 ____________________________________________________________________________
13864 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
13865         Log: Detypo.
13866      Branch: perl
13867            ! ext/Errno/Errno_pm.PL
13868 ____________________________________________________________________________
13869 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
13870         Log: There seems to be two ways of spelling the $^O in *STEP.
13871      Branch: perl
13872            ! ext/Errno/Errno_pm.PL
13873 ____________________________________________________________________________
13874 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
13875         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
13876              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
13877      Branch: perl
13878            ! ext/Errno/Errno_pm.PL
13879 ____________________________________________________________________________
13880 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
13881         Log: Known bugs update.
13882      Branch: perl
13883            ! pod/perl572delta.pod
13884 ____________________________________________________________________________
13885 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
13886         Log: The default installation of Cygwin has 500 as root's uid.
13887      Branch: perl
13888            ! lib/User/pwent.t
13889 ____________________________________________________________________________
13890 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
13891         Log: Be even more relaxed (re-allow having only one entry).
13892      Branch: perl
13893            ! t/op/grent.t t/op/pwent.t
13894 ____________________________________________________________________________
13895 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
13896         Log: Test failure updates.
13897      Branch: perl
13898            ! pod/perl572delta.pod
13899 ____________________________________________________________________________
13900 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
13901         Log: MPE/iX test tweaks from Mark Bixby.
13902      Branch: perl
13903            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
13904            ! t/io/fs.t t/op/stat.t
13905 ____________________________________________________________________________
13906 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
13907         Log: Microperl findings.
13908      Branch: perl
13909            ! perl.h pp_sys.c
13910 ____________________________________________________________________________
13911 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
13912         Log: Touch uconfig.h.
13913      Branch: perl
13914            ! uconfig.h
13915 ____________________________________________________________________________
13916 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
13917         Log: Subject: [PATCH] Proposed fix for Pod::Man
13918              From: Rob Napier <rnapier@employees.org>
13919              Date: Mon, 25 Jun 2001 15:49:24 -0400
13920              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
13921              
13922              Cater for Solaris nroff brokenness (shortchanges daisywheel
13923              printers, but hey, we also no more support PDPs.)
13924      Branch: perl
13925            ! lib/Pod/Man.pm
13926 ____________________________________________________________________________
13927 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
13928         Log: Typo in #10937.
13929      Branch: perl
13930            ! ext/POSIX/sigaction.t
13931 ____________________________________________________________________________
13932 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
13933         Log: SIGCONT not trappable in VMS.
13934      Branch: perl
13935            ! ext/POSIX/sigaction.t
13936 ____________________________________________________________________________
13937 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
13938         Log: Subject: [DRAFT] Encode-Tcl.t
13939              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13940              Date: Tue, 26 Jun 2001 03:38:08 +0900
13941              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
13942      Branch: perl
13943            + ext/Encode/Encode/Tcl.t
13944            ! MANIFEST ext/Encode/Encode/Tcl.pm
13945 ____________________________________________________________________________
13946 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
13947         Log: Because of #10932 retract also the perlfunc hunk of #10910.
13948      Branch: perl
13949            ! pod/perlfunc.pod
13950 ____________________________________________________________________________
13951 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
13952         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
13953              by Ilya Zakharevich in
13954              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
13955      Branch: perl
13956            ! XSUB.h
13957 ____________________________________________________________________________
13958 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
13959         Log: Typo in #10889.
13960      Branch: perl
13961            ! hints/uts.sh
13962 ____________________________________________________________________________
13963 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
13964         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
13965              From: Abhijit Menon-Sen <ams@wiw.org>
13966              Date: Mon, 25 Jun 2001 23:45:45 +0530
13967              Message-ID: <20010625234545.A5022@lustre.linux.in>
13968      Branch: perl
13969            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
13970 ____________________________________________________________________________
13971 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
13972         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
13973              From: Michael G Schwern <schwern@pobox.com>
13974              Date: Mon, 25 Jun 2001 14:35:51 -0400
13975              Message-ID: <20010625143551.H13819@blackrider>
13976      Branch: perl
13977            ! lib/Test.pm
13978 ____________________________________________________________________________
13979 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
13980         Log: Update Changes.
13981      Branch: perl
13982            ! Changes patchlevel.h
13983 ____________________________________________________________________________
13984 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
13985         Log: Regen toc and modlib.
13986      Branch: perl
13987            ! pod/perlmodlib.pod pod/perltoc.pod
13988 ____________________________________________________________________________
13989 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
13990         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
13991              for the benefit of C++ compilers, as suggested by Guruprasad.
13992      Branch: perl
13993            ! embed.pl proto.h
13994 ____________________________________________________________________________
13995 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
13996         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
13997              From: Jonathan Stowe <gellyfish@gellyfish.com>
13998              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
13999              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
14000      Branch: perl
14001            ! pod/perlfaq5.pod
14002 ____________________________________________________________________________
14003 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
14004         Log: Missed from #10925.
14005      Branch: perl
14006            ! gv.c
14007 ____________________________________________________________________________
14008 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
14009         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
14010              From: Robin Houston <robin@kitsite.com>
14011              Date: Sat, 19 May 2001 16:19:34 +0100
14012              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
14013      Branch: perl
14014            ! cv.h gv.h op.c
14015 ____________________________________________________________________________
14016 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
14017         Log: Netware README tweak.
14018      Branch: perl
14019            ! README.netware
14020 ____________________________________________________________________________
14021 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
14022         Log: Subject: [PATCH] Re: overload.t fails
14023              From: Abhijit Menon-Sen <ams@wiw.org>
14024              Date: Mon, 25 Jun 2001 14:52:20 +0530
14025              Message-ID: <20010625145220.A24114@lustre.linux.in>
14026      Branch: perl
14027            ! lib/overload.t
14028 ____________________________________________________________________________
14029 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
14030         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
14031              From: Mike Guy <mjtg@cam.ac.uk>
14032              Date: Mon, 25 Jun 2001 11:43:23 +0100
14033              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
14034      Branch: perl
14035            ! lib/Carp.pm
14036 ____________________________________________________________________________
14037 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
14038         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
14039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14040              Date: Sun, 24 Jun 2001 05:17:05 -0400
14041              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
14042      Branch: perl
14043            ! os2/os2ish.h
14044 ____________________________________________________________________________
14045 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
14046         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
14047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14048              Date: Mon, 25 Jun 2001 05:52:27 -0400
14049              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
14050      Branch: perl
14051            ! hints/os2.sh
14052 ____________________________________________________________________________
14053 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
14054         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
14055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14056              Date: Mon, 25 Jun 2001 05:23:35 -0400
14057              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
14058      Branch: perl
14059            ! os2/os2.c
14060 ____________________________________________________________________________
14061 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
14062         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
14063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14064              Date: Mon, 25 Jun 2001 05:04:32 -0400
14065              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
14066      Branch: perl
14067            ! os2/OS2/REXX/DLL/DLL.pm
14068 ____________________________________________________________________________
14069 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
14070         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
14071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14072              Date: Mon, 25 Jun 2001 05:02:36 -0400
14073              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
14074      Branch: perl
14075            ! mg.c os2/dl_os2.c os2/os2.c
14076 ____________________________________________________________________________
14077 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
14078         Log: Subject: Re: [PATCH 5.6.1] misprints
14079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14080              Date: Mon, 25 Jun 2001 04:50:50 -0400
14081              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
14082      Branch: perl
14083            ! os2/os2.c pp_sys.c
14084 ____________________________________________________________________________
14085 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
14086         Log: Add Test::More and Test::Simple to the delta.
14087      Branch: perl
14088            ! pod/perl572delta.pod
14089 ____________________________________________________________________________
14090 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
14091         Log: Add Test::More, from Michael G Schwern.
14092      Branch: perl
14093            + lib/Test/More.pm lib/Test/More/t/More.t
14094            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14095            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14096            + t/lib/Test/More/Catch.pm
14097            ! MANIFEST
14098 ____________________________________________________________________________
14099 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
14100         Log: Add Test::Simple from Michael G Schwern.
14101      Branch: perl
14102            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
14103            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14104            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14105            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
14106            + t/lib/Test/Simple/Catch.pm
14107            + t/lib/Test/Simple/sample_tests/death.plx
14108            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
14109            + t/lib/Test/Simple/sample_tests/extras.plx
14110            + t/lib/Test/Simple/sample_tests/five_fail.plx
14111            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
14112            + t/lib/Test/Simple/sample_tests/one_fail.plx
14113            + t/lib/Test/Simple/sample_tests/require.plx
14114            + t/lib/Test/Simple/sample_tests/success.plx
14115            + t/lib/Test/Simple/sample_tests/too_few.plx
14116            + t/lib/Test/Simple/sample_tests/two_fail.plx
14117            ! MANIFEST
14118 ____________________________________________________________________________
14119 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
14120         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
14121              From: "Craig A. Berry" <craigberry@mac.com>
14122              Date: Sun, 24 Jun 2001 23:41:36 -0500
14123              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
14124      Branch: perl
14125            ! pp_sys.c
14126 ____________________________________________________________________________
14127 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
14128         Log: Upgrade to Attribute::Handlers 0.70.
14129      Branch: perl
14130            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
14131            ! MANIFEST lib/Attribute/Handlers.pm
14132 ____________________________________________________________________________
14133 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
14134         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
14135              From: Abhijit Menon-Sen <ams@wiw.org>
14136              Date: Sat, 23 Jun 2001 05:17:44 +0530
14137              Message-ID: <20010623051744.A18583@lustre.linux.in>
14138              
14139              (Can't think of a good place to put tests.)
14140      Branch: perl
14141            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
14142 ____________________________________________________________________________
14143 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
14144         Log: Subject: [PATCH] t/op/pat.t typo fix
14145              From: Richard Soderberg <rs@crystalflame.net>
14146              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
14147              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
14148      Branch: perl
14149            ! t/op/pat.t
14150 ____________________________________________________________________________
14151 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
14152         Log: Move the pack warnings to their own file, as pointed
14153              out by Spider.
14154      Branch: perl
14155            + t/lib/warnings/pp_pack
14156            ! MANIFEST t/lib/warnings/pp
14157 ____________________________________________________________________________
14158 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
14159         Log: Update Changes.
14160      Branch: perl
14161            ! Changes patchlevel.h
14162 ____________________________________________________________________________
14163 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
14164         Log: Partially fix a problem noticed by IRIX compiler:
14165              the initialization of parse_start was bypassed by
14166              several gotos.  Now initialized to zero, which may
14167              not be the best choice.
14168      Branch: perl
14169            ! regcomp.c
14170 ____________________________________________________________________________
14171 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
14172         Log: Relax the group and password tests back to moaning only
14173              if no matches at all are found.  (Even with a small sample
14174              I could find many sites where there are, umm, anomalies in
14175              the said databases.)       
14176      Branch: perl
14177            ! t/op/grent.t t/op/pwent.t
14178 ____________________________________________________________________________
14179 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
14180         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
14181      Branch: perl
14182            ! pp_ctl.c
14183 ____________________________________________________________________________
14184 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
14185         Log: De-cut-and-pasto in #10902.
14186      Branch: perl
14187            ! pp_ctl.c
14188 ____________________________________________________________________________
14189 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
14190         Log: The #10771 didn't take?
14191      Branch: perl
14192            ! pp_ctl.c
14193 ____________________________________________________________________________
14194 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
14195         Log: Undo the filetests part of #10900, under multiplicity
14196              weird errors take place.
14197      Branch: perl
14198            ! pp_sys.c
14199 ____________________________________________________________________________
14200 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
14201         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
14202      Branch: perl
14203            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
14204 ____________________________________________________________________________
14205 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
14206         Log: (Replaced by #10922)
14207              
14208              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
14209              From: Tony Bowden <tony@kasei.com>
14210              Date: Sun, 24 Jun 2001 17:32:40 +0100
14211              Message-ID: <20010624173240.A16293@blackstar.co.uk>
14212              
14213              Document (well, mention) shortmess() and longmess()
14214              to rob people of their fun of reinventing the weel.
14215      Branch: perl
14216            ! lib/Carp.pm
14217 ____________________________________________________________________________
14218 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
14219         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
14220              From: Brian Jepson <bjepson@oreilly.com>
14221              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
14222              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
14223      Branch: perl
14224            ! pp_sys.c
14225 ____________________________________________________________________________
14226 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
14227         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
14228              From: Robin Barker <rmb1@cise.npl.co.uk> 
14229              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
14230              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
14231      Branch: perl
14232            ! lib/CPAN.pm
14233 ____________________________________________________________________________
14234 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
14235         Log: Memoize patch from mjd.
14236      Branch: perl
14237            ! lib/Memoize/t/tie_storable.t
14238 ____________________________________________________________________________
14239 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
14240         Log: Spec the sv_pvprintify() a bit more.
14241      Branch: perl
14242            ! pod/perltodo.pod
14243 ____________________________________________________________________________
14244 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
14245         Log: Upgrade to Memoize 0.65.
14246      Branch: perl
14247            + lib/Memoize/t/array_confusion.t
14248            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14249            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
14250            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14251            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
14252            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
14253            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
14254            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14255            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
14256            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
14257            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
14258            ! lib/Memoize/t/tie_storable.t
14259 ____________________________________________________________________________
14260 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
14261         Log: Metaconfig unit change for #10892.
14262      Branch: metaconfig
14263            ! U/modified/Options.U
14264 ____________________________________________________________________________
14265 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
14266         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
14267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14268              Date: Sun, 24 Jun 2001 05:24:40 -0400
14269              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
14270      Branch: perl
14271            ! Configure hints/os2.sh
14272 ____________________________________________________________________________
14273 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
14274         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
14275              From: Mike Guy <mjtg@cam.ac.uk>
14276              Date: Sun, 24 Jun 2001 15:28:39 +0100
14277              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
14278              
14279              Fix an ancient (5.002) bug.
14280      Branch: perl
14281            ! lib/Carp/Heavy.pm
14282 ____________________________________________________________________________
14283 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
14284         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
14285              variables.
14286      Branch: perl
14287            ! pp_sys.c
14288 ____________________________________________________________________________
14289 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
14290         Log: Make UTS as per #10888.
14291      Branch: perl
14292            ! hints/uts.sh
14293 ____________________________________________________________________________
14294 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
14295         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
14296      Branch: perl
14297            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
14298            ! mpeix/mpeixish.h perl.h unixish.h
14299 ____________________________________________________________________________
14300 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
14301         Log: AUTHORS update.
14302      Branch: perl
14303            ! AUTHORS
14304 ____________________________________________________________________________
14305 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
14306         Log: Subject: Encode::Tcl for multibyte doesnot work
14307              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14308              Date: Sun, 24 Jun 2001 22:48:21 +0900
14309              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
14310      Branch: perl
14311            ! ext/Encode/Encode/Tcl.pm
14312 ____________________________________________________________________________
14313 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
14314         Log: Subject: [PATCH] Remove tautology in error messages
14315              From: Mike Guy <mjtg@cam.ac.uk>
14316              Date: Sun, 24 Jun 2001 13:31:00 +0100
14317              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
14318      Branch: perl
14319            ! pp_sys.c
14320 ____________________________________________________________________________
14321 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
14322         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
14323      Branch: perl
14324            ! hints/darwin.sh
14325 ____________________________________________________________________________
14326 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
14327         Log: Subject: Re: [PATCH 5.6.1] test suite
14328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14329              Date: Sun, 24 Jun 2001 05:47:05 -0400
14330              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
14331              
14332              Test suite fixes.
14333      Branch: perl
14334            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
14335 ____________________________________________________________________________
14336 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
14337         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
14338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14339              Date: Sun, 24 Jun 2001 05:37:19 -0400
14340              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
14341      Branch: perl
14342            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
14343 ____________________________________________________________________________
14344 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
14345         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
14346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14347              Date: Sun, 24 Jun 2001 05:34:50 -0400
14348              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
14349              
14350              Pacify compiler warnings.
14351      Branch: perl
14352            ! pp_sys.c
14353 ____________________________________________________________________________
14354 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
14355         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
14356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14357              Date: Sun, 24 Jun 2001 05:21:18 -0400
14358              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
14359              
14360              Enable compression of executables during link time.
14361      Branch: perl
14362            ! hints/os2.sh
14363 ____________________________________________________________________________
14364 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
14365         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
14366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14367              Date: Sun, 24 Jun 2001 05:15:11 -0400
14368              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
14369              
14370              Add ordinals to the export list for Perl DLL.
14371              (Breaks intra-version DLL compatibility.)
14372      Branch: perl
14373            ! makedef.pl
14374 ____________________________________________________________________________
14375 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
14376         Log: Allow (displaying and) re-editing the Subject in perlbug.
14377              Also abstract the Subject quality control into a function.
14378      Branch: perl
14379            ! utils/perlbug.PL
14380 ____________________________________________________________________________
14381 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
14382         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
14383      Branch: perl
14384            ! utils/perlbug.PL
14385 ____________________________________________________________________________
14386 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
14387         Log: Regen toc and modlib.
14388      Branch: perl
14389            ! pod/perlmodlib.pod pod/perltoc.pod
14390 ____________________________________________________________________________
14391 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
14392         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
14393              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
14394              attribute semantics as much as possible, or 'ntsec' which uses
14395              native NTFS semantics.)  (See also #10877.)
14396      Branch: perl
14397            ! perl.c
14398 ____________________________________________________________________________
14399 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
14400         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
14401      Branch: perl
14402            ! lib/Test/Harness.pm
14403 ____________________________________________________________________________
14404 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
14405         Log: Just zap the -uPerlio.
14406      Branch: perl
14407            ! ext/B/Stash.t
14408 ____________________________________________________________________________
14409 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
14410         Log: Do not test PerlIO if PerlIO not used.
14411      Branch: perl
14412            ! ext/PerlIO/PerlIO.t
14413 ____________________________________________________________________________
14414 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
14415         Log: Regen perlapi.
14416      Branch: perl
14417            ! pod/perlapi.pod
14418 ____________________________________________________________________________
14419 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
14420         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
14421              From: Nicholas Clark <nick@ccl4.org>
14422              Date: Sat, 23 Jun 2001 22:55:47 +0100
14423              Message-ID: <20010623225547.Z98663@plum.flirble.org>
14424      Branch: perl
14425            ! numeric.c
14426 ____________________________________________________________________________
14427 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
14428         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
14429              From: Prymmer/Kahn <pvhp@best.com>
14430              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
14431              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
14432      Branch: perl
14433            ! lib/h2xs.t
14434 ____________________________________________________________________________
14435 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
14436         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
14437              cygwin does not taint cwd, just like win32.
14438      Branch: perl
14439            ! lib/File/Find/taint.t t/op/taint.t
14440 ____________________________________________________________________________
14441 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
14442         Log: Retract #10865, the patch should be unnecessary.
14443              (But seemingly helpful in Cygwin?  Strange.)
14444      Branch: perl
14445            ! lib/Memoize/t/tie_ndbm.t
14446 ____________________________________________________________________________
14447 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
14448         Log: Misplaced test file; plus Cygwin filesystem semantics.
14449      Branch: perl
14450            + ext/SDBM_File/sdbm.t
14451            - ext/ODBM_File/sdbm.t
14452            ! MANIFEST
14453 ____________________________________________________________________________
14454 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
14455         Log: (Retracted by #10867.)
14456      Branch: perl
14457            ! lib/Memoize/t/tie_ndbm.t
14458 ____________________________________________________________________________
14459 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
14460         Log: Metaconfig unit change for #10863.
14461      Branch: metaconfig/U/perl
14462            ! Extensions.U
14463 ____________________________________________________________________________
14464 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
14465         Log: In Cygwin do not build NDBM_File and ODBM_File unless
14466              -lndbm and -ldbm are available.
14467      Branch: perl
14468            ! Configure config_h.SH
14469 ____________________________________________________________________________
14470 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
14471         Log: More Cygwin filesystem semantics.
14472      Branch: perl
14473            ! t/io/fs.t t/op/stat.t
14474 ____________________________________________________________________________
14475 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
14476         Log: More DOSish permission semantics for Cygwin.
14477      Branch: perl
14478            ! lib/AnyDBM_File.t
14479 ____________________________________________________________________________
14480 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
14481         Log: Cygwin too has different permission semantics.
14482      Branch: perl
14483            ! ext/GDBM_File/gdbm.t
14484 ____________________________________________________________________________
14485 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
14486         Log: The group (and assumedly passwd) databases can have
14487              only one entry (this is the case in cygwin).
14488      Branch: perl
14489            ! t/op/grent.t t/op/pwent.t
14490 ____________________________________________________________________________
14491 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
14492         Log: Also in Cygwin use Socket to figure out domainname
14493              (if any) (avoids trying to call external 'domainname',
14494              which doesn't at the moment exist in Cygwin)
14495      Branch: perl
14496            ! lib/Net/Domain.pm
14497 ____________________________________________________________________________
14498 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
14499         Log: Remove also the lib$Foo.def, not just $Foo.def.
14500      Branch: perl
14501            ! lib/ExtUtils/MM_Unix.pm
14502 ____________________________________________________________________________
14503 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
14504         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
14505      Branch: perl
14506            ! unixish.h
14507 ____________________________________________________________________________
14508 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
14509         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
14510              to match the whole isprint(), only the space character.
14511      Branch: perl
14512            ! handy.h pod/perlre.pod t/op/pat.t
14513 ____________________________________________________________________________
14514 [ 10854] By: nick                                  on 2001/06/23  08:09:33
14515         Log: Integrate mainline
14516      Branch: perlio
14517           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
14518           !> lib/ExtUtils.t lib/File/Find/taint.t
14519           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
14520           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
14521           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
14522 ____________________________________________________________________________
14523 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
14524         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
14525              with its floats    in os390 and s390 (UTS).
14526      Branch: perl
14527            ! lib/Math/BigInt/t/bigintpm.t
14528 ____________________________________________________________________________
14529 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
14530         Log: Add also UTS (s390) to the non-IEEE float platforms.
14531      Branch: perl
14532            ! t/op/sprintf.t
14533 ____________________________________________________________________________
14534 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
14535         Log: Subject: RFC: what are applicable standards for exponent sizes?
14536              From: Peter Prymmer <pvhp@forte.com>
14537              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
14538              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
14539      Branch: perl
14540            ! t/op/sprintf.t
14541 ____________________________________________________________________________
14542 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
14543         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
14544              From: Peter Prymmer <pvhp@forte.com>
14545              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
14546              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
14547      Branch: perl
14548            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
14549 ____________________________________________________________________________
14550 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
14551         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
14552              From: Peter Prymmer <pvhp@forte.com>
14553              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
14554              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
14555      Branch: perl
14556            ! lib/ExtUtils.t
14557 ____________________________________________________________________________
14558 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
14559         Log: Retract #10845.
14560      Branch: perl
14561            ! lib/File/Find/taint.t
14562 ____________________________________________________________________________
14563 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
14564         Log: Yet another error message.
14565      Branch: perl
14566            ! t/op/mkdir.t
14567 ____________________________________________________________________________
14568 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
14569         Log: The croak message for nonexistent socket functions may vary.
14570      Branch: perl
14571            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
14572 ____________________________________________________________________________
14573 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
14574         Log: (Retracted by #10848.)
14575      Branch: perl
14576            ! lib/File/Find/taint.t
14577 ____________________________________________________________________________
14578 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
14579         Log: Integrate perlio.
14580      Branch: perl
14581           !> lib/File/Find/taint.t t/op/write.t
14582 ____________________________________________________________________________
14583 [ 10843] By: nick                                  on 2001/06/22  21:24:51
14584         Log: Back out debug in taint.t
14585      Branch: perlio
14586            ! lib/File/Find/taint.t
14587 ____________________________________________________________________________
14588 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
14589         Log: setitimer() does not exist in Unicos, despite of what
14590              Configure thinks, from Mark P. Lutz.
14591      Branch: perl
14592            ! hints/unicos.sh
14593 ____________________________________________________________________________
14594 [ 10841] By: nick                                  on 2001/06/22  21:19:36
14595         Log: Skip cwd test on Win32 ???
14596      Branch: perlio
14597            ! lib/File/Find/taint.t
14598 ____________________________________________________________________________
14599 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
14600         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
14601              and Tru64 gcc -Wall happy.
14602      Branch: perl
14603            ! mg.c
14604 ____________________________________________________________________________
14605 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
14606         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
14607      Branch: perl
14608            ! ext/IPC/SysV/Semaphore.pm
14609 ____________________________________________________________________________
14610 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
14611         Log: Metaconfig unit change for #10837.
14612      Branch: metaconfig/U/perl
14613            ! Cross.U
14614 ____________________________________________________________________________
14615 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
14616         Log: Cleanup of the cross-compilation unit.
14617      Branch: perl
14618            ! Configure
14619 ____________________________________________________________________________
14620 [ 10836] By: nick                                  on 2001/06/22  20:45:12
14621         Log: Skip |- based op/write.t on Win32 as well as VMS
14622      Branch: perlio
14623            ! t/op/write.t
14624 ____________________________________________________________________________
14625 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
14626         Log: Integrate perlio.
14627      Branch: perl
14628           !> util.c
14629 ____________________________________________________________________________
14630 [ 10834] By: nick                                  on 2001/06/22  20:41:54
14631         Log: Integrate mainline
14632      Branch: perlio
14633           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14634           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
14635           !> vos/config.ga.h
14636 ____________________________________________________________________________
14637 [ 10833] By: nick                                  on 2001/06/22  20:22:58
14638         Log: Patcho fix.
14639      Branch: perlio
14640            ! util.c
14641 ____________________________________________________________________________
14642 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
14643         Log: Metaconfig unit changes for #10831.
14644      Branch: metaconfig
14645            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
14646 ____________________________________________________________________________
14647 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
14648         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
14649              From: Andy Dougherty <doughera@lafayette.edu>
14650              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
14651              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
14652      Branch: perl
14653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14654            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
14655 ____________________________________________________________________________
14656 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
14657         Log: MPE/iX prototype nits from Mark Bixby.
14658      Branch: perl
14659            ! pp_sys.c
14660 ____________________________________________________________________________
14661 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
14662         Log: Detypo.
14663      Branch: perl
14664            ! util.c
14665 ____________________________________________________________________________
14666 [ 10828] By: nick                                  on 2001/06/22  15:33:37
14667         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
14668      Branch: perlio
14669           +> lib/h2xs.t
14670           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
14671           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
14672           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
14673           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
14674           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14675           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
14676           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
14677           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
14678           !> vms/vmsish.h
14679 ____________________________________________________________________________
14680 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
14681         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
14682              Date: Fri, 22 Jun 2001 10:08:35 -0500
14683              From: "Craig A. Berry" <craigberry@mac.com>
14684              Message-Id: <a05101001b75908704194@[192.168.56.145]>
14685      Branch: perl
14686            ! vms/vms.c vms/vmsish.h
14687 ____________________________________________________________________________
14688 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
14689         Log: NetWare scripts tweak from Ananth Kesari.
14690      Branch: perl
14691            ! NetWare/t/NWScripts.pl
14692 ____________________________________________________________________________
14693 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
14694         Log: Update Changes.
14695      Branch: perl
14696            ! Changes patchlevel.h
14697 ____________________________________________________________________________
14698 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
14699         Log: Add .i and .s targets.
14700      Branch: perl
14701            ! Makefile.SH
14702 ____________________________________________________________________________
14703 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
14704         Log: Upgrade to Locale::Maketext 1.03.
14705      Branch: perl
14706            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14707            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
14708 ____________________________________________________________________________
14709 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
14710         Log: Upgrade to I18N::LangTags 0.26.
14711      Branch: perl
14712            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14713            ! lib/I18N/LangTags/test.pl
14714 ____________________________________________________________________________
14715 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
14716         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
14717              Philip Newton.
14718      Branch: perl
14719            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14720            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14721 ____________________________________________________________________________
14722 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
14723         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
14724              From: Prymmer/Kahn <pvhp@best.com>
14725              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
14726              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
14727      Branch: perl
14728            + lib/h2xs.t
14729            ! MANIFEST utils/h2xs.PL
14730 ____________________________________________________________________________
14731 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
14732         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
14733              From: Prymmer/Kahn <pvhp@best.com>
14734              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
14735              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
14736      Branch: perl
14737            ! lib/ExtUtils.t
14738 ____________________________________________________________________________
14739 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
14740         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
14741              From: Prymmer/Kahn <pvhp@best.com>
14742              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
14743              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
14744      Branch: perl
14745            ! t/pod/plainer.t
14746 ____________________________________________________________________________
14747 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
14748         Log: AUTHORS update.
14749      Branch: perl
14750            ! AUTHORS
14751 ____________________________________________________________________________
14752 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
14753         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
14754              From: "Craig A. Berry" <craigberry@mac.com>
14755              Date: Thu, 21 Jun 2001 18:20:38 -0500
14756              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
14757      Branch: perl
14758            ! ext/POSIX/POSIX.xs
14759 ____________________________________________________________________________
14760 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
14761         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
14762              From: "Craig A. Berry" <craigberry@mac.com>
14763              Date: Thu, 21 Jun 2001 09:58:52 -0500
14764              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
14765      Branch: perl
14766            ! ext/B/Deparse.t t/op/write.t
14767 ____________________________________________________________________________
14768 [ 10814] By: nick                                  on 2001/06/22  08:13:09
14769         Log: Integrate mainline.
14770      Branch: perlio
14771           !> (integrate 46 files)
14772 ____________________________________________________________________________
14773 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
14774         Log: Change the prefixes only if $prefix is unset,
14775              as originally patched by Marcel Grunauer.
14776      Branch: perl
14777            ! hints/darwin.sh hints/rhapsody.sh
14778 ____________________________________________________________________________
14779 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
14780         Log: Subject: Re: Patch for hints/darwin.sh
14781              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
14782              Date: Thu, 21 Jun 2001 11:23:46 -0700
14783              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
14784      Branch: perl
14785            ! hints/darwin.sh hints/rhapsody.sh
14786 ____________________________________________________________________________
14787 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
14788         Log: Add .PHONY targets for non-file targets,
14789              from Wilfredo Sánchez.  Should help saying
14790              "make install" on case-insensitive filesystems.
14791      Branch: perl
14792            ! Makefile.SH
14793 ____________________________________________________________________________
14794 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
14795         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
14796              From: Doug MacEachern <dougm@covalent.net>
14797              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
14798              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
14799              
14800              plus reword the getcwd() comment, plus use getcwd() buffer
14801              size minus one.
14802      Branch: perl
14803            ! util.c
14804 ____________________________________________________________________________
14805 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
14806         Log: More gprofing from Doug MacEachern.
14807      Branch: perl
14808            ! Makefile.SH
14809 ____________________________________________________________________________
14810 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
14811         Log: Metaconfig unit change for #10807.
14812      Branch: metaconfig/U/perl
14813            ! d_sfio.U
14814 ____________________________________________________________________________
14815 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
14816         Log: Tell that you are removing the unneeded -lsfio.
14817      Branch: perl
14818            ! Configure
14819 ____________________________________________________________________________
14820 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
14821         Log: More MPE/iX tweaks from Mark Bixby.
14822      Branch: perl
14823            ! perl.c t/op/magic.t
14824 ____________________________________________________________________________
14825 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
14826         Log: The fchdir() proto is supposed to live in <unistd.h>.
14827      Branch: perl
14828            ! ext/Cwd/Cwd.xs
14829 ____________________________________________________________________________
14830 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
14831         Log: This town is too small for the Cwd extension and me,
14832              it would seem...
14833      Branch: perl
14834            ! ext/Cwd/Cwd.xs
14835 ____________________________________________________________________________
14836 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
14837         Log: Metaconfig unit change for #10802.
14838      Branch: metaconfig/U/perl
14839            ! d_modfl.U
14840 ____________________________________________________________________________
14841 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
14842         Log: More d'ohs.
14843      Branch: perl
14844            ! Configure
14845 ____________________________________________________________________________
14846 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
14847         Log: Off-by-one.  I'm so classic.
14848      Branch: perl
14849            ! util.c
14850 ____________________________________________________________________________
14851 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
14852         Log: Update Changes.
14853      Branch: perl
14854            ! Changes patchlevel.h
14855 ____________________________________________________________________________
14856 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
14857         Log: Subject: Documentation patch for Net::FTP
14858              From: Marcel Grunauer <marcel@codewerk.com>
14859              Date: Wed, 20 Jun 2001 23:03:26 +0200
14860              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
14861      Branch: perl
14862            ! lib/Net/FTP.pm
14863 ____________________________________________________________________________
14864 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
14865         Log: Retract the #10417 mg.c and embed.pl parts because of
14866              strange SEGVs in 64bit x86 FreeBSD observed by
14867              Nicholas Clark.
14868      Branch: perl
14869            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
14870 ____________________________________________________________________________
14871 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
14872         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
14873      Branch: perl
14874            ! Configure NetWare/config.wc NetWare/config_H.wc
14875            ! Porting/Glossary Porting/config.sh Porting/config_H
14876            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
14877            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14878            ! vos/config.ga.h win32/config.bc win32/config.gc
14879            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14880            ! win32/config_H.vc
14881 ____________________________________________________________________________
14882 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
14883         Log: Cwd tweak from Doug MacEachern.
14884      Branch: perl
14885            ! ext/Cwd/Cwd.xs
14886 ____________________________________________________________________________
14887 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
14888         Log: Protect the fchdir() and lstat() with ifdefs.
14889              fchdir() needs a Configure probe.
14890      Branch: perl
14891            ! ext/Cwd/Cwd.xs
14892 ____________________________________________________________________________
14893 [ 10794] By: nick                                  on 2001/06/21  17:11:35
14894         Log: Integrate mainline
14895      Branch: perlio
14896           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
14897           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
14898           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
14899           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
14900           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
14901           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
14902           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
14903           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
14904            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
14905            - lib/File/Glob/case.t lib/File/Glob/global.t
14906            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
14907            - lib/File/Temp/posix.t lib/File/Temp/security.t
14908            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
14909            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
14910            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
14911            - lib/Text/Wrap/wrap.t
14912           !> (integrate 41 files)
14913 ____________________________________________________________________________
14914 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
14915         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
14916              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
14917              Date: Thu, 21 Jun 2001 13:04:54 -0500
14918              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
14919      Branch: perl
14920            ! ext/Cwd/Cwd.xs
14921 ____________________________________________________________________________
14922 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
14923         Log: Subject: [PATCH pod] overlong =item
14924              From: Robin Barker <rmb1@cise.npl.co.uk>
14925              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
14926              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
14927      Branch: perl
14928            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14929            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14930 ____________________________________________________________________________
14931 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
14932         Log: Subject: [PATCH perlio.c] format 
14933              From: Robin Barker <rmb1@cise.npl.co.uk>
14934              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
14935              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
14936      Branch: perl
14937            ! perlio.c
14938 ____________________________________________________________________________
14939 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
14940         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
14941              From: Radu Greab <radu@netsoft.ro>
14942              Date: Thu, 21 Jun 2001 19:06:02 +0300
14943              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
14944      Branch: perl
14945            ! pod/perlapi.pod sv.c
14946 ____________________________________________________________________________
14947 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
14948         Log: The metaconfig unit changes for #10788.
14949      Branch: metaconfig/U/perl
14950            ! Cross.U fflushall.U
14951 ____________________________________________________________________________
14952 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
14953         Log: Cross-configuration changes: make $from to rm the files
14954              before copying them over (this means that he rm can be
14955              removed from the fflushall test), create $targetmkdir      
14956              (not documented in install since it is supposed to internal
14957              use only), make $run to copy over the executable only if
14958              a stamp file .xok doesn't already exist (to avoid unnecessary
14959              copying of the executable)
14960      Branch: perl
14961            ! Configure Makefile.SH
14962 ____________________________________________________________________________
14963 [ 10787] By: nick                                  on 2001/06/21  14:16:18
14964         Log: Integrate mainline
14965      Branch: perlio
14966           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
14967           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
14968           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
14969            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
14970           !> (integrate 34 files)
14971 ____________________________________________________________________________
14972 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
14973         Log: Re-add the files as text.
14974      Branch: perl
14975            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
14976 ____________________________________________________________________________
14977 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
14978         Log: Delete the binary files.
14979      Branch: perl
14980            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
14981 ____________________________________________________________________________
14982 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
14983         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
14984              From: Andy Dougherty <doughera@lafayette.edu>
14985              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
14986              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
14987      Branch: perl
14988            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
14989            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
14990            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
14991            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
14992 ____________________________________________________________________________
14993 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
14994         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
14995              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
14996              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
14997              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
14998              
14999              Setting umask to something friendlier.
15000      Branch: perl
15001            ! installman installperl
15002 ____________________________________________________________________________
15003 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
15004         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
15005              Resort MANIFEST with sort -f, looks much better.
15006      Branch: perl
15007            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
15008            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
15009            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
15010            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
15011            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
15012            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
15013            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
15014            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
15015            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
15016            - lib/File/Glob/case.t lib/File/Glob/global.t
15017            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
15018            - lib/File/Temp/posix.t lib/File/Temp/security.t
15019            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
15020            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
15021            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
15022            - lib/Text/Wrap/wrap.t
15023            ! MANIFEST
15024 ____________________________________________________________________________
15025 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
15026         Log: Upgrade to I18N::LangTags 0.25.
15027      Branch: perl
15028            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
15029            ! lib/I18N/LangTags/List.pm
15030 ____________________________________________________________________________
15031 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
15032         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
15033              From: Richard Soderberg <rs@crystalflame.net>
15034              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
15035              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
15036      Branch: perl
15037            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
15038            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
15039 ____________________________________________________________________________
15040 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
15041         Log: Test obsoleted by change #10777.
15042      Branch: perl
15043            ! t/op/sub_lval.t
15044 ____________________________________________________________________________
15045 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
15046         Log: Case of confused test numbering.
15047      Branch: perl
15048            ! t/op/pat.t
15049 ____________________________________________________________________________
15050 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
15051         Log: Subject: Re: Opinion on undef lvalue
15052              From: Abhijit Menon-Sen <ams@wiw.org>
15053              Date: Sun, 17 Jun 2001 13:04:46 +0530
15054              Message-ID: <20010617130446.B27925@lustre.linux.in>
15055              
15056              Allow lvalue subs to return undef in array context.
15057      Branch: perl
15058            ! pp_hot.c
15059 ____________________________________________________________________________
15060 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
15061         Log: Just a guess that using the same hack for cygwin as
15062              for win32 might help.
15063      Branch: perl
15064            ! lib/File/Find/find.t
15065 ____________________________________________________________________________
15066 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
15067         Log: NetWare tweaks from Guruprasad.
15068      Branch: perl
15069            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
15070            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
15071            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
15072            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
15073 ____________________________________________________________________________
15074 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
15075         Log: Subject: Re: perl@10722: Bogus warnings on REs 
15076              From: Hugo <hv@crypt.compulink.co.uk>
15077              Date: Thu, 21 Jun 2001 09:51:17 +0100
15078              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
15079              
15080              Unroll to avoid a UTS compiler bug.
15081      Branch: perl
15082            ! regcomp.c
15083 ____________________________________________________________________________
15084 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
15085         Log: Subject: Re: [PATCH] Make /o work under i?threads
15086              From: Artur Bergman <artur@contiller.se>
15087              Date: Thu, 21 Jun 2001 14:38:03 +0200
15088              Message-ID: <B757B74A.184D%artur@contiller.se>
15089      Branch: perl
15090            ! t/op/pat.t
15091 ____________________________________________________________________________
15092 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
15093         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
15094              From: Artur Bergman <artur@contiller.se> 
15095              Date: Thu, 21 Jun 2001 14:27:33 +0200
15096              Message-ID: <B757B4D4.1849%artur@contiller.se>
15097              
15098              Plus extra parentheses.
15099      Branch: perl
15100            ! op.h
15101 ____________________________________________________________________________
15102 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
15103         Log: Subject: [PATCH] Make /o work under i?threads
15104              From: Richard Soderberg <rs@crystalflame.net>
15105              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
15106              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
15107      Branch: perl
15108            ! pp_ctl.c
15109 ____________________________________________________________________________
15110 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
15111         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
15112              From: Artur Bergman <artur@contiller.se>
15113              Date: Thu, 21 Jun 2001 14:04:54 +0200
15114              Message-ID: <B757AF86.1842%artur@contiller.se>
15115      Branch: perl
15116            ! op.h
15117 ____________________________________________________________________________
15118 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
15119         Log: Subject: Re: perl@10765: sv.c not OK on win32
15120              From: Artur Bergman <artur@contiller.se>
15121              Date: Thu, 21 Jun 2001 10:31:06 +0200
15122              Message-ID: <B7577D69.182C%artur@contiller.se>
15123      Branch: perl
15124            ! sv.c
15125 ____________________________________________________________________________
15126 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
15127         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
15128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15129              Date: Thu, 21 Jun 2001 06:23:56 -0400
15130              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
15131              
15132              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
15133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15134              Date: Thu, 21 Jun 2001 06:32:21 -0400
15135              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
15136      Branch: perl
15137            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
15138 ____________________________________________________________________________
15139 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
15140         Log: Subject: [PATCH] make syslog test more verbose
15141              From: Robert Spier <rspier@pobox.com>
15142              Date: Thu, 21 Jun 2001 00:54:32 -0400
15143              Message-ID: <15153.32264.295807.333073@rls.cx>
15144      Branch: perl
15145            ! ext/Sys/Syslog/syslog.t
15146 ____________________________________________________________________________
15147 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
15148         Log: Subject: op/study.t refinements
15149              From: Hugo <hv@crypt.compulink.co.uk>
15150              Date: Thu, 21 Jun 2001 00:29:07 +0100
15151              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
15152      Branch: perl
15153            ! t/op/study.t
15154 ____________________________________________________________________________
15155 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
15156         Log: Update Changes.
15157      Branch: perl
15158            ! Changes patchlevel.h
15159 ____________________________________________________________________________
15160 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
15161         Log: Subject: Re: [PATCH] djgpp updates
15162              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
15163              Date: Wed, 20 Jun 2001 10:05:15 +0200
15164              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
15165      Branch: perl
15166            ! djgpp/config.over
15167 ____________________________________________________________________________
15168 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
15169         Log: Fix for ID 20010619.002 "When building hash, hash keys that
15170              are function calls are not being called", from Abhijit.
15171      Branch: perl
15172            ! t/base/lex.t toke.c
15173 ____________________________________________________________________________
15174 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
15175         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
15176      Branch: perl
15177            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
15178            + lib/Locale/Maketext/test.pl
15179            - lib/Locale/Maketext.t
15180            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15181            ! lib/Locale/Maketext/TPJ13.pod
15182 ____________________________________________________________________________
15183 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
15184         Log: Metaconfig unit change for #10760.
15185      Branch: metaconfig
15186            ! U/modified/Cppsym.U
15187 ____________________________________________________________________________
15188 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
15189         Log: Do not remove the ccsym* Cppsym* files since
15190              they are useful for metaconfig units coming after us.
15191              (This is the Configure nit mentioned in #10752.)
15192      Branch: perl
15193            ! Configure
15194 ____________________________________________________________________________
15195 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
15196         Log: Update to I18N::LangTags 0.24, from Sean Burke.
15197      Branch: perl
15198            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
15199            + lib/I18N/LangTags/README
15200            - lib/I18N/LangTags/List.pod
15201            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
15202 ____________________________________________________________________________
15203 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
15204         Log: Regen headers.
15205      Branch: perl
15206            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
15207            ! pod/perlapi.pod proto.h
15208 ____________________________________________________________________________
15209 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
15210         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
15211              From: Artur Bergman <artur@contiller.se>
15212              Date: Wed, 20 Jun 2001 11:31:32 +0200
15213              Message-ID: <B7563A14.17D8%artur@contiller.se>
15214      Branch: perl
15215            ! embed.pl hv.c intrpvar.h sv.c sv.h
15216 ____________________________________________________________________________
15217 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
15218         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
15219              From: Tim Sweetman <tim@aldigital.co.uk> 
15220              Date: Wed, 13 Jun 2001 14:25:17 +0100 
15221              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
15222      Branch: perl
15223            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
15224 ____________________________________________________________________________
15225 [ 10755] By: nick                                  on 2001/06/20  16:12:37
15226         Log: Integrate mainline
15227      Branch: perlio
15228           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
15229           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
15230           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
15231           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
15232           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
15233           !> t/op/study.t util.c
15234 ____________________________________________________________________________
15235 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
15236         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
15237              but not Makefile)
15238      Branch: maint-5.6/perl
15239            ! win32/Makefile
15240 ____________________________________________________________________________
15241 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
15242         Log: Security tweak on readlink().
15243      Branch: perl
15244            ! pp_sys.c
15245 ____________________________________________________________________________
15246 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
15247         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
15248      Branch: perl
15249            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
15250            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
15251            ! mpeix/relink t/op/pwent.t
15252 ____________________________________________________________________________
15253 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
15254         Log: Reinstate #10725 (with probe for alarm()).
15255      Branch: perl
15256            ! t/op/study.t
15257 ____________________________________________________________________________
15258 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
15259         Log: Replace our implementation of realpath() with OpenBSD's
15260              (src/lib/libc/stdlib/realpath.c 1.4).
15261      Branch: perl
15262            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
15263            ! pod/perldiag.pod proto.h util.c
15264 ____________________________________________________________________________
15265 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
15266         Log: Integrate perlio.
15267      Branch: perl
15268           !> perlio.c
15269 ____________________________________________________________________________
15270 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
15271         Log: No point in going into memory-saving contortions
15272              with getcwd() since there's a danger of buffer overflow.
15273              Also make the POSIX extension to use sv_getcwd().
15274              Finally, a missed proto.h fragment.
15275      Branch: perl
15276            ! ext/POSIX/POSIX.xs proto.h util.c
15277 ____________________________________________________________________________
15278 [ 10747] By: nick                                  on 2001/06/20  12:38:26
15279         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
15280      Branch: perlio
15281            ! perlio.c
15282 ____________________________________________________________________________
15283 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
15284         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
15285              From: Graham Barr <gbarr@pobox.com>
15286              Date: Wed, 20 Jun 2001 11:05:49 +0100
15287              Message-ID: <20010620110549.I19188@pobox.com>
15288              
15289              reported in        
15290              
15291              Subject: Bug in IO::Socket::INET module (repeat)
15292              From: "Harmon S. Nine" <hnine@netarx.com>
15293              Date: Tue, 19 Jun 2001 09:41:35 -0400
15294              Message-ID: <3B2F568F.8080605@netarx.com>
15295              
15296              The bug was that the IO::Socket::INET constructor
15297              did not allow a 'LocalPort' of 0.
15298      Branch: perl
15299            ! ext/IO/lib/IO/Socket/INET.pm
15300 ____________________________________________________________________________
15301 [ 10745] By: nick                                  on 2001/06/20  08:56:39
15302         Log: Integrate mainline.
15303      Branch: perlio
15304           !> (integrate 37 files)
15305 ____________________________________________________________________________
15306 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
15307         Log: After some reading I don't think we can blindly
15308              use systems' realpath().  Too many security problems,
15309              too many buggy implementations.
15310              
15311              TODO: the realpath() emulation code in util.c doesn't
15312              seem fully operational?  (readlink(), for example?)
15313      Branch: perl
15314            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
15315            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
15316            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
15317            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
15318            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
15319            ! win32/config_H.gc win32/config_H.vc
15320 ____________________________________________________________________________
15321 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
15322         Log: Metaconfig unit change for #10738.
15323      Branch: metaconfig
15324            ! U/compline/d_gconvert.U
15325 ____________________________________________________________________________
15326 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
15327         Log: Integrate change #10739 from maintperl:
15328              
15329              C<eval "/x$\r\n/x"> fails to compile correctly 
15330      Branch: perl
15331           !> t/op/pat.t toke.c
15332 ____________________________________________________________________________
15333 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
15334         Log: Retract #10725 (Hugo asked NOT to apply the patch)
15335      Branch: perl
15336            ! t/op/study.t
15337 ____________________________________________________________________________
15338 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
15339         Log: The test.third results were funnily named because of the
15340              new test scheme.
15341      Branch: perl
15342            ! t/TEST
15343 ____________________________________________________________________________
15344 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
15345         Log: C<eval "/x$\r\n/x"> fails to compile correctly
15346      Branch: maint-5.6/perl
15347            ! t/op/pat.t toke.c
15348 ____________________________________________________________________________
15349 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
15350         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
15351              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15352              Date: Tue, 19 Jun 2001 19:15:40 -0400
15353              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
15354              
15355              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
15356              because "1e+129" being expected but "1.e+129" being returned.
15357              The culprit (at least in Tru64) is the use of gcvt().
15358      Branch: perl
15359            ! Configure
15360 ____________________________________________________________________________
15361 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
15362         Log: Subject: [PATCH perl@10722] test hunting on VMS
15363              From: "Craig A. Berry" <craigberry@mac.com>
15364              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
15365              Date: Tue, 19 Jun 2001 18:59:01 -0500
15366      Branch: perl
15367            ! vms/test.com
15368 ____________________________________________________________________________
15369 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
15370         Log: Subject: [PATCH] s/typos//
15371              From: Abhijit Menon-Sen <ams@wiw.org>
15372              Date: Wed, 20 Jun 2001 02:15:02 +0530
15373              Message-ID: <20010620021502.A14541@lustre.linux.in>
15374              
15375              Without the op.h s/bearword/bareword/ hunk, see
15376              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
15377      Branch: perl
15378            ! util.c
15379 ____________________________________________________________________________
15380 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
15381         Log: Metaconfig unit change for #10732 and #10733.
15382      Branch: metaconfig/U/perl
15383            ! fflushall.U
15384 ____________________________________________________________________________
15385 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
15386         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
15387              From: "Craig A. Berry" <craigberry@mac.com>
15388              Date: Tue, 19 Jun 2001 17:19:48 -0500
15389              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
15390      Branch: perl
15391            ! configure.com vms/descrip_mms.template
15392 ____________________________________________________________________________
15393 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
15394         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
15395              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15396              Date: Tue, 19 Jun 2001 16:48:07 -0400
15397              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
15398              
15399              Further fixes to fflush(NULL) detection.
15400      Branch: perl
15401            ! Configure
15402 ____________________________________________________________________________
15403 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
15404         Log: AIX test -s hangs with non-existent files?
15405              (A genuine logic bug in Configure, but AIX also broken?)
15406      Branch: perl
15407            ! Configure
15408 ____________________________________________________________________________
15409 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
15410         Log: AUTHORS updates.
15411      Branch: perl
15412            ! AUTHORS
15413 ____________________________________________________________________________
15414 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
15415         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
15416              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15417              Date: Tue, 19 Jun 2001 15:33:25 -0400
15418              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
15419      Branch: perl
15420            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
15421            ! t/lib/warnings/pp
15422 ____________________________________________________________________________
15423 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
15424         Log: Integrate perlio.
15425      Branch: perl
15426           !> lib/File/Find/find.t win32/distclean.bat
15427 ____________________________________________________________________________
15428 [ 10728] By: nick                                  on 2001/06/19  18:24:53
15429         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
15430      Branch: perlio
15431            ! lib/File/Find/find.t win32/distclean.bat
15432 ____________________________________________________________________________
15433 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
15434         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
15435              also add information how to find out whether one has PerlIO.
15436      Branch: perl
15437            ! pod/perlfunc.pod
15438 ____________________________________________________________________________
15439 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
15440         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
15441              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15442              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
15443              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
15444      Branch: perl
15445            ! pod/perlfunc.pod
15446 ____________________________________________________________________________
15447 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
15448         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
15449              From: Hugo <hv@crypt.compulink.co.uk>
15450              Date: Tue, 19 Jun 2001 12:37:30 +0100
15451              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
15452      Branch: perl
15453            ! t/op/study.t
15454 ____________________________________________________________________________
15455 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
15456         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
15457              From: Hugo <hv@crypt.compulink.co.uk>
15458              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
15459              Date: Tue, 19 Jun 2001 13:15:17 +0100
15460      Branch: perl
15461            ! util.c
15462 ____________________________________________________________________________
15463 [ 10723] By: nick                                  on 2001/06/19  14:46:15
15464         Log: Integrate mainline
15465      Branch: perlio
15466           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
15467           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
15468           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
15469           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
15470           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
15471           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
15472            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15473            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15474            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15475            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15476            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15477            - ext/Thread/unsync4.t
15478           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
15479           !> djgpp/config.over djgpp/fixpmain
15480           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
15481           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
15482           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
15483 ____________________________________________________________________________
15484 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
15485         Log: Update Changes.
15486      Branch: perl
15487            ! Changes patchlevel.h
15488 ____________________________________________________________________________
15489 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
15490         Log: The existence shall be MANIFESted.
15491      Branch: perl
15492            ! MANIFEST
15493 ____________________________________________________________________________
15494 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
15495         Log: The old libnet.cfg is first searched from the current directory,
15496              only then from the module path.
15497      Branch: perl
15498            ! utils/libnetcfg.PL
15499 ____________________________________________________________________________
15500 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
15501         Log: NetWare tweaks from Guruprasad.
15502      Branch: perl
15503            ! NetWare/Makefile NetWare/config.wc
15504 ____________________________________________________________________________
15505 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
15506         Log: Subject: [PATCH] djgpp updates
15507              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
15508              Date: Tue, 19 Jun 2001 10:59:06 +0200
15509              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
15510      Branch: perl
15511            ! djgpp/config.over djgpp/fixpmain
15512 ____________________________________________________________________________
15513 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
15514         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
15515              From: Prymmer/Kahn <pvhp@best.com>
15516              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
15517              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
15518      Branch: perl
15519            ! win32/Makefile
15520 ____________________________________________________________________________
15521 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
15522         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
15523              to happen right after the inclusion of <inttypes.h>,
15524              from Edward Moy.
15525      Branch: perl
15526            ! handy.h perl.h
15527 ____________________________________________________________________________
15528 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
15529         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
15530              From: Doug MacEachern <dougm@covalent.net>
15531              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
15532              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
15533      Branch: perl
15534            ! ext/DynaLoader/DynaLoader_pm.PL
15535 ____________________________________________________________________________
15536 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
15537         Log: Revert #10656 for perfomance reasons but leave in the
15538              use of Hv*() macros -- in comments, so that grepping the
15539              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
15540              suggested by Sarathy, also by Abhijit.)
15541      Branch: perl
15542            ! hv.c
15543 ____________________________________________________________________________
15544 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
15545         Log: Subject: [patch] .s MakeMaker suffix
15546              From: Doug MacEachern <dougm@covalent.net>
15547              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
15548              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
15549      Branch: perl
15550            ! lib/ExtUtils/MM_Unix.pm
15551 ____________________________________________________________________________
15552 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
15553         Log: One test lost in the big shuffle restored.
15554      Branch: perl
15555            + ext/IPC/SysV/ipcsysv.t
15556            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
15557 ____________________________________________________________________________
15558 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
15559         Log: Rename the old non-standard threads tests so that
15560              they won't be invoked.
15561      Branch: perl
15562            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
15563            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
15564            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
15565            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
15566            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
15567            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
15568            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15569            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15570            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15571            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15572            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15573            - ext/Thread/unsync4.t
15574            ! MANIFEST
15575 ____________________________________________________________________________
15576 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
15577         Log: Integrate perlio.
15578      Branch: perl
15579           !> win32/config_sh.PL
15580 ____________________________________________________________________________
15581 [ 10709] By: nick                                  on 2001/06/19  08:18:18
15582         Log: Integrate mainline
15583      Branch: perlio
15584           +> (branch 40 files)
15585            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
15586            - lib/strict/subs lib/strict/vars lib/warnings/1global
15587            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
15588            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
15589            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
15590            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
15591            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
15592            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
15593            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
15594            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
15595            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
15596            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
15597            - lib/warnings/utf8 lib/warnings/util
15598           !> (integrate 57 files)
15599 ____________________________________________________________________________
15600 [ 10708] By: nick                                  on 2001/06/19  07:57:10
15601         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
15602      Branch: perlio
15603            ! win32/config_sh.PL
15604 ____________________________________________________________________________
15605 [ 10707] By: nick                                  on 2001/06/19  07:05:07
15606         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
15607      Branch: perl
15608            ! perly.c perly.y perly_c.diff vms/perly_c.vms
15609 ____________________________________________________________________________
15610 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
15611         Log: More perl572delta tweaks.
15612      Branch: perl
15613            ! pod/perl572delta.pod
15614 ____________________________________________________________________________
15615 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
15616         Log: Update perl572delta.
15617      Branch: perl
15618            ! pod/perl572delta.pod
15619 ____________________________________________________________________________
15620 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
15621         Log: VOS updates from Paul Green.
15622      Branch: perl
15623            ! vos/Changes vos/build.cm vos/perl.bind
15624 ____________________________________________________________________________
15625 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
15626         Log: Update the vos/config.*.* files.
15627      Branch: perl
15628            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15629            ! vos/config.ga.h
15630 ____________________________________________________________________________
15631 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
15632         Log: Add a makefile for more painless adding of symbols to the
15633              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
15634              takes care of the adding)
15635      Branch: perl
15636            + vos/Makefile
15637 ____________________________________________________________________________
15638 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
15639         Log: Make libnetcfg by default display the libnet configuration,
15640              -c to change, add -i for old config, document all options,
15641              regen toc.
15642      Branch: perl
15643            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
15644 ____________________________________________________________________________
15645 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
15646         Log: gcc -Wall sweep.
15647      Branch: perl
15648            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
15649 ____________________________________________________________________________
15650 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
15651         Log: So there.
15652      Branch: perl
15653            ! universal.c
15654 ____________________________________________________________________________
15655 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
15656         Log: Document the need for sv_printify().
15657              
15658              Document that 'use utf8' has been considered.
15659              
15660              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
15661      Branch: perl
15662            ! pod/perltodo.pod universal.c
15663 ____________________________________________________________________________
15664 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
15665         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
15666              From: Nicholas Clark <nick@ccl4.org>
15667              Date: Mon, 18 Jun 2001 23:29:23 +0100
15668              Message-ID: <20010618232923.I98663@plum.flirble.org>
15669      Branch: perl
15670            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
15671            ! ext/Sys/Syslog/Makefile.PL
15672 ____________________________________________________________________________
15673 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
15674         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
15675              From: Scott.L.Miller@Compaq.com
15676              Date: Mon, 18 Jun 2001 10:12:27 -0500
15677              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
15678      Branch: perl
15679            ! lib/perl5db.pl pod/perldebug.pod
15680 ____________________________________________________________________________
15681 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
15682         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
15683              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
15684              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
15685              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
15686      Branch: perl
15687            ! lib/Carp/Heavy.pm
15688 ____________________________________________________________________________
15689 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
15690         Log: Subject: [PATCH] Documentation changes for CLONE
15691              From: Artur Bergman <artur@contiller.se>
15692              Date: Mon, 18 Jun 2001 22:06:37 +0200
15693              Message-ID: <B7542BEC.1719%artur@contiller.se>
15694      Branch: perl
15695            ! pod/perlmod.pod pod/perlsub.pod
15696 ____________________________________________________________________________
15697 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
15698         Log: Subject: Re: configure.com
15699              From: "Craig A. Berry" <craigberry@mac.com>
15700              Date: Mon, 18 Jun 2001 16:04:38 -0500
15701              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
15702      Branch: perl
15703            ! configure.com
15704 ____________________________________________________________________________
15705 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
15706         Log: Subject: PL_nullstash + perl_clone()
15707              From: Doug MacEachern <dougm@covalent.net>
15708              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
15709              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
15710      Branch: perl
15711            ! sv.c
15712 ____________________________________________________________________________
15713 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
15714         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
15715              From: davem@fdgroup.co.uk
15716              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
15717              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
15718      Branch: perl
15719            ! embed.pl pod/perlapi.pod
15720 ____________________________________________________________________________
15721 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
15722         Log: More cross-compilation defaults gleaned from -Dcc
15723              if it is CPU-OS-gcc.
15724      Branch: metaconfig
15725            ! U/modified/libc.U
15726      Branch: metaconfig/U/perl
15727            ! Cross.U
15728      Branch: perl
15729            ! Configure INSTALL
15730 ____________________________________________________________________________
15731 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
15732         Log: Update Changes.
15733      Branch: perl
15734            ! Changes patchlevel.h
15735 ____________________________________________________________________________
15736 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
15737         Log: Subject: [PATCH 5.7.1] sv.c documentation
15738              From: davem@fdgroup.co.uk
15739              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
15740              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
15741      Branch: perl
15742            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
15743            ! sv.c sv.h
15744 ____________________________________________________________________________
15745 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
15746         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
15747              From: "Jon Gunnip" <jongunnip@hotmail.com>
15748              Date: Sun, 17 Jun 2001 18:24:29 -0400
15749              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
15750      Branch: perl
15751            ! pod/perlvar.pod
15752 ____________________________________________________________________________
15753 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
15754         Log: Move the locale/strict/warnings helper files back
15755              under the t/lib; this way the amount of non-installabled
15756              stuff under lib/ stays smaller.
15757      Branch: perl
15758            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
15759            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
15760            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
15761            + t/lib/warnings/5nolint t/lib/warnings/6default
15762            + t/lib/warnings/7fatal t/lib/warnings/8signal
15763            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
15764            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
15765            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
15766            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
15767            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
15768            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
15769            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
15770            + t/lib/warnings/taint t/lib/warnings/toke
15771            + t/lib/warnings/universal t/lib/warnings/utf8
15772            + t/lib/warnings/util
15773            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
15774            - lib/strict/subs lib/strict/vars lib/warnings/1global
15775            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
15776            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
15777            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
15778            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
15779            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
15780            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
15781            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
15782            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
15783            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
15784            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
15785            - lib/warnings/utf8 lib/warnings/util
15786            ! MANIFEST installperl lib/locale.t lib/strict.t
15787 ____________________________________________________________________________
15788 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
15789         Log: Split off the pack/unpack code, from Nicholas Clark.
15790      Branch: perl
15791            + pp_pack.c
15792            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
15793            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
15794            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
15795 ____________________________________________________________________________
15796 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
15797         Log: Guard the SysV IPC tests against being invoked in
15798              SysV-IPC-less places.
15799      Branch: perl
15800            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
15801 ____________________________________________________________________________
15802 [ 10683] By: nick                                  on 2001/06/18  12:24:42
15803         Log: Integrate mainline (new test scheme now ok on Linux).
15804      Branch: perlio
15805           +> lib/warnings.t
15806           !> dump.c sv.c
15807 ____________________________________________________________________________
15808 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
15809         Log: Add the locale.c and numeric.c to the microperl sources.
15810      Branch: perl
15811            ! Makefile.micro win32/Makefile
15812 ____________________________________________________________________________
15813 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
15814         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
15815              From: Abhijit Menon-Sen <ams@wiw.org>
15816              Date: Mon, 18 Jun 2001 14:23:44 +0530
15817              Message-ID: <20010618142344.A13136@lustre.linux.in>
15818      Branch: perl
15819            ! dump.c
15820 ____________________________________________________________________________
15821 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
15822         Log: Subject: Re: [PATCH] more anonymous stash cleanups
15823              From: Abhijit Menon-Sen <ams@wiw.org>
15824              Date: Mon, 18 Jun 2001 15:50:32 +0530
15825              Message-ID: <20010618155032.A13223@lustre.linux.in>
15826              
15827              Plus the comment left in as suggested by NI-S.
15828      Branch: perl
15829            ! sv.c
15830 ____________________________________________________________________________
15831 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
15832         Log: One missed file.
15833      Branch: perl
15834            + lib/warnings.t
15835 ____________________________________________________________________________
15836 [ 10678] By: nick                                  on 2001/06/18  08:05:29
15837         Log: Integrate mainline (part2 - the deletes)
15838      Branch: perlio
15839            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
15840            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
15841            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
15842            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
15843            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
15844            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
15845            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
15846            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
15847            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
15848            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
15849            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
15850 ____________________________________________________________________________
15851 [ 10677] By: nick                                  on 2001/06/18  08:04:44
15852         Log: Integrate mainline (part1)
15853      Branch: perlio
15854           +> (branch 376 files)
15855            - (delete 219 files)
15856           !> (integrate 151 files)
15857 ____________________________________________________________________________
15858 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
15859         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
15860              No doubt I made some mistakes like missed some files or
15861              misnamed some files.  The naming rules were more or less:
15862              (1) if the module is from CPAN, follows its ways, be it
15863              t/*.t or test.pl.
15864              (2) otherwise if there are multiple tests for a module
15865              put them in a t/
15866              (3) otherwise if there's only one test put it in Module.t
15867              (4) helper files go to module/ (locale, strict, warnings)
15868              (5) use longer filenames now that we can (but e.g. the
15869              compat-0.6.t and the Text::Balanced test files still
15870              were renamed to be more civil against the 8.3 people)
15871              installperl was updated appropriately not to install the
15872              *.t files or the help files from under lib.
15873              
15874              TODO: some helper files still remain under t/ that could
15875              follow their 'masters'.  UPDATE: On second thoughts, why
15876              should they.  They can continue to live under t/lib, and
15877              in fact the locale/strict/warnings helpers that were moved
15878              could be moved back.  This way the amount of non-installable
15879              stuff under lib/ stays smaller.
15880      Branch: perl
15881            + (add 253 files)
15882            - (delete 254 files)
15883            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
15884 ____________________________________________________________________________
15885 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
15886         Log: The warning no more comes from util.c, it comes from numeric.c.
15887      Branch: perl
15888            ! README.tru64
15889 ____________________________________________________________________________
15890 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
15891         Log: Subject: Re: anyone good at casting spells?
15892              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15893              Date: Sun, 17 Jun 2001 21:21:04 -0400
15894              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
15895      Branch: perl
15896            ! ext/POSIX/POSIX.xs hv.h
15897 ____________________________________________________________________________
15898 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
15899         Log: Protect the (original) thread tests against testing if no 5.005
15900              threads have been configured.
15901      Branch: perl
15902            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15903            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15904            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15905            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15906            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15907            ! ext/Thread/unsync4.t
15908 ____________________________________________________________________________
15909 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
15910         Log: Try the new test scanning scheme on Text::Abbrev.
15911      Branch: perl
15912            + lib/Text/Abbrev.t
15913            - lib/Text/Abbrev/t/abbrev.t
15914            ! MANIFEST
15915 ____________________________________________________________________________
15916 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
15917         Log: Change the scan policy of the *.t and test.pl files,
15918              now the *.t do not need to live in a t/ directory.
15919      Branch: perl
15920            ! t/TEST t/harness
15921 ____________________________________________________________________________
15922 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
15923         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
15924              From: Ilmari Karonen <iltzu@sci.fi>
15925              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
15926              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
15927      Branch: perl
15928            ! pod/perlfaq7.pod
15929 ____________________________________________________________________________
15930 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
15931         Log: Quench the warnings from Tru64; the HP-UX is still
15932              broken because it really, REALLY, doesn't like the
15933              HvARRAY() being lvalue:
15934              
15935              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
15936              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
15937      Branch: perl
15938            ! hv.c
15939 ____________________________________________________________________________
15940 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
15941         Log: Integrate change #10667 from maintperl:
15942              
15943              change#10449 broke the special-case that makes lexicals inside the
15944              eval"" within DB::DB() visible
15945      Branch: perl
15946           !> op.c
15947 ____________________________________________________________________________
15948 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
15949         Log: change#10449 broke the special-case that makes lexicals inside the
15950              eval"" within DB::DB() visible
15951      Branch: maint-5.6/perl
15952            ! op.c
15953 ____________________________________________________________________________
15954 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
15955         Log: Still spurious output; indent the code a bit.
15956              
15957              TODO1: separate the utility functions like MkDir
15958              into a helper script?
15959              
15960              TODO2: I see a lot of repetition in the filepath()
15961              and dirpath() calls.
15962      Branch: perl
15963            ! t/lib/filefind.t t/lib/findtaint.t
15964 ____________________________________________________________________________
15965 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
15966         Log: Regen modlib, toc.
15967      Branch: perl
15968            ! pod/perlmodlib.pod pod/perltoc.pod
15969 ____________________________________________________________________________
15970 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
15971         Log: Add libnetcfg to perlutil.
15972      Branch: perl
15973            ! pod/perlutil.pod
15974 ____________________________________________________________________________
15975 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
15976         Log: Initial integration of libnet-1.0703.
15977              The Configure script renamed as libnetcfg, will be
15978              installed along other utilities.
15979      Branch: perl
15980            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
15981            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
15982            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
15983            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
15984            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
15985            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
15986            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
15987            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
15988            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
15989            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
15990            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
15991            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15992            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
15993            + utils/libnetcfg.PL
15994            ! MANIFEST utils.lst utils/Makefile
15995 ____________________________________________________________________________
15996 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
15997         Log: Less potentially test-harness-confusing output.
15998      Branch: perl
15999            ! lib/Memoize/t/expire_module_t.t
16000 ____________________________________________________________________________
16001 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
16002         Log: The final print annoys make test.
16003      Branch: perl
16004            ! t/lib/filefind.t t/lib/findtaint.t
16005 ____________________________________________________________________________
16006 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
16007         Log: Add an option for handling dangling symbolic links.
16008      Branch: perl
16009            ! lib/File/Find.pm t/lib/filefind.t
16010 ____________________________________________________________________________
16011 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
16012         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
16013              From: Thomas Wegner <wegner_thomas@yahoo.com>
16014              Date: Sun, 17 Jun 2001 14:43:11 +0200
16015              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
16016      Branch: perl
16017            + t/lib/findtaint.t
16018            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
16019 ____________________________________________________________________________
16020 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
16021         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
16022              From: Jonathan Stowe <gellyfish@gellyfish.com>
16023              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
16024              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
16025      Branch: perl
16026            ! lib/ExtUtils/MM_Unix.pm
16027 ____________________________________________________________________________
16028 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
16029         Log: Subject: [PATCH] more anonymous stash cleanups
16030              From: Abhijit Menon-Sen <ams@wiw.org>
16031              Date: Sun, 17 Jun 2001 11:44:06 +0530
16032              Message-ID: <20010617114406.A25203@lustre.linux.in>
16033      Branch: perl
16034            ! op.c
16035 ____________________________________________________________________________
16036 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
16037         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
16038              From: Abhijit Menon-Sen <ams@wiw.org>
16039              Date: Sun, 17 Jun 2001 08:02:59 +0530
16040              Message-ID: <20010617080259.A28776@lustre.linux.in>
16041              
16042              Subject: [PATCH #2/7] xhv_eiter
16043              From: Abhijit Menon-Sen <ams@wiw.org>
16044              Date: Sun, 17 Jun 2001 08:13:18 +0530
16045              Message-ID: <20010617081318.B28776@lustre.linux.in>
16046              
16047              Subject: [PATCH #3/7] xhv_fill
16048              From: Abhijit Menon-Sen <ams@wiw.org>
16049              Date: Sun, 17 Jun 2001 08:25:16 +0530
16050              Message-ID: <20010617082516.C28776@lustre.linux.in>
16051              
16052              Subject: [PATCH #4/7] xhv_keys
16053              From: Abhijit Menon-Sen <ams@wiw.org>
16054              Date: Sun, 17 Jun 2001 08:36:17 +0530
16055              Message-ID: <20010617083617.D28776@lustre.linux.in>
16056              
16057              Subject: [PATCH #5/7] xhv_max
16058              From: Abhijit Menon-Sen <ams@wiw.org>
16059              Date: Sun, 17 Jun 2001 08:39:48 +0530
16060              Message-ID: <20010617083948.E28776@lustre.linux.in>
16061              
16062              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
16063              From: Abhijit Menon-Sen <ams@wiw.org>
16064              Date: Sun, 17 Jun 2001 08:51:11 +0530
16065              Message-ID: <20010617085111.F28776@lustre.linux.in>
16066      Branch: perl
16067            ! hv.c
16068 ____________________________________________________________________________
16069 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
16070         Log: Update Changes.
16071      Branch: perl
16072            ! Changes patchlevel.h
16073 ____________________________________________________________________________
16074 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
16075         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
16076              From: Abhijit Menon-Sen <ams@wiw.org>
16077              Date: Sat, 16 Jun 2001 07:41:19 +0530
16078              Message-ID: <20010616074119.A24720@lustre.linux.in>
16079      Branch: perl
16080            ! hv.c perl.c vms/vmsish.h win32/win32.h
16081 ____________________________________________________________________________
16082 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
16083         Log: Document tests failing when threaded, since we now have more.
16084      Branch: perl
16085            ! pod/perl572delta.pod
16086 ____________________________________________________________________________
16087 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
16088         Log: -Wall cleanup.
16089      Branch: perl
16090            ! ext/Thread/Thread.xs
16091 ____________________________________________________________________________
16092 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
16093         Log: pthread_attr_setstacksize() isn't absolutely necessary
16094              to call, only iff THREAD_CREATE_NEEDS_STACK.
16095      Branch: perl
16096            ! ext/Thread/Thread.xs
16097 ____________________________________________________________________________
16098 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
16099         Log: -Wall strays.
16100      Branch: perl
16101            ! perl.c util.c
16102 ____________________________________________________________________________
16103 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
16104         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
16105              (and INT64_MIN) brokenness.
16106      Branch: perl
16107            ! hints/darwin.sh perl.h
16108 ____________________________________________________________________________
16109 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
16110         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
16111              From: Nicholas Clark <nick@ccl4.org>
16112              Date: Sun, 17 Jun 2001 00:16:05 +0100
16113              Message-ID: <20010617001605.V98663@plum.flirble.org>
16114      Branch: perl
16115            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
16116            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
16117            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16118 ____________________________________________________________________________
16119 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
16120         Log: Add perlnetware to docs; regen toc; supply skeleton
16121              docs for some Memoize submodules.
16122      Branch: perl
16123            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
16124            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16125            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
16126            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
16127            ! win32/Makefile win32/makefile.mk
16128 ____________________________________________________________________________
16129 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
16130         Log: pod cleanup.
16131      Branch: perl
16132            ! README.netware
16133 ____________________________________________________________________________
16134 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
16135         Log: Integrate Memoize 0.64.  Few tweaks were required in
16136              the test scripts.  Note that the speed and expire*
16137              tests take several dozen seconds to run.
16138      Branch: perl
16139            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
16140            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
16141            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16142            + lib/Memoize/README lib/Memoize/SDBM_File.pm
16143            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
16144            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
16145            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
16146            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
16147            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
16148            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
16149            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
16150            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
16151            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
16152            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
16153            ! MANIFEST t/lib/1_compile.t
16154 ____________________________________________________________________________
16155 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
16156         Log: Document the cross-compilation options.
16157      Branch: perl
16158            ! Cross/README INSTALL
16159 ____________________________________________________________________________
16160 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
16161         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
16162      Branch: perl
16163            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
16164            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
16165            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
16166            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
16167            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
16168            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
16169            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
16170            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
16171            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
16172            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
16173            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
16174            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
16175            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
16176            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
16177            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
16178            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
16179            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
16180            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
16181            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
16182            + lib/ExtUtils/MM_NW5.pm
16183            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
16184            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
16185            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16186            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
16187            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
16188            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
16189            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
16190            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
16191            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
16192            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
16193            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
16194            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
16195            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
16196            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
16197            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
16198            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
16199            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
16200            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
16201            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
16202            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
16203            ! util.h x2p/a2py.c
16204 ____________________________________________________________________________
16205 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
16206         Log: Resort MANIFEST.
16207      Branch: perl
16208            ! MANIFEST
16209 ____________________________________________________________________________
16210 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
16211         Log: Integrate perlio.
16212      Branch: perl
16213           +> win32/win32io.c
16214           !> MANIFEST perlio.c perliol.h win32/makefile.mk
16215 ____________________________________________________________________________
16216 [ 10640] By: nick                                  on 2001/06/16  18:38:31
16217         Log: Disable :win32 layer as default till I get it working
16218      Branch: perlio
16219            ! MANIFEST perlio.c
16220 ____________________________________________________________________________
16221 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
16222         Log: Try the new scheme by moving the Text::Abbrev test
16223              to a new place under lib.
16224      Branch: perl
16225            + lib/Text/Abbrev/t/abbrev.t
16226            - t/lib/abbrev.t
16227            ! MANIFEST
16228 ____________________________________________________________________________
16229 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
16230         Log: Make the code even more dynamical so that testname
16231              suffix length can change.
16232      Branch: perl
16233            ! lib/Test/Harness.pm t/TEST
16234 ____________________________________________________________________________
16235 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
16236         Log: Allow for deeper t/ and also a single test.pl.
16237      Branch: perl
16238            ! t/TEST t/harness
16239 ____________________________________________________________________________
16240 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
16241         Log: #define fix from Nicholas Clark.
16242      Branch: perl
16243            ! ext/POSIX/POSIX.xs
16244 ____________________________________________________________________________
16245 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
16246         Log: Initialization is nice.
16247      Branch: perl
16248            ! lib/Test/Harness.pm
16249 ____________________________________________________________________________
16250 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
16251         Log: Make t/TEST and t/harness to test also the t/ tests
16252              under the main lib/ and ext/ directories.  Fix Test::Harness
16253              to dynamically change the width of its "foo/bar....ok" output.
16254      Branch: perl
16255            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
16256 ____________________________________________________________________________
16257 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
16258         Log: Subject: [PATCH] Re: perl@10611 
16259              From: Nicholas Clark <nick@ccl4.org>
16260              Date: Sat, 16 Jun 2001 16:52:47 +0100
16261              Message-ID: <20010616165247.O98663@plum.flirble.org>
16262              
16263              The .xs parts, too.
16264      Branch: perl
16265            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
16266            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
16267 ____________________________________________________________________________
16268 [ 10632] By: nick                                  on 2001/06/16  16:44:35
16269         Log: Work-in-progress win32 layer semi-functional, checking 
16270              for UNIX breakage.
16271      Branch: perlio
16272            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
16273 ____________________________________________________________________________
16274 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
16275         Log: Subject: [PATCH] Re: perl@10611 
16276              From: Nicholas Clark <nick@ccl4.org>
16277              Date: Sat, 16 Jun 2001 16:52:47 +0100
16278              Message-ID: <20010616165247.O98663@plum.flirble.org>
16279      Branch: perl
16280            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
16281            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
16282            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
16283            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
16284            ! lib/ExtUtils/Constant.pm
16285 ____________________________________________________________________________
16286 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
16287         Log: Metaconfig unit change for #10629.
16288      Branch: metaconfig
16289            ! U/modified/Finish.U
16290 ____________________________________________________________________________
16291 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
16292         Log: The extraction changed directories.
16293      Branch: perl
16294            ! Configure
16295 ____________________________________________________________________________
16296 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
16297         Log: Math::BigInt 1.35 from Tels.
16298      Branch: perl
16299            + t/lib/mbimbf.t
16300            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16301            ! t/lib/bigfltpm.t t/lib/bigintpm.t
16302 ____________________________________________________________________________
16303 [ 10627] By: nick                                  on 2001/06/16  14:54:52
16304         Log: Work in progress UNIX-side edit of win32 PerLIO layer
16305      Branch: perlio
16306            + win32/win32io.c
16307            ! perlio.c win32/makefile.mk
16308 ____________________________________________________________________________
16309 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
16310         Log: Subject: [PATCH 5.6.1] os2/diff-configure
16311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16312              Date: Fri, 15 Jun 2001 01:19:36 -0400
16313              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
16314              
16315              Empty all of it because I think #10624 made even the
16316              last patch hunk unnecessary.
16317      Branch: perl
16318            ! os2/diff.configure
16319 ____________________________________________________________________________
16320 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
16321         Log: Metaconfig unit change for 10624.
16322      Branch: metaconfig
16323            ! U/modified/libc.U
16324      Branch: perl
16325            ! config_h.SH
16326 ____________________________________________________________________________
16327 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
16328         Log: Move the initialization of libnames to the beginning so
16329              that can one 'seed' it (as OS/2 does.)
16330      Branch: perl
16331            ! Configure
16332 ____________________________________________________________________________
16333 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
16334         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
16335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16336              Date: Fri, 15 Jun 2001 19:10:57 -0400
16337              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
16338      Branch: perl
16339            ! os2/OS2/REXX/DLL/DLL.pm
16340 ____________________________________________________________________________
16341 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
16342         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
16343              From: "Craig A. Berry" <craigberry@mac.com>
16344              Date: Fri, 15 Jun 2001 17:00:03 -0500
16345              Message-Id: <a05101007b750342599be@[172.16.52.1]>
16346      Branch: perl
16347            ! vms/descrip_mms.template
16348 ____________________________________________________________________________
16349 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
16350         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
16351              From: "Craig A. Berry" <craigberry@mac.com>
16352              Date: Fri, 15 Jun 2001 18:39:42 -0500
16353              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
16354      Branch: perl
16355            ! lib/File/Spec/VMS.pm t/lib/extutils.t
16356 ____________________________________________________________________________
16357 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
16358         Log: Integrate perlio.
16359      Branch: perl
16360           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
16361           !> t/io/utf8.t t/lib/io_scalar.t
16362 ____________________________________________________________________________
16363 [ 10619] By: nick                                  on 2001/06/15  21:05:19
16364         Log: Generated files
16365      Branch: perlio
16366            ! embed.h proto.h
16367 ____________________________________________________________________________
16368 [ 10618] By: nick                                  on 2001/06/15  20:27:42
16369         Log: Fix open.pm to work via XS-implemented method calls rather
16370              than *open::layers variables which caused all the HV/AV hassle.
16371      Branch: perlio
16372            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
16373            ! t/lib/io_scalar.t
16374 ____________________________________________________________________________
16375 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
16376         Log: Integrate perlio.
16377      Branch: perl
16378           !> lib/ExtUtils/Constant.pm
16379 ____________________________________________________________________________
16380 [ 10616] By: nick                                  on 2001/06/15  18:46:47
16381         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
16382      Branch: perlio
16383            ! lib/ExtUtils/Constant.pm
16384 ____________________________________________________________________________
16385 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
16386         Log: Integrate perlio.
16387      Branch: perl
16388           !> ext/Socket/Socket.xs
16389 ____________________________________________________________________________
16390 [ 10614] By: nick                                  on 2001/06/15  18:33:37
16391         Log: MULTIPLICITY fix for Socket.xs
16392      Branch: perlio
16393            ! ext/Socket/Socket.xs
16394 ____________________________________________________________________________
16395 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
16396         Log: Subject: Re: perl@10611
16397              From: Doug MacEachern <dougm@covalent.net>
16398              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
16399              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
16400      Branch: perl
16401            ! ext/Socket/Socket.xs
16402 ____________________________________________________________________________
16403 [ 10612] By: nick                                  on 2001/06/15  16:14:38
16404         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
16405      Branch: perlio
16406           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16407           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
16408           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
16409           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
16410           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
16411           !> utils/h2ph.PL
16412 ____________________________________________________________________________
16413 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
16414         Log: Update Changes.
16415      Branch: perl
16416            ! Changes patchlevel.h
16417 ____________________________________________________________________________
16418 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
16419         Log: Upping the test count.
16420      Branch: perl
16421            ! t/lib/filefind.t
16422 ____________________________________________________________________________
16423 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
16424         Log: Integrate perlio.
16425      Branch: perl
16426           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16427 ____________________________________________________________________________
16428 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
16429         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
16430              From: andreas.koenig@anima.de (Andreas J. Koenig)
16431              Date: 15 Jun 2001 13:30:39 +0200
16432              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
16433              
16434              Record the grim history.
16435      Branch: perl
16436            ! lib/File/Find.pm
16437 ____________________________________________________________________________
16438 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
16439         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
16440              From: Brian McCauley <nobull@mail.com>
16441              Date: 15 Jun 2001 07:51:26 +0100
16442              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
16443      Branch: perl
16444            ! lib/File/Find.pm t/lib/filefind.t
16445 ____________________________________________________________________________
16446 [ 10606] By: nick                                  on 2001/06/15  14:00:08
16447         Log: regen_config_h for Win32.
16448      Branch: perlio
16449            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16450 ____________________________________________________________________________
16451 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
16452         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
16453              From: Peter Prymmer <pvhp@forte.com>
16454              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
16455              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
16456      Branch: perl
16457            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
16458 ____________________________________________________________________________
16459 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
16460         Log: Some filesystems require writability for rename/unlink.
16461      Branch: perl
16462            ! opcode.pl
16463 ____________________________________________________________________________
16464 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
16465         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
16466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16467              Date: Fri, 15 Jun 2001 12:08:53 +0200
16468              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
16469      Branch: perl
16470            ! perlio.c
16471 ____________________________________________________________________________
16472 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
16473         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
16474              From: Mike Guy <mjtg@cam.ac.uk>
16475              Date: Fri, 15 Jun 2001 14:11:49 +0100
16476              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
16477      Branch: perl
16478            ! opcode.pl
16479 ____________________________________________________________________________
16480 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
16481         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
16482              From: Nicholas Clark <nick@ccl4.org>
16483              Date: Thu, 14 Jun 2001 23:52:56 +0100
16484              Message-ID: <20010614235256.G98663@plum.flirble.org>
16485      Branch: perl
16486            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
16487            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16488 ____________________________________________________________________________
16489 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
16490         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
16491              From: Russ Allbery <rra@stanford.edu>
16492              Date: 14 Jun 2001 13:24:43 -0700
16493              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
16494      Branch: perl
16495            ! ext/GDBM_File/GDBM_File.pm
16496 ____________________________________________________________________________
16497 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
16498         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
16499              From: Nicholas Clark <nick@ccl4.org>
16500              Date: Thu, 14 Jun 2001 20:37:47 +0100
16501              Message-ID: <20010614203747.F98663@plum.flirble.org>
16502      Branch: perl
16503            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16504            ! t/lib/gdbm.t
16505 ____________________________________________________________________________
16506 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
16507         Log: Integrate perlio.
16508      Branch: perl
16509           !> makedef.pl sv.c
16510 ____________________________________________________________________________
16511 [ 10597] By: nick                                  on 2001/06/15  11:08:13
16512         Log: Check that HVs with HvNAME() != NULL are really stashes before
16513              treating them as such. Also be more defensive on the GvCV.
16514              Win32 fork and dprof now working again. 
16515      Branch: perlio
16516            ! sv.c
16517 ____________________________________________________________________________
16518 [ 10596] By: nick                                  on 2001/06/15  10:11:20
16519         Log: Integrate mainline.
16520      Branch: perlio
16521           +> Cross/README
16522           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
16523           !> Porting/config_H config_h.SH configure.com epoc/config.sh
16524           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
16525           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16526           !> vos/config.ga.h win32/config.bc win32/config.gc
16527           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16528           !> win32/config_H.vc
16529 ____________________________________________________________________________
16530 [ 10595] By: nick                                  on 2001/06/15  09:37:17
16531         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
16532              - Win32 (VC++) now builds but fails:
16533              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
16534              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
16535              write.t    - open(...,"|-") not implemented on Win32 
16536      Branch: perlio
16537            ! makedef.pl
16538 ____________________________________________________________________________
16539 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
16540         Log: Integrate perlio.
16541      Branch: perl
16542           !> perlio.c win32/makefile.mk
16543 ____________________________________________________________________________
16544 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
16545         Log: Metaconfig unit changes for #10592.
16546      Branch: metaconfig
16547            + U/modified/i_varhdr.U U/modified/startsh.U
16548            - U/a_dvisory/crosscompile.U U/target/Target.U
16549            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
16550            ! U/compline/bitpbyte.U U/compline/byteorder.U
16551            ! U/compline/ccflags.U U/compline/charsize.U
16552            ! U/compline/d_casti32.U U/compline/d_castneg.U
16553            ! U/compline/d_closedir.U U/compline/d_fd_set.U
16554            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
16555            ! U/compline/d_keepsig.U U/compline/d_open3.U
16556            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
16557            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
16558            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
16559            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
16560            ! U/compline/doublesize.U U/compline/floatsize.U
16561            ! U/compline/nblock_io.U U/compline/orderlib.U
16562            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
16563            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
16564            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
16565            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
16566            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
16567            ! U/modified/spitshell.U U/threads/archname.U
16568            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
16569            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
16570            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
16571            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
16572            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
16573      Branch: metaconfig/U/perl
16574            + Cross.U
16575            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
16576            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
16577            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
16578            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
16579            ! stdio_streams.U uselfs.U
16580 ____________________________________________________________________________
16581 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
16582         Log: The first steps towards cross-compilation.
16583              
16584              Abstract execution of compiled test executables with $run,
16585              and abstract transfer of files with $to and $from.
16586              
16587              Under cross-compilation the $run, $to, and $from will point
16588              to appropriate wrapper scripts, by default ssh and scp,
16589              but also rsh, rcp, and cp are supported.  If not
16590              cross-compiling, they will be set to '', ':', and ':',
16591              respectively.
16592              
16593              With these patches I was able to get Configure for
16594              iPAQ ARM Linux on an Intel Linux about 95% right
16595              (only a few tests failed to execute or they produced
16596              incorrect results), and I was able to compile
16597              a functional miniperl.
16598              
16599              The symbol crosscompile renamed to be usecrosscompile,
16600              the corresponding C symbol from CROSSCOMPILE to
16601              USE_CROSS_COMPILE.
16602      Branch: perl
16603            ! Configure Cross/README Makefile.SH Porting/Glossary
16604            ! Porting/config.sh Porting/config_H config_h.SH configure.com
16605            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
16606            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16607            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16608            ! win32/config.gc win32/config.vc win32/config_H.bc
16609            ! win32/config_H.gc win32/config_H.vc
16610 ____________________________________________________________________________
16611 [ 10591] By: nick                                  on 2001/06/14  20:00:12
16612         Log: Steps along the road toward Win32 building again.
16613      Branch: perlio
16614            ! perlio.c win32/makefile.mk
16615 ____________________________________________________________________________
16616 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
16617         Log: Integrate perlio.
16618      Branch: perl
16619           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16620 ____________________________________________________________________________
16621 [ 10589] By: nick                                  on 2001/06/14  13:54:07
16622         Log: Routine regen_config_h for Win32
16623      Branch: perlio
16624            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16625 ____________________________________________________________________________
16626 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
16627         Log: Integrate perlio.
16628      Branch: perl
16629           +> perlyline.pl
16630           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
16631 ____________________________________________________________________________
16632 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
16633         Log: A placeholder.
16634      Branch: perl
16635            + Cross/README
16636 ____________________________________________________________________________
16637 [ 10586] By: nick                                  on 2001/06/14  08:25:07
16638         Log: Add new step to run_byacc which:
16639              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
16640              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
16641      Branch: perlio
16642            + perlyline.pl
16643            ! MANIFEST Makefile.SH perly.c
16644 ____________________________________________________________________________
16645 [ 10585] By: nick                                  on 2001/06/14  08:22:29
16646         Log: Integrate mainline
16647      Branch: perlio
16648           +> locale.c numeric.c
16649           !> Changes cygwin/Makefile.SHs embed.h embed.pl
16650           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
16651           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
16652           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
16653           !> x2p/Makefile.SH
16654 ____________________________________________________________________________
16655 [ 10584] By: nick                                  on 2001/06/14  08:05:53
16656         Log: Hack to remove insecure directories from PATH so test will run.
16657      Branch: perlio
16658            ! t/lib/filefind.t
16659 ____________________________________________________________________________
16660 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
16661         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
16662      Branch: perl
16663            - t/lib/mbimbf.t
16664            ! MANIFEST
16665 ____________________________________________________________________________
16666 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
16667         Log: Detypo.
16668      Branch: perl
16669            ! x2p/Makefile.SH
16670 ____________________________________________________________________________
16671 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
16672         Log: de-$CONFIG continues.
16673      Branch: perl
16674            ! cygwin/Makefile.SHs x2p/Makefile.SH
16675 ____________________________________________________________________________
16676 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
16677         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
16678              From: Nicholas Clark <nick@ccl4.org>
16679              Date: Wed, 13 Jun 2001 21:20:13 +0100
16680              Message-ID: <20010613212013.D98663@plum.flirble.org>
16681      Branch: perl
16682            ! opcode.pl
16683 ____________________________________________________________________________
16684 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
16685         Log: Subject: splitting util.c
16686              From: Hugo <hv@crypt.compulink.co.uk>
16687              Date: Thu, 14 Jun 2001 00:41:08 +0100
16688              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
16689      Branch: perl
16690            + locale.c numeric.c
16691            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
16692            ! pod/perlapi.pod proto.h util.c
16693 ____________________________________________________________________________
16694 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
16695         Log: Upgrade to Math::BigInt 1.34 from Tels.
16696      Branch: perl
16697            + t/lib/mbimbf.t
16698            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16699            ! t/lib/bigfltpm.t t/lib/bigintpm.t
16700 ____________________________________________________________________________
16701 [ 10577] By: nick                                  on 2001/06/13  19:02:48
16702         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
16703      Branch: perlio
16704           !> (integrate 125 files)
16705 ____________________________________________________________________________
16706 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
16707         Log: Update Changes.
16708      Branch: perl
16709            ! Changes patchlevel.h
16710 ____________________________________________________________________________
16711 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
16712         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
16713              From: "Craig A. Berry" <craigberry@mac.com>
16714              Date: Wed, 13 Jun 2001 13:24:28 -0500
16715              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
16716      Branch: perl
16717            ! ext/re/Makefile.PL
16718 ____________________________________________________________________________
16719 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
16720         Log: Mc.u.c. for #10573.
16721      Branch: metaconfig
16722            ! U/threads/usethreads.U
16723 ____________________________________________________________________________
16724 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
16725         Log: It would be also be good if I could type.
16726      Branch: perl
16727            ! Configure
16728 ____________________________________________________________________________
16729 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
16730         Log: Metaconfig unit change for #10571.
16731      Branch: metaconfig
16732            ! U/threads/usethreads.U
16733 ____________________________________________________________________________
16734 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
16735         Log: A non-empty default is a good thing.
16736      Branch: perl
16737            ! Configure
16738 ____________________________________________________________________________
16739 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
16740         Log: Metaconfig unit change for #10569.
16741      Branch: metaconfig
16742            ! U/threads/usethreads.U
16743 ____________________________________________________________________________
16744 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
16745         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
16746              extremely experimental, not even prompted for.
16747      Branch: perl
16748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16749            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
16750            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16751            ! win32/config.bc win32/config.gc win32/config.vc
16752 ____________________________________________________________________________
16753 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
16754         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
16755      Branch: perl
16756            ! pod/perlfaq6.pod
16757 ____________________________________________________________________________
16758 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
16759         Log: Integrate perlio; conflicts, accept Nick's versions.
16760      Branch: perl
16761           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16762           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
16763 ____________________________________________________________________________
16764 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
16765         Log: Subject: Re: ext/ + -Wall
16766              From: Doug MacEachern <dougm@covalent.net>
16767              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
16768              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
16769      Branch: perl
16770            ! XSUB.h lib/ExtUtils/xsubpp perl.h
16771 ____________________________________________________________________________
16772 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
16773         Log: Similar logic as DB_File.xs, using the modern macros and
16774              defines them to older ones for older Perls where PERL_VERSION
16775              is not defined, from Doug MacEachern.
16776      Branch: perl
16777            ! ext/Storable/Storable.xs
16778 ____________________________________________________________________________
16779 [ 10564] By: nick                                  on 2001/06/13  15:22:01
16780         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
16781              and using that instead (name lookups are sequential search for now).
16782      Branch: perlio
16783            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16784            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
16785 ____________________________________________________________________________
16786 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
16787         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
16788              From: "Richard Soderberg" <rs@crystalflame.net>
16789              Date: Sat, 26 May 2001 06:44:20 -0700
16790              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
16791      Branch: perl
16792            ! sv.c t/op/glob.t
16793 ____________________________________________________________________________
16794 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
16795         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
16796              From: "Craig A. Berry" <craigberry@mac.com>
16797              Date: Tue, 12 Jun 2001 23:55:26 -0500
16798              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
16799      Branch: perl
16800            ! ext/re/Makefile.PL ext/re/re.xs
16801 ____________________________________________________________________________
16802 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
16803         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
16804              suggested by NI-S.
16805      Branch: perl
16806            ! XSUB.h malloc.c perl.h
16807 ____________________________________________________________________________
16808 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
16809         Log: Regen toc.
16810      Branch: perl
16811            ! pod/perltoc.pod
16812 ____________________________________________________________________________
16813 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
16814         Log: Subject: [patch] perl.gprof control
16815              From: Doug MacEachern <dougm@covalent.net>
16816              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
16817              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
16818      Branch: perl
16819            ! miniperlmain.c perl.h
16820 ____________________________________________________________________________
16821 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
16822         Log: Subject: Re: ext/ + -Wall
16823              From: Doug MacEachern <dougm@covalent.net>
16824              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
16825              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
16826              
16827              Document ax and break up dXSARGS.
16828      Branch: perl
16829            ! XSUB.h pod/perlapi.pod
16830 ____________________________________________________________________________
16831 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
16832         Log: More AIX tweakage from Merijn.
16833      Branch: perl
16834            ! hints/aix.sh
16835 ____________________________________________________________________________
16836 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
16837         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
16838              From: "Craig A. Berry" <craigberry@mac.com>
16839              Date: Tue, 12 Jun 2001 22:57:45 -0500
16840              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
16841      Branch: perl
16842            ! vms/descrip_mms.template
16843 ____________________________________________________________________________
16844 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
16845         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
16846              From: "Craig A. Berry" <craigberry@mac.com>
16847              Date: Tue, 12 Jun 2001 22:21:39 -0500
16848              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
16849      Branch: perl
16850            ! configure.com util.c
16851 ____________________________________________________________________________
16852 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
16853         Log: New AIX dynaloading code from Jens-Uwe Mager.
16854              Does break binary compatibility.
16855      Branch: perl
16856            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
16857 ____________________________________________________________________________
16858 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
16859         Log: VMS DEC C compiler found nits by Peter Prymmer.
16860      Branch: perl
16861            ! util.c
16862 ____________________________________________________________________________
16863 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
16864         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
16865              From: Peter Prymmer <pvhp@forte.com>
16866              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
16867              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
16868      Branch: perl
16869            ! t/lib/filecomp.t
16870 ____________________________________________________________________________
16871 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
16872         Log: I wonder how many $CONFIGs still lurk in the shadows.
16873      Branch: perl
16874            ! pod/Makefile.SH x2p/cflags.SH
16875 ____________________________________________________________________________
16876 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
16877         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
16878      Branch: perl
16879            ! pod/checkpods.PL
16880 ____________________________________________________________________________
16881 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
16882         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
16883      Branch: perl
16884            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
16885 ____________________________________________________________________________
16886 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
16887         Log: Subject: [patch] rid local_patches warnings
16888              From: Doug MacEachern <dougm@covalent.net>
16889              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
16890              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
16891      Branch: perl
16892            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
16893 ____________________________________________________________________________
16894 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
16895         Log: Subject: Re: ext/ + -Wall
16896              From: Doug MacEachern <dougm@covalent.net>
16897              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
16898              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
16899      Branch: perl
16900            ! ext/attrs/attrs.xs
16901 ____________________________________________________________________________
16902 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
16903         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
16904              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16905              Date: Tue, 12 Jun 2001 14:36:20 -0400
16906              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
16907      Branch: perl
16908            ! pod/perlretut.pod
16909 ____________________________________________________________________________
16910 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
16911         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
16912              From: Mike Guy <mjtg@cam.ac.uk>
16913              Date: Tue, 12 Jun 2001 19:10:31 +0100
16914              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
16915              
16916              Subject: Re: [ID 20010612.001] out of memory during regex compilation
16917              From: Mike Guy <mjtg@cam.ac.uk>
16918              Date: Tue, 12 Jun 2001 19:21:01 +0100
16919              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
16920      Branch: perl
16921            ! pod/perlop.pod
16922 ____________________________________________________________________________
16923 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
16924         Log: AIX tweaks from Merijn H. Brand.
16925      Branch: perl
16926            ! hints/aix.sh
16927 ____________________________________________________________________________
16928 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
16929         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
16930              From: "Brendan O'Dea" <bod@compusol.com.au>
16931              Date: Wed, 13 Jun 2001 05:16:47 +1000
16932              Message-ID: <20010613051647.A8945@compusol.com.au>
16933      Branch: maint-5.6/perl
16934            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16935 ____________________________________________________________________________
16936 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
16937         Log: Subject: Small bcopy cleanup
16938              From: Andy Dougherty <doughera@lafayette.edu>
16939              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
16940              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
16941      Branch: perl
16942            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
16943 ____________________________________________________________________________
16944 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
16945         Log: Subject: [PATCH] Re: ext/ + -Wall
16946              From: Nicholas Clark <nick@ccl4.org>
16947              Date: Wed, 13 Jun 2001 00:04:30 +0100
16948              Message-ID: <20010613000430.M5901@plum.flirble.org>
16949      Branch: perl
16950            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16951 ____________________________________________________________________________
16952 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
16953         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
16954              From: Nicholas Clark <nick@ccl4.org>
16955              Date: Tue, 12 Jun 2001 23:53:07 +0100
16956              Message-ID: <20010612235307.L5901@plum.flirble.org>
16957      Branch: perl
16958            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16959 ____________________________________________________________________________
16960 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
16961         Log: MPE/iX tweaks from Mark Bixby.
16962      Branch: perl
16963            ! hints/mpeix.sh mpeix/mpeixish.h util.c
16964 ____________________________________________________________________________
16965 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
16966         Log: Update Changes.
16967      Branch: perl
16968            ! Changes patchlevel.h
16969 ____________________________________________________________________________
16970 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
16971         Log: One less -Wall whine (found under DEBUGGING).
16972      Branch: perl
16973            ! x2p/Makefile.SH x2p/a2p.c
16974 ____________________________________________________________________________
16975 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
16976         Log: s/case-independent/case-insensitive/g
16977      Branch: perl
16978            ! pod/perldebug.pod
16979 ____________________________________________________________________________
16980 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
16981         Log: As suggested in    
16982              
16983              Subject: Re: ext/ + -Wall
16984              From: Gurusamy Sarathy <gsar@ActiveState.com>
16985              Date: Mon, 11 Jun 2001 23:34:31 -0700
16986              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
16987      Branch: perl
16988            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
16989            ! perl.h
16990 ____________________________________________________________________________
16991 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
16992         Log: Subject: ext/ + -Wall
16993              From: Doug MacEachern <dougm@covalent.net>
16994              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
16995              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
16996      Branch: perl
16997            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
16998            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
16999            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
17000            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
17001            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
17002            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
17003            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
17004            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
17005            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
17006            ! lib/ExtUtils/xsubpp
17007 ____________________________________________________________________________
17008 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
17009         Log: Subject: [PATCH] anonymous stashes
17010              From: Abhijit Menon-Sen <ams@wiw.org>
17011              Date: Tue, 12 Jun 2001 12:47:04 +0530
17012              Message-ID: <20010612124704.A29029@lustre.linux.in>
17013      Branch: perl
17014            ! dump.c gv.c sv.c xsutils.c
17015 ____________________________________________________________________________
17016 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
17017         Log: One more test for $^S.
17018      Branch: perl
17019            ! t/op/magic.t
17020 ____________________________________________________________________________
17021 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
17022         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
17023              From: Abhijit Menon-Sen <ams@wiw.org>
17024              Date: Tue, 12 Jun 2001 17:35:55 +0530
17025              Message-ID: <20010612173555.A32426@lustre.linux.in>
17026      Branch: perl
17027            ! mg.c t/op/magic.t
17028 ____________________________________________________________________________
17029 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
17030         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
17031              From: Mike Guy <mjtg@cam.ac.uk>
17032              Date: Tue, 12 Jun 2001 13:14:15 +0100
17033              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
17034      Branch: perl
17035            ! pod/perlop.pod
17036 ____________________________________________________________________________
17037 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
17038         Log: AUTHORS updates.
17039      Branch: perl
17040            ! AUTHORS
17041 ____________________________________________________________________________
17042 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
17043         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
17044              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
17045              Content-Transfer-Encoding: 7bit
17046              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
17047      Branch: perl
17048            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
17049 ____________________________________________________________________________
17050 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
17051         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
17052              From: "Philip Newton" <Philip.Newton@gmx.net>
17053              Date: Mon, 11 Jun 2001 07:08:03 +0200
17054              Message-Id: <200106120802.LAA08992@taas.iki.fi>
17055      Branch: perl
17056            ! t/base/term.t
17057 ____________________________________________________________________________
17058 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
17059         Log: Cleanup the a2p.c for -Wall.
17060      Branch: perl
17061            ! x2p/Makefile.SH x2p/a2p.c
17062 ____________________________________________________________________________
17063 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
17064         Log: File::Find update for MacOS from Chris Nandor.
17065      Branch: perl
17066            ! lib/File/Find.pm t/lib/filefind.t
17067 ____________________________________________________________________________
17068 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
17069         Log: gcc -Wall nits picked out by a non-UNIX system
17070              (courtesy of Mark Bixby)
17071      Branch: perl
17072            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
17073            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
17074            ! pp_sys.c util.c
17075 ____________________________________________________________________________
17076 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
17077         Log: Metaconfig unit change for #10522.  (The d_modfl changes
17078              placate metalint.)
17079      Branch: metaconfig/U/perl
17080            ! d_modfl.U d_u32align.U
17081 ____________________________________________________________________________
17082 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
17083         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
17084              be "./try 2>&1 >/dev/null".
17085      Branch: perl
17086            ! Configure
17087 ____________________________________________________________________________
17088 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
17089         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
17090              From: "Craig A. Berry" <craigberry@mac.com>
17091              Date: Mon, 11 Jun 2001 14:00:32 -0500
17092              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
17093      Branch: perl
17094            ! configure.com
17095 ____________________________________________________________________________
17096 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
17097         Log: Move the full \p\P lists to perlunicode.
17098      Branch: perl
17099            ! pod/perlretut.pod pod/perlunicode.pod
17100 ____________________________________________________________________________
17101 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
17102         Log: VOS build tweak for 5.6.1 from Paul Green.
17103      Branch: maint-5.6/perl
17104            ! vos/build.cm
17105 ____________________________________________________________________________
17106 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
17107         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
17108              From: "Craig A. Berry" <craigberry@mac.com>
17109              Date: Fri, 8 Jun 2001 18:08:18 -0500
17110              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
17111      Branch: perl
17112            ! vms/vms.c
17113 ____________________________________________________________________________
17114 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
17115         Log: Update Changes.
17116      Branch: perl
17117            ! Changes patchlevel.h
17118 ____________________________________________________________________________
17119 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
17120         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
17121      Branch: perl
17122            ! vos/config.alpha.h vos/config.ga.h
17123 ____________________________________________________________________________
17124 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
17125         Log: VOS updates from Paul Green for @10476.
17126      Branch: perl
17127            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
17128            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17129            ! vos/config.ga.h vos/configure_perl.cm
17130 ____________________________________________________________________________
17131 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
17132         Log: Subject: [PATCH] Not many people know this ...
17133              From: Mike Guy <mjtg@cam.ac.uk>
17134              Date: Mon, 11 Jun 2001 14:55:15 +0100
17135              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
17136      Branch: perl
17137            ! pod/perldebug.pod
17138 ____________________________________________________________________________
17139 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
17140         Log: Add final commas to lists as suggested by Philip Newton.
17141      Branch: perl
17142            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17143 ____________________________________________________________________________
17144 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
17145         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
17146              Date: Sun, 10 Jun 2001 23:35:38 -0400
17147              From: Chris Nandor <pudge@pobox.com>
17148              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
17149      Branch: perl
17150            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
17151            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
17152            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
17153            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
17154            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
17155            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
17156            ! t/op/write.t t/pragma/strict.t
17157 ____________________________________________________________________________
17158 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
17159         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
17160              From: Chris Nandor <pudge@pobox.com>
17161              Date: Mon, 11 Jun 2001 08:24:28 -0400
17162              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
17163      Branch: perl
17164            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
17165            ! t/lib/io_dir.t
17166 ____________________________________________________________________________
17167 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
17168         Log: One more run_byacc (a hand-tweaked version had slipped in).
17169      Branch: perl
17170            ! perly.c vms/perly_c.vms
17171 ____________________________________________________________________________
17172 [ 10509] By: nick                                  on 2001/06/11  07:49:15
17173         Log: Integrate mainline
17174      Branch: perlio
17175           !> Makefile.SH embed.h embed.pl global.sym
17176           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
17177           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
17178           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
17179           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
17180 ____________________________________________________________________________
17181 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
17182         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
17183              From: Mike Guy <mjtg@cam.ac.uk>
17184              Reply-To: mjtg@cam.ac.uk
17185              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
17186      Branch: perl
17187            ! lib/ExtUtils/Manifest.pm
17188 ____________________________________________________________________________
17189 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
17190         Log: Subject: [PATCH] ExtUtils::Constant
17191              From: Nicholas Clark <nick@ccl4.org>
17192              Date: Sun, 10 Jun 2001 23:25:41 +0100
17193              Message-ID: <20010610232540.C76396@plum.flirble.org>
17194      Branch: perl
17195            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17196 ____________________________________________________________________________
17197 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
17198         Log: Integrate perlio.
17199      Branch: perl
17200           !> iperlsys.h
17201 ____________________________________________________________________________
17202 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
17203         Log: Move the grok_number and its lieutenant grok_numeric_radix
17204              from sv.c statics to util.c and public.
17205      Branch: perl
17206            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
17207            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
17208 ____________________________________________________________________________
17209 [ 10504] By: nick                                  on 2001/06/10  17:47:06
17210         Log: Fix (valid) -Wall warnings in perlio.c
17211      Branch: perlio
17212            ! iperlsys.h
17213 ____________________________________________________________________________
17214 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
17215         Log: Update perly_c.diff, update perly.fixer to edit away
17216              some of the -Wall noise.
17217      Branch: perl
17218            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
17219 ____________________________________________________________________________
17220 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
17221         Log: Check the version of byacc.
17222      Branch: perl
17223            ! Makefile.SH
17224 ____________________________________________________________________________
17225 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
17226         Log: Subject: [PATCH] perly.y overhaul
17227              From: Simon Cozens <simon@netthink.co.uk>
17228              Date: Sun, 10 Jun 2001 16:56:54 +0100
17229              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
17230              
17231              Plus make run_byacc.
17232      Branch: perl
17233            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
17234 ____________________________________________________________________________
17235 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
17236         Log: Integrate perlio.
17237      Branch: perl
17238           !> perlio.c perlsfio.h
17239 ____________________________________________________________________________
17240 [ 10499] By: nick                                  on 2001/06/10  15:01:08
17241         Log: Integrate mainline
17242      Branch: perlio
17243           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
17244           !> t/pragma/locale.t util.c
17245 ____________________________________________________________________________
17246 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
17247         Log: Put some meat on the perl572delta bones.  The list of
17248              selected bug fixes needs more work, as does still the
17249              whole document.
17250      Branch: perl
17251            ! pod/perl572delta.pod
17252 ____________________________________________________________________________
17253 [ 10497] By: nick                                  on 2001/06/10  12:27:51
17254         Log: Paper over a crack or two with USE_SFIO
17255      Branch: perlio
17256            ! perlio.c perlsfio.h
17257 ____________________________________________________________________________
17258 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
17259         Log: Update Changes.
17260      Branch: perl
17261            ! Changes patchlevel.h
17262 ____________________________________________________________________________
17263 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
17264         Log: Subject: Re: pragma/locale.t #107
17265              From: Hugo <hv@crypt.compulink.co.uk>
17266              Date: Sun, 10 Jun 2001 11:23:30 +0100
17267              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
17268              
17269              Encapsulate the scan of the decimal radix separator.
17270      Branch: perl
17271            ! embed.h embed.pl proto.h sv.c
17272 ____________________________________________________________________________
17273 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
17274         Log: Try to grok numbers both with the locale specific separator
17275              and with the usual "." (if different from the lss); add a test
17276              to locale.t to do also a little bit of math in addition to just
17277              equalness testing; remove extraneous logic as suggested in
17278              
17279              Subject: Re: pragma/locale.t #107
17280              From: Nicholas Clark <nick@ccl4.org>
17281              Date: Sat, 9 Jun 2001 22:37:36 +0100
17282              Message-ID: <20010609223735.Y76396@plum.flirble.org>
17283      Branch: perl
17284            ! sv.c t/pragma/locale.t
17285 ____________________________________________________________________________
17286 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
17287         Log: Metaconfig unit change for #10492.
17288      Branch: metaconfig/U/perl
17289            ! Extensions.U
17290 ____________________________________________________________________________
17291 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
17292         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
17293              From: Artur Bergman <artur@contiller.se> 
17294              Date: Sat, 09 Jun 2001 21:03:51 +0200
17295              Message-ID: <B7483FB6.1398%artur@contiller.se>
17296      Branch: perl
17297            ! Configure
17298 ____________________________________________________________________________
17299 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
17300         Log: Integrate perlio.
17301      Branch: perl
17302           !> perlsfio.h
17303 ____________________________________________________________________________
17304 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
17305         Log: Do locale specific separator if only in locale.
17306      Branch: perl
17307            ! util.c
17308 ____________________________________________________________________________
17309 [ 10489] By: nick                                  on 2001/06/09  19:13:25
17310         Log: Make XS/Typemap compile (but fail) with sfio
17311      Branch: perlio
17312            ! perlsfio.h
17313 ____________________________________________________________________________
17314 [ 10488] By: nick                                  on 2001/06/09  19:12:51
17315         Log: Re-integrate mainline
17316      Branch: perlio
17317           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
17318           !> proto.h sv.c util.c
17319 ____________________________________________________________________________
17320 [ 10487] By: nick                                  on 2001/06/09  16:26:29
17321         Log: Integrate mainline
17322      Branch: perlio
17323           !> (integrate 31 files)
17324 ____________________________________________________________________________
17325 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
17326         Log: Subject: [PATCH] New attempt to clone callack
17327              From: Artur Bergman <artur@contiller.se> 
17328              Date: Thu, 07 Jun 2001 11:52:16 +0200
17329              Message-ID: <B7451B6F.12B7%artur@contiller.se>
17330      Branch: perl
17331            ! embedvar.h intrpvar.h perlapi.h sv.c
17332 ____________________________________________________________________________
17333 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
17334         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
17335      Branch: perl
17336            ! embed.h embed.pl perl.h proto.h sv.c util.c
17337 ____________________________________________________________________________
17338 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
17339         Log: Subject: Re: pragma/locale.t #107
17340              From: Nicholas Clark <nick@ccl4.org>
17341              Date: Sat, 9 Jun 2001 16:26:10 +0100
17342              Message-ID: <20010609162609.V76396@plum.flirble.org>
17343              
17344              A missing NVification.
17345      Branch: perl
17346            ! sv.c
17347 ____________________________________________________________________________
17348 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
17349         Log: Redo the #10482, there already was a test script for formats.
17350      Branch: perl
17351            - t/io/format.t
17352            ! MANIFEST t/op/write.t
17353 ____________________________________________________________________________
17354 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
17355         Log: Twisted format testing, from Merijn.
17356      Branch: perl
17357            + t/io/format.t
17358            ! MANIFEST
17359 ____________________________________________________________________________
17360 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
17361         Log: More \p{In...} testing, combined with \N{...}.
17362      Branch: perl
17363            ! lib/utf8_heavy.pl t/op/pat.t
17364 ____________________________________________________________________________
17365 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
17366         Log: Metaconfig changes for #10479.
17367      Branch: metaconfig
17368            ! U/Glossary.patch
17369      Branch: metaconfig/U/perl
17370            ! d_modfl.U
17371 ____________________________________________________________________________
17372 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
17373         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
17374      Branch: perl
17375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17376            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
17377            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17378            ! win32/config.bc win32/config.gc win32/config.vc
17379 ____________________________________________________________________________
17380 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
17381         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
17382              From: "Craig A. Berry" <craigberry@mac.com>
17383              Date: Thu, 7 Jun 2001 14:27:20 -0500
17384              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
17385      Branch: perl
17386            ! vms/perlvms.pod
17387 ____________________________________________________________________________
17388 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
17389         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
17390              From: Gisle Aas <gisle@ActiveState.com>
17391              Date: 07 Jun 2001 17:04:29 -0700
17392              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
17393      Branch: perl
17394            ! ext/re/re.xs
17395 ____________________________________________________________________________
17396 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
17397         Log: Update Changes.
17398      Branch: perl
17399            ! Changes patchlevel.h
17400 ____________________________________________________________________________
17401 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
17402         Log: Regen Glossary et alia.
17403      Branch: perl
17404            ! Porting/Glossary Porting/config.sh Porting/config_H
17405 ____________________________________________________________________________
17406 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
17407         Log: Metaconfig unit changes for #10473.
17408      Branch: metaconfig/U/perl
17409            ! d_modfl.U
17410 ____________________________________________________________________________
17411 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
17412         Log: Harumph, also AIX will spill its guts (i.e. dump core)
17413              if an executable contains modfl() but it hasn't been
17414              compiled right (in the case of AIX, with cc -qlongdouble).
17415      Branch: perl
17416            ! Configure
17417 ____________________________________________________________________________
17418 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
17419         Log: integrate change#10471 from mainline
17420              
17421              in change#10451, check that CvOUTSIDE is a CV before looking in
17422              (it can apparently be SVt_NULL during global destruction)
17423      Branch: maint-5.6/perl
17424           !> op.c
17425 ____________________________________________________________________________
17426 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
17427         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
17428              (it can apparently be SVt_NULL during global destruction)
17429      Branch: perl
17430            ! op.c
17431 ____________________________________________________________________________
17432 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
17433         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
17434              From: Robin Barker <rmb1@cise.npl.co.uk>
17435              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
17436              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
17437      Branch: perl
17438            ! lib/diagnostics.pm pod/perldiag.pod
17439 ____________________________________________________________________________
17440 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
17441         Log: Subject: [PATCH perl@10439] long =item
17442              From: Robin Barker <rmb1@cise.npl.co.uk>
17443              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
17444              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
17445      Branch: perl
17446            ! README.amiga lib/Attribute/Handlers.pm
17447            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
17448 ____________________________________________________________________________
17449 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
17450         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
17451              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
17452              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
17453              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
17454      Branch: perl
17455            ! pod/perlguts.pod
17456 ____________________________________________________________________________
17457 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
17458         Log: Integrate perlio.
17459      Branch: perl
17460           !> sv.c
17461 ____________________________________________________________________________
17462 [ 10466] By: nick                                  on 2001/06/07  10:25:40
17463         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
17464              whitespace tweaks.
17465              Still coredumps in pragma/overload.t - what a nice hard fail that is...
17466      Branch: perlio
17467            ! sv.c
17468 ____________________________________________________________________________
17469 [ 10465] By: nick                                  on 2001/06/07  08:41:58
17470         Log: Raw integrate of mainline for S_grok_number debug
17471              (sv.c has MULTIPLICITY issues as well as whatever else ...)
17472      Branch: perlio
17473            - plan9/perlplan9.doc plan9/perlplan9.pod
17474           !> (integrate 46 files)
17475 ____________________________________________________________________________
17476 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
17477         Log: The proper prototyping for #10463.
17478      Branch: perl
17479            ! embed.h embed.pl proto.h sv.c
17480 ____________________________________________________________________________
17481 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
17482         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
17483              From: Nicholas Clark <nick@ccl4.org>
17484              Date: Thu, 7 Jun 2001 00:29:59 +0100
17485              Message-ID: <20010607002959.Z76396@plum.flirble.org>
17486      Branch: perl
17487            ! sv.c
17488 ____________________________________________________________________________
17489 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
17490         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
17491              From: "Craig A. Berry" <craigberry@mac.com>
17492              Date: Wed, 06 Jun 2001 17:54:30 -0500
17493              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
17494      Branch: perl
17495            ! vms/perlvms.pod
17496 ____________________________________________________________________________
17497 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
17498         Log: Podify the remaining README.platform files;
17499              merge README.plan9 and plan9/perlplan9.pod;
17500              delete plan9/perlplan9.* (the perlplan.doc needs to
17501              be regenerated in Plan 9); make the =head1 and =head2
17502              in the README.platform to be a little more verbose
17503              (skipped README.os2 not to anger Ilya) so that they
17504              look better in the toc; regen toc.
17505      Branch: perl
17506            - plan9/perlplan9.doc plan9/perlplan9.pod
17507            ! MANIFEST README.aix README.amiga README.apollo README.beos
17508            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
17509            ! README.hpux README.hurd README.machten README.macos
17510            ! README.micro README.mint README.mpeix README.os390
17511            ! README.plan9 README.qnx README.solaris README.threads
17512            ! README.tru64 README.vmesa README.vms README.vos README.win32
17513            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17514            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17515 ____________________________________________________________________________
17516 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
17517         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
17518              From: Mike Guy <mjtg@cam.ac.uk>
17519              Reply-To: mjtg@cam.ac.uk
17520              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
17521      Branch: perl
17522            ! pod/perlguts.pod
17523 ____________________________________________________________________________
17524 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
17525         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
17526              From: Mike Guy <mjtg@cam.ac.uk>
17527              Reply-To: mjtg@cam.ac.uk
17528              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
17529      Branch: perl
17530            ! pod/perlsec.pod
17531 ____________________________________________________________________________
17532 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
17533         Log: Disable long doubles from pre-5.0 Tru64s.
17534      Branch: perl
17535            ! README.tru64 hints/dec_osf.sh
17536 ____________________________________________________________________________
17537 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
17538         Log: The #10455 exposed that modfl() is fundamentally busted
17539              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
17540              testing it.
17541      Branch: perl
17542            ! hints/dec_osf.sh
17543 ____________________________________________________________________________
17544 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
17545         Log: Metaconfig unit change for #10455.
17546      Branch: metaconfig/U/perl
17547            ! d_modfl.U
17548 ____________________________________________________________________________
17549 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
17550         Log: Configure check for geborken modfl(), inspired by
17551              
17552              Subject: Re: [20010118.017] op/int.t failure 
17553              From: Hugo <hv@crypt.compulink.co.uk>
17554              Date: Tue, 05 Jun 2001 13:43:27 +0100
17555              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
17556      Branch: perl
17557            ! Configure
17558 ____________________________________________________________________________
17559 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
17560         Log: Integrate changes #10450 and #10451 from maintperl:
17561              
17562              optimize change#10448 slightly (don't repeat search in eval""s lexical
17563              scope, since that has already been searched)
17564              
17565              change#9108 needs subtler treatment for case of closures created
17566              within eval""
17567      Branch: perl
17568           !> op.c t/op/misc.t
17569 ____________________________________________________________________________
17570 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
17571         Log: MakeMaker magic to compile (when no dynamic loading)
17572              List/Util.xsc as (ListUtil.c and) ListUtil.o since
17573              POSIX-BC (BS2000) linker has an evil limitation of
17574              being unable to include in the same executable several
17575              object files with the same name - case-insensitively -
17576              because otherwise we conflict with util.c.
17577              Strictly speaking currently required only in POSIX-BC
17578              but probably will do no harm elsewhere where static
17579              linking is required.
17580      Branch: perl
17581            ! ext/List/Util/Makefile.PL
17582 ____________________________________________________________________________
17583 [ 10452] By: nick                                  on 2001/06/06  08:59:51
17584         Log: Integrate mainline.
17585      Branch: perlio
17586           +> lib/Attribute/Handlers/demo/Demo.pm
17587           +> lib/Attribute/Handlers/demo/Descriptions.pm
17588           +> lib/Attribute/Handlers/demo/MyClass.pm
17589           +> lib/Attribute/Handlers/demo/demo.pl
17590           +> lib/Attribute/Handlers/demo/demo2.pl
17591           +> lib/Attribute/Handlers/demo/demo3.pl
17592           +> lib/Attribute/Handlers/demo/demo4.pl
17593           +> lib/Attribute/Handlers/demo/demo_call.pl
17594           +> lib/Attribute/Handlers/demo/demo_chain.pl
17595           +> lib/Attribute/Handlers/demo/demo_cycle.pl
17596           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
17597           +> lib/Attribute/Handlers/demo/demo_phases.pl
17598           +> lib/Attribute/Handlers/demo/demo_range.pl
17599           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
17600           +> uts/strtol_wrap.c
17601           !> (integrate 91 files)
17602 ____________________________________________________________________________
17603 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
17604         Log: change#9108 needs subtler treatment for case of closures created
17605              within eval""
17606      Branch: maint-5.6/perl
17607            ! op.c t/op/misc.t
17608 ____________________________________________________________________________
17609 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
17610         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
17611              scope, since that has already been searched)
17612      Branch: maint-5.6/perl
17613            ! op.c
17614 ____________________________________________________________________________
17615 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
17616         Log: Integrate change #10448 from maintperl; lexicals
17617              outside an eval"" weren't resolved correctly inside a subroutine
17618              definition inside the eval"" if they were not already referenced
17619              in the toplevel of the eval""-ed code
17620      Branch: perl
17621           !> cop.h op.c pp_ctl.c t/op/misc.t
17622 ____________________________________________________________________________
17623 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
17624         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
17625              outside an eval"" weren't resolved correctly inside a subroutine
17626              definition inside the eval"" if they were not already referenced
17627              in the toplevel of the eval""-ed code
17628      Branch: maint-5.6/perl
17629            ! cop.h op.c pp_ctl.c t/op/misc.t
17630 ____________________________________________________________________________
17631 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
17632         Log: Subject: [PATCH] perl570delta.pod
17633              From: Peter Scott <Peter@PSDT.com> 
17634              Date: Tue, 05 Jun 2001 18:51:02 -0700
17635              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
17636      Branch: perl
17637            ! pod/perl570delta.pod
17638 ____________________________________________________________________________
17639 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
17640         Log: The fudge factor is no more needed.  I hope.
17641      Branch: perl
17642            ! t/lib/posix.t
17643 ____________________________________________________________________________
17644 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
17645         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
17646              From: Hugo <hv@crypt.compulink.co.uk>
17647              Date: Tue, 05 Jun 2001 12:58:19 +0100
17648              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
17649      Branch: perl
17650            ! util.c
17651 ____________________________________________________________________________
17652 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
17653         Log: Make up prototypes only for those who have the functions
17654              but not the prototypes.
17655      Branch: perl
17656            ! perl.h
17657 ____________________________________________________________________________
17658 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
17659         Log: Subject: Re: Not OK: perl@10439 on win32 
17660              From: Prymmer/Kahn <pvhp@best.com> 
17661              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
17662              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
17663      Branch: perl
17664            ! perl.h util.c
17665 ____________________________________________________________________________
17666 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
17667         Log: The metaconfig units changes for #10441.
17668      Branch: metaconfig
17669            ! U/modified/Extract.U U/modified/Extractall.U
17670            ! U/modified/Finish.U
17671 ____________________________________________________________________________
17672 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
17673         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
17674      Branch: perl
17675            ! Configure
17676 ____________________________________________________________________________
17677 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
17678         Log: Unnecessary fuzziness undone, noted by Mike Guy.
17679      Branch: perl
17680            ! t/op/tr.t
17681 ____________________________________________________________________________
17682 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
17683         Log: Update Changes.
17684      Branch: perl
17685            ! Changes patchlevel.h
17686 ____________________________________________________________________________
17687 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
17688         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
17689              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
17690              leakage patch.
17691      Branch: perl
17692            ! t/op/misc.t
17693 ____________________________________________________________________________
17694 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
17695         Log: Test case for #10433/#10424.
17696      Branch: perl
17697            ! t/op/misc.t
17698 ____________________________________________________________________________
17699 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
17700         Log: Subject: One fix for strtoul not setting errno
17701              From: hom00@utsglobal.com (Hal Morris)
17702              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
17703              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
17704      Branch: perl
17705            + uts/strtol_wrap.c
17706            ! MANIFEST hints/uts.sh
17707 ____________________________________________________________________________
17708 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
17709         Log: Metaconfig units changes for #10434.
17710      Branch: metaconfig
17711            ! U/modified/Cppsym.U
17712      Branch: metaconfig/U/perl
17713            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
17714            + d_syscallproto.U d_usleepproto.U
17715            ! longdblfio.U quadfio.U
17716 ____________________________________________________________________________
17717 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
17718         Log: Configure tweaks; add prototype probes, make the cpp symbols
17719              probe to cast, not whine; test for %Ld and %Lf before %lld and
17720              %llf because the L is the ANSI way.
17721      Branch: perl
17722            ! Configure config_h.SH configure.com epoc/config.sh
17723            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
17724            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17725            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
17726 ____________________________________________________________________________
17727 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
17728         Log: Sigh.  This is what #10424 was supposed to check in.
17729      Branch: perl
17730            ! op.c sv.c sv.h
17731 ____________________________________________________________________________
17732 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
17733         Log: More verbose failure.
17734      Branch: perl
17735            ! t/op/ver.t
17736 ____________________________________________________________________________
17737 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
17738         Log: The .pm changes to go with #10428.
17739      Branch: perl
17740            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
17741            ! ext/Sys/Syslog/Syslog.pm
17742 ____________________________________________________________________________
17743 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
17744         Log: On second thoughts show to utf8 skippage message only
17745              on failures, it's too confusing otherwise,
17746      Branch: perl
17747            ! t/pragma/locale.t
17748 ____________________________________________________________________________
17749 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
17750         Log: Do not import anything from Encode.
17751      Branch: perl
17752            ! ext/MIME/Base64/QuotedPrint.pm
17753 ____________________________________________________________________________
17754 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
17755         Log: The #10402 didn't take.  Weird.
17756      Branch: perl
17757            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
17758            ! ext/Sys/Syslog/Syslog.xs
17759 ____________________________________________________________________________
17760 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
17761         Log: Eradicate traces of 'asciirange' re subpragma.
17762      Branch: perl
17763            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
17764            ! pod/perldiag.pod
17765 ____________________________________________________________________________
17766 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
17767         Log: use is a compile-time thing.
17768      Branch: perl
17769            ! ext/MIME/Base64/QuotedPrint.pm
17770 ____________________________________________________________________________
17771 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
17772         Log: Subject: [PATCH perl@10419] -Wall casting patch
17773              From: Robin Barker <rmb1@cise.npl.co.uk>
17774              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
17775              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
17776      Branch: perl
17777            ! ext/Devel/DProf/DProf.xs mg.c
17778 ____________________________________________________________________________
17779 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
17780         Log: Subject: [PATCH #2] introducing SVpad_TYPED
17781              From: Abhijit Menon-Sen <ams@wiw.org>
17782              Date: Mon, 4 Jun 2001 12:26:02 +0530
17783              Message-ID: <20010604122602.A5775@lustre.linux.in>
17784      Branch: perl
17785            ! op.c sv.c sv.h
17786 ____________________________________________________________________________
17787 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
17788         Log: testsuite for change#10192 (from Gisle Aas)
17789      Branch: perl
17790            + t/op/override.t
17791            ! MANIFEST
17792 ____________________________________________________________________________
17793 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
17794         Log: integrate changes#10414-10416 from mainline
17795              
17796              Potential buffer overrun if the radix separator is more than
17797              one byte.  Also, under locales, prefer the locale-specific
17798              separator over the old boring ".".
17799              
17800              "10.", that is, decimal numbers can have no decimal part at all.
17801              
17802              The non-locale places need love, too.
17803      Branch: maint-5.6/perl
17804           !> perl.h sv.c
17805 ____________________________________________________________________________
17806 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
17807         Log: Missed from #10420.
17808      Branch: perl
17809            ! epoc/config.sh
17810 ____________________________________________________________________________
17811 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
17812         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
17813              often this prototype goes with HAS_SETRESUID_PROTO.
17814      Branch: perl
17815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17816            ! config_h.SH configure.com perl.h uconfig.h
17817 ____________________________________________________________________________
17818 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
17819         Log: Update Changes.
17820      Branch: perl
17821            ! Changes patchlevel.h
17822 ____________________________________________________________________________
17823 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
17824         Log: -Wall "subscript has type `char'" cleanup.
17825      Branch: perl
17826            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
17827 ____________________________________________________________________________
17828 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
17829         Log: Various "cast to pointer from integer of different size"
17830              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
17831              wide but I32 (int) only 32 bits wide).
17832              
17833              WARNING: the classnum and tagnum changes in Storable.xs
17834              may not be wise, they may be breaking binary compatibility
17835              (in 64-bit platforms), asked Raphael Manfredi about the changes.
17836      Branch: perl
17837            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
17838            ! mg.c proto.h
17839 ____________________________________________________________________________
17840 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
17841         Log: The non-locale places need love, too.
17842      Branch: perl
17843            ! perl.h
17844 ____________________________________________________________________________
17845 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
17846         Log: "10.", that is, decimal numbers can have no decimal part at all.
17847      Branch: perl
17848            ! perl.h
17849 ____________________________________________________________________________
17850 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
17851         Log: Potential buffer overrun if the radix separator is more than
17852              one byte.  Also, under locales, prefer the locale-specific
17853              separator over the old boring ".".
17854      Branch: perl
17855            ! perl.h sv.c
17856 ____________________________________________________________________________
17857 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
17858         Log: Integrate change #10412 from maintperl; locale is now
17859              per-cop, not per-op; plus retweak the locale.t to always
17860              list the skipped utf8 locales.
17861      Branch: perl
17862            ! t/pragma/locale.t
17863           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
17864           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
17865 ____________________________________________________________________________
17866 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
17867         Log: rationalize locale handling to fix the bugs uncovered by change#10394
17868              
17869              the major issue was that the runtime was looking at PL_hints rather
17870              than op_private to notice whether locale was enabled
17871              
17872              the secondary issue was that many locale-sensitive numeric ops didn't
17873              have HINT_LOCALE propagated into their op_private
17874              
17875              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
17876              instead of per-op, just like HINT_BYTE and the hints for lexical
17877              warnings (this makes the hint available to every op via PL_curcop)
17878              
17879              pragma/locale.t may need to be reworked with these fixes in mind
17880              (it currently passes its tests)
17881      Branch: maint-5.6/perl
17882            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
17883            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
17884 ____________________________________________________________________________
17885 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
17886         Log: More verbose debugging.
17887      Branch: perl
17888            ! t/pragma/locale.t
17889 ____________________________________________________________________________
17890 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
17891         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
17892              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17893              Date: Sat, 2 Jun 2001 22:53:33 +0100
17894              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
17895      Branch: perl
17896            ! regcomp.c t/pragma/warn/regcomp
17897 ____________________________________________________________________________
17898 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
17899         Log: Mention that lexicalizing $a or $b is a bad idea if one
17900              wants to use sort().
17901      Branch: perl
17902            ! pod/perlvar.pod
17903 ____________________________________________________________________________
17904 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
17905         Log: Tweak the test to be happy if the accuracy is 'good enough'.
17906      Branch: perl
17907            ! t/lib/posix.t
17908 ____________________________________________________________________________
17909 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
17910         Log: Upgrade to Attribute::Handlers 0.70.
17911              
17912              NOTE: this unearthed the "too late for CHECK block" bug,
17913              that's why the 1_compile.t change.
17914      Branch: perl
17915            + lib/Attribute/Handlers/demo/Demo.pm
17916            + lib/Attribute/Handlers/demo/Descriptions.pm
17917            + lib/Attribute/Handlers/demo/MyClass.pm
17918            + lib/Attribute/Handlers/demo/demo.pl
17919            + lib/Attribute/Handlers/demo/demo2.pl
17920            + lib/Attribute/Handlers/demo/demo3.pl
17921            + lib/Attribute/Handlers/demo/demo4.pl
17922            + lib/Attribute/Handlers/demo/demo_call.pl
17923            + lib/Attribute/Handlers/demo/demo_chain.pl
17924            + lib/Attribute/Handlers/demo/demo_cycle.pl
17925            + lib/Attribute/Handlers/demo/demo_hashdir.pl
17926            + lib/Attribute/Handlers/demo/demo_phases.pl
17927            + lib/Attribute/Handlers/demo/demo_range.pl
17928            + lib/Attribute/Handlers/demo/demo_rawdata.pl
17929            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
17930            ! t/lib/attrhand.t
17931 ____________________________________________________________________________
17932 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
17933         Log: One less -Wall whine.
17934      Branch: perl
17935            ! regcomp.c
17936 ____________________________________________________________________________
17937 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
17938         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
17939      Branch: perl
17940           !> t/op/eval.t
17941 ____________________________________________________________________________
17942 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
17943         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
17944              aren't "normally" visible inside eval""s contained in subs unless
17945              a cloned reference to them already exists)
17946              
17947              strangely enough, t/harness didn't show this up as a failure
17948              (harness needs fixing?)
17949      Branch: maint-5.6/perl
17950            ! t/op/eval.t
17951 ____________________________________________________________________________
17952 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
17953         Log: Update to Text::Balanced 1.85.
17954      Branch: perl
17955            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
17956 ____________________________________________________________________________
17957 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
17958         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
17959              From: Nicholas Clark <nick@ccl4.org>
17960              Date: Sun, 3 Jun 2001 17:54:36 +0100
17961              Message-ID: <20010603175436.E76396@plum.flirble.org> 
17962      Branch: perl
17963            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
17964            ! ext/Sys/Syslog/Syslog.xs
17965 ____________________________________________________________________________
17966 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
17967         Log: Unused variables.
17968      Branch: perl
17969            ! util.c
17970 ____________________________________________________________________________
17971 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
17972         Log: Subject: [PATCH] APIfy op_clear 
17973              From: Simon Cozens <simon@netthink.co.uk>
17974              Date: Sun, 3 Jun 2001 13:51:46 +0100
17975              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
17976              
17977              (despite the subject line, op_null is APIfied by the patch)
17978      Branch: perl
17979            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17980 ____________________________________________________________________________
17981 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
17982         Log: Subject: [PATCH] t/lib/extutils.t
17983              From: Nicholas Clark <nick@ccl4.org>
17984              Date: Sat, 2 Jun 2001 23:57:05 +0100
17985              Message-ID: <20010602235705.Q12698@plum.flirble.org>
17986      Branch: perl
17987            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17988 ____________________________________________________________________________
17989 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
17990         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
17991              From: Prymmer/Kahn <pvhp@best.com>
17992              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
17993              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
17994      Branch: perl
17995            ! win32/Makefile win32/makefile.mk
17996 ____________________________________________________________________________
17997 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
17998         Log: Subject: Re: 'decimal digits' macro? 
17999              From: Hugo <hv@crypt.compulink.co.uk>
18000              Date: Sun, 03 Jun 2001 04:26:36 +0100
18001              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
18002      Branch: perl
18003            ! handy.h t/lib/posix.t t/op/tr.t
18004 ____________________________________________________________________________
18005 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
18006         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
18007              From: Hugo <hv@crypt.compulink.co.uk>
18008              Date: Sun, 03 Jun 2001 14:56:30 +0100
18009              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
18010      Branch: perl
18011            ! util.c
18012 ____________________________________________________________________________
18013 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
18014         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
18015      Branch: perl
18016           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
18017           !> vms/perly_c.vms
18018 ____________________________________________________________________________
18019 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
18020         Log: fix leakage of lexicals at file scope into subroutines that were
18021              declared before them; this appears to be a longstanding bug that
18022              meant that lexicals at file scope were never "deintroduced", meaning
18023              their scope range was never properly closed, and their visibility
18024              extended to all subsequent eval""s or requires
18025              
18026              added a test case
18027              
18028              seems to also fix a case of bogus duplicate warnings
18029      Branch: maint-5.6/perl
18030            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
18031            ! vms/perly_c.vms
18032 ____________________________________________________________________________
18033 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
18034         Log: More VMS tweaks from Craig A. Berry.
18035      Branch: perl
18036            ! configure.com t/lib/extutils.t
18037 ____________________________________________________________________________
18038 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
18039         Log: -Wall cleanup continues.
18040      Branch: perl
18041            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
18042            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
18043            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
18044            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
18045            ! run.c toke.c util.c
18046 ____________________________________________________________________________
18047 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
18048         Log: The metaconfig unit change for #10390.
18049      Branch: metaconfig/U/perl
18050            ! gccvers.U
18051 ____________________________________________________________________________
18052 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
18053         Log: Drop the -ansi from the default gcc flags.
18054              
18055              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
18056              that struct cannot be compared with a flat integer, such as STRLEN.
18057              The -ansi will also cause a lot of noise in Solaris because of:
18058              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
18059      Branch: perl
18060            ! Configure
18061 ____________________________________________________________________________
18062 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
18063         Log: Integrate perlio.
18064      Branch: perl
18065           !> pod/perlapi.pod util.c
18066 ____________________________________________________________________________
18067 [ 10388] By: nick                                  on 2001/06/02  08:01:12
18068         Log: Integrate mainline
18069      Branch: perlio
18070           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
18071           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
18072           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
18073           !> t/lib/1_compile.t t/lib/mimeqp.t
18074 ____________________________________________________________________________
18075 [ 10387] By: nick                                  on 2001/06/02  07:39:17
18076         Log: Tweak util.c's atof2 for MULTIPLICITY
18077      Branch: perlio
18078            ! util.c
18079 ____________________________________________________________________________
18080 [ 10386] By: nick                                  on 2001/06/02  07:38:33
18081         Log: Integrate mainline
18082      Branch: perlio
18083           !> (integrate 41 files)
18084 ____________________________________________________________________________
18085 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
18086         Log: Add Attribute::Handlers 0.61 from Damian Conway.
18087      Branch: perl
18088            + lib/Attribute/Handlers.pm t/lib/attrhand.t
18089            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
18090 ____________________________________________________________________________
18091 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
18092         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
18093              From: Peter Prymmer <pvhp@forte.com>
18094              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
18095              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
18096      Branch: perl
18097            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
18098 ____________________________________________________________________________
18099 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
18100         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
18101              From: Jeff Pinyan <jeffp@crusoe.net>
18102              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
18103              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
18104      Branch: perl
18105            ! lib/File/Find.pm
18106 ____________________________________________________________________________
18107 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
18108         Log: Subject: [PATCH perl@10381] configure.com tweaks
18109              From: "Craig A. Berry" <craigberry@mac.com>
18110              Date: Fri, 1 Jun 2001 13:55:43 -0500
18111              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
18112      Branch: perl
18113            ! configure.com
18114 ____________________________________________________________________________
18115 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
18116         Log: Update Changes.
18117      Branch: perl
18118            ! Changes patchlevel.h
18119 ____________________________________________________________________________
18120 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
18121         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
18122              From: Mike Guy <mjtg@cam.ac.uk>
18123              Date: Fri, 01 Jun 2001 18:17:02 +0100
18124              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
18125      Branch: perl
18126            ! lib/perl5db.pl
18127 ____________________________________________________________________________
18128 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
18129         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
18130              From: Hugo <hv@crypt.compulink.co.uk>
18131              Date: Thu, 31 May 2001 20:49:48 +0100
18132              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
18133      Branch: perl
18134            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
18135            ! util.c
18136 ____________________________________________________________________________
18137 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
18138         Log: Zero() is not available in x2p (or, rather, some of its
18139              implementations like memzero() might not be available.)
18140      Branch: perl
18141            ! x2p/hash.c
18142 ____________________________________________________________________________
18143 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
18144         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
18145              From: Michael G Schwern <schwern@pobox.com>
18146              Date: Fri, 1 Jun 2001 12:00:29 +0100
18147              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
18148              
18149              (But use Zero() instead of memset.)
18150      Branch: perl
18151            ! x2p/hash.c
18152 ____________________________________________________________________________
18153 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
18154         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
18155              From: Jeff Pinyan <jeffp@crusoe.net>
18156              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
18157              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
18158      Branch: perl
18159            ! pod/perldiag.pod regcomp.c t/op/pat.t
18160 ____________________________________________________________________________
18161 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
18162         Log: Retract #10324 and #10333; not needed.
18163      Branch: perl
18164            ! hints/irix_6.sh hints/linux.sh
18165 ____________________________________________________________________________
18166 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
18167         Log: The #10370 wasn't quite right.
18168      Branch: perl
18169            ! ext/XS/Typemap/Typemap.xs
18170 ____________________________________________________________________________
18171 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
18172         Log: The metaconfig units changes for #10372.
18173      Branch: metaconfig/U/perl
18174            + d_realpath.U d_sresgproto.U d_sresuproto.U
18175            ! gccvers.U i_db.U
18176 ____________________________________________________________________________
18177 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
18178         Log: Configure tweaks; record the Berkeley DB version,
18179              probe for realpath(), for setresuid() and setresgid()
18180              prototypes; use realpath() (try to be paranoid enough),
18181              use the setres[ug]id prototypes because glibc has the functions
18182              but not their prototypes; add -Wall -ansi to gcc ccflags;
18183              regen toc.
18184      Branch: perl
18185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18186            ! config_h.SH configure.com epoc/config.sh
18187            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
18188            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
18189            ! vos/config.ga.def win32/config.bc win32/config.gc
18190            ! win32/config.vc
18191 ____________________________________________________________________________
18192 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
18193         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
18194              From: Michael G Schwern <schwern@pobox.com>
18195              Date: Fri, 1 Jun 2001 11:28:14 +0100
18196              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
18197      Branch: perl
18198            ! lib/attributes.pm xsutils.c
18199 ____________________________________________________________________________
18200 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
18201         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
18202              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18203              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
18204              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
18205      Branch: perl
18206            ! ext/XS/Typemap/Typemap.xs
18207 ____________________________________________________________________________
18208 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
18209         Log: Subject: [patch] Cwd.xs optimizations/abstraction
18210              From: Doug MacEachern <dougm@covalent.net>
18211              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
18212              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
18213      Branch: perl
18214            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
18215            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
18216 ____________________________________________________________________________
18217 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
18218         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!])
18219              From: Nicholas Clark <nick@ccl4.org>
18220              Date: Thu, 31 May 2001 23:56:40 +0100
18221              Message-ID: <20010531235640.F12698@plum.flirble.org>
18222              
18223              Make the test work also under only static extensions
18224              (sh Configure -Uusedl fakes this nicely)
18225      Branch: perl
18226            ! t/lib/extutils.t
18227 ____________________________________________________________________________
18228 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
18229         Log: Subject: [PATCH hv.c] Eliminating trigraph
18230              From: Michael G Schwern <schwern@pobox.com>
18231              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
18232              Date: Fri, 1 Jun 2001 11:49:56 +0100
18233      Branch: perl
18234            ! hv.c
18235 ____________________________________________________________________________
18236 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
18237         Log: Subject: Re: [PATCH] Tests for File::Compare 
18238              From: "Philip Newton" <Philip.Newton@gmx.net>
18239              Date: Thu, 31 May 2001 19:44:05 +0200
18240              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
18241              
18242              Unnecessary "quotation marks".
18243      Branch: perl
18244            ! t/lib/filecomp.t
18245 ____________________________________________________________________________
18246 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
18247         Log: Integrate perlio.
18248      Branch: perl
18249           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
18250 ____________________________________________________________________________
18251 [ 10364] By: nick                                  on 2001/06/01  10:13:31
18252         Log: Cleanup dll.base and dll.exp created by GCC builds.
18253      Branch: perlio
18254            ! lib/ExtUtils/MM_Win32.pm
18255 ____________________________________________________________________________
18256 [ 10363] By: nick                                  on 2001/06/01  10:02:17
18257         Log: Make filecomp test work on CRLF platforms by adding binmode.
18258      Branch: perlio
18259            ! t/lib/filecomp.t
18260 ____________________________________________________________________________
18261 [ 10362] By: nick                                  on 2001/06/01  08:37:17
18262         Log: Integrate mainline
18263      Branch: perlio
18264           !> Changes Configure patchlevel.h perlio.c
18265 ____________________________________________________________________________
18266 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
18267         Log: panic:claustrophobia.
18268      Branch: perl
18269            ! perlio.c
18270 ____________________________________________________________________________
18271 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
18272         Log: Update Changes.
18273      Branch: perl
18274            ! Changes patchlevel.h
18275 ____________________________________________________________________________
18276 [ 10359] By: nick                                  on 2001/05/31  12:35:50
18277         Log: Integrate mainline.
18278      Branch: perlio
18279           +> t/lib/filecomp.t
18280           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
18281           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
18282 ____________________________________________________________________________
18283 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
18284         Log: Integrate perlio.
18285      Branch: perl
18286           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
18287           !> win32/config_H.vc
18288 ____________________________________________________________________________
18289 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
18290         Log: Metaconfig unit change for #10356.
18291      Branch: metaconfig
18292            ! U/installdirs/inc_version_list.U
18293 ____________________________________________________________________________
18294 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
18295         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
18296              (idea from Sarathy; implementation from Andy)
18297      Branch: perl
18298            ! Configure
18299 ____________________________________________________________________________
18300 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
18301         Log: More AUTHORS.
18302      Branch: perl
18303            ! AUTHORS
18304 ____________________________________________________________________________
18305 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
18306         Log: Subject: Re: [PATCH] Tests for File::Compare
18307              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
18308              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
18309              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
18310      Branch: perl
18311            + t/lib/filecomp.t
18312            ! MANIFEST t/lib/1_compile.t
18313 ____________________________________________________________________________
18314 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
18315         Log: Subject: [PATCH] DEBUG_* macro cleanups
18316              From: Abhijit Menon-Sen <ams@wiw.org>
18317              Date: Thu, 31 May 2001 12:16:22 +0530
18318              Message-ID: <20010531121622.B4829@lustre.linux.in>
18319              
18320              Subject: Re: [PATCH] DEBUG_* macro cleanups
18321              From: Abhijit Menon-Sen <ams@wiw.org>
18322              Date: Thu, 31 May 2001 13:57:01 +0530
18323              Message-ID: <20010531135701.A21775@lustre.linux.in>
18324              
18325              (The DEBUG_ definitions in perl.h changed to use the
18326              STMT_START and STMT_END.)
18327      Branch: perl
18328            ! perl.h pp_ctl.c sv.c toke.c
18329 ____________________________________________________________________________
18330 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
18331         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
18332              From: Abhijit Menon-Sen <ams@wiw.org>
18333              Date: Thu, 31 May 2001 08:27:55 +0530
18334              Message-ID: <20010531082755.A10018@lustre.linux.in>
18335      Branch: perl
18336            ! ext/Storable/Storable.xs gv.c perl.c
18337 ____________________________________________________________________________
18338 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
18339         Log: Subject: [PATCH] AUTHORS
18340              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18341              Date: Thu, 31 May 2001 01:27:59 -0500
18342              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
18343              
18344              Subject: Re: [PATCH] AUTHORS
18345              From: "Philip Newton" <Philip.Newton@gmx.net>
18346              Date: Thu, 31 May 2001 10:08:06 +0200
18347              (Message-Id missing?)
18348      Branch: perl
18349            ! AUTHORS
18350 ____________________________________________________________________________
18351 [ 10350] By: nick                                  on 2001/05/31  11:40:43
18352         Log: win32 - dmake regen_config_h
18353      Branch: perlio
18354            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18355 ____________________________________________________________________________
18356 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
18357         Log: Subject: Re: [PATCH util.c] More warning cleanups.
18358              From: "Philip Newton" <Philip.Newton@gmx.net>
18359              Date: Thu, 31 May 2001 07:41:36 +0200
18360              Message-Id: <200105310538.IAA25458@taku.hut.fi>
18361              
18362              Undo C++-ism that snekt in.
18363      Branch: perl
18364            ! util.c
18365 ____________________________________________________________________________
18366 [ 10348] By: nick                                  on 2001/05/31  11:36:46
18367         Log: Tolerate Win32 numerics
18368      Branch: perlio
18369            ! t/pragma/warn/toke
18370 ____________________________________________________________________________
18371 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
18372         Log: Integrate perlio.
18373      Branch: perl
18374           !> perlio.c win32/win32.h
18375 ____________________________________________________________________________
18376 [ 10346] By: nick                                  on 2001/05/31  10:54:55
18377         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
18378              perlio.c change 10255.
18379      Branch: perlio
18380            ! perlio.c
18381 ____________________________________________________________________________
18382 [ 10345] By: nick                                  on 2001/05/31  10:01:57
18383         Log: Conditionaly put back some "unused" dTHX which are used
18384              with PERL_IMPLICIT_SYS
18385      Branch: perlio
18386            ! perlio.c
18387 ____________________________________________________________________________
18388 [ 10344] By: nick                                  on 2001/05/31  10:00:59
18389         Log: Fix Win32 for new spelling IN_BYTES 
18390      Branch: perlio
18391            ! win32/win32.h
18392 ____________________________________________________________________________
18393 [ 10343] By: nick                                  on 2001/05/31  08:01:32
18394         Log: perlio.c -Wall cleaner under MULTIPLICITY
18395              - still minor noise with linux stdio
18396      Branch: perlio
18397            ! perlio.c
18398 ____________________________________________________________________________
18399 [ 10342] By: nick                                  on 2001/05/31  07:52:23
18400         Log: Integrate mainline.
18401      Branch: perlio
18402           !> (integrate 42 files)
18403 ____________________________________________________________________________
18404 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
18405         Log: AUTHORS updates.
18406      Branch: perl
18407            ! AUTHORS
18408 ____________________________________________________________________________
18409 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
18410         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
18411              From: Peter Prymmer <pvhp@forte.com>
18412              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
18413              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
18414      Branch: perl
18415            ! t/lib/md5-file.t
18416 ____________________________________________________________________________
18417 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
18418         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
18419              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
18420              to match the pragma name; various robustness cleanups.
18421      Branch: perl
18422            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
18423            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
18424 ____________________________________________________________________________
18425 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
18426         Log: More -Wall sweeping.
18427      Branch: perl
18428            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
18429            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
18430            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
18431            ! regcomp.c sv.c toke.c utf8.c
18432 ____________________________________________________________________________
18433 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
18434         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
18435              From: Nicholas Clark <nick@ccl4.org>
18436              Date: Wed, 30 May 2001 22:34:41 +0100
18437              Message-ID: <20010530223441.Y86445@plum.flirble.org>
18438      Branch: perl
18439            ! t/op/cmp.t
18440 ____________________________________________________________________________
18441 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
18442         Log: It's is not, it isn't ain't, and it's it's, not its,
18443              if you mean it is. If you don't, it's its. Then too,
18444              it's hers. It isn't her's. It isn't our's either.
18445              It's ours, and likewise yours and theirs.
18446              -- Oxford University Press, Edpress News
18447      Branch: perl
18448            ! lib/autouse.pm
18449 ____________________________________________________________________________
18450 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
18451         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
18452      Branch: perl
18453            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
18454            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
18455            ! x2p/str.c x2p/walk.c xsutils.c
18456 ____________________________________________________________________________
18457 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
18458         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
18459              From: Michael G Schwern <schwern@pobox.com>
18460              Date: Wed, 30 May 2001 17:10:38 +0100
18461              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
18462              
18463              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
18464              From: Abhijit Menon-Sen <ams@wiw.org>
18465              Date: Wed, 30 May 2001 23:16:13 +0530
18466              Message-ID: <20010530231613.A31933@lustre.linux.in>
18467      Branch: perl
18468            ! perl.c t/run/runenv.t
18469 ____________________________________________________________________________
18470 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
18471         Log: (Retracted by #10375.)
18472              
18473              IRIX hints patch from Merijn Broeren.
18474              
18475              TODO: (this and the earlier Linux hints patch) should be solved
18476              at Configure level.  Merijn: -ldb should not be used on any platform
18477              for perl, just when linking DBFile itself. Trying to be helpful here
18478              is counterproductive.
18479      Branch: perl
18480            ! hints/irix_6.sh
18481 ____________________________________________________________________________
18482 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
18483         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
18484              From: Nicholas Clark <nick@ccl4.org>
18485              Date: Wed, 30 May 2001 23:20:58 +0100
18486              Message-ID: <20010530232058.B86445@plum.flirble.org>
18487      Branch: perl
18488            ! doop.c
18489 ____________________________________________________________________________
18490 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
18491         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
18492              From: Michael G Schwern <schwern@pobox.com> 
18493              Date: Wed, 30 May 2001 15:24:20 +0100
18494              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
18495      Branch: perl
18496            ! t/pragma/autouse.t
18497 ____________________________________________________________________________
18498 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
18499         Log: The regex trick wasn't a good idea.
18500      Branch: perl
18501            ! pod/perlfaq4.pod
18502 ____________________________________________________________________________
18503 [ 10329] By: nick                                  on 2001/05/30  18:34:35
18504         Log: Integrate mainline
18505      Branch: perlio
18506           !> (integrate 40 files)
18507 ____________________________________________________________________________
18508 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
18509         Log: Update Changes.
18510      Branch: perl
18511            ! Changes patchlevel.h
18512 ____________________________________________________________________________
18513 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
18514         Log: The metaconfig unit change for #10325.
18515      Branch: metaconfig
18516            + U/modified/afs.U
18517 ____________________________________________________________________________
18518 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
18519         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
18520              is now wrong.
18521      Branch: perl
18522            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
18523 ____________________________________________________________________________
18524 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
18525         Log: Introduce $Config{afsroot}.
18526      Branch: perl
18527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18528            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
18529            ! win32/config.gc win32/config.vc
18530 ____________________________________________________________________________
18531 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
18532         Log: (Retracted by #10375.)
18533              
18534              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
18535      Branch: perl
18536            ! hints/linux.sh
18537 ____________________________________________________________________________
18538 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
18539         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
18540              (Also Configure tweaks needed; coming up soon.)
18541      Branch: perl
18542            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
18543 ____________________________________________________________________________
18544 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
18545         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
18546              From: Michael G Schwern <schwern@pobox.com>
18547              Date: Sun, 27 May 2001 10:29:43 +0100
18548              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
18549      Branch: perl
18550            ! lib/perl5db.pl
18551 ____________________________________________________________________________
18552 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
18553         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
18554              and Abhijit Menon-Sen.
18555      Branch: perl
18556            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
18557            ! perl.c pp_sys.c regcomp.c
18558 ____________________________________________________________________________
18559 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
18560         Log: Fix the BOOT section to call myU2time properly.
18561      Branch: perl
18562            ! ext/Time/HiRes/HiRes.xs
18563 ____________________________________________________________________________
18564 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
18565         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
18566              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
18567              Date: Wed, 30 May 2001 09:44:29 -0400
18568              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
18569              
18570              Detypo; plus add one more trick.
18571      Branch: perl
18572            ! pod/perlfaq4.pod
18573 ____________________________________________________________________________
18574 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
18575         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)
18576              From: Michael G Schwern <schwern@pobox.com>
18577              Date: Wed, 30 May 2001 14:39:06 +0100
18578              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
18579      Branch: perl
18580            ! lib/autouse.pm t/pragma/autouse.t
18581 ____________________________________________________________________________
18582 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
18583         Log: Subject: Re: AIX and gcc (moving targets)
18584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18585              Date: Wed, 30 May 2001 15:25:08 +0200
18586              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
18587      Branch: perl
18588            ! ext/Time/HiRes/HiRes.xs
18589 ____________________________________________________________________________
18590 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
18591         Log: Subject: [PATCH t/TEST] sorting tests
18592              From: Michael G Schwern <schwern@pobox.com>
18593              Date: Wed, 30 May 2001 10:24:02 +0100
18594              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
18595      Branch: perl
18596            ! t/TEST
18597 ____________________________________________________________________________
18598 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
18599         Log: Subject: [ID 20010529.002] typos in man page perlre
18600              From: bart@cg681574-a.adubn1.nj.home.com 
18601              Date: Tue, 29 May 2001 13:58:59 -0500
18602              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
18603      Branch: perl
18604            ! pod/perlre.pod
18605 ____________________________________________________________________________
18606 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
18607         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
18608              From: "Craig A. Berry" <craigberry@mac.com>
18609              Date: Tue, 29 May 2001 23:23:45 -0500
18610              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
18611      Branch: perl
18612            ! t/lib/extutils.t t/pragma/autouse.t
18613 ____________________________________________________________________________
18614 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
18615         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)
18616              From: David Dyck <dcd@tc.fluke.com>
18617              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
18618              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
18619      Branch: perl
18620            ! t/lib/filefind.t
18621 ____________________________________________________________________________
18622 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
18623         Log: AIX hints update for gcc from Merijn H. Brand.
18624      Branch: perl
18625            ! hints/aix.sh
18626 ____________________________________________________________________________
18627 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
18628         Log: Retract #10295 and #10296: a more generic solution
18629              is needed (there's something funny with gcc on AIX).
18630      Branch: perl
18631            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
18632 ____________________________________________________________________________
18633 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
18634         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
18635              From: Hugo <hv@crypt.compulink.co.uk>
18636              Date: Wed, 30 May 2001 11:59:19 +0100
18637              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
18638              
18639              localizing $@ has unfortunate semantics - if you die past
18640              a local $@, the die message is lost.
18641      Branch: perl
18642            ! lib/utf8_heavy.pl
18643 ____________________________________________________________________________
18644 [ 10309] By: nick                                  on 2001/05/30  08:23:02
18645         Log: Integrate mainline (autouse works again.)
18646      Branch: perlio
18647           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
18648           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
18649           !> pod/perlvar.pod t/op/cmp.t
18650 ____________________________________________________________________________
18651 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
18652         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
18653              From: David Dyck <dcd@tc.fluke.com>
18654              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
18655              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
18656      Branch: perl
18657            ! lib/File/Find.pm
18658 ____________________________________________________________________________
18659 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
18660         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
18661              From: Nicholas Clark <nick@ccl4.org>
18662              Date: Tue, 29 May 2001 23:16:09 +0100
18663              Message-ID: <20010529231609.U86445@plum.flirble.org>
18664              
18665              Make the test output slightly clearer by distinguishing
18666              between '' and undef.
18667      Branch: perl
18668            ! t/op/cmp.t
18669 ____________________________________________________________________________
18670 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
18671         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
18672              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18673              Date: Tue, 29 May 2001 19:15:19 -0400
18674              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
18675      Branch: perl
18676            ! hints/os2.sh
18677 ____________________________________________________________________________
18678 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
18679         Log: Subject: perlvar.pod addition
18680              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
18681              Date: Fri, 25 May 2001 20:23:12 +0200
18682              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
18683              
18684              Subject: Re: perlvar.pod addition
18685              From: "Abigail" <abigail@foad.org> 
18686              Date: Fri, 25 May 2001 22:00:39 +0200
18687              Message-ID: <20010525200039.28029.qmail@foad.org>
18688              
18689              Mention $a and $b in perlvar.
18690      Branch: perl
18691            ! pod/perlvar.pod
18692 ____________________________________________________________________________
18693 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
18694         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
18695              From: Jeff Pinyan <jeffp@crusoe.net>
18696              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
18697              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
18698      Branch: perl
18699            ! pod/perlvar.pod
18700 ____________________________________________________________________________
18701 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
18702         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
18703              From: Jeff Pinyan <jeffp@crusoe.net>
18704              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
18705              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
18706      Branch: perl
18707            ! pod/perlfaq6.pod
18708 ____________________________________________________________________________
18709 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
18710         Log: Mention Time::localtime and Time::gmtime.
18711      Branch: perl
18712            ! ext/Time/Piece/Piece.pm
18713 ____________________________________________________________________________
18714 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
18715         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
18716              From: Michael G Schwern <schwern@pobox.com>
18717              Date: Tue, 29 May 2001 18:51:32 +0100
18718              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
18719      Branch: perl
18720            ! pod/perlfaq4.pod
18721 ____________________________________________________________________________
18722 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
18723         Log: Retract #10243.
18724      Branch: perl
18725            ! lib/autouse.pm
18726 ____________________________________________________________________________
18727 [ 10299] By: nick                                  on 2001/05/29  18:41:19
18728         Log: Post weekend integrate mainline (fails one test pragma/autouse).
18729      Branch: perlio
18730           +> (branch 29 files)
18731           !> (integrate 91 files)
18732 ____________________________________________________________________________
18733 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
18734         Log: Update Changes.
18735      Branch: perl
18736            ! Changes patchlevel.h
18737 ____________________________________________________________________________
18738 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
18739         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
18740              before Perl_load_module/Perl_call_method and restore the value
18741              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
18742      Branch: perl
18743            ! utf8.c
18744 ____________________________________________________________________________
18745 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
18746         Log: Subject: Re: AIX and gcc (moving targets)
18747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18748              Date: Tue, 29 May 2001 17:59:40 +0200
18749              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
18750      Branch: perl
18751            ! ext/Storable/Makefile.PL
18752 ____________________________________________________________________________
18753 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
18754         Log: Subject: Re: AIX and gcc (moving targets)
18755              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18756              Date: Tue, 29 May 2001 12:32:57 +0200
18757              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
18758      Branch: perl
18759            ! ext/POSIX/Makefile.PL
18760 ____________________________________________________________________________
18761 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
18762         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
18763              From: Michael G Schwern <schwern@pobox.com>
18764              Date: Tue, 29 May 2001 09:53:29 +0100
18765              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
18766              
18767              (#10280 retracted)
18768      Branch: perl
18769            ! lib/Test/Harness.pm t/lib/test-harness.t
18770 ____________________________________________________________________________
18771 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
18772         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
18773              From: Michael G Schwern <schwern@pobox.com>
18774              Date: Tue, 29 May 2001 09:19:52 +0100
18775              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
18776      Branch: perl
18777            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
18778            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
18779            + t/lib/Test/todo.t
18780            ! MANIFEST lib/Test.pm t/TEST
18781 ____________________________________________________________________________
18782 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
18783         Log: From: Michael G Schwern <schwern@pobox.com>
18784              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
18785              Date: Tue, 29 May 2001 08:26:09 +0100
18786              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
18787      Branch: perl
18788            ! t/TEST
18789 ____________________________________________________________________________
18790 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
18791         Log: Add tests for Time::gmtime and Time::localtime.
18792      Branch: perl
18793            + t/lib/time-gmtime.t t/lib/time-localtime.t
18794            ! MANIFEST t/lib/1_compile.t
18795 ____________________________________________________________________________
18796 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
18797         Log: Add test for File::stat.
18798      Branch: perl
18799            + t/lib/filestat.t
18800            ! MANIFEST t/lib/1_compile.t
18801 ____________________________________________________________________________
18802 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
18803         Log: Add test for Net::servent.
18804      Branch: perl
18805            + t/lib/net-sent.t
18806            ! MANIFEST t/lib/1_compile.t
18807 ____________________________________________________________________________
18808 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
18809         Log: Add test for Net::protoent.
18810      Branch: perl
18811            + t/lib/net-pent.t
18812            ! MANIFEST t/lib/1_compile.t
18813 ____________________________________________________________________________
18814 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
18815         Log: Add test for Net::netent.
18816      Branch: perl
18817            + t/lib/net-nent.t
18818            ! MANIFEST t/lib/1_compile.t
18819 ____________________________________________________________________________
18820 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
18821         Log: Add test for User::grent.  Portability doubtful.
18822      Branch: perl
18823            + t/lib/user-grent.t
18824            ! MANIFEST t/lib/1_compile.t
18825 ____________________________________________________________________________
18826 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
18827         Log: Add test for User::pwent.
18828              Probably will fall down somewhere for portability reasons.
18829      Branch: perl
18830            + t/lib/user-pwent.t
18831            ! MANIFEST t/lib/1_compile.t
18832 ____________________________________________________________________________
18833 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
18834         Log: Metaconfig units changes for #10283.
18835      Branch: metaconfig
18836            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
18837            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
18838            ! U/installdirs/sitescript.U U/modified/Signal.U
18839 ____________________________________________________________________________
18840 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
18841         Log: Subject: [PATCH 5.6.1] signal names in Configure
18842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18843              Date: Tue, 29 May 2001 03:52:25 -0400
18844              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
18845              
18846              Subject: [PATCH 5.6.1] older perl in Configure
18847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18848              Date: Tue, 29 May 2001 03:55:40 -0400
18849              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
18850              
18851              Subject: [PATCH 5.6.1] goofs in Configure
18852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18853              Date: Tue, 29 May 2001 04:13:07 -0400
18854              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
18855              
18856              Configure portability tweaks.
18857      Branch: perl
18858            ! Configure
18859 ____________________________________________________________________________
18860 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
18861         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
18862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18863              Date: Tue, 29 May 2001 04:07:06 -0400
18864              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
18865      Branch: perl
18866            ! os2/os2.c
18867 ____________________________________________________________________________
18868 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
18869         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
18870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18871              Date: Tue, 29 May 2001 04:01:38 -0400
18872              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
18873      Branch: perl
18874            ! hints/os2.sh os2/Makefile.SHs
18875 ____________________________________________________________________________
18876 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
18877         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
18878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18879              Date: Tue, 29 May 2001 03:50:18 -0400
18880              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
18881      Branch: perl
18882            ! lib/Test/Harness.pm
18883 ____________________________________________________________________________
18884 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
18885         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
18886      Branch: perl
18887            ! lib/utf8_heavy.pl
18888 ____________________________________________________________________________
18889 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
18890         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
18891              From: Hugo <hv@crypt.compulink.co.uk>
18892              Date: Tue, 29 May 2001 03:03:45 +0100
18893              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
18894              
18895              Explanation why the $@ always gets the UTF8 flag when under use utf8--
18896              because we told it to have the flag when under use utf8.
18897      Branch: perl
18898            ! pp_ctl.c
18899 ____________________________________________________________________________
18900 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
18901         Log: At least a partial fix for 20010528.004.
18902      Branch: perl
18903            ! lib/utf8_heavy.pl
18904 ____________________________________________________________________________
18905 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
18906         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
18907              From: Nicholas Clark <nick@ccl4.org> 
18908              Date: Mon, 28 May 2001 23:39:38 +0100
18909              Message-ID: <20010528233938.M86445@plum.flirble.org>
18910              
18911              More portable non-zero UV.
18912      Branch: perl
18913            ! t/lib/extutils.t
18914 ____________________________________________________________________________
18915 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
18916         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
18917              From: Nicholas Clark <nick@ccl4.org>
18918              Date: Mon, 28 May 2001 22:46:09 +0100
18919              Message-ID: <20010528224608.L86445@plum.flirble.org>
18920              
18921              Test also "make clean".
18922      Branch: perl
18923            ! t/lib/extutils.t
18924 ____________________________________________________________________________
18925 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
18926         Log: Subject: Re: Would -Wno-unused -Wall be better?
18927              From: Michael G Schwern <schwern@pobox.com>
18928              Date: Tue, 29 May 2001 00:55:54 +0100
18929              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
18930      Branch: perl
18931            ! pp.h
18932 ____________________________________________________________________________
18933 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
18934         Log: Add a test for 20010528.007, fixed in #10272.
18935      Branch: perl
18936            ! t/op/misc.t toke.c
18937 ____________________________________________________________________________
18938 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
18939         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
18940              From: Hugo <hv@crypt.compulink.co.uk>
18941              Date: Tue, 29 May 2001 00:23:23 +0100
18942              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
18943      Branch: perl
18944            ! toke.c
18945 ____________________________________________________________________________
18946 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
18947         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
18948              From: Michael G Schwern <schwern@pobox.com>
18949              Date: Tue, 29 May 2001 00:42:59 +0100
18950              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
18951      Branch: perl
18952            ! t/pragma/autouse.t
18953 ____________________________________________________________________________
18954 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
18955         Log: Some shells seemingly arrange the signal handlers differently
18956              (bug id 20010521.004).
18957      Branch: perl
18958            ! t/lib/sigaction.t
18959 ____________________________________________________________________________
18960 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
18961         Log: Regen perlmodlib.
18962      Branch: perl
18963            ! pod/perlmodlib.pod
18964 ____________________________________________________________________________
18965 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
18966         Log: Update Changes.
18967      Branch: perl
18968            ! Changes patchlevel.h
18969 ____________________________________________________________________________
18970 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
18971         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
18972              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18973              Date: Mon, 28 May 2001 14:56:35 -0500
18974              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
18975      Branch: perl
18976            ! pod/perlnewmod.pod
18977 ____________________________________________________________________________
18978 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
18979         Log: Regen toc.
18980      Branch: perl
18981            ! pod/perltoc.pod
18982 ____________________________________________________________________________
18983 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
18984         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
18985              From: "Richard Soderberg" <rs@crystalflame.net>
18986              Date: Mon, 28 May 2001 12:31:23 -0700
18987              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
18988      Branch: perl
18989            ! t/op/splice.t
18990 ____________________________________________________________________________
18991 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
18992         Log: The #10260 was too bold: locales and utf8 still do not mix.
18993      Branch: perl
18994            ! t/pragma/locale.t
18995 ____________________________________________________________________________
18996 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
18997         Log: Subject: [PATCH] Pod nitpicks
18998              From: "Richard Soderberg" <rs@crystalflame.net>
18999              Date: Mon, 28 May 2001 10:08:58 -0700
19000              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
19001      Branch: perl
19002            ! pod/perl571delta.pod pod/perlapi.pod sv.h
19003 ____________________________________________________________________________
19004 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
19005         Log: Upgrade to I18N::LangTags 0.22.
19006      Branch: perl
19007            + lib/I18N/LangTags/List.pod
19008            ! MANIFEST lib/I18N/LangTags.pm
19009 ____________________________________________________________________________
19010 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
19011         Log: A slightly more serious bug found by -Mutf8; op/misc and
19012              lib/complex dumped core.
19013      Branch: perl
19014            ! regexec.c
19015 ____________________________________________________________________________
19016 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
19017         Log: Various buglets shaken out by -Mutf8.
19018      Branch: perl
19019            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
19020            ! t/pragma/locale.t
19021 ____________________________________________________________________________
19022 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
19023         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
19024      Branch: perl
19025            ! t/lib/carp.t
19026 ____________________________________________________________________________
19027 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
19028         Log: Subject: [PATCH] todo patch
19029              From: Artur Bergman <artur@contiller.se> 
19030              Date: Mon, 28 May 2001 17:03:51 +0200
19031              Message-ID: <B7383577.F34%artur@contiller.se>
19032      Branch: perl
19033            ! pod/perltodo.pod
19034 ____________________________________________________________________________
19035 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
19036         Log: Subject: typo in perlguts.pod
19037              From: "John P. Linderman" <jpl@research.att.com>
19038              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
19039              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
19040      Branch: perl
19041            ! pod/perlguts.pod
19042 ____________________________________________________________________________
19043 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
19044         Log: Subject: AIX and gcc (moving targets)
19045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19046              Date: Mon, 28 May 2001 12:54:04 +0200
19047              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
19048      Branch: perl
19049            ! hints/aix.sh
19050 ____________________________________________________________________________
19051 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
19052         Log: Subject: Re: perlio + multiple perl_alloc..destruct
19053              From: Doug MacEachern <dougm@covalent.net>
19054              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
19055              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
19056      Branch: perl
19057            ! perlio.c
19058 ____________________________________________________________________________
19059 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
19060         Log: The #10251 wasn't quite up-to-the-code.
19061      Branch: perl
19062            ! t/op/misc.t
19063 ____________________________________________________________________________
19064 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
19065         Log: Test case for bug 20010526.004, fixed in #10252.
19066      Branch: perl
19067            ! t/op/taint.t
19068 ____________________________________________________________________________
19069 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
19070         Log: Subject: Re: [ID 20010526.004] Taint looses value
19071              From: Hugo <hv@crypt.compulink.co.uk>
19072              Date: Sun, 27 May 2001 20:39:32 +0100
19073              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
19074      Branch: perl
19075            ! sv.c
19076 ____________________________________________________________________________
19077 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
19078         Log: Test case for 20010422.005, fixed by #10250.
19079      Branch: perl
19080            ! t/op/misc.t
19081 ____________________________________________________________________________
19082 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
19083         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
19084              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19085              Date: Mon, 28 May 2001 06:39:12 -0400
19086              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
19087      Branch: perl
19088            ! toke.c
19089 ____________________________________________________________________________
19090 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
19091         Log: Linerewrapping.
19092      Branch: perl
19093            ! lib/open.pm
19094 ____________________________________________________________________________
19095 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
19096         Log: Updates on the modules list.
19097      Branch: perl
19098            ! t/lib/1_compile.t
19099 ____________________________________________________________________________
19100 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
19101         Log: Add a test for PerlIO.
19102              
19103              (I probably got the crlf/raw thing wrong for clrfy platforms...)
19104      Branch: perl
19105            + t/lib/perlio.t
19106            ! MANIFEST lib/PerlIO.pm
19107 ____________________________________________________________________________
19108 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
19109         Log: Add a test for carp et alia.
19110      Branch: perl
19111            + t/lib/carp.t
19112            ! MANIFEST
19113 ____________________________________________________________________________
19114 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
19115         Log: Adding the new test would be swell.
19116      Branch: perl
19117            + t/pragma/autouse.t
19118 ____________________________________________________________________________
19119 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
19120         Log: Add a test for the autouse pragma.
19121      Branch: perl
19122            ! MANIFEST
19123 ____________________________________________________________________________
19124 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
19125         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
19126              From: dLux <dlux@spam.sch.bme.hu>
19127              Date: Sun, 27 May 2001 16:14:26 +0200
19128              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
19129      Branch: perl
19130            ! lib/autouse.pm
19131 ____________________________________________________________________________
19132 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
19133         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
19134              From: "Richard Soderberg" <rs@crystalflame.net>
19135              Date: Mon, 28 May 2001 03:56:36 -0700
19136              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
19137      Branch: perl
19138            ! utils/dprofpp.PL
19139 ____________________________________________________________________________
19140 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
19141         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
19142              From: "Stephen P. Potter" <spp@spotter.yi.org>
19143              Date: Tue, 22 May 2001 11:40:25 -0400
19144              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
19145              
19146              Subject: Re: [ID 20010522.003] Time::Local module bug
19147              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
19148              Date: Tue, 22 May 2001 11:50:19 -0400
19149              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
19150      Branch: perl
19151            ! lib/Time/Local.pm
19152 ____________________________________________________________________________
19153 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
19154         Log: The PERL_DL_NONLAZY can have whitespace in front.
19155      Branch: perl
19156            ! t/lib/extutils.t
19157 ____________________________________________________________________________
19158 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
19159         Log: Document strftime() and strptime().
19160      Branch: perl
19161            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
19162 ____________________________________________________________________________
19163 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
19164         Log: Make Time::Piece::strptime() to be a function, not a method.
19165      Branch: perl
19166            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19167 ____________________________________________________________________________
19168 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
19169         Log: Tweak the test to be more portable.
19170      Branch: perl
19171            ! t/lib/extutils.t
19172 ____________________________________________________________________________
19173 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
19174         Log: Subject: PATCH: Re: Re: Attributes that tie
19175              From: Leon Brocard <acme@astray.com>
19176              Date: Sun, 27 May 2001 12:37:29 +0100
19177              Message-ID: <20010527123729.A22663@ns0.astray.com>
19178              
19179              Document that variable attributes are not currently usable
19180              for tieing.  (An ugly limitation that should be fixed.)
19181      Branch: perl
19182            ! lib/attributes.pm
19183 ____________________________________________________________________________
19184 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
19185         Log: Microperl tweaks.
19186      Branch: perl
19187            ! Makefile.micro uconfig.h uconfig.sh
19188 ____________________________________________________________________________
19189 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
19190         Log: Add make target for microperl (kind of silly, but convenient).
19191      Branch: perl
19192            ! Makefile.SH
19193 ____________________________________________________________________________
19194 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
19195         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
19196              for microperl.)
19197      Branch: perl
19198            ! doio.c
19199 ____________________________________________________________________________
19200 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
19201         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
19202              From: rspier@pobox.com (Robert Spier)
19203              Date: Sat, 26 May 2001 20:05:23 -0400
19204              Message-ID: <15120.17603.148648.12430@rls.cx>
19205              
19206              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
19207              From: rspier@pobox.com (Robert Spier)
19208              Date: Sun, 27 May 2001 00:23:12 -0400
19209              Message-ID: <15120.33072.511966.767230@rls.cx>
19210      Branch: perl
19211            ! doio.c pod/perlfunc.pod
19212 ____________________________________________________________________________
19213 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
19214         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
19215      Branch: perl
19216            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19217 ____________________________________________________________________________
19218 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
19219         Log: Add README.tru64.
19220      Branch: perl
19221            + README.tru64
19222 ____________________________________________________________________________
19223 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
19224         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
19225      Branch: perl
19226            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
19227            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
19228            ! MANIFEST
19229 ____________________________________________________________________________
19230 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
19231         Log: Integrate I18N::LangTags from Sean Burke.
19232              
19233              TODO: the language list from RFC 3066 needs to be integrated
19234              and made available somehow.  The list is included in the
19235              I18N-LangTags 0.21 distribution, but it is undocumented
19236              and unconnected to the module.
19237      Branch: perl
19238            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
19239            ! MANIFEST
19240 ____________________________________________________________________________
19241 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
19242         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
19243              envisioned by Sarathy.
19244      Branch: perl
19245            ! t/op/ver.t toke.c
19246 ____________________________________________________________________________
19247 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
19248         Log: Subject: [ID 20010525.001] Pod typo nits fixed
19249              From: lvirden@cas.org
19250              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
19251              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
19252              
19253              minus the perlsolaris decimation plus the
19254              
19255              Subject: Re: [ID 20010525.001] Pod typo nits fixed
19256              From: "Philip Newton" <Philip.Newton@gmx.net>
19257              Date: Fri, 25 May 2001 18:05:55 +0200
19258              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
19259      Branch: perl
19260            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
19261            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
19262            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
19263            ! pod/perlutil.pod pod/perlxstut.pod
19264 ____________________________________________________________________________
19265 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
19266         Log: return clauses are nice.
19267      Branch: perl
19268            ! sv.c
19269 ____________________________________________________________________________
19270 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
19271         Log: Subject: change 10199 backwards?
19272              From: Doug MacEachern <dougm@covalent.net>
19273              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
19274              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
19275      Branch: perl
19276            ! sv.c
19277 ____________________________________________________________________________
19278 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
19279         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
19280              From: Hugo <hv@crypt.compulink.co.uk>
19281              Date: Sat, 26 May 2001 17:05:12 +0100
19282              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
19283      Branch: perl
19284            + t/op/gmagic.t
19285            ! MANIFEST doop.c embed.h embed.pl global.sym
19286            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
19287            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
19288 ____________________________________________________________________________
19289 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
19290         Log: Regen headers for #10221.
19291      Branch: perl
19292            ! global.sym objXSUB.h perlapi.c
19293 ____________________________________________________________________________
19294 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
19295         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
19296              From: Juha Laiho <juha.laiho@Elma.Net>
19297              Date: Thu, 3 May 2001 09:51:30 +0300
19298              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
19299      Branch: perl
19300            ! embed.pl
19301 ____________________________________________________________________________
19302 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
19303         Log: Subject: Re: [PATCH] Re: stability of sort()?
19304              From: "John P. Linderman" <jpl@research.att.com>
19305              Date: Sat, 26 May 2001 13:27:19 -0400
19306              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
19307      Branch: perl
19308            ! pod/perlfunc.pod
19309 ____________________________________________________________________________
19310 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
19311         Log: Integrate perlio.
19312      Branch: perl
19313           !> pod/perlguts.pod
19314 ____________________________________________________________________________
19315 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
19316         Log: Subject: [PATCH perl@10210] PerlIO for VMS
19317              From: "Craig A. Berry" <craigberry@mac.com>
19318              Date: Sat, 26 May 2001 09:34:11 -0500
19319              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
19320      Branch: perl
19321            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
19322            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
19323            ! vms/vmsish.h
19324 ____________________________________________________________________________
19325 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
19326         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
19327              From: David Dyck <dcd@tc.fluke.com>
19328              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
19329              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
19330      Branch: perl
19331            ! lib/perl5db.pl
19332 ____________________________________________________________________________
19333 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
19334         Log: Subject: utf8 regexp tests
19335              From: Hugo <hv@crypt.compulink.co.uk>
19336              Date: Fri, 25 May 2001 22:35:01 +0100
19337              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
19338      Branch: perl
19339            ! t/op/regexp.t
19340 ____________________________________________________________________________
19341 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
19342         Log: Subject: [PATCH] Re: stability of sort()?
19343              From: Nicholas Clark <nick@ccl4.org>
19344              Date: Fri, 25 May 2001 22:40:19 +0100
19345              Message-ID: <20010525224019.B86445@plum.flirble.org>
19346      Branch: perl
19347            ! pod/perlfunc.pod
19348 ____________________________________________________________________________
19349 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
19350         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
19351              From: John Peacock <jpeacock@rowman.com>
19352              Date: Thu, 24 May 2001 22:14:01 -0400
19353              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
19354      Branch: perl
19355            ! mg.c scope.c sv.c
19356 ____________________________________________________________________________
19357 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
19358         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
19359              From: Nicholas Clark <nick@ccl4.org>
19360              Date: Sun, 20 May 2001 19:24:13 +0100
19361              Message-ID: <20010520192413.G83222@plum.flirble.org>
19362      Branch: perl
19363            + lib/ExtUtils/Constant.pm t/lib/extutils.t
19364            ! MANIFEST utils/h2xs.PL
19365 ____________________________________________________________________________
19366 [ 10212] By: nick                                  on 2001/05/26  09:49:28
19367         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
19368              add a few more notes there on use of mortals on the stack.
19369      Branch: perlio
19370            ! pod/perlguts.pod
19371 ____________________________________________________________________________
19372 [ 10211] By: nick                                  on 2001/05/26  09:05:36
19373         Log: Integrate mainline
19374      Branch: perlio
19375           +> t/lib/fcntl.t t/pragma/vars.t
19376           !> (integrate 49 files)
19377 ____________________________________________________________________________
19378 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
19379         Log: Update Changes.
19380      Branch: perl
19381            ! Changes patchlevel.h
19382 ____________________________________________________________________________
19383 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
19384         Log: Based on
19385              
19386              Subject: [PATCH pp.c] Wrapping pack("C",256)
19387              From: Simon Cozens <simon@netthink.co.uk>
19388              Date: Sat, 12 May 2001 17:58:41 +0100
19389              Message-ID: <20010512175841.A6132@netthink.co.uk>
19390      Branch: perl
19391            ! pod/perldiag.pod pp.c t/pragma/warn/pp
19392 ____________________________________________________________________________
19393 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
19394         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
19395              From: "Brendan O'Dea" <bod@compusol.com.au>
19396              Date: Fri, 25 May 2001 11:18:29 +1000
19397              Message-ID: <20010525111829.A28411@compusol.com.au>
19398              
19399              (Slightly modified.)
19400      Branch: perl
19401            ! lib/Term/Cap.pm
19402 ____________________________________________________________________________
19403 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
19404         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
19405              From: Hugo <hv@crypt.compulink.co.uk>
19406              Date: Fri, 25 May 2001 02:13:25 +0100
19407              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
19408      Branch: perl
19409            ! t/op/misc.t
19410 ____________________________________________________________________________
19411 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
19412         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
19413              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
19414              Date: Fri, 25 May 2001 10:25:36 +0900
19415              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
19416      Branch: perl
19417            ! regcomp.c regexec.c
19418 ____________________________________________________________________________
19419 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
19420         Log: Subject: [PATCH #2] stash autovivification and method call error messages
19421              From: Ilmari Karonen <iltzu@sci.fi>
19422              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
19423              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
19424      Branch: perl
19425            ! gv.c pp_hot.c t/op/method.t
19426 ____________________________________________________________________________
19427 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
19428         Log: Add make target and documentation for gprof profiling.
19429      Branch: perl
19430            ! Makefile.SH pod/perlhack.pod
19431 ____________________________________________________________________________
19432 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
19433         Log: Subject: Don't think about UTF8 
19434              From: Mike Guy <mjtg@cam.ac.uk> 
19435              Date: Tue, 22 May 2001 14:35:39 +0100
19436              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
19437      Branch: perl
19438            ! sv.h
19439 ____________________________________________________________________________
19440 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
19441         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
19442              From: Geraint A Edwards <gedge@serf.org> 
19443              Date: Thu, 24 May 2001 22:51:24 +0100
19444              Message-Id: <20010524225124.A34981@cymru.serf.org>
19445      Branch: perl
19446            ! x2p/find2perl.PL
19447 ____________________________________________________________________________
19448 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
19449         Log: DB_File has its own attribute story.
19450      Branch: perl
19451            ! ext/DB_File/DB_File.xs
19452 ____________________________________________________________________________
19453 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
19454         Log: Subject: Re: Making perl with -Wall
19455              From: Andy Dougherty <doughera@lafayette.edu>
19456              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
19457              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
19458      Branch: perl
19459            ! perl.h
19460 ____________________________________________________________________________
19461 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
19462         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
19463              From: "Richard Soderberg" <rs@crystalflame.net>
19464              Date: Thu, 24 May 2001 08:58:16 -0700
19465              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
19466      Branch: perl
19467            ! sv.c
19468 ____________________________________________________________________________
19469 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
19470         Log: IV/UV casting fixes from Nicholas Clark.
19471      Branch: perl
19472            ! perl.h pp_sys.c util.c
19473 ____________________________________________________________________________
19474 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
19475         Log: Subject: Re: Making perl with -Wall
19476              From: Michael G Schwern <schwern@pobox.com>
19477              Date: Thu, 24 May 2001 15:40:28 +0100
19478              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
19479      Branch: perl
19480            ! malloc.c perl.h
19481 ____________________________________________________________________________
19482 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
19483         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
19484              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19485              Date: Tue, 22 May 2001 11:49:37 +0200
19486              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
19487      Branch: metaconfig
19488            ! U/modified/Oldsym.U
19489      Branch: metaconfig/U/perl
19490            ! patchlevel.U
19491      Branch: perl
19492            ! Configure config_h.SH myconfig.SH
19493 ____________________________________________________________________________
19494 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
19495         Log: Under versiononly install also the scripts with the version suffix.
19496              (e.g. .../bin/h2xs5.7.1)
19497      Branch: perl
19498            ! installperl
19499 ____________________________________________________________________________
19500 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
19501         Log: Subject: [PATCH] Stop segfault in mg.c:636
19502              From: "Richard Soderberg" <rs@crystalflame.net>
19503              Date: Thu, 24 May 2001 05:51:52 -0700
19504              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
19505      Branch: perl
19506            ! mg.c
19507 ____________________________________________________________________________
19508 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
19509         Log: Iteration continues; hopefully convergently.
19510      Branch: perl
19511            ! t/lib/b-stash.t
19512 ____________________________________________________________________________
19513 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
19514         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
19515              From: Gisle Aas <gisle@ActiveState.com>
19516              Date: 23 May 2001 16:13:10 -0700
19517              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
19518      Branch: perl
19519            ! op.c toke.c
19520 ____________________________________________________________________________
19521 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
19522         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
19523              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19524              Date: Thu, 24 May 2001 05:05:22 -0500
19525              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
19526      Branch: perl
19527            ! lib/dumpvar.pl lib/perl5db.pl
19528 ____________________________________________________________________________
19529 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
19530         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
19531              From: David Dyck <dcd@tc.fluke.com>
19532              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
19533              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
19534      Branch: perl
19535            ! lib/perl5db.pl
19536 ____________________________________________________________________________
19537 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
19538         Log: Tiny pod nits on READMEs, mostly whitespace issues.
19539      Branch: perl
19540            ! README.amiga README.dos README.macos README.mpeix README.vmesa
19541            ! README.win32
19542 ____________________________________________________________________________
19543 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
19544         Log: The DG/UX part of the 20010521.005.
19545      Branch: perl
19546            ! README.dgux
19547 ____________________________________________________________________________
19548 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
19549         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
19550              From: Hugo <hv@crypt.compulink.co.uk>
19551              Date: Mon, 21 May 2001 16:32:02 +0100
19552              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
19553      Branch: perl
19554            ! regcomp.c t/op/misc.t
19555 ____________________________________________________________________________
19556 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
19557         Log: Subject: [PATCH] Extra UNIVERSAL tests
19558              From: Mike Guy <mjtg@cam.ac.uk>
19559              Date: Wed, 23 May 2001 12:29:20 +0100
19560              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
19561      Branch: perl
19562            ! t/op/universal.t
19563 ____________________________________________________________________________
19564 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
19565         Log: Subject: [PATCH] Remove EQ keyword
19566              From: Mike Guy <mjtg@cam.ac.uk>
19567              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
19568              Date: Wed, 23 May 2001 11:17:29 +0100
19569      Branch: perl
19570            ! keywords.h keywords.pl
19571 ____________________________________________________________________________
19572 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
19573         Log: Subject: [PATCH] lib/perl5db.pl
19574              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19575              Date: Wed, 23 May 2001 02:18:03 -0500
19576              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
19577      Branch: perl
19578            ! lib/perl5db.pl
19579 ____________________________________________________________________________
19580 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
19581         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
19582              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19583              Date: Tue, 22 May 2001 23:34:41 -0500
19584              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
19585      Branch: perl
19586            ! lib/Term/Cap.pm
19587 ____________________________________________________________________________
19588 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
19589         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
19590              From: davem@fdgroup.co.uk
19591              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
19592              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
19593      Branch: perl
19594            ! emacs/e2ctags.pl
19595 ____________________________________________________________________________
19596 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
19597         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
19598              From: Michael G Schwern <schwern@pobox.com>
19599              Date: Tue, 22 May 2001 14:15:09 +0100
19600              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
19601      Branch: perl
19602            ! lib/vars.pm
19603 ____________________________________________________________________________
19604 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
19605         Log: Subject: [PATCH lib/vars.pm] Odd code nit
19606              From: Michael G Schwern <schwern@pobox.com>
19607              Date: Tue, 22 May 2001 14:14:28 +0100
19608              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
19609      Branch: perl
19610            ! lib/vars.pm
19611 ____________________________________________________________________________
19612 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
19613         Log: Use the new use vars feature.
19614      Branch: perl
19615            ! t/lib/b-stash.t
19616 ____________________________________________________________________________
19617 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
19618         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
19619              From: Mike Guy <mjtg@cam.ac.uk>
19620              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19621              Date: Tue, 22 May 2001 13:11:39 +0100
19622      Branch: perl
19623            + t/pragma/vars.t
19624            ! MANIFEST lib/vars.pm t/lib/1_compile.t
19625 ____________________________________________________________________________
19626 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
19627         Log: -qlongdouble considered harmful by Merijn.
19628      Branch: perl
19629            ! hints/aix.sh
19630 ____________________________________________________________________________
19631 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
19632         Log: Update Changes.
19633      Branch: perl
19634            ! Changes patchlevel.h
19635 ____________________________________________________________________________
19636 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
19637         Log: Add a test of its very own for Fcntl.  Hopefully portable.
19638      Branch: perl
19639            + t/lib/fcntl.t
19640            ! MANIFEST
19641 ____________________________________________________________________________
19642 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
19643         Log: Must be trickier for 'minitest' not to die.
19644      Branch: perl
19645            ! t/op/taint.t
19646 ____________________________________________________________________________
19647 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
19648         Log: Can't declare other people's variables.
19649      Branch: perl
19650            ! t/lib/b-stash.t
19651 ____________________________________________________________________________
19652 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
19653         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
19654      Branch: perl
19655            ! doio.c t/op/taint.t
19656 ____________________________________________________________________________
19657 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
19658         Log: The OS/2 variable needs to be declared.
19659      Branch: perl
19660            ! t/lib/b-stash.t
19661 ____________________________________________________________________________
19662 [ 10170] By: nick                                  on 2001/05/20  16:48:29
19663         Log: Integrate mainline
19664      Branch: perlio
19665           !> (integrate 41 files)
19666 ____________________________________________________________________________
19667 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
19668         Log: Small perlsec updates: clarify the taintedness of filename
19669              globbing; suggest using Scalar::Util::tainted().
19670      Branch: perl
19671            ! pod/perlsec.pod
19672 ____________________________________________________________________________
19673 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
19674         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
19675              From: Dave Mitchell <davem@fdgroup.co.uk>
19676              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
19677              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
19678      Branch: perl
19679            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
19680            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
19681            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
19682            ! xsutils.c
19683 ____________________________________________________________________________
19684 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
19685         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
19686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19687              Date: Sat, 19 May 2001 04:08:46 -0400
19688              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
19689      Branch: perl
19690            ! lib/ExtUtils/Mksymlists.pm makedef.pl
19691 ____________________________________________________________________________
19692 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
19693         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
19694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19695              Date: Sat, 19 May 2001 04:30:45 -0400
19696              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
19697      Branch: perl
19698            ! os2/os2.c
19699 ____________________________________________________________________________
19700 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
19701         Log: Subject: [PATCH 5.6.1] build bugs OS/2
19702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19703              Date: Sat, 19 May 2001 04:35:28 -0400
19704              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
19705      Branch: perl
19706            ! os2/Makefile.SHs os2/os2.c
19707 ____________________________________________________________________________
19708 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
19709         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
19710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19711              Date: Sat, 19 May 2001 04:04:23 -0400
19712              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
19713              
19714              (In bleadperl patched b-stash.t instead of b.t)
19715      Branch: perl
19716            ! t/lib/b-stash.t t/lib/bigfltpm.t
19717 ____________________________________________________________________________
19718 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
19719         Log: Subject: [PATCH 5.6.1] perl5db
19720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19721              Date: Sat, 19 May 2001 03:49:09 -0400
19722              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
19723      Branch: perl
19724            ! lib/perl5db.pl
19725 ____________________________________________________________________________
19726 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
19727         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
19728              From: Gisle Aas <gisle@ActiveState.com>
19729              Date: 18 May 2001 14:24:51 -0700
19730              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
19731      Branch: perl
19732            ! pp_ctl.c
19733 ____________________________________________________________________________
19734 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
19735         Log: Subject: [PATCH] Chomp should not always stringify
19736              From: Gisle Aas <gisle@ActiveState.com>
19737              Date: 18 May 2001 07:55:25 -0700
19738              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
19739      Branch: perl
19740            ! doop.c t/op/chop.t
19741 ____________________________________________________________________________
19742 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
19743         Log: Integrate perlio.
19744      Branch: perl
19745           !> pod/perlfunc.pod
19746 ____________________________________________________________________________
19747 [ 10159] By: nick                                  on 2001/05/20  09:39:46
19748         Log: Document some more of open's features.
19749      Branch: perlio
19750            ! pod/perlfunc.pod
19751 ____________________________________________________________________________
19752 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
19753         Log: back out change#10153 (it has compatibility issues such as the
19754              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
19755              benefit for 5.6.x doesn't seem worth the risk)
19756      Branch: maint-5.6/perl
19757            ! toke.c
19758 ____________________________________________________________________________
19759 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
19760         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
19761      Branch: perl
19762            ! x2p/s2p.PL
19763 ____________________________________________________________________________
19764 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
19765         Log: Update Changes.
19766      Branch: perl
19767            ! Changes patchlevel.h
19768 ____________________________________________________________________________
19769 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
19770         Log: Integrate change #10144 from maintperl.
19771              
19772              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
19773      Branch: perl
19774           !> win32/config.bc win32/config.gc win32/config.vc
19775           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19776 ____________________________________________________________________________
19777 [ 10154] By: nick                                  on 2001/05/18  07:23:03
19778         Log: Integrate mainline.
19779      Branch: perlio
19780           +> README.dgux t/lib/i18n-collate.t utils.lst
19781           !> (integrate 49 files)
19782 ____________________________________________________________________________
19783 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
19784         Log: Integrate change #7224 from mainline into maintperl.
19785              
19786              Allow @+ and @- to be doublequoted, from Simon Cozens. 
19787              (Approved by Larry, see Tom's comment in 20000830.005.)
19788      Branch: maint-5.6/perl
19789           !> toke.c
19790 ____________________________________________________________________________
19791 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
19792         Log: Subject: [PATCH bleadperl] small lookbehind fix
19793              From: Hugo <hv@crypt.compulink.co.uk>
19794              Date: Fri, 18 May 2001 00:07:19 +0100
19795              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
19796      Branch: perl
19797            ! regexec.c
19798 ____________________________________________________________________________
19799 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
19800         Log: Detypos.
19801      Branch: perl
19802            ! installman utils.lst
19803 ____________________________________________________________________________
19804 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
19805         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
19806              in 20001222.001.
19807      Branch: perl
19808            ! t/lib/glob-basic.t
19809 ____________________________________________________________________________
19810 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
19811         Log: Subject: [PATCH] Test for bug 20010515.004
19812              From: Benjamin Sugars <bsugars@canoe.ca>
19813              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
19814              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
19815      Branch: perl
19816            ! t/op/misc.t
19817 ____________________________________________________________________________
19818 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
19819         Log: Integrate #10145 from maintperl.
19820              
19821              fix for ID 20010515.004 (needs test)
19822      Branch: perl
19823           !> pp_hot.c
19824 ____________________________________________________________________________
19825 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
19826         Log: Thinko noticed by Doug MacEachern.
19827      Branch: perl
19828            ! thread.h
19829 ____________________________________________________________________________
19830 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
19831         Log: Subject: Re: [PATCH] HERE mark in regex
19832              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19833              Date: Thu, 17 May 2001 12:20:33 -0400
19834              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
19835      Branch: perl
19836            ! t/op/re_tests
19837 ____________________________________________________________________________
19838 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
19839         Log: fix for ID 20010515.004 (needs test)
19840      Branch: maint-5.6/perl
19841            ! pp_hot.c
19842 ____________________________________________________________________________
19843 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
19844         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
19845      Branch: maint-5.6/perl
19846            ! win32/config.bc win32/config.gc win32/config.vc
19847            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19848 ____________________________________________________________________________
19849 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
19850         Log: Macrofy the getspecific (and use it also in util.c)
19851      Branch: perl
19852            ! thread.h util.c
19853 ____________________________________________________________________________
19854 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
19855         Log: Use the unchecked thread-specific key fetch also in Tru64.
19856      Branch: perl
19857            ! thread.h
19858 ____________________________________________________________________________
19859 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
19860         Log: Subject: [PATCH 5.6.1]Quick thread speedup
19861              From: Dan Sugalski <dan@sidhe.org> 
19862              Date: Wed, 16 May 2001 18:05:19 -0400
19863              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
19864      Branch: perl
19865            ! thread.h util.c
19866 ____________________________________________________________________________
19867 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
19868         Log: I think this is quite enough testing for a deprecated feature.
19869      Branch: perl
19870            + t/lib/i18n-collate.t
19871            ! MANIFEST t/lib/1_compile.t
19872 ____________________________________________________________________________
19873 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
19874         Log: More HP-UX lore from Jeff Okamoto.
19875      Branch: perl
19876            ! README.hpux
19877 ____________________________________________________________________________
19878 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
19879         Log: Sort utils.lst for easier maintenance.
19880      Branch: perl
19881            ! utils.lst
19882 ____________________________________________________________________________
19883 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
19884         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19885              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19886              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
19887              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
19888              
19889              Add pod2latex to utils.lst.
19890      Branch: perl
19891            ! MANIFEST utils.lst
19892 ____________________________________________________________________________
19893 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
19894         Log: Subject: Re: [PATCH] HERE mark in regex
19895              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19896              Date: Wed, 16 May 2001 13:04:43 -0400
19897              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
19898      Branch: perl
19899            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
19900            ! t/op/regmesg.t t/pragma/warn/regcomp
19901 ____________________________________________________________________________
19902 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
19903         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19904              From: Simon Cozens <simon@netthink.co.uk>
19905              Date: Wed, 16 May 2001 18:02:08 +0100
19906              Message-ID: <20010516180208.A6458@netthink.co.uk>
19907      Branch: perl
19908            ! installman utils.lst
19909 ____________________________________________________________________________
19910 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
19911         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
19912              From: "Philip Newton" <pnewton@gmx.de>
19913              Date: Tue, 15 May 2001 15:09:30 +0200
19914              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
19915              
19916              Test case for #10128.
19917      Branch: perl
19918            ! t/pragma/warn/pp_hot
19919 ____________________________________________________________________________
19920 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
19921         Log: Update Changes.
19922      Branch: perl
19923            ! Changes patchlevel.h
19924 ____________________________________________________________________________
19925 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
19926         Log: Deprecate pseudo-hashes.
19927      Branch: perl
19928            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
19929 ____________________________________________________________________________
19930 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
19931         Log: HP-UX hints update from Merijn.
19932      Branch: perl
19933            ! hints/hpux.sh
19934 ____________________________________________________________________________
19935 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
19936         Log: README.hpux update from Merijn.
19937      Branch: perl
19938            ! README.hpux
19939 ____________________________________________________________________________
19940 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
19941         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19942              From: Simon Cozens <simon@netthink.co.uk>
19943              Date: Wed, 16 May 2001 15:57:55 +0100
19944              Message-ID: <20010516155755.A4728@netthink.co.uk>
19945      Branch: perl
19946            + utils.lst
19947            ! MANIFEST installman installperl
19948 ____________________________________________________________________________
19949 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
19950         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
19951              From: "Philip Newton" <pnewton@gmx.de>
19952              Date: Tue, 15 May 2001 16:31:05 +0200
19953              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
19954              
19955              Fix PERL_Y2KWARN test to check before rather than after appending.
19956      Branch: perl
19957            ! pp_hot.c
19958 ____________________________________________________________________________
19959 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
19960         Log: Regen Porting stuff.
19961      Branch: perl
19962            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19963            ! config_h.SH
19964 ____________________________________________________________________________
19965 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
19966         Log: Metaconfig unit change for #10125.
19967      Branch: metaconfig
19968            ! U/modified/Oldconfig.U
19969 ____________________________________________________________________________
19970 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
19971         Log: Use OSVERS.
19972      Branch: perl
19973            ! Configure config_h.SH perl.c
19974 ____________________________________________________________________________
19975 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
19976         Log: Regen toc.
19977      Branch: perl
19978            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19979 ____________________________________________________________________________
19980 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
19981         Log: Adding the README.dgux to the MANIFEST would be a good idea.
19982      Branch: perl
19983            ! MANIFEST
19984 ____________________________________________________________________________
19985 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
19986         Log: Move the stack desire definition to thread.h.
19987      Branch: perl
19988            ! ext/Thread/Thread.xs thread.h
19989 ____________________________________________________________________________
19990 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
19991         Log: DG-UX threading patches, including a README.dgux,
19992              from Takis Psarogiannakopoulos.
19993      Branch: perl
19994            + README.dgux
19995            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
19996 ____________________________________________________________________________
19997 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
19998         Log: Subject: [PATCH B::Deparse] More on /x regexes
19999              From: Robin Houston <robin@kitsite.com>
20000              Date: Tue, 15 May 2001 19:09:35 +0100
20001              Message-ID: <20010515190935.A27268@penderel>
20002      Branch: perl
20003            ! ext/B/B/Deparse.pm
20004 ____________________________________________________________________________
20005 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
20006         Log: Document that the core time() may be rounding rather
20007              than truncating, would have saved at least my confusion.
20008      Branch: perl
20009            ! ext/Time/HiRes/HiRes.pm
20010 ____________________________________________________________________________
20011 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
20012         Log: Subject: perl-current/t/time-hires.t
20013              From: John Peacock <jpeacock@rowman.com>
20014              Date: Fri, 11 May 2001 14:09:41 -0400
20015              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
20016      Branch: perl
20017            ! t/lib/time-hires.t
20018 ____________________________________________________________________________
20019 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
20020         Log: Subject: [PATCH dump.c] Op private flags
20021              From: Simon Cozens <simon@netthink.co.uk>
20022              Date: Sun, 13 May 2001 20:20:36 +0100
20023              Message-ID: <20010513202036.A21896@netthink.co.uk>
20024      Branch: perl
20025            ! dump.c
20026 ____________________________________________________________________________
20027 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
20028         Log: Upgrade to Switch 2.03.
20029      Branch: perl
20030            ! lib/Switch.pm
20031 ____________________________________________________________________________
20032 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
20033         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
20034              to PERL_CONFIG_SH and use it consistently.
20035      Branch: maint-5.6/perl
20036           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
20037           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
20038           !> myconfig.SH writemain.SH
20039 ____________________________________________________________________________
20040 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
20041         Log: Metaconfig units changes for #10113.
20042      Branch: metaconfig
20043            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
20044 ____________________________________________________________________________
20045 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
20046         Log: The problem described in 20010514.031 still wasn't
20047              fully cured, there were remnants of $CONFIG when
20048              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
20049              to avoid future conflicts.
20050      Branch: perl
20051            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
20052            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
20053            ! myconfig.SH writemain.SH
20054 ____________________________________________________________________________
20055 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
20056         Log: Half of #10107 got lost.
20057      Branch: perl
20058            ! ext/B/B/Deparse.pm
20059 ____________________________________________________________________________
20060 [ 10111] By: nick                                  on 2001/05/15  08:39:14
20061         Log: Integrate mainline.
20062      Branch: perlio
20063           +> ext/POSIX/hints/uts.pl
20064            - Todo Todo-5.6 t/camel-III/vstring.t
20065           !> (integrate 48 files)
20066 ____________________________________________________________________________
20067 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
20068         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
20069              From: Robin Houston <robin@kitsite.com>
20070              Date: Mon, 14 May 2001 22:27:08 +0100
20071              Message-ID: <20010514222708.A22963@penderel>
20072      Branch: perl
20073            ! t/TestInit.pm
20074 ____________________________________________________________________________
20075 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
20076         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
20077              From: Robin Houston <robin@kitsite.com>
20078              Date: Mon, 14 May 2001 22:16:43 +0100
20079              Message-ID: <20010514221643.A22437@penderel>
20080      Branch: perl
20081            ! ext/B/B/Deparse.pm
20082 ____________________________________________________________________________
20083 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
20084         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
20085              From: Robin Houston <robin@kitsite.com>
20086              Date: Mon, 14 May 2001 22:03:44 +0100
20087              Message-ID: <20010514220344.A20643@penderel>
20088      Branch: perl
20089            ! ext/B/B/Deparse.pm
20090 ____________________________________________________________________________
20091 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
20092         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
20093              From: Robin Houston <robin@kitsite.com>
20094              Date: Mon, 14 May 2001 22:10:07 +0100
20095              Message-ID: <20010514221007.A21118@penderel>
20096      Branch: perl
20097            ! ext/B/B/Deparse.pm
20098 ____________________________________________________________________________
20099 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
20100         Log: Fix for 20010514.037; substr() didn't invalidate the locale
20101              collation magic.
20102      Branch: perl
20103            ! pp.c
20104 ____________________________________________________________________________
20105 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
20106         Log: Update Changes.
20107      Branch: perl
20108            ! Changes patchlevel.h
20109 ____________________________________________________________________________
20110 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
20111         Log: Retract #10094.
20112      Branch: perl
20113            ! lib/Pod/Text.pm
20114 ____________________________________________________________________________
20115 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
20116         Log: Integrate change #10100 from maintperl.
20117              
20118              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
20119              bug ID 20010514.027)
20120      Branch: perl
20121           !> mg.c pp_ctl.c
20122 ____________________________________________________________________________
20123 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
20124         Log: Document the deprecatedness of suidperl.
20125      Branch: perl
20126            ! INSTALL pod/perlfaq1.pod
20127 ____________________________________________________________________________
20128 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
20129         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
20130              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20131              Date: Mon, 14 May 2001 09:38:59 -0400
20132              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
20133      Branch: perl
20134            ! lib/ExtUtils/MM_Unix.pm
20135 ____________________________________________________________________________
20136 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
20137         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
20138              bug ID 20010514.027)
20139              
20140              TODO: this needs a testsuite addition
20141      Branch: maint-5.6/perl
20142            ! mg.c pp_ctl.c
20143 ____________________________________________________________________________
20144 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
20145         Log: More DWIMminess for Class::Struct: calling the array or hash
20146              accessors only with one argument, an array or a hash reference,
20147              sets the underlying array or hash.  This mirrors nicely also
20148              the usage in the constructor.
20149              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
20150      Branch: perl
20151            ! lib/Class/Struct.pm t/lib/class-struct.t
20152 ____________________________________________________________________________
20153 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
20154         Log: Reference cmp'ing should go through the whole stringification
20155              process shebang, as pointed out by Sarathy in #10091.
20156      Branch: perl
20157            ! pp.c
20158 ____________________________________________________________________________
20159 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
20160         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
20161              From: Simon Cozens <simon@netthink.co.uk>
20162              Date: Sat, 12 May 2001 16:36:27 +0100
20163              Message-ID: <20010512163627.A5522@netthink.co.uk>
20164              
20165              with some additions salvaged from Todo and Todo-5.6 before
20166              retiring them.
20167      Branch: perl
20168            - Todo Todo-5.6
20169            ! MANIFEST pod/perltodo.pod
20170 ____________________________________________________________________________
20171 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
20172         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
20173              From: "Golubev I. N." <gin@mo.msk.ru>
20174              Date: Mon, 07 May 2001 14:33:34 (GMT)
20175              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
20176      Branch: perl
20177            ! perl.h
20178 ____________________________________________________________________________
20179 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
20180         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
20181              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20182              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
20183              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
20184      Branch: perl
20185            ! lib/ExtUtils/MM_Unix.pm
20186 ____________________________________________________________________________
20187 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
20188         Log: (Retracted by #10104.)
20189              
20190              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
20191              From: barries <barries@slaysys.com>
20192              Date: Sat, 12 May 2001 01:28:10 -0400
20193              Message-ID: <20010512012810.B26358@jester.slaysys.com>
20194      Branch: perl
20195            ! lib/Pod/Text.pm
20196 ____________________________________________________________________________
20197 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
20198         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
20199              From: Mike Guy <mjtg@cam.ac.uk>
20200              Date: Sat, 12 May 2001 19:24:33 +0100
20201              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
20202      Branch: perl
20203            ! lib/AutoSplit.pm
20204 ____________________________________________________________________________
20205 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
20206         Log: Yet another HP-UX hints tweak from Merijn.
20207      Branch: perl
20208            ! hints/hpux.sh
20209 ____________________________________________________________________________
20210 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
20211         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
20212              isn't defined (changes#9366,9368,9370 from mainline without the
20213              pp_scmp() change)
20214      Branch: maint-5.6/perl
20215            ! pp.c pp.h pp_hot.c
20216 ____________________________________________________________________________
20217 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
20218         Log: The sorting seems to happen now automatically.
20219      Branch: perl
20220            ! t/lib/glob-basic.t
20221 ____________________________________________________________________________
20222 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
20223         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
20224              From: Benjamin Sugars <bsugars@canoe.ca>
20225              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
20226              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
20227      Branch: perl
20228            ! pod/perlfunc.pod
20229 ____________________________________________________________________________
20230 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
20231         Log: Subject: Re: undef(&foo) does not work for XS functions
20232              From: Doug MacEachern <dougm@covalent.net>
20233              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
20234              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
20235      Branch: perl
20236            ! op.c
20237 ____________________________________________________________________________
20238 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
20239         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
20240              From: Peter Prymmer <pvhp@forte.com>
20241              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
20242              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
20243      Branch: perl
20244            ! t/op/append.t
20245 ____________________________________________________________________________
20246 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
20247         Log: Update Changes.
20248      Branch: perl
20249            ! Changes patchlevel.h
20250 ____________________________________________________________________________
20251 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
20252         Log: Remove the 'asciir' re subpragma.  Should instead implement
20253              the 'physical vs logical' range scheme:
20254              
20255              \xAA-\xCC is a native physical range, you want that range of
20256              codepoints in your native encoding.  In EBCDIC the codepoints
20257              in the gaps (between i-j and r-s) should be included.
20258              
20259              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
20260              codepoints in Unicode.
20261              
20262              a-z is a logical range, you want that range of 'logical' codepoints
20263              in your native encoding.  In EBCDIC the codepoints in the gaps
20264              (between i-j and r-s) should not be included.
20265              
20266              Mixed cases (a-\xAA, etc) should either be errors, or maybe
20267              the 'logical' endpoints should be converted to native/Unicode
20268              codepoints, and the range handled as a physical range.
20269              
20270              'Logical endpoints' are to be recognized only in the A-Z, a-z,
20271              and 0-9 ranges.  Probably a warning should be given for mixed
20272              cases like A-z or a-9 (since such expressions are encoding
20273              dependent), with a recommendation to use physical ranges.
20274      Branch: perl
20275            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
20276            ! t/op/regexp.t
20277 ____________________________________________________________________________
20278 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
20279         Log: Make the test to cleanup the test directory tree
20280              both before and after the testing so that we always
20281              have a clean slate to work with.
20282      Branch: perl
20283            ! t/lib/filefind.t
20284 ____________________________________________________________________________
20285 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
20286         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
20287              From: Jon Eveland <jweveland@yahoo.com>
20288              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
20289              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
20290      Branch: perl
20291            ! pod/perlfunc.pod
20292 ____________________________________________________________________________
20293 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
20294         Log: Merge the camel-III/vstring.t with op/ver.t.
20295      Branch: perl
20296            - t/camel-III/vstring.t
20297            ! MANIFEST t/TEST t/harness t/op/ver.t
20298 ____________________________________________________________________________
20299 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
20300         Log: Add test.deparse make target.
20301      Branch: perl
20302            ! Makefile.SH
20303 ____________________________________________________________________________
20304 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
20305         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
20306              From: Robin Houston <robin@kitsite.com>
20307              Date: Fri, 11 May 2001 12:02:22 +0100
20308              Message-ID: <20010511120222.A11529@penderel>
20309      Branch: perl
20310            ! ext/B/B/Deparse.pm t/op/method.t
20311 ____________________________________________________________________________
20312 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
20313         Log: A nicely working combination for UTS from Hal Morris.
20314      Branch: perl
20315            + ext/POSIX/hints/uts.pl
20316            ! MANIFEST hints/uts.sh
20317 ____________________________________________________________________________
20318 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
20319         Log: i_ieeefp=undef for UTS.
20320      Branch: perl
20321            ! hints/uts.sh
20322 ____________________________________________________________________________
20323 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
20324         Log: Subject: RE: rand(0) is rand(1)
20325              From: Larry Shatzer <lshatzer@islanddata.com>
20326              Date: Thu, 10 May 2001 11:09:27 -0700
20327              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
20328      Branch: perl
20329            ! pod/perlfunc.pod
20330 ____________________________________________________________________________
20331 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
20332         Log: Subject: [patch] make op_{clear,null} public
20333              From: Doug MacEachern <dougm@covalent.net>
20334              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
20335              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
20336      Branch: perl
20337            ! embed.h embed.pl op.c proto.h
20338 ____________________________________________________________________________
20339 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
20340         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
20341              From: Robin Houston <robin@kitsite.com>
20342              Date: Thu, 10 May 2001 18:54:59 +0100
20343              Message-ID: <20010510185459.A5995@penderel>
20344      Branch: perl
20345            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
20346 ____________________________________________________________________________
20347 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
20348         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
20349              From: Robin Houston <robin@kitsite.com>
20350              Date: Thu, 10 May 2001 12:56:39 +0100
20351              Message-ID: <20010510125639.A2119@penderel>
20352      Branch: perl
20353            ! ext/B/B/Deparse.pm
20354 ____________________________________________________________________________
20355 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
20356         Log: Retract #10070, not ready yet.
20357      Branch: perl
20358            ! ext/B/B/Deparse.pm
20359 ____________________________________________________________________________
20360 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
20361         Log: The metaconfig unit change for #10071.
20362      Branch: metaconfig
20363            ! U/modified/mallocsrc.U
20364 ____________________________________________________________________________
20365 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
20366         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
20367      Branch: perl
20368            ! Configure
20369 ____________________________________________________________________________
20370 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
20371         Log: (Retracted by #10073)
20372              
20373              Subject: Re: [PATCH t/TEST] B::Deparse tester 
20374              From: Hugo <hv@crypt.compulink.co.uk>
20375              Date: Thu, 10 May 2001 05:48:09 +0100
20376              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
20377      Branch: perl
20378            ! ext/B/B/Deparse.pm
20379 ____________________________________________________________________________
20380 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
20381         Log: Add a for(func()) test.
20382      Branch: perl
20383            ! t/cmd/for.t
20384 ____________________________________________________________________________
20385 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
20386         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
20387              From: Robin Houston <robin@kitsite.com>
20388              Date: Thu, 10 May 2001 13:50:08 +0100
20389              Message-ID: <20010510135008.A2454@penderel>
20390      Branch: perl
20391            ! ext/B/B/Deparse.pm
20392 ____________________________________________________________________________
20393 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
20394         Log: A thinko in #10065.
20395      Branch: perl
20396            ! hv.c
20397 ____________________________________________________________________________
20398 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
20399         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
20400              From: Robin Houston <robin@kitsite.com>
20401              Date: Thu, 10 May 2001 02:10:34 +0100
20402              Message-ID: <20010510021034.A19421@penderel>
20403      Branch: perl
20404            ! ext/B/B.xs ext/B/B/Deparse.pm
20405 ____________________________________________________________________________
20406 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
20407         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
20408              From: Doug MacEachern <dougm@covalent.net>
20409              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
20410              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
20411      Branch: perl
20412            ! hv.c
20413 ____________________________________________________________________________
20414 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
20415         Log: One more workaround for the UTS compiler from Hal Morris.
20416      Branch: perl
20417            ! perl.h
20418 ____________________________________________________________________________
20419 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
20420         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
20421              From: Robin Houston <robin@kitsite.com>
20422              Date: Thu, 10 May 2001 01:02:08 +0100
20423              Message-ID: <20010510010208.A18200@penderel>
20424      Branch: perl
20425            ! ext/B/B/Debug.pm
20426 ____________________________________________________________________________
20427 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
20428         Log: Subject: [PATCH] Simplify deb_curcv() a bit
20429              From: Benjamin Sugars <bsugars@canoe.ca>
20430              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
20431              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
20432      Branch: perl
20433            ! run.c
20434 ____________________________________________________________________________
20435 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
20436         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
20437              From: Benjamin Sugars <bsugars@canoe.ca>
20438              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
20439              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
20440      Branch: perl
20441            ! t/lib/io_scalar.t
20442 ____________________________________________________________________________
20443 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
20444         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
20445              From: Peter Prymmer <pvhp@forte.com>
20446              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
20447              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
20448      Branch: perl
20449            ! t/lib/md5-file.t
20450 ____________________________________________________________________________
20451 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
20452         Log: Subject: [PATCH t/TEST] B::Deparse tester
20453              From: Robin Houston <robin@kitsite.com>
20454              Date: Wed, 9 May 2001 19:17:50 +0100
20455              Message-ID: <20010509191750.A16940@penderel>
20456      Branch: perl
20457            ! ext/B/O.pm t/TEST
20458 ____________________________________________________________________________
20459 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
20460         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
20461              From: Jeff Pinyan <jeffp@crusoe.net>
20462              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
20463              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
20464      Branch: perl
20465            ! lib/Pod/Html.pm
20466 ____________________________________________________________________________
20467 [ 10057] By: nick                                  on 2001/05/09  18:37:56
20468         Log: Integrate mainline.
20469      Branch: perlio
20470           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
20471           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
20472 ____________________________________________________________________________
20473 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
20474         Log: Update Changes.
20475      Branch: perl
20476            ! Changes patchlevel.h
20477 ____________________________________________________________________________
20478 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
20479         Log: Integrate perlio.
20480      Branch: perl
20481           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20482 ____________________________________________________________________________
20483 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
20484         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
20485              From: Benjamin Sugars <bsugars@canoe.ca>
20486              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
20487              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
20488      Branch: perl
20489            ! perlio.c
20490 ____________________________________________________________________________
20491 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
20492         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
20493              From: Benjamin Sugars <bsugars@canoe.ca>
20494              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
20495              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
20496      Branch: perl
20497            ! ext/PerlIO/Scalar/Scalar.xs
20498 ____________________________________________________________________________
20499 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
20500         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
20501              From: Jeff Pinyan <jeffp@crusoe.net>
20502              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
20503              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
20504      Branch: perl
20505            ! lib/Pod/Html.pm
20506 ____________________________________________________________________________
20507 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
20508         Log: EPOC tweak from Olaf Flebbe.
20509      Branch: perl
20510            ! epoc/epocish.h
20511 ____________________________________________________________________________
20512 [ 10050] By: nick                                  on 2001/05/09  14:37:57
20513         Log: win32, regen_config_h
20514      Branch: perlio
20515            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20516 ____________________________________________________________________________
20517 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
20518         Log: Integrate perlio.
20519      Branch: perl
20520           !> pp_sys.c
20521 ____________________________________________________________________________
20522 [ 10048] By: nick                                  on 2001/05/09  11:59:50
20523         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
20524              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
20525      Branch: perlio
20526            ! pp_sys.c
20527 ____________________________________________________________________________
20528 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
20529         Log: Integrate perlio.
20530      Branch: perl
20531           !> run.c
20532 ____________________________________________________________________________
20533 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
20534         Log: Subject: Re: Less warnings during configure
20535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20536              Date: Wed, 09 May 2001 13:12:49 +0200
20537              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
20538      Branch: perl
20539            ! hints/hpux.sh
20540 ____________________________________________________________________________
20541 [ 10045] By: nick                                  on 2001/05/09  09:56:59
20542         Log: MULTIPLICITY/DEBUGGING build fix.
20543      Branch: perlio
20544            ! run.c
20545 ____________________________________________________________________________
20546 [ 10044] By: nick                                  on 2001/05/09  09:46:37
20547         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
20548      Branch: perlio
20549           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
20550            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
20551           !> (integrate 65 files)
20552 ____________________________________________________________________________
20553 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
20554         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
20555              From: Robin Houston <robin@kitsite.com>
20556              Date: Tue, 8 May 2001 19:38:00 +0100
20557              Message-ID: <20010508193800.A4389@penderel>
20558              
20559              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
20560              From: Robin Houston <robin@kitsite.com>
20561              Date: Tue, 8 May 2001 20:03:57 +0100
20562              Message-ID: <20010508200357.A4614@penderel>
20563              
20564              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
20565              From: Robin Houston <robin@kitsite.com>
20566              Date: Wed, 9 May 2001 00:12:05 +0100
20567              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
20568      Branch: perl
20569            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
20570 ____________________________________________________________________________
20571 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
20572         Log: Retract #10031.
20573      Branch: perl
20574            ! pod/perlfunc.pod
20575 ____________________________________________________________________________
20576 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
20577         Log: The metaconfig unit changes for #10040.
20578      Branch: metaconfig/U/perl
20579            ! Checkcc.U d_dlsymun.U dlsrc.U
20580 ____________________________________________________________________________
20581 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
20582         Log: The Configure half of
20583              
20584              Subject: Less warnings during configure
20585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20586              Date: Tue, 08 May 2001 08:44:02 +0200
20587              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
20588      Branch: perl
20589            ! Configure
20590 ____________________________________________________________________________
20591 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
20592         Log: Subject: Less warnings during configure
20593              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20594              Date: Tue, 08 May 2001 08:44:02 +0200
20595              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
20596      Branch: perl
20597            ! hints/hpux.sh
20598 ____________________________________________________________________________
20599 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
20600         Log: Don't forget to whine about \d__\d.
20601      Branch: perl
20602            ! t/pragma/warn/toke toke.c
20603 ____________________________________________________________________________
20604 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
20605         Log: Allow underscores also in the exponent part.
20606      Branch: perl
20607            ! t/pragma/warn/toke toke.c
20608 ____________________________________________________________________________
20609 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
20610         Log: CodeMagicCD doesn't look like an *I*DE.
20611      Branch: perl
20612            ! pod/perlfaq3.pod
20613 ____________________________________________________________________________
20614 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
20615         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
20616              to be consistently down).
20617      Branch: perl
20618            ! pod/perlfaq3.pod
20619 ____________________________________________________________________________
20620 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
20621         Log: Upgrade to Text::Balanced 1.84.
20622      Branch: perl
20623            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
20624 ____________________________________________________________________________
20625 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
20626         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
20627              From: Benjamin Sugars <bsugars@canoe.ca>
20628              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
20629              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
20630      Branch: perl
20631            ! run.c
20632 ____________________________________________________________________________
20633 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
20634         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
20635              From: Peter Prymmer <pvhp@forte.com>
20636              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
20637              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
20638      Branch: perl
20639            ! t/pod/plainer.t
20640 ____________________________________________________________________________
20641 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
20642         Log: (Retracted by #10042)
20643              
20644              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
20645              From: "Philip Newton" <pnewton@gmx.de>
20646              Date: Tue, 8 May 2001 09:18:10 +0200
20647              Message-ID: <3AF7B9D2.28861.603732@localhost>
20648      Branch: perl
20649            ! pod/perlfunc.pod
20650 ____________________________________________________________________________
20651 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
20652         Log: Subject: [PATCH B::Deparse] Document known bugs
20653              From: Robin Houston <robin@kitsite.com>
20654              Date: Tue, 8 May 2001 01:53:34 +0100
20655              Message-ID: <20010508015334.A32394@penderel>
20656      Branch: perl
20657            ! ext/B/B/Deparse.pm
20658 ____________________________________________________________________________
20659 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
20660         Log: Subject: Re: Perl book, magazine and website updates.
20661              From: "Philip Newton" <pnewton@gmx.de>
20662              Date: Mon, 7 May 2001 17:03:58 +0200
20663              Message-ID: <3AF6D57E.5387.1E29930@localhost>
20664      Branch: perl
20665            ! pod/perlfaq2.pod
20666 ____________________________________________________________________________
20667 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
20668         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
20669              From: Peter Prymmer <pvhp@forte.com>
20670              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
20671              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
20672      Branch: perl
20673            ! t/io/fflush.t
20674 ____________________________________________________________________________
20675 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
20676         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
20677              From: Robin Houston <robin@kitsite.com>
20678              Date: Tue, 8 May 2001 01:14:55 +0100
20679              Message-ID: <20010508011455.A32162@penderel>
20680      Branch: perl
20681            ! ext/B/B/Deparse.pm
20682 ____________________________________________________________________________
20683 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
20684         Log: Typo in #10025.
20685      Branch: perl
20686            ! hints/uts.sh
20687 ____________________________________________________________________________
20688 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
20689         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
20690      Branch: perl
20691            ! hints/uts.sh
20692 ____________________________________________________________________________
20693 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
20694         Log: Subject: Re: [ID 20010506.045] question about hash syntax
20695              From: Peter Scott <Peter@PSDT.com>
20696              Date: Sun, 06 May 2001 13:10:40 -0700
20697              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
20698      Branch: perl
20699            ! pod/perl56delta.pod
20700 ____________________________________________________________________________
20701 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
20702         Log: Configure should figure out the list of dynamic extensions
20703              just fine in UTS-- and in fact it does, as reported by Hal Morris.
20704      Branch: perl
20705            ! hints/uts.sh
20706 ____________________________________________________________________________
20707 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
20708         Log: Update Changes.
20709      Branch: perl
20710            ! Changes patchlevel.h
20711 ____________________________________________________________________________
20712 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
20713         Log: Subject: [PATCH regcomp.c] Insecure regexes
20714              From: Robin Houston <robin@kitsite.com>
20715              Date: Mon, 7 May 2001 21:56:12 +0100
20716              Message-ID: <20010507215612.A31114@penderel>
20717      Branch: perl
20718            ! regcomp.c
20719 ____________________________________________________________________________
20720 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
20721         Log: Drop the foobar.perl.com references for now until Simon
20722              gets them sorted out.
20723      Branch: perl
20724            ! pod/perlfaq2.pod
20725 ____________________________________________________________________________
20726 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
20727         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
20728              From: Prymmer/Kahn <pvhp@best.com>
20729              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
20730              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
20731      Branch: perl
20732            ! lib/Devel/SelfStubber.pm
20733 ____________________________________________________________________________
20734 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
20735         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
20736              From: Prymmer/Kahn <pvhp@best.com>
20737              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
20738              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
20739      Branch: perl
20740            ! win32/Makefile
20741 ____________________________________________________________________________
20742 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
20743         Log: s/WebTechnique's/WebTechniques/
20744      Branch: perl
20745            ! pod/perlfaq2.pod
20746 ____________________________________________________________________________
20747 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
20748         Log: Llama 3 updates from Randal.
20749      Branch: perl
20750            ! pod/perlfaq2.pod
20751 ____________________________________________________________________________
20752 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
20753         Log: Subject: [PATCH] Help -Dt show correct pad variables
20754              From: Benjamin Sugars <ben.sugars@home.com>
20755              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
20756              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
20757      Branch: perl
20758            ! embed.h embed.pl proto.h run.c
20759 ____________________________________________________________________________
20760 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
20761         Log: Subject: [PATCH] Document C<our $foo : shared>
20762              From: Benjamin Sugars <ben.sugars@home.com>
20763              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
20764              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
20765      Branch: perl
20766            ! pod/perlfunc.pod
20767 ____________________________________________________________________________
20768 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
20769         Log: Subject: [PATCH B::Deparse] undefined folded constants
20770              From: Robin Houston <robin@kitsite.com>
20771              Date: Sun, 6 May 2001 17:19:09 +0100
20772              Message-ID: <20010506171909.A7046@penderel>
20773      Branch: perl
20774            ! ext/B/B/Deparse.pm
20775 ____________________________________________________________________________
20776 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
20777         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
20778              From: Robin Houston <robin@kitsite.com>
20779              Message-ID: <20010506164654.A6848@penderel>
20780              Date: Sun, 6 May 2001 16:46:54 +0100
20781      Branch: perl
20782            ! ext/B/B/Deparse.pm
20783 ____________________________________________________________________________
20784 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
20785         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
20786              From: Robin Houston <robin@kitsite.com>
20787              Date: Sun, 6 May 2001 14:47:02 +0100
20788              Message-ID: <20010506144702.A6308@penderel>
20789      Branch: perl
20790            ! t/op/my_stash.t
20791 ____________________________________________________________________________
20792 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
20793         Log: Subject: Perl book, magazine and website updates.
20794              From: Simon Cozens <simon@netthink.co.uk>
20795              Date: Sun, 6 May 2001 16:55:36 +0100
20796              Message-ID: <20010506165536.A1795@netthink.co.uk>
20797      Branch: perl
20798            ! pod/perlbook.pod pod/perlfaq2.pod
20799 ____________________________________________________________________________
20800 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
20801         Log: Tweaks on the Tru64 prof options.
20802      Branch: perl
20803            ! pod/perlhack.pod
20804 ____________________________________________________________________________
20805 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
20806         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
20807              From: Robin Houston <robin@kitsite.com>
20808              Date: Sun, 6 May 2001 14:40:51 +0100
20809              Message-ID: <20010506144051.A6279@penderel>
20810      Branch: perl
20811            ! t/pod/testp2pt.pl
20812 ____________________________________________________________________________
20813 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
20814         Log: Subject: [PATCH B::Deparse] scoping
20815              From: Robin Houston <robin@kitsite.com>
20816              Date: Sun, 6 May 2001 14:36:56 +0100
20817              Message-ID: <20010506143656.A4006@penderel>
20818      Branch: perl
20819            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
20820 ____________________________________________________________________________
20821 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
20822         Log: Document the undefinedness of bitshifting out of range.
20823      Branch: perl
20824            ! pod/perlop.pod
20825 ____________________________________________________________________________
20826 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
20827         Log: Retract #10003 and update the IDE descriptions a bit.
20828      Branch: perl
20829            ! pod/perlfaq3.pod
20830 ____________________________________________________________________________
20831 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
20832         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
20833              From: Prymmer/Kahn <pvhp@best.com>
20834              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
20835              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
20836      Branch: perl
20837            ! win32/Makefile win32/buildext.pl win32/config.bc
20838            ! win32/config.gc win32/config.vc
20839 ____________________________________________________________________________
20840 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
20841         Log: (Retracted by #10005.)
20842      Branch: perl
20843            ! pod/perlfaq3.pod
20844 ____________________________________________________________________________
20845 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
20846         Log: It's "psed", not "sed".
20847      Branch: perl
20848            ! x2p/s2p.PL
20849 ____________________________________________________________________________
20850 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
20851         Log: Update Changes.
20852      Branch: perl
20853            ! Changes patchlevel.h
20854 ____________________________________________________________________________
20855 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
20856         Log: Subject: Re: bleadperl make install fails due to "psed"
20857              From: andreas.koenig@anima.de (Andreas J. Koenig)
20858              Date: 05 May 2001 18:23:28 +0200
20859              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
20860      Branch: perl
20861            ! x2p/Makefile.SH x2p/s2p.PL
20862 ____________________________________________________________________________
20863 [  9999] By: jhi                                   on 2001/05/05  18:28:09
20864         Log: AUTHORS updates.
20865      Branch: perl
20866            ! AUTHORS
20867 ____________________________________________________________________________
20868 [  9998] By: jhi                                   on 2001/05/05  18:16:00
20869         Log: Updates on the pods related to the modules included since 5.6.
20870              
20871              TODO: perltodo really could use major updating.
20872      Branch: perl
20873            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
20874            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
20875            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
20876            ! pod/perlsyn.pod pod/perltodo.pod
20877 ____________________________________________________________________________
20878 [  9997] By: jhi                                   on 2001/05/05  17:35:17
20879         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
20880              from Kurt Skauen.
20881      Branch: perl
20882            + hints/atheos.sh
20883            ! MANIFEST
20884 ____________________________________________________________________________
20885 [  9996] By: jhi                                   on 2001/05/05  17:25:00
20886         Log: Add preemptive #undefs for some of the shorter and more prone
20887              to collision regcomp.h #defines.  (Background: the MASK collided
20888              with a system header #define in Rhapsody.)
20889      Branch: perl
20890            ! regcomp.h
20891 ____________________________________________________________________________
20892 [  9995] By: jhi                                   on 2001/05/05  13:24:21
20893         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
20894              From: Nicholas Clark <nick@ccl4.org>
20895              Date: Sat, 5 May 2001 14:46:39 +0100
20896              Message-ID: <20010505144639.O53513@plum.flirble.org>
20897              
20898              Add a test for the constants (if any) being processed correctly.
20899      Branch: perl
20900            ! utils/h2xs.PL
20901 ____________________________________________________________________________
20902 [  9994] By: jhi                                   on 2001/05/05  02:11:03
20903         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
20904              From: Peter Prymmer <pvhp@forte.com>
20905              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
20906              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
20907      Branch: perl
20908            ! t/lib/b-stash.t
20909 ____________________________________________________________________________
20910 [  9993] By: jhi                                   on 2001/05/05  02:03:49
20911         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
20912              From: Peter Prymmer <pvhp@forte.com>
20913              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
20914              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
20915      Branch: perl
20916            ! perlio.c vms/vmsish.h
20917 ____________________________________________________________________________
20918 [  9992] By: jhi                                   on 2001/05/04  17:21:12
20919         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
20920              From: Robin Barker <rmb1@cise.npl.co.uk>
20921              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
20922              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
20923      Branch: perl
20924            + t/pod/plainer.t
20925            ! MANIFEST
20926 ____________________________________________________________________________
20927 [  9991] By: jhi                                   on 2001/05/04  16:47:45
20928         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
20929              From: Robin Barker <rmb1@cise.npl.co.uk>
20930              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
20931              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
20932      Branch: perl
20933            ! regcomp.c
20934 ____________________________________________________________________________
20935 [  9990] By: jhi                                   on 2001/05/04  14:37:20
20936         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
20937              From: Prymmer/Kahn <pvhp@best.com>
20938              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
20939              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
20940      Branch: perl
20941            ! t/lib/b-stash.t
20942 ____________________________________________________________________________
20943 [  9989] By: jhi                                   on 2001/05/04  14:03:58
20944         Log: Introduce perl572delta, update Todo, add the missing
20945              mention about signal safety since 5.7.1 (though this
20946              requires verification and more details.)
20947      Branch: perl
20948            + pod/perl572delta.pod
20949            ! MANIFEST Todo pod/perl571delta.pod
20950 ____________________________________________________________________________
20951 [  9988] By: jhi                                   on 2001/05/04  12:41:51
20952         Log: Subject: [PATCH perl@9944] long =item
20953              From: Robin Barker <rmb1@cise.npl.co.uk>
20954              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
20955              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
20956      Branch: perl
20957            ! ext/Time/HiRes/HiRes.pm
20958 ____________________________________________________________________________
20959 [  9987] By: jhi                                   on 2001/05/04  12:39:19
20960         Log: The #9901 had removed one line essential for EBCDIC.
20961      Branch: perl
20962            ! regcomp.c
20963 ____________________________________________________________________________
20964 [  9986] By: jhi                                   on 2001/05/04  12:30:23
20965         Log: Subject: cygwin/Makefile.SHs INSTALL patch
20966              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
20967              Date: Mon, 08 Jan 2001 04:59:21 +0200
20968              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
20969      Branch: perl
20970            ! cygwin/Makefile.SHs
20971 ____________________________________________________________________________
20972 [  9985] By: jhi                                   on 2001/05/04  03:51:39
20973         Log: Encode/IO doc tweaks.
20974      Branch: perl
20975            ! ext/Encode/Encode.pm
20976 ____________________________________________________________________________
20977 [  9984] By: jhi                                   on 2001/05/04  03:29:34
20978         Log: Remove GDBM_File from the dynamic extensions for UTS,
20979              GDBM is not a standard feature.
20980      Branch: perl
20981            ! hints/uts.sh
20982 ____________________________________________________________________________
20983 [  9983] By: jhi                                   on 2001/05/04  03:22:59
20984         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
20985      Branch: perl
20986            ! pod/perlretut.pod
20987 ____________________________________________________________________________
20988 [  9982] By: jhi                                   on 2001/05/03  23:21:03
20989         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
20990              From: Benjamin Sugars <bsugars@canoe.ca>
20991              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
20992              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
20993      Branch: perl
20994            ! dump.c
20995 ____________________________________________________________________________
20996 [  9981] By: jhi                                   on 2001/05/03  23:20:05
20997         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
20998              From: Benjamin Sugars <bsugars@canoe.ca>
20999              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
21000              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
21001      Branch: perl
21002            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21003 ____________________________________________________________________________
21004 [  9980] By: jhi                                   on 2001/05/03  23:15:29
21005         Log: Integrate perlio.
21006      Branch: perl
21007           !> ext/Encode/Encode.pm
21008 ____________________________________________________________________________
21009 [  9979] By: jhi                                   on 2001/05/03  16:54:59
21010         Log: Install psed man page.
21011      Branch: perl
21012            ! installman
21013 ____________________________________________________________________________
21014 [  9978] By: jhi                                   on 2001/05/03  16:45:58
21015         Log: Remove unused files; noted by Sarathy.
21016      Branch: perl
21017            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
21018            ! MANIFEST
21019 ____________________________________________________________________________
21020 [  9977] By: jhi                                   on 2001/05/03  16:42:30
21021         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
21022              From: Andy Dougherty <doughera@lafayette.edu>
21023              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
21024              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
21025      Branch: perl
21026            ! INSTALL
21027 ____________________________________________________________________________
21028 [  9976] By: nick                                  on 2001/05/03  16:40:42
21029         Log: Allow $answer = encode($object,$text); like it says in docs.
21030      Branch: perlio
21031            ! ext/Encode/Encode.pm
21032 ____________________________________________________________________________
21033 [  9975] By: nick                                  on 2001/05/03  16:22:30
21034         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
21035              to be in scope (fair enough), and also a package variable (our) for eval to see it.
21036      Branch: perlio
21037            ! ext/Encode/Encode.pm
21038 ____________________________________________________________________________
21039 [  9974] By: nick                                  on 2001/05/03  15:48:17
21040         Log: Integrate mainline.
21041      Branch: perlio
21042           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
21043           +> t/lib/filter-simple.t t/lib/next.t
21044           !> (integrate 70 files)
21045 ____________________________________________________________________________
21046 [  9973] By: jhi                                   on 2001/05/03  13:09:09
21047         Log: Update Changes.
21048      Branch: perl
21049            ! Changes patchlevel.h
21050 ____________________________________________________________________________
21051 [  9972] By: jhi                                   on 2001/05/03  12:58:33
21052         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
21053              From: Prymmer/Kahn <pvhp@best.com>
21054              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
21055              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
21056      Branch: perl
21057            ! t/io/fflush.t
21058 ____________________________________________________________________________
21059 [  9971] By: jhi                                   on 2001/05/03  12:57:26
21060         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
21061              From: Prymmer/Kahn <pvhp@best.com>
21062              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
21063              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
21064      Branch: perl
21065            ! win32/FindExt.pm
21066 ____________________________________________________________________________
21067 [  9970] By: jhi                                   on 2001/05/03  02:42:46
21068         Log: Can't croak sans thread context, from Doug MacEachern.
21069      Branch: perl
21070            ! toke.c
21071 ____________________________________________________________________________
21072 [  9969] By: jhi                                   on 2001/05/03  01:23:48
21073         Log: Subject: Random input test and Perl
21074              From: Ilya Zakharevich <ilya@math.berkeley.edu>
21075              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
21076              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
21077      Branch: perl
21078            ! toke.c
21079 ____________________________________________________________________________
21080 [  9968] By: jhi                                   on 2001/05/02  22:17:21
21081         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
21082              From: Peter Prymmer <pvhp@forte.com>
21083              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
21084              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
21085      Branch: perl
21086            ! pod/perlfunc.pod pod/perlport.pod
21087 ____________________________________________________________________________
21088 [  9967] By: jhi                                   on 2001/05/02  20:12:45
21089         Log: Workaround for UTS compiler casting bug from Hal Morris.
21090      Branch: perl
21091            ! perl.h
21092 ____________________________________________________________________________
21093 [  9966] By: jhi                                   on 2001/05/02  18:31:37
21094         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
21095              From: Dan Sugalski <dan@sidhe.org>
21096              Date: Wed, 02 May 2001 15:23:22 -0400
21097              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
21098      Branch: perl
21099            ! perl.c vms/vms.c
21100 ____________________________________________________________________________
21101 [  9965] By: jhi                                   on 2001/05/02  18:21:29
21102         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
21103      Branch: perl
21104            ! pod/perlfunc.pod
21105 ____________________________________________________________________________
21106 [  9964] By: jhi                                   on 2001/05/02  18:15:01
21107         Log: Document large files in INSTALL, document also the %x
21108              limitation if not use64bitint, closes bug 20010326.007.
21109      Branch: perl
21110            ! INSTALL
21111 ____________________________________________________________________________
21112 [  9963] By: jhi                                   on 2001/05/02  17:24:47
21113         Log: perlmodlib tweaks; regen pods.
21114      Branch: perl
21115            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
21116            ! pod/perltoc.pod
21117 ____________________________________________________________________________
21118 [  9962] By: jhi                                   on 2001/05/02  17:14:00
21119         Log: Fix for a segfault, from Marc Lehmann.
21120      Branch: perl
21121            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
21122 ____________________________________________________________________________
21123 [  9961] By: jhi                                   on 2001/05/02  15:55:53
21124         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
21125              From: "Philip Newton" <pnewton@gmx.de>
21126              Date: Wed, 2 May 2001 18:39:03 +0200
21127              Message-ID: <3AF05447.15525.173B588@localhost>
21128      Branch: perl
21129            ! pod/perlop.pod
21130 ____________________________________________________________________________
21131 [  9960] By: jhi                                   on 2001/05/02  15:35:37
21132         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
21133              From: Dan Sugalski <dan@sidhe.org>
21134              Date: Wed, 02 May 2001 11:37:27 -0400
21135              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
21136      Branch: perl
21137            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
21138            ! thread.h vms/vms.c vms/vmsish.h
21139 ____________________________________________________________________________
21140 [  9959] By: jhi                                   on 2001/05/02  15:21:08
21141         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
21142              From: Benjamin Sugars <bsugars@canoe.ca>
21143              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
21144              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
21145      Branch: perl
21146            ! ext/PerlIO/Scalar/Scalar.xs
21147 ____________________________________________________________________________
21148 [  9958] By: jhi                                   on 2001/05/02  15:15:53
21149         Log: Bug in #9915, spotted by Mike Guy.
21150      Branch: perl
21151            ! installperl
21152 ____________________________________________________________________________
21153 [  9957] By: jhi                                   on 2001/05/02  13:26:01
21154         Log: Add a test for not griping about references as array
21155              indices if the reference has magic in it (overloaded
21156              methods).
21157      Branch: perl
21158            ! pod/perldiag.pod t/pragma/warn/pp_hot
21159 ____________________________________________________________________________
21160 [  9956] By: jhi                                   on 2001/05/02  13:07:01
21161         Log: Retracted a bit too much in #9952.
21162      Branch: perl
21163            ! t/pragma/sub_lval.t
21164 ____________________________________________________________________________
21165 [  9955] By: jhi                                   on 2001/05/02  13:05:38
21166         Log: Test for #9952.
21167      Branch: perl
21168            ! t/op/tie.t
21169 ____________________________________________________________________________
21170 [  9954] By: jhi                                   on 2001/05/02  11:48:18
21171         Log: Additional note on the encoding example: one cannot
21172              convert string constants in-place.
21173      Branch: perl
21174            ! ext/Encode/Encode.pm
21175 ____________________________________________________________________________
21176 [  9953] By: jhi                                   on 2001/05/02  11:43:51
21177         Log: Note that if you have recent enough Perl you already
21178              have Filter::Util::Call.
21179      Branch: perl
21180            ! lib/Filter/Simple.pm
21181 ____________________________________________________________________________
21182 [  9952] By: jhi                                   on 2001/05/02  11:31:53
21183         Log: Retract changes #8254 and #8255, causes coredump in
21184              'tie FH, "main"', reported by Abigail, culprit found by
21185              Benjamin Sugars.  Mirrors maintperl change #9950.
21186      Branch: perl
21187            ! op.c t/pragma/sub_lval.t
21188 ____________________________________________________________________________
21189 [  9951] By: jhi                                   on 2001/05/02  11:14:29
21190         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
21191      Branch: perl
21192            + t/lib/MyFilter.pm
21193 ____________________________________________________________________________
21194 [  9950] By: gsar                                  on 2001/05/02  03:17:11
21195         Log: revert integration of changes#8254,8255 in change#8620 (causes
21196              a coredump in C<tie FH, 'foo'>; the idea itself may need better
21197              rationalization)
21198      Branch: maint-5.6/perl
21199            ! op.c t/pragma/sub_lval.t
21200 ____________________________________________________________________________
21201 [  9949] By: gsar                                  on 2001/05/02  02:56:32
21202         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
21203              
21204              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21205              
21206              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21207      Branch: maint-5.6/perl
21208           !> hints/svr5.sh
21209 ____________________________________________________________________________
21210 [  9948] By: gsar                                  on 2001/05/02  02:49:15
21211         Log: pod/find.t breaks on VMS (from Craig Berry)
21212      Branch: maint-5.6/perl
21213            ! t/pod/find.t
21214 ____________________________________________________________________________
21215 [  9947] By: jhi                                   on 2001/05/02  02:43:09
21216         Log: Add an encoding conversion example.
21217      Branch: perl
21218            ! ext/Encode/Encode.pm
21219 ____________________________________________________________________________
21220 [  9946] By: jhi                                   on 2001/05/02  01:34:22
21221         Log: Another coat of paint but still nowhere finished.
21222              Need to decide on the semantics of strptime(): should
21223              strptime() be a function instead of a method?  To do
21224              the week/monthname-strptiming the i18n/l10n bullet needs
21225              to be bitten with gusto.
21226      Branch: perl
21227            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
21228 ____________________________________________________________________________
21229 [  9945] By: jhi                                   on 2001/05/01  23:40:52
21230         Log: Update Changes.
21231      Branch: perl
21232            ! Changes patchlevel.h
21233 ____________________________________________________________________________
21234 [  9944] By: jhi                                   on 2001/05/01  23:33:37
21235         Log: Add known-to-be-tested modules to the list-to-be-skipped.
21236      Branch: perl
21237            ! t/lib/1_compile.t
21238 ____________________________________________________________________________
21239 [  9943] By: jhi                                   on 2001/05/01  23:24:40
21240         Log: Subject: BorlandC++ fix
21241              From: "Vadim Konovalov" <watman@inbox.ru>
21242              Date: Mon, 30 Apr 2001 20:12:26 -0700
21243              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
21244      Branch: perl
21245            ! win32/makefile.mk
21246 ____________________________________________________________________________
21247 [  9942] By: jhi                                   on 2001/05/01  23:18:02
21248         Log: Update to Filter::Simple 0.60, create a test for it.
21249      Branch: perl
21250            + t/lib/filter-simple.t
21251            ! MANIFEST lib/Filter/Simple.pm
21252 ____________________________________________________________________________
21253 [  9941] By: jhi                                   on 2001/05/01  19:47:24
21254         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
21255              From: Hugo <hv@crypt.compulink.co.uk>
21256              Date: Tue, 01 May 2001 20:12:20 +0100
21257              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
21258      Branch: perl
21259            ! pp_hot.c t/op/re_tests
21260 ____________________________________________________________________________
21261 [  9940] By: jhi                                   on 2001/05/01  19:42:16
21262         Log: Integrate perlio.
21263      Branch: perl
21264           !> lib/base.pm t/lib/fields.t
21265 ____________________________________________________________________________
21266 [  9939] By: jhi                                   on 2001/05/01  19:39:51
21267         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
21268              From: Benjamin Sugars <bsugars@canoe.ca>
21269              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
21270              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
21271      Branch: perl
21272            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21273 ____________________________________________________________________________
21274 [  9938] By: jhi                                   on 2001/05/01  19:34:09
21275         Log: Add NEXT, a pseudo-class for method redispatching.
21276              <Damian>NEXT.pm probably offers more bang-for-buck
21277              than anything else I've ever written.</Damian>
21278      Branch: perl
21279            + lib/NEXT.pm t/lib/next.t
21280            ! MANIFEST
21281 ____________________________________________________________________________
21282 [  9937] By: jhi                                   on 2001/05/01  19:21:41
21283         Log: Update to Switch 2.02.
21284      Branch: perl
21285            ! lib/Switch.pm t/lib/switch.t
21286 ____________________________________________________________________________
21287 [  9936] By: nick                                  on 2001/05/01  19:09:21
21288         Log: Fix for base.pm clobbering $VERSION
21289      Branch: perlio
21290            ! lib/base.pm
21291 ____________________________________________________________________________
21292 [  9935] By: nick                                  on 2001/05/01  18:54:38
21293         Log: Test for base.pm clobbering $VERSION.
21294      Branch: perlio
21295            ! t/lib/fields.t
21296 ____________________________________________________________________________
21297 [  9934] By: jhi                                   on 2001/05/01  18:39:10
21298         Log: Add information about Scalar::Util::blessed.
21299      Branch: perl
21300            ! pod/perlobj.pod
21301 ____________________________________________________________________________
21302 [  9933] By: jhi                                   on 2001/05/01  18:33:51
21303         Log: Subject: Extra UNIVERSAL documentation
21304              From: Mike Guy <mjtg@cam.ac.uk>
21305              Date: Tue, 01 May 2001 20:12:11 +0100
21306              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
21307      Branch: perl
21308            ! pod/perlobj.pod
21309 ____________________________________________________________________________
21310 [  9932] By: jhi                                   on 2001/05/01  18:26:54
21311         Log: Subject: Autoflush in tests as appropriate
21312              From: Mike Guy <mjtg@cam.ac.uk>
21313              Date: Tue, 01 May 2001 20:05:31 +0100
21314              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
21315      Branch: perl
21316            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
21317            ! t/op/taint.t
21318 ____________________________________________________________________________
21319 [  9931] By: jhi                                   on 2001/05/01  18:02:29
21320         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
21321              From: Benjamin Sugars <bsugars@canoe.ca>
21322              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
21323              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
21324      Branch: perl
21325            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21326 ____________________________________________________________________________
21327 [  9930] By: jhi                                   on 2001/05/01  15:12:26
21328         Log: Subject: Re: Finally got a round tuit
21329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21330              Date: Tue, 01 May 2001 14:14:10 +0200
21331              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
21332              
21333              The -DP part, slightly modified.
21334      Branch: perl
21335            ! perl.c
21336 ____________________________________________________________________________
21337 [  9929] By: jhi                                   on 2001/05/01  14:17:15
21338         Log: Subject: Re: Finally got a round tuit
21339              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21340              Date: Tue, 01 May 2001 16:34:06 +0200
21341              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
21342              
21343              cpp and optimization tweaks for HP-UX.
21344      Branch: perl
21345            ! hints/hpux.sh
21346 ____________________________________________________________________________
21347 [  9928] By: jhi                                   on 2001/05/01  13:24:20
21348         Log: Tune the scan_num() comments to reality.
21349      Branch: perl
21350            ! toke.c
21351 ____________________________________________________________________________
21352 [  9927] By: jhi                                   on 2001/05/01  13:14:01
21353         Log: Subject: [PATCH B::Deparse] optimised sort
21354              From: Robin Houston <robin@kitsite.com>
21355              Date: Tue, 1 May 2001 14:07:12 +0100
21356              Message-ID: <20010501140712.A4266@penderel>
21357      Branch: perl
21358            ! ext/B/B/Deparse.pm
21359 ____________________________________________________________________________
21360 [  9926] By: jhi                                   on 2001/05/01  13:10:53
21361         Log: Subject: [PATCH t/lib/b-deparse.t] 
21362              From: Robin Houston <robin@kitsite.com>
21363              Date: Tue, 1 May 2001 13:37:42 +0100
21364              Message-ID: <20010501133742.A4082@penderel>
21365      Branch: perl
21366            ! t/lib/b-deparse.t
21367 ____________________________________________________________________________
21368 [  9925] By: jhi                                   on 2001/05/01  13:10:13
21369         Log: Subject: [PATCH B::Deparse] for(;;), sort
21370              From: Robin Houston <robin@kitsite.com>
21371              Date: Tue, 1 May 2001 13:35:00 +0100
21372              Message-ID: <20010501133500.A4061@penderel>
21373      Branch: perl
21374            ! ext/B/B/Deparse.pm
21375 ____________________________________________________________________________
21376 [  9924] By: jhi                                   on 2001/05/01  13:09:22
21377         Log: Subject: [PATCH B::Deparse] do, warn, use
21378              From: Robin Houston <robin@kitsite.com>
21379              Date: Tue, 1 May 2001 13:31:03 +0100
21380              Message-ID: <20010501133103.A4041@penderel>
21381      Branch: perl
21382            ! ext/B/B/Deparse.pm
21383 ____________________________________________________________________________
21384 [  9923] By: jhi                                   on 2001/05/01  11:45:36
21385         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
21386              From: Benjamin Sugars <ben.sugars@home.com>
21387              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
21388              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
21389      Branch: perl
21390            + t/io/fflush.t
21391            ! MANIFEST
21392 ____________________________________________________________________________
21393 [  9922] By: jhi                                   on 2001/05/01  11:35:42
21394         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
21395              From: Peter Prymmer <pvhp@forte.com>
21396              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
21397              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
21398      Branch: perl
21399            ! t/lib/selfstubber.t
21400 ____________________________________________________________________________
21401 [  9921] By: jhi                                   on 2001/04/30  16:34:33
21402         Log: Subject: [PATCH B::Concise] suppress warning
21403              From: Robin Houston <robin@kitsite.com>
21404              Date: Mon, 30 Apr 2001 16:09:49 +0100
21405              Message-ID: <20010430160949.A25086@penderel>
21406      Branch: perl
21407            ! ext/B/B/Concise.pm
21408 ____________________________________________________________________________
21409 [  9920] By: jhi                                   on 2001/04/30  13:56:04
21410         Log: Strip the *markers* from #9919.
21411      Branch: perl
21412            ! pod/perlfaq.pod pod/perlfaq5.pod
21413 ____________________________________________________________________________
21414 [  9919] By: jhi                                   on 2001/04/30  13:54:04
21415         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
21416              From: Gwyn Judd <b.judd@xtra.co.nz>
21417              Date: Sun, 29 Apr 2001 01:47:49 +1200
21418              Message-ID: <20010429014749.A4418@thislove>
21419      Branch: perl
21420            ! pod/perlfaq.pod pod/perlfaq5.pod
21421 ____________________________________________________________________________
21422 [  9918] By: jhi                                   on 2001/04/30  13:13:54
21423         Log: More_tweakage.
21424      Branch: perl
21425            ! pod/perldata.pod pod/perldiag.pod
21426 ____________________________________________________________________________
21427 [  9917] By: jhi                                   on 2001/04/30  13:01:27
21428         Log: Update Changes.
21429      Branch: perl
21430            ! Changes patchlevel.h
21431 ____________________________________________________________________________
21432 [  9916] By: jhi                                   on 2001/04/30  12:57:03
21433         Log: T_w_e_a_k_a_g_e.
21434      Branch: perl
21435            ! pod/perldata.pod pod/perldiag.pod
21436 ____________________________________________________________________________
21437 [  9915] By: jhi                                   on 2001/04/30  12:39:29
21438         Log: Install s2p also as psed.
21439              
21440              TODO: psed documentation?
21441      Branch: perl
21442            ! installperl
21443 ____________________________________________________________________________
21444 [  9914] By: jhi                                   on 2001/04/30  12:29:21
21445         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
21446              From: Jens Hamisch <jens@Strawberry.COM>
21447              Date: Fri, 27 Apr 2001 17:00:36 +0200
21448              Message-ID: <20010427170036.K1372@Strawberry.COM>
21449              
21450              SOCKS5_VERSION_NAME is the right symbol to detect
21451              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
21452              function called socks5_init() is available, and even that is
21453              not universal, most SOCKS5 installations use SOCKSinit()).
21454      Branch: perl
21455            ! perlio.c
21456 ____________________________________________________________________________
21457 [  9913] By: jhi                                   on 2001/04/30  12:22:15
21458         Log: Allow a zero timeout on IO::Socket accept and connect--
21459              though one really shouldn't do that.  Based on
21460              
21461              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
21462              From: "John Holdsworth" <coldwave@bigfoot.com>
21463              Date: Sun, 4 Feb 2001 12:48:18 +0100
21464              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
21465      Branch: perl
21466            ! ext/IO/lib/IO/Socket.pm
21467 ____________________________________________________________________________
21468 [  9912] By: jhi                                   on 2001/04/30  11:27:27
21469         Log: Save the spot of regprev (see #9911) for binary compatibility;
21470              regen API.
21471      Branch: perl
21472            ! embedvar.h perlapi.h thrdvar.h
21473 ____________________________________________________________________________
21474 [  9911] By: jhi                                   on 2001/04/30  11:22:03
21475         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
21476              From: Hugo <hv@crypt.compulink.co.uk>
21477              Date: Sun, 29 Apr 2001 17:09:30 +0100
21478              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
21479      Branch: perl
21480            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
21481 ____________________________________________________________________________
21482 [  9910] By: jhi                                   on 2001/04/30  11:15:12
21483         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
21484              a dummy for PL_numeric_radix); no pressing reason to break
21485              binary compatibility; regen API.
21486      Branch: perl
21487            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
21488            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
21489 ____________________________________________________________________________
21490 [  9909] By: jhi                                   on 2001/04/30  10:56:08
21491         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
21492              From: Walt Mankowski <waltman@netaxs.com>
21493              Date: Sun, 29 Apr 2001 21:53:48 -0400
21494              Message-ID: <20010429215348.A3971@netaxs.com>
21495      Branch: perl
21496            ! pod/perlfunc.pod
21497 ____________________________________________________________________________
21498 [  9908] By: jhi                                   on 2001/04/30  10:49:40
21499         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
21500      Branch: perl
21501            ! t/lib/selfstubber.t
21502 ____________________________________________________________________________
21503 [  9907] By: nick                                  on 2001/04/30  09:26:50
21504         Log: Integrate mainline.
21505      Branch: perlio
21506           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
21507 ____________________________________________________________________________
21508 [  9906] By: jhi                                   on 2001/04/29  23:24:20
21509         Log: Abigail spotted a thinko in #9905.
21510      Branch: perl
21511            ! pod/perldiag.pod
21512 ____________________________________________________________________________
21513 [  9905] By: jhi                                   on 2001/04/29  15:55:39
21514         Log: Changed the underscore/undebar syntax in numeric constants;
21515              now any grouping will do, as long as the underscores are not
21516              consecutive (so "zero-grouping" is out), and they do not begin
21517              or end the integer or fractional parts.
21518      Branch: perl
21519            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
21520 ____________________________________________________________________________
21521 [  9904] By: nick                                  on 2001/04/29  15:43:22
21522         Log: Integrate mainline.
21523      Branch: perlio
21524           +> (branch 98 files)
21525            - lib/unicode/Block.pl
21526            - lib/unicode/In/AlphabeticPresentationForms.pl
21527            - lib/unicode/In/Arabic.pl
21528            - lib/unicode/In/ArabicPresentationForms-A.pl
21529            - lib/unicode/In/ArabicPresentationForms-B.pl
21530            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21531            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21532            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21533            - lib/unicode/In/BopomofoExtended.pl
21534            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
21535            - lib/unicode/In/CJKCompatibility.pl
21536            - lib/unicode/In/CJKCompatibilityForms.pl
21537            - lib/unicode/In/CJKCompatibilityIdeographs.pl
21538            - lib/unicode/In/CJKRadicalsSupplement.pl
21539            - lib/unicode/In/CJKSymbolsandPunctuation.pl
21540            - lib/unicode/In/CJKUnifiedIdeographs.pl
21541            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
21542            - lib/unicode/In/Cherokee.pl
21543            - lib/unicode/In/CombiningDiacriticalMarks.pl
21544            - lib/unicode/In/CombiningHalfMarks.pl
21545            - lib/unicode/In/CombiningMarksforSymbols.pl
21546            - lib/unicode/In/ControlPictures.pl
21547            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21548            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21549            - lib/unicode/In/EnclosedAlphanumerics.pl
21550            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
21551            - lib/unicode/In/Ethiopic.pl
21552            - lib/unicode/In/GeneralPunctuation.pl
21553            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21554            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21555            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21556            - lib/unicode/In/HalfwidthandFullwidthForms.pl
21557            - lib/unicode/In/HangulCompatibilityJamo.pl
21558            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21559            - lib/unicode/In/Hebrew.pl
21560            - lib/unicode/In/HighPrivateUseSurrogates.pl
21561            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21562            - lib/unicode/In/IPAExtensions.pl
21563            - lib/unicode/In/IdeographicDescriptionCharacters.pl
21564            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
21565            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21566            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
21567            - lib/unicode/In/Latin-1Supplement.pl
21568            - lib/unicode/In/LatinExtended-A.pl
21569            - lib/unicode/In/LatinExtended-B.pl
21570            - lib/unicode/In/LatinExtendedAdditional.pl
21571            - lib/unicode/In/LetterlikeSymbols.pl
21572            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21573            - lib/unicode/In/MathematicalOperators.pl
21574            - lib/unicode/In/MiscellaneousSymbols.pl
21575            - lib/unicode/In/MiscellaneousTechnical.pl
21576            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
21577            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
21578            - lib/unicode/In/OpticalCharacterRecognition.pl
21579            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21580            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
21581            - lib/unicode/In/SmallFormVariants.pl
21582            - lib/unicode/In/SpacingModifierLetters.pl
21583            - lib/unicode/In/Specials.pl
21584            - lib/unicode/In/SuperscriptsandSubscripts.pl
21585            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
21586            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
21587            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21588            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
21589            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
21590           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
21591           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
21592           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
21593           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
21594           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
21595           !> utf8.c win32/Makefile
21596 ____________________________________________________________________________
21597 [  9903] By: jhi                                   on 2001/04/29  14:30:53
21598         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
21599              From: Prymmer/Kahn <pvhp@best.com>
21600              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
21601              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
21602      Branch: perl
21603            ! win32/Makefile
21604 ____________________________________________________________________________
21605 [  9902] By: jhi                                   on 2001/04/29  02:52:44
21606         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
21607              From: "Abigail" <abigail@foad.org>
21608              Date: Sun, 29 Apr 2001 03:14:25 +0200
21609              Message-ID: <20010429011425.24503.qmail@foad.org>
21610      Branch: perl
21611            ! ext/IO/lib/IO/Seekable.pm
21612 ____________________________________________________________________________
21613 [  9901] By: jhi                                   on 2001/04/29  02:04:46
21614         Log: In character classes one couldn't have 0x80..0xff characters
21615              at the left hand side if there were 0x100.. characters in the
21616              character class.
21617      Branch: perl
21618            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
21619            ! t/op/pat.t utf8.c
21620 ____________________________________________________________________________
21621 [  9900] By: jhi                                   on 2001/04/28  22:55:04
21622         Log: Forgot the latest mktables.PL from #9899.
21623      Branch: perl
21624            ! lib/unicode/mktables.PL
21625 ____________________________________________________________________________
21626 [  9899] By: jhi                                   on 2001/04/28  22:53:28
21627         Log: Explain the \p{} and \P{} error message better and
21628              have prettier prettyprint in In.pl.
21629      Branch: perl
21630            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
21631            ! pod/perldiag.pod
21632 ____________________________________________________________________________
21633 [  9898] By: jhi                                   on 2001/04/28  21:03:34
21634         Log: Add one possible explanation for the "Invalid [] range" error.
21635      Branch: perl
21636            ! pod/perldiag.pod
21637 ____________________________________________________________________________
21638 [  9897] By: jhi                                   on 2001/04/28  17:18:26
21639         Log: Add a level of indirection to the implementation of \p{InFoo}
21640              so that we don't have to have long filenames.  (Nothing changes
21641              in the user interface.)   The indirection is defined in
21642              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
21643              Also rename some the character classes by removing '-' from
21644              the classnames, and finally renamed Block.pl as Blocks.pl.
21645      Branch: perl
21646            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
21647            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
21648            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
21649            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
21650            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
21651            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
21652            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
21653            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
21654            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
21655            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
21656            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
21657            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
21658            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
21659            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
21660            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
21661            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
21662            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
21663            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
21664            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
21665            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
21666            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
21667            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
21668            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
21669            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
21670            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
21671            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
21672            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
21673            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
21674            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
21675            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
21676            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
21677            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
21678            + lib/unicode/In/94.pl lib/unicode/In/95.pl
21679            - lib/unicode/Block.pl
21680            - lib/unicode/In/AlphabeticPresentationForms.pl
21681            - lib/unicode/In/Arabic.pl
21682            - lib/unicode/In/ArabicPresentationForms-A.pl
21683            - lib/unicode/In/ArabicPresentationForms-B.pl
21684            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21685            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21686            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21687            - lib/unicode/In/BopomofoExtended.pl
21688            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
21689            - lib/unicode/In/CJKCompatibility.pl
21690            - lib/unicode/In/CJKCompatibilityForms.pl
21691            - lib/unicode/In/CJKCompatibilityIdeographs.pl
21692            - lib/unicode/In/CJKRadicalsSupplement.pl
21693            - lib/unicode/In/CJKSymbolsandPunctuation.pl
21694            - lib/unicode/In/CJKUnifiedIdeographs.pl
21695            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
21696            - lib/unicode/In/Cherokee.pl
21697            - lib/unicode/In/CombiningDiacriticalMarks.pl
21698            - lib/unicode/In/CombiningHalfMarks.pl
21699            - lib/unicode/In/CombiningMarksforSymbols.pl
21700            - lib/unicode/In/ControlPictures.pl
21701            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21702            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21703            - lib/unicode/In/EnclosedAlphanumerics.pl
21704            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
21705            - lib/unicode/In/Ethiopic.pl
21706            - lib/unicode/In/GeneralPunctuation.pl
21707            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21708            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21709            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21710            - lib/unicode/In/HalfwidthandFullwidthForms.pl
21711            - lib/unicode/In/HangulCompatibilityJamo.pl
21712            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21713            - lib/unicode/In/Hebrew.pl
21714            - lib/unicode/In/HighPrivateUseSurrogates.pl
21715            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21716            - lib/unicode/In/IPAExtensions.pl
21717            - lib/unicode/In/IdeographicDescriptionCharacters.pl
21718            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
21719            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21720            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
21721            - lib/unicode/In/Latin-1Supplement.pl
21722            - lib/unicode/In/LatinExtended-A.pl
21723            - lib/unicode/In/LatinExtended-B.pl
21724            - lib/unicode/In/LatinExtendedAdditional.pl
21725            - lib/unicode/In/LetterlikeSymbols.pl
21726            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21727            - lib/unicode/In/MathematicalOperators.pl
21728            - lib/unicode/In/MiscellaneousSymbols.pl
21729            - lib/unicode/In/MiscellaneousTechnical.pl
21730            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
21731            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
21732            - lib/unicode/In/OpticalCharacterRecognition.pl
21733            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21734            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
21735            - lib/unicode/In/SmallFormVariants.pl
21736            - lib/unicode/In/SpacingModifierLetters.pl
21737            - lib/unicode/In/Specials.pl
21738            - lib/unicode/In/SuperscriptsandSubscripts.pl
21739            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
21740            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
21741            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21742            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
21743            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
21744            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
21745            ! pod/perlunicode.pod
21746 ____________________________________________________________________________
21747 [  9896] By: jhi                                   on 2001/04/28  14:33:17
21748         Log: Update the information on shared library path on HP-UX.
21749      Branch: perl
21750            ! INSTALL
21751 ____________________________________________________________________________
21752 [  9895] By: jhi                                   on 2001/04/28  14:32:30
21753         Log: Because #9894 seems to do the trick, this workaround can be removed.
21754      Branch: perl
21755            ! t/lib/selfstubber.t
21756 ____________________________________________________________________________
21757 [  9894] By: jhi                                   on 2001/04/28  14:26:13
21758         Log: For PerlIO flush the children's file handles (on fork/exec/system).
21759      Branch: perl
21760            ! perl.h
21761 ____________________________________________________________________________
21762 [  9893] By: jhi                                   on 2001/04/28  14:23:15
21763         Log: Test tweak for #9891.
21764      Branch: perl
21765            ! t/lib/b-deparse.t
21766 ____________________________________________________________________________
21767 [  9892] By: jhi                                   on 2001/04/28  14:10:13
21768         Log: New HP-UX hints from Merijn.
21769      Branch: perl
21770            ! hints/hpux.sh
21771 ____________________________________________________________________________
21772 [  9891] By: jhi                                   on 2001/04/28  14:07:27
21773         Log: Subject: [PATCH B::Deparse] non-block scopes
21774              From: Robin Houston <robin@kitsite.com>
21775              Date: Fri, 27 Apr 2001 19:15:14 +0100
21776              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
21777      Branch: perl
21778            ! ext/B/B/Deparse.pm
21779 ____________________________________________________________________________
21780 [  9890] By: nick                                  on 2001/04/27  19:41:25
21781         Log: Integrate mainline
21782      Branch: perlio
21783           +> t/lib/selfstubber.t
21784           !> (integrate 50 files)
21785 ____________________________________________________________________________
21786 [  9889] By: jhi                                   on 2001/04/27  18:23:46
21787         Log: Subject: Re: selfstubber test fail on bleadperl
21788              From: Mike Guy <mjtg@cam.ac.uk>
21789              Date: Fri, 27 Apr 2001 19:31:18 +0100
21790              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
21791      Branch: perl
21792            ! t/lib/selfstubber.t
21793 ____________________________________________________________________________
21794 [  9888] By: jhi                                   on 2001/04/27  16:20:54
21795         Log: Test tweak for #9886.
21796      Branch: perl
21797            ! t/lib/b-deparse.t
21798 ____________________________________________________________________________
21799 [  9887] By: jhi                                   on 2001/04/27  16:16:33
21800         Log: Buffering issue at least in Solaris (even with perlio).
21801      Branch: perl
21802            ! t/lib/selfstubber.t
21803 ____________________________________________________________________________
21804 [  9886] By: jhi                                   on 2001/04/27  14:59:23
21805         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
21806              From: Robin Houston <robin@kitsite.com>
21807              Date: Fri, 27 Apr 2001 16:53:20 +0100
21808              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
21809      Branch: perl
21810            ! ext/B/B/Deparse.pm
21811 ____________________________________________________________________________
21812 [  9885] By: jhi                                   on 2001/04/27  14:23:51
21813         Log: Update Changes.
21814      Branch: perl
21815            ! Changes patchlevel.h
21816 ____________________________________________________________________________
21817 [  9884] By: jhi                                   on 2001/04/27  14:14:12
21818         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
21819              From: "Philip Newton" <pnewton@gmx.de>
21820              Date: Fri, 27 Apr 2001 16:40:13 +0200
21821              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
21822      Branch: perl
21823            ! pod/perldata.pod
21824 ____________________________________________________________________________
21825 [  9883] By: jhi                                   on 2001/04/27  13:28:19
21826         Log: Add LOG_PERROR; prettify the "removed".
21827      Branch: perl
21828            ! ext/Sys/Syslog/Syslog.xs
21829 ____________________________________________________________________________
21830 [  9882] By: jhi                                   on 2001/04/27  13:13:18
21831         Log: h2xs tweaks: use NV instead of double, "quote" the removed
21832              prefixes for clarity (especially when nothing is removed),
21833              slight pod reformats.
21834      Branch: perl
21835            ! utils/h2xs.PL
21836 ____________________________________________________________________________
21837 [  9881] By: jhi                                   on 2001/04/27  12:58:48
21838         Log: Don't bother creating existing directories.
21839      Branch: perl
21840            ! utils/h2xs.PL
21841 ____________________________________________________________________________
21842 [  9880] By: jhi                                   on 2001/04/27  12:45:39
21843         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
21844              From: Mike Schilli <m@perlmeister.com>
21845              Date: Wed, 25 Apr 2001 01:29:21 -0700
21846              Message-id: <3AE68AE1.6A981723@perlmeister.com>
21847      Branch: perl
21848            ! utils/h2xs.PL
21849 ____________________________________________________________________________
21850 [  9879] By: jhi                                   on 2001/04/27  12:40:55
21851         Log: break is not yet Perl.  Added the template license also to README.
21852      Branch: perl
21853            ! utils/h2xs.PL
21854 ____________________________________________________________________________
21855 [  9878] By: jhi                                   on 2001/04/27  03:08:20
21856         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
21857              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21858              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
21859              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
21860      Branch: perl
21861            ! t/lib/xs-typemap.t
21862 ____________________________________________________________________________
21863 [  9877] By: jhi                                   on 2001/04/26  23:54:40
21864         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
21865              From: "Abigail" <abigail@foad.org>
21866              Date: Fri, 27 Apr 2001 01:44:28 +0200
21867              Message-ID: <20010426234428.19786.qmail@foad.org>
21868      Branch: perl
21869            ! utils/h2xs.PL
21870 ____________________________________________________________________________
21871 [  9876] By: jhi                                   on 2001/04/26  23:52:06
21872         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
21873              From: Peter Prymmer <pvhp@forte.com>
21874              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
21875              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
21876      Branch: perl
21877            ! t/lib/selfstubber.t
21878 ____________________________________________________________________________
21879 [  9875] By: jhi                                   on 2001/04/26  23:48:10
21880         Log: Deparse nits.
21881      Branch: perl
21882            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
21883 ____________________________________________________________________________
21884 [  9874] By: jhi                                   on 2001/04/26  22:46:05
21885         Log: Document ANYOF_CLASS.
21886      Branch: perl
21887            ! regcomp.h
21888 ____________________________________________________________________________
21889 [  9873] By: jhi                                   on 2001/04/26  22:35:03
21890         Log: Subject: Re: [PATCH @9846] dumping ANYOF
21891              From: Hugo <hv@crypt.compulink.co.uk>
21892              Date: Thu, 26 Apr 2001 23:33:38 +0100
21893              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
21894      Branch: perl
21895            ! regcomp.c regcomp.h
21896 ____________________________________________________________________________
21897 [  9872] By: jhi                                   on 2001/04/26  22:34:31
21898         Log: Subject: [PATCH] more for Devel::SelfStubber
21899              From: Nicholas Clark <nick@ccl4.org>
21900              Date: Fri, 27 Apr 2001 00:13:52 +0100
21901              Message-ID: <20010427001351.K88186@plum.flirble.org>
21902      Branch: perl
21903            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
21904 ____________________________________________________________________________
21905 [  9871] By: jhi                                   on 2001/04/26  21:59:17
21906         Log: Subject: [PATCH B::Deparse] formats must be flush left
21907              From: Robin Houston <robin@kitsite.com>
21908              Date: Thu, 26 Apr 2001 23:54:29 +0100
21909              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
21910      Branch: perl
21911            ! ext/B/B/Deparse.pm
21912 ____________________________________________________________________________
21913 [  9870] By: jhi                                   on 2001/04/26  21:57:37
21914         Log: If some of the constants are prefixes of others,
21915              the prefixes may never get recognized.  (See 20010426.006.)
21916      Branch: perl
21917            ! utils/h2xs.PL
21918 ____________________________________________________________________________
21919 [  9869] By: jhi                                   on 2001/04/26  21:50:42
21920         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
21921              From: Chris Bongaarts <cab@tc.umn.edu>
21922              Date: Thu, 26 Apr 2001 17:10:31 -0500
21923              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
21924      Branch: perl
21925            ! ext/Sys/Syslog/Syslog.xs
21926 ____________________________________________________________________________
21927 [  9868] By: jhi                                   on 2001/04/26  21:35:12
21928         Log: Further cuts and more docs from Graham Barr.
21929      Branch: perl
21930            ! ext/List/Util/lib/List/Util.pm
21931            ! ext/List/Util/lib/Scalar/Util.pm
21932 ____________________________________________________________________________
21933 [  9867] By: jhi                                   on 2001/04/26  21:18:57
21934         Log: Subject: [PATCH 5.7.1] DB_File-1.77
21935              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
21936              Date: Thu, 26 Apr 2001 22:37:53 +0100
21937              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
21938      Branch: perl
21939            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21940            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21941 ____________________________________________________________________________
21942 [  9866] By: jhi                                   on 2001/04/26  21:12:31
21943         Log: Subject: [PATCH B::Deparse] fix easy bugs
21944              From: Robin Houston <robin@kitsite.com>
21945              Date: Thu, 26 Apr 2001 23:03:33 +0100
21946              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
21947      Branch: perl
21948            ! ext/B/B/Deparse.pm
21949 ____________________________________________________________________________
21950 [  9865] By: jhi                                   on 2001/04/26  20:26:13
21951         Log: Update Changes.
21952      Branch: perl
21953            ! Changes patchlevel.h
21954 ____________________________________________________________________________
21955 [  9864] By: jhi                                   on 2001/04/26  19:27:48
21956         Log: Dethinko from Robin Houston.
21957      Branch: perl
21958            ! ext/B/B/Deparse.pm
21959 ____________________________________________________________________________
21960 [  9863] By: jhi                                   on 2001/04/26  19:10:35
21961         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
21962              From: Robin Houston <robin@kitsite.com>
21963              Date: Thu, 26 Apr 2001 21:08:32 +0100
21964              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
21965      Branch: perl
21966            ! ext/B/B/Deparse.pm
21967 ____________________________________________________________________________
21968 [  9862] By: jhi                                   on 2001/04/26  19:04:23
21969         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21970              From: Robin Houston <robin@kitsite.com>
21971              Date: Thu, 26 Apr 2001 20:52:50 +0100
21972              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
21973      Branch: perl
21974            ! ext/B/B/Deparse.pm
21975 ____________________________________________________________________________
21976 [  9861] By: jhi                                   on 2001/04/26  18:56:14
21977         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
21978              From: Mike Guy <mjtg@cam.ac.uk>
21979              Date: Thu, 26 Apr 2001 14:22:40 +0100
21980              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
21981      Branch: perl
21982            ! pod/perlobj.pod
21983 ____________________________________________________________________________
21984 [  9860] By: jhi                                   on 2001/04/26  18:46:42
21985         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21986              From: Robin Houston <robin@kitsite.com>
21987              Date: Thu, 26 Apr 2001 20:34:29 +0100
21988              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
21989              
21990              Hashes do not interpolate.
21991      Branch: perl
21992            ! ext/B/B/Deparse.pm
21993 ____________________________________________________________________________
21994 [  9859] By: jhi                                   on 2001/04/26  18:43:51
21995         Log: Subject: The Time::Piece conspiracy unmasked!!!
21996              From: Mike Guy <mjtg@cam.ac.uk>
21997              Date: Thu, 26 Apr 2001 19:02:50 +0100
21998              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
21999              
22000              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
22001              From: Mike Guy <mjtg@cam.ac.uk>
22002              Date: Thu, 26 Apr 2001 19:08:21 +0100
22003              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
22004              
22005              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
22006              From: Graham Barr <gbarr@pobox.com>
22007              Date: Thu, 26 Apr 2001 19:12:03 +0100
22008              Message-ID: <20010426191203.A70835@pobox.com>
22009              
22010              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
22011      Branch: perl
22012            ! ext/List/Util/lib/List/Util.pm
22013            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
22014 ____________________________________________________________________________
22015 [  9858] By: jhi                                   on 2001/04/26  18:17:42
22016         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
22017              From: Robin Houston <robin@kitsite.com>
22018              Date: Thu, 26 Apr 2001 16:09:35 +0100
22019              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
22020      Branch: perl
22021            ! t/comp/proto.t
22022 ____________________________________________________________________________
22023 [  9857] By: jhi                                   on 2001/04/26  18:04:59
22024         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
22025              From: barries <barries@slaysys.com>
22026              Date: Thu, 26 Apr 2001 12:01:10 -0400
22027              Message-ID: <20010426120110.E29698@jester.slaysys.com>
22028      Branch: perl
22029            ! pod/perldiag.pod
22030 ____________________________________________________________________________
22031 [  9856] By: jhi                                   on 2001/04/26  18:03:33
22032         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
22033              Date: Thu, 26 Apr 2001 17:13:41 +0100
22034              From: Robin Houston <robin@kitsite.com>
22035              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
22036              
22037              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
22038              From: Robin Houston <robin@kitsite.com>
22039              Date: Thu, 26 Apr 2001 18:44:29 +0100
22040              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
22041      Branch: perl
22042            ! ext/B/B/Deparse.pm
22043 ____________________________________________________________________________
22044 [  9855] By: jhi                                   on 2001/04/26  17:56:04
22045         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
22046              From: Robin Houston <robin@kitsite.com>
22047              Date: Thu, 26 Apr 2001 17:04:08 +0100
22048              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
22049      Branch: perl
22050            ! ext/B/B/Deparse.pm
22051 ____________________________________________________________________________
22052 [  9854] By: jhi                                   on 2001/04/26  17:47:26
22053         Log: Subject: Re: Short test case for undef %stash:: crash
22054              From: Benjamin Sugars <bsugars@canoe.ca> 
22055              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
22056              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
22057              Changed and moved the perldiag entry.
22058      Branch: perl
22059            ! gv.c pod/perldiag.pod
22060 ____________________________________________________________________________
22061 [  9853] By: jhi                                   on 2001/04/26  14:35:16
22062         Log: Beginnings of strptime().  Do not touch the wet paint.
22063      Branch: perl
22064            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22065 ____________________________________________________________________________
22066 [  9852] By: jhi                                   on 2001/04/26  13:17:21
22067         Log: Retract #9851, core dumps from pod2man.
22068      Branch: perl
22069            ! regcomp.c
22070 ____________________________________________________________________________
22071 [  9851] By: jhi                                   on 2001/04/26  11:54:41
22072         Log: (Retracted by #9852.)
22073              
22074              Subject: [PATCH @9846] dumping ANYOF
22075              From: Hugo <hv@crypt.compulink.co.uk>
22076              Date: Thu, 26 Apr 2001 05:32:38 +0100
22077              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
22078      Branch: perl
22079            ! regcomp.c
22080 ____________________________________________________________________________
22081 [  9850] By: jhi                                   on 2001/04/26  02:34:44
22082         Log: If ccflags was empty the _previous_ $* containing all the
22083              environment variables and Configure variables was used,
22084              which lead, among other bad things, into $ccflags being your
22085              uname -a output, which lead into test compile with cc failing,
22086              which lead into gcc being selected, which didn't work that well
22087              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
22088              with large files, et cetera.
22089      Branch: perl
22090            ! hints/hpux.sh
22091 ____________________________________________________________________________
22092 [  9849] By: jhi                                   on 2001/04/26  01:44:57
22093         Log: Make selfstubber test more portable.
22094      Branch: perl
22095            ! t/lib/selfstubber.t
22096 ____________________________________________________________________________
22097 [  9848] By: jhi                                   on 2001/04/26  00:50:26
22098         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
22099              From: Benjamin Sugars <ben.sugars@home.com>
22100              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
22101              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
22102      Branch: perl
22103            ! ext/Cwd/Cwd.xs
22104 ____________________________________________________________________________
22105 [  9847] By: jhi                                   on 2001/04/26  00:46:58
22106         Log: Subject: [PATCH: perl@9841] VMS updates
22107              From: Peter Prymmer <pvhp@forte.com>
22108              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
22109              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
22110      Branch: perl
22111            ! README.vms configure.com vms/descrip_mms.template
22112            ! vms/ext/filespec.t
22113 ____________________________________________________________________________
22114 [  9846] By: jhi                                   on 2001/04/26  00:11:56
22115         Log: re 'debug' was broken by #9084.
22116      Branch: perl
22117            ! ext/re/re.xs
22118 ____________________________________________________________________________
22119 [  9845] By: jhi                                   on 2001/04/25  22:33:17
22120         Log: Subject: [PATCH] test for Devel::SelfStubber
22121              From: Nicholas Clark <nick@ccl4.org>
22122              Date: Thu, 26 Apr 2001 00:00:54 +0100
22123              Message-ID: <20010426000054.D89026@plum.flirble.org>
22124      Branch: perl
22125            + t/lib/selfstubber.t
22126            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
22127 ____________________________________________________________________________
22128 [  9844] By: jhi                                   on 2001/04/25  22:29:32
22129         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
22130              From: Paul Johnson <paul@pjcj.net>
22131              Date: Thu, 26 Apr 2001 00:46:08 +0200
22132              Message-ID: <20010426004608.H2338@pjcj.net>
22133      Branch: perl
22134            ! ext/B/B/Concise.pm
22135 ____________________________________________________________________________
22136 [  9843] By: jhi                                   on 2001/04/25  22:28:28
22137         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
22138              From: Peter Prymmer <pvhp@forte.com>
22139              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
22140              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
22141      Branch: perl
22142            ! ext/Cwd/Cwd.xs
22143 ____________________________________________________________________________
22144 [  9842] By: jhi                                   on 2001/04/25  20:58:12
22145         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
22146              From: John Peacock <jpeacock@rowman.com>
22147              Date: Wed, 25 Apr 2001 17:30:26 -0400
22148              Message-ID: <3AE741F2.B3217464@rowman.com>
22149      Branch: perl
22150            ! lib/Math/BigInt.pm t/lib/bigintpm.t
22151 ____________________________________________________________________________
22152 [  9841] By: jhi                                   on 2001/04/25  20:07:05
22153         Log: Update Changes.
22154      Branch: perl
22155            ! Changes patchlevel.h
22156 ____________________________________________________________________________
22157 [  9840] By: jhi                                   on 2001/04/25  19:56:51
22158         Log: Yet another HP-UX hints version from Merijn.
22159      Branch: perl
22160            ! hints/hpux.sh
22161 ____________________________________________________________________________
22162 [  9839] By: jhi                                   on 2001/04/25  19:53:04
22163         Log: abs_path() didn't terminate the filename correctly,
22164              in DIRNAMLENless systems like HP-UX this would fail.
22165      Branch: perl
22166            ! ext/Cwd/Cwd.xs
22167 ____________________________________________________________________________
22168 [  9838] By: jhi                                   on 2001/04/25  16:37:26
22169         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
22170              From: Mike Guy <mjtg@cam.ac.uk>
22171              Date: Wed, 25 Apr 2001 18:31:47 +0100
22172              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
22173      Branch: perl
22174            ! op.c
22175 ____________________________________________________________________________
22176 [  9837] By: jhi                                   on 2001/04/25  16:21:53
22177         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
22178              From: Jon Eveland <jweveland@yahoo.com>
22179              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
22180              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
22181      Branch: perl
22182            ! lib/perl5db.pl
22183 ____________________________________________________________________________
22184 [  9836] By: jhi                                   on 2001/04/25  14:17:50
22185         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
22186              From: "Philip Newton" <pnewton@gmx.de>
22187              Date: Wed, 25 Apr 2001 17:05:58 +0200
22188              Message-ID: <3AE703F6.3234.1833C45@localhost>
22189      Branch: perl
22190            ! Porting/patching.pod
22191 ____________________________________________________________________________
22192 [  9835] By: jhi                                   on 2001/04/25  13:58:07
22193         Log: It would seem that both ar and full_ar need to be overridden
22194              for HP-UX to avoid the GNU ar.
22195      Branch: perl
22196            ! hints/hpux.sh
22197 ____________________________________________________________________________
22198 [  9834] By: jhi                                   on 2001/04/25  13:50:40
22199         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
22200              From: "Philip Newton" <pnewton@gmx.de>
22201              Date: Wed, 25 Apr 2001 16:09:23 +0200
22202              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
22203              
22204              Detypo.
22205      Branch: perl
22206            ! t/op/misc.t
22207 ____________________________________________________________________________
22208 [  9833] By: jhi                                   on 2001/04/25  12:36:11
22209         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
22210      Branch: perl
22211            ! hints/hpux.sh
22212 ____________________________________________________________________________
22213 [  9832] By: jhi                                   on 2001/04/25  12:33:36
22214         Log: New version of HP-UX hints from Merijn.
22215      Branch: perl
22216            ! hints/hpux.sh
22217 ____________________________________________________________________________
22218 [  9831] By: jhi                                   on 2001/04/25  03:39:45
22219         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
22220      Branch: perl
22221            ! hints/hpux.sh
22222 ____________________________________________________________________________
22223 [  9830] By: jhi                                   on 2001/04/25  02:53:25
22224         Log: The tzname[] bit is not needed by util.c -- and causes
22225              heartburn in VMS (and it missing was probably the cause of
22226              the Mac OS X trouble).  Ouch.
22227      Branch: perl
22228            ! ext/POSIX/POSIX.xs util.c
22229 ____________________________________________________________________________
22230 [  9829] By: jhi                                   on 2001/04/25  00:10:06
22231         Log: Metaconfig unit change for #9828.
22232      Branch: metaconfig
22233            ! U/compline/ccflags.U
22234 ____________________________________________________________________________
22235 [  9828] By: jhi                                   on 2001/04/25  00:04:18
22236         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
22237              (which is actually the reason for the change, we need to pass
22238              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
22239              EP/IX, OS/2, and TitanOS, based on the hints files.
22240      Branch: perl
22241            ! Configure config_h.SH
22242 ____________________________________________________________________________
22243 [  9827] By: jhi                                   on 2001/04/24  23:49:20
22244         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
22245              the $cat must have an absolute path.
22246      Branch: perl
22247            ! makedepend.SH
22248 ____________________________________________________________________________
22249 [  9826] By: jhi                                   on 2001/04/24  23:40:53
22250         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
22251      Branch: perl
22252            ! README.amiga
22253 ____________________________________________________________________________
22254 [  9825] By: jhi                                   on 2001/04/24  23:35:35
22255         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
22256              From: "Philip Newton" <pnewton@gmx.de>
22257              Date: Tue, 24 Apr 2001 18:52:49 +0200
22258              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
22259      Branch: perl
22260            ! x2p/find2perl.PL
22261 ____________________________________________________________________________
22262 [  9824] By: jhi                                   on 2001/04/24  23:33:07
22263         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
22264              Some gcc specifics dropped out due to extensive rewriting;
22265              will be put back later as needed.
22266      Branch: perl
22267            ! hints/hpux.sh
22268 ____________________________________________________________________________
22269 [  9823] By: jhi                                   on 2001/04/24  23:27:57
22270         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
22271      Branch: perl
22272            ! ext/POSIX/POSIX.xs
22273 ____________________________________________________________________________
22274 [  9822] By: jhi                                   on 2001/04/24  23:25:21
22275         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
22276              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22277              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
22278              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
22279      Branch: perl
22280            ! ext/XS/Typemap/Typemap.xs
22281 ____________________________________________________________________________
22282 [  9821] By: jhi                                   on 2001/04/24  23:24:10
22283         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
22284              From: "Abigail" <abigail@foad.org>
22285              Date: Tue, 24 Apr 2001 23:12:03 +0200
22286              Message-ID: <20010424211203.7901.qmail@foad.org>
22287      Branch: perl
22288            ! pod/perlport.pod
22289 ____________________________________________________________________________
22290 [  9820] By: jhi                                   on 2001/04/24  23:23:15
22291         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
22292              From: Matt Sergeant <matt@sergeant.org>
22293              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
22294              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
22295      Branch: perl
22296            ! pod/perlfaq4.pod
22297 ____________________________________________________________________________
22298 [  9819] By: nick                                  on 2001/04/24  18:49:43
22299         Log: Integrate mainline.
22300      Branch: perlio
22301           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
22302           !> (integrate 37 files)
22303 ____________________________________________________________________________
22304 [  9818] By: jhi                                   on 2001/04/24  14:35:23
22305         Log: Update Changes.
22306      Branch: perl
22307            ! Changes patchlevel.h
22308 ____________________________________________________________________________
22309 [  9817] By: jhi                                   on 2001/04/24  14:09:17
22310         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
22311              From: "Philip Newton" <pnewton@gmx.de>
22312              Date: Tue, 24 Apr 2001 12:58:12 +0200
22313              Message-ID: <3AE57864.8304.B77A0A@localhost> 
22314              
22315              plus add CPAN to the list of modules that have their own tests.
22316      Branch: perl
22317            ! t/lib/1_compile.t
22318 ____________________________________________________________________________
22319 [  9816] By: jhi                                   on 2001/04/24  14:07:03
22320         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
22321              From: Michael G Schwern <schwern@pobox.com>
22322              Date: Sat, 21 Apr 2001 22:35:00 +0100
22323              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
22324      Branch: perl
22325            ! t/lib/1_compile.t
22326 ____________________________________________________________________________
22327 [  9815] By: jhi                                   on 2001/04/24  13:54:32
22328         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
22329              From: Robin Houston <robin@kitsite.com>
22330              Date: Tue, 24 Apr 2001 15:51:18 +0100
22331              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
22332      Branch: perl
22333            ! ext/B/B/Deparse.pm
22334 ____________________________________________________________________________
22335 [  9814] By: jhi                                   on 2001/04/24  13:17:34
22336         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22337              From: Bill Glicker <billg@burrelles.com>
22338              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
22339              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
22340      Branch: perl
22341            ! hints/svr5.sh
22342 ____________________________________________________________________________
22343 [  9813] By: jhi                                   on 2001/04/24  12:54:23
22344         Log: Prevent path disclosure (probing for existence of filenames)
22345              using suidperl; bug id 20010322.218.
22346      Branch: perl
22347            ! perl.c pod/perldiag.pod
22348 ____________________________________________________________________________
22349 [  9812] By: jhi                                   on 2001/04/24  12:08:36
22350         Log: Retract #9811.
22351      Branch: perl
22352            ! ext/POSIX/POSIX.xs
22353 ____________________________________________________________________________
22354 [  9811] By: jhi                                   on 2001/04/24  11:57:35
22355         Log: (Retracted by #9812.)
22356      Branch: perl
22357            ! ext/POSIX/POSIX.xs
22358 ____________________________________________________________________________
22359 [  9810] By: jhi                                   on 2001/04/24  03:32:35
22360         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
22361      Branch: perl
22362            ! util.c
22363 ____________________________________________________________________________
22364 [  9809] By: jhi                                   on 2001/04/24  03:16:13
22365         Log: The Math::BigFloat::import() was broken.
22366              (Fixes bug id 20010422.002.)
22367      Branch: perl
22368            ! lib/Math/BigFloat.pm
22369 ____________________________________________________________________________
22370 [  9808] By: jhi                                   on 2001/04/24  01:11:40
22371         Log: Additional dependencies; should help for parallel makes
22372              not to fail on missing lib/lib.pm or lib/re.pm.
22373      Branch: perl
22374            ! Makefile.SH
22375 ____________________________________________________________________________
22376 [  9807] By: jhi                                   on 2001/04/24  00:57:01
22377         Log: Update the test failure disclaimer.
22378      Branch: perl
22379            ! t/pragma/warn/pp_hot
22380 ____________________________________________________________________________
22381 [  9806] By: jhi                                   on 2001/04/24  00:54:04
22382         Log: Add make target "install-all" which is alias for "install"
22383              to cater for case-preserving filesystems like HFS+.
22384      Branch: perl
22385            ! INSTALL Makefile.SH
22386 ____________________________________________________________________________
22387 [  9805] By: jhi                                   on 2001/04/24  00:47:28
22388         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
22389              From: Peter Prymmer <pvhp@forte.com>
22390              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
22391              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
22392              
22393              (Ken William's message forwarded from macosx@perl.org)
22394      Branch: perl
22395            ! hints/darwin.sh
22396 ____________________________________________________________________________
22397 [  9804] By: jhi                                   on 2001/04/23  23:57:35
22398         Log: Cut-and-pasto.
22399      Branch: perl
22400            ! perlio.c
22401 ____________________________________________________________________________
22402 [  9803] By: jhi                                   on 2001/04/23  23:52:25
22403         Log: More PerlIO robustness.
22404      Branch: perl
22405            ! perlio.c
22406 ____________________________________________________________________________
22407 [  9802] By: jhi                                   on 2001/04/23  23:43:35
22408         Log: Make the "STD* opened only for ..." errors more consistent.
22409      Branch: perl
22410            ! doio.c
22411 ____________________________________________________________________________
22412 [  9801] By: jhi                                   on 2001/04/23  23:34:26
22413         Log: Test case for #9800.
22414      Branch: perl
22415            ! t/op/misc.t
22416 ____________________________________________________________________________
22417 [  9800] By: jhi                                   on 2001/04/23  23:14:43
22418         Log: Avoid coredump on 'close STDERR; die' by making
22419              the PerlIO calls more robust.  Also use SETERRNO()
22420              instead of errno = to be more VMS-ready.
22421      Branch: perl
22422            ! perlio.c
22423 ____________________________________________________________________________
22424 [  9799] By: jhi                                   on 2001/04/23  21:41:10
22425         Log: Subject: test for ID 20010423.002
22426              From: Robin Houston <robin@kitsite.com>
22427              Date: Mon, 23 Apr 2001 16:52:21 +0100
22428              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
22429      Branch: perl
22430            ! t/op/avhv.t
22431 ____________________________________________________________________________
22432 [  9798] By: jhi                                   on 2001/04/23  21:40:07
22433         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
22434              From: David Dyck <dcd@tc.fluke.com>
22435              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
22436              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
22437      Branch: perl
22438            ! installperl
22439 ____________________________________________________________________________
22440 [  9797] By: jhi                                   on 2001/04/23  21:37:56
22441         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
22442              From: Benjamin Sugars <bsugars@canoe.ca>
22443              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
22444              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
22445      Branch: perl
22446            ! ext/Cwd/Cwd.xs lib/Cwd.pm
22447 ____________________________________________________________________________
22448 [  9796] By: jhi                                   on 2001/04/23  21:29:24
22449         Log: Synchronize h2xs and pod2man some more on the documentation
22450              templates they propose.
22451      Branch: perl
22452            ! pod/pod2man.PL utils/h2xs.PL
22453 ____________________________________________________________________________
22454 [  9795] By: jhi                                   on 2001/04/23  17:30:40
22455         Log: Add one more naughty test for base64; make encoding logic cleaner.
22456      Branch: perl
22457            ! t/lib/mimeb64.t
22458 ____________________________________________________________________________
22459 [  9794] By: jhi                                   on 2001/04/23  13:51:32
22460         Log: Update Changes.
22461      Branch: perl
22462            ! Changes patchlevel.h
22463 ____________________________________________________________________________
22464 [  9793] By: jhi                                   on 2001/04/23  13:44:18
22465         Log: Duplicate lines.
22466      Branch: perl
22467            ! MANIFEST
22468 ____________________________________________________________________________
22469 [  9792] By: jhi                                   on 2001/04/23  13:39:13
22470         Log: Subject: Re: PATCH 5.7.1
22471              From: Mark-Jason Dominus <mjd@plover.com>
22472              Date: Mon, 23 Apr 2001 10:30:21 -0400
22473              Message-ID: <20010423143021.17335.qmail@plover.com>
22474      Branch: perl
22475            ! perl.h sv.c
22476 ____________________________________________________________________________
22477 [  9791] By: jhi                                   on 2001/04/23  13:32:40
22478         Log: Add the CPAN.pm 1.59_54 tests.
22479      Branch: perl
22480            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
22481            ! MANIFEST
22482 ____________________________________________________________________________
22483 [  9790] By: jhi                                   on 2001/04/23  13:21:55
22484         Log: Subject: Deparse nit
22485              From: Robin Houston <robin@kitsite.com>
22486              Date: Mon, 23 Apr 2001 12:38:20 +0100
22487              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
22488      Branch: perl
22489            ! ext/B/B/Deparse.pm
22490 ____________________________________________________________________________
22491 [  9789] By: jhi                                   on 2001/04/23  13:19:07
22492         Log: Subject: [PATCH] bug 20010423.002
22493              From: Robin Houston <robin@kitsite.com>
22494              Date: Mon, 23 Apr 2001 13:12:30 +0100
22495              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
22496      Branch: perl
22497            ! pp.c
22498 ____________________________________________________________________________
22499 [  9788] By: jhi                                   on 2001/04/23  13:02:49
22500         Log: Subject: PATCH [5.7.1] hv.c unused #define
22501              From: Mark-Jason Dominus <mjd@plover.com>
22502              Date: Sun, 22 Apr 2001 14:17:49 -0400
22503              Message-ID: <20010422181749.26976.qmail@plover.com>
22504      Branch: perl
22505            ! hv.c
22506 ____________________________________________________________________________
22507 [  9787] By: jhi                                   on 2001/04/23  13:02:02
22508         Log: Subject: PATCH 5.7.1
22509              From: Mark-Jason Dominus <mjd@plover.com>
22510              Date: Sun, 22 Apr 2001 15:12:57 -0400
22511              Message-ID: <20010422191258.6539.qmail@plover.com>
22512              
22513              plus Sarathy's STMT_START + STMT_END suggestion.
22514      Branch: perl
22515            ! perl.h
22516 ____________________________________________________________________________
22517 [  9786] By: jhi                                   on 2001/04/23  12:53:25
22518         Log: Fix for
22519              
22520              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
22521              From: dLux <dlux@spam.sch.bme.hu>
22522              Date: Mon, 23 Apr 2001 01:25:26 +0200
22523              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
22524              
22525              (SvGROW really does return a char *.)
22526      Branch: perl
22527            ! pod/perlapi.pod sv.h
22528 ____________________________________________________________________________
22529 [  9785] By: jhi                                   on 2001/04/23  04:34:04
22530         Log: Time::Piece work continues.  $t->day removed since
22531              I think it's too confusing.  Now has normal and
22532              abbreviated length weekday names and month names,
22533              the names change with _names(), not _list().
22534              Now has strftime() in Perl, _strftime() is
22535              the libc version (to which strftime() falls back
22536              if it doesn't know the format.  To do: the reverse
22537              of strftime, strptime(), and the localisation of both.
22538      Branch: perl
22539            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
22540            ! t/lib/time-piece.t
22541 ____________________________________________________________________________
22542 [  9784] By: jhi                                   on 2001/04/23  02:41:46
22543         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
22544              From: andreas.koenig@anima.de (Andreas J. Koenig)
22545              Date: 23 Apr 2001 05:20:55 +0200
22546              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
22547      Branch: perl
22548            ! t/pragma/overload.t
22549 ____________________________________________________________________________
22550 [  9783] By: jhi                                   on 2001/04/22  23:32:42
22551         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
22552              From: Robin Houston <robin@kitsite.com>
22553              Date: Mon, 23 Apr 2001 00:38:18 +0100
22554              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
22555      Branch: perl
22556            ! ext/B/B/Deparse.pm
22557 ____________________________________________________________________________
22558 [  9782] By: jhi                                   on 2001/04/22  20:55:43
22559         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
22560              From: Simon Cozens <simon@netthink.co.uk>
22561              Date: Sun, 22 Apr 2001 18:47:25 +0100
22562              Message-ID: <20010422184725.A14411@netthink.co.uk>
22563      Branch: perl
22564            ! sv.c t/pragma/overload.t
22565 ____________________________________________________________________________
22566 [  9781] By: jhi                                   on 2001/04/22  20:52:13
22567         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
22568              From: Robin Houston <robin@kitsite.com>
22569              Date: Sun, 22 Apr 2001 22:14:50 +0100
22570              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
22571      Branch: perl
22572            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
22573 ____________________________________________________________________________
22574 [  9780] By: nick                                  on 2001/04/22  20:40:31
22575         Log: Integrate mainline.
22576      Branch: perlio
22577           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
22578           +> t/lib/b-stash.t
22579           !> (integrate 38 files)
22580 ____________________________________________________________________________
22581 [  9779] By: jhi                                   on 2001/04/22  15:16:03
22582         Log: Subject: IO::Socket::INET patch
22583              From: andrew deryabin <djsf@technarchy.ru>
22584              Date: Sat, 21 Apr 2001 17:46:52 +0400
22585              Message-ID: <20010421174652.B1426@technarchy>
22586      Branch: perl
22587            ! ext/IO/lib/IO/Socket/INET.pm
22588 ____________________________________________________________________________
22589 [  9778] By: jhi                                   on 2001/04/22  15:14:33
22590         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
22591              From: Mark-Jason Dominus <mjd@plover.com>
22592              Date: Sat, 21 Apr 2001 21:27:49 -0400
22593              Message-ID: <20010422012749.27024.qmail@plover.com>
22594      Branch: perl
22595            ! regcomp.c
22596 ____________________________________________________________________________
22597 [  9777] By: jhi                                   on 2001/04/22  15:10:51
22598         Log: Subject: Re: Regex debugger patch 
22599              From: Mark-Jason Dominus <mjd@plover.com>
22600              Date: Sat, 21 Apr 2001 21:48:51 -0400
22601              Message-ID: <20010422014851.27165.qmail@plover.com>
22602      Branch: perl
22603            ! pod/perldebguts.pod
22604 ____________________________________________________________________________
22605 [  9776] By: jhi                                   on 2001/04/22  15:09:48
22606         Log: Subject: Re: Regex debugger patch
22607              From: Mark-Jason Dominus <mjd@plover.com>
22608              Date: Sat, 21 Apr 2001 14:24:39 -0400
22609              Message-ID: <20010421182439.16508.qmail@plover.com>
22610              
22611              Regex debugger backend.
22612      Branch: perl
22613            ! regcomp.c regexp.h
22614 ____________________________________________________________________________
22615 [  9775] By: jhi                                   on 2001/04/21  16:45:40
22616         Log: Subject: [PATCH] Typo in utf8.h
22617              From: Jesús Quiroga <jquiroga@pobox.com>
22618              Date: Sat, 21 Apr 2001 19:25:33 +0200
22619              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
22620      Branch: perl
22621            ! utf8.h
22622 ____________________________________________________________________________
22623 [  9774] By: jhi                                   on 2001/04/21  16:43:52
22624         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22625              From: Joe Orton <jorton@redhat.com>
22626              Date: Tue, 17 Apr 2001 15:50:43 +0100
22627              Message-Id: <20010417155043.D19132@eu.c2.net>
22628      Branch: perl
22629            ! hints/svr5.sh
22630 ____________________________________________________________________________
22631 [  9773] By: jhi                                   on 2001/04/21  15:30:15
22632         Log: Subject: Patch utils/h2xs.PL
22633              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22634              Date: Sat, 21 Apr 2001 10:32:16 -0500
22635              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
22636              
22637              Add MAILING list and LICENSE templates.
22638      Branch: perl
22639            ! utils/h2xs.PL
22640 ____________________________________________________________________________
22641 [  9772] By: jhi                                   on 2001/04/21  15:28:36
22642         Log: Subject: perlfaq2.patch for 5.7.1
22643              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22644              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
22645              Date: Fri, 20 Apr 2001 16:42:19 -0500
22646              
22647              rm an extra tab, a blurb about the xx.cpan to clarify
22648              which countries actually have that and dejanews is history
22649              as well as most of that nonsensical entry.
22650      Branch: perl
22651            ! pod/perlfaq2.pod
22652 ____________________________________________________________________________
22653 [  9771] By: jhi                                   on 2001/04/21  15:27:17
22654         Log: Subject: perlfaq1.patch for 5.7.1
22655              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22656              Date: Fri, 20 Apr 2001 16:57:36 -0500
22657              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
22658              
22659              Evil URLs must die. Especially when they are broken.
22660      Branch: perl
22661            ! pod/perlfaq1.pod
22662 ____________________________________________________________________________
22663 [  9770] By: jhi                                   on 2001/04/21  15:23:38
22664         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
22665              From: Michael G Schwern <schwern@pobox.com>
22666              Date: Sat, 21 Apr 2001 16:11:12 +0100
22667              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
22668      Branch: perl
22669            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
22670            + t/lib/b-stash.t
22671            ! MANIFEST ext/B/B.pm t/lib/b.t
22672 ____________________________________________________________________________
22673 [  9769] By: jhi                                   on 2001/04/21  15:03:32
22674         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
22675              From: Michael G Schwern <schwern@pobox.com>
22676              Date: Sat, 21 Apr 2001 09:48:00 +0100
22677              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
22678      Branch: perl
22679            ! utils/h2ph.PL
22680 ____________________________________________________________________________
22681 [  9768] By: jhi                                   on 2001/04/21  14:33:49
22682         Log: PerlIO and Encode doc cleanup and tweaks.
22683      Branch: perl
22684            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
22685            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
22686 ____________________________________________________________________________
22687 [  9767] By: jhi                                   on 2001/04/21  12:40:16
22688         Log: Integrate perlio.
22689      Branch: perl
22690           !> doio.c
22691 ____________________________________________________________________________
22692 [  9766] By: nick                                  on 2001/04/20  18:28:35
22693         Log: Avoid core dump on
22694              open(STDOUT,">",\$foo);
22695      Branch: perlio
22696            ! doio.c
22697 ____________________________________________________________________________
22698 [  9765] By: jhi                                   on 2001/04/20  13:23:43
22699         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
22700              From: Robin Houston <robin@kitsite.com>
22701              Date: Fri, 20 Apr 2001 14:29:22 +0100
22702              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
22703      Branch: perl
22704            ! ext/B/B.pm ext/B/B/Deparse.pm
22705 ____________________________________________________________________________
22706 [  9764] By: jhi                                   on 2001/04/20  13:19:33
22707         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
22708              From: Peter Prymmer <pvhp@forte.com>
22709              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
22710              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
22711      Branch: perl
22712            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
22713            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22714            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22715            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22716 ____________________________________________________________________________
22717 [  9763] By: jhi                                   on 2001/04/20  12:36:39
22718         Log: Subject: Re: A new PerlIO coredump
22719              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22720              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
22721              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
22722      Branch: perl
22723            ! doio.c
22724 ____________________________________________________________________________
22725 [  9762] By: jhi                                   on 2001/04/19  23:02:30
22726         Log: Update Changes.
22727      Branch: perl
22728            ! Changes patchlevel.h
22729 ____________________________________________________________________________
22730 [  9761] By: jhi                                   on 2001/04/19  22:59:19
22731         Log: More cleanup cleanup.
22732      Branch: perl
22733            ! Makefile.SH win32/Makefile win32/makefile.mk
22734 ____________________________________________________________________________
22735 [  9760] By: jhi                                   on 2001/04/19  22:50:31
22736         Log: lib/Time is non-empty, let's not rmdir it.
22737      Branch: perl
22738            ! Makefile.SH
22739 ____________________________________________________________________________
22740 [  9759] By: jhi                                   on 2001/04/19  22:36:51
22741         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
22742              From: Robin Houston <robin@kitsite.com>
22743              Date: Fri, 20 Apr 2001 00:18:53 +0100
22744              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
22745      Branch: perl
22746            ! ext/B/B/Deparse.pm
22747 ____________________________________________________________________________
22748 [  9758] By: jhi                                   on 2001/04/19  22:36:00
22749         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
22750              From: Peter Prymmer <pvhp@forte.com>
22751              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
22752              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
22753      Branch: perl
22754            ! ext/Cwd/Cwd.xs
22755 ____________________________________________________________________________
22756 [  9757] By: nick                                  on 2001/04/19  18:53:54
22757         Log: Blind (untested) integrate of mainline.
22758      Branch: perlio
22759           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
22760           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
22761           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
22762           !> (integrate 53 files)
22763 ____________________________________________________________________________
22764 [  9756] By: jhi                                   on 2001/04/19  16:59:23
22765         Log: Document and test Time::Piece.
22766      Branch: perl
22767            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
22768            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
22769 ____________________________________________________________________________
22770 [  9755] By: jhi                                   on 2001/04/19  12:13:29
22771         Log: A better fix for the \x{12345678} trouble from NI-S.
22772      Branch: perl
22773            ! utf8.c
22774 ____________________________________________________________________________
22775 [  9754] By: jhi                                   on 2001/04/19  11:56:07
22776         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
22777              From: Robin Houston <robin@kitsite.com>
22778              Date: Wed, 18 Apr 2001 17:58:33 +0100
22779              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
22780      Branch: perl
22781            ! ext/B/B/Deparse.pm op.c
22782 ____________________________________________________________________________
22783 [  9753] By: jhi                                   on 2001/04/19  04:21:52
22784         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
22785              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
22786              Date: Thu, 19 Apr 2001 01:11:41 -0400
22787              Message-ID: <20010419011141.A5798@cpan.org>
22788      Branch: perl
22789            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
22790 ____________________________________________________________________________
22791 [  9752] By: jhi                                   on 2001/04/19  02:41:10
22792         Log: The new time utils need to be thread-aware, too.
22793      Branch: perl
22794            ! util.c
22795 ____________________________________________________________________________
22796 [  9751] By: jhi                                   on 2001/04/19  02:26:47
22797         Log: Compilation nit noticed by AIX compiler.
22798      Branch: perl
22799            ! perlio.c
22800 ____________________________________________________________________________
22801 [  9750] By: jhi                                   on 2001/04/19  02:20:06
22802         Log: The new time utils need to be public.
22803      Branch: perl
22804            ! embed.pl
22805 ____________________________________________________________________________
22806 [  9749] By: jhi                                   on 2001/04/19  01:42:39
22807         Log: Regen toc.
22808      Branch: perl
22809            ! pod/perltoc.pod
22810 ____________________________________________________________________________
22811 [  9748] By: jhi                                   on 2001/04/19  01:41:10
22812         Log: Add Time::Piece, a slight rewrite of Time::Object,
22813              from Matt Sergeant.
22814      Branch: perl
22815            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
22816            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
22817            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
22818            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
22819            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
22820            ! win32/makefile.mk
22821 ____________________________________________________________________________
22822 [  9747] By: jhi                                   on 2001/04/19  00:55:35
22823         Log: The new metaconfig unit from strftime.
22824      Branch: metaconfig/U/perl
22825            + d_strftime.U
22826 ____________________________________________________________________________
22827 [  9746] By: jhi                                   on 2001/04/19  00:54:54
22828         Log: Move the strftime() wrapper from POSIX.xs to util.c
22829              as my_strftime(), requires HAS_STRFTIME.
22830      Branch: perl
22831            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22832            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
22833            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
22834            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22835            ! vos/config.ga.h win32/config.bc win32/config.gc
22836            ! win32/config.vc
22837 ____________________________________________________________________________
22838 [  9745] By: jhi                                   on 2001/04/18  23:11:03
22839         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
22840              in preparation of Time::Piece.
22841      Branch: perl
22842            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
22843 ____________________________________________________________________________
22844 [  9744] By: jhi                                   on 2001/04/18  22:33:12
22845         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
22846              From: Peter Prymmer <pvhp@forte.com>
22847              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
22848              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
22849      Branch: perl
22850            ! t/lib/exporter.t
22851 ____________________________________________________________________________
22852 [  9743] By: jhi                                   on 2001/04/18  22:32:23
22853         Log: Subject: Fwd: pod2html leaves cache files lying around?
22854              From: Rajesh Vaidheeswarran <rv@gnu.org>
22855              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
22856              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
22857      Branch: perl
22858            ! lib/Pod/Html.pm
22859 ____________________________________________________________________________
22860 [  9742] By: jhi                                   on 2001/04/18  20:31:49
22861         Log: Update Changes.
22862      Branch: perl
22863            ! Changes patchlevel.h
22864 ____________________________________________________________________________
22865 [  9741] By: jhi                                   on 2001/04/18  20:23:02
22866         Log: Declare hints only if needed.
22867      Branch: perl
22868            ! ext/B/B/Deparse.pm
22869 ____________________________________________________________________________
22870 [  9740] By: jhi                                   on 2001/04/18  19:06:05
22871         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
22872              bug noticed by Robin Houston; basically the code of detecting
22873              value wraparound was acting differently under different compilers
22874              and platforms.  The workaround is to remove the overflow check
22875              for now, a real fix would be to do the overflow (portably) right.
22876      Branch: perl
22877            ! t/op/pat.t utf8.c
22878 ____________________________________________________________________________
22879 [  9739] By: jhi                                   on 2001/04/18  19:01:23
22880         Log: Subject: [PATCH B::Deparse] some pragma support
22881              From: Robin Houston <robin@kitsite.com>
22882              Date: Wed, 18 Apr 2001 19:32:12 +0100
22883              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
22884      Branch: perl
22885            ! ext/B/B/Deparse.pm
22886 ____________________________________________________________________________
22887 [  9738] By: jhi                                   on 2001/04/18  15:16:37
22888         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
22889              From: Benjamin Sugars <bsugars@canoe.ca>
22890              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
22891              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
22892      Branch: perl
22893            ! t/op/glob.t
22894 ____________________________________________________________________________
22895 [  9737] By: jhi                                   on 2001/04/18  13:24:50
22896         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
22897              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22898              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
22899              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
22900      Branch: perl
22901            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22902            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
22903 ____________________________________________________________________________
22904 [  9736] By: jhi                                   on 2001/04/18  04:15:14
22905         Log: The #9735 also changes the subtest 12.
22906      Branch: perl
22907            ! t/lib/b.t
22908 ____________________________________________________________________________
22909 [  9735] By: jhi                                   on 2001/04/18  03:55:17
22910         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
22911              From: David Dyck <dcd@tc.fluke.com>
22912              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
22913              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
22914      Branch: perl
22915            ! ext/B/B/Deparse.pm
22916 ____________________________________________________________________________
22917 [  9734] By: jhi                                   on 2001/04/18  03:54:11
22918         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
22919              From: Gisle Aas <gisle@ActiveState.com>
22920              Date: 17 Apr 2001 19:06:45 -0700
22921              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
22922      Branch: perl
22923            ! pp_hot.c t/op/misc.t
22924 ____________________________________________________________________________
22925 [  9733] By: jhi                                   on 2001/04/17  22:25:22
22926         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
22927              From: "Abigail" <abigail@foad.org>
22928              Date: Wed, 18 Apr 2001 01:17:46 +0200
22929              Message-ID: <20010417231746.21657.qmail@foad.org>
22930      Branch: perl
22931            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
22932 ____________________________________________________________________________
22933 [  9732] By: jhi                                   on 2001/04/17  20:47:56
22934         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
22935              From: Robin Houston <robin@kitsite.com>
22936              Date: Tue, 17 Apr 2001 22:37:42 +0100
22937              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
22938      Branch: perl
22939            ! ext/B/B/Deparse.pm
22940 ____________________________________________________________________________
22941 [  9731] By: nick                                  on 2001/04/17  20:46:35
22942         Log: Re-sync for t/lib/b.t fix
22943      Branch: perlio
22944           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
22945 ____________________________________________________________________________
22946 [  9730] By: jhi                                   on 2001/04/17  20:45:29
22947         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
22948              From: Robin Houston <robin@kitsite.com>
22949              Date: Tue, 17 Apr 2001 22:29:36 +0100
22950              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
22951      Branch: perl
22952            ! ext/B/B.xs ext/B/B/Deparse.pm
22953 ____________________________________________________________________________
22954 [  9729] By: jhi                                   on 2001/04/17  20:43:11
22955         Log: Subject: Deparse - parenthesise args to undeclared subs
22956              From: Robin Houston <robin@kitsite.com>
22957              Date: Tue, 17 Apr 2001 21:31:05 +0100
22958              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
22959      Branch: perl
22960            ! ext/B/B/Deparse.pm
22961 ____________________________________________________________________________
22962 [  9728] By: jhi                                   on 2001/04/17  18:57:30
22963         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
22964              From: Benjamin Sugars <ben.sugars@home.com>
22965              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
22966              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
22967      Branch: perl
22968            ! t/lib/cwd.t
22969 ____________________________________________________________________________
22970 [  9727] By: jhi                                   on 2001/04/17  18:20:20
22971         Log: Subject: [PATCH B::Deparse] ambient pragmas
22972              From: Robin Houston <robin@kitsite.com>
22973              Date: Tue, 17 Apr 2001 20:01:59 +0100
22974              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
22975      Branch: perl
22976            ! ext/B/B/Deparse.pm t/lib/b.t
22977 ____________________________________________________________________________
22978 [  9726] By: nick                                  on 2001/04/17  16:33:51
22979         Log: Integrate mainline (t/lib/b.t fails test 2...)
22980      Branch: perlio
22981           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
22982           +> ext/List/Util/README ext/List/Util/Util.xs
22983           +> ext/List/Util/lib/List/Util.pm
22984           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
22985           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
22986           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22987           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22988           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22989           !> (integrate 31 files)
22990 ____________________________________________________________________________
22991 [  9725] By: jhi                                   on 2001/04/17  12:14:24
22992         Log: Subject: multiple B::* changes
22993              From: Robin Houston <robin@kitsite.com>
22994              Date: Thu, 12 Apr 2001 20:12:27 +0100
22995              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
22996      Branch: perl
22997            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
22998 ____________________________________________________________________________
22999 [  9724] By: jhi                                   on 2001/04/17  11:59:05
23000         Log: Thread-awareness from Doug MacEachern.
23001      Branch: perl
23002            ! ext/List/Util/Util.xs
23003 ____________________________________________________________________________
23004 [  9723] By: jhi                                   on 2001/04/17  11:57:41
23005         Log: Make the test more portable.
23006      Branch: perl
23007            ! t/lib/cwd.t
23008 ____________________________________________________________________________
23009 [  9722] By: jhi                                   on 2001/04/17  11:53:50
23010         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
23011              From: Benjamin Sugars <ben.sugars@home.com>
23012              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
23013              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
23014      Branch: perl
23015            ! t/lib/cwd.t
23016 ____________________________________________________________________________
23017 [  9721] By: jhi                                   on 2001/04/17  11:52:17
23018         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
23019              From: Benjamin Sugars <bsugars@canoe.ca>
23020              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
23021              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
23022      Branch: perl
23023            ! op.c
23024 ____________________________________________________________________________
23025 [  9720] By: jhi                                   on 2001/04/17  11:35:42
23026         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
23027              From: Chris Nandor <pudge@pobox.com>
23028              Date: Tue, 17 Apr 2001 00:30:49 -0400
23029              Message-Id: <p05100207b701768712de@[10.0.1.177]>
23030      Branch: perl
23031            ! ext/File/Glob/bsd_glob.c gv.c
23032 ____________________________________________________________________________
23033 [  9719] By: jhi                                   on 2001/04/17  11:32:13
23034         Log: Subject: [PATCH] Tweten->West
23035              From: Casey West <casey@geeknest.com>
23036              Date: Mon, 16 Apr 2001 12:11:22 -0400
23037              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
23038      Branch: perl
23039            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
23040            ! pod/perltie.pod
23041 ____________________________________________________________________________
23042 [  9718] By: jhi                                   on 2001/04/16  03:22:52
23043         Log: Update Changes.
23044      Branch: perl
23045            ! Changes patchlevel.h
23046 ____________________________________________________________________________
23047 [  9717] By: jhi                                   on 2001/04/16  03:06:28
23048         Log: Regen toc.
23049      Branch: perl
23050            ! pod/perltoc.pod
23051 ____________________________________________________________________________
23052 [  9716] By: jhi                                   on 2001/04/16  02:58:42
23053         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
23054              From: Prymmer/Kahn <pvhp@best.com>
23055              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
23056              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
23057      Branch: perl
23058            ! utf8.c
23059 ____________________________________________________________________________
23060 [  9715] By: jhi                                   on 2001/04/15  23:40:35
23061         Log: Subject: Re: Net::Ping patch, adds stream protocol
23062              From: bronson@rinspin.com (Scott Bronson)
23063              Date: Tue, 10 Apr 2001 23:58:33 -0700
23064              Message-ID: <20010410235833.N29719@rinspin.com>
23065      Branch: perl
23066            ! lib/Net/Ping.pm
23067 ____________________________________________________________________________
23068 [  9714] By: jhi                                   on 2001/04/15  23:31:46
23069         Log: Printing out the ok messages helps successful testing.
23070      Branch: perl
23071            ! t/lib/time-hires.t
23072 ____________________________________________________________________________
23073 [  9713] By: jhi                                   on 2001/04/15  21:43:24
23074         Log: Update Douglas Wegscheid's email.
23075      Branch: perl
23076            ! AUTHORS
23077 ____________________________________________________________________________
23078 [  9712] By: jhi                                   on 2001/04/15  21:40:41
23079         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
23080              From: Michael G Schwern <schwern@pobox.com>
23081              Date: Sat, 14 Apr 2001 22:40:50 +0100
23082              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
23083      Branch: perl
23084            + t/lib/exporter.t
23085            ! MANIFEST lib/Exporter/Heavy.pm
23086 ____________________________________________________________________________
23087 [  9711] By: jhi                                   on 2001/04/15  21:39:21
23088         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
23089              From: Michael G Schwern <schwern@pobox.com>
23090              Date: Sat, 14 Apr 2001 22:13:59 +0100
23091              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
23092      Branch: perl
23093            ! t/op/loopctl.t
23094 ____________________________________________________________________________
23095 [  9710] By: jhi                                   on 2001/04/15  21:30:19
23096         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
23097              From: Michael G Schwern <schwern@pobox.com>
23098              Date: Sat, 14 Apr 2001 22:05:32 +0100
23099              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
23100      Branch: perl
23101            ! t/pragma/warnings.t
23102 ____________________________________________________________________________
23103 [  9709] By: jhi                                   on 2001/04/15  19:34:09
23104         Log: Integrate changes #9706,9707 from maintperl into mainline.
23105              
23106              change#7210 broke .packlist generation
23107              
23108              ExtUtils::Installed doesn't quote regex metacharacters in paths
23109              before using them in match; also make it work for dosish platforms
23110      Branch: perl
23111           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
23112 ____________________________________________________________________________
23113 [  9708] By: jhi                                   on 2001/04/15  19:31:01
23114         Log: Test also the scalar aspect of getitimer().
23115      Branch: perl
23116            ! t/lib/time-hires.t
23117 ____________________________________________________________________________
23118 [  9707] By: gsar                                  on 2001/04/15  17:24:20
23119         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
23120              before using them in match; also make it work for dosish platforms
23121      Branch: maint-5.6/perl
23122            ! lib/ExtUtils/Installed.pm
23123 ____________________________________________________________________________
23124 [  9706] By: gsar                                  on 2001/04/15  17:21:59
23125         Log: change#7210 broke .packlist generation (listed only filename
23126              rather than fully qualified path name)
23127      Branch: maint-5.6/perl
23128            ! lib/ExtUtils/Install.pm
23129 ____________________________________________________________________________
23130 [  9705] By: jhi                                   on 2001/04/15  12:36:33
23131         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
23132      Branch: perl
23133            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
23134            ! t/lib/time-hires.t
23135 ____________________________________________________________________________
23136 [  9704] By: jhi                                   on 2001/04/15  10:49:08
23137         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
23138              From: Prymmer/Kahn <pvhp@best.com>
23139              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
23140              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
23141      Branch: perl
23142            ! lib/utf8.pm pod/perlebcdic.pod
23143 ____________________________________________________________________________
23144 [  9703] By: jhi                                   on 2001/04/15  02:26:26
23145         Log: I keep forgetting to sort MANIFEST.
23146      Branch: perl
23147            ! MANIFEST
23148 ____________________________________________________________________________
23149 [  9702] By: jhi                                   on 2001/04/15  02:07:47
23150         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
23151              Now we have blessed, reftype, tainted, first, reduce, ...
23152      Branch: perl
23153            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
23154            + ext/List/Util/README ext/List/Util/Util.xs
23155            + ext/List/Util/lib/List/Util.pm
23156            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
23157            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
23158            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
23159            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
23160            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
23161            ! MANIFEST
23162 ____________________________________________________________________________
23163 [  9701] By: jhi                                   on 2001/04/14  15:05:25
23164         Log: Subject: RE: dprofpp.pl updates 
23165              From: Carl Eklof <CEklof@endeca.com>
23166              Date: Thu, 12 Apr 2001 18:45:46 -0400
23167              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
23168      Branch: perl
23169            ! utils/dprofpp.PL
23170 ____________________________________________________________________________
23171 [  9700] By: jhi                                   on 2001/04/14  14:44:55
23172         Log: Do not just blindly add CR.
23173      Branch: perl
23174            ! Porting/makerel
23175 ____________________________________________________________________________
23176 [  9699] By: jhi                                   on 2001/04/13  13:17:01
23177         Log: Update Changes.
23178      Branch: perl
23179            ! Changes patchlevel.h
23180 ____________________________________________________________________________
23181 [  9698] By: jhi                                   on 2001/04/13  12:44:48
23182         Log: Integrate perlio.
23183      Branch: perl
23184           !> ext/PerlIO/Scalar/Scalar.xs
23185 ____________________________________________________________________________
23186 [  9697] By: jhi                                   on 2001/04/13  12:29:15
23187         Log: Add more debug output to the test.
23188      Branch: perl
23189            ! t/lib/cwd.t
23190 ____________________________________________________________________________
23191 [  9696] By: nick                                  on 2001/04/13  10:14:29
23192         Log: Fix core dump on binmode($fh,'Scalar')
23193      Branch: perlio
23194            ! ext/PerlIO/Scalar/Scalar.xs
23195 ____________________________________________________________________________
23196 [  9695] By: nick                                  on 2001/04/13  09:05:42
23197         Log: Integrate mainline
23198      Branch: perlio
23199           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23200           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23201           +> t/lib/time-hires.t
23202           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
23203           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
23204           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
23205           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
23206           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
23207           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
23208           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
23209 ____________________________________________________________________________
23210 [  9694] By: jhi                                   on 2001/04/12  22:23:35
23211         Log: Integrate change #9693 from maintperl into mainline.
23212              
23213              $VERSION and Version() on the same line provokes a warning from
23214              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
23215      Branch: perl
23216           !> lib/Devel/SelfStubber.pm
23217 ____________________________________________________________________________
23218 [  9693] By: gsar                                  on 2001/04/12  21:55:56
23219         Log: $VERSION and Version() on the same line provokes a warning from
23220              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
23221      Branch: maint-5.6/perl
23222            ! lib/Devel/SelfStubber.pm
23223 ____________________________________________________________________________
23224 [  9692] By: jhi                                   on 2001/04/12  13:54:00
23225         Log: This is at least 5.005.
23226      Branch: perl
23227            ! ext/Time/HiRes/HiRes.xs
23228 ____________________________________________________________________________
23229 [  9691] By: jhi                                   on 2001/04/12  13:37:20
23230         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
23231      Branch: perl
23232            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
23233            ! win32/Makefile win32/makefile.mk
23234 ____________________________________________________________________________
23235 [  9690] By: jhi                                   on 2001/04/12  01:34:46
23236         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
23237      Branch: perl
23238            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23239            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23240            + t/lib/time-hires.t
23241            ! MANIFEST
23242 ____________________________________________________________________________
23243 [  9689] By: jhi                                   on 2001/04/12  00:28:39
23244         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
23245              From: Gisle Aas <gisle@ActiveState.com>
23246              Date: 11 Apr 2001 16:36:11 -0700
23247              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
23248      Branch: perl
23249            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
23250 ____________________________________________________________________________
23251 [  9688] By: jhi                                   on 2001/04/12  00:27:39
23252         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
23253              From: Gisle Aas <gisle@ActiveState.com>
23254              Date: 11 Apr 2001 11:13:24 -0700
23255              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
23256      Branch: perl
23257            ! ext/MIME/Base64/Base64.xs
23258 ____________________________________________________________________________
23259 [  9687] By: jhi                                   on 2001/04/11  19:51:47
23260         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
23261      Branch: perl
23262            ! Todo-5.6
23263 ____________________________________________________________________________
23264 [  9686] By: jhi                                   on 2001/04/11  16:54:25
23265         Log: Subject: [PATCH opcode.pl] Documentation of table format
23266              From: Simon Cozens <simon@netthink.co.uk>
23267              Date: Wed, 11 Apr 2001 12:59:31 +0100
23268              Message-ID: <20010411125931.A25681@netthink.co.uk>
23269      Branch: perl
23270            ! opcode.pl
23271 ____________________________________________________________________________
23272 [  9685] By: jhi                                   on 2001/04/11  16:53:15
23273         Log: Subject: [PATCH] prototype("CORE::recv")
23274              From: Simon Cozens <simon@netthink.co.uk>
23275              Date: Wed, 11 Apr 2001 13:24:35 +0100
23276              Message-ID: <20010411132435.A26169@netthink.co.uk>
23277      Branch: perl
23278            ! pp.c t/comp/proto.t
23279 ____________________________________________________________________________
23280 [  9684] By: jhi                                   on 2001/04/11  16:47:13
23281         Log: FAQ (and AUTHORS) update from Dan Carson: the information
23282              was several years obsolete, Term::Readkey has been updated
23283              to have the functionality.
23284      Branch: perl
23285            ! AUTHORS pod/perlfaq5.pod
23286 ____________________________________________________________________________
23287 [  9683] By: jhi                                   on 2001/04/11  12:15:46
23288         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
23289              From: Calle Dybedahl <calle@lysator.liu.se>
23290              Date: 10 Apr 2001 16:44:16 +0200
23291              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
23292      Branch: perl
23293            ! ext/MIME/Base64/Base64.xs
23294 ____________________________________________________________________________
23295 [  9682] By: jhi                                   on 2001/04/11  12:12:26
23296         Log: A more minimal fix for 20010410.006 from Hugo.
23297      Branch: perl
23298            ! regexec.c
23299 ____________________________________________________________________________
23300 [  9681] By: jhi                                   on 2001/04/11  11:34:23
23301         Log: Integrate changes #9678,9679 from maintline into mainperl.
23302              
23303              addendum to change#9676
23304              
23305              up $File::Glob::VERSION; add a note pointing out the version of
23306              the OpenBSD glob bsd_glob.c resembles
23307      Branch: perl
23308           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23309           !> ext/File/Glob/bsd_glob.h
23310 ____________________________________________________________________________
23311 [  9680] By: jhi                                   on 2001/04/11  11:30:38
23312         Log: Bad test numbering in integrate in #9677.
23313              Fixes ID 20010411.001.
23314      Branch: perl
23315            ! t/op/pat.t
23316 ____________________________________________________________________________
23317 [  9679] By: gsar                                  on 2001/04/11  03:38:40
23318         Log: up $File::Glob::VERSION; add a note pointing out the version of
23319              the OpenBSD glob bsd_glob.c resembles
23320      Branch: maint-5.6/perl
23321            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23322            ! ext/File/Glob/bsd_glob.h
23323 ____________________________________________________________________________
23324 [  9678] By: gsar                                  on 2001/04/11  03:09:48
23325         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
23326              revision 1.8.10.1 found here:
23327              
23328              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
23329      Branch: maint-5.6/perl
23330            ! ext/File/Glob/bsd_glob.c
23331 ____________________________________________________________________________
23332 [  9677] By: jhi                                   on 2001/04/11  02:54:39
23333         Log: Integrate changes #9675,9676 from maintperl into mainline.
23334              
23335              fix for bug 20010410.006, undo change#7115
23336              
23337              port the OpenBSD glob() security patch
23338      Branch: perl
23339           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
23340           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
23341           !> t/op/pat.t
23342 ____________________________________________________________________________
23343 [  9676] By: gsar                                  on 2001/04/11  02:19:02
23344         Log: port the glob() security patch found at:
23345              
23346              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
23347              
23348              CERT advisory for the issue is here:
23349              
23350              http://www.cert.org/advisories/CA-2001-07.html
23351              
23352              Note that the security scare is only relevant for those who are
23353              foolish enough to build suidperl (which is now officially discouraged)
23354      Branch: maint-5.6/perl
23355            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
23356            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
23357 ____________________________________________________________________________
23358 [  9675] By: gsar                                  on 2001/04/10  23:52:11
23359         Log: fix for bug 20010410.006
23360              
23361              undo change#7115 (came into maint-5.6 as change#8156)
23362              
23363              add tests to keep it from coming back
23364      Branch: maint-5.6/perl
23365            ! regexec.c t/op/pat.t
23366 ____________________________________________________________________________
23367 [  9674] By: nick                                  on 2001/04/10  20:39:31
23368         Log: Integrate mainline
23369      Branch: perlio
23370           +> Porting/testall.atom
23371           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
23372           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
23373           !> t/lib/lc-uk.t t/pod/find.t
23374 ____________________________________________________________________________
23375 [  9673] By: nick                                  on 2001/04/10  18:46:14
23376         Log: Integrate against change 9670 aka perl-5.7.1
23377      Branch: perlio
23378           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
23379           !> (integrate 53 files)
23380 ____________________________________________________________________________
23381 [  9672] By: jhi                                   on 2001/04/10  13:45:01
23382         Log: Add a script for doing cumulative profile of the test suite.
23383              (Requires ATOM, that is, Tru64.)
23384      Branch: perl
23385            + Porting/testall.atom
23386            ! MANIFEST
23387 ____________________________________________________________________________
23388 [  9671] By: jhi                                   on 2001/04/10  12:38:53
23389         Log: Missing std block.
23390      Branch: perl
23391            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
23392            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
23393            ! t/pod/find.t
23394 ____________________________________________________________________________
23395 [  9670] By: jhi                                   on 2001/04/10  01:25:58
23396         Log: This is 5.7.1.
23397      Branch: perl
23398            ! patchlevel.h
23399 ____________________________________________________________________________
23400 [  9669] By: jhi                                   on 2001/04/10  01:09:14
23401         Log: Update Changes.
23402      Branch: perl
23403            ! Changes patchlevel.h
23404 ____________________________________________________________________________
23405 [  9668] By: jhi                                   on 2001/04/10  01:00:38
23406         Log: Regen toc.
23407      Branch: perl
23408            ! pod/perltoc.pod
23409 ____________________________________________________________________________
23410 [  9667] By: jhi                                   on 2001/04/10  00:52:16
23411         Log: Update perlhist.
23412      Branch: perl
23413            ! pod/perlhist.pod
23414 ____________________________________________________________________________
23415 [  9666] By: jhi                                   on 2001/04/09  23:38:59
23416         Log: Slight wording tweaks from Damian to #9658.
23417      Branch: perl
23418            ! pod/perlobj.pod
23419 ____________________________________________________________________________
23420 [  9665] By: jhi                                   on 2001/04/09  19:56:06
23421         Log: Subject: [PATCH perlutil.pod] Nit
23422              From: Simon Cozens <simon@netthink.co.uk>
23423              Date: Mon, 9 Apr 2001 20:29:44 +0100
23424              Message-ID: <20010409202944.A14796@the.earth.li>
23425      Branch: perl
23426            ! pod/perlutil.pod
23427 ____________________________________________________________________________
23428 [  9664] By: jhi                                   on 2001/04/09  19:54:42
23429         Log: Subject: Re: perl571delta.pod@9631
23430              From: Mike Guy <mjtg@cam.ac.uk>
23431              Date: Mon, 09 Apr 2001 18:09:14 +0100
23432              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
23433      Branch: perl
23434            ! pod/perl571delta.pod
23435 ____________________________________________________________________________
23436 [  9663] By: jhi                                   on 2001/04/09  13:43:35
23437         Log: Update Changes.
23438      Branch: perl
23439            ! Changes patchlevel.h
23440 ____________________________________________________________________________
23441 [  9662] By: jhi                                   on 2001/04/09  13:24:46
23442         Log: tweak tweak.
23443      Branch: perl
23444            ! AUTHORS pod/perl571delta.pod
23445 ____________________________________________________________________________
23446 [  9661] By: jhi                                   on 2001/04/09  13:15:13
23447         Log: Thinko in manual patch applying.
23448      Branch: perl
23449            ! sv.c
23450 ____________________________________________________________________________
23451 [  9660] By: jhi                                   on 2001/04/09  13:07:53
23452         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
23453              From: Robin Barker <rmb1@cise.npl.co.uk> 
23454              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
23455              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
23456              
23457              (This corrects the case where the "isn't numeric" string contains \0s
23458              and is longer than the temporary buffer, and contains \0 at the point
23459              the string would be truncated by "...".) 
23460      Branch: perl
23461            ! sv.c
23462 ____________________________________________________________________________
23463 [  9659] By: jhi                                   on 2001/04/09  12:57:41
23464         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
23465      Branch: perl
23466            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
23467            ! t/lib/cgi-function.t t/lib/cgi-html.t
23468 ____________________________________________________________________________
23469 [  9658] By: jhi                                   on 2001/04/09  12:48:47
23470         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
23471              From: Ilmari Karonen <iltzu@sci.fi>
23472              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
23473              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
23474              
23475              Rearrange and rewrite the Method Invocation section
23476              to explain the concepts in nicer order.
23477      Branch: perl
23478            ! pod/perlobj.pod
23479 ____________________________________________________________________________
23480 [  9657] By: jhi                                   on 2001/04/09  12:35:58
23481         Log: Upgrade to podlators 1.09, from Russ Allbery.
23482      Branch: perl
23483            ! lib/Pod/Man.pm lib/Pod/Text.pm
23484 ____________________________________________________________________________
23485 [  9656] By: jhi                                   on 2001/04/09  12:31:53
23486         Log: perl571delta.
23487      Branch: perl
23488            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
23489 ____________________________________________________________________________
23490 [  9655] By: jhi                                   on 2001/04/09  12:20:09
23491         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
23492              From: Prymmer/Kahn <pvhp@best.com>
23493              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
23494              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
23495      Branch: perl
23496            ! lib/utf8.pm pod/perlunicode.pod
23497 ____________________________________________________________________________
23498 [  9654] By: gsar                                  on 2001/04/09  03:38:33
23499         Log: here lies 5.6.1
23500      Branch: maint-5.6/perl
23501            ! Changes
23502 ____________________________________________________________________________
23503 [  9653] By: jhi                                   on 2001/04/09  03:25:24
23504         Log: Update perlhist.
23505      Branch: perl
23506            ! pod/perlhist.pod
23507 ____________________________________________________________________________
23508 [  9652] By: jhi                                   on 2001/04/09  03:18:49
23509         Log: perl571delta tweaking continues.
23510      Branch: perl
23511            ! pod/perl571delta.pod
23512 ____________________________________________________________________________
23513 [  9651] By: gsar                                  on 2001/04/09  03:11:19
23514         Log: update Changes, patchlevel.h &c.
23515      Branch: maint-5.6/perl
23516            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
23517            ! pod/perltoc.pod
23518 ____________________________________________________________________________
23519 [  9650] By: jhi                                   on 2001/04/09  02:40:24
23520         Log: Integrate the perlfork half of #9513 from maintperl into mainline
23521              (the perlunicode half is obsolete)
23522      Branch: perl
23523            ! pod/perlfork.pod
23524 ____________________________________________________________________________
23525 [  9649] By: gsar                                  on 2001/04/09  02:35:43
23526         Log: tweak perldelta as suggested by Jarkko
23527      Branch: maint-5.6/perl
23528            ! pod/perldelta.pod
23529 ____________________________________________________________________________
23530 [  9648] By: jhi                                   on 2001/04/09  02:13:04
23531         Log: Integrate change #9646 from maintperl into mainline.
23532              
23533              add note about ithreads and Thread.pm
23534      Branch: perl
23535           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
23536 ____________________________________________________________________________
23537 [  9647] By: jhi                                   on 2001/04/09  02:10:18
23538         Log: Bad assumption that shortsize == 2.
23539      Branch: perl
23540            ! t/lib/xs-typemap.t
23541 ____________________________________________________________________________
23542 [  9646] By: gsar                                  on 2001/04/09  00:48:04
23543         Log: add note about ithreads and Thread.pm (too many people are
23544              confused by the fact that Thread.pm is built and installed
23545              under non-5005threads but doesn't work)
23546      Branch: maint-5.6/perl
23547            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
23548 ____________________________________________________________________________
23549 [  9645] By: gsar                                  on 2001/04/09  00:19:03
23550         Log: update perldelta.pod for changes in 5.6.1
23551      Branch: maint-5.6/perl
23552            ! Changes pod/perldelta.pod
23553 ____________________________________________________________________________
23554 [  9644] By: jhi                                   on 2001/04/08  20:37:00
23555         Log: Integrate change #9639 from maintperl into mainline:
23556              on windows, many of the README.* pods were being copied to
23557              the wrong location
23558      Branch: perl
23559           !> win32/Makefile win32/makefile.mk
23560 ____________________________________________________________________________
23561 [  9643] By: jhi                                   on 2001/04/08  20:07:11
23562         Log: Integrate change #9624 from maintperl into mainline:
23563              the pod tests were not okay.  (t/pod/find.t changes ignored)
23564      Branch: perl
23565           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
23566           !> t/pod/include.t t/pod/included.t t/pod/lref.t
23567           !> t/pod/multiline_items.t t/pod/nested_items.t
23568           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
23569           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
23570 ____________________________________________________________________________
23571 [  9642] By: jhi                                   on 2001/04/08  19:57:17
23572         Log: Integrate change #9638 from maintperl into mainline:
23573              update to latest JPL from the anoncvs repository
23574      Branch: perl
23575           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
23576           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
23577           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
23578 ____________________________________________________________________________
23579 [  9641] By: jhi                                   on 2001/04/08  19:53:30
23580         Log: perl571delta updates.
23581      Branch: perl
23582            ! lib/Filter/Simple.pm pod/perl571delta.pod
23583 ____________________________________________________________________________
23584 [  9640] By: gsar                                  on 2001/04/08  19:20:46
23585         Log: integrate change#9634 from mainline
23586              
23587              Fix the perlmodlib generation (didn't understand separate .pod
23588              files; didn't understand -- as the name-thing separator).
23589              Update the CPAN mirrors list.
23590      Branch: maint-5.6/perl
23591            ! pod/perlmodlib.pod
23592           !> pod/perlmodlib.PL
23593 ____________________________________________________________________________
23594 [  9639] By: gsar                                  on 2001/04/08  18:57:31
23595         Log: on windows, many of the README.* pods were being copied to the wrong
23596              location
23597      Branch: maint-5.6/perl
23598            ! win32/Makefile win32/makefile.mk
23599 ____________________________________________________________________________
23600 [  9638] By: gsar                                  on 2001/04/08  18:38:25
23601         Log: update to latest JPL from the anoncvs repository
23602      Branch: maint-5.6/perl
23603            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
23604            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
23605            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
23606 ____________________________________________________________________________
23607 [  9637] By: jhi                                   on 2001/04/08  17:53:53
23608         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
23609      Branch: perl
23610            ! pod/perl571delta.pod
23611 ____________________________________________________________________________
23612 [  9636] By: jhi                                   on 2001/04/08  17:18:32
23613         Log: Regen toc.
23614      Branch: perl
23615            ! pod/perltoc.pod
23616 ____________________________________________________________________________
23617 [  9635] By: jhi                                   on 2001/04/08  17:16:33
23618         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
23619              From: "Craig A. Berry" <craigberry@mac.com>
23620              Date: Sun, 08 Apr 2001 12:30:16 -0500
23621              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
23622      Branch: perl
23623            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
23624 ____________________________________________________________________________
23625 [  9634] By: jhi                                   on 2001/04/08  17:09:19
23626         Log: Fix the perlmodlib generation (didn't understand separate .pod
23627              files; didn't understand -- as the name-thing separator).
23628              
23629              Update the CPAN mirrors list.
23630      Branch: perl
23631            ! pod/perlmodlib.PL pod/perlmodlib.pod
23632 ____________________________________________________________________________
23633 [  9633] By: jhi                                   on 2001/04/08  16:49:17
23634         Log: Sort MANIFEST.
23635      Branch: perl
23636            ! MANIFEST
23637 ____________________________________________________________________________
23638 [  9632] By: gsar                                  on 2001/04/08  16:36:06
23639         Log: add $Tie::RefHash::VERSION
23640      Branch: maint-5.6/perl
23641            ! lib/Tie/RefHash.pm
23642 ____________________________________________________________________________
23643 [  9631] By: jhi                                   on 2001/04/08  16:10:15
23644         Log: perl571delta updates based on p5p feedback; still needs
23645              lots of examples.
23646      Branch: perl
23647            ! pod/perl571delta.pod
23648 ____________________________________________________________________________
23649 [  9630] By: jhi                                   on 2001/04/08  15:59:13
23650         Log: Update the list of supported platforms to talk about 5.7.1
23651              (and 5.6.1)
23652      Branch: perl
23653            ! pod/perlport.pod
23654 ____________________________________________________________________________
23655 [  9629] By: jhi                                   on 2001/04/08  15:55:41
23656         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
23657              from maintperl into mainline: perlport updates.
23658      Branch: perl
23659            ! pod/perlport.pod
23660 ____________________________________________________________________________
23661 [  9628] By: jhi                                   on 2001/04/08  15:53:17
23662         Log: perlsolaris.pod copied to wrong directory.
23663      Branch: perl
23664            ! win32/makefile.mk
23665 ____________________________________________________________________________
23666 [  9627] By: jhi                                   on 2001/04/08  14:48:18
23667         Log: Subject: Typos in perl571delta.pod
23668              From: "Stephen P. Potter" <spp@spotter.yi.org>
23669              Date: Sat, 07 Apr 2001 20:37:05 -0400
23670              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
23671      Branch: perl
23672            ! pod/perl571delta.pod
23673 ____________________________________________________________________________
23674 [  9626] By: jhi                                   on 2001/04/08  14:39:04
23675         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
23676      Branch: perl
23677            ! gv.c
23678 ____________________________________________________________________________
23679 [  9625] By: nick                                  on 2001/04/08  10:14:23
23680         Log: Integrate mainline
23681      Branch: perlio
23682           +> pod/perl570delta.pod pod/perl571delta.pod
23683           !> (integrate 27 files)
23684 ____________________________________________________________________________
23685 [  9624] By: gsar                                  on 2001/04/08  06:08:17
23686         Log: test in t/pod/* were busted
23687              
23688              these tests are still not enabled in t/{harness,TEST}
23689      Branch: maint-5.6/perl
23690            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
23691            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
23692            ! t/pod/multiline_items.t t/pod/nested_items.t
23693            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
23694            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
23695 ____________________________________________________________________________
23696 [  9623] By: gsar                                  on 2001/04/08  03:37:01
23697         Log: integrate change#9470 from mainline
23698              
23699              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
23700      Branch: maint-5.6/perl
23701           !> ext/Socket/Socket.xs
23702 ____________________________________________________________________________
23703 [  9622] By: jhi                                   on 2001/04/07  22:40:47
23704         Log: Update Changes.
23705      Branch: perl
23706            ! Changes patchlevel.h
23707 ____________________________________________________________________________
23708 [  9621] By: jhi                                   on 2001/04/07  22:34:16
23709         Log: Update AUTHORS.
23710      Branch: perl
23711            ! AUTHORS
23712 ____________________________________________________________________________
23713 [  9620] By: jhi                                   on 2001/04/07  22:12:47
23714         Log: Forgot to bump the number of tests in #9164.
23715      Branch: perl
23716            ! t/op/array.t
23717 ____________________________________________________________________________
23718 [  9619] By: jhi                                   on 2001/04/07  22:09:50
23719         Log: Bump patchlevel to 5.7.1.
23720      Branch: perl
23721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23722            ! config_h.SH patchlevel.h
23723 ____________________________________________________________________________
23724 [  9618] By: jhi                                   on 2001/04/07  22:02:41
23725         Log: Populate perl571delta.
23726      Branch: perl
23727            ! pod/perl571delta.pod
23728 ____________________________________________________________________________
23729 [  9617] By: jhi                                   on 2001/04/07  22:01:23
23730         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
23731              to forget it later; do not change patchlevel.h yet or regenerate
23732              Configure yet.
23733      Branch: perl
23734            ! epoc/config.sh win32/Makefile win32/config_H.bc
23735            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23736 ____________________________________________________________________________
23737 [  9616] By: jhi                                   on 2001/04/07  17:46:33
23738         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
23739      Branch: perl
23740            ! pod/perl571delta.pod
23741 ____________________________________________________________________________
23742 [  9615] By: jhi                                   on 2001/04/07  17:33:21
23743         Log: Change the toc configuration.
23744      Branch: perl
23745            ! pod/buildtoc.PL pod/perl.pod
23746 ____________________________________________________________________________
23747 [  9614] By: jhi                                   on 2001/04/07  17:29:47
23748         Log: Subject: PATCH: $[
23749              From: Robin Houston <robin@kitsite.com>
23750              Date: Fri, 6 Apr 2001 18:10:14 +0100
23751              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
23752      Branch: perl
23753            ! op.c t/op/array.t
23754 ____________________________________________________________________________
23755 [  9613] By: jhi                                   on 2001/04/07  17:28:26
23756         Log: Subject: [PATCH perl@9424] isn't numeric warning
23757              From: Robin Barker <rmb1@cise.npl.co.uk>
23758              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
23759              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
23760      Branch: perl
23761            ! sv.c t/pragma/warn/sv
23762 ____________________________________________________________________________
23763 [  9612] By: jhi                                   on 2001/04/07  17:26:45
23764         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
23765              From: Mike Guy <mjtg@cam.ac.uk>
23766              Date: Fri, 06 Apr 2001 12:47:06 +0100
23767              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
23768      Branch: perl
23769            ! dump.c t/lib/peek.t
23770 ____________________________________________________________________________
23771 [  9611] By: jhi                                   on 2001/04/07  17:21:35
23772         Log: Create perl571delta and seed it off with the perldelta changes
23773              since 5.7.0; remove those changes from perldelta and rename it
23774              as perl570delta; recreate perldelta but leave it almost empty.
23775      Branch: perl
23776            + pod/perl570delta.pod pod/perl571delta.pod
23777            ! MANIFEST pod/perldelta.pod
23778 ____________________________________________________________________________
23779 [  9610] By: jhi                                   on 2001/04/07  16:56:32
23780         Log: Denit.
23781      Branch: perl
23782            ! pod/perldelta.pod
23783 ____________________________________________________________________________
23784 [  9609] By: jhi                                   on 2001/04/07  16:38:32
23785         Log: Retract #9523: needs more thought.
23786      Branch: perl
23787            ! Makefile.SH
23788 ____________________________________________________________________________
23789 [  9608] By: jhi                                   on 2001/04/07  14:59:20
23790         Log: atmark() code cleanaup.
23791      Branch: perl
23792            ! ext/IO/IO.xs
23793 ____________________________________________________________________________
23794 [  9607] By: jhi                                   on 2001/04/07  14:48:14
23795         Log: Integrate change #9605 from maintperl into mainline.
23796              
23797              can't optimize away scope entry if tr/// is present
23798      Branch: perl
23799           !> op.c t/op/tr.t
23800 ____________________________________________________________________________
23801 [  9606] By: jhi                                   on 2001/04/07  14:43:59
23802         Log: Integrate perlio.
23803      Branch: perl
23804           +> win32/FindExt.pm
23805           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
23806           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
23807 ____________________________________________________________________________
23808 [  9605] By: gsar                                  on 2001/04/07  11:52:40
23809         Log: can't optimize away scope entry if tr/// is present
23810      Branch: maint-5.6/perl
23811            ! op.c t/op/tr.t
23812 ____________________________________________________________________________
23813 [  9604] By: nick                                  on 2001/04/07  11:39:45
23814         Log: Split out extension finding code from buildext.pl into FindExt.pm
23815              Use it to get Config.pm's idea of available extensions in line
23816              with what is built.
23817      Branch: perlio
23818            + win32/FindExt.pm
23819            ! MANIFEST win32/buildext.pl win32/config_sh.PL
23820            ! win32/makefile.mk
23821 ____________________________________________________________________________
23822 [  9603] By: nick                                  on 2001/04/07  09:11:38
23823         Log: Cleanup correction for failed :Via() layer, also set an error code.
23824      Branch: perlio
23825            ! ext/PerlIO/Via/Via.xs
23826 ____________________________________________________________________________
23827 [  9602] By: nick                                  on 2001/04/07  08:38:04
23828         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
23829              style. So don't use binmode() on the handles so that Win32 etc. see
23830              same sequence and produce same digests.
23831      Branch: perlio
23832            ! t/lib/md5-file.t
23833 ____________________________________________________________________________
23834 [  9601] By: nick                                  on 2001/04/07  08:36:26
23835         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
23836              Else it complains and so crlf layer (say) does not get pushed.
23837      Branch: perlio
23838            ! perlio.c
23839 ____________________________________________________________________________
23840 [  9600] By: jhi                                   on 2001/04/06  23:00:09
23841         Log: Integrate change #9599 from perlio into mainline.
23842      Branch: perl
23843           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
23844           !> win32/config_H.vc
23845 ____________________________________________________________________________
23846 [  9599] By: nick                                  on 2001/04/06  21:42:43
23847         Log: Quote $VERSION in Encode.pm.
23848              regen_config_h as requested.
23849      Branch: perlio
23850            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
23851            ! win32/config_H.vc
23852 ____________________________________________________________________________
23853 [  9598] By: nick                                  on 2001/04/06  20:34:59
23854         Log: Integrate mainline
23855      Branch: perlio
23856           +> README.macos
23857           !> (integrate 39 files)
23858 ____________________________________________________________________________
23859 [  9597] By: gsar                                  on 2001/04/06  18:06:35
23860         Log: integrate change#9464 from mainline (addendum to change#8313)
23861              
23862              Subject: [PATCH @9452] Better peep()ing for foreach() loops
23863      Branch: maint-5.6/perl
23864           !> op.c
23865 ____________________________________________________________________________
23866 [  9596] By: jhi                                   on 2001/04/06  17:26:03
23867         Log: The d_casti32=undef is good for you even when not use64bitall.
23868      Branch: perl
23869            ! hints/hpux.sh
23870 ____________________________________________________________________________
23871 [  9595] By: gsar                                  on 2001/04/06  14:57:17
23872         Log: add a low-impact fix to accomodate darwin-ism
23873      Branch: maint-5.6/perl
23874            ! ext/Errno/Errno_pm.PL
23875 ____________________________________________________________________________
23876 [  9594] By: jhi                                   on 2001/04/06  14:55:14
23877         Log: Integrate changes #9528,9593 from mainline into maintperl;
23878              tweaking the editor/IDE/shell list.
23879      Branch: maint-5.6/perl
23880           !> pod/perlfaq3.pod
23881 ____________________________________________________________________________
23882 [  9593] By: jhi                                   on 2001/04/06  14:51:39
23883         Log: Make the editor/IDE/shell list a little bit airier.
23884      Branch: perl
23885            ! pod/perlfaq3.pod
23886 ____________________________________________________________________________
23887 [  9592] By: gsar                                  on 2001/04/06  14:45:18
23888         Log: integrate change#9477 from mainline (base.pm doc tweak)
23889              
23890              missing doc entry for fmod()
23891      Branch: maint-5.6/perl
23892            ! lib/Math/BigFloat.pm
23893           !> lib/base.pm
23894 ____________________________________________________________________________
23895 [  9591] By: jhi                                   on 2001/04/06  13:55:48
23896         Log: Regen toc.
23897      Branch: perl
23898            ! pod/perltoc.pod
23899 ____________________________________________________________________________
23900 [  9590] By: jhi                                   on 2001/04/06  13:54:52
23901         Log: Math::BigFloat patches from John Peacock.  The equivalent
23902              of #9586 from maintperl but reworked by John to work with
23903              the bleadperl.
23904      Branch: perl
23905            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
23906 ____________________________________________________________________________
23907 [  9589] By: jhi                                   on 2001/04/06  13:42:23
23908         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
23909      Branch: perl
23910            ! ext/Digest/MD5/Makefile.PL
23911 ____________________________________________________________________________
23912 [  9588] By: jhi                                   on 2001/04/06  13:31:45
23913         Log: Integrate changes #9584,9587 from maintperl into mainline.
23914              
23915              keep eval"" CVs alive until the end of the statement in which
23916              they're called
23917              
23918              add README.macos (from Chris Nandor)
23919              
23920              tyop in change#9555
23921      Branch: perl
23922           +> README.macos
23923           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
23924           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
23925           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
23926           !> win32/makefile.mk
23927 ____________________________________________________________________________
23928 [  9587] By: gsar                                  on 2001/04/06  07:31:30
23929         Log: add README.macos (from Chris Nandor)
23930              
23931              tyop in change#9555
23932      Branch: maint-5.6/perl
23933            + README.macos
23934            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
23935            ! win32/Makefile win32/makefile.mk
23936 ____________________________________________________________________________
23937 [  9586] By: gsar                                  on 2001/04/06  07:08:54
23938         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
23939      Branch: maint-5.6/perl
23940            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
23941 ____________________________________________________________________________
23942 [  9585] By: gsar                                  on 2001/04/06  06:58:44
23943         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
23944              from mainline
23945              
23946              Subject: [PATCH] Base64 update to perlfaq9.pod
23947              
23948              Subject: [PATCH AUTHORS] Housekeeping
23949              
23950              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
23951              Mac OS X (Darwin) has extra pwent fields.
23952              
23953              Subject: [PATCH B::*] print control-character vars readably
23954              Needs EBCDICification.
23955              
23956              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
23957              
23958              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
23959              
23960              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
23961              
23962              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
23963              
23964              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
23965              
23966              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
23967              
23968              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
23969              
23970              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
23971              
23972              FreeBSD hints tweak from Anton Berezin.
23973              
23974              Subject: [PATCH foolperl & bleadperl] README.vms update
23975              
23976              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
23977      Branch: maint-5.6/perl
23978           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
23979           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23980           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
23981 ____________________________________________________________________________
23982 [  9584] By: gsar                                  on 2001/04/06  04:09:00
23983         Log: keep eval"" CVs alive until the end of the statement in which
23984              they're called; this avoids a coredump ensuing from search for
23985              lexicals in code such as:
23986              
23987              sub bug {
23988              my $s = @_;
23989              eval q[sub { eval 'sub { &$s }' }];
23990              }
23991              bug("x")->()->();
23992              
23993              this code still doesn't work as intended (as it has remained
23994              since time immemorial), but it doesn't provoke a coredump anymore
23995      Branch: maint-5.6/perl
23996            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23997            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
23998 ____________________________________________________________________________
23999 [  9583] By: jhi                                   on 2001/04/05  23:52:51
24000         Log: Update Changes.
24001      Branch: perl
24002            ! Changes patchlevel.h
24003 ____________________________________________________________________________
24004 [  9582] By: jhi                                   on 2001/04/05  23:11:23
24005         Log: Slight doc tweak.
24006      Branch: perl
24007            ! pod/perlunicode.pod
24008 ____________________________________________________________________________
24009 [  9581] By: jhi                                   on 2001/04/05  23:04:11
24010         Log: Integrate perlio.
24011      Branch: perl
24012           !> pod/perlunicode.pod
24013 ____________________________________________________________________________
24014 [  9580] By: jhi                                   on 2001/04/05  23:03:29
24015         Log: Test for #9579.
24016      Branch: perl
24017            ! t/op/do.t
24018 ____________________________________________________________________________
24019 [  9579] By: jhi                                   on 2001/04/05  22:54:17
24020         Log: Subject: [PATCH] Propagate calling context for do '...'
24021              From: Gisle Aas <gisle@ActiveState.com>
24022              Date: 04 Apr 2001 20:17:29 -0700
24023              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
24024      Branch: perl
24025            ! pod/perlfunc.pod pp_ctl.c
24026 ____________________________________________________________________________
24027 [  9578] By: jhi                                   on 2001/04/05  22:52:51
24028         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
24029              From: Peter Prymmer <pvhp@forte.com>
24030              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
24031              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
24032      Branch: perl
24033            ! README.vms
24034 ____________________________________________________________________________
24035 [  9577] By: jhi                                   on 2001/04/05  22:48:22
24036         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
24037              From: "Craig A. Berry" <craigberry@mac.com>
24038              Date: Thu, 5 Apr 2001 13:43:28 -0500
24039              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
24040      Branch: perl
24041            ! README.vms
24042 ____________________________________________________________________________
24043 [  9576] By: jhi                                   on 2001/04/05  22:31:38
24044         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
24045              From: Michael G Schwern <schwern@pobox.com>
24046              Date: Thu, 5 Apr 2001 21:53:21 +0100
24047              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
24048      Branch: perl
24049            ! lib/base.pm t/lib/fields.t
24050 ____________________________________________________________________________
24051 [  9575] By: jhi                                   on 2001/04/05  22:26:10
24052         Log: FreeBSD hints tweak from Anton Berezin.
24053      Branch: perl
24054            ! hints/freebsd.sh
24055 ____________________________________________________________________________
24056 [  9574] By: jhi                                   on 2001/04/05  22:24:03
24057         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
24058              From: David Dyck <dcd@tc.fluke.com>
24059              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
24060              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
24061      Branch: perl
24062            ! t/op/oct.t
24063 ____________________________________________________________________________
24064 [  9573] By: jhi                                   on 2001/04/05  22:23:06
24065         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
24066              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
24067              From: David Dyck <dcd@tc.fluke.com>
24068              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
24069      Branch: perl
24070            ! pp.c
24071 ____________________________________________________________________________
24072 [  9572] By: jhi                                   on 2001/04/05  22:14:47
24073         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
24074              From: Robin Houston <robin@kitsite.com>
24075              Date: Thu, 5 Apr 2001 20:56:48 +0100
24076              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
24077      Branch: perl
24078            ! ext/B/B/Deparse.pm
24079 ____________________________________________________________________________
24080 [  9571] By: jhi                                   on 2001/04/05  22:12:53
24081         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
24082              From: Robin Houston <robin@kitsite.com>
24083              Date: Thu, 5 Apr 2001 19:55:51 +0100
24084              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
24085      Branch: perl
24086            ! ext/B/B/Deparse.pm
24087 ____________________________________________________________________________
24088 [  9570] By: jhi                                   on 2001/04/05  22:11:06
24089         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
24090              From: Robin Houston <robin@kitsite.com>
24091              Date: Thu, 5 Apr 2001 20:16:29 +0100
24092              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
24093      Branch: perl
24094            ! ext/B/B/Deparse.pm
24095 ____________________________________________________________________________
24096 [  9569] By: nick                                  on 2001/04/05  21:32:26
24097         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
24098      Branch: perlio
24099            ! pod/perlunicode.pod
24100 ____________________________________________________________________________
24101 [  9568] By: nick                                  on 2001/04/05  19:38:09
24102         Log: Integrate mainline
24103      Branch: perlio
24104           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
24105           !> (integrate 35 files)
24106 ____________________________________________________________________________
24107 [  9567] By: jhi                                   on 2001/04/05  18:31:45
24108         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
24109              From: Robin Houston <robin@kitsite.com>
24110              Date: Thu, 5 Apr 2001 18:03:23 +0100
24111              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
24112      Branch: perl
24113            ! ext/B/B/Deparse.pm
24114 ____________________________________________________________________________
24115 [  9566] By: jhi                                   on 2001/04/05  18:29:35
24116         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
24117              From: Robin Houston <robin@kitsite.com>
24118              Date: Thu, 5 Apr 2001 16:45:18 +0100
24119              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
24120      Branch: perl
24121            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
24122 ____________________________________________________________________________
24123 [  9565] By: jhi                                   on 2001/04/05  18:24:23
24124         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
24125              From: Robin Houston <robin@kitsite.com>
24126              Date: Thu, 5 Apr 2001 14:50:09 +0100
24127              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
24128      Branch: perl
24129            ! ext/B/B/Deparse.pm
24130 ____________________________________________________________________________
24131 [  9564] By: jhi                                   on 2001/04/05  18:23:03
24132         Log: Subject: [PATCH B::*] print control-character vars readably
24133              From: Robin Houston <robin@kitsite.com>
24134              Date: Thu, 5 Apr 2001 14:27:38 +0100
24135              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
24136              
24137              Needs EBCDICification.
24138      Branch: perl
24139            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
24140            ! ext/B/B/Terse.pm
24141 ____________________________________________________________________________
24142 [  9563] By: jhi                                   on 2001/04/05  18:20:32
24143         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
24144              Date: Thu, 5 Apr 2001 13:21:42 -0400
24145              From: Paul Schinder <schinder@pobox.com>
24146              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
24147              
24148              Mac OS X (Darwin) has extra pwent fields.
24149      Branch: perl
24150            ! t/op/pwent.t
24151 ____________________________________________________________________________
24152 [  9562] By: jhi                                   on 2001/04/05  17:57:51
24153         Log: Regen toc.
24154      Branch: perl
24155            ! pod/perltoc.pod
24156 ____________________________________________________________________________
24157 [  9561] By: jhi                                   on 2001/04/05  17:47:33
24158         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
24159      Branch: metaconfig
24160            ! U/Glossary.patch
24161      Branch: metaconfig/U/perl
24162            + d_u32align.U
24163            ! d_cmsghdr_s.U d_msghdr_s.U
24164 ____________________________________________________________________________
24165 [  9560] By: jhi                                   on 2001/04/05  17:47:01
24166         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
24167              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
24168              Introduce probes for struct msghdr, struct cmsghdr,
24169              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
24170              ualarm, usleep, for possible later extension work.
24171      Branch: perl
24172            + t/lib/md5-align.t
24173            ! Configure MANIFEST Porting/Glossary Porting/config.sh
24174            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24175            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
24176            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24177            ! vos/config.ga.h win32/config.bc win32/config.gc
24178            ! win32/config.vc
24179 ____________________________________________________________________________
24180 [  9559] By: jhi                                   on 2001/04/05  13:03:04
24181         Log: Be traditional in your cpp (for the Errno extension).
24182      Branch: perl
24183            ! hints/darwin.sh
24184 ____________________________________________________________________________
24185 [  9558] By: jhi                                   on 2001/04/05  13:00:05
24186         Log: Add $Config{cppflags} to the gcc incantation.
24187      Branch: perl
24188            ! ext/Errno/Errno_pm.PL
24189 ____________________________________________________________________________
24190 [  9557] By: jhi                                   on 2001/04/05  04:22:39
24191         Log: Introduce Sean Burke's Class::ISA 0.32.
24192      Branch: perl
24193            + lib/Class/ISA.pm t/lib/class-isa.t
24194            ! MANIFEST
24195 ____________________________________________________________________________
24196 [  9556] By: jhi                                   on 2001/04/05  04:09:50
24197         Log: Subject: [PATCH AUTHORS] Housekeeping
24198              From: Paul Johnson <paul@pjcj.net> 
24199              Date: Wed, 4 Apr 2001 22:45:47 +0200
24200              Message-ID: <20010404224547.D9548@pjcj.net>
24201      Branch: perl
24202            ! AUTHORS
24203 ____________________________________________________________________________
24204 [  9555] By: jhi                                   on 2001/04/05  04:06:33
24205         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
24206              From: Gisle Aas <gisle@ActiveState.com>
24207              Date: 04 Apr 2001 14:23:04 -0700
24208              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
24209      Branch: perl
24210            ! pod/perlfaq9.pod
24211 ____________________________________________________________________________
24212 [  9554] By: jhi                                   on 2001/04/05  04:05:49
24213         Log: Downgrade also the "Wide character" diagnostic.
24214      Branch: perl
24215            ! pod/perldiag.pod
24216 ____________________________________________________________________________
24217 [  9553] By: jhi                                   on 2001/04/05  04:00:33
24218         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
24219              maintperl into mainline.
24220              
24221              "double" should be "NV"; standard typemap is missing entry
24222              for NV
24223              
24224              s/djSP/dSP/
24225              
24226              Downgrade "Wide character in print" to a warning.
24227              
24228              B::Deparse fix for ${^FOO} and documentation for PVX() method
24229              (from Robin Houston)
24230              
24231              tr/// doesn't null-terminate the result in some situations
24232              (from Gisle Aas)
24233      Branch: perl
24234           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
24235           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
24236           !> t/io/utf8.t t/op/tr.t
24237 ____________________________________________________________________________
24238 [  9552] By: jhi                                   on 2001/04/05  03:52:50
24239         Log: Retract changes #9542 and #9538 (from maintperl, integrated
24240              at #9540), shouldn't be needed because of the perlio changes.
24241      Branch: perl
24242            ! util.c
24243 ____________________________________________________________________________
24244 [  9551] By: gsar                                  on 2001/04/05  00:18:34
24245         Log: tr/// doesn't null-terminate the result in some situations
24246              (from Gisle Aas)
24247      Branch: maint-5.6/perl
24248            ! doop.c t/op/tr.t
24249 ____________________________________________________________________________
24250 [  9550] By: gsar                                  on 2001/04/04  20:04:17
24251         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
24252              (from Robin Houston)
24253      Branch: maint-5.6/perl
24254            ! ext/B/B.pm ext/B/B/Deparse.pm
24255 ____________________________________________________________________________
24256 [  9549] By: nick                                  on 2001/04/04  18:56:15
24257         Log: Downgrade "Wide character in print" to a warning.
24258      Branch: perlio
24259            ! doio.c t/io/utf8.t
24260 ____________________________________________________________________________
24261 [  9548] By: gsar                                  on 2001/04/04  18:51:49
24262         Log: integrate changes#9460,9462,9482,9521,9522
24263              
24264              Subject: PATCH: B::Debug should show LOOP-specific fields
24265              
24266              Subject: B::Deparse precedence bug. (Patch included.)
24267              
24268              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
24269              
24270              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
24271              
24272              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
24273      Branch: maint-5.6/perl
24274           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
24275           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
24276 ____________________________________________________________________________
24277 [  9547] By: gsar                                  on 2001/04/04  18:49:16
24278         Log: s/djSP/dSP/
24279      Branch: maint-5.6/perl
24280            ! ext/Thread/Thread.xs
24281 ____________________________________________________________________________
24282 [  9546] By: nick                                  on 2001/04/04  18:44:00
24283         Log: Integrate mainline.
24284      Branch: perlio
24285           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
24286           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
24287 ____________________________________________________________________________
24288 [  9545] By: gsar                                  on 2001/04/04  18:38:52
24289         Log: integrate change#8837 from mainline
24290              
24291              Subject: [patch] -Wall cleanup round 2
24292      Branch: maint-5.6/perl
24293           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
24294           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
24295           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
24296           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
24297           !> ext/SDBM_File/SDBM_File.xs
24298 ____________________________________________________________________________
24299 [  9544] By: gsar                                  on 2001/04/04  17:49:57
24300         Log: "double" should be "NV"; standard typemap is missing entry
24301              for NV
24302      Branch: maint-5.6/perl
24303            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
24304 ____________________________________________________________________________
24305 [  9543] By: jhi                                   on 2001/04/04  14:13:18
24306         Log: Thou shalt not (just) match for English error messages.
24307      Branch: perl
24308            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
24309            ! os2/OS2/Process/Process.pm
24310 ____________________________________________________________________________
24311 [  9542] By: jhi                                   on 2001/04/04  13:20:39
24312         Log: Make the stdio tricks of fflush_all() to exist only if
24313              stdio is being used.
24314      Branch: perl
24315            ! util.c
24316 ____________________________________________________________________________
24317 [  9541] By: jhi                                   on 2001/04/04  04:20:24
24318         Log: Subject: Re: [PATCH] Lighten up glob
24319              From: Benjamin Sugars <bsugars@canoe.ca>
24320              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
24321              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
24322      Branch: perl
24323            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
24324            ! util.c
24325 ____________________________________________________________________________
24326 [  9540] By: jhi                                   on 2001/04/04  04:03:57
24327         Log: Integrate changes #9538,9539 from maintperl into mainline.
24328              
24329              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
24330              for use with _fwalk() (fix for change#7705)
24331              
24332              another tweak needed for SunOS 4.1.x build (from Mike Guy)
24333              (cp -f is not portable)
24334      Branch: perl
24335           !> Makefile.SH util.c
24336 ____________________________________________________________________________
24337 [  9539] By: gsar                                  on 2001/04/04  03:01:14
24338         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
24339      Branch: maint-5.6/perl
24340            ! Makefile.SH
24341 ____________________________________________________________________________
24342 [  9538] By: gsar                                  on 2001/04/04  01:00:38
24343         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
24344              for use with _fwalk() (fix for change#7705)
24345      Branch: maint-5.6/perl
24346            ! util.c
24347 ____________________________________________________________________________
24348 [  9537] By: nick                                  on 2001/04/03  19:24:55
24349         Log: Integrate mainline
24350      Branch: perlio
24351           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
24352           +> lib/unicode/PropList.html
24353            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
24354           !> (integrate 69 files)
24355 ____________________________________________________________________________
24356 [  9536] By: jhi                                   on 2001/04/03  18:02:31
24357         Log: Integrate change #9533 from maintperl into mainline.
24358              
24359              better fix for change#9517 to accomodate UNC paths like
24360              \\server\share\foo, and paths with trailing backslash
24361              like c:\this\
24362      Branch: perl
24363           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24364 ____________________________________________________________________________
24365 [  9535] By: jhi                                   on 2001/04/03  17:58:07
24366         Log: Change the push/unshift warning to be of class syntax, not misc.
24367      Branch: perl
24368            ! op.c pod/perldiag.pod t/pragma/warn/op
24369 ____________________________________________________________________________
24370 [  9534] By: jhi                                   on 2001/04/03  15:03:46
24371         Log: Change the push/unshift warning (#9532) to talk about "no values"
24372              instead of "no arguments".
24373      Branch: perl
24374            ! op.c pod/perldiag.pod t/pragma/warn/op
24375 ____________________________________________________________________________
24376 [  9533] By: gsar                                  on 2001/04/03  14:30:07
24377         Log: better fix for change#9517 to accomodate UNC paths like
24378              \\server\share\foo, and paths with trailing backslash
24379              like c:\this\
24380      Branch: maint-5.6/perl
24381            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24382 ____________________________________________________________________________
24383 [  9532] By: jhi                                   on 2001/04/03  13:11:46
24384         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
24385              From: Robin Houston <robin@kitsite.com>
24386              Date: Mon, 2 Apr 2001 15:03:29 +0100
24387              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
24388      Branch: perl
24389            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
24390 ____________________________________________________________________________
24391 [  9531] By: jhi                                   on 2001/04/03  13:06:34
24392         Log: Integrate change #9530 from maintperl into mainline.
24393              
24394              accomodate VMS "mailbox overflow" quirk in testsuite (from
24395              Craig Berry)
24396      Branch: perl
24397           !> t/lib/socket.t
24398 ____________________________________________________________________________
24399 [  9530] By: gsar                                  on 2001/04/03  04:56:41
24400         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
24401              Craig Berry)
24402      Branch: maint-5.6/perl
24403            ! t/lib/socket.t
24404 ____________________________________________________________________________
24405 [  9529] By: jhi                                   on 2001/04/03  02:34:34
24406         Log: Update Changes.
24407      Branch: perl
24408            ! Changes patchlevel.h
24409 ____________________________________________________________________________
24410 [  9528] By: jhi                                   on 2001/04/03  01:27:57
24411         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
24412              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
24413              To: perl5-porters@perl.org
24414              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
24415      Branch: perl
24416            ! pod/perlfaq3.pod
24417 ____________________________________________________________________________
24418 [  9527] By: jhi                                   on 2001/04/03  01:22:09
24419         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
24420              From: Peter Prymmer <pvhp@forte.com>
24421              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
24422              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
24423      Branch: perl
24424            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
24425 ____________________________________________________________________________
24426 [  9526] By: jhi                                   on 2001/04/03  01:18:25
24427         Log: The metaconfig unit changes for #9525.
24428      Branch: metaconfig
24429            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
24430      Branch: metaconfig/U/perl
24431            ! use64bits.U
24432 ____________________________________________________________________________
24433 [  9525] By: jhi                                   on 2001/04/03  01:17:30
24434         Log: Configure sanity checks:
24435              * if use64bitall is attempted but pointers are only 32-bit,
24436              'downgrade' to use64bitint
24437              * if use64bitint is attempted but there's no quad type,
24438              forget about use64bitint (well, the default for it is 'n',
24439              the user can still override this)
24440              * if pointers are 64 bits, do not try to use Perl's malloc
24441      Branch: perl
24442            ! Configure
24443 ____________________________________________________________________________
24444 [  9524] By: gsar                                  on 2001/04/03  01:09:12
24445         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
24446      Branch: maint-5.6/perl
24447            ! pp_sys.c
24448 ____________________________________________________________________________
24449 [  9523] By: jhi                                   on 2001/04/03  00:02:31
24450         Log: (Retracted by #9609)
24451              
24452              Make it harder for parallel makes to enter 'test' before
24453              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
24454              should be unhappy enough, but sometimes parallel makes seem
24455              to sneak past both in Tru64 and AIX.)
24456      Branch: perl
24457            ! Makefile.SH
24458 ____________________________________________________________________________
24459 [  9522] By: jhi                                   on 2001/04/02  22:35:31
24460         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
24461              Date: Mon, 2 Apr 2001 22:54:10 +0100
24462              From: Robin Houston <robin@kitsite.com>
24463              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
24464      Branch: perl
24465            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
24466 ____________________________________________________________________________
24467 [  9521] By: jhi                                   on 2001/04/02  22:32:23
24468         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
24469              From: Robin Houston <robin@kitsite.com>
24470              Date: Mon, 2 Apr 2001 20:24:03 +0100
24471              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
24472      Branch: perl
24473            ! ext/B/B/Concise.pm
24474 ____________________________________________________________________________
24475 [  9520] By: jhi                                   on 2001/04/02  22:30:43
24476         Log: Subject: [PATCH] REALLY pedantic hv.h nit
24477              From: Simon Cozens <simon@netthink.co.uk>
24478              Date: Mon, 2 Apr 2001 15:43:06 +0100
24479              Message-ID: <20010402154306.A21711@netthink.co.uk>
24480      Branch: perl
24481            ! hv.h
24482 ____________________________________________________________________________
24483 [  9519] By: jhi                                   on 2001/04/02  22:28:04
24484         Log: Based on
24485              
24486              Subject: [foolperl] EPOC fix
24487              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24488              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
24489              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
24490      Branch: perl
24491            ! pp_sys.c
24492 ____________________________________________________________________________
24493 [  9518] By: jhi                                   on 2001/04/02  22:22:34
24494         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
24495              
24496              README.win32 tweaks; add a note about alternative location for
24497              getting a gcc-2.95.2 that will build perl properly on windows
24498              
24499              add some notes about gutsy threading matters
24500              
24501              many of the utilities interpolate literal paths within doublequotes
24502              (fails on dosish platforms where path contains backslashes)
24503      Branch: perl
24504           !> README.win32 pod/perlguts.pod utils/perldoc.PL
24505           !> x2p/find2perl.PL x2p/s2p.PL
24506 ____________________________________________________________________________
24507 [  9517] By: gsar                                  on 2001/04/02  19:52:21
24508         Log: many of the utilities interpolate literal paths within doublequotes
24509              (fails on dosish platforms where path contains backslashes)
24510      Branch: maint-5.6/perl
24511            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24512 ____________________________________________________________________________
24513 [  9516] By: gsar                                  on 2001/04/02  05:49:37
24514         Log: a foolish release
24515      Branch: maint-5.6/perl
24516            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
24517            ! pod/perltoc.pod
24518 ____________________________________________________________________________
24519 [  9515] By: gsar                                  on 2001/04/02  05:04:29
24520         Log: add missing changelog summaries
24521      Branch: maint-5.6/perl
24522            ! Changes
24523 ____________________________________________________________________________
24524 [  9514] By: gsar                                  on 2001/04/02  04:07:13
24525         Log: add some notes about gutsy threading matters
24526      Branch: maint-5.6/perl
24527            ! pod/perlguts.pod
24528 ____________________________________________________________________________
24529 [  9513] By: gsar                                  on 2001/04/02  03:25:21
24530         Log: add more prominent caveat notices about experimental features
24531      Branch: maint-5.6/perl
24532            ! pod/perlfork.pod pod/perlunicode.pod
24533 ____________________________________________________________________________
24534 [  9512] By: gsar                                  on 2001/04/02  02:54:33
24535         Log: integrate changes#9479,9509 from mainline
24536              
24537              [PATCH] File::Glob stuff for Mac OS
24538              
24539              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
24540      Branch: maint-5.6/perl
24541           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24542           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
24543           !> t/lib/glob-taint.t
24544 ____________________________________________________________________________
24545 [  9511] By: gsar                                  on 2001/04/02  02:38:24
24546         Log: README.win32 tweaks; add a note about alternative location for
24547              getting a gcc-2.95.2 that will build perl properly on windows
24548      Branch: maint-5.6/perl
24549            ! README.win32
24550 ____________________________________________________________________________
24551 [  9510] By: jhi                                   on 2001/04/01  20:45:10
24552         Log: An ambiguosity warning.
24553      Branch: perl
24554            ! t/lib/trig.t
24555 ____________________________________________________________________________
24556 [  9509] By: jhi                                   on 2001/04/01  19:53:47
24557         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
24558              From: Jonathan Stowe <gellyfish@gellyfish.com>
24559              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
24560              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
24561      Branch: perl
24562            ! ext/File/Glob/bsd_glob.c
24563 ____________________________________________________________________________
24564 [  9508] By: jhi                                   on 2001/04/01  19:35:03
24565         Log: Update Changes.
24566      Branch: perl
24567            ! Changes patchlevel.h
24568 ____________________________________________________________________________
24569 [  9507] By: jhi                                   on 2001/04/01  19:24:01
24570         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
24571              from mainline to maintperl: pod tweaks.
24572      Branch: maint-5.6/perl
24573           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
24574           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
24575           !> pod/perlvar.pod
24576 ____________________________________________________________________________
24577 [  9506] By: jhi                                   on 2001/04/01  19:11:53
24578         Log: Commit Sarathy to April release of 5.6.1 :-)
24579      Branch: perl
24580            ! pod/perlfaq1.pod
24581 ____________________________________________________________________________
24582 [  9505] By: jhi                                   on 2001/04/01  19:03:15
24583         Log: Subject: PATCH 5.6.0 (perldebug.pod)
24584              From: Mark-Jason Dominus <mjd@plover.com>
24585              Date: Sun, 01 Apr 2001 14:25:11 -0400
24586              Message-ID: <20010401182511.9247.qmail@plover.com>
24587      Branch: perl
24588            ! pod/perldebug.pod
24589 ____________________________________________________________________________
24590 [  9504] By: jhi                                   on 2001/04/01  18:43:09
24591         Log: Add great_circle_direction().
24592      Branch: perl
24593            ! lib/Math/Trig.pm t/lib/trig.t
24594 ____________________________________________________________________________
24595 [  9503] By: jhi                                   on 2001/04/01  17:29:12
24596         Log: Unicode ReadMe update for Unicode 3.1.
24597      Branch: perl
24598            ! lib/unicode/ReadMe.txt
24599 ____________________________________________________________________________
24600 [  9502] By: jhi                                   on 2001/04/01  17:18:40
24601         Log: Integrate change #9501 from maintperl into mainline.
24602              
24603              fix the perlembed notes on multiple interpreters
24604              
24605              fix ExtUtils::Embed to work passably on Windows
24606      Branch: perl
24607           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
24608 ____________________________________________________________________________
24609 [  9501] By: gsar                                  on 2001/04/01  07:21:57
24610         Log: fix the perlembed notes on multiple interpreters
24611              
24612              fix ExtUtils::Embed to work passably on Windows
24613      Branch: maint-5.6/perl
24614            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
24615 ____________________________________________________________________________
24616 [  9500] By: jhi                                   on 2001/04/01  05:58:23
24617         Log: Test for #9499.
24618      Branch: perl
24619            ! t/op/tr.t
24620 ____________________________________________________________________________
24621 [  9499] By: jhi                                   on 2001/04/01  05:55:46
24622         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
24623      Branch: perl
24624            ! embed.h embed.pl op.c proto.h
24625 ____________________________________________________________________________
24626 [  9498] By: jhi                                   on 2001/04/01  05:44:34
24627         Log: Protect the workaround hunk more.
24628      Branch: perl
24629            ! toke.c
24630 ____________________________________________________________________________
24631 [  9497] By: jhi                                   on 2001/04/01  00:24:25
24632         Log: Integrate changes #9493,9494,9495,9496 from maintperl
24633              into mainline.
24634              
24635              fix a broken workaround for Borland compiler in change#4739
24636              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
24637              
24638              nits spotted by Borland compiler
24639              
24640              avoid redefinition warnings under Borland 5.02
24641              
24642              various nits identified by the Borland 5.5 compiler; remove suppression
24643              of a few warnings
24644      Branch: perl
24645           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
24646           !> win32/win32.h
24647 ____________________________________________________________________________
24648 [  9496] By: gsar                                  on 2001/03/31  23:22:28
24649         Log: various nits identified by the Borland 5.5 compiler; remove suppression
24650              of a few warnings
24651      Branch: maint-5.6/perl
24652            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
24653 ____________________________________________________________________________
24654 [  9495] By: gsar                                  on 2001/03/31  21:03:08
24655         Log: avoid redefinition warnings under Borland 5.02
24656      Branch: maint-5.6/perl
24657            ! win32/makefile.mk
24658 ____________________________________________________________________________
24659 [  9494] By: gsar                                  on 2001/03/31  20:18:59
24660         Log: nits spotted by Borland compiler
24661      Branch: maint-5.6/perl
24662            ! utf8.h win32/win32.h
24663 ____________________________________________________________________________
24664 [  9493] By: gsar                                  on 2001/03/31  20:18:05
24665         Log: fix a broken workaround for Borland compiler in change#4739
24666              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
24667      Branch: maint-5.6/perl
24668            ! toke.c
24669 ____________________________________________________________________________
24670 [  9492] By: jhi                                   on 2001/03/31  18:36:24
24671         Log: Integrate change #9491 from maintperl into mainline.
24672              
24673              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
24674              directory is relative (need to fetch the full path name *before*
24675              the chdir!)
24676      Branch: perl
24677           !> lib/Cwd.pm
24678 ____________________________________________________________________________
24679 [  9491] By: gsar                                  on 2001/03/31  17:01:56
24680         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
24681              directory is relative (need to fetch the full path name *before*
24682              the chdir!)
24683              
24684              this is a followup patch for change#6749
24685      Branch: maint-5.6/perl
24686            ! lib/Cwd.pm
24687 ____________________________________________________________________________
24688 [  9490] By: jhi                                   on 2001/03/31  15:50:18
24689         Log: Subject: Re: [PATCH] av.h cosmetics
24690              From: Simon Cozens <simon@netthink.co.uk>
24691              Date: Sat, 31 Mar 2001 13:09:59 +0100
24692              Message-ID: <20010331130959.A22000@netthink.co.uk>
24693              
24694              Document AvALLOC.
24695      Branch: perl
24696            ! pod/perlguts.pod
24697 ____________________________________________________________________________
24698 [  9489] By: jhi                                   on 2001/03/31  15:48:44
24699         Log: Subject: [PATCH] Re: Math::Big* v1.21
24700              From: Tels <perl_dummy@bloodgate.com>
24701              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
24702              Message-Id: <200103311125.GAA377738@www08.hway.net>
24703      Branch: perl
24704            ! pod/perlop.pod
24705 ____________________________________________________________________________
24706 [  9488] By: jhi                                   on 2001/03/31  03:39:51
24707         Log: Debug output tweak.
24708      Branch: perl
24709            ! t/lib/cwd.t
24710 ____________________________________________________________________________
24711 [  9487] By: jhi                                   on 2001/03/31  03:33:02
24712         Log: OverVMSification.
24713      Branch: perl
24714            ! t/lib/cwd.t
24715 ____________________________________________________________________________
24716 [  9486] By: jhi                                   on 2001/03/31  03:01:40
24717         Log: Missed MANIFESTations in #9483.
24718      Branch: perl
24719            ! MANIFEST
24720 ____________________________________________________________________________
24721 [  9485] By: jhi                                   on 2001/03/31  02:58:17
24722         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
24723              From: Peter Prymmer <pvhp@forte.com>
24724              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
24725              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
24726      Branch: perl
24727            ! regexec.c t/lib/cwd.t
24728 ____________________________________________________________________________
24729 [  9484] By: jhi                                   on 2001/03/31  01:04:41
24730         Log: Obsolete file (see #3938)
24731      Branch: perl
24732            - lib/unicode/README.Ethiopic
24733            ! MANIFEST
24734 ____________________________________________________________________________
24735 [  9483] By: jhi                                   on 2001/03/31  00:52:42
24736         Log: Update to Unicode 3.1.
24737              (Rename Names.txt to NamesList.txt.)
24738      Branch: perl
24739            + lib/unicode/NamesList.txt lib/unicode/PropList.html
24740            - lib/unicode/Names.txt
24741            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24742            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
24743            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
24744            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
24745            ! lib/unicode/UCD.html lib/unicode/Unicode.html
24746            ! lib/unicode/rename lib/unicode/version
24747 ____________________________________________________________________________
24748 [  9482] By: jhi                                   on 2001/03/30  23:33:44
24749         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
24750              From: Robin Houston <robin@kitsite.com>
24751              Date: Fri, 30 Mar 2001 20:07:22 +0100
24752              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
24753      Branch: perl
24754            ! ext/B/B/Deparse.pm
24755 ____________________________________________________________________________
24756 [  9481] By: jhi                                   on 2001/03/30  23:20:25
24757         Log: Subject: Re: [PATCH] CwdXS, Take 2
24758              From: Benjamin Sugars <bsugars@canoe.ca>
24759              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
24760              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
24761      Branch: perl
24762            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
24763            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
24764 ____________________________________________________________________________
24765 [  9480] By: jhi                                   on 2001/03/30  22:52:38
24766         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
24767              From: David Dyck <dcd@tc.fluke.com>
24768              Date: Fri, 30 Mar 2001 14:44:13 -0800
24769              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
24770              
24771              The t/rantests flags file creation was accidentally
24772              removed by #9217.
24773      Branch: perl
24774            ! Makefile.SH
24775 ____________________________________________________________________________
24776 [  9479] By: jhi                                   on 2001/03/30  22:45:45
24777         Log: Subject: [PATCH] File::Glob stuff for Mac OS
24778              From: Chris Nandor <pudge@pobox.com>
24779              Date: Fri, 30 Mar 2001 16:51:00 -0500
24780              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
24781      Branch: perl
24782            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24783            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
24784            ! t/lib/glob-taint.t
24785 ____________________________________________________________________________
24786 [  9478] By: jhi                                   on 2001/03/30  22:43:12
24787         Log: Subject: fix for win32/buildext.pl
24788              From: "Vadim Konovalov" <watman@inbox.ru>
24789              Date: Sat, 31 Mar 2001 00:50:36 +0400
24790              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
24791      Branch: perl
24792            ! win32/buildext.pl
24793 ____________________________________________________________________________
24794 [  9477] By: jhi                                   on 2001/03/30  22:41:16
24795         Log: Subject: small base.pm doc patch
24796              From: Leon Brocard <acme@astray.com>
24797              Date: Fri, 30 Mar 2001 21:49:57 +0100
24798              Message-ID: <20010330214957.B8733@ns0.astray.com>
24799      Branch: perl
24800            ! lib/base.pm
24801 ____________________________________________________________________________
24802 [  9476] By: jhi                                   on 2001/03/30  18:16:57
24803         Log: Subject: [PATCH] av.h cosmetics
24804              From: Simon Cozens <simon@netthink.co.uk>
24805              Date: Fri, 30 Mar 2001 18:12:28 +0100
24806              Message-ID: <20010330181228.A9319@netthink.co.uk>
24807      Branch: perl
24808            ! av.h
24809 ____________________________________________________________________________
24810 [  9475] By: jhi                                   on 2001/03/30  18:15:50
24811         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
24812              From: "Philip Newton" <pnewton@gmx.de>
24813              Date: Fri, 30 Mar 2001 19:06:57 +0200
24814              Message-ID: <3AC4D951.14815.1AC7068@localhost>
24815      Branch: perl
24816            ! pod/perlhack.pod
24817 ____________________________________________________________________________
24818 [  9474] By: jhi                                   on 2001/03/30  18:14:02
24819         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
24820              From: Benjamin Sugars <bsugars@canoe.ca>
24821              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
24822              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
24823      Branch: perl
24824            ! t/lib/glob-basic.t
24825 ____________________________________________________________________________
24826 [  9473] By: jhi                                   on 2001/03/30  16:09:24
24827         Log: Update Changes.
24828      Branch: perl
24829            ! Changes patchlevel.h
24830 ____________________________________________________________________________
24831 [  9472] By: jhi                                   on 2001/03/30  15:16:08
24832         Log: Integrate perlio.
24833      Branch: perl
24834           !> t/lib/cwd.t t/lib/glob-basic.t
24835 ____________________________________________________________________________
24836 [  9471] By: nick                                  on 2001/03/30  14:47:10
24837         Log: Should be (^O eq 'MSWin32') not 'Win32'
24838              Fail #12 seems real - chdir is in wrong dir.
24839      Branch: perlio
24840            ! t/lib/cwd.t
24841 ____________________________________________________________________________
24842 [  9470] By: jhi                                   on 2001/03/30  14:41:11
24843         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
24844              From: Radu Greab <radu@netsoft.ro>
24845              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
24846              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
24847              
24848              Replace #9352.
24849      Branch: perl
24850            ! ext/Socket/Socket.xs pp_sys.c
24851 ____________________________________________________________________________
24852 [  9469] By: jhi                                   on 2001/03/30  14:37:51
24853         Log: Subject: PATCH pod/perldiag.pod
24854              From: Robin Houston <robin@kitsite.com>
24855              Date: Fri, 30 Mar 2001 14:10:36 +0100
24856              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
24857      Branch: perl
24858            ! pod/perldiag.pod t/lib/glob-basic.t
24859 ____________________________________________________________________________
24860 [  9468] By: jhi                                   on 2001/03/30  14:36:36
24861         Log: Subject: Better diagnostic in io/fs.t
24862              From: andreas.koenig@anima.de (Andreas J. Koenig)
24863              Date: 30 Mar 2001 10:11:43 +0200
24864              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
24865      Branch: perl
24866            ! t/io/fs.t
24867 ____________________________________________________________________________
24868 [  9467] By: nick                                  on 2001/03/30  14:25:43
24869         Log: Skip order test of glob if case-ignoring system cannot 
24870              create a.test and A.test
24871      Branch: perlio
24872            ! t/lib/glob-basic.t
24873 ____________________________________________________________________________
24874 [  9466] By: nick                                  on 2001/03/30  13:03:12
24875         Log: Integrate mainline.
24876      Branch: perlio
24877            - ext/re/hints/aix.pl
24878           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
24879           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
24880           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
24881           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
24882 ____________________________________________________________________________
24883 [  9465] By: jhi                                   on 2001/03/30  03:53:37
24884         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
24885              the tests sometimes hang, sometimes not.)
24886      Branch: perl
24887            ! t/lib/io_multihomed.t t/lib/io_sock.t
24888 ____________________________________________________________________________
24889 [  9464] By: jhi                                   on 2001/03/30  02:56:04
24890         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
24891              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24892              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
24893              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
24894      Branch: perl
24895            ! op.c
24896 ____________________________________________________________________________
24897 [  9463] By: jhi                                   on 2001/03/30  02:34:48
24898         Log: Test for #9462.
24899      Branch: perl
24900            ! t/lib/b.t
24901 ____________________________________________________________________________
24902 [  9462] By: jhi                                   on 2001/03/30  02:29:37
24903         Log: Subject: B::Deparse precedence bug. (Patch included.)
24904              From: Jeremy Madea <jmadea@inktomi.com>
24905              Date: Thu, 29 Mar 2001 12:05:02 -0800
24906              Message-ID: <20010329120502.A24881@dr.inktomi.com>
24907      Branch: perl
24908            ! ext/B/B/Deparse.pm
24909 ____________________________________________________________________________
24910 [  9461] By: jhi                                   on 2001/03/30  02:18:41
24911         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
24912              From: Peter Prymmer <pvhp@forte.com>
24913              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
24914              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
24915      Branch: perl
24916            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
24917            ! t/lib/md5-file.t
24918 ____________________________________________________________________________
24919 [  9460] By: jhi                                   on 2001/03/30  02:17:07
24920         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
24921              From: Robin Houston <robin@kitsite.com>
24922              Date: Thu, 29 Mar 2001 20:47:56 +0100
24923              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
24924      Branch: perl
24925            ! ext/B/B/Debug.pm
24926 ____________________________________________________________________________
24927 [  9459] By: jhi                                   on 2001/03/30  02:16:05
24928         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
24929              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
24930              Date: Wed, 28 Mar 2001 18:02:20 -0600
24931              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
24932      Branch: perl
24933            ! lib/ExtUtils/MM_VMS.pm
24934 ____________________________________________________________________________
24935 [  9458] By: jhi                                   on 2001/03/30  02:07:58
24936         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
24937              From: "Joshua E. Rodd" <jrodd@pbs.org>
24938              Date: Wed, 28 Mar 2001 17:29:12 -0500
24939              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
24940      Branch: perl
24941            ! pod/perlop.pod
24942 ____________________________________________________________________________
24943 [  9457] By: jhi                                   on 2001/03/30  02:04:33
24944         Log: Subject: ext/re/aix.pl can go
24945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24946              Date: Thu, 29 Mar 2001 12:03:28 +0200
24947              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
24948      Branch: perl
24949            - ext/re/hints/aix.pl
24950            ! MANIFEST
24951 ____________________________________________________________________________
24952 [  9456] By: jhi                                   on 2001/03/30  02:03:32
24953         Log: Integrate perlio.
24954      Branch: perl
24955           !> ext/Encode/Encode.xs installperl
24956 ____________________________________________________________________________
24957 [  9455] By: nick                                  on 2001/03/29  21:11:46
24958         Log: DLL name has changed so installperl needs to know
24959              (Why isn't it working it out or passed it?)
24960      Branch: perlio
24961            ! installperl
24962 ____________________________________________________________________________
24963 [  9454] By: nick                                  on 2001/03/29  20:56:12
24964         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
24965              and we don't get undef warnings.
24966      Branch: perlio
24967            ! ext/Encode/Encode.xs
24968 ____________________________________________________________________________
24969 [  9453] By: nick                                  on 2001/03/29  17:58:48
24970         Log: Integrate mainline
24971      Branch: perlio
24972           !> Changes patchlevel.h
24973 ____________________________________________________________________________
24974 [  9452] By: jhi                                   on 2001/03/29  16:44:55
24975         Log: Update Changes.
24976      Branch: perl
24977            ! Changes patchlevel.h
24978 ____________________________________________________________________________
24979 [  9451] By: nick                                  on 2001/03/29  16:31:38
24980         Log: Integrate mainline
24981      Branch: perlio
24982           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
24983           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
24984           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
24985           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
24986           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
24987 ____________________________________________________________________________
24988 [  9450] By: jhi                                   on 2001/03/29  16:29:17
24989         Log: Integrate perlio.
24990      Branch: perl
24991           !> win32/buildext.pl
24992 ____________________________________________________________________________
24993 [  9449] By: jhi                                   on 2001/03/29  15:50:01
24994         Log: Update Changes.
24995      Branch: perl
24996            ! Changes patchlevel.h
24997 ____________________________________________________________________________
24998 [  9448] By: nick                                  on 2001/03/29  15:47:15
24999         Log: Make sure buildext.pl finds Errno.pm
25000      Branch: perlio
25001            ! win32/buildext.pl
25002 ____________________________________________________________________________
25003 [  9447] By: jhi                                   on 2001/03/29  15:39:34
25004         Log: Integrate perlio.
25005      Branch: perl
25006           !> win32/makefile.mk
25007 ____________________________________________________________________________
25008 [  9446] By: nick                                  on 2001/03/29  15:30:03
25009         Log: Integrate win32/makefile.mk with mainline.
25010      Branch: perlio
25011           !> win32/makefile.mk
25012 ____________________________________________________________________________
25013 [  9445] By: nick                                  on 2001/03/29  15:27:32
25014         Log: Fix breakage ... 
25015      Branch: perlio
25016            ! win32/makefile.mk
25017 ____________________________________________________________________________
25018 [  9444] By: jhi                                   on 2001/03/29  15:03:08
25019         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
25020              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25021              Date: Thu, 29 Mar 2001 10:32:59 +0400
25022              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
25023      Branch: perl
25024            ! win32/makefile.mk
25025 ____________________________________________________________________________
25026 [  9443] By: jhi                                   on 2001/03/29  15:02:12
25027         Log: Integrate perlio.
25028      Branch: perl
25029           +> win32/buildext.pl
25030           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
25031           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
25032 ____________________________________________________________________________
25033 [  9442] By: nick                                  on 2001/03/29  14:59:11
25034         Log: Work in progress - determine win32 extensions to build via script.
25035      Branch: perlio
25036            + win32/buildext.pl
25037            ! MANIFEST win32/makefile.mk
25038 ____________________________________________________________________________
25039 [  9441] By: jhi                                   on 2001/03/29  14:51:47
25040         Log: Reintroduce the use of external pwd.
25041      Branch: perl
25042            ! t/lib/cwd.t
25043 ____________________________________________________________________________
25044 [  9440] By: jhi                                   on 2001/03/29  14:42:58
25045         Log: use warnings instead of -w.
25046      Branch: perl
25047            ! utils/h2xs.PL
25048 ____________________________________________________________________________
25049 [  9439] By: jhi                                   on 2001/03/29  14:41:52
25050         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
25051              From: Jonathan Stowe <gellyfish@gellyfish.com>
25052              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
25053              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
25054      Branch: perl
25055            ! utils/h2xs.PL
25056 ____________________________________________________________________________
25057 [  9438] By: jhi                                   on 2001/03/29  14:39:38
25058         Log: Subject: [PATCH perl@9424] minor pod nits
25059              From: Robin Barker <rmb1@cise.npl.co.uk>
25060              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
25061              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
25062      Branch: perl
25063            ! pod/perlhack.pod pod/perliol.pod
25064 ____________________________________________________________________________
25065 [  9437] By: jhi                                   on 2001/03/29  14:29:16
25066         Log: Subject: [PATCH perl@9424] typemap cast warning
25067              From: Robin Barker <rmb1@cise.npl.co.uk>
25068              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
25069              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
25070      Branch: perl
25071            ! lib/ExtUtils/typemap
25072 ____________________________________________________________________________
25073 [  9436] By: jhi                                   on 2001/03/29  14:26:03
25074         Log: Subject: [PATCH perl@9424] printf warning
25075              From: Robin Barker <rmb1@cise.npl.co.uk>
25076              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
25077              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
25078      Branch: perl
25079            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
25080            ! ext/Storable/Storable.xs toke.c
25081 ____________________________________________________________________________
25082 [  9435] By: nick                                  on 2001/03/29  14:23:31
25083         Log: Win32 has name conflict with ERROR
25084      Branch: perlio
25085            ! ext/PerlIO/Via/Via.xs
25086 ____________________________________________________________________________
25087 [  9434] By: jhi                                   on 2001/03/29  14:17:48
25088         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
25089              From: Peter Prymmer <pvhp@forte.com>
25090              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
25091              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
25092      Branch: perl
25093            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
25094 ____________________________________________________________________________
25095 [  9433] By: jhi                                   on 2001/03/29  13:52:44
25096         Log: test-prep target was missing.
25097      Branch: perl
25098            ! Makefile.SH
25099 ____________________________________________________________________________
25100 [  9432] By: nick                                  on 2001/03/29  12:40:03
25101         Log: Make as-shipped compiler default to MSVC6 
25102      Branch: perlio
25103            ! win32/makefile.mk
25104 ____________________________________________________________________________
25105 [  9431] By: nick                                  on 2001/03/29  12:12:16
25106         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
25107              akin to PerlIO::Scalar.
25108      Branch: perlio
25109            ! perlio.c perlio.h
25110 ____________________________________________________________________________
25111 [  9430] By: nick                                  on 2001/03/29  10:56:35
25112         Log: Integrate mainline.
25113      Branch: perlio
25114           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
25115           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
25116           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
25117           !> win32/makefile.mk win32/win32sck.c
25118 ____________________________________________________________________________
25119 [  9429] By: nick                                  on 2001/03/29  09:03:43
25120         Log: Noticed that two tests were skipped as perlio:: package
25121              isn't there any more. Changed the skip condition.
25122              Avoid core-dump if sv_utf8_upgrade() called on something
25123              that does not become SvPOK after SvPV() (e.g. a ref).
25124      Branch: perlio
25125            ! sv.c t/io/utf8.t t/lib/io_scalar.t
25126 ____________________________________________________________________________
25127 [  9428] By: jhi                                   on 2001/03/29  01:31:47
25128         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
25129              From: Benjamin Sugars <bsugars@canoe.ca> 
25130              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
25131              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
25132      Branch: perl
25133            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
25134            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
25135            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
25136 ____________________________________________________________________________
25137 [  9427] By: jhi                                   on 2001/03/29  00:49:30
25138         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
25139              From: "Vadim Konovalov" <watman@inbox.ru>
25140              Date: Thu, 29 Mar 2001 01:50:12 +0400
25141              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
25142      Branch: perl
25143            ! win32/makefile.mk win32/win32sck.c
25144 ____________________________________________________________________________
25145 [  9426] By: gsar                                  on 2001/03/29  00:28:04
25146         Log: dmake can only handle == and != in comparisons; support building
25147              with Borland's VCL libraries (from Vadim Konovalov)
25148      Branch: maint-5.6/perl
25149            ! win32/makefile.mk
25150 ____________________________________________________________________________
25151 [  9425] By: nick                                  on 2001/03/28  19:29:56
25152         Log: Integrate (@snapshot)
25153      Branch: perlio
25154           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
25155 ____________________________________________________________________________
25156 [  9424] By: jhi                                   on 2001/03/28  19:03:16
25157         Log: Update Changes.
25158      Branch: perl
25159            ! Changes patchlevel.h
25160 ____________________________________________________________________________
25161 [  9423] By: jhi                                   on 2001/03/28  18:52:09
25162         Log: Rmdir lib/XS on cleanup.
25163      Branch: perl
25164            ! Makefile.SH
25165 ____________________________________________________________________________
25166 [  9422] By: jhi                                   on 2001/03/28  18:49:34
25167         Log: Integrate perlio.
25168      Branch: perl
25169           !> t/op/utf8decode.t
25170 ____________________________________________________________________________
25171 [  9421] By: nick                                  on 2001/03/28  18:46:44
25172         Log: Loose duplicate chunk.
25173      Branch: perlio
25174            ! t/op/utf8decode.t
25175 ____________________________________________________________________________
25176 [  9420] By: nick                                  on 2001/03/28  18:44:11
25177         Log: Integrate mainline.
25178      Branch: perlio
25179           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
25180           !> vms/vmsish.h
25181 ____________________________________________________________________________
25182 [  9419] By: jhi                                   on 2001/03/28  18:42:05
25183         Log: Can't trust external pwds
25184              (either shell builtins or external programs)
25185      Branch: perl
25186            ! t/lib/cwd.t
25187 ____________________________________________________________________________
25188 [  9418] By: jhi                                   on 2001/03/28  18:34:05
25189         Log: Integrate perlio.
25190      Branch: perl
25191            - lib/perlio.pm
25192           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
25193           !> t/op/utf8decode.t
25194 ____________________________________________________________________________
25195 [  9417] By: nick                                  on 2001/03/28  18:24:02
25196         Log: PerlIO.pm / perlio.pm conflict.
25197              Update some pods.
25198              Make t/op/utf8decode.t a text file.
25199      Branch: perlio
25200            - lib/perlio.pm
25201            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
25202            ! t/op/utf8decode.t
25203 ____________________________________________________________________________
25204 [  9416] By: jhi                                   on 2001/03/28  18:06:07
25205         Log: Integrate change #9409 from mainline to maintperl.
25206              
25207              Yet another tweak on AIX dynaloading.
25208      Branch: maint-5.6/perl
25209           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25210 ____________________________________________________________________________
25211 [  9415] By: gsar                                  on 2001/03/28  17:13:01
25212         Log: integrate changes#9377,9385,9401 from mainline
25213              
25214              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
25215              
25216              If directory entries compare equal case-insensitively,
25217              retry case-sensitively.
25218              
25219              Subject: [PATCH] B::Terse and warnings
25220      Branch: maint-5.6/perl
25221           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
25222           !> t/pragma/warn/perl
25223 ____________________________________________________________________________
25224 [  9414] By: jhi                                   on 2001/03/28  17:11:12
25225         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
25226              From: "Craig A. Berry" <craigberry@mac.com>
25227              Date: Wed, 28 Mar 2001 10:55:20 -0600
25228              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
25229      Branch: perl
25230            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
25231 ____________________________________________________________________________
25232 [  9413] By: jhi                                   on 2001/03/28  17:03:12
25233         Log: Dup hunk.
25234      Branch: perl
25235            ! t/op/utf8decode.t
25236 ____________________________________________________________________________
25237 [  9412] By: jhi                                   on 2001/03/28  17:02:36
25238         Log: Forced integrate from perlio.
25239      Branch: perl
25240           !> t/op/utf8decode.t
25241 ____________________________________________________________________________
25242 [  9411] By: nick                                  on 2001/03/28  16:50:03
25243         Log: Integrate mainline.
25244      Branch: perlio
25245           +> t/lib/cwd.t
25246           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25247           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
25248           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
25249           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
25250           !> t/pragma/warn/perl
25251 ____________________________________________________________________________
25252 [  9410] By: jhi                                   on 2001/03/28  16:44:23
25253         Log: Subject: Re: [PATCH] 9403 cannot be tested
25254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25255              Date: Wed, 28 Mar 2001 18:33:56 +0200
25256              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
25257      Branch: perl
25258            ! makedef.pl
25259 ____________________________________________________________________________
25260 [  9409] By: jhi                                   on 2001/03/28  16:12:45
25261         Log: Yet another tweak on AIX dynaloading.
25262      Branch: perl
25263            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25264 ____________________________________________________________________________
25265 [  9408] By: jhi                                   on 2001/03/28  15:52:55
25266         Log: Subject: [PATCH] 9403 cannot be tested
25267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25268              Date: Wed, 28 Mar 2001 17:23:00 +0200
25269              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
25270              
25271              A missing symbol.
25272      Branch: perl
25273            ! makedef.pl
25274 ____________________________________________________________________________
25275 [  9407] By: jhi                                   on 2001/03/28  15:47:43
25276         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
25277      Branch: perl
25278            ! t/op/utf8decode.t
25279           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
25280           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
25281 ____________________________________________________________________________
25282 [  9406] By: jhi                                   on 2001/03/28  15:37:08
25283         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
25284              From: Benjamin Sugars <bsugars@canoe.ca> 
25285              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
25286              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
25287      Branch: perl
25288            + t/lib/cwd.t
25289            ! MANIFEST
25290 ____________________________________________________________________________
25291 [  9405] By: jhi                                   on 2001/03/28  15:13:18
25292         Log: pp_ne() needs a CORRECT boolean.
25293      Branch: perl
25294            ! pp.c
25295 ____________________________________________________________________________
25296 [  9404] By: jhi                                   on 2001/03/28  15:09:23
25297         Log: pp_ne() needs a boolean, not an integer.
25298      Branch: perl
25299            ! pp.c
25300 ____________________________________________________________________________
25301 [  9403] By: jhi                                   on 2001/03/28  14:47:43
25302         Log: (Retracted by #9404.)
25303      Branch: perl
25304            ! pp.c
25305 ____________________________________________________________________________
25306 [  9402] By: jhi                                   on 2001/03/28  14:43:59
25307         Log: Subject: Re: [PATCH] Typemap testing
25308              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
25309              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
25310              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
25311      Branch: perl
25312            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25313            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
25314 ____________________________________________________________________________
25315 [  9401] By: jhi                                   on 2001/03/28  14:42:14
25316         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
25317              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25318              Date: Sun, 25 Mar 2001 21:59:15 +0100
25319              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
25320              
25321              A variable will be checked for the "use once" warnings if:
25322              
25323              1. It is in the scope of a use warnings 'once'
25324              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
25325              
25326              Otherwise it won't be checked at all.
25327              
25328              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
25329              
25330              The enclosed patch partially fixes this issue. What I didn't
25331              get to work was the case where the "used once" warning is enabled
25332              in any file other than the main file.
25333      Branch: perl
25334            ! gv.c t/pragma/warn/perl
25335 ____________________________________________________________________________
25336 [  9400] By: nick                                  on 2001/03/28  14:38:24
25337         Log: More EBCDIC tweaks:
25338              - one more swash issue &~(0xA0-1) did not do the right thing,
25339              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
25340              - add "use re 'asciirange'" to make [!-~] etc. work
25341              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
25342              - Choose a key for t/op/each.t test which gets encoded.
25343              - Skip utf8decode if this is UTF-EBCDIC.
25344      Branch: perlio
25345            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
25346            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
25347 ____________________________________________________________________________
25348 [  9399] By: jhi                                   on 2001/03/28  14:21:00
25349         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
25350              Andreas Schwab.
25351      Branch: perl
25352            ! pp.c
25353 ____________________________________________________________________________
25354 [  9398] By: jhi                                   on 2001/03/28  00:55:56
25355         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
25356              From: David Dyck <dcd@tc.fluke.com>
25357              Date: Tue, 27 Mar 2001 15:16:24 -0800
25358              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
25359      Branch: perl
25360            ! ext/IO/lib/IO/Socket.pm
25361 ____________________________________________________________________________
25362 [  9397] By: jhi                                   on 2001/03/27  21:52:49
25363         Log: Integrate perlio.
25364      Branch: perl
25365           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
25366           +> ext/PerlIO/Via/Via.xs
25367           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
25368 ____________________________________________________________________________
25369 [  9396] By: nick                                  on 2001/03/27  21:45:13
25370         Log: Integrate mainline.
25371      Branch: perlio
25372           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
25373           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
25374 ____________________________________________________________________________
25375 [  9395] By: nick                                  on 2001/03/27  21:18:58
25376         Log: Outline docs for PerlIO and PerlIO::Scalar
25377      Branch: perlio
25378            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
25379 ____________________________________________________________________________
25380 [  9394] By: nick                                  on 2001/03/27  20:50:13
25381         Log: PerlIO::Via layer (alpha-ish).
25382      Branch: perlio
25383            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
25384            + ext/PerlIO/Via/Via.xs
25385            ! MANIFEST
25386 ____________________________________________________________________________
25387 [  9393] By: jhi                                   on 2001/03/27  20:49:55
25388         Log: Retract #9329 now that 9390 should take care of the matter.
25389      Branch: perl
25390            ! utils/h2xs.PL
25391 ____________________________________________________________________________
25392 [  9390] By: jhi                                   on 2001/03/27  20:47:50
25393         Log: Subject: Autoloading Errno.pm when %! is encountered
25394              From: Robin Houston <robin@kitsite.com>
25395              Date: Tue, 27 Mar 2001 20:57:11 +0100
25396              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
25397      Branch: perl
25398            ! embed.h embed.pl gv.c proto.h t/op/magic.t
25399 ____________________________________________________________________________
25400 [  9389] By: jhi                                   on 2001/03/27  20:24:31
25401         Log: Integrate perlio.
25402      Branch: perl
25403           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
25404           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
25405           !> utf8.c
25406 ____________________________________________________________________________
25407 [  9388] By: jhi                                   on 2001/03/27  20:21:38
25408         Log: Better have a three-element array if one is going to assign
25409              to the third element of that array. (from Tim Jenness)
25410      Branch: perl
25411            ! ext/XS/Typemap/Typemap.xs
25412 ____________________________________________________________________________
25413 [  9387] By: nick                                  on 2001/03/27  20:15:43
25414         Log: Integrate mainline.
25415      Branch: perlio
25416           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
25417           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25418           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
25419           +> t/lib/xs-typemap.t
25420           !> (integrate 34 files)
25421 ____________________________________________________________________________
25422 [  9386] By: jhi                                   on 2001/03/27  20:04:18
25423         Log: Subject: Re: perl@9359 breaks HTML::Parser
25424              From: Gisle Aas <gisle@ActiveState.com>
25425              Date: 27 Mar 2001 11:30:24 -0800
25426              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
25427              
25428              Clarify the UTF-8 issues of the API docs.
25429              (Slightly reworded and expanded.)
25430      Branch: perl
25431            ! pod/perlapi.pod sv.c sv.h
25432 ____________________________________________________________________________
25433 [  9385] By: jhi                                   on 2001/03/27  19:44:25
25434         Log: If directory entries compare equal case-insensitively,
25435              retry case-sensitively.
25436      Branch: perl
25437            ! ext/File/Glob/bsd_glob.c
25438 ____________________________________________________________________________
25439 [  9384] By: nick                                  on 2001/03/27  19:38:50
25440         Log: Various EBCDIC fixes:
25441              - major revelation that swash code is encoding aware,
25442              (or thought it was) - now it is ;-)
25443              - With that out of the way fix a slab of tr/// cases.
25444              - Fix Encode 'Unicode' to be true Unicode so tests pass.
25445              - As anticipated Base64.xs needed tweaks.
25446              - Until tr/// works right avoid old_encode64 in MIME tests.
25447      Branch: perlio
25448            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
25449            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
25450 ____________________________________________________________________________
25451 [  9383] By: jhi                                   on 2001/03/27  18:34:41
25452         Log: Add the std test suite BEGIN block.
25453      Branch: perl
25454            ! t/lib/xs-typemap.t
25455 ____________________________________________________________________________
25456 [  9382] By: jhi                                   on 2001/03/27  15:16:07
25457         Log: Add debugging output to the test.
25458      Branch: perl
25459            ! t/lib/glob-basic.t
25460 ____________________________________________________________________________
25461 [  9381] By: jhi                                   on 2001/03/27  15:08:10
25462         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
25463      Branch: perl
25464            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
25465            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25466            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
25467            + t/lib/xs-typemap.t
25468            ! MANIFEST
25469 ____________________________________________________________________________
25470 [  9380] By: jhi                                   on 2001/03/27  14:48:34
25471         Log: Subject: [PATCH] Typemap testing
25472              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
25473              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
25474              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
25475              
25476              (The first part of the patch.)
25477      Branch: perl
25478            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
25479 ____________________________________________________________________________
25480 [  9379] By: jhi                                   on 2001/03/27  14:44:56
25481         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
25482              From: Benjamin Sugars <bsugars@canoe.ca> 
25483              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
25484              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
25485      Branch: perl
25486            ! t/lib/glob-basic.t
25487 ____________________________________________________________________________
25488 [  9378] By: jhi                                   on 2001/03/27  14:42:30
25489         Log: Subject: [PATCH] perlvar nit
25490              From: Simon Cozens <simon@netthink.co.uk>
25491              Date: Tue, 27 Mar 2001 01:12:01 +0100
25492              Message-ID: <20010327011201.A19179@netthink.co.uk>
25493      Branch: perl
25494            ! pod/perlvar.pod
25495 ____________________________________________________________________________
25496 [  9377] By: jhi                                   on 2001/03/27  14:36:26
25497         Log: Subject: [PATCH] B::Terse and warnings
25498              From: Benjamin Sugars <ben.sugars@home.com>
25499              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
25500              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
25501      Branch: perl
25502            ! ext/B/B.pm ext/B/B/Terse.pm
25503 ____________________________________________________________________________
25504 [  9376] By: jhi                                   on 2001/03/27  14:31:31
25505         Log: Document sockatmark() some.
25506      Branch: perl
25507            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
25508            ! pod/perltoc.pod
25509 ____________________________________________________________________________
25510 [  9375] By: jhi                                   on 2001/03/27  14:00:24
25511         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
25512              noted by Gisle and fixed by NI-S.
25513      Branch: perl
25514            ! sv.c
25515 ____________________________________________________________________________
25516 [  9374] By: jhi                                   on 2001/03/27  05:50:01
25517         Log: Regen toc.
25518      Branch: perl
25519            ! pod/perltoc.pod
25520 ____________________________________________________________________________
25521 [  9373] By: jhi                                   on 2001/03/27  05:43:51
25522         Log: Pixie documenting.
25523      Branch: perl
25524            ! Makefile.SH pod/perlhack.pod
25525 ____________________________________________________________________________
25526 [  9372] By: jhi                                   on 2001/03/27  05:29:34
25527         Log: Metaconfig unit changes for #9371.
25528      Branch: metaconfig
25529            ! U/modified/myhostname.U
25530      Branch: metaconfig/U/perl
25531            + d_sockatmark.U
25532            ! gccvers.U
25533 ____________________________________________________________________________
25534 [  9371] By: jhi                                   on 2001/03/27  05:29:07
25535         Log: Add sockatmark() probing.
25536      Branch: perl
25537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25538            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25539            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25540            ! vos/config.ga.h win32/config.bc win32/config.gc
25541            ! win32/config.vc
25542 ____________________________________________________________________________
25543 [  9370] By: jhi                                   on 2001/03/26  22:01:18
25544         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
25545              Really need to benchmark this.
25546      Branch: perl
25547            ! pp.c
25548 ____________________________________________________________________________
25549 [  9369] By: nick                                  on 2001/03/26  21:59:30
25550         Log: Integrate mainline.
25551      Branch: perlio
25552            ! ext/MIME/Base64/QuotedPrint.pm
25553           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
25554           !> patchlevel.h pod/perlhack.pod pp_sys.c
25555 ____________________________________________________________________________
25556 [  9368] By: jhi                                   on 2001/03/26  21:47:03
25557         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
25558              
25559              TODO1: perlbench.
25560              TODO2: le, lt, ge, gt?  Yech.
25561      Branch: perl
25562            ! pp.c
25563 ____________________________________________________________________________
25564 [  9367] By: jhi                                   on 2001/03/26  21:34:57
25565         Log: Too much cut-and-paste in #9363.
25566      Branch: perl
25567            ! pp_sys.c
25568 ____________________________________________________________________________
25569 [  9366] By: jhi                                   on 2001/03/26  21:20:53
25570         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
25571              From: Andreas Schwab <schwab@suse.de>
25572              Date: 26 Mar 2001 17:29:04 +0200
25573              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
25574              
25575              (The patch for 5.6.0 or so, this is a guess for bleadperl)
25576      Branch: perl
25577            ! pp_hot.c
25578 ____________________________________________________________________________
25579 [  9365] By: jhi                                   on 2001/03/26  21:07:54
25580         Log: Integrate perlio.
25581      Branch: perl
25582           !> perlio.c
25583 ____________________________________________________________________________
25584 [  9364] By: nick                                  on 2001/03/26  20:30:48
25585         Log: REFCNT botch in layer name cache hash.
25586      Branch: perlio
25587            ! perlio.c
25588 ____________________________________________________________________________
25589 [  9363] By: jhi                                   on 2001/03/26  18:44:32
25590         Log: Subject: [PATCH] socket() leaks file descriptors
25591              From: Benjamin Sugars <bsugars@canoe.ca>
25592              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
25593              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
25594              
25595              Also sockpair() fixed similarly.
25596      Branch: perl
25597            ! pp_sys.c
25598 ____________________________________________________________________________
25599 [  9362] By: jhi                                   on 2001/03/26  18:37:52
25600         Log: Integrate perlio.
25601      Branch: perl
25602           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
25603 ____________________________________________________________________________
25604 [  9361] By: nick                                  on 2001/03/26  17:32:06
25605         Log: Implement flush of linebuffered streams on read of a tty.
25606      Branch: perlio
25607            ! perlio.c perliol.h
25608 ____________________________________________________________________________
25609 [  9360] By: nick                                  on 2001/03/26  17:12:32
25610         Log: Memory tweaks and notes for OEMVS.
25611      Branch: perlio
25612            ! README.os390 miniperlmain.c t/op/pat.t
25613 ____________________________________________________________________________
25614 [  9359] By: jhi                                   on 2001/03/26  02:12:54
25615         Log: Update Changes.
25616      Branch: perl
25617            ! Changes patchlevel.h
25618 ____________________________________________________________________________
25619 [  9358] By: jhi                                   on 2001/03/26  02:05:32
25620         Log: Document the most common pixie options.
25621      Branch: perl
25622            ! pod/perlhack.pod
25623 ____________________________________________________________________________
25624 [  9357] By: jhi                                   on 2001/03/26  01:25:28
25625         Log: For perl.pixie check *before* compiling that optimize is -g,
25626              as for perl.third.
25627      Branch: perl
25628            ! Makefile.SH
25629 ____________________________________________________________________________
25630 [  9356] By: jhi                                   on 2001/03/26  01:13:41
25631         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
25632      Branch: perl
25633            ! Makefile.SH
25634 ____________________________________________________________________________
25635 [  9355] By: jhi                                   on 2001/03/26  01:11:19
25636         Log: Remove t/perl.third.
25637      Branch: perl
25638            ! Makefile.SH
25639 ____________________________________________________________________________
25640 [  9354] By: jhi                                   on 2001/03/26  00:23:38
25641         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
25642              IO::Sockatmark().
25643      Branch: perl
25644            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
25645 ____________________________________________________________________________
25646 [  9353] By: jhi                                   on 2001/03/25  22:25:04
25647         Log: Integrate perlio.
25648      Branch: perl
25649           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
25650           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
25651           !> pp_hot.c win32/makefile.mk
25652 ____________________________________________________________________________
25653 [  9352] By: jhi                                   on 2001/03/25  22:21:41
25654         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
25655              From: Radu Greab <radu@netsoft.ro>
25656              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
25657              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
25658      Branch: perl
25659            ! pp_sys.c
25660 ____________________________________________________________________________
25661 [  9351] By: nick                                  on 2001/03/25  22:15:02
25662         Log: Fix readline in list mode to tell rest of world that it has
25663              things on the stack. Otherwise if perl code gets invoked
25664              underneath it it scribbles over results-so-far.
25665              (Why TIEHANDLE has not tripped on this is a mystery.)
25666      Branch: perlio
25667            ! pp_hot.c
25668 ____________________________________________________________________________
25669 [  9350] By: nick                                  on 2001/03/25  22:10:13
25670         Log: win32/makefile.mk typos
25671      Branch: perlio
25672            ! win32/makefile.mk
25673 ____________________________________________________________________________
25674 [  9349] By: nick                                  on 2001/03/25  21:31:14
25675         Log: Integrate now-non-binary file.
25676      Branch: perlio
25677           !> t/lib/mimeqp.t
25678 ____________________________________________________________________________
25679 [  9348] By: nick                                  on 2001/03/25  21:27:24
25680         Log: Make it text
25681      Branch: perlio
25682            ! t/lib/mimeqp.t
25683 ____________________________________________________________________________
25684 [  9347] By: nick                                  on 2001/03/25  21:25:37
25685         Log: Integrate mainline.
25686      Branch: perlio
25687           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
25688           !> lib/Term/ReadLine.pm t/lib/md5-file.t
25689 ____________________________________________________________________________
25690 [  9346] By: nick                                  on 2001/03/25  20:58:15
25691         Log: Add destruct time hook to PerlIO (for work-in-process implementing
25692              layers in perl code. In such cases layers need to be popped before
25693              we loose the ability to run perl code.)
25694              Also back-out "PerlIO::object" hook - it isn't going to work like that...
25695      Branch: perlio
25696            ! perl.c perlio.c perlio.h perliol.h
25697 ____________________________________________________________________________
25698 [  9345] By: nick                                  on 2001/03/25  20:49:11
25699         Log: Avoid at leasy one of undefined warnings in Encode.
25700      Branch: perlio
25701            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
25702 ____________________________________________________________________________
25703 [  9344] By: jhi                                   on 2001/03/25  20:37:43
25704         Log: A workaround for using Term::ReadLine in emacs minibuffer
25705              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
25706              additional tweaks from Ilya Zakharevich.
25707      Branch: perl
25708            ! lib/Term/ReadLine.pm
25709 ____________________________________________________________________________
25710 [  9343] By: nick                                  on 2001/03/25  20:21:14
25711         Log: Missing return value.
25712      Branch: perlio
25713            ! ext/PerlIO/Scalar/Scalar.xs
25714 ____________________________________________________________________________
25715 [  9342] By: jhi                                   on 2001/03/25  16:21:00
25716         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
25717              to equal the CPAN versions since no code changes have been made.
25718      Branch: perl
25719            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
25720            ! t/lib/md5-file.t
25721 ____________________________________________________________________________
25722 [  9341] By: jhi                                   on 2001/03/25  16:01:48
25723         Log: Escape 8-bit characters.
25724      Branch: perl
25725            ! t/lib/mimeqp.t
25726 ____________________________________________________________________________
25727 [  9340] By: gsar                                  on 2001/03/25  15:50:53
25728         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
25729              chars)
25730      Branch: perl
25731            + t/lib/mimeqp.t
25732 ____________________________________________________________________________
25733 [  9339] By: gsar                                  on 2001/03/25  15:48:50
25734         Log: delete mimeqp.t for later with text mode set
25735      Branch: perl
25736            - t/lib/mimeqp.t
25737 ____________________________________________________________________________
25738 [  9338] By: nick                                  on 2001/03/25  09:01:57
25739         Log: Integrate mainline.
25740      Branch: perlio
25741           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25742           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
25743           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
25744           +> t/lib/mimeb64u.t t/lib/mimeqp.t
25745           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
25746           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
25747           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
25748 ____________________________________________________________________________
25749 [  9337] By: jhi                                   on 2001/03/25  04:23:24
25750         Log: Add MIME::Base64 here and there.  Again, a lot of
25751              optimism is in the air.
25752      Branch: perl
25753            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
25754            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
25755 ____________________________________________________________________________
25756 [  9336] By: jhi                                   on 2001/03/25  04:12:43
25757         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
25758              this by ear as I do not do Win32 programming.)
25759      Branch: perl
25760            ! win32/Makefile win32/makefile.mk
25761 ____________________________________________________________________________
25762 [  9335] By: jhi                                   on 2001/03/25  04:03:50
25763         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
25764      Branch: perl
25765            ! t/lib/md5-file.t
25766 ____________________________________________________________________________
25767 [  9334] By: jhi                                   on 2001/03/25  03:58:53
25768         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
25769      Branch: perl
25770            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25771            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
25772            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
25773            + t/lib/mimeb64u.t t/lib/mimeqp.t
25774            ! MANIFEST
25775 ____________________________________________________________________________
25776 [  9333] By: jhi                                   on 2001/03/24  20:14:37
25777         Log: Integrate perlio.
25778      Branch: perl
25779           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
25780 ____________________________________________________________________________
25781 [  9332] By: nick                                  on 2001/03/24  19:40:34
25782         Log: Fix un-init variable leading to spurious "Out of Memory!"
25783      Branch: perlio
25784            ! doio.c
25785 ____________________________________________________________________________
25786 [  9331] By: nick                                  on 2001/03/24  19:09:59
25787         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
25788              and update layers internals doc.
25789      Branch: perlio
25790            ! pod/perlfunc.pod pod/perliol.pod
25791 ____________________________________________________________________________
25792 [  9330] By: jhi                                   on 2001/03/24  18:42:11
25793         Log: The length might be uninitialized garbage if the *svp is the undef.
25794      Branch: perl
25795            ! doio.c
25796 ____________________________________________________________________________
25797 [  9329] By: jhi                                   on 2001/03/24  18:26:57
25798         Log: (Retracted by #9393)
25799
25800              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
25801              From: Simon Cozens <simon@netthink.co.uk>
25802              Date: Sat, 24 Mar 2001 17:13:17 +0000
25803              Message-ID: <20010324171317.A13406@netthink.co.uk>
25804      Branch: perl
25805            ! utils/h2xs.PL
25806 ____________________________________________________________________________
25807 [  9328] By: nick                                  on 2001/03/24  17:22:02
25808         Log: Integrate mainline.
25809      Branch: perlio
25810           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
25811           !> lib/unicode/version
25812 ____________________________________________________________________________
25813 [  9327] By: nick                                  on 2001/03/24  17:16:02
25814         Log: Integrate mainline.
25815      Branch: perlio
25816           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25817           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25818           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
25819           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
25820           +> t/lib/md5-file.t
25821           !> MANIFEST Makefile.SH configure.com djgpp/config.over
25822           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
25823           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
25824           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
25825           !> win32/makefile.mk
25826 ____________________________________________________________________________
25827 [  9326] By: jhi                                   on 2001/03/24  17:00:42
25828         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
25829      Branch: perl
25830            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
25831            ! lib/unicode/version
25832 ____________________________________________________________________________
25833 [  9325] By: jhi                                   on 2001/03/24  16:22:33
25834         Log: Subject: Re: B::Deparse bug (5.6.0)
25835              From: Robin Houston <robin@kitsite.com>
25836              Date: Sat, 24 Mar 2001 14:33:09 +0000
25837              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
25838      Branch: perl
25839            ! op.c pp.c t/lib/b.t t/op/repeat.t
25840 ____________________________________________________________________________
25841 [  9324] By: jhi                                   on 2001/03/24  16:21:56
25842         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
25843              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
25844              these additions may be too optimistic.
25845      Branch: perl
25846            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
25847            ! hints/uwin.sh hints/vmesa.sh
25848 ____________________________________________________________________________
25849 [  9323] By: jhi                                   on 2001/03/24  16:06:01
25850         Log: Integrate perlio.
25851      Branch: perl
25852           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
25853           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25854            ! Makefile.SH
25855           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
25856           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
25857           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
25858           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25859           !> win32/makefile.mk win32/perlhost.h win32/win32.c
25860           !> win32/win32iop.h
25861 ____________________________________________________________________________
25862 [  9322] By: nick                                  on 2001/03/24  14:39:12
25863         Log: Routine Win32 regen_config_h - no real changes.
25864      Branch: perlio
25865            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25866 ____________________________________________________________________________
25867 [  9321] By: nick                                  on 2001/03/24  14:31:49
25868         Log: PerlIO fixups for Win32:
25869              - provide win33_popenlist() - non-functional as yet.
25870              - avoid need for aTHX in PerlIO_debug calls - even if not 
25871              enabled args are still evaluated so Win32 has trouble during fork().
25872              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
25873              - Fixup makedef.pl for latest set of symbols.
25874      Branch: perlio
25875            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
25876            ! win32/perlhost.h win32/win32.c win32/win32iop.h
25877 ____________________________________________________________________________
25878 [  9320] By: nick                                  on 2001/03/24  14:26:58
25879         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
25880              was gibberish - broke it on WIn32 at least.
25881      Branch: perlio
25882            ! ext/POSIX/POSIX.xs
25883 ____________________________________________________________________________
25884 [  9319] By: nick                                  on 2001/03/24  11:29:41
25885         Log: Generated files.
25886      Branch: perlio
25887            ! embed.h global.sym objXSUB.h perlapi.c proto.h
25888 ____________________________________________________________________________
25889 [  9318] By: nick                                  on 2001/03/24  10:29:37
25890         Log: Implement:
25891              1.  open($fh,"+<",undef);  # add test to t/io/open.t
25892              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
25893      Branch: perlio
25894            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
25895            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25896            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
25897            ! t/io/open.t t/io/utf8.t
25898 ____________________________________________________________________________
25899 [  9317] By: jhi                                   on 2001/03/23  23:41:25
25900         Log: AIX does seems to have optimization problems with its C compilers.
25901      Branch: perl
25902            ! hints/aix.sh
25903 ____________________________________________________________________________
25904 [  9316] By: jhi                                   on 2001/03/23  23:40:46
25905         Log: Integrate perlio.
25906      Branch: perl
25907           +> lib/PerlIO.pm
25908           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
25909           !> perliol.h
25910 ____________________________________________________________________________
25911 [  9315] By: jhi                                   on 2001/03/23  22:16:30
25912         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
25913      Branch: perl
25914            ! t/lib/md5-file.t
25915 ____________________________________________________________________________
25916 [  9314] By: nick                                  on 2001/03/23  20:49:02
25917         Log: Perlio internals re-organized.
25918              - open process creates AV of layer/arg pairs
25919              (appends layers from open() or open.pm to default list).
25920              - push arg is now an SV.
25921              - layer ->Open get passed the AV
25922              - open is no longer mandatory method.
25923              - topmost layer that has ->Open method does the open
25924              - any layers above are pushed once that returns.
25925              - vtable re-ordered so dummy layers need only provide push/pop methods.
25926      Branch: perlio
25927            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25928 ____________________________________________________________________________
25929 [  9313] By: nick                                  on 2001/03/23  16:27:41
25930         Log: Check in a stable (working) version before next round of tweaks.
25931              Changes include:
25932              - Move default layers code out of doio.c and into perlio.c
25933              - Single routine for parsing layer specification strings.
25934              - Skeleton support for demand loading of layers
25935              - Core-dump avoidance if PERLIO environment specifies loadable layer
25936              (does not _work_ as need IO to load and need load to do IO ...)
25937      Branch: perlio
25938            + lib/PerlIO.pm
25939            ! MANIFEST doio.c perlio.c
25940 ____________________________________________________________________________
25941 [  9312] By: gsar                                  on 2001/03/23  16:25:25
25942         Log: add execute bit to files with shebang lines in the repository;
25943              avoid clobbering execute bit in Porting/makerel 
25944      Branch: maint-5.6/perl
25945            ! (edit 144 files)
25946 ____________________________________________________________________________
25947 [  9311] By: jhi                                   on 2001/03/23  14:25:35
25948         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
25949      Branch: perl
25950            ! MANIFEST
25951 ____________________________________________________________________________
25952 [  9310] By: jhi                                   on 2001/03/23  13:45:04
25953         Log: Subject: [PATCH] Net::Ping
25954              From: Colin McMillen <mcmi0037@tc.umn.edu>
25955              Date: Thu, 22 Mar 2001 19:30:31 -0600
25956              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
25957      Branch: perl
25958            ! lib/Net/Ping.pm
25959 ____________________________________________________________________________
25960 [  9309] By: jhi                                   on 2001/03/23  13:39:13
25961         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
25962      Branch: perl
25963            ! t/lib/md5-aaa.t t/lib/md5-file.t
25964 ____________________________________________________________________________
25965 [  9308] By: jhi                                   on 2001/03/23  13:20:34
25966         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
25967              - bump the version to 2.14
25968              - drop the base64 tests since they require MIME::Base64
25969              - drop the rfc1321.txt
25970              - drop the hints/dec_osf.pl since it's only needed for
25971              pre-5.005_03 Perls
25972              Todo:
25973              - the U32 alignment testing is now removed; it needs to
25974              be reintroduced as as a Config variable (meaning also
25975              as a Configure test)
25976              - get the new EBCDIC md5sum for MD5.pm
25977              - test in Win32 to see how badly I botched the makefiles
25978      Branch: perl
25979            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25980            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25981            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
25982            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
25983            + t/lib/md5-file.t
25984            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
25985            ! win32/Makefile win32/makefile.mk
25986 ____________________________________________________________________________
25987 [  9307] By: jhi                                   on 2001/03/23  12:56:14
25988         Log: Integrate change #9306 from maintperl into mainline,
25989              AIX dynaloader for AIXes without <load.h>.
25990      Branch: perl
25991           !> ext/DynaLoader/hints/aix.pl
25992 ____________________________________________________________________________
25993 [  9306] By: jhi                                   on 2001/03/23  12:51:36
25994         Log: There are AIXes without /usr/include/load.h,
25995              patch from H.Merijn Brand.
25996      Branch: maint-5.6/perl
25997            ! ext/DynaLoader/hints/aix.pl
25998 ____________________________________________________________________________
25999 [  9305] By: nick                                  on 2001/03/23  11:00:42
26000         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
26001      Branch: perlio
26002            ! ext/Encode/Encode.xs perlio.c perlio.h
26003 ____________________________________________________________________________
26004 [  9304] By: nick                                  on 2001/03/23  10:20:46
26005         Log: Render -Duseperlio functional again.
26006              - this is "quick fix" which calls PerlIO_apply_layers after opening,
26007              which is what old scheme did. New scheme needs to change that
26008              to make open(...,\$scalar) etc. work but this will do for now.
26009      Branch: perlio
26010            ! perlio.c
26011 ____________________________________________________________________________
26012 [  9303] By: nick                                  on 2001/03/23  09:53:20
26013         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
26014              -Uuseperlio now works again.
26015              -Duseperlio is still poorly. Don't merge yet...
26016      Branch: perlio
26017            ! doio.c perlio.h
26018 ____________________________________________________________________________
26019 [  9302] By: nick                                  on 2001/03/22  22:26:51
26020         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
26021              type code.
26022              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
26023              is its main caller. In particular now has access to "extra" args, and
26024              can tell when an open handle is "reopened" (or duped?).
26025              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
26026              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
26027              PerlIO_open() et. al. (i.e. other way round).
26028              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
26029              with args close to PerlIO_openn().
26030      Branch: perlio
26031            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
26032 ____________________________________________________________________________
26033 [  9301] By: jhi                                   on 2001/03/22  20:58:04
26034         Log: Integrate perlio.
26035      Branch: perl
26036           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
26037           !> t/io/open.t util.c
26038 ____________________________________________________________________________
26039 [  9300] By: nick                                  on 2001/03/22  17:36:32
26040         Log: Don't include $@ in not ok message.
26041      Branch: perlio
26042            ! t/io/open.t
26043 ____________________________________________________________________________
26044 [  9299] By: gsar                                  on 2001/03/22  16:53:45
26045         Log: back out changes#7532,7521 for now (appears to have problems
26046              on IRIX)
26047      Branch: maint-5.6/perl
26048            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26049            ! ext/POSIX/typemap pod/perlvar.pod
26050 ____________________________________________________________________________
26051 [  9298] By: nick                                  on 2001/03/22  14:35:46
26052         Log: Give a meaning to '&' in n-arg open case:
26053              open($fh,"<&",$scalar);
26054              $scalar can be:
26055              - an integer which does "fdopen"
26056              open($fh,"<&",2); # like open($fh,"<&2")
26057              - something that will yield a file handle via sv_2io()
26058              useful for dup'ing anonymous handles.
26059              e.g.:
26060              open(my $fh,"<&",\*STDIN);
26061              open(my $dup,"<&",$fh);
26062      Branch: perlio
26063            ! doio.c t/io/open.t
26064 ____________________________________________________________________________
26065 [  9297] By: nick                                  on 2001/03/22  13:34:35
26066         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
26067      Branch: perlio
26068            ! util.c
26069 ____________________________________________________________________________
26070 [  9296] By: nick                                  on 2001/03/22  12:51:20
26071         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
26072      Branch: perlio
26073            ! perl.c
26074 ____________________________________________________________________________
26075 [  9295] By: nick                                  on 2001/03/22  11:59:44
26076         Log: If stdin, stdout or stderr get opened in unexpected read/write state
26077              then warn at time of open not at time of use.
26078      Branch: perlio
26079            ! doio.c pp_hot.c pp_sys.c
26080 ____________________________________________________________________________
26081 [  9294] By: nick                                  on 2001/03/22  10:54:35
26082         Log: Die on n-arg open(...,"",xxx,yyy,...)
26083              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
26084              - die on read/write cases so we can decide what it means later.
26085      Branch: perlio
26086            ! doio.c embed.pl iperlsys.h util.c
26087 ____________________________________________________________________________
26088 [  9293] By: nick                                  on 2001/03/22  09:02:45
26089         Log: perlio tweaks (reported by Nick Clark)
26090              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
26091              error check in Pendinf_read().
26092      Branch: perlio
26093            ! perlio.c
26094 ____________________________________________________________________________
26095 [  9292] By: gsar                                  on 2001/03/22  07:12:00
26096         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
26097              fixes)
26098      Branch: maint-5.6/perl
26099           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
26100 ____________________________________________________________________________
26101 [  9291] By: jhi                                   on 2001/03/22  06:06:44
26102         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
26103      Branch: perl
26104            ! t/op/re_tests
26105 ____________________________________________________________________________
26106 [  9290] By: jhi                                   on 2001/03/22  05:57:01
26107         Log: Move MacOS Classic higher in the list of supported platforms.
26108      Branch: maint-5.6/perl
26109            ! pod/perlport.pod
26110 ____________________________________________________________________________
26111 [  9289] By: gsar                                  on 2001/03/22  05:35:04
26112         Log: revert part of change#6438 for compatibility (av_reify()
26113              appears to be needed to implement av_splice()ish things
26114              in XS)
26115      Branch: maint-5.6/perl
26116            ! embed.pl global.sym objXSUB.h perlapi.c
26117 ____________________________________________________________________________
26118 [  9288] By: gsar                                  on 2001/03/22  03:09:19
26119         Log: update copyright year
26120      Branch: maint-5.6/perl
26121            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
26122            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
26123            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
26124            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
26125            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
26126            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
26127            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
26128            ! x2p/walk.c
26129 ____________________________________________________________________________
26130 [  9287] By: jhi                                   on 2001/03/21  20:30:54
26131         Log: Integrate perlio.
26132      Branch: perl
26133           !> ext/Data/Dumper/Dumper.xs
26134 ____________________________________________________________________________
26135 [  9286] By: gsar                                  on 2001/03/21  19:49:54
26136         Log: makefile.mk tweak
26137      Branch: maint-5.6/perl
26138            ! win32/Makefile win32/makefile.mk
26139 ____________________________________________________________________________
26140 [  9285] By: nick                                  on 2001/03/21  19:07:13
26141         Log: Multiplicity fix for Dumper.
26142      Branch: perlio
26143            ! ext/Data/Dumper/Dumper.xs
26144 ____________________________________________________________________________
26145 [  9284] By: nick                                  on 2001/03/21  19:01:07
26146         Log: Integrate mainline - (does not build xTHX issue in Dumper).
26147      Branch: perlio
26148           !> (integrate 27 files)
26149 ____________________________________________________________________________
26150 [  9283] By: jhi                                   on 2001/03/21  17:17:35
26151         Log: Integrate change #9282 from mainline into maintperl,
26152              4-arg UTF-8 substr().
26153      Branch: maint-5.6/perl
26154           !> pp.c
26155 ____________________________________________________________________________
26156 [  9282] By: jhi                                   on 2001/03/21  17:15:43
26157         Log: The #9270 would have leaked a scalar if pp_substr()
26158              returned early.
26159      Branch: perl
26160            ! pp.c
26161 ____________________________________________________________________________
26162 [  9281] By: gsar                                  on 2001/03/21  17:03:14
26163         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
26164      Branch: maint-5.6/perl
26165            ! win32/makefile.mk
26166 ____________________________________________________________________________
26167 [  9280] By: gsar                                  on 2001/03/21  17:01:20
26168         Log: some tweaks to change#9278 (fork() emulation should be enabled
26169              by setting BUILD_FLAVOR instead of changing the defaults)
26170      Branch: maint-5.6/perl
26171            ! win32/makefile.mk
26172 ____________________________________________________________________________
26173 [  9279] By: gsar                                  on 2001/03/21  16:47:19
26174         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
26175      Branch: maint-5.6/perl
26176            ! ext/File/Glob/Glob.pm
26177           !> lib/Cwd.pm
26178 ____________________________________________________________________________
26179 [  9278] By: jhi                                   on 2001/03/21  14:35:10
26180         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
26181              From: "Vadim Konovalov" <watman@inbox.ru>
26182              Date: Wed, 21 Mar 2001 01:53:51 +0300
26183              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
26184      Branch: maint-5.6/perl
26185            ! win32/makefile.mk win32/win32sck.c
26186 ____________________________________________________________________________
26187 [  9277] By: jhi                                   on 2001/03/21  13:58:28
26188         Log: Integrate change #9270 from mainline to maintperl:
26189              continued 4-arg UTF-8 substr() fixing.
26190      Branch: maint-5.6/perl
26191           !> pp.c t/op/substr.t
26192 ____________________________________________________________________________
26193 [  9276] By: jhi                                   on 2001/03/21  13:33:00
26194         Log: More pixie cleaning.
26195      Branch: perl
26196            ! Makefile.SH
26197 ____________________________________________________________________________
26198 [  9275] By: jhi                                   on 2001/03/21  03:54:17
26199         Log: Update Changes.
26200      Branch: perl
26201            ! Changes patchlevel.h
26202 ____________________________________________________________________________
26203 [  9274] By: jhi                                   on 2001/03/21  03:48:24
26204         Log: First stab at making Data::Dumper to grok Unicode.
26205              
26206              TODO: tests, EBCDICify.
26207      Branch: perl
26208            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
26209 ____________________________________________________________________________
26210 [  9273] By: jhi                                   on 2001/03/21  02:23:00
26211         Log: Fix for
26212              
26213              Subject: Memory leak in unquoted print   
26214              From: Benjamin Sugars <bsugars@canoe.ca> 
26215              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
26216              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
26217      Branch: perl
26218            ! perlio.c
26219 ____________________________________________________________________________
26220 [  9272] By: jhi                                   on 2001/03/21  01:33:17
26221         Log: Subject: Re: [PATCH] POSIX::getcwd()
26222              From: Benjamin Sugars <bsugars@canoe.ca> 
26223              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
26224              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
26225      Branch: perl
26226            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26227 ____________________________________________________________________________
26228 [  9271] By: jhi                                   on 2001/03/21  01:22:52
26229         Log: Subject: [PATCH] Cwd.pm docs
26230              From: Benjamin Sugars <bsugars@canoe.ca>
26231              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
26232              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
26233      Branch: perl
26234            ! lib/Cwd.pm
26235 ____________________________________________________________________________
26236 [  9270] By: jhi                                   on 2001/03/21  01:16:29
26237         Log: Continue 4-arg substr() UTF-8 fixage.
26238      Branch: perl
26239            ! pp.c t/op/substr.t
26240 ____________________________________________________________________________
26241 [  9269] By: jhi                                   on 2001/03/21  00:46:14
26242         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
26243              
26244              revert the leak fix in change#9142 (problem needs a more experimental
26245              fix unsuitable for 5.6.1)
26246              
26247              do alphabetical sorting by default (for csh compatibility)
26248              
26249              cut-n-paste goof in change#9264
26250              
26251              VMS piping fixes (from Charles Lane)
26252      Branch: perl
26253           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
26254           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
26255           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
26256 ____________________________________________________________________________
26257 [  9268] By: jhi                                   on 2001/03/21  00:37:04
26258         Log: Integrate perlio.
26259      Branch: perl
26260           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
26261           !> utf8.c utf8.h utfebcdic.h
26262 ____________________________________________________________________________
26263 [  9267] By: nick                                  on 2001/03/20  20:04:39
26264         Log: More EBCDIC stuff:
26265              - Loose the extra level of function on ASCII.
26266              - spotted a chr(0) issue in sv.c
26267              - re-work of UTF-X tr/// ranges to work in Unicode
26268              space. Still issues with the "0xff is illegal UTF-8" hack.
26269              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
26270              (why do it once when you can do it all over the place :-(
26271              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
26272              need utf8.pm for swashes.
26273              - Simplified and commented scan_const() in toke.c
26274              Still something wrong regexp and tr (swashes?).
26275      Branch: perlio
26276            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
26277            ! utf8.c utf8.h utfebcdic.h
26278 ____________________________________________________________________________
26279 [  9266] By: gsar                                  on 2001/03/20  19:16:43
26280         Log: VMS piping fixes (from Charles Lane)
26281      Branch: maint-5.6/perl
26282            ! vms/vms.c vms/vmspipe.com
26283 ____________________________________________________________________________
26284 [  9265] By: gsar                                  on 2001/03/20  17:53:52
26285         Log: cut-n-paste goof in change#9264
26286      Branch: maint-5.6/perl
26287            ! ext/File/Glob/Glob.xs
26288 ____________________________________________________________________________
26289 [  9264] By: gsar                                  on 2001/03/20  17:43:47
26290         Log: do alphabetical sorting by default (for csh compatibility);
26291              bsd_glob() does ASCII sort by default as usual, unless
26292              GLOB_ALPHASORT was specified
26293      Branch: maint-5.6/perl
26294            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
26295            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
26296            ! ext/File/Glob/bsd_glob.h
26297 ____________________________________________________________________________
26298 [  9263] By: gsar                                  on 2001/03/20  16:40:08
26299         Log: integrate change#9255 from mainline (unicode fix)
26300              
26301              substr($bytestr, i, n, $charstr)
26302      Branch: maint-5.6/perl
26303           !> Todo-5.6 pp.c t/op/substr.t
26304 ____________________________________________________________________________
26305 [  9262] By: gsar                                  on 2001/03/20  15:57:41
26306         Log: revert the leak fix in change#9142 (problem needs a more experimental
26307              fix unsuitable for 5.6.1)
26308      Branch: maint-5.6/perl
26309            ! scope.c
26310 ____________________________________________________________________________
26311 [  9261] By: jhi                                   on 2001/03/20  14:26:25
26312         Log: Integrate changes #9259,9260 from maintperl into mainline.
26313              
26314              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
26315              
26316              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
26317      Branch: perl
26318           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
26319 ____________________________________________________________________________
26320 [  9260] By: jhi                                   on 2001/03/20  14:05:46
26321         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
26322              From: Robin Barker <rmb1@cise.npl.co.uk>
26323              Date: Tue, 20 Mar 2001 10:12:04 GMT
26324              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
26325      Branch: maint-5.6/perl
26326            ! run.c
26327 ____________________________________________________________________________
26328 [  9259] By: jhi                                   on 2001/03/20  14:04:39
26329         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
26330              From: Chris Nandor <pudge@pobox.com>
26331              Date: Tue, 20 Mar 2001 00:40:56 -0500
26332              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
26333      Branch: maint-5.6/perl
26334            ! ext/POSIX/POSIX.xs lib/File/Path.pm
26335 ____________________________________________________________________________
26336 [  9258] By: jhi                                   on 2001/03/20  05:09:34
26337         Log: Update Changes.
26338      Branch: perl
26339            ! Changes patchlevel.h
26340 ____________________________________________________________________________
26341 [  9257] By: jhi                                   on 2001/03/20  05:04:25
26342         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
26343      Branch: perl
26344            ! t/op/tr.t
26345 ____________________________________________________________________________
26346 [  9256] By: jhi                                   on 2001/03/20  04:43:12
26347         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
26348              From: Peter Prymmer <pvhp@forte.com>
26349              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
26350              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
26351      Branch: maint-5.6/perl
26352            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
26353 ____________________________________________________________________________
26354 [  9255] By: jhi                                   on 2001/03/19  23:17:17
26355         Log: substr($bytestr, i, n, $charstr)
26356
26357              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
26358      Branch: perl
26359            ! Todo-5.6 pp.c t/op/substr.t
26360 ____________________________________________________________________________
26361 [  9254] By: jhi                                   on 2001/03/19  22:25:09
26362         Log: Rearrange the make test target prerequisites so that
26363              in a parallel make 'all' is finished before 'test'.
26364      Branch: perl
26365            ! Makefile.SH
26366 ____________________________________________________________________________
26367 [  9253] By: jhi                                   on 2001/03/19  21:48:07
26368         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
26369              From: Robin Houston <robin@kitsite.com>
26370              Date: Mon, 19 Mar 2001 15:48:41 +0000
26371              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
26372      Branch: perl
26373            ! pp_ctl.c
26374 ____________________________________________________________________________
26375 [  9252] By: jhi                                   on 2001/03/19  21:42:27
26376         Log: Integrate perlio.
26377      Branch: perl
26378           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
26379           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
26380           !> utfebcdic.h vms/perly_c.vms
26381 ____________________________________________________________________________
26382 [  9251] By: jhi                                   on 2001/03/19  21:31:28
26383         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
26384              
26385              Dynaloading in 64-bit AIX with vac.
26386      Branch: perl
26387           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26388           !> hints/aix.sh
26389 ____________________________________________________________________________
26390 [  9250] By: jhi                                   on 2001/03/19  21:18:00
26391         Log: A more robust solution for the 64bitall AIX dynaloading
26392              problem, from Jens-Uwe Mager.
26393      Branch: maint-5.6/perl
26394            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26395 ____________________________________________________________________________
26396 [  9249] By: nick                                  on 2001/03/19  20:59:37
26397         Log: Integrate mainline.
26398      Branch: perlio
26399           !> (integrate 42 files)
26400 ____________________________________________________________________________
26401 [  9248] By: nick                                  on 2001/03/19  20:22:07
26402         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
26403              (Building on OS390 uses native YACC and YYDEBUG has other
26404              side effects.)
26405      Branch: perlio
26406            ! perly.c perly.y vms/perly_c.vms
26407 ____________________________________________________________________________
26408 [  9247] By: jhi                                   on 2001/03/19  19:59:53
26409         Log: 64-bit AIX dynaloading problem (see #9244) idea
26410              from Jens-Uwe Mager.
26411      Branch: maint-5.6/perl
26412            ! ext/DynaLoader/dl_aix.xs
26413 ____________________________________________________________________________
26414 [  9246] By: nick                                  on 2001/03/19  19:27:57
26415         Log: More EBCDIC fixes.
26416      Branch: perlio
26417            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
26418            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
26419 ____________________________________________________________________________
26420 [  9245] By: jhi                                   on 2001/03/19  19:05:19
26421         Log: Integrate change #9243 from mainline into maintperl.
26422              
26423              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
26424      Branch: maint-5.6/perl
26425           !> README.vmesa
26426 ____________________________________________________________________________
26427 [  9244] By: jhi                                   on 2001/03/19  19:03:15
26428         Log: Get 64bitall AIX building, but still does not test okay:
26429              dynaloading anything fails, for example for op/defins:
26430              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
26431              (update: fixed by #9247,9250)
26432      Branch: maint-5.6/perl
26433            ! hints/aix.sh
26434 ____________________________________________________________________________
26435 [  9243] By: jhi                                   on 2001/03/19  19:00:16
26436         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
26437              From: Robin Barker <rmb1@cise.npl.co.uk>
26438              Date: Mon, 19 Mar 2001 18:01:57 GMT
26439              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
26440      Branch: perl
26441            ! README.vmesa
26442 ____________________________________________________________________________
26443 [  9242] By: jhi                                   on 2001/03/19  18:58:43
26444         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
26445              
26446              TODO: tests.
26447      Branch: perl
26448            ! doop.c op.c
26449 ____________________________________________________________________________
26450 [  9241] By: gsar                                  on 2001/03/19  17:34:46
26451         Log: VMSify tests (from Charles Lane)
26452      Branch: maint-5.6/perl
26453            ! t/lib/filehand.t t/lib/texttabs.t
26454 ____________________________________________________________________________
26455 [  9240] By: jhi                                   on 2001/03/19  14:24:26
26456         Log: Integrate change #9233 from maintperl into mainline.
26457              
26458              some refcounts were incorrect in perl_clone()
26459      Branch: perl
26460           !> sv.c
26461 ____________________________________________________________________________
26462 [  9239] By: gsar                                  on 2001/03/19  09:23:17
26463         Log: this is 5.6.1-trial3
26464      Branch: maint-5.6/perl
26465            ! Changes
26466 ____________________________________________________________________________
26467 [  9238] By: gsar                                  on 2001/03/19  08:47:04
26468         Log: some new symbols are only available under ithreads
26469      Branch: maint-5.6/perl
26470            ! makedef.pl
26471 ____________________________________________________________________________
26472 [  9237] By: gsar                                  on 2001/03/19  08:42:28
26473         Log: update patchlevel.h, Changes, &c.
26474      Branch: maint-5.6/perl
26475            ! Changes patchlevel.h pod/perlhist.pod
26476           !> AUTHORS
26477 ____________________________________________________________________________
26478 [  9236] By: gsar                                  on 2001/03/19  08:17:49
26479         Log: integrate changes#8068,8717 from mainline
26480              
26481              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
26482              
26483              [PATCH CPAN 1.59_51] warning message (not!)
26484      Branch: maint-5.6/perl
26485           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
26486           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
26487           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
26488           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
26489           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26490 ____________________________________________________________________________
26491 [  9235] By: gsar                                  on 2001/03/19  08:07:09
26492         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
26493              
26494              [PATCH] Add missing CV flags to dump.c
26495              
26496              Re: [patch] Re: PL_ptr_table
26497              
26498              Fixup non-ithread build after 8713
26499              
26500              Generated files form 8713 etc.
26501              
26502              Correct the correction :-(
26503              
26504              Documenting coderef @INC (Re: CPAN "make this script work" feature)
26505              
26506              Subject: Re: sync sync sync: have I missed any patches?
26507              Replace djSP with dSP.
26508      Branch: maint-5.6/perl
26509           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
26510           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
26511           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
26512           !> sv.c sv.h win32/perlhost.h
26513 ____________________________________________________________________________
26514 [  9234] By: gsar                                  on 2001/03/19  07:22:05
26515         Log: revert the change#9090 integrate for now (change looks somewhat
26516              incomplete in that [ha]v_exists() need something similar; lacks
26517              tests; &c.)
26518      Branch: maint-5.6/perl
26519            ! hv.c
26520 ____________________________________________________________________________
26521 [  9233] By: gsar                                  on 2001/03/19  07:10:01
26522         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
26523              destruction when there are unreferenced scalars (SvREFCNT==0)
26524      Branch: maint-5.6/perl
26525            ! sv.c
26526 ____________________________________________________________________________
26527 [  9232] By: jhi                                   on 2001/03/19  05:11:02
26528         Log: Regen api and toc.
26529      Branch: maint-5.6/perl
26530            ! pod/perlapi.pod pod/perltoc.pod
26531 ____________________________________________________________________________
26532 [  9231] By: jhi                                   on 2001/03/19  04:06:03
26533         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
26534              add a lost line in pp.c:pp_chop(), update to new op/chop.
26535              
26536              Clarify the description differentiating for and while; inspired by
26537              
26538              Subject: [ID 20010306.004] || != named unary operator
26539              
26540              The $Is_MacOS needs to be declared.
26541      Branch: maint-5.6/perl
26542            ! pp.c t/op/chop.t
26543           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
26544 ____________________________________________________________________________
26545 [  9230] By: jhi                                   on 2001/03/19  03:48:16
26546         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
26547              9079,9083,9089,9090,9091 from mainline to maintperl.
26548              
26549              Quieten some noise in Win32 builds
26550              
26551              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
26552              
26553              The perlretut was still talking about the old \p and \P
26554              definitions.
26555              
26556              More tweakage on the Unicode character class descriptions.
26557              
26558              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
26559              
26560              Subject: 'no *POSIX' Patch speeding up make on BS2000 
26561              
26562              Subject: [PATCH] perldata.pod here-doc docs
26563              
26564              Add /sbin and /usr/sbin to the list of directories scanned
26565              for setuid programs.  Takes care of bug id 20010309.003.
26566              
26567              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
26568              
26569              In op/stat #35 better to scan all the potential directories
26570              for setuids, not just the first one.
26571      Branch: maint-5.6/perl
26572            ! Makefile.SH
26573           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
26574           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
26575           !> t/op/stat.t toke.c win32/win32.h
26576 ____________________________________________________________________________
26577 [  9229] By: jhi                                   on 2001/03/19  02:31:50
26578         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
26579              From: Chris Nandor <pudge@pobox.com>
26580              Date: Sat, 10 Mar 2001 14:22:19 -0500
26581              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
26582      Branch: maint-5.6/perl
26583            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26584            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
26585            ! t/lib/b.t t/lib/errno.t
26586 ____________________________________________________________________________
26587 [  9228] By: jhi                                   on 2001/03/19  02:29:59
26588         Log: Integrate changes #9113,9122 from mainline into maintperl.
26589              
26590              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?)
26591      Branch: maint-5.6/perl
26592           !> Configure README.os390 hints/os390.sh
26593 ____________________________________________________________________________
26594 [  9227] By: jhi                                   on 2001/03/19  02:22:35
26595         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
26596              into maintperl.
26597              
26598              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
26599              
26600              Forgot to check-in the larger part of #9120, duh.
26601              
26602              Subject: Another patch for integer.pm POD 
26603              
26604              h2ph strictness and cleanliness from Kurt Starsinic.
26605              
26606              Borland filename case problem.
26607              
26608              h2ph strictness and cleanliness from Kurt Starsinic.
26609              
26610              Subject: [PATCH] the uncontroversial doc patches
26611      Branch: maint-5.6/perl
26612           +> win32/sncfnmcs.pl
26613           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
26614           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
26615           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
26616           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
26617           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
26618           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
26619           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
26620 ____________________________________________________________________________
26621 [  9226] By: jhi                                   on 2001/03/19  02:10:21
26622         Log: Integrate changes #9207,9214 from mainline into maintperl.
26623              
26624              podchecker relaxations: =over has an *optional* number after it,
26625              and whitespace in L<> is okay.
26626      Branch: maint-5.6/perl
26627           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
26628           !> t/pod/poderrs.xr
26629 ____________________________________________________________________________
26630 [  9225] By: jhi                                   on 2001/03/19  02:07:38
26631         Log: Integrate change #9219 from maintperl into mainline.
26632              
26633              remove duplicated tests
26634      Branch: perl
26635           !> t/op/re_tests
26636 ____________________________________________________________________________
26637 [  9224] By: jhi                                   on 2001/03/19  02:06:11
26638         Log: Integrate change #9223 from mainline to maintperl.
26639              
26640              Document -Dmksymlinks.
26641      Branch: maint-5.6/perl
26642           !> INSTALL
26643 ____________________________________________________________________________
26644 [  9223] By: jhi                                   on 2001/03/19  02:01:25
26645         Log: Document -Dmksymlinks.
26646      Branch: perl
26647            ! INSTALL
26648 ____________________________________________________________________________
26649 [  9222] By: jhi                                   on 2001/03/19  01:15:35
26650         Log: The -Dmksymlinks wasn't working for maintperl.
26651      Branch: maint-5.6/perl
26652            ! Configure
26653 ____________________________________________________________________________
26654 [  9221] By: jhi                                   on 2001/03/19  00:49:43
26655         Log: Cleanup pixie residue.
26656      Branch: perl
26657            ! Makefile.SH
26658 ____________________________________________________________________________
26659 [  9220] By: jhi                                   on 2001/03/19  00:44:47
26660         Log: Document the use of pixie/prof; create make targets for it.
26661              
26662              TODO: make t/TEST pixie-aware.
26663      Branch: perl
26664            ! Makefile.SH pod/perlhack.pod
26665 ____________________________________________________________________________
26666 [  9219] By: gsar                                  on 2001/03/19  00:16:55
26667         Log: remove duplicated tests
26668      Branch: maint-5.6/perl
26669            ! t/op/re_tests
26670 ____________________________________________________________________________
26671 [  9218] By: jhi                                   on 2001/03/18  23:59:31
26672         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
26673      Branch: perl
26674            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
26675 ____________________________________________________________________________
26676 [  9217] By: jhi                                   on 2001/03/18  23:25:20
26677         Log: Rewrite the tests section of Makefile to be less redundant
26678              and to allow for more flexible test targets, many recursive
26679              make calls introduced.
26680      Branch: perl
26681            ! Makefile.SH
26682 ____________________________________________________________________________
26683 [  9216] By: jhi                                   on 2001/03/18  22:30:04
26684         Log: Document the use of Third Degree (sparsely).
26685      Branch: perl
26686            ! pod/perlhack.pod t/TEST
26687 ____________________________________________________________________________
26688 [  9215] By: jhi                                   on 2001/03/18  22:10:30
26689         Log: Make targets for testing with Third Degree.
26690      Branch: perl
26691            ! Makefile.SH
26692 ____________________________________________________________________________
26693 [  9214] By: jhi                                   on 2001/03/18  21:08:53
26694         Log: The podchecker relaxations need to mirrored also at the tests.
26695      Branch: perl
26696            ! t/pod/poderrs.xr
26697 ____________________________________________________________________________
26698 [  9213] By: jhi                                   on 2001/03/18  20:56:21
26699         Log: Update Changes.
26700      Branch: perl
26701            ! Changes patchlevel.h
26702 ____________________________________________________________________________
26703 [  9212] By: jhi                                   on 2001/03/18  20:36:59
26704         Log: Looking for config.sh in parent directories isn't
26705              very useful for the toplevel Makefile.
26706      Branch: perl
26707            ! Makefile.SH
26708 ____________________________________________________________________________
26709 [  9211] By: jhi                                   on 2001/03/18  20:33:37
26710         Log: On "make clean" take care of Third Degree droppings.
26711      Branch: perl
26712            ! Makefile.SH
26713 ____________________________________________________________________________
26714 [  9210] By: jhi                                   on 2001/03/18  20:21:34
26715         Log: Add a hook for running the tests under the Third Degree
26716              debugging tool (set $ENV{PERL_3LOG} to non-zero)
26717              
26718              TODO: Document the use of Third Degree.
26719      Branch: perl
26720            ! t/TEST
26721 ____________________________________________________________________________
26722 [  9209] By: jhi                                   on 2001/03/18  20:19:07
26723         Log: Regen toc and api pods.
26724      Branch: perl
26725            ! pod/perlapi.pod pod/perltoc.pod
26726 ____________________________________________________________________________
26727 [  9208] By: jhi                                   on 2001/03/18  20:12:12
26728         Log: Integrate changes #8128,9132 from mainline into maintperl,
26729              Tie::SubstrHash fixes.
26730      Branch: maint-5.6/perl
26731           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
26732 ____________________________________________________________________________
26733 [  9207] By: jhi                                   on 2001/03/18  20:07:43
26734         Log: podchecker relaxations from Michael Stevens.
26735      Branch: perl
26736            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
26737 ____________________________________________________________________________
26738 [  9206] By: jhi                                   on 2001/03/18  20:04:24
26739         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
26740      Branch: perl
26741            ! lib/Locale/Constants.pm lib/Locale/Country.pm
26742            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
26743            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
26744 ____________________________________________________________________________
26745 [  9205] By: jhi                                   on 2001/03/18  19:54:45
26746         Log: Integrate changes #9161,9162 from maintperl to mainline.
26747              
26748              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
26749              results
26750      Branch: perl
26751           !> t/op/magic.t
26752 ____________________________________________________________________________
26753 [  9204] By: jhi                                   on 2001/03/18  19:37:46
26754         Log: Make perl.third checks more understandable to the builder.
26755      Branch: perl
26756            ! Makefile.SH
26757 ____________________________________________________________________________
26758 [  9203] By: jhi                                   on 2001/03/18  19:20:54
26759         Log: Re-integrate #9138 from maintperl to mainline,
26760              the squelching of the unneeded "Scalars leaked" messages.
26761      Branch: perl
26762           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26763           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26764           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26765 ____________________________________________________________________________
26766 [  9202] By: jhi                                   on 2001/03/18  18:48:36
26767         Log: More robust and more paranoid perl.third target.
26768      Branch: perl
26769            ! Makefile.SH
26770 ____________________________________________________________________________
26771 [  9201] By: jhi                                   on 2001/03/18  18:39:21
26772         Log: Integrate change #9197 from maintperl to mainline.
26773              
26774              more thorough cleaning of arenas.
26775      Branch: perl
26776           !> embed.pl perl.c proto.h sv.c t/op/sort.t
26777 ____________________________________________________________________________
26778 [  9200] By: jhi                                   on 2001/03/18  18:25:17
26779         Log: Integrate perlio.
26780      Branch: perl
26781           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
26782           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
26783           !> t/lib/encode.t toke.c universal.c utf8.c
26784 ____________________________________________________________________________
26785 [  9199] By: nick                                  on 2001/03/18  15:23:51
26786         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
26787              is the sense of the test being done. Avoid some magical 127 and 128 values
26788              by using macros.
26789      Branch: perlio
26790            ! doop.c pp_ctl.c sv.c toke.c
26791 ____________________________________________________________________________
26792 [  9198] By: nick                                  on 2001/03/18  14:18:12
26793         Log: UTF-X encoding invariance for Encode:
26794              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
26795              - move the XS code for those to universal.c (so in miniperl)
26796              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
26797              - change ext/Encode/compile to use above.
26798              - Fix t/lib/encode.t for above
26799              - Teach t/lib/b.t to expect -uutf8
26800              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
26801              utf8.pm is needed.
26802      Branch: perlio
26803            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26804            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
26805 ____________________________________________________________________________
26806 [  9197] By: gsar                                  on 2001/03/18  12:15:57
26807         Log: more thorough cleaning of arenas--keep going until no more
26808              SvREFCNT_dec()s occur (this fixes the problem that causes the
26809              pesky "Scalars leaked" warnings)
26810      Branch: maint-5.6/perl
26811            ! embed.pl perl.c proto.h sv.c t/op/sort.t
26812 ____________________________________________________________________________
26813 [  9196] By: nick                                  on 2001/03/18  10:57:29
26814         Log: Fix pragma/utf8.t # 15
26815              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
26816              are SvUTF8 as well.
26817      Branch: perlio
26818            ! toke.c
26819 ____________________________________________________________________________
26820 [  9195] By: nick                                  on 2001/03/18  09:27:06
26821         Log: Integrate mainline
26822      Branch: perlio
26823           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
26824           !> t/op/pat.t
26825 ____________________________________________________________________________
26826 [  9194] By: jhi                                   on 2001/03/18  05:29:59
26827         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
26828              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
26829      Branch: perl
26830            ! op.c op.h t/op/misc.t t/op/pat.t
26831 ____________________________________________________________________________
26832 [  9193] By: jhi                                   on 2001/03/18  05:15:06
26833         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
26834      Branch: perl
26835            ! mg.c t/op/pat.t
26836 ____________________________________________________________________________
26837 [  9192] By: jhi                                   on 2001/03/18  04:22:43
26838         Log: tr/// UTF-8 patches from Inaba Hiroto.
26839      Branch: perl
26840            ! doop.c op.c
26841 ____________________________________________________________________________
26842 [  9191] By: jhi                                   on 2001/03/18  04:21:17
26843         Log: Integrate perlio.
26844      Branch: perl
26845           !> utf8.c utfebcdic.h
26846 ____________________________________________________________________________
26847 [  9190] By: nick                                  on 2001/03/17  20:32:01
26848         Log: Correct #if EBCDIC side typos.
26849              Builds and passes many tests on OS390.
26850      Branch: perlio
26851            ! utf8.c utfebcdic.h
26852 ____________________________________________________________________________
26853 [  9189] By: jhi                                   on 2001/03/17  18:55:49
26854         Log: Add prerequisites for the perl.third target.
26855      Branch: perl
26856            ! Makefile.SH
26857 ____________________________________________________________________________
26858 [  9188] By: jhi                                   on 2001/03/17  18:46:00
26859         Log: Integrate perlio.
26860      Branch: perl
26861           +> utfebcdic.h
26862           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
26863 ____________________________________________________________________________
26864 [  9187] By: jhi                                   on 2001/03/17  18:38:47
26865         Log: Add a make rule for perl.third (the Third Degree memory debugging
26866              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
26867      Branch: perl
26868            ! Makefile.SH
26869 ____________________________________________________________________________
26870 [  9186] By: nick                                  on 2001/03/17  18:34:48
26871         Log: MANIFEST addition :-(
26872      Branch: perlio
26873            ! MANIFEST
26874 ____________________________________________________________________________
26875 [  9185] By: nick                                  on 2001/03/17  18:29:50
26876         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
26877              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
26878              a superset of ASCII are invariant under the encoding. This is EBCDIC
26879              friendly as an encoded string can be looked at as being EBCDIC by lexer
26880              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
26881              ASCII on ASCII machines.
26882              
26883              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
26884              seperate.
26885              - Add some more macros to comprehend different shift amounts and
26886              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
26887              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
26888              and conditionaly #include it.
26889              
26890              EBCDIC build as yet untested.  ASCII still fails the one test.
26891      Branch: perlio
26892            + utfebcdic.h
26893            ! utf8.c utf8.h
26894 ____________________________________________________________________________
26895 [  9184] By: nick                                  on 2001/03/17  17:44:16
26896         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
26897      Branch: perlio
26898            ! doop.c perl.h pp.c utf8.h
26899 ____________________________________________________________________________
26900 [  9183] By: jhi                                   on 2001/03/17  15:55:42
26901         Log: Integrate perlio.
26902      Branch: perl
26903            ! MANIFEST
26904           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
26905 ____________________________________________________________________________
26906 [  9182] By: nick                                  on 2001/03/17  09:16:06
26907         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
26908      Branch: perlio
26909            ! t/op/pat.t
26910 ____________________________________________________________________________
26911 [  9181] By: nick                                  on 2001/03/17  09:15:11
26912         Log: Integrate mainline.
26913      Branch: perlio
26914           +> lib/Locale/Constants.pm lib/Locale/Country.pm
26915           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
26916           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
26917           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
26918           !> (integrate 83 files)
26919 ____________________________________________________________________________
26920 [  9180] By: nick                                  on 2001/03/16  17:23:21
26921         Log: EBCDIC Fixes.
26922      Branch: perlio
26923            ! perl.h sv.c toke.c utf8.c utf8.h
26924 ____________________________________________________________________________
26925 [  9179] By: jhi                                   on 2001/03/16  14:10:12
26926         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
26927              a change needed to work around an AIX compiler bug.
26928      Branch: perl
26929            ! ext/Storable/Storable.xs
26930 ____________________________________________________________________________
26931 [  9178] By: jhi                                   on 2001/03/16  03:19:59
26932         Log: With Damian's approval synchronize damian's modules'
26933              licensing with Perl's standard module licensing.
26934      Branch: perl
26935            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
26936 ____________________________________________________________________________
26937 [  9177] By: jhi                                   on 2001/03/16  03:15:34
26938         Log: Make the Filter::Util:Call files have their own copies
26939              of the Perl standard module licensing, from Paul Marquess.
26940      Branch: perl
26941            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
26942 ____________________________________________________________________________
26943 [  9176] By: jhi                                   on 2001/03/16  02:56:04
26944         Log: Subject: [PATCH] more pod patches
26945              From: Michael Stevens <michael@etla.org>
26946              Date: Thu, 15 Mar 2001 21:25:18 +0000
26947              Message-ID: <20010315212518.A18870@firedrake.org>
26948      Branch: perl
26949            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
26950            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
26951            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
26952            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
26953            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
26954            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
26955            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
26956            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
26957            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
26958            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
26959            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
26960            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
26961            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
26962            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
26963            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
26964            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
26965            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
26966            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
26967            ! lib/Locale/Country.pm lib/Locale/Language.pm
26968            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
26969            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
26970            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
26971            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
26972            ! os2/OS2/Process/Process.pm
26973 ____________________________________________________________________________
26974 [  9175] By: jhi                                   on 2001/03/16  02:53:32
26975         Log: Subject: [PATCH] the uncontroversial doc patches
26976              From: Michael Stevens <michael@etla.org>
26977              Date: Thu, 15 Mar 2001 20:01:12 +0000
26978              Message-ID: <20010315200112.A7636@firedrake.org>
26979      Branch: perl
26980            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
26981            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
26982            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
26983            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
26984            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
26985 ____________________________________________________________________________
26986 [  9174] By: jhi                                   on 2001/03/16  02:50:49
26987         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
26988              From: Paul Lindner <lindner@inuus.com>
26989              Date: Fri, 16 Mar 2001 11:28:03 -0800
26990              Message-ID: <20010316112803.A7577@inuus.com>
26991      Branch: perl
26992            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26993 ____________________________________________________________________________
26994 [  9173] By: nick                                  on 2001/03/15  20:21:03
26995         Log: 1st day's EBCDIC fixes:
26996              - toke.c's parsing of strings needed attention
26997              needed to conditionally e2a if string was already UTF-8
26998              - e2a/a2e tables where wrong way round.
26999              - new macros in utf8.h
27000      Branch: perlio
27001            ! perl.h toke.c utf8.h
27002 ____________________________________________________________________________
27003 [  9172] By: jhi                                   on 2001/03/15  15:17:17
27004         Log: Update Changes.
27005      Branch: perl
27006            ! Changes patchlevel.h
27007 ____________________________________________________________________________
27008 [  9171] By: jhi                                   on 2001/03/15  15:09:32
27009         Log: Subject: Re: Another Borland C++ problem.
27010              From: "Vadim Konovalov" <watman@inbox.ru>
27011              Date: Sat, 10 Mar 2001 19:26:07 +0300
27012              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
27013              
27014              Borland filename case problem.
27015      Branch: perl
27016            + win32/sncfnmcs.pl
27017            ! MANIFEST README.win32
27018 ____________________________________________________________________________
27019 [  9170] By: jhi                                   on 2001/03/15  14:54:23
27020         Log: Add Locale::Codes 1.06, from Neil Bowers.
27021      Branch: perl
27022            + lib/Locale/Constants.pm lib/Locale/Country.pm
27023            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
27024            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
27025            + t/lib/lc-language.t t/lib/lc-uk.t
27026            ! MANIFEST
27027 ____________________________________________________________________________
27028 [  9169] By: jhi                                   on 2001/03/15  14:19:01
27029         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
27030      Branch: perl
27031            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27032            ! ext/Storable/Storable.xs
27033 ____________________________________________________________________________
27034 [  9168] By: jhi                                   on 2001/03/15  14:13:22
27035         Log: Integrate changes #9120,9167 from mainline to maintperl.
27036              
27037              Subject: [PATCH 5.6.1] OS/2 docs
27038              
27039              Subject: [PATCH 5.6.1] perldoc
27040      Branch: maint-5.6/perl
27041           !> os2/Changes utils/perldoc.PL
27042 ____________________________________________________________________________
27043 [  9167] By: jhi                                   on 2001/03/15  14:07:42
27044         Log: Subject: [PATCH 5.6.1] perldoc
27045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27046              Date: Wed, 14 Mar 2001 23:46:52 -0500
27047              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
27048      Branch: perl
27049            ! utils/perldoc.PL
27050 ____________________________________________________________________________
27051 [  9166] By: jhi                                   on 2001/03/15  13:53:15
27052         Log: sigaction test condition tweakage.
27053      Branch: perl
27054            ! t/lib/sigaction.t
27055 ____________________________________________________________________________
27056 [  9165] By: alanbur                               on 2001/03/15  03:49:17
27057         Log: Resynchronised with parent
27058      Branch: maint-5.6/pureperl
27059           +> os2/os2add.sym t/op/anonsub.t
27060           !> (integrate 72 files)
27061 ____________________________________________________________________________
27062 [  9164] By: jhi                                   on 2001/03/15  01:05:01
27063         Log: Avoid stomping off the beginning of an array in tr///.
27064      Branch: perl
27065            ! op.c
27066 ____________________________________________________________________________
27067 [  9163] By: jhi                                   on 2001/03/15  00:58:57
27068         Log: h2ph strictness and cleanliness from Kurt Starsinic.
27069      Branch: perl
27070            ! utils/h2ph.PL
27071 ____________________________________________________________________________
27072 [  9162] By: gsar                                  on 2001/03/15  00:56:53
27073         Log: avoid warnings
27074      Branch: maint-5.6/perl
27075            ! t/op/magic.t
27076 ____________________________________________________________________________
27077 [  9161] By: gsar                                  on 2001/03/15  00:52:09
27078         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
27079              results
27080      Branch: maint-5.6/perl
27081            ! t/op/magic.t
27082 ____________________________________________________________________________
27083 [  9160] By: jhi                                   on 2001/03/14  22:02:10
27084         Log: Do not use the Perl malloc in IRIX, suggested by
27085              Helmus Jarausch.
27086      Branch: perl
27087            ! hints/irix_6.sh
27088 ____________________________________________________________________________
27089 [  9159] By: nick                                  on 2001/03/14  21:45:59
27090         Log: Integrate mainline
27091      Branch: perlio
27092           +> t/op/loopctl.t
27093           !> (integrate 41 files)
27094 ____________________________________________________________________________
27095 [  9158] By: jhi                                   on 2001/03/14  21:10:09
27096         Log: The Day of the Retractions continues: the #9138
27097              (integrated in #9144) doesn't work well in mainline.
27098      Branch: perl
27099            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
27100            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
27101            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
27102 ____________________________________________________________________________
27103 [  9157] By: jhi                                   on 2001/03/14  20:58:12
27104         Log: The #9145 CANNOT be enabled: the clear_pmop code still
27105              dumps core all over in Tru64.
27106      Branch: perl
27107            ! op.c op.h t/op/pat.t
27108 ____________________________________________________________________________
27109 [  9156] By: jhi                                   on 2001/03/14  20:48:06
27110         Log: Integrate change #9154 from maintperl to mainline.
27111              
27112              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
27113              (caused Storable 1.0.10 to break on windows)
27114      Branch: perl
27115           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
27116           !> perlapi.c proto.h
27117 ____________________________________________________________________________
27118 [  9155] By: jhi                                   on 2001/03/14  20:23:53
27119         Log: Retract #9136: breaks threading (and binary compatibility).
27120      Branch: perl
27121            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27122 ____________________________________________________________________________
27123 [  9154] By: gsar                                  on 2001/03/14  17:48:18
27124         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
27125              (caused Storable 1.0.10 to break on windows)
27126      Branch: maint-5.6/perl
27127            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
27128            ! perlapi.c proto.h
27129 ____________________________________________________________________________
27130 [  9153] By: jhi                                   on 2001/03/14  13:35:21
27131         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
27132      Branch: perl
27133            ! t/lib/sigaction.t
27134 ____________________________________________________________________________
27135 [  9152] By: gsar                                  on 2001/03/14  07:29:40
27136         Log: back out changes#9012,9010,9009 and parts of change#9016
27137              (causes ABRs under purify, and some prerequisites don't
27138              seem to be there in 5.6.x)
27139      Branch: maint-5.6/perl
27140            ! doop.c op.c t/op/tr.t toke.c
27141 ____________________________________________________________________________
27142 [  9151] By: gsar                                  on 2001/03/14  07:01:29
27143         Log: reenable change#9145 (the test was busted due to a missing
27144              C<print "ok 27\n">)
27145      Branch: perl
27146            ! op.c op.h t/op/pat.t
27147 ____________________________________________________________________________
27148 [  9150] By: jhi                                   on 2001/03/14  06:38:36
27149         Log: Retract #9145.
27150      Branch: perl
27151            ! op.c op.h t/op/pat.t
27152 ____________________________________________________________________________
27153 [  9149] By: jhi                                   on 2001/03/14  06:14:56
27154         Log: Retract #9143.
27155      Branch: perl
27156            ! op.c
27157 ____________________________________________________________________________
27158 [  9148] By: gsar                                  on 2001/03/14  06:13:02
27159         Log: Uninitialized Memory Read in regexec.c
27160      Branch: perl
27161            ! regexec.c
27162 ____________________________________________________________________________
27163 [  9147] By: jhi                                   on 2001/03/14  04:59:54
27164         Log: Subject: PATCH: make goto work in nested eval ""
27165              From: Robin Houston <robin@kitsite.com>
27166              Date: Wed, 14 Mar 2001 04:16:10 +0000
27167              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
27168      Branch: perl
27169            ! pp_ctl.c t/op/goto.t
27170 ____________________________________________________________________________
27171 [  9146] By: jhi                                   on 2001/03/14  04:42:54
27172         Log: Preserve the #ifdef PERL_CORE in perly.h.
27173      Branch: perl
27174            ! perly.fixer
27175 ____________________________________________________________________________
27176 [  9145] By: jhi                                   on 2001/03/14  03:57:41
27177         Log: (Retracted by #9150.)
27178      Branch: perl
27179            ! op.c op.h t/op/pat.t
27180 ____________________________________________________________________________
27181 [  9144] By: jhi                                   on 2001/03/14  03:50:38
27182         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
27183              
27184              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
27185              
27186              remove squelch controls for "Scalars leaked" messages in most places
27187              (these are now cured)
27188              
27189              fix another memory leak reported by purify (tie callbacks that
27190              croak can leak when wiping out magic)
27191      Branch: perl
27192           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
27193           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
27194           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
27195           !> t/pragma/warnings.t
27196 ____________________________________________________________________________
27197 [  9143] By: jhi                                   on 2001/03/14  03:37:53
27198         Log: (Retracted by #9149.)
27199      Branch: perl
27200            ! op.c
27201 ____________________________________________________________________________
27202 [  9142] By: gsar                                  on 2001/03/14  03:20:48
27203         Log: fix another memory leak reported by purify (tie callbacks that
27204              croak can leak when wiping out magic)
27205      Branch: maint-5.6/perl
27206            ! scope.c
27207 ____________________________________________________________________________
27208 [  9141] By: jhi                                   on 2001/03/14  02:55:00
27209         Log: Subject: PATCH for [ID 20010305.003]
27210              From: Robin Houston <robin@kitsite.com>
27211              Date: Wed, 14 Mar 2001 02:45:51 +0000
27212              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
27213      Branch: perl
27214            ! pp_ctl.c t/op/eval.t
27215 ____________________________________________________________________________
27216 [  9140] By: jhi                                   on 2001/03/14  02:41:54
27217         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
27218              Date: Wed, 14 Mar 2001 01:52:51 +0000
27219              From: Robin Houston <robin@kitsite.com>
27220              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
27221              
27222              Fix for 2000313.004.
27223      Branch: perl
27224            ! pp_ctl.c t/op/goto.t
27225 ____________________________________________________________________________
27226 [  9139] By: jhi                                   on 2001/03/14  02:40:50
27227         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
27228              From: Robin Houston <robin@kitsite.com>
27229              Date: Wed, 14 Mar 2001 00:43:45 +0000
27230              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
27231      Branch: perl
27232            + t/op/loopctl.t
27233            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
27234            ! vms/perly_c.vms
27235 ____________________________________________________________________________
27236 [  9138] By: gsar                                  on 2001/03/14  01:18:00
27237         Log: remove squelch controls for "Scalars leaked" messages in most places
27238              (these are now cured)
27239      Branch: maint-5.6/perl
27240            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
27241            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
27242            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
27243 ____________________________________________________________________________
27244 [  9137] By: gsar                                  on 2001/03/14  00:57:04
27245         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
27246      Branch: maint-5.6/perl
27247            ! regcomp.c
27248 ____________________________________________________________________________
27249 [  9136] By: jhi                                   on 2001/03/13  23:12:24
27250         Log: (Retracted by #9155)
27251              
27252              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
27253              From: Jens-Uwe Mager <jum@helios.de>
27254              Date: Wed, 21 Feb 2001 21:32:04 +0100
27255              Message-ID: <20010221213203.A18340@ans.helios.de>
27256      Branch: perl
27257            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27258 ____________________________________________________________________________
27259 [  9135] By: jhi                                   on 2001/03/13  22:50:05
27260         Log: Integrate perlio.
27261      Branch: perl
27262           !> pp.c
27263 ____________________________________________________________________________
27264 [  9134] By: jhi                                   on 2001/03/13  22:49:05
27265         Log: Integrate change #9131 from maintperl into mainline.
27266              
27267              make the error text look more consistent in hints/hpux.sh
27268      Branch: perl
27269           !> hints/hpux.sh
27270 ____________________________________________________________________________
27271 [  9133] By: gsar                                  on 2001/03/13  22:46:20
27272         Log: integrate change#9067 from mainline
27273              
27274              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27275      Branch: maint-5.6/perl
27276           !> lib/ExtUtils/MM_Unix.pm
27277 ____________________________________________________________________________
27278 [  9132] By: jhi                                   on 2001/03/13  22:41:21
27279         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
27280              From: "John P. Linderman" <jpl@research.att.com>
27281              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
27282              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
27283              
27284              A more correct prime finder.
27285      Branch: perl
27286            ! lib/Tie/SubstrHash.pm
27287 ____________________________________________________________________________
27288 [  9131] By: gsar                                  on 2001/03/13  22:30:42
27289         Log: make the error text look more consistent in hints/hpux.sh
27290      Branch: maint-5.6/perl
27291            ! hints/hpux.sh
27292 ____________________________________________________________________________
27293 [  9130] By: jhi                                   on 2001/03/13  22:23:44
27294         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
27295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27296              Date: Tue, 13 Mar 2001 18:41:26 +0100
27297              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
27298              
27299              If the test is run non-interactively the default handler
27300              is different.
27301      Branch: perl
27302            ! t/lib/sigaction.t
27303 ____________________________________________________________________________
27304 [  9129] By: jhi                                   on 2001/03/13  22:20:21
27305         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
27306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27307              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
27308              Date:     Tue, 13 Mar 2001 16:44:32 EST
27309      Branch: perl
27310            ! t/lib/1_compile.t
27311 ____________________________________________________________________________
27312 [  9128] By: jhi                                   on 2001/03/13  22:18:34
27313         Log: Subject: Another patch for integer.pm POD 
27314              From: "John L. Allen" <allen@grumman.com>
27315              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
27316              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
27317      Branch: perl
27318            ! lib/integer.pm
27319 ____________________________________________________________________________
27320 [  9127] By: nick                                  on 2001/03/13  21:26:30
27321         Log: Integrate mainline.
27322      Branch: perlio
27323           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
27324           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
27325           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
27326           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
27327           !> Changes Configure MANIFEST README.os2 README.os390
27328           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
27329           !> os2/Changes patchlevel.h win32/perlhost.h
27330 ____________________________________________________________________________
27331 [  9126] By: nick                                  on 2001/03/13  20:39:51
27332         Log: #ifdef'ed out code to make packed side of pack/unpack
27333              octets. (i.e. pack('U') => encode_utf8).
27334      Branch: perlio
27335            ! pp.c
27336 ____________________________________________________________________________
27337 [  9125] By: jhi                                   on 2001/03/13  15:07:16
27338         Log: Update Changes.
27339      Branch: perl
27340            ! Changes patchlevel.h
27341 ____________________________________________________________________________
27342 [  9124] By: jhi                                   on 2001/03/13  14:22:45
27343         Log: Workaround for the buggy ("internal compiler error")
27344              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
27345              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
27346              of Andreas König.
27347      Branch: perl
27348            ! ext/re/Makefile.PL hints/aix.sh
27349 ____________________________________________________________________________
27350 [  9123] By: jhi                                   on 2001/03/13  03:24:34
27351         Log: Typo in #9114.
27352      Branch: metaconfig
27353            ! U/modified/myhostname.U
27354 ____________________________________________________________________________
27355 [  9122] By: jhi                                   on 2001/03/13  03:24:06
27356         Log: Typo in #9113.
27357      Branch: perl
27358            ! Configure
27359 ____________________________________________________________________________
27360 [  9121] By: jhi                                   on 2001/03/13  01:53:05
27361         Log: Forgot to check-in the larger part of #9120, duh.
27362      Branch: perl
27363            ! README.os2
27364 ____________________________________________________________________________
27365 [  9120] By: jhi                                   on 2001/03/13  01:51:31
27366         Log: Subject: [PATCH 5.6.1] OS/2 docs
27367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27368              Date: Mon, 12 Mar 2001 03:27:32 -0500
27369              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
27370      Branch: perl
27371            ! os2/Changes
27372 ____________________________________________________________________________
27373 [  9119] By: jhi                                   on 2001/03/13  01:49:41
27374         Log: Integrate change #9116 from maintperl into mainline.
27375              
27376              Win32::GetCwd() returns C: instead of C:\ in the root directory
27377              under ithreads
27378      Branch: perl
27379           !> win32/perlhost.h
27380 ____________________________________________________________________________
27381 [  9118] By: jhi                                   on 2001/03/13  01:13:39
27382         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
27383      Branch: perl
27384            + lib/Switch.pm t/lib/switch.t
27385            ! MANIFEST
27386 ____________________________________________________________________________
27387 [  9117] By: jhi                                   on 2001/03/13  01:03:17
27388         Log: Add Text::Balanced 1.83.
27389      Branch: perl
27390            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
27391            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
27392            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
27393            + t/lib/tb-xvari.t
27394            ! MANIFEST
27395 ____________________________________________________________________________
27396 [  9116] By: gsar                                  on 2001/03/13  00:55:53
27397         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
27398              under ithreads
27399      Branch: maint-5.6/perl
27400            ! win32/perlhost.h
27401 ____________________________________________________________________________
27402 [  9115] By: jhi                                   on 2001/03/13  00:54:09
27403         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
27404              From: "John L. Allen" <allen@grumman.com>
27405              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
27406              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
27407              
27408              use integer document clarification.
27409      Branch: perl
27410            ! lib/integer.pm
27411 ____________________________________________________________________________
27412 [  9114] By: jhi                                   on 2001/03/13  00:38:54
27413         Log: Metaconfig unit change for #9113.
27414      Branch: metaconfig
27415            ! U/modified/myhostname.U
27416 ____________________________________________________________________________
27417 [  9113] By: jhi                                   on 2001/03/13  00:38:35
27418         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?)
27419              From: Peter Prymmer <pvhp@forte.com>
27420              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
27421              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
27422      Branch: perl
27423            ! Configure README.os390 hints/os390.sh
27424 ____________________________________________________________________________
27425 [  9112] By: jhi                                   on 2001/03/13  00:29:00
27426         Log: Integrate perlio.
27427      Branch: perl
27428           !> sv.c utf8.h
27429 ____________________________________________________________________________
27430 [  9111] By: nick                                  on 2001/03/12  21:16:33
27431         Log: Integrate mainline.
27432      Branch: perlio
27433           +> t/op/anonsub.t
27434           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27435           !> proto.h sv.c
27436 ____________________________________________________________________________
27437 [  9110] By: nick                                  on 2001/03/12  21:00:13
27438         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
27439      Branch: perlio
27440            ! sv.c utf8.h
27441 ____________________________________________________________________________
27442 [  9109] By: jhi                                   on 2001/03/12  16:04:47
27443         Log: Integrate change #9108 from maintperl to mainline.
27444              
27445              fix memory leak in C<sub X { sub {} }> arising from a refcount
27446              loop between the outer sub and the inner prototype anonsub
27447              
27448              this also enables closures returned by subroutines that
27449              subsequently get redefined to work without generating coredumps :)
27450              
27451              completely removed the free_closures() hack--it shouldn't be
27452              needed anymore
27453      Branch: perl
27454           +> t/op/anonsub.t
27455           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27456           !> proto.h sv.c
27457 ____________________________________________________________________________
27458 [  9108] By: gsar                                  on 2001/03/12  10:21:31
27459         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
27460              loop between the outer sub and the inner prototype anonsub
27461              
27462              this also enables closures returned by subroutines that
27463              subsequently get redefined to work without generating coredumps :)
27464              
27465              completely removed the free_closures() hack--it shouldn't be
27466              needed anymore
27467      Branch: maint-5.6/perl
27468            + t/op/anonsub.t
27469            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27470            ! proto.h sv.c
27471 ____________________________________________________________________________
27472 [  9107] By: jhi                                   on 2001/03/12  05:15:31
27473         Log: Integrate perlio.
27474      Branch: perl
27475           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
27476 ____________________________________________________________________________
27477 [  9106] By: nick                                  on 2001/03/11  20:10:12
27478         Log: regcomp.c is working in native space, not Unicode space (if different)
27479              as it is doing compare against 'W' in \W etc.
27480      Branch: perlio
27481            ! regcomp.c
27482 ____________________________________________________________________________
27483 [  9105] By: nick                                  on 2001/03/11  19:39:34
27484         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
27485              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
27486      Branch: perlio
27487            ! regcomp.c toke.c utf8.c
27488 ____________________________________________________________________________
27489 [  9104] By: nick                                  on 2001/03/11  18:15:44
27490         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
27491      Branch: perlio
27492            ! sv.c
27493 ____________________________________________________________________________
27494 [  9103] By: nick                                  on 2001/03/11  18:03:28
27495         Log: Integrate mainline (for regexp stuff).
27496      Branch: perlio
27497           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27498           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
27499           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
27500           !> t/lib/errno.t t/op/pat.t
27501 ____________________________________________________________________________
27502 [  9102] By: nick                                  on 2001/03/11  17:44:20
27503         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
27504              - exclude layer syms in makedef.pl for sfio
27505              - also inhibit Encode from trying to build ":encode()" layer.
27506      Branch: perlio
27507            ! ext/Encode/Encode.xs makedef.pl
27508 ____________________________________________________________________________
27509 [  9101] By: jhi                                   on 2001/03/10  22:38:13
27510         Log: The $Is_MacOS needs to be declared.
27511      Branch: perl
27512            ! lib/ExtUtils/Manifest.pm
27513 ____________________________________________________________________________
27514 [  9100] By: jhi                                   on 2001/03/10  22:14:29
27515         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
27516              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
27517              pollute the symbolspace if using sfio.
27518      Branch: perl
27519            ! ext/Encode/Encode.xs
27520 ____________________________________________________________________________
27521 [  9099] By: jhi                                   on 2001/03/10  21:58:48
27522         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
27523              Date: Sat, 10 Mar 2001 14:23:55 -0500
27524              From: Chris Nandor <pudge@pobox.com>
27525              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
27526      Branch: perl
27527            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27528            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
27529            ! t/lib/errno.t
27530 ____________________________________________________________________________
27531 [  9098] By: jhi                                   on 2001/03/10  21:38:30
27532         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
27533      Branch: perl
27534            ! regcomp.c regexec.c t/op/pat.t
27535 ____________________________________________________________________________
27536 [  9097] By: jhi                                   on 2001/03/10  14:38:07
27537         Log: Integrate perlio.
27538      Branch: perl
27539           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
27540           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
27541           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
27542 ____________________________________________________________________________
27543 [  9096] By: nick                                  on 2001/03/10  11:55:43
27544         Log: EBCDIC sanity - phase I
27545              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
27546              - use utf8n_xxxx (c.f. pvn) for forms which take length.
27547              - back out vN.N and $^V exceptions to e2a/a2e
27548              - make "locale" isxxx macros be uvchr (may be redundant?)
27549              
27550              Not clear yet that toUPPER_uni et. al. return being handled correctly.
27551              The tr// and rexexp stuff still needs an audit, assumption is they are working
27552              in Unicode space.
27553              
27554              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
27555      Branch: perlio
27556            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
27557            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
27558            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
27559 ____________________________________________________________________________
27560 [  9095] By: jhi                                   on 2001/03/09  22:10:01
27561         Log: Integrate perlio.
27562      Branch: perl
27563           !> dump.c
27564 ____________________________________________________________________________
27565 [  9094] By: nick                                  on 2001/03/09  17:36:38
27566         Log: Builds an passes all tests after integrate and this tweak.
27567      Branch: perlio
27568            ! dump.c
27569 ____________________________________________________________________________
27570 [  9093] By: nick                                  on 2001/03/09  17:16:03
27571         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
27572      Branch: perlio
27573           +> lib/unicode/Scripts.txt t/lib/sigaction.t
27574           !> (integrate 79 files)
27575 ____________________________________________________________________________
27576 [  9092] By: jhi                                   on 2001/03/09  15:28:26
27577         Log: Update Changes.
27578      Branch: perl
27579            ! Changes patchlevel.h
27580 ____________________________________________________________________________
27581 [  9091] By: jhi                                   on 2001/03/09  15:25:05
27582         Log: In op/stat #35 better to scan all the potential directories
27583              for setuids, not just the first one.
27584      Branch: perl
27585            ! t/op/stat.t
27586 ____________________________________________________________________________
27587 [  9090] By: jhi                                   on 2001/03/09  15:01:27
27588         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
27589              From: rspier@pobox.com (Robert Spier)
27590              Date: Fri, 9 Mar 2001 03:30:20 -0500
27591              Message-ID: <15016.38044.381174.160189@rls.cx>
27592              
27593              EXISTS() returning undef mistakenly triggered a FETCH().
27594      Branch: perl
27595            ! hv.c
27596 ____________________________________________________________________________
27597 [  9089] By: jhi                                   on 2001/03/09  14:59:02
27598         Log: Add /sbin and /usr/sbin to the list of directories scanned
27599              for setuid programs.  Takes care of bug id 20010309.003.
27600      Branch: perl
27601            ! t/op/stat.t
27602 ____________________________________________________________________________
27603 [  9088] By: jhi                                   on 2001/03/09  14:48:32
27604         Log: Regen perlapi, perltoc.
27605      Branch: perl
27606            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
27607 ____________________________________________________________________________
27608 [  9087] By: jhi                                   on 2001/03/09  14:38:56
27609         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
27610              From: David Mitchell <davem@fdgroup.co.uk>
27611              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
27612              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
27613      Branch: perl
27614            ! dump.c perl.c perl.h pod/perlrun.pod
27615 ____________________________________________________________________________
27616 [  9086] By: jhi                                   on 2001/03/09  01:47:16
27617         Log: A modified version of
27618              
27619              Subject: [ID 20010307.005] POSIX::sigaction has various problems
27620              From: anders@broadcom.com
27621              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
27622              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
27623              
27624              Currently the sigaction.t test #6 fails (and is fudged to look
27625              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
27626              This may well be a genuine bug in Linux sigaction() (since at
27627              least Tru64, Solaris, and HP-UX disagree with Linux).
27628              Anyone with POSIX / SUSv2 tome handy?  The problem is that
27629              the flags of the oldaction don't match with the flags in
27630              the previously installed disposition.
27631      Branch: perl
27632            + t/lib/sigaction.t
27633            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27634 ____________________________________________________________________________
27635 [  9085] By: jhi                                   on 2001/03/09  01:30:13
27636         Log: Subject: Re: mission impossible for the day
27637              From: Alex Gough <alex@rcon.org>
27638              Date: Thu, 08 Mar 2001 17:18:19 +0000
27639              Message-ID: <3AA7BEDB.8070409@rcon.org>
27640              
27641              If references (are overloaded) and can be directly stringified,
27642              show that instead of "stringified".
27643              
27644              (The problem, infinite mutual recursion caused by overloaded bool
27645              in Switch.pm, tracked by David Mitchell)
27646      Branch: perl
27647            ! lib/Carp/Heavy.pm
27648 ____________________________________________________________________________
27649 [  9084] By: jhi                                   on 2001/03/09  01:20:39
27650         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
27651              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
27652              From: David Mitchell <davem@fdgroup.co.uk>
27653              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
27654      Branch: perl
27655            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
27656            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
27657 ____________________________________________________________________________
27658 [  9083] By: jhi                                   on 2001/03/09  01:16:51
27659         Log: Subject: [PATCH] perldata.pod here-doc docs
27660              From: Jeff Pinyan <jeffp@crusoe.net>
27661              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
27662              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
27663      Branch: perl
27664            ! pod/perldata.pod
27665 ____________________________________________________________________________
27666 [  9082] By: jhi                                   on 2001/03/09  01:01:27
27667         Log: Subject: Re: Unicode/EBCDIC
27668              From: Peter Prymmer <pvhp@forte.com>
27669              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
27670              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
27671      Branch: perl
27672            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
27673 ____________________________________________________________________________
27674 [  9081] By: jhi                                   on 2001/03/08  13:41:30
27675         Log: Subject: Ooops, wrong 'no *POSIX' Patch
27676              From: Dorner Thomas <Thomas.Dorner@start.de>
27677              Date: Thu, 8 Mar 2001 08:43:28 +0100
27678              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
27679      Branch: perl
27680            ! hints/posix-bc.sh
27681 ____________________________________________________________________________
27682 [  9080] By: jhi                                   on 2001/03/08  13:11:42
27683         Log: It's Scripts.txt, not Script.txt.
27684      Branch: perl
27685            ! MANIFEST
27686 ____________________________________________________________________________
27687 [  9079] By: jhi                                   on 2001/03/08  12:59:05
27688         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
27689              From: Dorner Thomas <Thomas.Dorner@start.de>
27690              Date: Wed, 7 Mar 2001 14:13:31 +0100
27691              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
27692      Branch: perl
27693            ! makedepend.SH
27694 ____________________________________________________________________________
27695 [  9078] By: jhi                                   on 2001/03/08  12:57:43
27696         Log: Retract #9069, wrong patch.
27697      Branch: perl
27698            ! Makefile.SH
27699 ____________________________________________________________________________
27700 [  9077] By: jhi                                   on 2001/03/08  01:06:13
27701         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
27702      Branch: perl
27703            + lib/unicode/Scripts.txt
27704            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
27705            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
27706            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
27707            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
27708            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
27709            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
27710            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
27711            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
27712            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
27713            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
27714            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
27715            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
27716            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
27717            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
27718            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
27719            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
27720            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
27721            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
27722            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
27723            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
27724            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
27725            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
27726            ! lib/unicode/version
27727 ____________________________________________________________________________
27728 [  9076] By: jhi                                   on 2001/03/07  22:59:39
27729         Log: Integrate change #7784 from mainline into maintperl.
27730              
27731              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
27732      Branch: maint-5.6/perl
27733           !> pp_ctl.c t/op/pat.t
27734 ____________________________________________________________________________
27735 [  9075] By: jhi                                   on 2001/03/07  22:05:11
27736         Log: More UTF-8 test tweaks.
27737      Branch: perl
27738            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
27739 ____________________________________________________________________________
27740 [  9074] By: nick                                  on 2001/03/07  21:39:29
27741         Log: Integrate mainline.
27742      Branch: perlio
27743           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
27744           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
27745           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
27746           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
27747           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
27748 ____________________________________________________________________________
27749 [  9073] By: jhi                                   on 2001/03/07  16:37:09
27750         Log: Update Changes.
27751      Branch: perl
27752            ! Changes patchlevel.h
27753 ____________________________________________________________________________
27754 [  9072] By: jhi                                   on 2001/03/07  16:32:30
27755         Log: Subject: [ID 20010306.004] || != named unary operator
27756              From: abela@geneanet.org
27757              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
27758              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
27759      Branch: perl
27760            ! pod/perlop.pod
27761 ____________________________________________________________________________
27762 [  9071] By: jhi                                   on 2001/03/07  15:14:11
27763         Log: Subject: downgrading to bytes for common functions
27764              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
27765              Date: Wed, 7 Mar 2001 02:36:55 -0500
27766              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
27767      Branch: perl
27768            ! pp_sys.c
27769 ____________________________________________________________________________
27770 [  9070] By: jhi                                   on 2001/03/07  15:04:58
27771         Log: Clarify the description differentiating for and while; inspired by
27772              
27773              Subject: [ID 20010306.002] for/while difference in for definition
27774              From: abela@geneanet.org
27775              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
27776              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
27777      Branch: perl
27778            ! pod/perlsyn.pod
27779 ____________________________________________________________________________
27780 [  9069] By: jhi                                   on 2001/03/07  14:55:30
27781         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
27782              From: Dorner Thomas <Thomas.Dorner@start.de>
27783              Date: Wed, 7 Mar 2001 14:13:31 +0100
27784              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
27785      Branch: perl
27786            ! Makefile.SH
27787 ____________________________________________________________________________
27788 [  9068] By: jhi                                   on 2001/03/07  14:51:17
27789         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
27790              From: Radu Greab <radu@netsoft.ro>
27791              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
27792              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
27793      Branch: perl
27794            ! pp.c t/op/chop.t
27795 ____________________________________________________________________________
27796 [  9067] By: jhi                                   on 2001/03/07  14:48:57
27797         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27798              From: Simon Cozens <simon@netthink.co.uk>
27799              Date: Wed, 7 Mar 2001 13:59:28 +0000
27800              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
27801              
27802              In order to allow MakeMaker to build correct Makefiles,
27803              you need to change the order of the arguments in MM_Unix.pm
27804              as well. (Unless you have C89_CCMODE set, but we're trying
27805              to be POSIXly correct)
27806              
27807              Thanks to Merijn Broeren for tracking this down.
27808      Branch: perl
27809            ! lib/ExtUtils/MM_Unix.pm
27810 ____________________________________________________________________________
27811 [  9066] By: jhi                                   on 2001/03/07  14:30:02
27812         Log: Floating point too messy.
27813      Branch: perl
27814            ! t/camel-III/vstring.t
27815 ____________________________________________________________________________
27816 [  9065] By: jhi                                   on 2001/03/07  14:17:44
27817         Log: Integrate change #9064 from maintperl into mainline.
27818              
27819              fix memory leak in pack("Bb",...)
27820      Branch: perl
27821           !> perl.c
27822 ____________________________________________________________________________
27823 [  9064] By: gsar                                  on 2001/03/07  06:29:24
27824         Log: fix memory leak in pack("Bb",...)
27825      Branch: maint-5.6/perl
27826            ! perl.c
27827 ____________________________________________________________________________
27828 [  9063] By: jhi                                   on 2001/03/07  00:55:04
27829         Log: Major utf8 test reorganisation and rewrite.
27830              Hopefully no tests were lost in the shuffle.
27831              (The beginning of pragma/utf8 was lost intentionally,
27832              the tests were rather bogus and incomplete.)
27833      Branch: perl
27834            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
27835            ! t/pragma/utf8.t
27836 ____________________________________________________________________________
27837 [  9062] By: jhi                                   on 2001/03/07  00:41:16
27838         Log: More tweakage on the Unicode character class descriptions.
27839      Branch: perl
27840            ! lib/unicode/mktables.PL pod/perlretut.pod
27841 ____________________________________________________________________________
27842 [  9061] By: jhi                                   on 2001/03/06  23:12:38
27843         Log: The perlretut was still talking about the old \p and \P
27844              definitions.
27845      Branch: perl
27846            ! pod/perlretut.pod
27847 ____________________________________________________________________________
27848 [  9060] By: nick                                  on 2001/03/06  20:52:37
27849         Log: Integrate mainline (make test works again now).
27850      Branch: perlio
27851           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
27852 ____________________________________________________________________________
27853 [  9059] By: jhi                                   on 2001/03/06  15:36:14
27854         Log: 0.999... does equal 1.0, doesn't it?
27855      Branch: perl
27856            ! t/camel-III/vstring.t
27857 ____________________________________________________________________________
27858 [  9058] By: jhi                                   on 2001/03/06  15:34:00
27859         Log: Make /x{abcd}/ to work without use utf8.
27860      Branch: perl
27861            ! regcomp.c
27862 ____________________________________________________________________________
27863 [  9057] By: jhi                                   on 2001/03/06  03:02:36
27864         Log: Easier to outcomment all the three reset() tests for now.
27865      Branch: perl
27866            ! t/op/pat.t
27867 ____________________________________________________________________________
27868 [  9056] By: jhi                                   on 2001/03/06  02:30:02
27869         Log: Comment out the deadly reset; until the 20010301.005
27870              is finally fixed.
27871      Branch: perl
27872            ! t/op/pat.t
27873 ____________________________________________________________________________
27874 [  9055] By: jhi                                   on 2001/03/06  02:21:26
27875         Log: Integrate the change #9054 from mainline:
27876              retract the PMOP cleanup patch pending further investigation.
27877      Branch: maint-5.6/perl
27878           !> op.c op.h
27879 ____________________________________________________________________________
27880 [  9054] By: jhi                                   on 2001/03/06  02:19:57
27881         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
27882              with oddly familiar stack traces.
27883      Branch: perl
27884            ! op.c op.h
27885 ____________________________________________________________________________
27886 [  9053] By: jhi                                   on 2001/03/05  23:20:28
27887         Log: Integrate perlio.
27888      Branch: perl
27889           +> ext/Encode/Encode/koi8-r.ucm
27890           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
27891           !> makedef.pl
27892 ____________________________________________________________________________
27893 [  9052] By: nick                                  on 2001/03/05  23:08:17
27894         Log: skipping USE_PERLIO symbols correction.
27895      Branch: perlio
27896            ! makedef.pl
27897 ____________________________________________________________________________
27898 [  9051] By: nick                                  on 2001/03/05  22:35:07
27899         Log: More Encode alias tidying.
27900      Branch: perlio
27901            + ext/Encode/Encode/koi8-r.ucm
27902            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
27903 ____________________________________________________________________________
27904 [  9050] By: jhi                                   on 2001/03/05  21:44:29
27905         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
27906              Sarathy's fix for ID 20010301.005.
27907      Branch: maint-5.6/perl
27908           !> op.c op.h
27909 ____________________________________________________________________________
27910 [  9049] By: nick                                  on 2001/03/05  19:54:04
27911         Log: Integrate Jarkko's Encode.pm tweak.
27912      Branch: perlio
27913           !> ext/Encode/Encode.pm
27914 ____________________________________________________________________________
27915 [  9048] By: nick                                  on 2001/03/05  19:47:57
27916         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
27917      Branch: perlio
27918           +> os2/os2add.sym
27919           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
27920           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
27921           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
27922           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
27923           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
27924 ____________________________________________________________________________
27925 [  9047] By: jhi                                   on 2001/03/05  19:25:26
27926         Log: Regen perlapi.
27927      Branch: perl
27928            ! pod/perlapi.pod
27929 ____________________________________________________________________________
27930 [  9046] By: jhi                                   on 2001/03/05  19:12:14
27931         Log: Integrate perlio.
27932      Branch: perl
27933           +> t/camel-III/vstring.t
27934           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
27935 ____________________________________________________________________________
27936 [  9045] By: jhi                                   on 2001/03/05  19:10:36
27937         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
27938      Branch: perl
27939            ! ext/Encode/Encode.pm
27940 ____________________________________________________________________________
27941 [  9044] By: jhi                                   on 2001/03/05  18:49:12
27942         Log: Forgot the other half of the PMOP patch (#9033).
27943      Branch: perl
27944            ! op.h
27945 ____________________________________________________________________________
27946 [  9043] By: nick                                  on 2001/03/05  18:14:47
27947         Log: Update MANIFEST for new test.
27948      Branch: perlio
27949            ! MANIFEST
27950 ____________________________________________________________________________
27951 [  9042] By: nick                                  on 2001/03/05  18:12:41
27952         Log: Some tests for Camel 3rd edition features.
27953              Make gethostbyaddr() test in above work.
27954      Branch: perlio
27955            + t/camel-III/vstring.t
27956            ! pp.h pp_sys.c t/TEST t/harness
27957 ____________________________________________________________________________
27958 [  9041] By: jhi                                   on 2001/03/05  17:41:48
27959         Log: Add more ISO 8859 encoding aliases.
27960      Branch: perl
27961            ! ext/Encode/Encode.pm
27962 ____________________________________________________________________________
27963 [  9040] By: jhi                                   on 2001/03/05  17:30:43
27964         Log: Integrate perlio.
27965      Branch: perl
27966           !> MANIFEST sv.c
27967 ____________________________________________________________________________
27968 [  9039] By: nick                                  on 2001/03/05  17:11:36
27969         Log: Missed added file.
27970      Branch: perlio
27971            ! MANIFEST
27972 ____________________________________________________________________________
27973 [  9038] By: jhi                                   on 2001/03/05  15:58:01
27974         Log: Add tr tests for EBCDIC, from Karsten Sperling.
27975      Branch: perl
27976            ! t/op/tr.t
27977 ____________________________________________________________________________
27978 [  9037] By: nick                                  on 2001/03/05  15:56:35
27979         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
27980              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
27981              
27982              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
27983              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
27984              - uses SvPV() rather than sv_2pv() in case it isn't a string.
27985      Branch: perlio
27986            ! sv.c
27987 ____________________________________________________________________________
27988 [  9036] By: jhi                                   on 2001/03/05  15:49:15
27989         Log: Add matching tests currently failing in EBCDIC,
27990              suggested by Karsten Sperling.
27991      Branch: perl
27992            ! t/op/pat.t
27993 ____________________________________________________________________________
27994 [  9035] By: jhi                                   on 2001/03/05  15:36:55
27995         Log: The #9034 needs a MANIFESTation.
27996      Branch: perl
27997            ! MANIFEST
27998 ____________________________________________________________________________
27999 [  9034] By: jhi                                   on 2001/03/05  15:35:14
28000         Log: Integrate perlio.
28001      Branch: perl
28002           +> ext/Encode/Encode/Tcl.pm
28003           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
28004           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
28005           !> ext/Encode/Encode/iso8859-1.ucm
28006           !> ext/Encode/Encode/iso8859-10.ucm
28007           !> ext/Encode/Encode/iso8859-13.ucm
28008           !> ext/Encode/Encode/iso8859-14.ucm
28009           !> ext/Encode/Encode/iso8859-15.ucm
28010           !> ext/Encode/Encode/iso8859-16.ucm
28011           !> ext/Encode/Encode/iso8859-2.ucm
28012           !> ext/Encode/Encode/iso8859-3.ucm
28013           !> ext/Encode/Encode/iso8859-4.ucm
28014           !> ext/Encode/Encode/iso8859-5.ucm
28015           !> ext/Encode/Encode/iso8859-6.ucm
28016           !> ext/Encode/Encode/iso8859-7.ucm
28017           !> ext/Encode/Encode/iso8859-8.ucm
28018           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
28019           !> t/lib/encode.t
28020 ____________________________________________________________________________
28021 [  9033] By: jhi                                   on 2001/03/05  15:33:18
28022         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
28023              From: Gurusamy Sarathy <gsar@ActiveState.com>
28024              Date: Sun, 04 Mar 2001 22:33:15 -0800
28025              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
28026              
28027              PMOPs need to remember their own stash so that they can
28028              gracefully remove themselves from their linked list.
28029      Branch: perl
28030            ! op.c
28031 ____________________________________________________________________________
28032 [  9032] By: nick                                  on 2001/03/05  14:51:50
28033         Log: Encode implementation "completion"
28034              Implement and document define_encoding()
28035              Implement and document encoding aliases including define_alias()
28036              Make Encode::XS use define_encoding() rather than back-door.
28037              Move run-time *.enc to separate Encode::Tcl module.
28038              Make 'compile' honour <codeset_name>
28039              Change canonical names of to iso-8859-* and US-ascii.
28040      Branch: perlio
28041            + ext/Encode/Encode/Tcl.pm
28042            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28043            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
28044            ! ext/Encode/Encode/iso8859-1.ucm
28045            ! ext/Encode/Encode/iso8859-10.ucm
28046            ! ext/Encode/Encode/iso8859-13.ucm
28047            ! ext/Encode/Encode/iso8859-14.ucm
28048            ! ext/Encode/Encode/iso8859-15.ucm
28049            ! ext/Encode/Encode/iso8859-16.ucm
28050            ! ext/Encode/Encode/iso8859-2.ucm
28051            ! ext/Encode/Encode/iso8859-3.ucm
28052            ! ext/Encode/Encode/iso8859-4.ucm
28053            ! ext/Encode/Encode/iso8859-5.ucm
28054            ! ext/Encode/Encode/iso8859-6.ucm
28055            ! ext/Encode/Encode/iso8859-7.ucm
28056            ! ext/Encode/Encode/iso8859-8.ucm
28057            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
28058            ! t/lib/encode.t
28059 ____________________________________________________________________________
28060 [  9031] By: jhi                                   on 2001/03/05  13:51:17
28061         Log: Integrate change #9030 from maintperl into mainline.
28062              
28063              Subject: [PATCH 5.6.1] OS/2 cleanup
28064      Branch: perl
28065           +> os2/os2add.sym
28066           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28067           !> makedef.pl os2/Changes os2/Makefile.SHs
28068           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
28069           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
28070           !> os2/os2.sym os2/os2ish.h
28071 ____________________________________________________________________________
28072 [  9030] By: jhi                                   on 2001/03/05  13:46:49
28073         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
28074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28075              Date: Mon, 5 Mar 2001 02:29:44 -0500
28076              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
28077      Branch: maint-5.6/perl
28078            + os2/os2add.sym
28079            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28080            ! makedef.pl os2/Changes os2/Makefile.SHs
28081            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
28082            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
28083            ! os2/os2.sym os2/os2ish.h
28084 ____________________________________________________________________________
28085 [  9029] By: jhi                                   on 2001/03/05  13:40:35
28086         Log: Integrate change #9028 from maintperl into mainline.
28087              
28088              various nits in MM_Unix.pm found by disabling SelfLoader
28089      Branch: perl
28090           !> lib/ExtUtils/MM_Unix.pm
28091 ____________________________________________________________________________
28092 [  9028] By: gsar                                  on 2001/03/05  09:58:38
28093         Log: various nits in MM_Unix.pm found by disabling SelfLoader
28094      Branch: maint-5.6/perl
28095            ! lib/ExtUtils/MM_Unix.pm
28096 ____________________________________________________________________________
28097 [  9027] By: nick                                  on 2001/03/05  08:35:22
28098         Log: Integrate mainline
28099      Branch: perlio
28100           !> (integrate 28 files)
28101 ____________________________________________________________________________
28102 [  9026] By: jhi                                   on 2001/03/05  02:14:59
28103         Log: Integrate change #9025 from mainline to maintperl,
28104              retract \N{U+HHHH}.
28105      Branch: maint-5.6/perl
28106           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28107           !> t/lib/charnames.t toke.c
28108 ____________________________________________________________________________
28109 [  9025] By: jhi                                   on 2001/03/05  02:13:09
28110         Log: Retracting \N{U+HHHH}.
28111      Branch: perl
28112            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28113            ! t/lib/charnames.t toke.c
28114 ____________________________________________________________________________
28115 [  9024] By: jhi                                   on 2001/03/04  20:51:07
28116         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
28117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28118              Date: Fri, 02 Mar 2001 18:25:26 +0100
28119              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
28120              
28121              Casting problem.
28122      Branch: perl
28123            ! ext/Storable/Storable.xs
28124 ____________________________________________________________________________
28125 [  9023] By: jhi                                   on 2001/03/04  19:46:45
28126         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
28127              From: nick@talking.bollo.cx
28128              Date: Sat, 03 Mar 2001 21:41:33 +0000
28129              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
28130              
28131              Revert the workaround.
28132      Branch: perl
28133            ! perlio.c
28134 ____________________________________________________________________________
28135 [  9022] By: jhi                                   on 2001/03/04  19:36:28
28136         Log: Update Changes.
28137      Branch: perl
28138            ! Changes patchlevel.h
28139 ____________________________________________________________________________
28140 [  9021] By: jhi                                   on 2001/03/04  18:41:00
28141         Log: makedef.pl updates suggested by Chris Nandor; double-checking
28142              the changes in AIX, OS/2 Win32 would be nice.
28143      Branch: perl
28144            ! makedef.pl
28145 ____________________________________________________________________________
28146 [  9020] By: jhi                                   on 2001/03/04  18:23:58
28147         Log: Integrate change #9012 from maintperl into mainline,
28148              quench a compiler warning.
28149      Branch: perl
28150           !> toke.c
28151 ____________________________________________________________________________
28152 [  9019] By: jhi                                   on 2001/03/04  18:18:43
28153         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
28154              
28155              \N{U+HHHH} fix.
28156              
28157              pattern in G_ARRAY context
28158      Branch: maint-5.6/perl
28159           !> pp_hot.c t/op/pat.t toke.c
28160 ____________________________________________________________________________
28161 [  9018] By: jhi                                   on 2001/03/04  18:07:48
28162         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
28163              From: Jeff Pinyan <jeffp@crusoe.net>
28164              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
28165              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
28166      Branch: perl
28167            ! pp_hot.c t/op/pat.t
28168 ____________________________________________________________________________
28169 [  9017] By: jhi                                   on 2001/03/04  18:06:21
28170         Log: I thought I tested the #9014.
28171      Branch: perl
28172            ! toke.c
28173 ____________________________________________________________________________
28174 [  9016] By: jhi                                   on 2001/03/04  17:41:22
28175         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
28176              
28177              Tweak the get*ent() OS/2 prototypes.
28178              
28179              Add the \N{U+HHHH} syntax.
28180              
28181              More tr/// UTF-8 fixes from Inaba Hiroto.
28182      Branch: maint-5.6/perl
28183           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
28184           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
28185 ____________________________________________________________________________
28186 [  9015] By: jhi                                   on 2001/03/04  17:36:04
28187         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
28188      Branch: perl
28189            ! doop.c t/op/tr.t
28190 ____________________________________________________________________________
28191 [  9014] By: jhi                                   on 2001/03/04  17:24:49
28192         Log: Add the \N{U+HHHH} syntax.
28193      Branch: perl
28194            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28195            ! t/lib/charnames.t toke.c
28196 ____________________________________________________________________________
28197 [  9013] By: jhi                                   on 2001/03/04  17:20:45
28198         Log: Tweak the get*ent() OS/2 prototypes.
28199      Branch: perl
28200            ! os2/os2.c
28201 ____________________________________________________________________________
28202 [  9012] By: gsar                                  on 2001/03/04  06:26:14
28203         Log: avoid warning (nit in change#9009)
28204      Branch: maint-5.6/perl
28205            ! toke.c
28206 ____________________________________________________________________________
28207 [  9011] By: gsar                                  on 2001/03/04  06:15:24
28208         Log: lib/charnames.t fails in 5.6.x because of older Unicode
28209              data
28210              
28211              TODO: need to revisit this after updating lib/unicode/...
28212      Branch: maint-5.6/perl
28213            ! t/lib/charnames.t
28214 ____________________________________________________________________________
28215 [  9010] By: gsar                                  on 2001/03/04  06:08:36
28216         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
28217      Branch: maint-5.6/perl
28218            ! toke.c
28219 ____________________________________________________________________________
28220 [  9009] By: jhi                                   on 2001/03/03  19:27:20
28221         Log: Integrate change #9008 from mainline to maintperl,
28222              UTF-8 tr/// fixes from Inaba Hiroto.
28223      Branch: maint-5.6/perl
28224           !> doop.c op.c t/op/tr.t toke.c
28225 ____________________________________________________________________________
28226 [  9008] By: jhi                                   on 2001/03/03  19:19:42
28227         Log: UTF8 tr/// fixes from Inaba Hiroto.
28228      Branch: perl
28229            ! doop.c op.c t/op/tr.t toke.c
28230 ____________________________________________________________________________
28231 [  9007] By: jhi                                   on 2001/03/03  19:00:30
28232         Log: Integrate change #9006 from maintperl to mainline,
28233              more robust quest for the infinite.
28234      Branch: perl
28235           !> lib/Math/Complex.pm
28236 ____________________________________________________________________________
28237 [  9006] By: jhi                                   on 2001/03/03  18:58:06
28238         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
28239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28240              Date: Sat, 3 Mar 2001 12:51:50 -0500
28241              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
28242              
28243              Be more robust in our quest for the infinite.
28244      Branch: maint-5.6/perl
28245            ! lib/Math/Complex.pm
28246 ____________________________________________________________________________
28247 [  9005] By: jhi                                   on 2001/03/03  17:55:50
28248         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
28249      Branch: maint-5.6/perl
28250            ! doio.c
28251 ____________________________________________________________________________
28252 [  9004] By: jhi                                   on 2001/03/03  17:40:14
28253         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
28254              so that picky compilers like IRIX won't get huffy about
28255              "statements without effect" (like 1;).
28256      Branch: perl
28257            ! toke.c
28258 ____________________________________________________________________________
28259 [  9003] By: jhi                                   on 2001/03/03  17:15:52
28260         Log: Integrate change #9002 from mainline to maintperl.
28261              
28262              Subject: [perl-5.6.x, perl-current] accept for EPOC
28263      Branch: maint-5.6/perl
28264           !> pp_sys.c
28265 ____________________________________________________________________________
28266 [  9002] By: jhi                                   on 2001/03/03  17:14:30
28267         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
28268              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28269              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
28270              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
28271      Branch: perl
28272            ! pp_sys.c
28273 ____________________________________________________________________________
28274 [  9001] By: jhi                                   on 2001/03/03  17:13:13
28275         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
28276              From: "Craig A. Berry" <craigberry@mac.com>
28277              Date: Fri, 02 Mar 2001 17:44:40 -0600
28278              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
28279      Branch: perl
28280            ! t/pod/find.t
28281 ____________________________________________________________________________
28282 [  9000] By: jhi                                   on 2001/03/03  17:11:55
28283         Log: Integrate changes #8997,8999 from maintperl.
28284              
28285              Subject: [PATCH 5.6.1] compiling on OS/2
28286              (Better error message from hints/os2.sh)
28287              
28288              Subject: [PATCH 5.6.1] syslog.t
28289      Branch: perl
28290           !> hints/os2.sh t/lib/syslog.t
28291 ____________________________________________________________________________
28292 [  8999] By: jhi                                   on 2001/03/03  17:09:28
28293         Log: Subject: [PATCH 5.6.1] syslog.t
28294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28295              Date: Sat, 3 Mar 2001 02:11:17 -0500
28296              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
28297      Branch: maint-5.6/perl
28298            ! t/lib/syslog.t
28299 ____________________________________________________________________________
28300 [  8998] By: jhi                                   on 2001/03/03  17:07:50
28301         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
28302              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28303              Date: Sat, 3 Mar 2001 01:53:52 -0500
28304              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
28305      Branch: maint-5.6/perl
28306            ! opcode.pl os2/os2.c
28307 ____________________________________________________________________________
28308 [  8997] By: jhi                                   on 2001/03/03  17:03:30
28309         Log: Subject: [PATCH 5.6.1] compiling on OS/2
28310              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28311              Date: Sat, 3 Mar 2001 01:59:59 -0500
28312              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
28313      Branch: maint-5.6/perl
28314            ! hints/os2.sh
28315 ____________________________________________________________________________
28316 [  8996] By: jhi                                   on 2001/03/03  00:55:58
28317         Log: Regen files for mainline.
28318      Branch: perl
28319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28320            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
28321 ____________________________________________________________________________
28322 [  8995] By: jhi                                   on 2001/03/03  00:35:22
28323         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
28324              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
28325              to maintperl.
28326              
28327              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
28328              
28329              Add Configure option -Dmksymlinks which will create a symlink
28330              forest if the current/build differs from the source directory.
28331              (8218,8220,8221,8317,8318,8971)
28332              
28333              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
28334              (Document APPLLIB_EXP in INSTALL.)
28335              
28336              If running byacc write-enable also perly.h.
28337              
28338              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
28339              
28340              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
28341              
28342              Sanity check for conflicting thread flavours.
28343              
28344              Fix the sys/fcntl.h problem reported by Peter Prymmer.
28345              
28346              Add few CPUs/architectures to the Cppsym scan,
28347              add -perlio to archname if so selected (modified 8890)
28348              
28349              Be more helpful for devel builders, suggested by John L. Allen.
28350              (admittedly pointless change for maintperl, but the usedevel
28351              code is there already)
28352      Branch: maint-5.6/perl
28353           !> Configure INSTALL Makefile.SH Porting/Glossary
28354           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
28355           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
28356           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
28357           !> win32/config.bc win32/config.gc win32/config.vc
28358 ____________________________________________________________________________
28359 [  8994] By: jhi                                   on 2001/03/02  23:31:41
28360         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
28361      Branch: metaconfig/U/perl
28362            ! gccvers.U
28363 ____________________________________________________________________________
28364 [  8993] By: jhi                                   on 2001/03/02  23:22:12
28365         Log: Regenerate various files for maint.
28366      Branch: maint-5.6/perl
28367            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
28368            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
28369 ____________________________________________________________________________
28370 [  8992] By: alanbur                               on 2001/03/02  22:48:34
28371         Log: Resync wuth parent
28372      Branch: maint-5.6/pureperl
28373           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
28374           !> (integrate 60 files)
28375 ____________________________________________________________________________
28376 [  8991] By: jhi                                   on 2001/03/02  21:00:08
28377         Log: Retract the #8742 part of #8986, backward compat.
28378      Branch: maint-5.6/perl
28379            ! embed.pl
28380 ____________________________________________________________________________
28381 [  8990] By: jhi                                   on 2001/03/02  20:40:07
28382         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
28383      Branch: maint-5.6/perl
28384            ! hv.c
28385 ____________________________________________________________________________
28386 [  8989] By: jhi                                   on 2001/03/02  19:59:56
28387         Log: Update Changes.
28388      Branch: perl
28389            ! Changes patchlevel.h
28390 ____________________________________________________________________________
28391 [  8988] By: jhi                                   on 2001/03/02  19:57:08
28392         Log: Integrate perlio.
28393      Branch: perl
28394           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28395           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28396           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28397           !> ext/Encode/Encode/iso8859-10.ucm
28398           !> ext/Encode/Encode/iso8859-13.ucm
28399           !> ext/Encode/Encode/iso8859-14.ucm
28400           !> ext/Encode/Encode/iso8859-15.ucm
28401           !> ext/Encode/Encode/iso8859-16.ucm
28402           !> ext/Encode/Encode/iso8859-2.ucm
28403           !> ext/Encode/Encode/iso8859-3.ucm
28404           !> ext/Encode/Encode/iso8859-4.ucm
28405           !> ext/Encode/Encode/iso8859-5.ucm
28406           !> ext/Encode/Encode/iso8859-6.ucm
28407           !> ext/Encode/Encode/iso8859-7.ucm
28408           !> ext/Encode/Encode/iso8859-8.ucm
28409           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28410           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
28411 ____________________________________________________________________________
28412 [  8987] By: jhi                                   on 2001/03/02  19:43:40
28413         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
28414              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
28415              8950,8952,8955 from mainline to maintperl.
28416              
28417              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
28418              
28419              Put to rest the 20010205.001, the email address checking (not) regex.
28420              
28421              fork() not everywhere, cleanup temp files.
28422              
28423              The #8843 wasn't quite right: %Config needs to imported.
28424              
28425              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
28426              (#8849: the glob-basic hunk needed massaging as it depended
28427              on Schwern's large-scale (unintegrated) patches)
28428              
28429              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
28430              
28431              Upgrade to CGI.pm 2.752, from Lincoln Stein.
28432              (Note: there were some conflicts due to EBCDIC and EPOC
28433              patches, in general I preferred the repository code.)
28434              (When 2.753 comes out, we need to synchronize.)
28435              
28436              Subject: [PATCH] fix for charnames above FFFF
28437              
28438              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
28439              
28440              If no sfio, no -lsfio.
28441              
28442              Run run/*.t also in minitest.
28443              
28444              Subject:  [PATCH perl 5.7.0] malloc message address offset
28445              
28446              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
28447              
28448              Subject: fix for parameter -Dm (for perl@8867)
28449              
28450              Subject: [PATCH: perl@8892] was Re: hashing order difference?
28451              (make the test more portable)
28452              
28453              Subject: Re: [PATCH] fix for charnames above FFFF
28454              
28455              Subject: Re: I'm losing the war...
28456              (hv_store() not working correctly in ENV_IS_CASELESS case.)
28457              
28458              Subject: Modified README.bs2000 
28459              
28460              Subject: [PATCH: perl@8935] -Dt padsv($var)
28461              
28462              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
28463              
28464              Subject: PATCH: extra tests to check on negative float to unsigned cast
28465              
28466              Subject: [PATCH] XPUSH[insp] was Re: progress
28467              
28468              Subject: Re: Compile with perlcc..
28469      Branch: maint-5.6/perl
28470           !> (integrate 36 files)
28471 ____________________________________________________________________________
28472 [  8986] By: jhi                                   on 2001/03/02  18:51:25
28473         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
28474              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
28475              to maintperl.
28476              
28477              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
28478              
28479              Subject: [DOC PATCH] overload.pm nits
28480              
28481              Add header for LIB$ prototypes (C. Berry)
28482              
28483              Convert fwrite()s to sockets to write()s, since some socket stacks
28484              don't take kindly to stdio.
28485              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28486              (for often optional LNMs)
28487              Correct a few typos
28488              (C. Bailey)
28489              
28490              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
28491              
28492              De-cut-and-pasto.
28493              
28494              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
28495              
28496              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
28497              
28498              Upgrade to CPAN 1.59_54, from Andreas König.
28499              
28500              Bogus shebang.
28501              
28502              Subject: [PATCH] Document makepatch in Porting/patching
28503              
28504              UTF-8 documentation.
28505              
28506              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
28507              
28508              Sort the MANIFEST.
28509              
28510              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
28511              
28512              Subject: [PATCH @8807] toke.c cleanup: scan_str()
28513              
28514              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
28515              
28516              Add run/*.t to testables.
28517              
28518              TODO: integrate #8784.
28519      Branch: maint-5.6/perl
28520           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
28521           !> (integrate 28 files)
28522 ____________________________________________________________________________
28523 [  8985] By: nick                                  on 2001/03/02  18:15:45
28524         Log: Integrate mainline
28525      Branch: perlio
28526           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
28527           !> vms/vms.c
28528 ____________________________________________________________________________
28529 [  8984] By: jhi                                   on 2001/03/02  16:00:17
28530         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
28531              
28532              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
28533              5.004_05, and mention the suidperl August 2000 security problem.
28534              (#8978,#8981)
28535              
28536              Subject: [ID 20010301.004] Technically speaking in perldata
28537              
28538              Subject: [PATCH] File::Copy for bleadperl, maintperl
28539              
28540              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
28541              
28542              (The #8982, fix for 20010221.005 and 20010221.008,
28543              would be nice too but it didn't integrate cleanly.)
28544      Branch: maint-5.6/perl
28545           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
28546 ____________________________________________________________________________
28547 [  8983] By: jhi                                   on 2001/03/02  15:51:16
28548         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
28549              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28550              Date:     Thu, 1 Mar 2001 15:54:09 EST
28551              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
28552      Branch: perl
28553            ! vms/vms.c
28554 ____________________________________________________________________________
28555 [  8982] By: jhi                                   on 2001/03/02  15:43:31
28556         Log: Subject: Re: sync sync sync: have I missed any patches?
28557              From: Radu Greab <radu@netsoft.ro> 
28558              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
28559              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
28560              
28561              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
28562              was checking argv[0] regardless of whether a different pathname
28563              will actually be executed."  Test case not supplied because 
28564              drafting that, ironically enough, revealed another bug
28565              (or a feature).
28566      Branch: perl
28567            ! doio.c
28568 ____________________________________________________________________________
28569 [  8981] By: jhi                                   on 2001/03/02  15:28:03
28570         Log: Misdate in #8978.
28571      Branch: perl
28572            ! pod/perlfaq1.pod
28573 ____________________________________________________________________________
28574 [  8980] By: jhi                                   on 2001/03/02  15:24:20
28575         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
28576              From: Chris Nandor <pudge@pobox.com>
28577              Date: Wed, 28 Feb 2001 22:10:15 -0500
28578              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
28579      Branch: perl
28580            ! lib/File/Copy.pm
28581 ____________________________________________________________________________
28582 [  8979] By: jhi                                   on 2001/03/02  15:17:16
28583         Log: Subject: [ID 20010301.004] Technically speaking in perldata
28584              From: abela@geneanet.org
28585              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
28586              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
28587      Branch: perl
28588            ! pod/perldata.pod
28589 ____________________________________________________________________________
28590 [  8978] By: jhi                                   on 2001/03/02  15:15:27
28591         Log: Subject: [ID 20010301.003] ref to 5.004
28592              From: abela@geneanet.org
28593              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
28594              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
28595              
28596              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
28597              and mention the suidperl August 2000 security problem.
28598      Branch: perl
28599            ! pod/perlfaq1.pod
28600 ____________________________________________________________________________
28601 [  8977] By: alanbur                               on 2001/03/02  14:17:45
28602         Log: Resynchronised with parent
28603      Branch: maint-5.6/pureperl
28604           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
28605           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
28606           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
28607           !> vms/descrip_mms.template win32/win32.c win32/win32.h
28608           !> win32/win32iop.h
28609 ____________________________________________________________________________
28610 [  8976] By: nick                                  on 2001/03/01  23:25:30
28611         Log: Integrate mainline.
28612      Branch: perlio
28613            - t/op/qu.t
28614           !> (integrate 55 files)
28615 ____________________________________________________________________________
28616 [  8975] By: jhi                                   on 2001/03/01  16:51:34
28617         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
28618      Branch: perl
28619           !> toke.c
28620 ____________________________________________________________________________
28621 [  8974] By: gsar                                  on 2001/03/01  16:28:21
28622         Log: fix for bugid 20010226.008
28623              
28624              the problem was that some of the pointers (PL_last_lop and
28625              PL_last_uni specifically) into the lex buffers weren't correctly
28626              being invalidated when the buffer changed; this would leave the
28627              pointers pointing at an arbitrary location in the buffer if
28628              the buffer didn't need to be reallocated, or point into freed
28629              memory if the buffer had to be realloced
28630              
28631              TODO item for bugdb maintainers: check other seemingly random
28632              parser-related bugs--they might be cured by this
28633      Branch: maint-5.6/perl
28634            ! toke.c
28635 ____________________________________________________________________________
28636 [  8973] By: jhi                                   on 2001/03/01  02:23:25
28637         Log: Retract #8970 because of a completely mysterious core dump:
28638              adding the tests 241..244 causes op/pat dump core at test #25.
28639              The test needs a lot of whittling down before the bug can be solved.
28640      Branch: perl
28641            ! t/op/pat.t
28642 ____________________________________________________________________________
28643 [  8972] By: jhi                                   on 2001/03/01  01:58:38
28644         Log: Regen perlapi.
28645      Branch: perl
28646            ! pod/perlapi.pod
28647 ____________________________________________________________________________
28648 [  8971] By: jhi                                   on 2001/03/01  01:34:09
28649         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))
28650              From: Nicholas Clark <nick@ccl4.org>
28651              Date: Wed, 28 Feb 2001 23:28:49 +0000
28652              Message-ID: <20010228232849.A55187@plum.flirble.org>
28653              
28654              Allow a completely write protected source code tree
28655              when using the Configure -Dmksymlinks.
28656      Branch: perl
28657            ! embed.pl warnings.pl
28658 ____________________________________________________________________________
28659 [  8970] By: jhi                                   on 2001/03/01  01:32:04
28660         Log: Add back the EBCDIC character range tests (for matching).
28661      Branch: perl
28662            ! t/op/pat.t
28663 ____________________________________________________________________________
28664 [  8969] By: nick                                  on 2001/02/28  18:18:01
28665         Log: Add charname comments to .ucm files writen by 'compile',
28666              also order charmaps in those files by source encoding.
28667              regenerate distrubuted .ucm files
28668      Branch: perlio
28669            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28670            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28671            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28672            ! ext/Encode/Encode/iso8859-10.ucm
28673            ! ext/Encode/Encode/iso8859-13.ucm
28674            ! ext/Encode/Encode/iso8859-14.ucm
28675            ! ext/Encode/Encode/iso8859-15.ucm
28676            ! ext/Encode/Encode/iso8859-16.ucm
28677            ! ext/Encode/Encode/iso8859-2.ucm
28678            ! ext/Encode/Encode/iso8859-3.ucm
28679            ! ext/Encode/Encode/iso8859-4.ucm
28680            ! ext/Encode/Encode/iso8859-5.ucm
28681            ! ext/Encode/Encode/iso8859-6.ucm
28682            ! ext/Encode/Encode/iso8859-7.ucm
28683            ! ext/Encode/Encode/iso8859-8.ucm
28684            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28685            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
28686 ____________________________________________________________________________
28687 [  8968] By: jhi                                   on 2001/02/28  16:26:37
28688         Log: Expand usemorebits early if d_casti32 needs to be undefined.
28689      Branch: perl
28690            ! hints/hpux.sh hints/irix_6.sh
28691 ____________________________________________________________________________
28692 [  8967] By: jhi                                   on 2001/02/28  16:22:26
28693         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
28694              retract toke.c/qu parts of #8583, retract #8485, retract
28695              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
28696              op/length.t, and MANIFEST, and delete t/op/qu.t.
28697      Branch: perl
28698            - t/op/qu.t
28699            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
28700            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
28701            ! t/op/length.t toke.c
28702 ____________________________________________________________________________
28703 [  8966] By: jhi                                   on 2001/02/28  15:00:27
28704         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
28705              by not changing from pre-Unicode days into being Unicode-aware.
28706              Sniff.
28707      Branch: perl
28708            ! pp.c t/op/pack.t t/op/qu.t
28709 ____________________________________________________________________________
28710 [  8965] By: jhi                                   on 2001/02/28  14:37:55
28711         Log: Subject: Re: Errors in core PODs
28712              From: Michael Stevens <michael@etla.org> 
28713              Date: Fri, 23 Feb 2001 15:47:56 +0000
28714              Message-ID: <20010223154756.A7723@firedrake.org> 
28715      Branch: perl
28716            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
28717            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
28718            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
28719            ! x2p/a2p.pod
28720 ____________________________________________________________________________
28721 [  8964] By: jhi                                   on 2001/02/28  14:35:35
28722         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
28723              (The #8961 was too bold.)
28724      Branch: perl
28725            ! hints/hpux.sh hints/irix_6.sh
28726 ____________________________________________________________________________
28727 [  8963] By: jhi                                   on 2001/02/28  14:33:39
28728         Log: Subject: Re: sync sync sync: have I missed any patches?
28729              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28730              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
28731              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
28732              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
28733              
28734              Replace djSP with dSP.
28735      Branch: perl
28736            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
28737            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
28738            ! win32/perlhost.h
28739 ____________________________________________________________________________
28740 [  8962] By: jhi                                   on 2001/02/27  23:21:14
28741         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
28742      Branch: perl
28743            ! lib/Filter/Simple.pm
28744 ____________________________________________________________________________
28745 [  8961] By: jhi                                   on 2001/02/27  22:55:26
28746         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
28747              and this would be it.
28748      Branch: perl
28749            ! hints/hpux.sh hints/irix_6.sh
28750 ____________________________________________________________________________
28751 [  8960] By: jhi                                   on 2001/02/27  22:51:33
28752         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
28753              From: "Craig A. Berry" <craigberry@mac.com>
28754              Date: Tue, 27 Feb 2001 16:11:44 -0600
28755              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
28756      Branch: maint-5.6/perl
28757            ! configure.com vms/descrip_mms.template
28758 ____________________________________________________________________________
28759 [  8959] By: jhi                                   on 2001/02/27  22:47:23
28760         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
28761              From: "Craig A. Berry" <craigberry@mac.com>
28762              Date: Tue, 27 Feb 2001 16:11:44 -0600
28763              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
28764      Branch: perl
28765            ! configure.com vms/descrip_mms.template
28766 ____________________________________________________________________________
28767 [  8958] By: jhi                                   on 2001/02/27  15:16:42
28768         Log: Update Changes.
28769      Branch: perl
28770            ! Changes patchlevel.h
28771 ____________________________________________________________________________
28772 [  8957] By: jhi                                   on 2001/02/27  06:15:07
28773         Log: Subject: [5.6.x] EPOC additions
28774              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28775              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
28776              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
28777      Branch: maint-5.6/perl
28778            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
28779 ____________________________________________________________________________
28780 [  8956] By: jhi                                   on 2001/02/27  06:12:11
28781         Log: Subject: [perl-current] EPOC 
28782              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28783              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
28784              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
28785      Branch: perl
28786            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
28787            ! epoc/epocish.c epoc/epocish.h pp_sys.c
28788 ____________________________________________________________________________
28789 [  8955] By: jhi                                   on 2001/02/27  05:59:50
28790         Log: Subject: Re: Compile with perlcc..
28791              From: Edward Peschko <edwardp@excitehome.net>
28792              Date: Mon, 26 Feb 2001 18:51:58 -0800
28793              Message-ID: <20010226185158.A9871@excitehome.net>
28794              
28795              plus add a simple usage message if no arguments given.
28796      Branch: perl
28797            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
28798            ! utils/Makefile utils/perlcc.PL win32/pod.mak
28799 ____________________________________________________________________________
28800 [  8954] By: nick                                  on 2001/02/26  21:02:59
28801         Log: Integrate mainline
28802      Branch: perlio
28803           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
28804           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
28805           !> t/op/sprintf.t
28806 ____________________________________________________________________________
28807 [  8953] By: jhi                                   on 2001/02/26  14:43:54
28808         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
28809              From: Nicholas Clark <nick@ccl4.org>
28810              Date: Mon, 26 Feb 2001 00:42:07 +0000
28811              Message-ID: <20010226004207.F23333@plum.flirble.org>
28812      Branch: perl
28813            ! pp_ctl.c
28814 ____________________________________________________________________________
28815 [  8952] By: jhi                                   on 2001/02/26  14:42:13
28816         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
28817              From: Simon Cozens <simon@netthink.co.uk>
28818              Date: Mon, 26 Feb 2001 12:23:48 +0000
28819              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
28820      Branch: perl
28821            ! pod/perlguts.pod
28822 ____________________________________________________________________________
28823 [  8951] By: jhi                                   on 2001/02/26  14:39:15
28824         Log: Subject: [PATCH] perlio - unknown layer
28825              From: Nicholas Clark <nick@ccl4.org>
28826              Date: Mon, 26 Feb 2001 00:27:19 +0000
28827              Message-ID: <20010226002719.E23333@plum.flirble.org>
28828      Branch: perl
28829            ! perlio.c
28830 ____________________________________________________________________________
28831 [  8950] By: jhi                                   on 2001/02/26  14:38:04
28832         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
28833              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
28834              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
28835              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
28836      Branch: perl
28837            ! t/op/bop.t
28838 ____________________________________________________________________________
28839 [  8949] By: jhi                                   on 2001/02/26  14:37:07
28840         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
28841              From: Peter Prymmer <pvhp@forte.com>
28842              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
28843              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
28844      Branch: perl
28845            ! lib/Test.pm
28846 ____________________________________________________________________________
28847 [  8948] By: jhi                                   on 2001/02/26  14:35:53
28848         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
28849              From: Radu Greab <radu@netsoft.ro>
28850              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
28851              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
28852      Branch: perl
28853            ! pod/perlop.pod
28854 ____________________________________________________________________________
28855 [  8947] By: jhi                                   on 2001/02/26  14:34:46
28856         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
28857              From: David Mitchell <davem@fdgroup.co.uk>
28858              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
28859              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
28860      Branch: perl
28861            ! run.c
28862 ____________________________________________________________________________
28863 [  8946] By: jhi                                   on 2001/02/26  14:32:37
28864         Log: Subject: Modified README.bs2000 
28865              From: Dorner Thomas <Thomas.Dorner@start.de>
28866              Date: Mon, 26 Feb 2001 09:22:17 +0100
28867              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
28868      Branch: perl
28869            ! README.bs2000
28870 ____________________________________________________________________________
28871 [  8945] By: jhi                                   on 2001/02/26  14:19:53
28872         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
28873              to maintperl, listing the known failures on the tests 129 and 130.
28874      Branch: maint-5.6/perl
28875           !> t/op/sprintf.t
28876 ____________________________________________________________________________
28877 [  8944] By: jhi                                   on 2001/02/26  14:14:15
28878         Log: Add more known sprintf failures.
28879      Branch: perl
28880            ! t/op/sprintf.t
28881 ____________________________________________________________________________
28882 [  8943] By: jhi                                   on 2001/02/26  13:56:22
28883         Log: perlglob.exe needs to be found in Win32, patch from
28884              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
28885              which needs external glob at mini-perl time."
28886      Branch: perl
28887            ! ext/Encode/compile
28888 ____________________________________________________________________________
28889 [  8942] By: jhi                                   on 2001/02/26  13:52:19
28890         Log: A missing dTHX from Vadim Konovalov.
28891      Branch: perl
28892            ! perlio.c
28893 ____________________________________________________________________________
28894 [  8941] By: jhi                                   on 2001/02/26  13:37:05
28895         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
28896      Branch: perl
28897            ! op.c
28898 ____________________________________________________________________________
28899 [  8940] By: jhi                                   on 2001/02/26  13:35:40
28900         Log: Integrate perlio.
28901      Branch: perl
28902           !> ext/Encode/Encode.pm
28903 ____________________________________________________________________________
28904 [  8939] By: nick                                  on 2001/02/25  23:47:09
28905         Log: Integrate mainline.
28906      Branch: perlio
28907           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
28908           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
28909 ____________________________________________________________________________
28910 [  8938] By: nick                                  on 2001/02/25  19:36:28
28911         Log: Encode implementations docs.
28912      Branch: perlio
28913            ! ext/Encode/Encode.pm
28914 ____________________________________________________________________________
28915 [  8937] By: jhi                                   on 2001/02/25  19:26:16
28916         Log: Script wasn't aligned with reality.
28917      Branch: perl
28918            ! t/pod/find.t
28919 ____________________________________________________________________________
28920 [  8936] By: jhi                                   on 2001/02/25  18:54:55
28921         Log: Update Changes.
28922      Branch: perl
28923            ! Changes patchlevel.h
28924 ____________________________________________________________________________
28925 [  8935] By: jhi                                   on 2001/02/25  18:46:36
28926         Log: Retract #8929,8930,8932,8933 for now.
28927      Branch: perl
28928            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
28929 ____________________________________________________________________________
28930 [  8934] By: jhi                                   on 2001/02/25  17:34:35
28931         Log: Integrate perlio.
28932      Branch: perl
28933           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
28934           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
28935           !> t/lib/encode.t
28936 ____________________________________________________________________________
28937 [  8933] By: jhi                                   on 2001/02/25  17:33:12
28938         Log: (Retracted by #8395.)
28939              
28940              Slight tweaks in scan_const(), not fixes yet, it seems like
28941              lots of work remains to be done...
28942      Branch: perl
28943            ! toke.c
28944 ____________________________________________________________________________
28945 [  8932] By: jhi                                   on 2001/02/25  17:27:11
28946         Log: (Retracted by #8395.)
28947              
28948              Missing from #8930.
28949      Branch: perl
28950            ! perl.h
28951 ____________________________________________________________________________
28952 [  8931] By: jhi                                   on 2001/02/25  17:26:19
28953         Log: A comment tweak.
28954      Branch: perl
28955            ! utf8.c
28956 ____________________________________________________________________________
28957 [  8930] By: jhi                                   on 2001/02/25  17:25:47
28958         Log: (Retracted by #8395.)
28959              
28960              Attempt to fix the EBCDIC character range problwm with //.
28961      Branch: perl
28962            ! regcomp.c
28963 ____________________________________________________________________________
28964 [  8929] By: jhi                                   on 2001/02/25  17:23:45
28965         Log: (Retracted by #8395.)
28966              
28967              Expand the EBCDIC character range tests, and add few nasty
28968              tr tests from Karsten Sperling.
28969      Branch: perl
28970            ! t/op/pat.t t/op/tr.t
28971 ____________________________________________________________________________
28972 [  8928] By: jhi                                   on 2001/02/25  17:18:49
28973         Log: Missing check-in.
28974      Branch: perl
28975            ! lib/Pod/Find.pm
28976 ____________________________________________________________________________
28977 [  8927] By: nick                                  on 2001/02/25  11:30:22
28978         Log: Change method names in Encode implementation classes to something
28979              less confusing (preparing to "go public").
28980      Branch: perlio
28981            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28982 ____________________________________________________________________________
28983 [  8926] By: nick                                  on 2001/02/25  10:53:24
28984         Log: GCC __atribute__ / printf fix
28985      Branch: perlio
28986            ! perl.h
28987 ____________________________________________________________________________
28988 [  8925] By: nick                                  on 2001/02/25  10:52:25
28989         Log: Checked in the wrong one ...
28990      Branch: perlio
28991            ! ext/Encode/Encode.pm
28992 ____________________________________________________________________________
28993 [  8924] By: nick                                  on 2001/02/24  18:46:51
28994         Log: Integrate mainline - to see what Jarkko has in ...
28995      Branch: perlio
28996           +> t/pod/testpods/lib/Pod/Stuff.pm
28997           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
28998 ____________________________________________________________________________
28999 [  8923] By: nick                                  on 2001/02/24  17:05:23
29000         Log: Encode API documentation nd tidy up.
29001              Minor additions to test.
29002              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
29003              Adds STRLEN to standard typemap.
29004      Branch: perlio
29005            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
29006            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
29007 ____________________________________________________________________________
29008 [  8922] By: jhi                                   on 2001/02/24  16:38:12
29009         Log: Add a test for the "character range should match in EBCDIC
29010              if specified using explicit numerics" bug found by Karsten
29011              Sperling.
29012      Branch: perl
29013            ! t/op/pat.t
29014 ____________________________________________________________________________
29015 [  8921] By: jhi                                   on 2001/02/24  16:30:16
29016         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
29017              From: schwern@pobox.com
29018              Date: Fri, 23 Feb 2001 03:21:37 -0500
29019              Message-ID: <20010223032137.A26022@magnonel.guild.net>
29020              
29021              plus Charles Lane's fixes, plus tweaks.
29022      Branch: perl
29023            + t/pod/testpods/lib/Pod/Stuff.pm
29024            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
29025 ____________________________________________________________________________
29026 [  8920] By: nick                                  on 2001/02/24  10:30:11
29027         Log: Integrate mainline
29028      Branch: perlio
29029           !> (integrate 33 files)
29030 ____________________________________________________________________________
29031 [  8919] By: jhi                                   on 2001/02/24  00:23:35
29032         Log: Subject: Re: I'm losing the war...
29033              From: "Vadim Konovalov" <watman@inbox.ru>
29034              Date: Sat, 24 Feb 2001 00:10:14 +0300
29035              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
29036              
29037              hv_store() not working correctly in ENV_IS_CASELESS case.
29038      Branch: perl
29039            ! hv.c
29040 ____________________________________________________________________________
29041 [  8918] By: jhi                                   on 2001/02/24  00:20:09
29042         Log: Subject: Re: [PATCH] fix for charnames above FFFF
29043              From: andreas.koenig@anima.de (Andreas J. Koenig)
29044              Date: 23 Feb 2001 02:39:03 +0100
29045              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
29046              
29047              A further efficiency tweak.
29048      Branch: perl
29049            ! lib/charnames.pm
29050 ____________________________________________________________________________
29051 [  8917] By: jhi                                   on 2001/02/23  20:27:51
29052         Log: Integrate change #8916 from mainline,
29053              do away with USE_WIN32_RTL_ENV.
29054      Branch: maint-5.6/perl
29055           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
29056 ____________________________________________________________________________
29057 [  8916] By: jhi                                   on 2001/02/23  20:02:25
29058         Log: Abolish USE_WIN32_RTL_ENV.
29059      Branch: perl
29060            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
29061 ____________________________________________________________________________
29062 [  8915] By: jhi                                   on 2001/02/23  19:36:00
29063         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
29064              later protected by some #define.
29065      Branch: perl
29066            ! gv.c
29067 ____________________________________________________________________________
29068 [  8914] By: jhi                                   on 2001/02/23  19:31:38
29069         Log: Retract #8902 for now, requested by Charles Lane, the correct
29070              fix will be something else.
29071      Branch: perl
29072            ! op.c
29073 ____________________________________________________________________________
29074 [  8913] By: jhi                                   on 2001/02/23  19:11:36
29075         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
29076              From: Peter Prymmer <pvhp@forte.com>
29077              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
29078              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
29079      Branch: perl
29080            ! t/op/lex_assign.t
29081 ____________________________________________________________________________
29082 [  8912] By: jhi                                   on 2001/02/23  18:38:20
29083         Log: Subject: [patch] perlio + useithreads
29084              From: Doug MacEachern <dougm@covalent.net>
29085              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
29086              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
29087              
29088              Gets things running but not complete.
29089      Branch: perl
29090            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
29091 ____________________________________________________________________________
29092 [  8911] By: jhi                                   on 2001/02/23  04:20:02
29093         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
29094              
29095              Duplicated environment freeing, File::Temp 0.12,
29096              op/append portability (EBCDIC) tweak.
29097      Branch: maint-5.6/perl
29098           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29099           !> t/op/append.t
29100 ____________________________________________________________________________
29101 [  8910] By: jhi                                   on 2001/02/23  02:07:33
29102         Log: Integrate change #8909 from mainline, a better Borland
29103              putenv() workaround.
29104      Branch: maint-5.6/perl
29105           !> perl.c
29106 ____________________________________________________________________________
29107 [  8909] By: jhi                                   on 2001/02/23  02:05:46
29108         Log: A better workaround for Borland putenv() brokenness from Sarathy.
29109      Branch: perl
29110            ! perl.c
29111 ____________________________________________________________________________
29112 [  8908] By: jhi                                   on 2001/02/23  02:04:14
29113         Log: Subject: fix for parameter -Dm (for perl@8867)
29114              From: "Vadim Konovalov" <watman@inbox.ru>
29115              Date: Thu, 22 Feb 2001 17:30:12 +0300
29116              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
29117      Branch: perl
29118            ! perl.h
29119 ____________________________________________________________________________
29120 [  8907] By: jhi                                   on 2001/02/23  01:58:20
29121         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
29122              From: Peter Prymmer <pvhp@forte.com>
29123              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
29124              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
29125      Branch: perl
29126            ! t/op/append.t
29127 ____________________________________________________________________________
29128 [  8906] By: jhi                                   on 2001/02/23  01:48:34
29129         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
29130      Branch: perl
29131            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29132 ____________________________________________________________________________
29133 [  8905] By: jhi                                   on 2001/02/23  01:43:30
29134         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
29135              From: Peter Prymmer <pvhp@forte.com>
29136              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
29137              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
29138      Branch: perl
29139            ! t/lib/st-06compat.t
29140 ____________________________________________________________________________
29141 [  8904] By: jhi                                   on 2001/02/23  01:42:39
29142         Log: Metaconfig unit change for #8903.
29143      Branch: metaconfig/U/perl
29144            ! Devel.U
29145 ____________________________________________________________________________
29146 [  8903] By: jhi                                   on 2001/02/23  01:42:12
29147         Log: Be more helpful for devel builders, suggested by John L. Allen.
29148      Branch: perl
29149            ! Configure
29150 ____________________________________________________________________________
29151 [  8902] By: jhi                                   on 2001/02/23  01:37:41
29152         Log: (Retracted by #8914)
29153              (Wrongly, reinstated by #8941)             
29154
29155              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
29156              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29157              Date:     Thu, 22 Feb 2001 09:43:57 EST
29158              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
29159      Branch: perl
29160            ! op.c
29161 ____________________________________________________________________________
29162 [  8901] By: jhi                                   on 2001/02/23  01:20:32
29163         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
29164              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29165              Date:     Thu, 22 Feb 2001 08:01:35 EST
29166              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
29167      Branch: perl
29168            ! malloc.c
29169 ____________________________________________________________________________
29170 [  8900] By: jhi                                   on 2001/02/23  01:18:02
29171         Log: Integrate changes #8898,8899 from mainline, environ handling.
29172      Branch: maint-5.6/perl
29173           !> perl.c
29174 ____________________________________________________________________________
29175 [  8899] By: jhi                                   on 2001/02/23  01:16:25
29176         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
29177              putenv() is not to be relied on, they are either broken or leaky
29178              or both.)
29179      Branch: perl
29180            ! perl.c
29181 ____________________________________________________________________________
29182 [  8898] By: jhi                                   on 2001/02/22  23:36:59
29183         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
29184              and safesysfree() must be used.
29185      Branch: perl
29186            ! perl.c
29187 ____________________________________________________________________________
29188 [  8897] By: jhi                                   on 2001/02/22  23:25:45
29189         Log: With environ one must use safesysmalloc()/safesysfree().
29190      Branch: perl
29191            ! perl.c
29192 ____________________________________________________________________________
29193 [  8896] By: jhi                                   on 2001/02/22  22:13:18
29194         Log: If we have a duplicated environment free it
29195              if PERL_DESTRUCT_LEVEL.
29196      Branch: perl
29197            ! perl.c
29198 ____________________________________________________________________________
29199 [  8895] By: alanbur                               on 2001/02/22  19:31:57
29200         Log: Synchronised with parent
29201      Branch: maint-5.6/pureperl
29202           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
29203 ____________________________________________________________________________
29204 [  8894] By: gsar                                  on 2001/02/22  19:06:18
29205         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
29206              
29207              fix memory leak in method call optimization (change#3768);
29208              made C<eval "$x->foo()"> leak
29209              
29210              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
29211      Branch: maint-5.6/perl
29212           !> op.c
29213 ____________________________________________________________________________
29214 [  8893] By: jhi                                   on 2001/02/22  18:35:27
29215         Log: (Retracted by #8915.)
29216              
29217              Third Degree finding:
29218              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
29219      Branch: perl
29220            ! gv.c
29221 ____________________________________________________________________________
29222 [  8892] By: jhi                                   on 2001/02/22  14:28:32
29223         Log: Update Changes.
29224      Branch: perl
29225            ! Changes patchlevel.h
29226 ____________________________________________________________________________
29227 [  8891] By: jhi                                   on 2001/02/22  13:22:45
29228         Log: Metaconfig unit changes for #8890.
29229      Branch: metaconfig
29230            ! U/modified/Cppsym.U U/threads/archname.U
29231 ____________________________________________________________________________
29232 [  8890] By: jhi                                   on 2001/02/22  13:22:12
29233         Log: Add -stdio to the archname if no perlio selected,
29234              no -perlio added since that is now the default.
29235              
29236              Add few CPUs/architectures to the Cppsym scan.
29237      Branch: perl
29238            ! Configure config_h.SH
29239 ____________________________________________________________________________
29240 [  8889] By: jhi                                   on 2001/02/22  13:05:59
29241         Log: Metaconfig unit change for #8888.
29242      Branch: metaconfig/U/perl
29243            ! useperlio.U
29244 ____________________________________________________________________________
29245 [  8888] By: jhi                                   on 2001/02/22  13:05:28
29246         Log: *drum roll*  Make perlio the default.
29247      Branch: perl
29248            ! Configure config_h.SH
29249 ____________________________________________________________________________
29250 [  8887] By: jhi                                   on 2001/02/22  12:50:52
29251         Log: Integrate change #8665 from maintperl to mainline,
29252              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
29253      Branch: perl
29254           !> ext/POSIX/POSIX.xs
29255 ____________________________________________________________________________
29256 [  8886] By: jhi                                   on 2001/02/22  12:49:24
29257         Log: Integrate changes #8883,8884 from mainline to maintperl.
29258              
29259              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
29260              Subject: Re: File::Temp::_gettemp warning
29261      Branch: maint-5.6/perl
29262           !> embed.h embed.pl lib/File/Temp.pm
29263 ____________________________________________________________________________
29264 [  8885] By: jhi                                   on 2001/02/22  12:43:59
29265         Log: Based on
29266              
29267              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
29268              From: schwab@suse.de
29269              Date: Thu, 22 Feb 2001 13:08:09 +0100
29270              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
29271              
29272              but the fix done slightly differently because the other
29273              half was already done in #8664.
29274      Branch: maint-5.6/perl
29275            ! ext/POSIX/POSIX.xs
29276 ____________________________________________________________________________
29277 [  8884] By: jhi                                   on 2001/02/22  12:37:15
29278         Log: Subject: Re: File::Temp::_gettemp warning
29279              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29280              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
29281              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
29282              
29283              This patch to File::Temp does two things:
29284              
29285              1. Fixes the problem with CGI::Carp when determining
29286              the Fcntl constants
29287              
29288              2. Removes most of the carps and consolidates them so that all the
29289              reasons are included in a single die that is caught by the test. This
29290              means that the correct skipping behaviour is displayed by the test.
29291      Branch: perl
29292            ! lib/File/Temp.pm
29293 ____________________________________________________________________________
29294 [  8883] By: jhi                                   on 2001/02/22  12:29:19
29295         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
29296              From: Peter Prymmer <pvhp@forte.com>
29297              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
29298              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
29299      Branch: perl
29300            ! embed.h embed.pl
29301 ____________________________________________________________________________
29302 [  8882] By: jhi                                   on 2001/02/21  19:41:33
29303         Log: Integrate change #8881 from mainlin to maintperl.
29304              
29305              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
29306      Branch: maint-5.6/perl
29307           !> op.c
29308 ____________________________________________________________________________
29309 [  8881] By: jhi                                   on 2001/02/21  19:38:57
29310         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
29311              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29312              Date:     Wed, 21 Feb 2001 13:08:03 EST
29313              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
29314      Branch: perl
29315            ! op.c
29316 ____________________________________________________________________________
29317 [  8880] By: jhi                                   on 2001/02/21  19:34:34
29318         Log: Retract #8875, cannot let go of the old semantics of unpack U
29319              without rethinking utf8decode.t.
29320      Branch: perl
29321            ! pp.c t/op/pack.t
29322 ____________________________________________________________________________
29323 [  8879] By: jhi                                   on 2001/02/21  19:08:02
29324         Log: Run run/*.t also in minitest.
29325      Branch: perl
29326            ! Makefile.SH
29327 ____________________________________________________________________________
29328 [  8878] By: nick                                  on 2001/02/21  18:55:37
29329         Log: Integrate mainline
29330      Branch: perlio
29331           !> (integrate 76 files)
29332 ____________________________________________________________________________
29333 [  8877] By: jhi                                   on 2001/02/21  15:09:33
29334         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
29335      Branch: metaconfig
29336            ! U/compline/nblock_io.U
29337      Branch: perl
29338            ! Configure config_h.SH
29339 ____________________________________________________________________________
29340 [  8876] By: jhi                                   on 2001/02/21  14:54:45
29341         Log: If no sfio, no -lsfio.
29342      Branch: metaconfig/U/perl
29343            ! d_sfio.U
29344      Branch: perl
29345            ! Configure config_h.SH
29346 ____________________________________________________________________________
29347 [  8875] By: jhi                                   on 2001/02/21  14:54:00
29348         Log: Make unpack C and unpack C truly equivalent.
29349      Branch: perl
29350            ! pp.c t/op/pack.t
29351 ____________________________________________________________________________
29352 [  8874] By: jhi                                   on 2001/02/21  14:26:02
29353         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
29354              From: Peter Prymmer <pvhp@forte.com>
29355              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
29356              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
29357      Branch: perl
29358            ! pod/perlport.pod
29359 ____________________________________________________________________________
29360 [  8873] By: jhi                                   on 2001/02/21  14:24:31
29361         Log: Subject: [PATCH] fix for charnames above FFFF
29362              From: andreas.koenig@anima.de (Andreas J. Koenig)
29363              Date: 21 Feb 2001 07:05:45 +0100
29364              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
29365      Branch: perl
29366            ! lib/charnames.pm t/lib/charnames.t
29367 ____________________________________________________________________________
29368 [  8872] By: jhi                                   on 2001/02/21  14:15:25
29369         Log: Integrate change #8868 from pureperl to mainline.
29370              
29371              Fixed reference count loop caused by sv_magic.
29372      Branch: perl
29373           !> sv.c
29374 ____________________________________________________________________________
29375 [  8871] By: jhi                                   on 2001/02/21  14:07:29
29376         Log: Integrate change #8868 from pureperl to maintperl.
29377              
29378              Fixed reference count loop caused by sv_magic.
29379      Branch: maint-5.6/perl
29380           !> sv.c
29381 ____________________________________________________________________________
29382 [  8870] By: jhi                                   on 2001/02/21  14:04:41
29383         Log: Put back the #8840, it was innocent.
29384      Branch: perl
29385            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29386            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
29387 ____________________________________________________________________________
29388 [  8869] By: jhi                                   on 2001/02/21  14:00:03
29389         Log: unpack("C", ...) was left slightly unfinished by #8865.
29390      Branch: perl
29391            ! pp.c t/op/pack.t
29392 ____________________________________________________________________________
29393 [  8868] By: alanbur                               on 2001/02/21  01:33:45
29394         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
29395              from gv_fetchpv to create single-character magic variables (e.g. $!),
29396              and it is passed a sv and the gv that contains the sv as the mg_obj
29397              value.  When sv_magic stores the mg_obj pointer it increments the gv
29398              refcount, thus causing a sv-gv pair that can't be freed.  There is
29399              already a check for sv == obj which is used to prevent such reference
29400              loops.  This change extends the check to cover the case described above.
29401      Branch: maint-5.6/pureperl
29402            ! sv.c
29403 ____________________________________________________________________________
29404 [  8867] By: jhi                                   on 2001/02/21  00:52:39
29405         Log: Update Changes.
29406      Branch: perl
29407            ! Changes patchlevel.h
29408 ____________________________________________________________________________
29409 [  8866] By: jhi                                   on 2001/02/21  00:34:20
29410         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
29411              (Note: there were some conflicts due to EBCDIC and EPOC
29412              patches, in general I preferred the repository code.)
29413              (When 2.753 comes out, we need to synchronize.)
29414      Branch: perl
29415            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
29416            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
29417            ! t/lib/cgi-html.t
29418 ____________________________________________________________________________
29419 [  8865] By: jhi                                   on 2001/02/21  00:24:22
29420         Log: Make pack("C", 0x100) to create Unicode, unless under the
29421              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
29422              will understand Unicode, unless you under know what.
29423      Branch: perl
29424            ! pp.c t/op/pack.t t/op/qu.t
29425 ____________________________________________________________________________
29426 [  8864] By: alanbur                               on 2001/02/20  22:35:34
29427         Log: Resynchronised with parent
29428      Branch: maint-5.6/pureperl
29429           !> README.win32 ext/GDBM_File/GDBM_File.pm
29430           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
29431           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
29432           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
29433           !> t/lib/sdbm.t util.c
29434 ____________________________________________________________________________
29435 [  8863] By: jhi                                   on 2001/02/20  20:55:11
29436         Log: Integrate change #8860,8861 from mainline into maintperl.
29437              
29438              "pseudo-literal j"
29439              
29440              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
29441      Branch: maint-5.6/perl
29442           !> lib/Test.pm pod/perlop.pod
29443 ____________________________________________________________________________
29444 [  8862] By: jhi                                   on 2001/02/20  20:30:07
29445         Log: Don't do casting between pointers pointing to differently sized
29446              integers.
29447      Branch: perl
29448            ! hv.c sv.c
29449 ____________________________________________________________________________
29450 [  8861] By: jhi                                   on 2001/02/20  19:53:44
29451         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
29452              From: Peter Prymmer <pvhp@forte.com>
29453              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
29454              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
29455      Branch: perl
29456            ! lib/Test.pm
29457 ____________________________________________________________________________
29458 [  8860] By: jhi                                   on 2001/02/20  19:48:02
29459         Log: "pseudo-literal j", a documentation glitch reported to Debian.
29460              The text recovered from Perl 5.005_03, and pseudo-literal replaced
29461              by "backtick string".
29462      Branch: perl
29463            ! pod/perlop.pod
29464 ____________________________________________________________________________
29465 [  8859] By: jhi                                   on 2001/02/20  19:15:46
29466         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
29467              from Chris Nandor.
29468      Branch: perl
29469            ! makedef.pl
29470 ____________________________________________________________________________
29471 [  8858] By: jhi                                   on 2001/02/20  17:36:53
29472         Log: Integrate pureperl changes #8844,8845,8850 to mainline
29473              (via maintperl #8855).
29474              
29475              Fixed %^H scoping bug
29476              
29477              Removed GV <-> CV refcount loop
29478              
29479              Removed %ENV refcount loop
29480      Branch: perl
29481           !> gv.c op.c perl.c pp.c scope.c
29482 ____________________________________________________________________________
29483 [  8857] By: jhi                                   on 2001/02/20  17:34:32
29484         Log: Integrate changes #8853,8854 from maintperl to mainline.
29485              
29486              EBDIC fixes, README.win32 Borland update.
29487      Branch: perl
29488           !> README.win32 handy.h util.c
29489 ____________________________________________________________________________
29490 [  8856] By: jhi                                   on 2001/02/20  17:33:16
29491         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
29492      Branch: maint-5.6/perl
29493           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
29494           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
29495           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
29496 ____________________________________________________________________________
29497 [  8855] By: jhi                                   on 2001/02/20  17:32:13
29498         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
29499              
29500              Fixed %^H scoping bug
29501              
29502              Removed GV <-> CV refcount loop
29503              
29504              Removed %ENV refcount loop
29505      Branch: maint-5.6/perl
29506           !> gv.c op.c perl.c pp.c scope.c
29507 ____________________________________________________________________________
29508 [  8854] By: jhi                                   on 2001/02/20  17:25:06
29509         Log: Subject: Addition to readme.win32 for Borland C++ compilers
29510              Date: Tue, 20 Feb 2001 02:15:25 +0300
29511              From: "Vadim Konovalov" <watman@inbox.ru>
29512              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
29513              
29514              Document Borland compiler misbehaviour.
29515      Branch: maint-5.6/perl
29516            ! README.win32
29517 ____________________________________________________________________________
29518 [  8853] By: jhi                                   on 2001/02/20  17:22:25
29519         Log: The assimilation of ebcdic.c didn't quite work at the first try,
29520              patches from Thomas Dorner.
29521      Branch: maint-5.6/perl
29522            ! handy.h util.c
29523 ____________________________________________________________________________
29524 [  8852] By: jhi                                   on 2001/02/20  17:20:15
29525         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
29526              From: Chris Nandor <pudge@pobox.com>
29527              Date: Tue, 20 Feb 2001 08:32:45 -0500
29528              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
29529      Branch: maint-5.6/perl
29530            ! makedef.pl mg.c
29531 ____________________________________________________________________________
29532 [  8851] By: jhi                                   on 2001/02/20  17:15:52
29533         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
29534      Branch: perl
29535            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
29536            ! t/lib/filter-util.t
29537 ____________________________________________________________________________
29538 [  8850] By: alanbur                               on 2001/02/20  17:12:40
29539         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
29540              and the magic pointer points back to the GV that contains the
29541              %ENV hash.  This creates a refcount loop that prevents members
29542              of %ENV from being freed correctly.  This change removes the
29543              refcount loop - the magic pointer was never used anyway, the
29544              only use of the magic was to check the type ('E') so that the
29545              appropriate environment manipulation code is called when %ENV
29546              is modified.
29547      Branch: maint-5.6/pureperl
29548            ! perl.c
29549 ____________________________________________________________________________
29550 [  8849] By: jhi                                   on 2001/02/20  17:12:20
29551         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
29552              From: "Craig A. Berry" <craigberry@mac.com>
29553              Date: Mon, 19 Feb 2001 23:36:12 -0600
29554              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
29555              
29556              Case-forgiving systems match TestInit.pm with TES*.
29557      Branch: perl
29558            ! t/lib/glob-basic.t
29559 ____________________________________________________________________________
29560 [  8848] By: jhi                                   on 2001/02/20  17:10:02
29561         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
29562      Branch: perl
29563            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
29564            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
29565            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
29566 ____________________________________________________________________________
29567 [  8847] By: jhi                                   on 2001/02/20  15:34:41
29568         Log: The #8843 wasn't quite right: %Config needs to imported.
29569      Branch: perl
29570            ! t/run/runenv.t
29571 ____________________________________________________________________________
29572 [  8846] By: jhi                                   on 2001/02/20  15:31:50
29573         Log: Retract the #8838 and #8840 for now because of
29574              the DB_File tie problem.
29575      Branch: perl
29576            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
29577            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
29578            ! proto.h sv.c
29579 ____________________________________________________________________________
29580 [  8845] By: alanbur                               on 2001/02/20  14:25:41
29581         Log: Removed GV <-> CV refcount loop
29582              CvGV(mycv) points to the parent GV of the CV, and was previously
29583              refcounted.  The pointer remains, but the refcounting has been removed
29584              as it causes a refcount loop between the CV and GV that means the CV
29585              can't ever be deleted.
29586      Branch: maint-5.6/pureperl
29587            ! gv.c op.c pp.c
29588 ____________________________________________________________________________
29589 [  8844] By: alanbur                               on 2001/02/20  14:23:13
29590         Log: Fixed %^H scoping bug
29591      Branch: maint-5.6/pureperl
29592            ! scope.c
29593 ____________________________________________________________________________
29594 [  8843] By: jhi                                   on 2001/02/19  13:38:08
29595         Log: fork() not everywhere, cleanup temp files.
29596      Branch: perl
29597            ! t/run/runenv.t
29598 ____________________________________________________________________________
29599 [  8842] By: alanbur                               on 2001/02/19  12:42:07
29600         Log: Resynchronised with parent
29601      Branch: maint-5.6/pureperl
29602           !> pod/perlfaq4.pod sv.c utf8.c
29603 ____________________________________________________________________________
29604 [  8841] By: jhi                                   on 2001/02/19  03:35:51
29605         Log: Update Changes.
29606      Branch: perl
29607            ! Changes patchlevel.h
29608 ____________________________________________________________________________
29609 [  8840] By: jhi                                   on 2001/02/19  00:23:41
29610         Log: Subject: [patch] add sv_setref_uv
29611              From: Doug MacEachern <dougm@covalent.net>
29612              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
29613              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
29614      Branch: perl
29615            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29616            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
29617 ____________________________________________________________________________
29618 [  8839] By: jhi                                   on 2001/02/19  00:01:38
29619         Log: Put to rest the 20010205.001, the email address checking (not) regex.
29620      Branch: perl
29621            ! pod/perlfaq9.pod
29622 ____________________________________________________________________________
29623 [  8838] By: jhi                                   on 2001/02/18  22:17:54
29624         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
29625              From: Doug MacEachern <dougm@covalent.net>
29626              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
29627              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
29628      Branch: perl
29629            ! lib/ExtUtils/xsubpp
29630 ____________________________________________________________________________
29631 [  8837] By: jhi                                   on 2001/02/18  22:16:50
29632         Log: Subject: [patch] -Wall cleanup round 2
29633              From: Doug MacEachern <dougm@covalent.net>
29634              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
29635              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
29636      Branch: perl
29637            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
29638            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
29639            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
29640            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
29641            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
29642            ! ext/SDBM_File/SDBM_File.xs
29643 ____________________________________________________________________________
29644 [  8836] By: jhi                                   on 2001/02/18  22:11:20
29645         Log: Misapplied regex optimizations when \C is present.
29646              Fixes 20001230.002.
29647              
29648              What still remains broken is that the submatches that
29649              have \C in them get their UTF8 flag on because their
29650              parent SV has it on.  This will result in malformed
29651              UTF8 if a \C happened to match a non-ASCII byte.
29652      Branch: perl
29653            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
29654            ! t/pragma/utf8.t
29655 ____________________________________________________________________________
29656 [  8835] By: jhi                                   on 2001/02/18  20:12:02
29657         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
29658              
29659              The hash key got wrongly UTF8fied.
29660      Branch: perl
29661            ! pod/perlapi.pod toke.c utf8.c
29662 ____________________________________________________________________________
29663 [  8834] By: jhi                                   on 2001/02/18  19:44:25
29664         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
29665              don't warn on magical or overloaded things.
29666      Branch: perl
29667            ! pp_hot.c
29668 ____________________________________________________________________________
29669 [  8833] By: nick                                  on 2001/02/18  19:31:22
29670         Log: Integrate mainline
29671      Branch: perlio
29672           +> t/TestInit.pm t/run/runenv.t
29673            - t/UTEST
29674           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
29675           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
29676           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
29677           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
29678           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
29679           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
29680           !> utf8.c
29681 ____________________________________________________________________________
29682 [  8832] By: jhi                                   on 2001/02/18  19:21:18
29683         Log: Integrate perlio.
29684      Branch: perl
29685           !> perlio.c pod/perldiag.pod
29686 ____________________________________________________________________________
29687 [  8831] By: jhi                                   on 2001/02/18  19:14:20
29688         Log: Integrate change #8827 from mainline.
29689              
29690              UTF8 tweaks.
29691      Branch: maint-5.6/perl
29692           !> sv.c utf8.c
29693 ____________________________________________________________________________
29694 [  8830] By: nick                                  on 2001/02/18  19:10:34
29695         Log: Apply the spirit of patch from Nick Clark:
29696              Subject: [PATCH] Re: extensions that provide layers
29697              From: Nicholas Clark <nick@ccl4.org>
29698              Date: Mon, 12 Feb 2001 16:43:51 +0000
29699              Message-Id: <20010212164350.Q3652@plum.flirble.org>
29700      Branch: perlio
29701            ! perlio.c pod/perldiag.pod
29702 ____________________________________________________________________________
29703 [  8829] By: jhi                                   on 2001/02/18  19:03:25
29704         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
29705              From: schwern@pobox.com 
29706              Date: Sun, 18 Feb 2001 13:44:35 -0500
29707              Message-ID: <20010218134435.A17544@magnonel.guild.net>
29708              
29709              Applied, but as t/TestInit.pm.
29710      Branch: perl
29711            + t/TestInit.pm
29712            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
29713            ! t/op/subst_wamp.t
29714 ____________________________________________________________________________
29715 [  8828] By: jhi                                   on 2001/02/18  18:43:52
29716         Log: Integrate perlio.
29717      Branch: perl
29718           !> perlio.c
29719 ____________________________________________________________________________
29720 [  8827] By: jhi                                   on 2001/02/18  18:41:33
29721         Log: UTF-8 tweaks.
29722      Branch: perl
29723            ! sv.c utf8.c
29724 ____________________________________________________________________________
29725 [  8826] By: nick                                  on 2001/02/18  17:40:59
29726         Log: Fix [ID 20010217.002]
29727              open FOO, "<:raw:perlio", ...
29728              :raw now inserts default base layer below itself.
29729              Also
29730              open FOO, "<:unix", ...
29731              works as well - but leaves buffer layer on stack under the unix layer.
29732      Branch: perlio
29733            ! perlio.c
29734 ____________________________________________________________________________
29735 [  8825] By: jhi                                   on 2001/02/18  17:15:39
29736         Log: Integrate perlio.
29737      Branch: perl
29738           !> perlio.c perliol.h
29739 ____________________________________________________________________________
29740 [  8824] By: jhi                                   on 2001/02/18  17:10:53
29741         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
29742              From: schwern@pobox.com
29743              Date: Sun, 18 Feb 2001 01:48:50 -0500
29744              Message-ID: <20010218014850.C19957@magnonel.guild.net>
29745      Branch: perl
29746            ! lib/Test/Harness.pm t/TEST t/op/chop.t
29747 ____________________________________________________________________________
29748 [  8823] By: jhi                                   on 2001/02/18  17:01:06
29749         Log: Add run/*.t to testables.
29750      Branch: perl
29751            ! t/TEST
29752 ____________________________________________________________________________
29753 [  8822] By: jhi                                   on 2001/02/18  16:58:58
29754         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
29755              From: schwern@pobox.com
29756              Date: Sun, 18 Feb 2001 01:11:35 -0500
29757              Message-ID: <20010218011135.A19957@magnonel.guild.net>
29758              
29759              Revive mjd's and Simon's PERL5OPT fix.
29760      Branch: perl
29761            + t/run/runenv.t
29762            ! MANIFEST perl.c
29763 ____________________________________________________________________________
29764 [  8821] By: jhi                                   on 2001/02/18  16:53:46
29765         Log: Subject: Re: Why t/TEST and not Test::Harness?
29766              From: schwern@pobox.com
29767              Date: Sat, 17 Feb 2001 22:44:44 -0500
29768              Message-ID: <20010217224444.A6679@magnonel.guild.net>
29769              
29770              Replace UTEST with TEST -utf8.
29771      Branch: perl
29772            - t/UTEST
29773            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
29774            ! t/lib/glob-basic.t
29775 ____________________________________________________________________________
29776 [  8820] By: nick                                  on 2001/02/18  13:06:16
29777         Log: Clean up a few core dumps when layers are used in unexpected ways.
29778              (Still not "right"...)
29779      Branch: perlio
29780            ! perlio.c perliol.h
29781 ____________________________________________________________________________
29782 [  8819] By: jhi                                   on 2001/02/18  02:25:55
29783         Log: Integrate change #8818 from maintperl, a FAQ nit.
29784      Branch: perl
29785           !> pod/perlfaq4.pod
29786 ____________________________________________________________________________
29787 [  8818] By: jhi                                   on 2001/02/18  02:24:50
29788         Log: FAQ nit from Chris Fedde.
29789      Branch: maint-5.6/perl
29790            ! pod/perlfaq4.pod
29791 ____________________________________________________________________________
29792 [  8817] By: nick                                  on 2001/02/17  18:20:14
29793         Log: Integrate mainline
29794      Branch: perlio
29795           +> lib/unicode/UCD.html lib/unicode/Unicode.html
29796           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
29797           +> pod/perlclib.pod
29798            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29799            - lib/unicode/Unicode.301
29800           !> (integrate 324 files)
29801 ____________________________________________________________________________
29802 [  8816] By: jhi                                   on 2001/02/17  16:56:58
29803         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
29804      Branch: perl
29805            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29806            ! ext/Storable/Storable.xs t/lib/st-06compat.t
29807            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
29808 ____________________________________________________________________________
29809 [  8815] By: jhi                                   on 2001/02/17  16:40:07
29810         Log: Subject: [patch] -Wall
29811              From: Doug MacEachern <dougm@covalent.net>
29812              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
29813              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
29814      Branch: perl
29815            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
29816            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
29817 ____________________________________________________________________________
29818 [  8814] By: jhi                                   on 2001/02/16  19:27:18
29819         Log: Document qu better.
29820      Branch: perl
29821            ! pod/perlop.pod
29822 ____________________________________________________________________________
29823 [  8813] By: jhi                                   on 2001/02/15  13:54:37
29824         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
29825              From: Hugo <hv@crypt.compulink.co.uk>
29826              Date: Thu, 15 Feb 2001 13:39:49 +0000
29827              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
29828      Branch: perl
29829            ! toke.c
29830 ____________________________________________________________________________
29831 [  8812] By: alanbur                               on 2001/02/15  13:52:16
29832         Log: Resynchronised with parent
29833      Branch: maint-5.6/pureperl
29834            - ebcdic.c
29835           !> (integrate 36 files)
29836 ____________________________________________________________________________
29837 [  8811] By: jhi                                   on 2001/02/15  13:51:16
29838         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
29839              
29840              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
29841              From: Jan Dubois <JanD@ActiveState.com>
29842              Date: Wed, 31 Jan 2001 21:17:03 -0800
29843              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
29844              
29845              tweak change#8659 to keep it simple
29846              
29847              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
29848              From: Russ Allbery <rra@stanford.edu>
29849              Date: 14 Feb 2001 10:15:41 -0800
29850              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
29851              
29852              (8809 empty)
29853
29854              Upgrade to podlators 1.08, from Russ Allbery.
29855      Branch: perl
29856           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
29857           !> utils/perldoc.PL
29858 ____________________________________________________________________________
29859 [  8810] By: jhi                                   on 2001/02/15  13:35:08
29860         Log: Upgrade to podlators 1.08, from Russ Allbery.
29861      Branch: maint-5.6/perl
29862            ! lib/Pod/Man.pm lib/Pod/Text.pm
29863 ____________________________________________________________________________
29864 [  8809] By: jhi                                   on 2001/02/15  13:26:38
29865         Log: (accidentally empty check-in)
29866      Branch: maint-5.6/perl
29867            ! lib/Test/Harness.pm
29868 ____________________________________________________________________________
29869 [  8808] By: jhi                                   on 2001/02/15  13:23:47
29870         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
29871              From: Russ Allbery <rra@stanford.edu>
29872              Date: 14 Feb 2001 10:15:41 -0800
29873              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
29874              
29875              perldoc was hardcoding $Config{installscript}, which breaks
29876              when install* isn't where Perl ends up (such as with AFS).
29877              
29878              Use $Config{scriptdir} instead.
29879      Branch: maint-5.6/perl
29880            ! utils/perldoc.PL
29881 ____________________________________________________________________________
29882 [  8807] By: jhi                                   on 2001/02/14  14:37:27
29883         Log: Update Changes.
29884      Branch: perl
29885            ! Changes patchlevel.h
29886 ____________________________________________________________________________
29887 [  8806] By: jhi                                   on 2001/02/14  14:25:31
29888         Log: Integrate changes #8803,8804,8805 from mainline.
29889              
29890              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
29891              
29892              Don't skip too much of the locale error message if no environ array,
29893              from Chris Nandor.
29894              
29895              More MacOS Classic fixes from Chris Nandor.
29896      Branch: maint-5.6/perl
29897           !> doop.c lib/Cwd.pm perl.c perl.h util.c
29898 ____________________________________________________________________________
29899 [  8805] By: jhi                                   on 2001/02/14  03:29:01
29900         Log: More MacOS Classic fixes from Chris Nandor.
29901      Branch: perl
29902            ! doop.c lib/Cwd.pm
29903 ____________________________________________________________________________
29904 [  8804] By: jhi                                   on 2001/02/14  03:18:35
29905         Log: Don't skip too much of the locale error message if no environ array,
29906              from Chris Nandor.
29907      Branch: perl
29908            ! util.c
29909 ____________________________________________________________________________
29910 [  8803] By: jhi                                   on 2001/02/14  03:14:14
29911         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
29912      Branch: perl
29913            ! perl.c perl.h
29914 ____________________________________________________________________________
29915 [  8802] By: jhi                                   on 2001/02/13  18:31:33
29916         Log: AUTHORS update.
29917      Branch: perl
29918            ! AUTHORS
29919 ____________________________________________________________________________
29920 [  8801] By: jhi                                   on 2001/02/13  17:55:19
29921         Log: Integrate change #8792 from mainline.
29922              
29923              Subject: buncha MacPerl patches for bleadperl
29924              From: Chris Nandor <pudge@pobox.com>
29925              Date: Tue, 13 Feb 2001 00:02:43 -0500
29926              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
29927      Branch: maint-5.6/perl
29928           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29929           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
29930           !> t/lib/basename.t toke.c util.h
29931 ____________________________________________________________________________
29932 [  8800] By: jhi                                   on 2001/02/13  17:46:43
29933         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
29934              to be forced to Off_t.
29935              
29936              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
29937              From: nick@ccl4.org
29938              Date: Thu, 1 Feb 2001 12:01:04 +0000
29939              Message-Id: <20010201120103.E11401@plum.flirble.org>
29940      Branch: maint-5.6/perl
29941            ! iperlsys.h perlio.c
29942 ____________________________________________________________________________
29943 [  8799] By: jhi                                   on 2001/02/13  16:52:51
29944         Log: Duplex duplex hunk hunk.
29945      Branch: maint-5.6/perl
29946            ! Makefile.SH
29947 ____________________________________________________________________________
29948 [  8797] By: jhi                                   on 2001/02/13  14:52:04
29949         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
29950              From: "Craig A. Berry" <craigberry@mac.com>
29951              Date: Mon, 12 Feb 2001 11:05:25 -0600
29952              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
29953      Branch: perl
29954            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
29955 ____________________________________________________________________________
29956 [  8796] By: jhi                                   on 2001/02/13  14:36:47
29957         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
29958              From: simon.cozens@pembroke.oxford.ac.uk 
29959              Date: Sat, 10 Feb 2001 17:57:02 +0000
29960              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
29961              
29962              Now it does include.
29963      Branch: perl
29964            ! pod/perldiag.pod
29965 ____________________________________________________________________________
29966 [  8795] By: jhi                                   on 2001/02/13  14:30:11
29967         Log: Sort the MANIFEST.
29968      Branch: perl
29969            ! MANIFEST
29970 ____________________________________________________________________________
29971 [  8794] By: jhi                                   on 2001/02/13  14:26:51
29972         Log: Integrate change #8793 from mainline, FAQ updates.
29973      Branch: maint-5.6/perl
29974           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
29975 ____________________________________________________________________________
29976 [  8793] By: jhi                                   on 2001/02/13  14:25:13
29977         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
29978      Branch: perl
29979            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
29980 ____________________________________________________________________________
29981 [  8792] By: jhi                                   on 2001/02/13  14:22:50
29982         Log: Subject: buncha MacPerl patches for bleadperl
29983              From: Chris Nandor <pudge@pobox.com>
29984              Date: Tue, 13 Feb 2001 00:02:43 -0500
29985              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
29986      Branch: perl
29987            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29988            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
29989            ! t/lib/basename.t toke.c util.h
29990 ____________________________________________________________________________
29991 [  8791] By: jhi                                   on 2001/02/13  14:10:39
29992         Log: Integrate change #8790 from mainline.
29993              
29994              environ array wrongly assumed in Perl_init_i18nl10n(),
29995      Branch: maint-5.6/perl
29996           !> util.c
29997 ____________________________________________________________________________
29998 [  8790] By: jhi                                   on 2001/02/13  14:06:15
29999         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
30000              noticed by Chris Nandor in MacOS Classic.
30001      Branch: perl
30002            ! util.c
30003 ____________________________________________________________________________
30004 [  8789] By: jhi                                   on 2001/02/13  13:58:07
30005         Log: Integrate changes #8373,8487,8544,8783 from mainline.
30006              
30007              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
30008              hints files, the dynaloading, assimilate ebcdic into util.c.
30009      Branch: maint-5.6/perl
30010            - ebcdic.c
30011            ! MANIFEST hints/posix-bc.sh
30012           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
30013           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
30014           !> perlapi.c proto.h util.c
30015 ____________________________________________________________________________
30016 [  8788] By: alanbur                               on 2001/02/13  10:33:13
30017         Log: Integrated changes from maint-5.6
30018      Branch: maint-5.6/pureperl
30019           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
30020           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
30021           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30022           !> vos/config.ga.h vos/configure_perl.cm
30023 ____________________________________________________________________________
30024 [  8787] By: jhi                                   on 2001/02/13  05:56:36
30025         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
30026      Branch: perl
30027           !> Makefile.SH
30028 ____________________________________________________________________________
30029 [  8786] By: jhi                                   on 2001/02/13  05:54:34
30030         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
30031              From: Dorner Thomas <Thomas.Dorner@start.de>
30032              Date: Mon, 12 Feb 2001 15:06:26 +0100
30033              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
30034      Branch: maint-5.6/perl
30035            ! Makefile.SH
30036 ____________________________________________________________________________
30037 [  8785] By: jhi                                   on 2001/02/13  05:29:04
30038         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
30039      Branch: perl
30040           !> hints/openbsd.sh
30041 ____________________________________________________________________________
30042 [  8784] By: jhi                                   on 2001/02/13  02:25:24
30043         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
30044              From: Peter Prymmer <pvhp@forte.com>
30045              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
30046              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
30047      Branch: perl
30048            ! pod/perlclib.pod
30049 ____________________________________________________________________________
30050 [  8783] By: jhi                                   on 2001/02/13  02:22:36
30051         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
30052      Branch: perl
30053            - ebcdic.c
30054            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
30055            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
30056            ! util.c
30057 ____________________________________________________________________________
30058 [  8782] By: jhi                                   on 2001/02/13  02:00:07
30059         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
30060      Branch: maint-5.6/perl
30061            ! pod/perlport.pod
30062 ____________________________________________________________________________
30063 [  8781] By: jhi                                   on 2001/02/13  01:58:44
30064         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
30065      Branch: maint-5.6/perl
30066            ! hints/openbsd.sh
30067 ____________________________________________________________________________
30068 [  8780] By: jhi                                   on 2001/02/13  01:57:33
30069         Log: Synchronize the regexp tests between maintperl and mainline.
30070      Branch: maint-5.6/perl
30071           !> t/op/re_tests
30072 ____________________________________________________________________________
30073 [  8779] By: jhi                                   on 2001/02/13  01:49:35
30074         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
30075              From: Hugo <hv@crypt.compulink.co.uk>
30076              Date: Tue, 13 Feb 2001 00:11:11 +0000
30077              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
30078      Branch: perl
30079            ! regcomp.c t/op/re_tests
30080 ____________________________________________________________________________
30081 [  8778] By: jhi                                   on 2001/02/13  00:23:10
30082         Log: Comments do not nest.
30083      Branch: perl
30084            ! perl.h
30085 ____________________________________________________________________________
30086 [  8777] By: jhi                                   on 2001/02/13  00:17:54
30087         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
30088              From: Hugo <hv@crypt.compulink.co.uk>
30089              Date: Tue, 13 Feb 2001 00:11:11 +0000
30090              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
30091      Branch: maint-5.6/perl
30092            ! regcomp.c t/op/re_tests
30093 ____________________________________________________________________________
30094 [  8776] By: jhi                                   on 2001/02/12  23:25:52
30095         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
30096      Branch: maint-5.6/perl
30097            ! pod/perlport.pod
30098 ____________________________________________________________________________
30099 [  8775] By: jhi                                   on 2001/02/12  23:04:28
30100         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
30101      Branch: maint-5.6/perl
30102            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
30103            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30104            ! vos/configure_perl.cm
30105 ____________________________________________________________________________
30106 [  8774] By: jhi                                   on 2001/02/12  22:59:11
30107         Log: Subject: Re: [patch] context for 'U' magic functions
30108              From: Doug MacEachern <dougm@covalent.net>
30109              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
30110              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
30111              
30112              plus the suggestion by Nick Ing-Simmons to name the macro
30113              as PERL_MG_UFUNC to avoid namespace pollution, plus add
30114              the advice by Doug for XS writers to perl.h
30115      Branch: perl
30116            ! mg.c perl.h
30117 ____________________________________________________________________________
30118 [  8773] By: jhi                                   on 2001/02/11  20:14:12
30119         Log: Update Changes.
30120      Branch: perl
30121            ! Changes patchlevel.h
30122 ____________________________________________________________________________
30123 [  8772] By: jhi                                   on 2001/02/11  18:47:52
30124         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
30125              From: Simon Cozens <simon@cozens.net>
30126              Date: Wed, 31 Jan 2001 16:31:43 +0000
30127              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
30128      Branch: perl
30129            + pod/perlclib.pod
30130            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
30131            ! pod/perltoc.pod
30132 ____________________________________________________________________________
30133 [  8771] By: jhi                                   on 2001/02/11  18:36:48
30134         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
30135              
30136              Blocks-4d3.beta.txt
30137              CaseFolding-3d4.beta.txt
30138              CompositionExclusions-3d6.beta.txt
30139              EastAsianWidth-4d4.beta.txt
30140              LineBreak-6d3.beta.txt
30141              NamesList-3.1.0d1.beta.txt
30142              PropList-3.1.0d4.beta.txt
30143              SpecialCasing-4d1.beta.txt
30144              UnicodeData-3.1.0d6.beta.txt
30145      Branch: perl
30146            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
30147           +> lib/unicode/UCD.html lib/unicode/Unicode.html
30148            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
30149            - lib/unicode/Unicode.301
30150            ! (edit 257 files)
30151 ____________________________________________________________________________
30152 [  8770] By: jhi                                   on 2001/02/11  17:26:22
30153         Log: UTF-8 documentation.
30154      Branch: perl
30155            ! utf8.h
30156 ____________________________________________________________________________
30157 [  8769] By: jhi                                   on 2001/02/11  17:12:49
30158         Log: Retract #8762.
30159      Branch: perl
30160            ! regexec.c
30161 ____________________________________________________________________________
30162 [  8768] By: jhi                                   on 2001/02/11  16:54:45
30163         Log: Subject: [PATCH] Test::Harness
30164              From: andreas.koenig@anima.de (Andreas J. Koenig)
30165              Date: 11 Feb 2001 14:37:00 +0100
30166              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
30167      Branch: perl
30168            ! lib/Test/Harness.pm
30169 ____________________________________________________________________________
30170 [  8767] By: jhi                                   on 2001/02/11  16:53:52
30171         Log: Subject: [PATCH] Document makepatch in Porting/patching
30172              From: andreas.koenig@anima.de (Andreas J. Koenig)
30173              Date: 11 Feb 2001 16:46:28 +0100
30174              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
30175      Branch: perl
30176            ! Porting/patching.pod
30177 ____________________________________________________________________________
30178 [  8766] By: jhi                                   on 2001/02/11  06:30:23
30179         Log: Subject: Re: [patch] GvSHARED
30180              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
30181              From: Doug MacEachern <dougm@covalent.net>
30182              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
30183              
30184              Subject: Re: [patch] GvSHARED
30185              From: Doug MacEachern <dougm@covalent.net>
30186              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
30187              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
30188              
30189              Subject: [patch] attributes.pm support for `shared'
30190              From: Doug MacEachern <dougm@covalent.net>
30191              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
30192              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
30193              
30194              our() attributes were ignored, our :shared pieces missing,
30195              allow attributes.pm to turn on shared.
30196      Branch: perl
30197            ! op.c t/op/attrs.t toke.c xsutils.c
30198 ____________________________________________________________________________
30199 [  8765] By: alanbur                               on 2001/02/10  23:11:19
30200         Log: Resync with parent (hopefully sucessfully this time)
30201      Branch: maint-5.6/pureperl
30202           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
30203           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
30204           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30205           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
30206           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
30207           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
30208           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
30209 ____________________________________________________________________________
30210 [  8764] By: jhi                                   on 2001/02/10  22:54:38
30211         Log: Make TEST and UTEST more verbose in case something goes
30212              wrong in running/compiling a script, suggested by Doug
30213              MacEachern.
30214      Branch: perl
30215            ! t/TEST t/UTEST
30216 ____________________________________________________________________________
30217 [  8763] By: jhi                                   on 2001/02/10  22:11:34
30218         Log: Bogus shebang.
30219      Branch: perl
30220            ! t/lib/texttabs.t
30221 ____________________________________________________________________________
30222 [  8762] By: jhi                                   on 2001/02/10  21:56:02
30223         Log: (Retracted by #8769)
30224      Branch: perl
30225            ! regexec.c
30226 ____________________________________________________________________________
30227 [  8761] By: jhi                                   on 2001/02/10  21:26:15
30228         Log: Subject: Re: [patch] GvSHARED 
30229              From: Doug MacEachern <dougm@covalent.net>
30230              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
30231              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
30232              
30233              our @EXPORT : shared = (...);
30234      Branch: perl
30235            ! toke.c
30236 ____________________________________________________________________________
30237 [  8760] By: jhi                                   on 2001/02/10  21:25:07
30238         Log: Subject: [patch] GvSHARED
30239              From: Doug MacEachern <dougm@covalent.net>
30240              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
30241              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
30242      Branch: perl
30243            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
30244 ____________________________________________________________________________
30245 [  8759] By: alanbur                               on 2001/02/10  21:24:27
30246         Log: Backed out mismerge.
30247      Branch: maint-5.6/pureperl
30248            ! MANIFEST README.hpux README.vmesa gv.c installhtml
30249            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
30250            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30251            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
30252            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
30253            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
30254            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
30255 ____________________________________________________________________________
30256 [  8758] By: jhi                                   on 2001/02/10  18:01:17
30257         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
30258              
30259              Fixed UMRs and leak in Perl_pmtrans()
30260              
30261              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30262              associated UTFied tr/// code.  Also fixed scoping leak of
30263              PL_reg_start_tmp.
30264              
30265              newATTRSUB leaks when an attempt to redefine the active sort sub is
30266              made.
30267      Branch: maint-5.6/perl
30268           !> op.c regcomp.c
30269 ____________________________________________________________________________
30270 [  8757] By: alanbur                               on 2001/02/10  17:56:46
30271         Log: Resynchronised with parent
30272      Branch: maint-5.6/pureperl
30273           +> README.bs2000
30274            - README.posix-bc
30275            ! gv.c perl.c sv.c
30276           !> MANIFEST README.hpux README.vmesa installhtml
30277           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
30278           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30279           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
30280           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
30281           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
30282           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
30283 ____________________________________________________________________________
30284 [  8756] By: alanbur                               on 2001/02/10  17:51:15
30285         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
30286              made.
30287      Branch: maint-5.6/pureperl
30288            ! op.c
30289 ____________________________________________________________________________
30290 [  8755] By: jhi                                   on 2001/02/09  22:41:35
30291         Log: Upgrade to CPAN 1.59_54, from Andreas König.
30292      Branch: perl
30293            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30294 ____________________________________________________________________________
30295 [  8754] By: jhi                                   on 2001/02/09  22:29:20
30296         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
30297              
30298              Didn't upgrade the fill.t since it has a dependency to File::Slurp
30299              purely for debugging purposes, the actual test hasn't changed.
30300      Branch: perl
30301            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
30302            ! t/lib/textwrap.t
30303 ____________________________________________________________________________
30304 [  8753] By: jhi                                   on 2001/02/09  20:17:50
30305         Log: Integrate change #8682 from maintperl.
30306              
30307              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
30308              to work correctly.
30309      Branch: perl
30310           !> hints/irix_6.sh
30311 ____________________________________________________________________________
30312 [  8752] By: jhi                                   on 2001/02/09  20:00:46
30313         Log: Update Changes.
30314      Branch: perl
30315            ! Changes patchlevel.h
30316 ____________________________________________________________________________
30317 [  8751] By: nick                                  on 2001/02/09  19:48:37
30318         Log: Integrate mainline
30319      Branch: perlio
30320           +> README.bs2000 t/lib/cgi-esc.t
30321            - README.posix-bc
30322           !> (integrate 53 files)
30323 ____________________________________________________________________________
30324 [  8750] By: nick                                  on 2001/02/09  19:25:16
30325         Log: Subject: RE: Biannual Competition to Improve Hashing Function
30326              From: Fisher Mark <fisherm@tce.com>
30327              Date: Thu, 8 Feb 2001 10:44:00 -0500
30328              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
30329              Date: Thu, 8 Feb 2001 15:02:47 -0500
30330              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
30331      Branch: perl
30332            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
30333 ____________________________________________________________________________
30334 [  8749] By: jhi                                   on 2001/02/09  19:02:35
30335         Log: Forgotten fragment.
30336      Branch: perl
30337            ! pod/perlapi.pod
30338 ____________________________________________________________________________
30339 [  8748] By: jhi                                   on 2001/02/09  18:31:34
30340         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
30341              plus manual tweakage.
30342              
30343              Sync the perlfaq2 between mainline and maintperl.
30344      Branch: maint-5.6/perl
30345            ! pod/perlfaq2.pod
30346      Branch: perl
30347           !> pod/perlfaq2.pod
30348 ____________________________________________________________________________
30349 [  8747] By: jhi                                   on 2001/02/09  18:12:04
30350         Log: Subject: versiononly and installperl
30351              From: abigail@foad.org
30352              Date: Wed, 7 Feb 2001 22:43:12 +0100
30353              Message-ID: <20010207214312.7045.qmail@foad.org>    
30354              
30355              Add +v flag to force a normal install of the perl binary
30356              and the utilities.
30357              
30358              Subject: [PATCH] installperl
30359              From: Nicholas Clark <nick@ccl4.org>
30360              Date: Fri, 9 Feb 2001 16:28:57 +0000
30361              Message-ID: <20010209162857.B10931@plum.flirble.org>
30362              
30363              Add -A flag which also hardlinks the binary with
30364              the full architecture name.
30365      Branch: perl
30366            ! installperl
30367 ____________________________________________________________________________
30368 [  8746] By: jhi                                   on 2001/02/09  18:03:43
30369         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
30370              
30371              Subject: perlfaq2, re: perlmongers
30372              
30373              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
30374              
30375              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
30376              
30377              Subject: [ID 20010205.001] typo in perlfaq9
30378              
30379              Subject: [ID 20010208.002] unordered explanation in perlcall
30380      Branch: maint-5.6/perl
30381           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30382           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
30383           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
30384 ____________________________________________________________________________
30385 [  8745] By: jhi                                   on 2001/02/09  17:59:09
30386         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
30387              From: abela@geneanet.org
30388              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
30389              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
30390      Branch: perl
30391            ! pod/perlcall.pod
30392 ____________________________________________________________________________
30393 [  8744] By: jhi                                   on 2001/02/09  17:48:16
30394         Log: Subject: [ID 20010205.001] typo in perlfaq9
30395              From: eserte@vran.herceg.de
30396              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
30397              Message-Id: <200102042244.XAA21926@vran.herceg.de>
30398      Branch: perl
30399            ! pod/perlfaq9.pod
30400 ____________________________________________________________________________
30401 [  8743] By: jhi                                   on 2001/02/09  17:25:12
30402         Log: Integrate change #8695 from maintperl.
30403              
30404              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
30405      Branch: perl
30406           !> thread.h
30407 ____________________________________________________________________________
30408 [  8742] By: jhi                                   on 2001/02/09  17:21:22
30409         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
30410              From: Andy Dougherty <doughera@lafayette.edu>
30411              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
30412              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
30413      Branch: perl
30414            ! embed.pl
30415 ____________________________________________________________________________
30416 [  8741] By: jhi                                   on 2001/02/09  17:05:19
30417         Log: Integrate changes #8738,8739,8740 from maintperl.
30418              
30419              Html files will be installed in a more logical and easier to
30420              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
30421              
30422              Html files will be generated with a header to make them look
30423              a little less bare.
30424              
30425              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
30426      Branch: perl
30427           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
30428 ____________________________________________________________________________
30429 [  8740] By: jhi                                   on 2001/02/09  17:03:46
30430         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
30431              From: "Brendan O'Dea" <bod@compusol.com.au>
30432              Date: Sun, 4 Feb 2001 11:17:56 +1100
30433              Message-ID: <20010204111756.A16301@compusol.com.au>
30434      Branch: maint-5.6/perl
30435            ! pod/perlfaq3.pod
30436 ____________________________________________________________________________
30437 [  8739] By: jhi                                   on 2001/02/09  17:01:59
30438         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
30439              From: "Indy Singh" <indy@nusphere.com>
30440              Date: Fri, 2 Feb 2001 15:09:59 -0500
30441              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
30442              
30443              Html files will be generated with a header to make them look
30444              a little less bare.
30445      Branch: maint-5.6/perl
30446            ! installhtml
30447 ____________________________________________________________________________
30448 [  8738] By: jhi                                   on 2001/02/09  16:58:48
30449         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
30450              From: "Indy Singh" <indy@nusphere.com>
30451              Date: Fri, 2 Feb 2001 15:08:23 -0500
30452              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
30453              
30454              Html files will be installed in a more logical and easier to
30455              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
30456      Branch: maint-5.6/perl
30457            ! win32/Makefile win32/makefile.mk
30458 ____________________________________________________________________________
30459 [  8737] By: jhi                                   on 2001/02/09  16:46:54
30460         Log: Integrate changes #8687,8736 from maintperl.
30461              
30462              HP-UX thread patches from Merijn H. Brand.
30463              
30464              Latin nit from Philip Newton.
30465      Branch: perl
30466           !> README.hpux hints/hpux.sh
30467 ____________________________________________________________________________
30468 [  8736] By: jhi                                   on 2001/02/09  16:42:31
30469         Log: Latin nit from Philip Newton.
30470      Branch: maint-5.6/perl
30471            ! README.hpux
30472 ____________________________________________________________________________
30473 [  8735] By: jhi                                   on 2001/02/09  16:24:03
30474         Log: Integrate changes #8704,8710 from pureperl.
30475              
30476              Fixed UMRs and leak in Perl_pmtrans()
30477              
30478              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30479              associated UTFied tr/// code.  Also fixed scoping leak of
30480              PL_reg_start_tmp.
30481      Branch: perl
30482           !> op.c regcomp.c
30483 ____________________________________________________________________________
30484 [  8734] By: jhi                                   on 2001/02/09  15:40:21
30485         Log: Integrate change #8733 from maintperl.
30486              
30487              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
30488      Branch: perl
30489           !> pod/perlre.pod
30490 ____________________________________________________________________________
30491 [  8733] By: jhi                                   on 2001/02/09  15:35:47
30492         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
30493              From: Prymmer/Kahn <pvhp@best.com>
30494              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
30495              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
30496      Branch: maint-5.6/perl
30497            ! pod/perlre.pod
30498 ____________________________________________________________________________
30499 [  8732] By: jhi                                   on 2001/02/09  15:26:17
30500         Log: Rename README.posix-bc to README.bs2000 (to avoid the
30501              confusion of a "perlposix-bc.pod"), add a few missing
30502              arch pods, regen toc.
30503      Branch: maint-5.6/perl
30504           +> README.bs2000
30505            - README.posix-bc
30506            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
30507            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30508 ____________________________________________________________________________
30509 [  8731] By: jhi                                   on 2001/02/09  15:23:39
30510         Log: De-cut-and-pasto.
30511      Branch: perl
30512            ! pod/perl.pod
30513 ____________________________________________________________________________
30514 [  8730] By: jhi                                   on 2001/02/09  15:11:13
30515         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
30516              when people think that perlposix-bc.pod tells anything about
30517              Perl and POSIX.  Regen toc.
30518      Branch: perl
30519           +> README.bs2000
30520            - README.posix-bc
30521            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
30522            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30523 ____________________________________________________________________________
30524 [  8729] By: jhi                                   on 2001/02/09  14:52:28
30525         Log: The README.vmesa part of #8712 from maintperl.
30526      Branch: perl
30527            ! README.vmesa
30528 ____________________________________________________________________________
30529 [  8728] By: jhi                                   on 2001/02/09  14:46:06
30530         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
30531              From: Peter Prymmer <pvhp@forte.com>
30532              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
30533              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
30534      Branch: maint-5.6/perl
30535            ! README.vmesa win32/Makefile win32/makefile.mk
30536 ____________________________________________________________________________
30537 [  8727] By: jhi                                   on 2001/02/09  14:33:25
30538         Log: Integrate change #8712 from mainline.
30539              
30540              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
30541      Branch: maint-5.6/perl
30542           !> lib/Pod/Find.pm
30543 ____________________________________________________________________________
30544 [  8726] By: jhi                                   on 2001/02/09  14:30:28
30545         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
30546              From: Peter Prymmer <pvhp@forte.com>
30547              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
30548              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
30549      Branch: perl
30550            + t/lib/cgi-esc.t
30551            ! MANIFEST lib/CGI/Util.pm
30552 ____________________________________________________________________________
30553 [  8725] By: jhi                                   on 2001/02/09  04:56:47
30554         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
30555      Branch: maint-5.6/perl
30556            ! pod/perlport.pod
30557 ____________________________________________________________________________
30558 [  8724] By: jhi                                   on 2001/02/09  04:40:59
30559         Log: Integrate changes 7819,7820 from vmsperl into mainline.
30560              
30561              Add header for LIB$ prototypes (C. Berry)
30562              
30563              Convert fwrite()s to sockets to write()s, since some socket stacks
30564              don't take kindly to stdio.
30565              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
30566              (for often optional LNMs)
30567              Correct a few typos
30568              (C. Bailey)
30569      Branch: perl
30570           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
30571 ____________________________________________________________________________
30572 [  8723] By: jhi                                   on 2001/02/09  03:29:29
30573         Log: Integrate change #8722 from mainline.
30574              
30575              The Im() function wasn't returning zero for non-Math::Complex
30576              arguments.  The bug reported by John Gamble.
30577      Branch: maint-5.6/perl
30578           !> lib/Math/Complex.pm
30579 ____________________________________________________________________________
30580 [  8722] By: jhi                                   on 2001/02/09  03:28:33
30581         Log: The Im() function wasn't returning zero for non-Math::Complex
30582              arguments.  The bug reported by John Gamble.
30583      Branch: perl
30584            ! lib/Math/Complex.pm
30585 ____________________________________________________________________________
30586 [  8721] By: nick                                  on 2001/02/08  22:11:35
30587         Log: Correct the correction :-(
30588      Branch: perl
30589            ! perl.c
30590 ____________________________________________________________________________
30591 [  8720] By: bailey                                on 2001/02/08  20:59:22
30592         Log: Convert frwite()s to sockets to write()s, since some socket stacks
30593              don't take kindly to stdio.
30594              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
30595              (for often optional LNMs)
30596              Correct a few typos
30597              (C. Bailey)
30598      Branch: vmsperl
30599            ! vms/vms.c vms/vmsish.h
30600 ____________________________________________________________________________
30601 [  8719] By: bailey                                on 2001/02/08  20:51:02
30602         Log: Add header for LIB$ prototypes (C. Berry)
30603      Branch: vmsperl
30604            ! ext/Devel/DProf/DProf.xs
30605 ____________________________________________________________________________
30606 [  8718] By: bailey                                on 2001/02/08  20:49:00
30607         Log: SYN SYN
30608      Branch: vmsperl
30609           +> pod/perliol.pod t/lib/sample-tests/bailout
30610           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
30611           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
30612           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
30613           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
30614           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
30615           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
30616            - lib/unicode/Is/DCinital.pl
30617           !> (integrate 101 files)
30618 ____________________________________________________________________________
30619 [  8717] By: nick                                  on 2001/02/08  19:38:48
30620         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
30621              From: Robin Barker <rmb1@cise.npl.co.uk>
30622              Date: Thu, 8 Feb 2001 14:38:07 GMT
30623              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
30624      Branch: perl
30625            ! lib/CPAN.pm
30626 ____________________________________________________________________________
30627 [  8716] By: nick                                  on 2001/02/08  19:29:07
30628         Log: Generated files form 8713 etc.
30629      Branch: perl
30630            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30631 ____________________________________________________________________________
30632 [  8715] By: nick                                  on 2001/02/08  19:26:08
30633         Log: Fixup non-ithread build after 8713
30634      Branch: perl
30635            ! perl.c
30636 ____________________________________________________________________________
30637 [  8714] By: nick                                  on 2001/02/08  19:17:45
30638         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
30639              From: nick@ccl4.org
30640              Date: Wed, 7 Feb 2001 00:27:47 +0000
30641              Message-Id: <20010207002747.B63724@plum.flirble.org>
30642      Branch: perl
30643            ! sv.c toke.c
30644 ____________________________________________________________________________
30645 [  8713] By: nick                                  on 2001/02/08  19:15:58
30646         Log: Subject: Re: [patch] Re: PL_ptr_table
30647              From: Doug Maceachern <dougm@covalent.net>
30648              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
30649              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
30650      Branch: perl
30651            ! embed.pl perl.c sv.c sv.h
30652 ____________________________________________________________________________
30653 [  8712] By: nick                                  on 2001/02/08  19:12:47
30654         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
30655              From: Peter Prymmer <pvhp@forte.com>
30656              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
30657              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
30658      Branch: perl
30659            ! lib/Pod/Find.pm
30660 ____________________________________________________________________________
30661 [  8711] By: nick                                  on 2001/02/07  21:06:11
30662         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
30663              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
30664              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30665              Date: Tue, 06 Feb 2001 23:37:01 +0000
30666              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
30667      Branch: perl
30668            ! regcomp.c
30669 ____________________________________________________________________________
30670 [  8710] By: alanbur                               on 2001/02/07  00:22:04
30671         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30672              associated UTFied tr/// code.  Also fixed scoping leak of
30673              PL_reg_start_tmp.
30674      Branch: maint-5.6/pureperl
30675            ! op.c regcomp.c
30676 ____________________________________________________________________________
30677 [  8709] By: nick                                  on 2001/02/06  21:16:49
30678         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
30679              From: Michael G Schwern <schwern@pobox.com>
30680              Date: Sun, 4 Feb 2001 19:47:14 -0500
30681              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
30682      Branch: perl
30683            ! pod/perlapi.pod pod/perlmodlib.PL
30684 ____________________________________________________________________________
30685 [  8708] By: nick                                  on 2001/02/06  20:41:20
30686         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
30687              From: Michael G Schwern <schwern@pobox.com>
30688              Date: Sun, 4 Feb 2001 21:17:49 -0500
30689              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
30690      Branch: perl
30691            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
30692            ! pod/perltootc.pod
30693 ____________________________________________________________________________
30694 [  8707] By: nick                                  on 2001/02/06  20:29:11
30695         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
30696              From: Michael G Schwern <schwern@pobox.com>
30697              Date: Tue, 6 Feb 2001 05:54:30 -0500
30698              Message-Id: <20010206055430.A951@blackrider.aocn.com>
30699      Branch: perl
30700            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
30701 ____________________________________________________________________________
30702 [  8706] By: nick                                  on 2001/02/06  20:21:40
30703         Log: Subject: RE: some win32 fixes
30704              Date: Tue, 6 Feb 2001 09:23:20 +0300
30705              From: Vadim Konovalov <vkonovalov@lucent.com>
30706              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
30707      Branch: perl
30708            ! toke.c win32/Makefile win32/config.bc win32/config.gc
30709            ! win32/config.vc win32/config_H.bc win32/makefile.mk
30710 ____________________________________________________________________________
30711 [  8705] By: alanbur                               on 2001/02/06  15:00:03
30712         Log: Synchronised with parent
30713      Branch: maint-5.6/pureperl
30714            ! regexec.c
30715           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
30716           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
30717 ____________________________________________________________________________
30718 [  8704] By: alanbur                               on 2001/02/06  14:55:24
30719         Log: Fixed UMRs and leak in Perl_pmtrans()
30720      Branch: maint-5.6/pureperl
30721            ! op.c
30722 ____________________________________________________________________________
30723 [  8703] By: gsar                                  on 2001/02/06  02:29:37
30724         Log: $(MAKE) distclean doesn't clean up properly on windows
30725      Branch: maint-5.6/perl
30726            ! win32/Makefile win32/makefile.mk
30727 ____________________________________________________________________________
30728 [  8702] By: gsar                                  on 2001/02/06  01:00:46
30729         Log: tweak change#8659 to keep it simple
30730      Branch: maint-5.6/perl
30731            ! utils/perldoc.PL
30732 ____________________________________________________________________________
30733 [  8701] By: gsar                                  on 2001/02/05  22:45:41
30734         Log: change#8693 was missing testsuite changes
30735      Branch: maint-5.6/perl
30736           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
30737 ____________________________________________________________________________
30738 [  8700] By: nick                                  on 2001/02/05  20:32:52
30739         Log: Integrate mainline
30740      Branch: perlio
30741           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
30742           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
30743           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
30744           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
30745           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
30746           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
30747           +> t/lib/test-harness.t
30748           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
30749           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
30750           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
30751           !> pod/perlutil.pod t/TEST utils/h2xs.PL
30752 ____________________________________________________________________________
30753 [  8699] By: nick                                  on 2001/02/05  19:41:07
30754         Log: Subject: perlfaq2, re: perlmongers
30755              From: David H. Adler <dha@panix.com>
30756              Date: Sun, 4 Feb 2001 23:48:23 -0500
30757              Message-Id: <20010204234823.A13429@panix.com>
30758      Branch: perl
30759            ! pod/perlfaq2.pod
30760 ____________________________________________________________________________
30761 [  8698] By: nick                                  on 2001/02/05  19:39:31
30762         Log: Missed file f#rom the testharness mess.
30763      Branch: perl
30764            + t/lib/test-harness.t
30765 ____________________________________________________________________________
30766 [  8697] By: nick                                  on 2001/02/05  19:37:21
30767         Log: Subject: [DOC PATCH] overload.pm nits
30768              From: John Tobey <jtobey@john-edwin-tobey.org>
30769              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
30770              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
30771      Branch: perl
30772            ! lib/overload.pm
30773 ____________________________________________________________________________
30774 [  8696] By: alanbur                               on 2001/02/05  11:56:00
30775         Log: Sync with parent
30776      Branch: maint-5.6/pureperl
30777           !> thread.h
30778 ____________________________________________________________________________
30779 [  8695] By: gsar                                  on 2001/02/05  03:27:34
30780         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
30781      Branch: maint-5.6/perl
30782            ! thread.h
30783 ____________________________________________________________________________
30784 [  8694] By: alanbur                               on 2001/02/05  00:07:47
30785         Log: Initial branch creation from //depot/maint-5.6/perl
30786      Branch: maint-5.6/pureperl
30787           +> (branch 1719 files)
30788 ____________________________________________________________________________
30789 [  8693] By: gsar                                  on 2001/02/04  22:38:49
30790         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
30791              changes)
30792      Branch: maint-5.6/perl
30793           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
30794           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
30795           !> ext/DB_File/version.c
30796 ____________________________________________________________________________
30797 [  8692] By: nick                                  on 2001/02/04  18:15:57
30798         Log: The missed t/TEST part of the grand testharness upgrade.
30799      Branch: perl
30800            ! t/TEST
30801 ____________________________________________________________________________
30802 [  8691] By: nick                                  on 2001/02/04  18:05:17
30803         Log: New improved test harness
30804              Subject: Re: [PATCH Test::Harness] Third time's a charm?
30805              From: Michael G Schwern <schwern@pobox.com>
30806              Date: Sun, 4 Feb 2001 08:01:20 -0500
30807              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
30808      Branch: perl
30809            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
30810            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
30811            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
30812            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
30813            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
30814            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
30815            ! MANIFEST lib/Test/Harness.pm
30816 ____________________________________________________________________________
30817 [  8690] By: nick                                  on 2001/02/04  17:57:51
30818         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
30819              From: Jonathan Stowe <gellyfish@gellyfish.com>
30820              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
30821              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
30822      Branch: perl
30823            ! utils/h2xs.PL
30824 ____________________________________________________________________________
30825 [  8689] By: nick                                  on 2001/02/04  17:55:24
30826         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
30827              From: Michael G Schwern <schwern@pobox.com>
30828              Date: Sat, 3 Feb 2001 22:46:38 -0500
30829              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
30830      Branch: perl
30831            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
30832            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
30833 ____________________________________________________________________________
30834 [  8688] By: nick                                  on 2001/02/04  17:43:55
30835         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
30836              length byfailing to spot lack of closing )
30837              From: nick@talking.bollo.cx
30838              Date: Sat, 03 Feb 2001 23:53:16 +0000
30839              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
30840      Branch: perl
30841            ! perlio.c pod/perldiag.pod
30842 ____________________________________________________________________________
30843 [  8687] By: jhi                                   on 2001/02/03  17:11:42
30844         Log: HP-UX thread patches from Merijn H. Brand.
30845      Branch: maint-5.6/perl
30846            ! README.hpux hints/hpux.sh
30847 ____________________________________________________________________________
30848 [  8686] By: jhi                                   on 2001/02/03  16:40:12
30849         Log: Metaconfig changes for #8685.
30850      Branch: metaconfig
30851            ! U/installdirs/instubperl.U
30852      Branch: metaconfig/U/perl
30853            ! Devel.U versiononly.U
30854 ____________________________________________________________________________
30855 [  8685] By: jhi                                   on 2001/02/03  16:39:49
30856         Log: For -Dusedevel builds turn off installusrbinperl and turn on
30857              versiononly, a combined idea of Richard Soderberg and Merijn
30858              H. Brand.  You can still override both of these from the command
30859              line if you need to, -Dinstallusrbinperl and -Uversiononly.
30860      Branch: perl
30861            ! Configure
30862 ____________________________________________________________________________
30863 [  8684] By: jhi                                   on 2001/02/03  16:16:34
30864         Log: Metaconfig unit fix for #8683.
30865      Branch: metaconfig
30866            ! U/compline/nblock_io.U
30867 ____________________________________________________________________________
30868 [  8683] By: jhi                                   on 2001/02/03  16:16:12
30869         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
30870              reported by Peter Prymmer for 5.6-TRIAL1.
30871      Branch: perl
30872            ! Configure
30873 ____________________________________________________________________________
30874 [  8682] By: jhi                                   on 2001/02/03  05:52:11
30875         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
30876              to work correctly.
30877      Branch: maint-5.6/perl
30878            ! hints/irix_6.sh
30879 ____________________________________________________________________________
30880 [  8681] By: jhi                                   on 2001/02/03  05:47:33
30881         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
30882      Branch: maint-5.6/perl
30883            ! pod/perlport.pod
30884 ____________________________________________________________________________
30885 [  8680] By: jhi                                   on 2001/02/02  21:39:49
30886         Log: perlport update from Peter Prymmer.
30887      Branch: maint-5.6/perl
30888            ! pod/perlport.pod
30889 ____________________________________________________________________________
30890 [  8679] By: nick                                  on 2001/02/02  20:50:48
30891         Log: Integrate mainline
30892      Branch: perlio
30893           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
30894           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
30895           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
30896 ____________________________________________________________________________
30897 [  8678] By: gsar                                  on 2001/02/02  16:02:12
30898         Log: note about bincompat, slightly modified (from Lupe Christoph)
30899      Branch: maint-5.6/perl
30900            ! README.solaris
30901 ____________________________________________________________________________
30902 [  8677] By: jhi                                   on 2001/02/02  15:46:20
30903         Log: Supported platforms updates.
30904      Branch: maint-5.6/perl
30905            ! pod/perlport.pod
30906 ____________________________________________________________________________
30907 [  8676] By: jhi                                   on 2001/02/02  03:41:26
30908         Log: A couple more perlfaq2 tweaks.
30909      Branch: maint-5.6/perl
30910            ! pod/perlfaq2.pod
30911 ____________________________________________________________________________
30912 [  8675] By: jhi                                   on 2001/02/02  03:17:44
30913         Log: Misedit in #8661.
30914      Branch: maint-5.6/perl
30915            ! Configure
30916 ____________________________________________________________________________
30917 [  8674] By: jhi                                   on 2001/02/02  03:14:38
30918         Log: Damien again.
30919      Branch: maint-5.6/perl
30920            ! pod/perlfaq2.pod
30921 ____________________________________________________________________________
30922 [  8673] By: jhi                                   on 2001/02/02  03:12:40
30923         Log: perlfaq update from Elaine Ashton.
30924      Branch: maint-5.6/perl
30925            ! pod/perlfaq2.pod
30926 ____________________________________________________________________________
30927 [  8672] By: jhi                                   on 2001/02/02  03:07:08
30928         Log: UTF-8 s/// patch from Inaba Hiroto.
30929      Branch: maint-5.6/perl
30930            ! pp_ctl.c pp_hot.c
30931 ____________________________________________________________________________
30932 [  8671] By: jhi                                   on 2001/02/01  22:34:31
30933         Log: Update Changes.
30934      Branch: perl
30935            ! Changes patchlevel.h
30936 ____________________________________________________________________________
30937 [  8670] By: jhi                                   on 2001/02/01  22:15:29
30938         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
30939              from maintperl.
30940              
30941              Upgrade to Getopt::Long 2.25, from Johan Vromans.
30942              
30943              more files need to be writable in the source distribution
30944              
30945              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
30946              
30947              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
30948              
30949              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30950              
30951              Allow the float to be fuzzier.
30952              
30953              need to use INT2PTR instead of a straight cast or ia64 fails
30954              
30955              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
30956              
30957              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
30958      Branch: perl
30959           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
30960           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
30961           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
30962 ____________________________________________________________________________
30963 [  8669] By: jhi                                   on 2001/02/01  21:57:02
30964         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30965              From: Robin Barker <rmb1@cise.npl.co.uk>
30966              Date: Thu, 1 Feb 2001 16:59:05 GMT
30967              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
30968      Branch: maint-5.6/perl
30969            ! pod/perlmodlib.PL
30970 ____________________________________________________________________________
30971 [  8668] By: nick                                  on 2001/02/01  19:41:40
30972         Log: Integrate mainline
30973      Branch: perlio
30974           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
30975           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
30976           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
30977 ____________________________________________________________________________
30978 [  8667] By: gsar                                  on 2001/02/01  16:59:11
30979         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
30980      Branch: maint-5.6/perl
30981            ! embed.pl embedvar.h
30982 ____________________________________________________________________________
30983 [  8666] By: gsar                                  on 2001/02/01  16:34:51
30984         Log: add missing entries to win32/config.?c
30985      Branch: maint-5.6/perl
30986            ! win32/config.bc win32/config.gc win32/config.vc
30987            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30988 ____________________________________________________________________________
30989 [  8665] By: jhi                                   on 2001/02/01  14:58:51
30990         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
30991              From: "Stephen P. Potter" <spp@spotter.yi.org>
30992              Date: Thu, 01 Feb 2001 10:45:46 -0500
30993              Message-Id: <200102011545.KAA31479@spotter.yi.org>
30994      Branch: maint-5.6/perl
30995            ! pod/perlfunc.pod
30996 ____________________________________________________________________________
30997 [  8664] By: gsar                                  on 2001/02/01  14:52:37
30998         Log: need to use INT2PTR instead of a straight cast or ia64 fails
30999              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
31000      Branch: maint-5.6/perl
31001            ! ext/POSIX/POSIX.xs
31002 ____________________________________________________________________________
31003 [  8663] By: jhi                                   on 2001/02/01  14:09:13
31004         Log: Allow the float to be fuzzier.
31005      Branch: maint-5.6/perl
31006            ! t/lib/peek.t
31007 ____________________________________________________________________________
31008 [  8662] By: jhi                                   on 2001/02/01  13:59:00
31009         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
31010              From: Robin Barker <rmb1@cise.npl.co.uk>
31011              Date: Thu, 1 Feb 2001 13:05:39 GMT
31012              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
31013      Branch: maint-5.6/perl
31014            ! pod/perlmodlib.pod
31015 ____________________________________________________________________________
31016 [  8661] By: jhi                                   on 2001/02/01  13:57:38
31017         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
31018              Date: Thu, 01 Feb 2001 14:15:41 +0100
31019              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31020              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
31021              
31022              Have the $ccflags in the gcc version test (strange, this change
31023              is claimed to be have been integrated already)
31024      Branch: maint-5.6/perl
31025            ! Configure
31026 ____________________________________________________________________________
31027 [  8660] By: jhi                                   on 2001/02/01  13:44:10
31028         Log: Integrate changes #7950,7964,7962 from mainline.
31029              
31030              Find the stdchar signedness using cpp, should fix some of
31031              the Solaris compiler warnings reported by Alan Burlison.
31032      Branch: maint-5.6/perl
31033           !> Configure config_h.SH
31034 ____________________________________________________________________________
31035 [  8659] By: jhi                                   on 2001/02/01  05:35:32
31036         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
31037              From: Jan Dubois <JanD@ActiveState.com>
31038              Date: Wed, 31 Jan 2001 21:17:03 -0800
31039              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
31040      Branch: maint-5.6/perl
31041            ! utils/perldoc.PL
31042 ____________________________________________________________________________
31043 [  8658] By: jhi                                   on 2001/02/01  04:33:17
31044         Log: Integrate the README.os390 and README.posix-bc parts of mainline
31045              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
31046              installperl parts were taken care of by #8657.)
31047      Branch: maint-5.6/perl
31048           !> README.os390 README.posix-bc
31049 ____________________________________________________________________________
31050 [  8657] By: jhi                                   on 2001/02/01  04:29:21
31051         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31052              From: Peter Prymmer <pvhp@forte.com>
31053              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
31054              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
31055      Branch: maint-5.6/perl
31056            + ext/DynaLoader/dl_dllload.xs
31057            ! MANIFEST Makefile.SH hints/os390.sh installperl
31058 ____________________________________________________________________________
31059 [  8656] By: jhi                                   on 2001/02/01  04:25:45
31060         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
31061              From: Peter Prymmer <pvhp@forte.com>
31062              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
31063              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
31064      Branch: maint-5.6/perl
31065            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
31066 ____________________________________________________________________________
31067 [  8655] By: jhi                                   on 2001/02/01  04:14:47
31068         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
31069              From: troc@netrus.net
31070              Date: Wed, 31 Jan 2001 22:31:26 -0500
31071              Message-Id: <200102010331.WAA117.85@rocco.homenet>
31072      Branch: maint-5.6/perl
31073            ! os2/os2.c
31074 ____________________________________________________________________________
31075 [  8654] By: jhi                                   on 2001/02/01  04:12:52
31076         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
31077              as reported by Alan Burlison.
31078      Branch: maint-5.6/perl
31079            ! pp.h
31080 ____________________________________________________________________________
31081 [  8653] By: jhi                                   on 2001/02/01  04:05:12
31082         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
31083              From: dsugalski@northernlight.com
31084              Date: Wed, 31 Jan 2001 18:54:11 -0500
31085              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
31086      Branch: maint-5.6/perl
31087            ! configure.com
31088 ____________________________________________________________________________
31089 [  8652] By: jhi                                   on 2001/02/01  04:03:11
31090         Log: Misplaced #endif.
31091              
31092              Subject: [perl-5-6-1-trial2] patches for EPOC
31093              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31094              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31095              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31096      Branch: maint-5.6/perl
31097            ! epoc/epocish.c
31098 ____________________________________________________________________________
31099 [  8651] By: jhi                                   on 2001/02/01  04:00:25
31100         Log: Integrate changes #8647,8648,8650 from mainline.
31101              
31102              Macrofy a magic UTF-8 test.
31103              
31104              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
31105              
31106              Watch out for cross compiling for EPOC (usually done on linux).
31107      Branch: maint-5.6/perl
31108           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
31109 ____________________________________________________________________________
31110 [  8650] By: jhi                                   on 2001/02/01  03:56:20
31111         Log: Watch out for cross compiling for EPOC (usually done on linux)
31112              
31113              Subject: [perl-5-6-1-trial2] patches for EPOC
31114              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31115              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31116              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31117      Branch: perl
31118            ! ext/Errno/Errno_pm.PL
31119 ____________________________________________________________________________
31120 [  8649] By: gsar                                  on 2001/02/01  00:46:00
31121         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
31122      Branch: maint-5.6/perl
31123            ! sv.c
31124 ____________________________________________________________________________
31125 [  8648] By: jhi                                   on 2001/01/31  23:35:36
31126         Log: All the uses of PL_numeric_radix must be protected by
31127              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
31128              
31129              Subject: [perl-5-6-1-trial2] patches for EPOC
31130              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31131              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31132              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31133      Branch: perl
31134            ! sv.c
31135 ____________________________________________________________________________
31136 [  8647] By: jhi                                   on 2001/01/31  22:56:16
31137         Log: Macrofy a magic UTF-8 test.
31138      Branch: perl
31139            ! utf8.c utf8.h
31140 ____________________________________________________________________________
31141 [  8646] By: gsar                                  on 2001/01/31  15:55:12
31142         Log: update Changes
31143      Branch: maint-5.6/perl
31144            ! Changes
31145 ____________________________________________________________________________
31146 [  8645] By: gsar                                  on 2001/01/31  15:10:14
31147         Log: Configure tweak suggested by Peter Prymmer
31148      Branch: maint-5.6/perl
31149            ! Configure
31150 ____________________________________________________________________________
31151 [  8644] By: gsar                                  on 2001/01/31  15:06:32
31152         Log: more files need to be writable in the source distribution
31153      Branch: maint-5.6/perl
31154            ! Porting/makerel
31155 ____________________________________________________________________________
31156 [  8643] By: jhi                                   on 2001/01/31  14:59:46
31157         Log: Integrate changes #8258,8278,8279 from mainline.
31158              
31159              Make the large file tests more robust/talkative.
31160      Branch: maint-5.6/perl
31161           !> t/lib/syslfs.t t/op/lfs.t
31162 ____________________________________________________________________________
31163 [  8642] By: gsar                                  on 2001/01/31  14:53:48
31164         Log: integrate changes#8311,8334 from mainline
31165              
31166              Add a new MakeMaker variable PM_FILTER that defines a Unix
31167              filter to be run on each .pm during the pm_to_blib() phase,
31168              a fixed version of
31169              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
31170              
31171              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
31172              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
31173              accurate reading of the "atime".  
31174      Branch: maint-5.6/perl
31175           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
31176           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
31177           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
31178 ____________________________________________________________________________
31179 [  8641] By: jhi                                   on 2001/01/31  14:46:37
31180         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
31181      Branch: maint-5.6/perl
31182            ! lib/Getopt/Long.pm
31183 ____________________________________________________________________________
31184 [  8640] By: gsar                                  on 2001/01/31  14:40:24
31185         Log: make regen_all
31186      Branch: maint-5.6/perl
31187            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
31188 ____________________________________________________________________________
31189 [  8639] By: gsar                                  on 2001/01/31  14:37:25
31190         Log: refresh windows config files
31191      Branch: maint-5.6/perl
31192            ! win32/Makefile win32/config_H.bc win32/config_H.gc
31193            ! win32/config_H.vc win32/makefile.mk
31194 ____________________________________________________________________________
31195 [  8638] By: gsar                                  on 2001/01/31  14:28:10
31196         Log: makefile tweaks for windows: introduce a bulk-switch to enable
31197              same options as ActivePerl; sync changes with makefile.mk
31198      Branch: maint-5.6/perl
31199            ! win32/Makefile win32/makefile.mk
31200 ____________________________________________________________________________
31201 [  8637] By: jhi                                   on 2001/01/31  04:41:30
31202         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
31203              From: Nicholas Clark <nick@ccl4.org>
31204              Date: Tue, 30 Jan 2001 19:51:05 +0000
31205              Message-ID: <20010130195105.R76607@plum.flirble.org> 
31206              
31207              op/inc cure.
31208      Branch: perl
31209            ! pp.c pp.h pp_hot.c t/op/arith.t
31210 ____________________________________________________________________________
31211 [  8636] By: jhi                                   on 2001/01/31  02:38:32
31212         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
31213              no perlio],8257,8380,8479,8515 from mainline.
31214              
31215              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
31216              
31217              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
31218              Subject: [PATCH perl@8133] fix-up for VMS extensions
31219              
31220              In VMS embedded perls couldn't access the statically built Socket.
31221              
31222              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
31223              
31224              Further VMS piping fixes from Charles Lane.
31225              
31226              Subject:  [PATCH] make t/op/misc.t work on VMS
31227              
31228              Add tracing for debugging extensions builds in VMS.
31229              
31230              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
31231      Branch: maint-5.6/perl
31232           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
31233           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
31234           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
31235 ____________________________________________________________________________
31236 [  8635] By: jhi                                   on 2001/01/31  01:46:41
31237         Log: Integrate change #7732 from mainline.
31238              
31239              Sparc 64-bit pack() fix from Jens Hamisch.
31240      Branch: maint-5.6/perl
31241           !> pp.c
31242 ____________________________________________________________________________
31243 [  8634] By: jhi                                   on 2001/01/31  01:41:16
31244         Log: One spot missing from #8626.
31245      Branch: maint-5.6/perl
31246            ! sv.c
31247 ____________________________________________________________________________
31248 [  8633] By: jhi                                   on 2001/01/31  00:49:17
31249         Log: Integrate change #7495 from mainline.
31250              
31251              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
31252      Branch: maint-5.6/perl
31253           !> MANIFEST ext/re/Makefile.PL
31254 ____________________________________________________________________________
31255 [  8632] By: jhi                                   on 2001/01/30  23:38:49
31256         Log: Integrate change #8396 from mainline.
31257              
31258              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
31259              better multicast support (resend)
31260      Branch: maint-5.6/perl
31261           !> ext/Socket/Socket.pm
31262 ____________________________________________________________________________
31263 [  8631] By: jhi                                   on 2001/01/30  23:28:03
31264         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
31265              
31266              More AIX lore. (7514, ext/re/hints/aix.pl)
31267              
31268              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
31269              
31270              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)
31271              
31272              Subject: [ID 20001214.002] Net::Ping patch
31273              
31274              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
31275              
31276              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
31277              
31278              Add ReuseAddr as a (preferred) alias for Reuse as we now
31279              also have ReusePort.
31280              
31281              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
31282      Branch: maint-5.6/perl
31283           +> ext/re/hints/aix.pl
31284           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
31285           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
31286 ____________________________________________________________________________
31287 [  8630] By: jhi                                   on 2001/01/30  23:03:59
31288         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
31289              
31290              read() documentation tweak for 20001121.004.
31291              
31292              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
31293      Branch: maint-5.6/perl
31294           !> pod/perlfunc.pod pod/perlre.pod
31295 ____________________________________________________________________________
31296 [  8629] By: jhi                                   on 2001/01/30  22:41:57
31297         Log: Integrate change #8098 from mainline.
31298              
31299              fastgetcwd is defined using a glob alias on a $^O dependent basis
31300              and there was no default assignment or perl subroutine.
31301      Branch: maint-5.6/perl
31302           !> lib/Cwd.pm
31303 ____________________________________________________________________________
31304 [  8628] By: jhi                                   on 2001/01/30  21:58:52
31305         Log: Integrate change #7866 from mainline.
31306              
31307              File::Temp 0.11.
31308      Branch: maint-5.6/perl
31309           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
31310 ____________________________________________________________________________
31311 [  8627] By: jhi                                   on 2001/01/30  21:39:44
31312         Log: Integrate changes #8075,8086,8228 from mainline.  
31313              
31314              Darwin is not Windows. (8075,8086)
31315              
31316              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
31317      Branch: maint-5.6/perl
31318           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
31319           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
31320           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
31321           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
31322 ____________________________________________________________________________
31323 [  8626] By: jhi                                   on 2001/01/30  21:22:11
31324         Log: Integrate with tweakery the change #8625 from mainline,
31325              the multibyte decimal separator fix ("fa_IR locale failure").
31326      Branch: maint-5.6/perl
31327            ! embedvar.h perlapi.h
31328           !> intrpvar.h perl.c perl.h sv.c util.c
31329 ____________________________________________________________________________
31330 [  8625] By: jhi                                   on 2001/01/30  20:26:33
31331         Log: Fix for the fa_IR locale failure.  The reason for the failure
31332              was that Perl was assuming the decimal separator aka the radix
31333              separator is one character.  The Farsi-Iranian locale crushed
31334              that bad assumption since there the separator is 'Momayyez',
31335              glyphwise looking somewhat like a slash, and in Unicode UTF-8
31336              encoded in two bytes, 0xd9 0xab.
31337      Branch: perl
31338            ! intrpvar.h perl.c perl.h sv.c util.c
31339 ____________________________________________________________________________
31340 [  8624] By: gsar                                  on 2001/01/30  20:17:03
31341         Log: regen_headers
31342      Branch: maint-5.6/perl
31343            ! Makefile.SH pod/perlintern.pod
31344 ____________________________________________________________________________
31345 [  8623] By: gsar                                  on 2001/01/30  19:42:34
31346         Log: backout change#7431 and its dependents (causes spurious rebuilds
31347              of autogenerated files)
31348              
31349              fix benign b.t failure
31350      Branch: maint-5.6/perl
31351            ! Makefile.SH t/lib/b.t
31352 ____________________________________________________________________________
31353 [  8622] By: jhi                                   on 2001/01/30  19:41:41
31354         Log: Microperl sync.
31355      Branch: perl
31356            ! mg.c perl.h
31357 ____________________________________________________________________________
31358 [  8621] By: gsar                                  on 2001/01/30  19:24:47
31359         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
31360              from mainline
31361              
31362              Subject: podlators 1.06 released
31363              
31364              Subject: [PATCH @8436] Eliminate op_children
31365              
31366              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
31367              
31368              (Replaced by #8448)  More op_children traces (cleanup of #8442).
31369              
31370              Subject: [PATCH #3 @8436] Re: Eliminate op_children
31371              Replace #8444 and #8445.
31372              
31373              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
31374              at the setting of the ofs_sv in new_struct_thread() as the
31375              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
31376              uninitialized fields are, uh, initialized with),
31377              SvREFCNT_inc()ing that invited a core dump.
31378              
31379              podlators 1.07, from Russ Allbery.
31380              
31381              Subject: [PATCH] regcomp.c old feature removal
31382              From: mjd@plover.com
31383              Date: 16 Jan 2001 14:43:18 -0000 
31384              Message-ID: <20010116144318.7140.qmail@plover.com> 
31385      Branch: maint-5.6/perl
31386           +> lib/Pod/Text/Overstrike.pm
31387           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
31388           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
31389           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
31390           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
31391           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
31392           !> util.c
31393 ____________________________________________________________________________
31394 [  8620] By: gsar                                  on 2001/01/30  18:48:32
31395         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
31396              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
31397              now fails one test)
31398              
31399              Subject: [PATCH] lvalue AUTOLOAD. No, really.
31400              
31401              Subject: [PATCH] Interesting syntax idea
31402              Make opens + bareword assigns do typeglob assigns.
31403              
31404              Tests for #8254.
31405              
31406              Subject: [PATCH @8269] Continue blocks and B::Deparse
31407              Make the peephole optimizer to bypass more null ops and
31408              and rewrite the deparse handling of continue blocks.
31409              
31410              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
31411              Doc tweak on #8313.
31412              
31413              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
31414              
31415              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
31416              
31417              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
31418              
31419              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
31420              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
31421              according to the platform.
31422              
31423              Subject: [PATCH @8404] Consolidated lvalue sub changes
31424              
31425              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
31426              
31427              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
31428              
31429              Subject: B::Concise -- an improved replacement for B::Terse 
31430              
31431              The B::Terse drop-in replacement wasn't quite drop-in.
31432              
31433              The LVRET macro needed an aTHX.
31434              
31435              Use the /^Perl_/-less form of is_lvalue_sub().
31436              
31437              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
31438      Branch: maint-5.6/perl
31439           +> ext/B/B/Concise.pm
31440           !> (integrate 27 files)
31441 ____________________________________________________________________________
31442 [  8619] By: nick                                  on 2001/01/30  18:40:28
31443         Log: Integrate mainline
31444      Branch: perlio
31445           !> (integrate 40 files)
31446 ____________________________________________________________________________
31447 [  8618] By: jhi                                   on 2001/01/30  18:37:18
31448         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
31449              Date: Mon, 29 Jan 2001 22:51:29 -0600
31450              From: "Craig A. Berry" <craigberry@mac.com>
31451              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
31452      Branch: perl
31453            ! vms/test.com
31454 ____________________________________________________________________________
31455 [  8617] By: jhi                                   on 2001/01/30  18:34:53
31456         Log: Subject: [PATCH] Add missing CV flags to dump.c
31457              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31458              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
31459              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
31460      Branch: perl
31461            ! dump.c
31462 ____________________________________________________________________________
31463 [  8616] By: jhi                                   on 2001/01/30  18:20:58
31464         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
31465              part isn't applicable to maintperl.
31466              
31467              UTF-8 nit from Inaba Hiroto.
31468      Branch: maint-5.6/perl
31469           !> pod/perlapi.pod utf8.c
31470 ____________________________________________________________________________
31471 [  8615] By: jhi                                   on 2001/01/30  18:18:51
31472         Log: UTF-8 nit from Inaba Hiroto.
31473      Branch: perl
31474            ! pod/perlapi.pod t/op/each.t utf8.c
31475 ____________________________________________________________________________
31476 [  8614] By: jhi                                   on 2001/01/30  18:13:38
31477         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
31478              
31479              perl's internal variables are not for public consumption,
31480              move their docs from perlapi.pod to perlintern.pod
31481              
31482              support for -Dusethreads build under HP-UX 10.20 and DCE threads
31483              library (11.0 and later have pthreads but 10.x don't)
31484              
31485              avoid uninitialized value warnings
31486              
31487              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
31488              gets weird results)
31489              
31490              perldoc nit on windows
31491              
31492              make it possible to run the tests outside the source tree
31493              (there's still a dependency on ../lib being the library
31494              location)
31495      Branch: perl
31496           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
31497           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
31498           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
31499           !> win32/bin/search.pl win32/vdir.h
31500 ____________________________________________________________________________
31501 [  8613] By: gsar                                  on 2001/01/30  16:39:59
31502         Log: make it possible to run the tests outside the source tree
31503              (there's still a dependency on ../lib being the library
31504              location)
31505      Branch: maint-5.6/perl
31506            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
31507 ____________________________________________________________________________
31508 [  8612] By: gsar                                  on 2001/01/30  16:31:12
31509         Log: perldoc nit on windows
31510      Branch: maint-5.6/perl
31511            ! utils/perldoc.PL
31512 ____________________________________________________________________________
31513 [  8611] By: gsar                                  on 2001/01/30  16:22:54
31514         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
31515              gets weird results)
31516      Branch: maint-5.6/perl
31517            ! win32/vdir.h
31518 ____________________________________________________________________________
31519 [  8610] By: gsar                                  on 2001/01/30  16:12:45
31520         Log: avoid uninitialized value warnings
31521      Branch: maint-5.6/perl
31522            ! win32/bin/search.pl
31523 ____________________________________________________________________________
31524 [  8609] By: gsar                                  on 2001/01/30  16:08:01
31525         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
31526              library (11.0 and later have pthreads but 10.x don't)
31527      Branch: maint-5.6/perl
31528            ! hints/hpux.sh thread.h
31529 ____________________________________________________________________________
31530 [  8608] By: gsar                                  on 2001/01/30  15:48:55
31531         Log: perl's internal variables are not for public consumption,
31532              move their docs from perlapi.pod to perlintern.pod
31533      Branch: maint-5.6/perl
31534            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
31535            ! thrdvar.h
31536 ____________________________________________________________________________
31537 [  8607] By: gsar                                  on 2001/01/30  15:44:27
31538         Log: mistakenly branched perl56delta.pod, revert
31539      Branch: maint-5.6/perl
31540            - pod/perl56delta.pod
31541           !> pod/perldelta.pod
31542 ____________________________________________________________________________
31543 [  8606] By: gsar                                  on 2001/01/30  14:20:24
31544         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
31545              dTHR which has been a noop for a while now, except for the
31546              compatibility definition in thread.h)
31547      Branch: maint-5.6/perl
31548           !> (integrate 45 files)
31549 ____________________________________________________________________________
31550 [  8605] By: jhi                                   on 2001/01/30  05:43:58
31551         Log: Mark the UTF-8 APIs as experimental.
31552      Branch: maint-5.6/perl
31553            ! embed.pl pod/perlapi.pod
31554 ____________________________________________________________________________
31555 [  8604] By: jhi                                   on 2001/01/30  05:38:40
31556         Log: Nits from earlier integrates.
31557      Branch: maint-5.6/perl
31558            ! lib/Carp/Heavy.pm
31559           !> sv.c
31560 ____________________________________________________________________________
31561 [  8603] By: jhi                                   on 2001/01/30  05:27:26
31562         Log: Regenerate Porting files.
31563      Branch: maint-5.6/perl
31564            ! Porting/Glossary Porting/config.sh Porting/config_H
31565 ____________________________________________________________________________
31566 [  8602] By: jhi                                   on 2001/01/30  05:14:59
31567         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
31568              8310,8339,8447,8492,8493,8505,8525: documentation changes.
31569              
31570              Subject: Re: perlfaq style changes
31571              
31572              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
31573              
31574              Subject: [PATCH] docs on NaN
31575              
31576              Subject: [patch] perlfaq7
31577              
31578              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
31579              
31580              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
31581              
31582              Subject: [PATCH] open() example in perlfunc.pod
31583              
31584              Podify README.mpeix (a new version from the web)
31585              
31586              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31587              
31588              Subject: [PATCH] format and rewording in perlfaq.pod
31589              
31590              Subject: [PATCH] API Variable documentation   
31591              
31592              Memory management calls documentation.
31593              
31594              Subject: [PATCH: perl@8482] README.vms URL updates
31595              
31596              Subject: Minor typos in perlfaq2.pod
31597              
31598              Subject: [PATCH] pod/perlvar.pod
31599      Branch: maint-5.6/perl
31600           +> pod/perl56delta.pod
31601            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31602           !> README.amiga README.epoc README.mpeix README.vms
31603           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
31604           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
31605           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
31606           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
31607           !> pod/perlvar.pod thrdvar.h
31608 ____________________________________________________________________________
31609 [  8601] By: jhi                                   on 2001/01/30  04:38:35
31610         Log: Integrate changes #8036,8096,8253 from mainline:
31611              hints changes.
31612              
31613              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
31614              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
31615              
31616              Output the (apparent) version of gcc in Tru64.
31617      Branch: maint-5.6/perl
31618           +> ext/POSIX/hints/svr4.pl
31619           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
31620           !> hints/svr4.sh t/lib/bigfltpm.t
31621 ____________________________________________________________________________
31622 [  8600] By: jhi                                   on 2001/01/30  04:04:01
31623         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
31624              locale fixes.
31625              
31626              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
31627              
31628              Debian allows /usr/bin/locale to exist without any locales. (7868)
31629              
31630              Allow the locale test needing POSIX and the taint test
31631              needing IPC::SysV to run under 'minitest' (basically,
31632              bail out if loading the extension fails). (8384)
31633              
31634              Cleanup the locale.t output  (8480)
31635      Branch: maint-5.6/perl
31636           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
31637           !> t/pragma/locale.t
31638 ____________________________________________________________________________
31639 [  8599] By: jhi                                   on 2001/01/30  03:51:04
31640         Log: Missing generated files from #8598.
31641      Branch: maint-5.6/perl
31642            ! embed.h global.sym objXSUB.h perlapi.c proto.h
31643 ____________________________________________________________________________
31644 [  8598] By: jhi                                   on 2001/01/30  03:41:54
31645         Log: Integrate change #8555 from mainline, manually integrate parts
31646              of changes 8452 and 8583.
31647              
31648              Subject: [PATCH] utf8.c documentation (8452)
31649              
31650              No point in checking the length if the pointer is bogus. (8555)
31651              
31652              Introduce bytes_from_utf8() and implement sv_eq() using it,
31653              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
31654              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
31655              was malformed. (8583)
31656      Branch: maint-5.6/perl
31657            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
31658           !> pod/perlapi.pod sv.c utf8.c
31659 ____________________________________________________________________________
31660 [  8597] By: gsar                                  on 2001/01/30  02:37:26
31661         Log: get PERL_OBJECT build going again on windows
31662      Branch: maint-5.6/perl
31663            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31664            ! pod/perlapi.pod proto.h sv.c
31665 ____________________________________________________________________________
31666 [  8596] By: jhi                                   on 2001/01/30  02:16:17
31667         Log: Signedness nit.
31668      Branch: perl
31669            ! sv.c
31670 ____________________________________________________________________________
31671 [  8595] By: jhi                                   on 2001/01/30  02:11:07
31672         Log: EBCDIC patch for Storable, from Peter Prymmer.
31673      Branch: perl
31674            ! t/lib/st-06compat.t
31675 ____________________________________________________________________________
31676 [  8594] By: jhi                                   on 2001/01/30  01:04:48
31677         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
31678              From: Peter Prymmer <pvhp@forte.com>
31679              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
31680              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
31681      Branch: perl
31682            ! t/lib/b.t
31683 ____________________________________________________________________________
31684 [  8593] By: jhi                                   on 2001/01/30  00:56:47
31685         Log: Subject: [PATCH: perl@8585] pod problems in io
31686              From: Peter Prymmer <pvhp@forte.com>
31687              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
31688              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
31689      Branch: perl
31690            ! pod/perlapio.pod pod/perliol.pod
31691 ____________________________________________________________________________
31692 [  8592] By: jhi                                   on 2001/01/30  00:48:20
31693         Log: Integrate perlio.
31694      Branch: perl
31695           !> pod/perlapio.pod pod/perliol.pod
31696 ____________________________________________________________________________
31697 [  8591] By: nick                                  on 2001/01/29  22:02:28
31698         Log: GNU 'merge' Simon's copy of perliol.pod with version
31699              patched by Craig's patch.
31700      Branch: perlio
31701            ! pod/perliol.pod
31702 ____________________________________________________________________________
31703 [  8590] By: nick                                  on 2001/01/29  21:55:10
31704         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
31705      Branch: perlio
31706            ! pod/perlapio.pod pod/perliol.pod
31707 ____________________________________________________________________________
31708 [  8589] By: jhi                                   on 2001/01/29  15:35:33
31709         Log: Integrate change #8586 from maint-5.6/perl.
31710              
31711              make the BOM detection code not call tell() until it has to
31712              (meant to fix esoteric compatibility issues where PL_rsfp
31713              is overridden)
31714      Branch: perl
31715           !> toke.c
31716 ____________________________________________________________________________
31717 [  8588] By: jhi                                   on 2001/01/29  15:29:11
31718         Log: Subject: MAking Solaris malloc() the default
31719              From: Lupe Christoph <lupe@lupe-christoph.de>
31720              Date: Mon, 29 Jan 2001 12:59:36 +0100
31721              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
31722              
31723              The README.solaris part slightly tweaked.
31724      Branch: perl
31725            ! README.solaris hints/solaris_2.sh
31726 ____________________________________________________________________________
31727 [  8587] By: jhi                                   on 2001/01/29  15:17:34
31728         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
31729              From: root@ak-75.mind.de
31730              Date: Sun, 28 Jan 2001 20:32:29 +0100
31731              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
31732      Branch: perl
31733            ! pod/perlre.pod
31734 ____________________________________________________________________________
31735 [  8586] By: gsar                                  on 2001/01/29  13:43:44
31736         Log: make the BOM detection code not call tell() until it has to
31737              (meant to fix esoteric compatibility issues where PL_rsfp
31738              is overridden)
31739      Branch: maint-5.6/perl
31740            ! toke.c
31741 ____________________________________________________________________________
31742 [  8585] By: jhi                                   on 2001/01/28  20:05:45
31743         Log: Update Changes.
31744      Branch: perl
31745            ! Changes patchlevel.h
31746 ____________________________________________________________________________
31747 [  8584] By: jhi                                   on 2001/01/28  19:30:02
31748         Log: Integrate perlio.
31749      Branch: perl
31750           +> pod/perliol.pod
31751           !> MANIFEST pod/perlapio.pod
31752 ____________________________________________________________________________
31753 [  8583] By: jhi                                   on 2001/01/28  19:28:40
31754         Log: Patch from Inaba Hiroto:
31755              - canonical UTF-8 hash keys: if a key string for a hash is
31756              UTF8-on, try downgrade the string and use it if
31757              unicode::distinct is not in effect.
31758              For the task, I added a function bytes_from_utf8() to utf8.c.
31759              It might resemble utf8_to_bytes() but it is not convenient
31760              to the task.
31761              Made a test for it and added to t/op/each.t
31762              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
31763              the mortal copy of the argument SV.
31764              And changed t/io/utf8.t test 18 which expects print() to
31765              upgrade its argument.
31766              - re-implement sv_eq with bytes_from_utf8()
31767              - some bug fixes
31768              - tr/// does not handle UTF8 range (\x{}-\x{})
31769              - \ before raw UTF8 character produced
31770              "Malformed UTF-8 character" warning.
31771              - "\x{100}\N{CENT SIGN}" is Malformed.
31772              Added tests for these 3.
31773              - and one silly bug (by me) with qu operator.
31774      Branch: perl
31775            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
31776            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
31777            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
31778 ____________________________________________________________________________
31779 [  8582] By: nick                                  on 2001/01/28  19:25:04
31780         Log: Add pod/perliol.pod to MANIFEST :-(
31781      Branch: perlio
31782            ! MANIFEST
31783 ____________________________________________________________________________
31784 [  8581] By: nick                                  on 2001/01/28  19:22:40
31785         Log: PerlIO documentation. Proofing and sub-editing requested.
31786      Branch: perlio
31787            + pod/perliol.pod
31788            ! pod/perlapio.pod
31789 ____________________________________________________________________________
31790 [  8580] By: jhi                                   on 2001/01/28  05:16:25
31791         Log: Revert the change to sv_2pv() done by #8054: Someone who
31792              did SvNV_set() on a scalar that also happened to be POK,
31793              followed by sv_2pv() won't get the right coercion anymore.
31794              [Sarathy]
31795      Branch: maint-5.6/perl
31796            ! sv.c
31797 ____________________________________________________________________________
31798 [  8579] By: jhi                                   on 2001/01/28  05:15:04
31799         Log: Remove the #8084 effect: do not allow -Q to be interpreted
31800              as -&Q(), this is too much wiggle room.
31801      Branch: maint-5.6/perl
31802            ! toke.c
31803 ____________________________________________________________________________
31804 [  8578] By: jhi                                   on 2001/01/28  05:12:45
31805         Log: Needed bits of #8439 (should have been in #8576),
31806              mainly for lval substr().
31807      Branch: maint-5.6/perl
31808            ! mg.c pp.c pp_hot.c
31809 ____________________________________________________________________________
31810 [  8577] By: jhi                                   on 2001/01/28  05:02:46
31811         Log: A missing check-in.
31812      Branch: maint-5.6/perl
31813            ! utf8.c
31814 ____________________________________________________________________________
31815 [  8576] By: jhi                                   on 2001/01/28  04:26:18
31816         Log: Integrate changes #8425,8436,8439,8517 from mainline.
31817              The 8439 was not truly integrated because it had too many
31818              dependencies on the development branch and because it introduced
31819              concepts too bold for a maintenance branch (such as the qu operator).
31820              
31821              Subject: [PATCH perl@8342] -Wformat
31822              
31823              Tighten some of the UTF-8 tests a bit.
31824              
31825              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
31826              - The substr lval was still not okay.
31827              - Now pp_stringify and sv_setsv copies source's UTF8 flag
31828              even if IN_BYTE.  pp_stringify is called from fold_constants
31829              at optimization phase and "\x{100}" was made SvUTF8_off under
31830              use bytes (the bytes pragma is for "byte semantics" and not
31831              for "do not produce UTF8 data")
31832      Branch: maint-5.6/perl
31833            ! t/lib/charnames.t t/op/substr.t toke.c
31834           !> sv.c t/pragma/utf8.t
31835 ____________________________________________________________________________
31836 [  8575] By: jhi                                   on 2001/01/28  04:01:51
31837         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
31838              
31839              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
31840              
31841              Subject: [ID 20001230.003] UTF-8 tr still hurts
31842              
31843              Test cases for #8385 (from Simon's "torture.pl")
31844              
31845              Start fixing UTF-8 lval substr() (8405)
31846      Branch: maint-5.6/perl
31847           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
31848           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
31849 ____________________________________________________________________________
31850 [  8574] By: jhi                                   on 2001/01/28  03:09:06
31851         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
31852              from mainline.
31853              
31854              UTF-8 cleanup.
31855              
31856              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
31857              
31858              "\x{FF}\xFF" was broken.
31859              
31860              Tests for #8329 and #8330.
31861              
31862              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
31863              
31864              IRIX compiler noticed that the bof initialization might be
31865              bypassed by control flow.
31866              
31867              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
31868      Branch: maint-5.6/perl
31869           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31870           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
31871 ____________________________________________________________________________
31872 [  8573] By: jhi                                   on 2001/01/28  02:06:12
31873         Log: Retract #8552.
31874      Branch: perl
31875            ! lib/Text/Wrap.pm t/lib/textwrap.t
31876 ____________________________________________________________________________
31877 [  8572] By: jhi                                   on 2001/01/28  02:04:49
31878         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
31879              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
31880              not really integrated but instead salvaged by hand
31881              (they had too many dependencies on the development release
31882              to be cleanly integratable).
31883              
31884              Subject: more UTF8 test suites and an UTF8 patch
31885              
31886              Tweak for MULTIPLICITY/USE_PERLIO
31887              
31888              Signedness nit.
31889              
31890              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
31891              
31892              Use the UTF8_XXX macros in is_utf8_char().
31893              
31894              Rewrite pp_concat() in terms of sv_catsv().  The . operator
31895              should now be UTF-8-proof.
31896              
31897              Subject: [PATCH perl@8269] scanning two hex-constants
31898              fails on EBCDIC environment (script length.t)
31899              
31900              Add some Unicode chop() tests.
31901      Branch: maint-5.6/perl
31902            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
31903           !> sv.c t/op/chop.t utf8.h
31904 ____________________________________________________________________________
31905 [  8571] By: jhi                                   on 2001/01/28  00:35:59
31906         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
31907              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
31908              
31909              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
31910              
31911              The maxiters upper limit sanity check (guarding against
31912              non-progress) assumed bytes instead of characters in s///
31913              and split().
31914              
31915              Signedness nit.
31916              
31917              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
31918              join() should now be UTF-8-proof.
31919              
31920              More split // UTF-8 tests. (8250)
31921      Branch: maint-5.6/perl
31922           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
31923           !> util.c
31924 ____________________________________________________________________________
31925 [  8570] By: jhi                                   on 2001/01/27  22:15:46
31926         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
31927              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
31928              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
31929              8084,8204,8244,8333 from mainline.
31930              
31931              For -Q where Q might be a one-letter sub name one does no more
31932              get a warning about an unknown filetest (7941,7943,7944,8084).
31933              
31934              Subject: Re: [ID 20001130.011] expression parsing bug ?
31935              
31936              Make uv_to_utf8() to zero-terminate its output buffer.
31937              
31938              Split off t/op/length.t (7995)
31939              
31940              Split off t/op/utf8decode.t (7996)
31941              
31942              Remove an unnecessary 'use utf8' from the utf8.t (7998)
31943              
31944              Split off t/op/concat.t (8004)
31945              
31946              Split off t/op/ver.t (8005)
31947              
31948              Document utf8_length(), utf8_distance(), and utf8_hop().
31949              
31950              Document utf8_to_uv() better.
31951              
31952              Introduce macros for UTF8 decoding (8028,8033).
31953              
31954              Add test for reverse() (8030,8031).
31955              
31956              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
31957              
31958              Do not return the Unicode replacement character    on UTF-8
31959              decoding failure.
31960              
31961              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
31962              not this_utf8 i.e. the output string has one, but don't mess
31963              with source assumption. (8052,8053)
31964              
31965              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
31966              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
31967              was not expecting to be called with something that was already
31968              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
31969              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
31970              (8054)
31971              
31972              Recode the naughty binary bytes in utf8decode.t using the \xHH.
31973              
31974              Make some panic messages a bit more logical.
31975      Branch: maint-5.6/perl
31976           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
31977           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
31978           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
31979           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
31980           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
31981           !> utf8.c utf8.h
31982 ____________________________________________________________________________
31983 [  8569] By: jhi                                   on 2001/01/27  19:16:43
31984         Log: Integrate changes #7750 from perlio and #8566 from mainline.
31985      Branch: maint-5.6/perl
31986           !> regexec.c sv.c
31987 ____________________________________________________________________________
31988 [  8568] By: jhi                                   on 2001/01/27  18:06:51
31989         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
31990              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
31991              7935[-perlio.c],7936,7959,7965 from mainline.
31992              
31993              Change the "big byte" error message to "Wide character".
31994              (7355, the croak-if-wide-chars-in-print part ignored)
31995              
31996              Use UINT64_C().
31997              
31998              Introduce Perl_utf8_length().
31999              
32000              diff -se shows these as different (7753, forgotten check-ins)
32001              
32002              Subject: [PATCH] doop.c - UTF8 tr///
32003              
32004              If we use (aTHX_ ...) then put Perl_ on the front.
32005              
32006              Make utf8_length() and utf8_distance() to be less forgiving
32007              about bad UTF-8.
32008              
32009              Test line numbers are different with utf8.
32010              
32011              No need to scan till infinity, 13 is enough. (7872,7911)
32012              
32013              Subject: [PATCH] Tokeniser debugging
32014              
32015              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
32016              
32017              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
32018              
32019              Be more careful in Perl_sv_utf8_downgrade().
32020              
32021              Use DO_UTF8().
32022              
32023              Raw zero bytes in text files confuse at least GNU patch 2.1.
32024      Branch: maint-5.6/perl
32025           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
32026           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
32027           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
32028           !> t/pragma/utf8.t toke.c utf8.c utf8.h
32029 ____________________________________________________________________________
32030 [  8567] By: nick                                  on 2001/01/27  11:10:38
32031         Log: Integrate mainline
32032      Branch: perlio
32033           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
32034           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
32035           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
32036           !> toke.c
32037 ____________________________________________________________________________
32038 [  8566] By: jhi                                   on 2001/01/27  06:22:48
32039         Log: More documentation for the regexp context stack.
32040      Branch: perl
32041            ! regexec.c
32042 ____________________________________________________________________________
32043 [  8565] By: jhi                                   on 2001/01/27  05:21:57
32044         Log: Update Changes.
32045      Branch: perl
32046            ! Changes patchlevel.h
32047 ____________________________________________________________________________
32048 [  8564] By: jhi                                   on 2001/01/27  04:44:04
32049         Log: Threadedness patch for #8562 from Doug MacEachern.
32050      Branch: perl
32051            ! toke.c
32052 ____________________________________________________________________________
32053 [  8563] By: jhi                                   on 2001/01/27  04:26:24
32054         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
32055              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32056              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
32057              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
32058      Branch: perl
32059            ! op.c
32060 ____________________________________________________________________________
32061 [  8562] By: jhi                                   on 2001/01/27  04:20:30
32062         Log: Subject: Re: Announce : Tokener reporting patch
32063              From: Simon Cozens <simon@cozens.net>
32064              Date: Mon, 22 Jan 2001 02:17:22 +0000
32065              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
32066      Branch: perl
32067            ! embed.h embed.pl proto.h toke.c
32068 ____________________________________________________________________________
32069 [  8561] By: jhi                                   on 2001/01/27  04:17:24
32070         Log: Forgot from #8545.  Oops.
32071      Branch: perl
32072            ! pp.c t/pragma/overload.t
32073 ____________________________________________________________________________
32074 [  8560] By: jhi                                   on 2001/01/27  03:01:47
32075         Log: A better module compilation test, use MANIFEST as suggested
32076              by Spider.
32077      Branch: perl
32078            ! t/lib/1_compile.t
32079 ____________________________________________________________________________
32080 [  8559] By: jhi                                   on 2001/01/27  02:50:48
32081         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
32082              From: Peter Prymmer <pvhp@forte.com>
32083              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
32084              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
32085      Branch: perl
32086            ! t/lib/b.t
32087 ____________________________________________________________________________
32088 [  8558] By: jhi                                   on 2001/01/27  02:27:05
32089         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
32090              From: Peter Prymmer <pvhp@forte.com>
32091              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
32092              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
32093      Branch: perl
32094            ! t/pragma/sub_lval.t
32095 ____________________________________________________________________________
32096 [  8557] By: jhi                                   on 2001/01/27  02:26:03
32097         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
32098              From: Peter Prymmer <pvhp@forte.com>
32099              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
32100              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
32101      Branch: perl
32102            ! t/lib/st-06compat.t
32103 ____________________________________________________________________________
32104 [  8556] By: jhi                                   on 2001/01/27  02:24:33
32105         Log: Subject: [PATCH: perl@8531] minor update to README.os390
32106              From: Peter Prymmer <pvhp@forte.com>
32107              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
32108              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
32109      Branch: perl
32110            ! README.os390
32111 ____________________________________________________________________________
32112 [  8555] By: jhi                                   on 2001/01/27  00:35:47
32113         Log: No point in checking the length before we know whether the pointer
32114              is bogus or not, fixes Abigail's odbm failures in Linux.
32115      Branch: perl
32116            ! sv.c
32117 ____________________________________________________________________________
32118 [  8554] By: nick                                  on 2001/01/26  19:01:31
32119         Log: Integrate mainline
32120      Branch: perlio
32121           !> lib/Text/Wrap.pm t/lib/textwrap.t
32122 ____________________________________________________________________________
32123 [  8553] By: jhi                                   on 2001/01/26  15:19:39
32124         Log: Integrate change #7792 from perlio (multiplicity fix),
32125              fix the AV leak in regex DEBUGGING (tiny part of the
32126              polymorphic regexp patch #8143).
32127      Branch: maint-5.6/perl
32128            ! regcomp.c
32129           !> scope.h
32130 ____________________________________________________________________________
32131 [  8552] By: jhi                                   on 2001/01/26  15:03:23
32132         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
32133              From: Michael G Schwern <schwern@pobox.com>
32134              Date: Fri, 26 Jan 2001 09:28:31 -0500
32135              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
32136      Branch: perl
32137            ! lib/Text/Wrap.pm t/lib/textwrap.t
32138 ____________________________________________________________________________
32139 [  8551] By: jhi                                   on 2001/01/26  02:33:19
32140         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
32141              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
32142              
32143              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
32144              
32145              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
32146              
32147              Message nit.
32148              
32149              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
32150              
32151              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
32152              
32153              (the cleanup of unused submatches in regtry() and regcppop())
32154              
32155              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
32156              stored and restored, and thusly was trounced by the utf8 swash
32157              routines.
32158              
32159              use utf8 not required to use \x{}.
32160              
32161              Removed two more tests that make no sense in UTF-8 since the test
32162              data is not in UTF-8.
32163              
32164              Get the three different space character classes right under utf8.
32165              
32166              Implement ANYOFUTF8 regprop() dumping.
32167              
32168              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
32169              
32170              Document the regex context pushing/popping a bit better.
32171      Branch: maint-5.6/perl
32172           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
32173           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
32174           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
32175           !> t/op/regmesg.t utf8.c
32176 ____________________________________________________________________________
32177 [  8550] By: nick                                  on 2001/01/25  19:42:30
32178         Log: Integrate mainline
32179      Branch: perlio
32180           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
32181           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
32182           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
32183           !> t/lib/bigint.t t/lib/bigintpm.t
32184 ____________________________________________________________________________
32185 [  8549] By: jhi                                   on 2001/01/25  15:22:28
32186         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
32187      Branch: maint-5.6/perl
32188            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
32189 ____________________________________________________________________________
32190 [  8548] By: jhi                                   on 2001/01/25  15:02:55
32191         Log: Integrate changes #7997,8063,8492,8547 from mainline.
32192              
32193              Subject: Re: STRLEN - what?
32194              
32195              Subject: [PATCH] perlguts.pod
32196              
32197              Memory management calls documentation.
32198              
32199              Layout using tabulator is not a good idea in a pod.
32200      Branch: maint-5.6/perl
32201           !> pod/perlguts.pod
32202 ____________________________________________________________________________
32203 [  8547] By: jhi                                   on 2001/01/25  14:49:05
32204         Log: Layout using tabulator is not a good idea in a pod.
32205      Branch: perl
32206            ! pod/perlguts.pod
32207 ____________________________________________________________________________
32208 [  8546] By: jhi                                   on 2001/01/25  14:31:12
32209         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
32210              from mainline.
32211              
32212              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
32213              
32214              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
32215              
32216              More Win32 editor/IDE/shell hints.
32217              
32218              More Win32 Perling.
32219              
32220              Yet another editor edit.
32221              
32222              Edit edit edit.
32223              
32224              IDE/editor section tweaking.
32225              
32226              Few more IDE/editor nits from p5p.
32227      Branch: maint-5.6/perl
32228           !> pod/perlfaq3.pod
32229 ____________________________________________________________________________
32230 [  8545] By: jhi                                   on 2001/01/25  04:16:32
32231         Log: Subject: [PATCH 5.7.0] overload int()
32232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32233              Date: Wed, 24 Jan 2001 19:06:57 -0500
32234              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
32235      Branch: perl
32236            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
32237            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
32238            ! t/lib/bigintpm.t
32239 ____________________________________________________________________________
32240 [  8544] By: jhi                                   on 2001/01/25  04:15:11
32241         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
32242              From: Peter Prymmer <pvhp@forte.com>
32243              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
32244              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
32245      Branch: perl
32246            ! Makefile.SH README.os390 hints/os390.sh installperl
32247 ____________________________________________________________________________
32248 [  8543] By: jhi                                   on 2001/01/25  03:52:08
32249         Log: Integrate change #8462,8469 from mainline.
32250              
32251              In VMS Perl subversion (perl -V) is undef.
32252      Branch: maint-5.6/perl
32253           !> configure.com
32254 ____________________________________________________________________________
32255 [  8542] By: jhi                                   on 2001/01/25  03:44:55
32256         Log: Integrate changes #7835,7850,8315,8316 from mainline.
32257              
32258              Solaris hints.
32259      Branch: maint-5.6/perl
32260           !> hints/solaris_2.sh
32261 ____________________________________________________________________________
32262 [  8541] By: jhi                                   on 2001/01/25  03:39:28
32263         Log: Integrate #8336 from mainline.
32264      Branch: maint-5.6/perl
32265           !> hv.c
32266 ____________________________________________________________________________
32267 [  8540] By: jhi                                   on 2001/01/25  03:23:50
32268         Log: Retract #8539.
32269      Branch: maint-5.6/perl
32270            ! pod/perlfaq3.pod
32271 ____________________________________________________________________________
32272 [  8539] By: jhi                                   on 2001/01/25  03:21:55
32273         Log: (Retracted by #5940.)
32274      Branch: maint-5.6/perl
32275            ! pod/perlfaq3.pod
32276 ____________________________________________________________________________
32277 [  8538] By: jhi                                   on 2001/01/25  03:14:07
32278         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
32279              From: Peter Prymmer <pvhp@forte.com>
32280              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
32281              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
32282              
32283              The VMS bits.
32284      Branch: maint-5.6/perl
32285            ! configure.com vms/descrip_mms.template
32286 ____________________________________________________________________________
32287 [  8537] By: jhi                                   on 2001/01/25  03:06:09
32288         Log: Integrate #7710,7824,7973 from mainline.
32289      Branch: maint-5.6/perl
32290           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32291           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
32292           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
32293           !> vos/config.ga.def vos/config.ga.h win32/config.bc
32294           !> win32/config.gc win32/config.vc
32295 ____________________________________________________________________________
32296 [  8536] By: jhi                                   on 2001/01/24  13:50:20
32297         Log: Revert the edits made by me so far to the 5.6 branch since
32298              the TRIAL1 since I did edits when I should have been using
32299              integrates.  Bad programmer.   (Will integrate them properly later.)
32300              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
32301              The #8353 will not be reapplied at least for now since
32302              the UTF-8 hash keys need more thinking.
32303              (The patches #8347, #8354, #8454, #8473 were okay since they
32304              were original edits made specifically for the 5.6.1-TRIAL1.)
32305      Branch: maint-5.6/perl
32306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32307            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
32308            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
32309            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
32310            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
32311            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32312            ! win32/config.bc win32/config.gc win32/config.vc
32313 ____________________________________________________________________________
32314 [  8535] By: bailey                                on 2001/01/24  06:37:02
32315         Log: SYN SYN
32316      Branch: vmsperl
32317           +> (branch 26 files)
32318           !> (integrate 130 files)
32319 ____________________________________________________________________________
32320 [  8534] By: nick                                  on 2001/01/23  19:30:57
32321         Log: Integrate mainline.
32322      Branch: perlio
32323           !> Changes Configure Porting/Glossary Porting/config.sh
32324           !> Porting/config_H embed.h embed.pl ext/Encode/compile
32325           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
32326           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
32327           !> pod/perlvar.pod proto.h t/lib/1_compile.t
32328 ____________________________________________________________________________
32329 [  8533] By: jhi                                   on 2001/01/23  16:15:46
32330         Log: Forgotten from #8501.
32331      Branch: perl
32332            ! Porting/Glossary Porting/config.sh Porting/config_H
32333 ____________________________________________________________________________
32334 [  8532] By: jhi                                   on 2001/01/23  16:13:27
32335         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
32336              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32337              Date: Mon, 22 Jan 2001 17:51:58 +0100
32338              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
32339      Branch: perl
32340            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
32341 ____________________________________________________________________________
32342 [  8531] By: jhi                                   on 2001/01/23  15:46:01
32343         Log: Update Changes.
32344      Branch: perl
32345            ! Changes patchlevel.h
32346 ____________________________________________________________________________
32347 [  8530] By: jhi                                   on 2001/01/23  15:38:39
32348         Log: De-cut-and-pasto.
32349      Branch: perl
32350            ! t/lib/1_compile.t
32351 ____________________________________________________________________________
32352 [  8529] By: jhi                                   on 2001/01/23  15:11:04
32353         Log: Document the mkdir trailing slashes case.
32354      Branch: perl
32355            ! pod/perlfunc.pod
32356 ____________________________________________________________________________
32357 [  8528] By: jhi                                   on 2001/01/23  15:08:28
32358         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
32359              get installed:
32360              
32361              Subject: lib/lib.pm
32362              From: <abigail@foad.org>
32363              Date: Mon, 28 Aug 2000 20:35:08 -0400
32364              Message-ID: <20000829003508.21281.qmail@foad.org>
32365      Branch: perl
32366            ! installperl
32367 ____________________________________________________________________________
32368 [  8527] By: jhi                                   on 2001/01/23  14:44:04
32369         Log: Metaconfig unit change for #8526.
32370      Branch: metaconfig
32371            ! U/threads/archname.U
32372 ____________________________________________________________________________
32373 [  8526] By: jhi                                   on 2001/01/23  14:43:19
32374         Log: Attach -perlio to the archname if so selected.
32375      Branch: perl
32376            ! Configure
32377 ____________________________________________________________________________
32378 [  8525] By: jhi                                   on 2001/01/23  14:24:01
32379         Log: Subject: [PATCH] pod/perlvar.pod
32380              From: abigail@foad.org
32381              Date: Tue, 23 Jan 2001 01:41:10 +0100
32382              Message-ID: <20010123004110.22259.qmail@foad.org>
32383      Branch: perl
32384            ! pod/perlvar.pod
32385 ____________________________________________________________________________
32386 [  8524] By: jhi                                   on 2001/01/23  14:22:32
32387         Log: A bug introduced in #8217 (the undefined variable in the
32388              lib/safe1_t #3) fixed, by Charles Lane:
32389              
32390              The earlier patch made it so that stuff running in Safe
32391              compartments could do a "caller" and see "main".  That
32392              little change in name is done right before the code in
32393              the compartment is run, and apparantly the parser
32394              was picking up the stash name before it got changed.
32395              
32396              (why it was threaded vs. unthreaded Perl that was sensitive to this
32397              I still don't know...and it probably doesn't matter).
32398              
32399              I tryed removing the stash name-change and saw that threaded Perl
32400              did indeed pass the lib/safe1.t tests.
32401              
32402              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
32403              do the name change (and to connect _ in the compartment to the global
32404              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
32405              to call _safe_pkg_prep when creating a new compartment.
32406              
32407              Passes all tests with threaded perl on linux; passes all tests
32408              with unthreaded perl on VMS.
32409              
32410              At some point I'll probably want to revisit Safe and Opcode to
32411              provide more sensible handling of global variables...and to get
32412              formats working in Safe compartments, which they don't do currently.
32413      Branch: perl
32414            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
32415 ____________________________________________________________________________
32416 [  8523] By: jhi                                   on 2001/01/23  14:11:58
32417         Log: Also the lib/Thread.pm itself needs to be ignored if
32418              the Thread extension hasn't been built.
32419      Branch: perl
32420            ! t/lib/1_compile.t
32421 ____________________________________________________________________________
32422 [  8522] By: jhi                                   on 2001/01/23  13:51:28
32423         Log: print() instead of warn() so that stderr doesn't get
32424              unncessarily polluted.
32425      Branch: perl
32426            ! ext/Encode/compile
32427 ____________________________________________________________________________
32428 [  8521] By: jhi                                   on 2001/01/23  13:49:48
32429         Log: Integrate perlio.
32430      Branch: perl
32431           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
32432           !> ext/Encode/encode.h
32433 ____________________________________________________________________________
32434 [  8520] By: nick                                  on 2001/01/22  21:44:00
32435         Log: More messing with Encode:
32436              Extra fields in header to allow multiple names and to record
32437              other things "compile" knows.
32438              Re-organise compile to factor out common output routines.
32439      Branch: perlio
32440            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
32441 ____________________________________________________________________________
32442 [  8519] By: nick                                  on 2001/01/22  20:33:50
32443         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
32444      Branch: perlio
32445            ! ext/Encode/Makefile.PL ext/Encode/compile
32446 ____________________________________________________________________________
32447 [  8518] By: nick                                  on 2001/01/22  20:28:13
32448         Log: Integrate mainline
32449      Branch: perlio
32450           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
32451           !> vos/config.alpha.def vos/config.alpha.h
32452 ____________________________________________________________________________
32453 [  8517] By: jhi                                   on 2001/01/22  15:37:17
32454         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
32455              by Inaba Hiroto.
32456      Branch: perl
32457            ! sv.c
32458 ____________________________________________________________________________
32459 [  8516] By: jhi                                   on 2001/01/22  14:55:15
32460         Log: More SIG_SIZE fixes.
32461      Branch: perl
32462            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
32463 ____________________________________________________________________________
32464 [  8515] By: jhi                                   on 2001/01/22  14:50:27
32465         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
32466              From: "Craig A. Berry" <craigberry@mac.com>
32467              Date: Mon, 22 Jan 2001 00:42:24 -0600
32468              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
32469      Branch: perl
32470            ! configure.com
32471 ____________________________________________________________________________
32472 [  8514] By: jhi                                   on 2001/01/22  14:31:17
32473         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
32474              From: "Craig A. Berry" <craigberry@mac.com>
32475              Date: Sun, 21 Jan 2001 23:03:25 -0600
32476              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
32477      Branch: perl
32478            ! configure.com
32479 ____________________________________________________________________________
32480 [  8513] By: jhi                                   on 2001/01/22  14:14:00
32481         Log: Add the .ucm encoding tables to the MANIFEST.
32482      Branch: perl
32483            ! MANIFEST
32484 ____________________________________________________________________________
32485 [  8512] By: jhi                                   on 2001/01/22  13:43:33
32486         Log: Integrate perlio.
32487      Branch: perl
32488           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32489           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32490           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32491           +> ext/Encode/Encode/iso8859-10.ucm
32492           +> ext/Encode/Encode/iso8859-13.ucm
32493           +> ext/Encode/Encode/iso8859-14.ucm
32494           +> ext/Encode/Encode/iso8859-15.ucm
32495           +> ext/Encode/Encode/iso8859-16.ucm
32496           +> ext/Encode/Encode/iso8859-2.ucm
32497           +> ext/Encode/Encode/iso8859-3.ucm
32498           +> ext/Encode/Encode/iso8859-4.ucm
32499           +> ext/Encode/Encode/iso8859-5.ucm
32500           +> ext/Encode/Encode/iso8859-6.ucm
32501           +> ext/Encode/Encode/iso8859-7.ucm
32502           +> ext/Encode/Encode/iso8859-8.ucm
32503           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32504           +> ext/Encode/Encode/symbol.ucm
32505           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
32506           !> perliol.h
32507 ____________________________________________________________________________
32508 [  8511] By: nick                                  on 2001/01/21  23:44:47
32509         Log: Make "real" layers of ":utf8" and ":raw".
32510              So now PERLIO=utf8 perl ...
32511              does what Andreas wanted.
32512              Fix arg passing in open.pm (still have a Carp issue).
32513      Branch: perlio
32514            ! lib/open.pm perlio.c perliol.h
32515 ____________________________________________________________________________
32516 [  8510] By: jhi                                   on 2001/01/21  22:56:53
32517         Log: Document the regex context pushing/popping a bit better.
32518      Branch: perl
32519            ! regexec.c
32520 ____________________________________________________________________________
32521 [  8509] By: jhi                                   on 2001/01/21  22:55:44
32522         Log: Tweak the mkdir trailing slash code some more.
32523              
32524              TO DO: the same handling should probably be done for
32525              all the other filesystem functions that can have directories
32526              as their arguments.
32527      Branch: perl
32528            ! pp_sys.c
32529 ____________________________________________________________________________
32530 [  8508] By: nick                                  on 2001/01/21  21:37:43
32531         Log: Switch "compiled in" encodings to .ucm format.
32532              (Leave others as .enc till we can run-time load .ucm,
32533              or find some other way to load them.)
32534      Branch: perlio
32535            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32536            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32537            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32538            + ext/Encode/Encode/iso8859-10.ucm
32539            + ext/Encode/Encode/iso8859-13.ucm
32540            + ext/Encode/Encode/iso8859-14.ucm
32541            + ext/Encode/Encode/iso8859-15.ucm
32542            + ext/Encode/Encode/iso8859-16.ucm
32543            + ext/Encode/Encode/iso8859-2.ucm
32544            + ext/Encode/Encode/iso8859-3.ucm
32545            + ext/Encode/Encode/iso8859-4.ucm
32546            + ext/Encode/Encode/iso8859-5.ucm
32547            + ext/Encode/Encode/iso8859-6.ucm
32548            + ext/Encode/Encode/iso8859-7.ucm
32549            + ext/Encode/Encode/iso8859-8.ucm
32550            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32551            + ext/Encode/Encode/symbol.ucm
32552            ! ext/Encode/Makefile.PL ext/Encode/compile
32553 ____________________________________________________________________________
32554 [  8507] By: nick                                  on 2001/01/21  21:02:03
32555         Log: Integrate (partial) mainline.
32556      Branch: perlio
32557           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
32558           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
32559           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32560 ____________________________________________________________________________
32561 [  8506] By: jhi                                   on 2001/01/21  20:09:30
32562         Log: Update Changes.
32563      Branch: perl
32564            ! Changes patchlevel.h
32565 ____________________________________________________________________________
32566 [  8505] By: jhi                                   on 2001/01/21  19:39:59
32567         Log: Subject: Minor typos in perlfaq2.pod
32568              From: "Stephen P. Potter" <spp@spotter.yi.org>
32569              Message-Id: <200101192101.QAA11911@spotter.yi.org>
32570              Date: Fri, 19 Jan 2001 16:01:13 -0500
32571              
32572              with a nit from Philip Netwon.
32573      Branch: perl
32574            ! pod/perlfaq2.pod
32575 ____________________________________________________________________________
32576 [  8504] By: jhi                                   on 2001/01/21  19:33:05
32577         Log: Metaconfig change for #8503.
32578      Branch: metaconfig
32579            ! U/threads/usethreads.U
32580 ____________________________________________________________________________
32581 [  8503] By: jhi                                   on 2001/01/21  19:32:21
32582         Log: Sanity check for conflicting thread flavours.
32583      Branch: perl
32584            ! Configure config_h.SH
32585 ____________________________________________________________________________
32586 [  8502] By: jhi                                   on 2001/01/21  19:23:00
32587         Log: Metaconfig change for #8501.
32588      Branch: metaconfig
32589            ! U/modified/sig_name.U
32590 ____________________________________________________________________________
32591 [  8501] By: jhi                                   on 2001/01/21  19:22:26
32592         Log: The SIG_SIZE is the number of the elements *excluding*
32593              the terminating NULL.
32594      Branch: perl
32595            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
32596            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
32597            ! win32/config_H.vc
32598 ____________________________________________________________________________
32599 [  8500] By: jhi                                   on 2001/01/21  18:31:31
32600         Log: Integrate perlio.
32601      Branch: perl
32602           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
32603           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
32604           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
32605           !> pp_sys.c proto.h sv.c
32606 ____________________________________________________________________________
32607 [  8499] By: jhi                                   on 2001/01/21  17:43:57
32608         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
32609              From: Hugo <hv@crypt.compulink.co.uk>
32610              Date: Sun, 21 Jan 2001 13:34:05 +0000
32611              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
32612              
32613              In sprintf UTF8ize only if necessary.
32614      Branch: perl
32615            ! sv.c
32616 ____________________________________________________________________________
32617 [  8498] By: nick                                  on 2001/01/21  16:25:32
32618         Log: Encode cleanup.
32619              Add command line control over "compile" so that Makefile.PL
32620              needs can be combined with other uses.
32621              Use command line options in Makefile.PL.
32622              Fix multi-byte parsing in .ucm files.
32623      Branch: perlio
32624            ! ext/Encode/Makefile.PL ext/Encode/compile
32625 ____________________________________________________________________________
32626 [  8497] By: nick                                  on 2001/01/21  12:56:27
32627         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
32628      Branch: perlio
32629            ! ext/Encode/Encode.xs
32630 ____________________________________________________________________________
32631 [  8496] By: nick                                  on 2001/01/21  12:18:45
32632         Log: Fixup after integrate:
32633              missed the .sym files that are changed by regen_headers
32634              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
32635      Branch: perlio
32636            ! global.sym pp.sym sv.c
32637 ____________________________________________________________________________
32638 [  8495] By: nick                                  on 2001/01/21  11:51:07
32639         Log: Integrate mainline.
32640      Branch: perlio
32641           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
32642           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
32643           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
32644           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
32645           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
32646           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
32647           !> win32/Makefile win32/makefile.mk
32648 ____________________________________________________________________________
32649 [  8494] By: jhi                                   on 2001/01/20  23:12:11
32650         Log: Forgot the expect_number() prototype.
32651      Branch: perl
32652            ! embed.h embed.pl proto.h
32653 ____________________________________________________________________________
32654 [  8493] By: jhi                                   on 2001/01/20  22:56:39
32655         Log: Subject: [PATCH: perl@8482] README.vms URL updates
32656              From: Peter Prymmer <pvhp@forte.com>
32657              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
32658              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
32659              
32660              Plus Craig A. Berry's suggestion to use compaq.com instead
32661              of digital.com.
32662      Branch: perl
32663            ! README.vms
32664 ____________________________________________________________________________
32665 [  8492] By: jhi                                   on 2001/01/20  22:50:05
32666         Log: Memory management calls documentation.
32667      Branch: perl
32668            ! pod/perlguts.pod
32669 ____________________________________________________________________________
32670 [  8491] By: jhi                                   on 2001/01/20  22:38:33
32671         Log: Signedness nit plus few memcpy/Copy nits.
32672      Branch: perl
32673            ! sv.c
32674 ____________________________________________________________________________
32675 [  8490] By: jhi                                   on 2001/01/20  22:25:53
32676         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
32677              From: Peter Prymmer <pvhp@forte.com>
32678              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
32679              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
32680      Branch: perl
32681            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
32682 ____________________________________________________________________________
32683 [  8489] By: jhi                                   on 2001/01/20  22:24:41
32684         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
32685              From: Peter Prymmer <pvhp@forte.com>
32686              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
32687              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
32688      Branch: perl
32689            ! win32/Makefile win32/makefile.mk
32690 ____________________________________________________________________________
32691 [  8488] By: jhi                                   on 2001/01/20  22:22:27
32692         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
32693              From: Peter Prymmer <pvhp@forte.com>
32694              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
32695              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
32696      Branch: perl
32697            ! Makefile.SH
32698 ____________________________________________________________________________
32699 [  8487] By: jhi                                   on 2001/01/20  22:21:18
32700         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
32701              From: Peter Prymmer <pvhp@forte.com>
32702              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
32703              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
32704      Branch: perl
32705            + ext/DynaLoader/dl_dllload.xs
32706            ! MANIFEST Makefile.SH hints/os390.sh
32707 ____________________________________________________________________________
32708 [  8486] By: jhi                                   on 2001/01/20  22:17:53
32709         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
32710              From: Peter Prymmer <pvhp@forte.com>
32711              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
32712              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
32713      Branch: perl
32714            ! README.os390 README.posix-bc
32715 ____________________________________________________________________________
32716 [  8485] By: jhi                                   on 2001/01/20  20:15:30
32717         Log: Document and test the new qu operator.
32718      Branch: perl
32719            + t/op/qu.t
32720            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
32721            ! pod/perlretut.pod pod/perlunicode.pod
32722 ____________________________________________________________________________
32723 [  8484] By: nick                                  on 2001/01/20  19:42:30
32724         Log: Infrastructure to allow:
32725              open($fh,"|-",@array);
32726              to be implemented
32727              i.e. mark pp_open as needing a stack mark, and make pp_open
32728              process its args in that style (and pass them _all_ to tied handles OPEN).
32729              Invent do_openn() which takes SV ** at allow it to see multiple args.
32730              Note this does not _do_ anything yet.
32731      Branch: perlio
32732            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
32733            ! perlapi.c pp_proto.h pp_sys.c proto.h
32734 ____________________________________________________________________________
32735 [  8483] By: nick                                  on 2001/01/20  17:23:14
32736         Log: Integrate mainline.
32737      Branch: perlio
32738           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
32739           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
32740 ____________________________________________________________________________
32741 [  8482] By: jhi                                   on 2001/01/19  15:37:49
32742         Log: Update Changes.
32743      Branch: perl
32744            ! Changes patchlevel.h
32745 ____________________________________________________________________________
32746 [  8481] By: jhi                                   on 2001/01/19  14:41:24
32747         Log: Subject: Re: new feature: s?printf parameter reordering 
32748              From: Hugo <hv@crypt.compulink.co.uk>
32749              Date: Thu, 11 Jan 2001 17:09:03 +0000
32750              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
32751              
32752              - support reordering for all parameters: %, *v, *, .*
32753              - lay down that the reordering specification must immediately
32754              follow that parameter: %3$, *v3$, *3$, .*3$
32755              - fix vectorisation of a zero-length string
32756              - factor out the code choosing the argument to format
32757              
32758              Possibly unwanted side-effects:
32759              - the special format specifiers ' +-0' must now precede any
32760              vectorisation specifier. Tests in op/sprintf and op/ver
32761              have been changed to reflect this.
32762              - sprintf.t test #214 changed its expectations because in many
32763              cases, the next parameter has already been consumed when an
32764              invalid type letter is detected.
32765              
32766              Probably wanted side-effects:
32767              - attempts to format a non-existent parameter will warn as if C<undef>
32768              - attempt to write to non-existent parameter with '%n' will complain
32769              of "attempt to modify read-only value" instead of being silent
32770      Branch: perl
32771            ! sv.c t/op/sprintf.t t/op/ver.t
32772 ____________________________________________________________________________
32773 [  8480] By: jhi                                   on 2001/01/19  14:08:37
32774         Log: Subject: PATCH pragma/locale.t
32775              From: andreas.koenig@anima.de (Andreas J. Koenig)
32776              Date: 18 Jan 2001 09:45:37 +0100
32777              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
32778      Branch: perl
32779            ! t/pragma/locale.t
32780 ____________________________________________________________________________
32781 [  8479] By: jhi                                   on 2001/01/19  13:19:58
32782         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
32783      Branch: perl
32784            ! configure.com
32785 ____________________________________________________________________________
32786 [  8478] By: jhi                                   on 2001/01/19  02:12:35
32787         Log: Automate 1_compile.t.
32788      Branch: perl
32789            ! t/lib/1_compile.t
32790 ____________________________________________________________________________
32791 [  8477] By: jhi                                   on 2001/01/19  01:49:56
32792         Log: Integrate perlio.
32793      Branch: perl
32794           !> sv.c win32/config.bc win32/config.gc win32/config.vc
32795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32796 ____________________________________________________________________________
32797 [  8476] By: nick                                  on 2001/01/18  21:51:52
32798         Log: Integrate mainline
32799      Branch: perlio
32800           +> t/lib/1_compile.t t/lib/compmod.pl
32801           !> MANIFEST configure.com lib/unicode/distinct.pm
32802 ____________________________________________________________________________
32803 [  8475] By: nick                                  on 2001/01/18  21:48:02
32804         Log: Win32 "safe signals" co-existance fix.
32805              Fix SIG_SIZE value.
32806              Clear PL_sig_pending when cloning (fork).
32807      Branch: perlio
32808            ! sv.c win32/config.bc win32/config.gc win32/config.vc
32809            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32810 ____________________________________________________________________________
32811 [  8474] By: jhi                                   on 2001/01/18  14:40:57
32812         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
32813      Branch: perl
32814            ! t/lib/1_compile.t
32815 ____________________________________________________________________________
32816 [  8473] By: gsar                                  on 2001/01/18  11:42:31
32817         Log: unsubmitted trial1 change
32818      Branch: maint-5.6/perl
32819            ! Changes
32820 ____________________________________________________________________________
32821 [  8472] By: jhi                                   on 2001/01/18  04:30:24
32822         Log: The first bug found by 1_compile.t.
32823      Branch: perl
32824            ! lib/unicode/distinct.pm
32825 ____________________________________________________________________________
32826 [  8471] By: jhi                                   on 2001/01/18  04:29:42
32827         Log: Add Schwern's 1_compile test.  The compile_module script renamed
32828              to be a bit shorter for the 8.3 people.
32829      Branch: perl
32830            + t/lib/1_compile.t t/lib/compmod.pl
32831            ! MANIFEST
32832 ____________________________________________________________________________
32833 [  8470] By: jhi                                   on 2001/01/18  04:16:00
32834         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)
32835              From: Peter Prymmer <pvhp@forte.com>
32836              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
32837              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
32838              Replace #8463.
32839      Branch: maint-5.6/perl
32840            ! configure.com
32841 ____________________________________________________________________________
32842 [  8469] By: jhi                                   on 2001/01/18  04:13:02
32843         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)
32844              From: Peter Prymmer <pvhp@forte.com>
32845              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
32846              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
32847              Replace #8462.
32848      Branch: perl
32849            ! configure.com
32850 ____________________________________________________________________________
32851 [  8468] By: jhi                                   on 2001/01/18  03:42:08
32852         Log: Integrate perlio.
32853      Branch: perl
32854           !> gv.c mg.c perlio.c util.c
32855 ____________________________________________________________________________
32856 [  8467] By: nick                                  on 2001/01/17  22:41:10
32857         Log: "Safe" signals - trial implementation.
32858              gv.c tweaked to zero PL_sig_pend array
32859              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
32860              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
32861              Odd thing is that it "works" with PERLIO=stdio as well (linux).
32862      Branch: perlio
32863            ! gv.c mg.c perlio.c util.c
32864 ____________________________________________________________________________
32865 [  8466] By: nick                                  on 2001/01/17  20:40:20
32866         Log: Integrate mainline.
32867      Branch: perlio
32868           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32869           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
32870           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
32871           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32872           !> vos/config.ga.h win32/config.bc win32/config.gc
32873           !> win32/config.vc
32874 ____________________________________________________________________________
32875 [  8465] By: jhi                                   on 2001/01/17  18:37:13
32876         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
32877              From: Nicholas Clark <nick@ccl4.org>
32878              Date: Wed, 17 Jan 2001 17:31:33 +0000
32879              Message-ID: <20010117173133.I2633@plum.flirble.org>
32880      Branch: perl
32881            ! t/op/int.t
32882 ____________________________________________________________________________
32883 [  8464] By: jhi                                   on 2001/01/17  14:43:17
32884         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
32885              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32886              Date: Wed, 17 Jan 2001 15:16:43 +0100
32887              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
32888              
32889              pp_int() was dropping an NV to the floor,
32890              int(279964589018079/59) either returned not an integer
32891              4745162525730.15, or one got "Attempt to free unreferenced scalar."
32892      Branch: perl
32893            ! pp.c
32894 ____________________________________________________________________________
32895 [  8463] By: jhi                                   on 2001/01/17  06:12:42
32896         Log: (Replaced by #8470)
32897              
32898              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)
32899              From: "Craig A. Berry" <craigberry@mac.com>
32900              Date: Tue, 16 Jan 2001 23:38:46 -0600
32901              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
32902      Branch: maint-5.6/perl
32903            ! configure.com
32904 ____________________________________________________________________________
32905 [  8462] By: jhi                                   on 2001/01/17  06:11:31
32906         Log: (Replaced by #8469)
32907              
32908              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)
32909              From: "Craig A. Berry" <craigberry@mac.com>
32910              Date: Tue, 16 Jan 2001 23:38:46 -0600
32911              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
32912      Branch: perl
32913            ! configure.com
32914 ____________________________________________________________________________
32915 [  8461] By: jhi                                   on 2001/01/17  05:56:12
32916         Log: Allow for one trailing slash in the directory of mkdir().
32917      Branch: perl
32918            ! pp_sys.c
32919 ____________________________________________________________________________
32920 [  8460] By: jhi                                   on 2001/01/17  03:26:01
32921         Log: Metaconfig unit changes for #8459.
32922      Branch: metaconfig
32923            ! U/modified/Loc.U U/modified/sig_name.U
32924 ____________________________________________________________________________
32925 [  8459] By: jhi                                   on 2001/01/17  03:24:48
32926         Log: Define SIG_SIZE, the number of elements in the sig_name and
32927              sig_num arrays, including the final NULL entry.
32928      Branch: perl
32929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32930            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
32931            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
32932            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32933            ! win32/config.bc win32/config.gc win32/config.vc
32934 ____________________________________________________________________________
32935 [  8458] By: jhi                                   on 2001/01/17  01:41:33
32936         Log: Integrate perlio.
32937      Branch: perl
32938           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
32939           !> perlapi.h proto.h sv.c
32940 ____________________________________________________________________________
32941 [  8457] By: nick                                  on 2001/01/16  22:07:26
32942         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
32943              Provides all the "cost" but no benefit yet - it is to allow cost
32944              to be measured, and implementation experiments (just in mg.c?).
32945      Branch: perlio
32946            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
32947            ! perlapi.h proto.h sv.c
32948 ____________________________________________________________________________
32949 [  8456] By: nick                                  on 2001/01/16  21:07:07
32950         Log: Integrate mainline.
32951      Branch: perlio
32952           !> (integrate 51 files)
32953 ____________________________________________________________________________
32954 [  8455] By: jhi                                   on 2001/01/16  18:13:43
32955         Log: Subject: [PATCH] regcomp.c old feature removal
32956              From: mjd@plover.com
32957              Date: 16 Jan 2001 14:43:18 -0000 
32958              Message-ID: <20010116144318.7140.qmail@plover.com> 
32959      Branch: perl
32960            ! regcomp.c
32961 ____________________________________________________________________________
32962 [  8454] By: jhi                                   on 2001/01/16  16:12:39
32963         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
32964              From: "Indy Singh" <indy@nusphere.com>
32965              Date: Wed, 10 Jan 2001 20:17:49 -0500
32966              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
32967      Branch: maint-5.6/perl
32968            ! win32/Makefile
32969 ____________________________________________________________________________
32970 [  8453] By: jhi                                   on 2001/01/16  16:09:33
32971         Log: Update Changes.
32972      Branch: perl
32973            ! Changes patchlevel.h
32974 ____________________________________________________________________________
32975 [  8452] By: jhi                                   on 2001/01/16  15:42:04
32976         Log: Subject: Re: API Cleanup
32977              To: perl5-porters@perl.org
32978              Date: Tue, 16 Jan 2001 13:42:30 +0000
32979              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
32980              
32981              Subject: [PATCH] utf8.c documentation
32982              From: Simon Cozens <simon@cozens.net>
32983              Date: Tue, 16 Jan 2001 13:52:48 +0000
32984              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
32985              
32986              Subject: Re: API Cleanup
32987              From: Simon Cozens <simon@cozens.net>
32988              Date: Tue, 16 Jan 2001 14:58:55 +0000
32989              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
32990              
32991              UTF-8 doc patches.
32992      Branch: perl
32993            ! embed.pl pod/perlapi.pod utf8.c
32994 ____________________________________________________________________________
32995 [  8451] By: jhi                                   on 2001/01/16  14:41:39
32996         Log: podlators 1.07, from Russ Allbery.
32997      Branch: perl
32998            ! lib/Pod/Man.pm
32999 ____________________________________________________________________________
33000 [  8450] By: jhi                                   on 2001/01/16  14:24:19
33001         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
33002              From: "Indy Singh" <indy@nusphere.com>
33003              Date: Mon, 15 Jan 2001 20:59:40 -0500
33004              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
33005      Branch: perl
33006            ! win32/Makefile
33007 ____________________________________________________________________________
33008 [  8449] By: jhi                                   on 2001/01/16  03:42:55
33009         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
33010              at the setting of the ofs_sv in new_struct_thread() as the
33011              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
33012              that invited a core dump.
33013      Branch: perl
33014            ! util.c
33015 ____________________________________________________________________________
33016 [  8448] By: jhi                                   on 2001/01/16  01:49:07
33017         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
33018              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33019              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
33020              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
33021              
33022              Replace #8444 and #8445.
33023      Branch: perl
33024            ! ext/B/B.xs ext/B/B/Debug.pm
33025 ____________________________________________________________________________
33026 [  8447] By: jhi                                   on 2001/01/15  21:05:35
33027         Log: Subject: [PATCH] API Variable documentation   
33028              From: Simon Cozens <simon@cozens.net>
33029              Date: Mon, 15 Jan 2001 19:35:54 +0000
33030              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
33031      Branch: perl
33032            ! pod/perlapi.pod thrdvar.h
33033 ____________________________________________________________________________
33034 [  8446] By: jhi                                   on 2001/01/15  20:49:20
33035         Log: Signedness nit.
33036      Branch: perl
33037            ! pp_ctl.c
33038 ____________________________________________________________________________
33039 [  8445] By: jhi                                   on 2001/01/15  20:28:48
33040         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
33041      Branch: perl
33042            ! ext/B/B/Debug.pm
33043 ____________________________________________________________________________
33044 [  8444] By: jhi                                   on 2001/01/15  13:09:10
33045         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
33046      Branch: perl
33047            ! ext/B/B.xs
33048 ____________________________________________________________________________
33049 [  8443] By: jhi                                   on 2001/01/15  13:06:26
33050         Log: Missing from #8439.
33051      Branch: perl
33052            ! keywords.h mg.c
33053 ____________________________________________________________________________
33054 [  8442] By: jhi                                   on 2001/01/15  13:02:38
33055         Log: Subject: [PATCH @8436] Eliminate op_children
33056              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33057              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
33058              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
33059              
33060              Subject: [PATCH @8436] Re: Eliminate op_children
33061              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33062              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
33063              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
33064      Branch: perl
33065            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
33066            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
33067            ! op.c op.h
33068 ____________________________________________________________________________
33069 [  8441] By: jhi                                   on 2001/01/15  12:57:08
33070         Log: Use the /^Perl_/-less form of is_lvalue_sub().
33071      Branch: perl
33072            ! pp.h
33073 ____________________________________________________________________________
33074 [  8440] By: jhi                                   on 2001/01/15  05:13:09
33075         Log: Revert #8437 and #8438, the Linux large files story is more complex.
33076      Branch: metaconfig/U/perl
33077            ! d_fpos64_t.U d_off64_t.U
33078      Branch: perl
33079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33080            ! config_h.SH configure.com epoc/config.sh perl.h
33081            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33082            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33083            ! win32/config.bc win32/config.gc win32/config.vc
33084 ____________________________________________________________________________
33085 [  8439] By: jhi                                   on 2001/01/15  05:02:24
33086         Log: More UTF-8 patches from Inaba Hiroto.
33087              - The substr lval was still not okay.
33088              - Now pp_stringify and sv_setsv copies source's UTF8 flag
33089              even if IN_BYTE.  pp_stringify is called from fold_constants
33090              at optimization phase and "\x{100}" was made SvUTF8_off under
33091              use bytes (the bytes pragma is for "byte semantics" and not
33092              for "do not produce UTF8 data")
33093              - New `qu' operator to generate UTF8 string explicitly.
33094              Though I agree with the policy "0x00-0xff always produce bytes",
33095              sometimes want to such a string to be coded in UTF8.
33096              I can use pack"U0a*" but it requires more typing and has
33097              runtime overhead.
33098              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
33099              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
33100              string is not UTF8_on and has char 0x80-0xff.
33101              
33102              TODO: document and test qu.
33103      Branch: perl
33104            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
33105            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
33106            ! toke.c
33107 ____________________________________________________________________________
33108 [  8438] By: jhi                                   on 2001/01/14  05:10:23
33109         Log: Metaconfig unit changes for #8437.
33110      Branch: metaconfig/U/perl
33111            ! d_fpos64_t.U d_off64_t.U
33112 ____________________________________________________________________________
33113 [  8437] By: jhi                                   on 2001/01/14  04:55:34
33114         Log: Add <features.h> probing, seems to be needed for (some?)
33115              Linux largefileness.
33116      Branch: perl
33117            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33118            ! config_h.SH configure.com epoc/config.sh perl.h
33119            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33120            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33121            ! win32/config.bc win32/config.gc win32/config.vc
33122 ____________________________________________________________________________
33123 [  8436] By: jhi                                   on 2001/01/13  17:47:21
33124         Log: Tighten some of the tests a bit.
33125      Branch: perl
33126            ! t/pragma/utf8.t
33127 ____________________________________________________________________________
33128 [  8435] By: jhi                                   on 2001/01/13  17:31:54
33129         Log: Integrate perlio.
33130      Branch: perl
33131           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
33132           !> win32/config_H.gc win32/config_H.vc
33133 ____________________________________________________________________________
33134 [  8434] By: nick                                  on 2001/01/13  11:36:53
33135         Log: Run dmake regen_config_h for Win32
33136      Branch: perlio
33137            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33138 ____________________________________________________________________________
33139 [  8433] By: nick                                  on 2001/01/13  11:31:55
33140         Log: VMS friendly patch to Encode compile process
33141      Branch: perlio
33142            ! ext/Encode/Makefile.PL ext/Encode/compile
33143 ____________________________________________________________________________
33144 [  8432] By: nick                                  on 2001/01/13  11:06:44
33145         Log: Integrate mainline
33146      Branch: perlio
33147           +> ext/B/B/Concise.pm
33148           !> (integrate 52 files)
33149 ____________________________________________________________________________
33150 [  8431] By: jhi                                   on 2001/01/13  05:55:55
33151         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
33152              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33153              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
33154              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
33155      Branch: perl
33156            ! ext/B/B/Concise.pm
33157 ____________________________________________________________________________
33158 [  8430] By: jhi                                   on 2001/01/13  04:24:18
33159         Log: The LVRET macro needed an aTHX.
33160      Branch: perl
33161            ! pp.h
33162 ____________________________________________________________________________
33163 [  8429] By: jhi                                   on 2001/01/13  02:12:42
33164         Log: Update Changes.
33165      Branch: perl
33166            ! Changes patchlevel.h
33167 ____________________________________________________________________________
33168 [  8428] By: jhi                                   on 2001/01/13  02:08:50
33169         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
33170              From: Peter Prymmer <pvhp@forte.com>
33171              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
33172              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
33173              
33174              Add a BEGIN guard for sloppy floating point division.
33175      Branch: perl
33176            ! lib/Math/BigInt.pm lib/bigint.pl
33177 ____________________________________________________________________________
33178 [  8427] By: jhi                                   on 2001/01/13  01:47:16
33179         Log: The B::Terse drop-in replacement wasn't quite drop-in.
33180      Branch: perl
33181            ! ext/B/B/Terse.pm
33182 ____________________________________________________________________________
33183 [  8426] By: jhi                                   on 2001/01/12  21:20:43
33184         Log: Use UVXf.
33185      Branch: perl
33186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33187            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
33188            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33189            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33190            ! win32/config.gc win32/config.vc
33191 ____________________________________________________________________________
33192 [  8425] By: jhi                                   on 2001/01/12  20:20:14
33193         Log: Subject: [PATCH perl@8342] -Wformat
33194              From: Robin Barker <rmb1@cise.npl.co.uk>
33195              Date: Fri, 12 Jan 2001 20:03:14 GMT
33196              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
33197      Branch: perl
33198            ! ext/Encode/Encode.xs mg.c sv.c toke.c
33199 ____________________________________________________________________________
33200 [  8424] By: jhi                                   on 2001/01/12  20:01:48
33201         Log: Subject: B::Concise -- an improved replacement for B::Terse 
33202              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33203              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
33204              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
33205      Branch: perl
33206            + ext/B/B/Concise.pm
33207            ! MANIFEST ext/B/B/Terse.pm
33208 ____________________________________________________________________________
33209 [  8423] By: jhi                                   on 2001/01/12  19:24:02
33210         Log: The new metaconfig unit from the #8421.
33211      Branch: metaconfig/U/perl
33212            + d_sigprocmask.U
33213 ____________________________________________________________________________
33214 [  8422] By: jhi                                   on 2001/01/12  19:23:43
33215         Log: Forgot the microperl config from the #8421.
33216      Branch: perl
33217            ! uconfig.h uconfig.sh
33218 ____________________________________________________________________________
33219 [  8421] By: jhi                                   on 2001/01/12  19:05:27
33220         Log: Add sigprocmask() probe, regen Configure, regen toc.
33221      Branch: perl
33222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33223            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
33224            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33225            ! vos/config.ga.h win32/config.bc win32/config.gc
33226            ! win32/config.vc
33227 ____________________________________________________________________________
33228 [  8420] By: jhi                                   on 2001/01/12  18:34:31
33229         Log: Add sockatmark() to the todo list.
33230      Branch: perl
33231            ! Todo-5.6
33232 ____________________________________________________________________________
33233 [  8419] By: jhi                                   on 2001/01/12  18:09:46
33234         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
33235      Branch: perl
33236            ! op.c
33237 ____________________________________________________________________________
33238 [  8418] By: jhi                                   on 2001/01/12  18:05:30
33239         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
33240              From: Radu Greab <radu@netsoft.ro>
33241              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
33242              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
33243      Branch: perl
33244            ! op.c t/pragma/sub_lval.t
33245 ____________________________________________________________________________
33246 [  8417] By: jhi                                   on 2001/01/12  16:09:09
33247         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
33248              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
33249              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
33250              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
33251      Branch: perl
33252            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
33253            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
33254            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
33255            ! t/pragma/sub_lval.t toke.c
33256 ____________________________________________________________________________
33257 [  8416] By: jhi                                   on 2001/01/12  15:42:06
33258         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
33259              From: "Richard Soderberg" <rs@crystalflame.net>
33260              Date: Fri, 12 Jan 2001 04:49:35 -0800
33261              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
33262              
33263              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
33264              according to the platform.
33265      Branch: perl
33266            ! op.c
33267 ____________________________________________________________________________
33268 [  8415] By: jhi                                   on 2001/01/12  15:33:41
33269         Log: One more UTF-8 fix from Inaba Hiroto.
33270      Branch: perl
33271            ! pp.c regexec.c t/pragma/utf8.t
33272 ____________________________________________________________________________
33273 [  8414] By: jhi                                   on 2001/01/12  15:30:18
33274         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
33275      Branch: perl
33276            ! regexec.c
33277 ____________________________________________________________________________
33278 [  8413] By: jhi                                   on 2001/01/12  15:22:10
33279         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
33280              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33281              Date: Thu, 11 Jan 2001 12:53:36 +0100
33282              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
33283      Branch: perl
33284            ! toke.c
33285 ____________________________________________________________________________
33286 [  8412] By: jhi                                   on 2001/01/12  15:20:25
33287         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
33288              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33289              Date: Fri, 12 Jan 2001 14:37:55 +0100
33290              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
33291      Branch: perl
33292            ! hints/posix-bc.sh
33293 ____________________________________________________________________________
33294 [  8411] By: jhi                                   on 2001/01/12  15:14:14
33295         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
33296              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33297              Date: Fri, 12 Jan 2001 10:42:21 +0100
33298              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
33299      Branch: perl
33300            ! t/op/regmesg.t
33301 ____________________________________________________________________________
33302 [  8410] By: jhi                                   on 2001/01/12  05:48:55
33303         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
33304              From: Nicholas Clark <nick@ccl4.org> 
33305              Date: Sun, 7 Jan 2001 19:47:14 +0000
33306              Message-ID: <20010107194714.B1048@plum.flirble.org>
33307      Branch: perl
33308            ! t/op/numconvert.t
33309 ____________________________________________________________________________
33310 [  8409] By: jhi                                   on 2001/01/12  05:41:28
33311         Log: Integrate perlio.
33312      Branch: perl
33313           !> mg.c scope.h
33314 ____________________________________________________________________________
33315 [  8408] By: nick                                  on 2001/01/11  22:43:28
33316         Log: Remove variables that were used in experiments.
33317      Branch: perlio
33318            ! mg.c
33319 ____________________________________________________________________________
33320 [  8407] By: nick                                  on 2001/01/11  20:57:44
33321         Log: Catch die in %SIG handler and unblock the signal before re-dying.
33322              This make Linux work _without_ sigsetjmp().
33323              Turn off sigsetjmp() to see what else it does.
33324              May need Configure probe for sigprocmask() if anything has sigaction()
33325              but not sigprocmask().
33326      Branch: perlio
33327            ! mg.c scope.h
33328 ____________________________________________________________________________
33329 [  8406] By: nick                                  on 2001/01/11  19:32:07
33330         Log: Integrate mainline
33331      Branch: perlio
33332           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
33333           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
33334           !> t/op/substr.t
33335 ____________________________________________________________________________
33336 [  8405] By: jhi                                   on 2001/01/11  17:11:01
33337         Log: Fix UTF-8 lval substr().
33338      Branch: perl
33339            ! mg.c t/op/substr.t
33340 ____________________________________________________________________________
33341 [  8404] By: jhi                                   on 2001/01/11  05:13:58
33342         Log: Update Changes.
33343      Branch: perl
33344            ! Changes patchlevel.h
33345 ____________________________________________________________________________
33346 [  8403] By: jhi                                   on 2001/01/11  04:38:24
33347         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
33348              From: Hugo <hv@crypt.compulink.co.uk>
33349              Date: Mon, 30 Oct 2000 01:33:26 +0000
33350              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
33351      Branch: perl
33352            ! regexec.c t/op/re_tests
33353 ____________________________________________________________________________
33354 [  8402] By: jhi                                   on 2001/01/11  04:26:12
33355         Log: Integrate perlio.
33356      Branch: perl
33357           !> scope.h util.c
33358 ____________________________________________________________________________
33359 [  8401] By: nick                                  on 2001/01/10  22:52:55
33360         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
33361              (So Alan and Ilya can try setting via hints.)
33362              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
33363              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
33364              doing the save everywhere seems to restart read() correctly, but just
33365              doing it once "round" the handler does not.
33366      Branch: perlio
33367            ! scope.h
33368 ____________________________________________________________________________
33369 [  8400] By: jhi                                   on 2001/01/10  21:57:54
33370         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
33371              of IRIX, HP-UX is unaffected.
33372      Branch: perl
33373            ! perl.h
33374 ____________________________________________________________________________
33375 [  8399] By: nick                                  on 2001/01/10  21:29:19
33376         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
33377      Branch: perlio
33378            ! util.c
33379 ____________________________________________________________________________
33380 [  8398] By: jhi                                   on 2001/01/10  20:55:31
33381         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
33382              also have ReusePort.
33383      Branch: perl
33384            ! ext/IO/lib/IO/Socket/INET.pm
33385 ____________________________________________________________________________
33386 [  8397] By: jhi                                   on 2001/01/10  20:50:57
33387         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
33388              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
33389              Date: Wed, 10 Jan 2001 01:38:13 -0800
33390              Message-ID: <20010110013813.B41744@yahoo-inc.com>
33391      Branch: perl
33392            ! ext/IO/lib/IO/Socket/INET.pm
33393 ____________________________________________________________________________
33394 [  8396] By: jhi                                   on 2001/01/10  20:49:30
33395         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
33396              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
33397              Date: Wed, 10 Jan 2001 01:37:32 -0800
33398              Message-ID: <20010110013732.A41744@yahoo-inc.com>
33399      Branch: perl
33400            ! ext/Socket/Socket.pm
33401 ____________________________________________________________________________
33402 [  8395] By: jhi                                   on 2001/01/10  20:41:37
33403         Log: Test for bug id 20010105.016 (fixed by #8378).
33404      Branch: perl
33405            ! t/op/split.t
33406 ____________________________________________________________________________
33407 [  8394] By: jhi                                   on 2001/01/10  20:26:32
33408         Log: Integrate perlio.
33409      Branch: perl
33410            ! util.c
33411 ____________________________________________________________________________
33412 [  8393] By: nick                                  on 2001/01/10  19:34:30
33413         Log: Back out Simon's pid hackery for now.
33414      Branch: perlio
33415            ! util.c
33416 ____________________________________________________________________________
33417 [  8392] By: nick                                  on 2001/01/10  19:23:13
33418         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
33419      Branch: perlio
33420           !> (integrate 29 files)
33421 ____________________________________________________________________________
33422 [  8391] By: jhi                                   on 2001/01/10  18:43:15
33423         Log: Subject: [PATCH] Fix my_pclose segfault
33424              From: Simon Cozens <simon@cozens.net>
33425              Date: Wed, 10 Jan 2001 18:39:35 +0000
33426              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
33427      Branch: perl
33428            ! util.c
33429 ____________________________________________________________________________
33430 [  8390] By: jhi                                   on 2001/01/10  18:42:08
33431         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
33432              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33433              Date:     Wed, 10 Jan 2001 13:23:02 EST
33434              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
33435      Branch: perl
33436            ! ext/Opcode/Opcode.xs
33437 ____________________________________________________________________________
33438 [  8389] By: jhi                                   on 2001/01/10  15:16:07
33439         Log: Turn off the integer preservation for now.
33440      Branch: perl
33441            ! perl.h
33442 ____________________________________________________________________________
33443 [  8388] By: jhi                                   on 2001/01/10  15:01:25
33444         Log: Few more IDE/editor nits from p5p.
33445      Branch: perl
33446            ! pod/perlfaq3.pod
33447 ____________________________________________________________________________
33448 [  8387] By: jhi                                   on 2001/01/10  06:53:16
33449         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
33450              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
33451              Date: Tue, 9 Jan 2001 23:16:02 +0000
33452              Message-ID: <20010109231602.A81101@plum.flirble.org>
33453      Branch: perl
33454            ! sv.c
33455 ____________________________________________________________________________
33456 [  8386] By: jhi                                   on 2001/01/10  03:17:54
33457         Log: Test cases for #8385 (from Simon's "torture.pl")
33458      Branch: perl
33459            ! t/op/tr.t
33460 ____________________________________________________________________________
33461 [  8385] By: jhi                                   on 2001/01/10  03:17:11
33462         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
33463              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
33464              Date: Wed, 10 Jan 2001 11:39:39 +0900
33465              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
33466              
33467              Some more UTF-8 tr cases fixed.
33468      Branch: perl
33469            ! doop.c
33470 ____________________________________________________________________________
33471 [  8384] By: jhi                                   on 2001/01/09  22:45:40
33472         Log: Allow the locale test needing POSIX and the taint test
33473              needing IPC::SysV to run under 'minitest' (basically,
33474              bail out if loading the extension fails)
33475      Branch: perl
33476            ! t/op/misc.t t/op/taint.t
33477 ____________________________________________________________________________
33478 [  8383] By: jhi                                   on 2001/01/09  21:36:04
33479         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
33480              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33481              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
33482              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
33483      Branch: perl
33484            ! t/io/openpid.t
33485 ____________________________________________________________________________
33486 [  8382] By: jhi                                   on 2001/01/09  21:06:08
33487         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
33488              Should finish up the bug id 20001205.022.
33489      Branch: perl
33490            ! pp.c pp_hot.c scope.c
33491 ____________________________________________________________________________
33492 [  8381] By: jhi                                   on 2001/01/09  18:27:43
33493         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
33494              From: Andy Dougherty <doughera@lafayette.edu>
33495              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
33496              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
33497              
33498              More robust yacc/bison error detection.
33499      Branch: perl
33500            ! t/comp/proto.t
33501 ____________________________________________________________________________
33502 [  8380] By: jhi                                   on 2001/01/09  15:21:38
33503         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
33504              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33505              Date:     Tue, 9 Jan 2001 07:53:55 EST
33506              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
33507      Branch: perl
33508            ! t/op/misc.t vms/test.com
33509 ____________________________________________________________________________
33510 [  8379] By: jhi                                   on 2001/01/09  15:20:38
33511         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
33512              From: jhi@cc.hut.fi
33513              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
33514              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
33515              
33516              The #8378 fixed this.
33517      Branch: perl
33518            ! t/op/tr.t
33519 ____________________________________________________________________________
33520 [  8378] By: jhi                                   on 2001/01/09  15:05:32
33521         Log: Subject: One more patch for UTF8 
33522              From: Inaba Hiroto <inaba@st.rim.or.jp>
33523              Date: Tue, 09 Jan 2001 01:04:32 +0900
33524              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
33525              
33526              UTF-8 fixes for 'x' and tr///.
33527      Branch: perl
33528            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
33529            ! regcomp.c regexec.c toke.c utf8.c
33530 ____________________________________________________________________________
33531 [  8377] By: jhi                                   on 2001/01/09  14:32:17
33532         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
33533      Branch: perl
33534            ! t/op/length.t
33535 ____________________________________________________________________________
33536 [  8376] By: jhi                                   on 2001/01/09  04:32:32
33537         Log: integrate changes #7775, #8316, #8316 from mainline
33538      Branch: maint-5.6/perl
33539            ! hints/solaris_2.sh
33540 ____________________________________________________________________________
33541 [  8375] By: jhi                                   on 2001/01/09  04:26:43
33542         Log: Update Changes.
33543      Branch: perl
33544            ! Changes patchlevel.h
33545 ____________________________________________________________________________
33546 [  8374] By: jhi                                   on 2001/01/09  04:14:32
33547         Log: IDE/editor section tweaking.
33548      Branch: perl
33549            ! pod/perlfaq3.pod
33550 ____________________________________________________________________________
33551 [  8373] By: jhi                                   on 2001/01/09  02:38:26
33552         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
33553              From: Peter Prymmer <pvhp@forte.com>
33554              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
33555              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
33556              
33557              In preparation os OS/390 dynamic loading.
33558      Branch: perl
33559            ! README.os390 hints/os390.sh
33560 ____________________________________________________________________________
33561 [  8372] By: jhi                                   on 2001/01/09  00:24:30
33562         Log: Integrate with perlio.
33563      Branch: perl
33564           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
33565 ____________________________________________________________________________
33566 [  8371] By: nick                                  on 2001/01/08  23:54:33
33567         Log: Fix "scalars leaked" bugs caused by overload magic
33568              (Highlighted by Ilya's DESTROY optimization.)
33569      Branch: perlio
33570            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
33571 ____________________________________________________________________________
33572 [  8370] By: nick                                  on 2001/01/08  20:19:41
33573         Log: Integrate mainline
33574      Branch: perlio
33575           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
33576           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
33577           !> t/op/64bitint.t
33578 ____________________________________________________________________________
33579 [  8369] By: jhi                                   on 2001/01/08  17:30:52
33580         Log: save_delete() Safefree() doesn't (anymore?) work with shared
33581              strings, one test failure in op/misc and almost all of lib/b.
33582              (Outcomments #8369.)
33583      Branch: perl
33584            ! scope.c
33585 ____________________________________________________________________________
33586 [  8368] By: jhi                                   on 2001/01/08  14:47:10
33587         Log: (Outcommented by #8369.)
33588              
33589              Subject: Re: Perl BugID 20001205.022 ---- save_delete
33590              From: Simon Cozens <simon@cozens.net>
33591              Date: Sat, 6 Jan 2001 11:48:40 +0000
33592              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
33593              
33594              The save_delete() does need the Safefree.
33595      Branch: perl
33596            ! scope.c
33597 ____________________________________________________________________________
33598 [  8367] By: bailey                                on 2001/01/08  08:53:52
33599         Log: Once again syncing after too long an absence
33600      Branch: vmsperl
33601           +> (branch 55 files)
33602            - MAINTAIN fix_pl vos/config.def vos/config.h
33603            - vos/config_h.SH_orig
33604           !> (integrate 498 files)
33605 ____________________________________________________________________________
33606 [  8366] By: jhi                                   on 2001/01/08  02:42:59
33607         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
33608              From: nick@ccl4.org
33609              Date: Sun, 7 Jan 2001 21:07:18 +0000
33610              Message-Id: <20010107210717.D1048@plum.flirble.org>
33611      Branch: perl
33612            ! sv.c t/op/64bitint.t
33613 ____________________________________________________________________________
33614 [  8365] By: jhi                                   on 2001/01/08  02:35:16
33615         Log: Subject: [PATCH] environ nit
33616              From: Simon Cozens <simon@cozens.net>
33617              Date: Sun, 7 Jan 2001 17:57:07 +0000
33618              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
33619              
33620              Use environ only if we have it.
33621      Branch: perl
33622            ! mg.c
33623 ____________________________________________________________________________
33624 [  8364] By: jhi                                   on 2001/01/08  02:24:51
33625         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
33626      Branch: perl
33627            ! ext/GDBM_File/GDBM_File.xs
33628 ____________________________________________________________________________
33629 [  8363] By: jhi                                   on 2001/01/08  02:19:24
33630         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
33631              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33632              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
33633              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
33634      Branch: perl
33635            ! dump.c op.c
33636 ____________________________________________________________________________
33637 [  8362] By: jhi                                   on 2001/01/08  02:17:43
33638         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
33639              From: Doug MacEachern <dougm@covalent.net>
33640              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
33641              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
33642              
33643              Allow AUTOLOAD to be an xsub and allow such xsubs
33644              to avoid use of $AUTOLOAD.
33645      Branch: perl
33646            ! gv.c
33647 ____________________________________________________________________________
33648 [  8361] By: jhi                                   on 2001/01/08  02:16:07
33649         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
33650              From: Radu Greab <radu@netsoft.ro>
33651              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
33652              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
33653              
33654              No need for the potentially unportable $SIG{CHLD}.
33655      Branch: perl
33656            ! t/io/pipe.t
33657 ____________________________________________________________________________
33658 [  8360] By: jhi                                   on 2001/01/08  01:58:23
33659         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
33660      Branch: perl
33661            ! lib/Getopt/Long.pm
33662 ____________________________________________________________________________
33663 [  8359] By: jhi                                   on 2001/01/08  01:55:44
33664         Log: Integrate perlio.
33665      Branch: perl
33666           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
33667           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
33668           !> utf8.c win32/Makefile
33669 ____________________________________________________________________________
33670 [  8358] By: jhi                                   on 2001/01/07  21:16:50
33671         Log: Update the EPOC cross SDK URL.
33672      Branch: perl
33673            ! README.epoc
33674 ____________________________________________________________________________
33675 [  8357] By: jhi                                   on 2001/01/07  21:16:09
33676         Log: Update the EPOC cross SDK URL.
33677      Branch: maint-5.6/perl
33678            ! README.epoc
33679 ____________________________________________________________________________
33680 [  8356] By: nick                                  on 2001/01/06  21:47:52
33681         Log: FILE * in XS code for PerlIO world:
33682              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
33683              - Add FILE * T_STDIO typemap.
33684              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
33685      Branch: perlio
33686            ! lib/ExtUtils/typemap perlio.c perlio.h
33687 ____________________________________________________________________________
33688 [  8355] By: jhi                                   on 2001/01/06  20:27:15
33689         Log: integrate change #8336 from mainline
33690              
33691              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
33692      Branch: maint-5.6/perl
33693            ! hv.c
33694 ____________________________________________________________________________
33695 [  8354] By: jhi                                   on 2001/01/06  20:24:29
33696         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33697              From: Robin Barker <rmb1@cise.npl.co.uk>
33698              Date: Fri, 22 Dec 2000 12:17:38 GMT
33699              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
33700              
33701              The patch reformats some long =item lines so they give
33702              correct output via pod2man | nroff -man
33703              
33704              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33705              From: Robin Barker <rmb1@cise.npl.co.uk>
33706              Date: Tue, 2 Jan 2001 15:35:03 GMT
33707              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
33708              
33709              Here is a _further_ patch which corrects a few more errors:
33710              * an empty C<=item> in CPAN.pm
33711              * patching the wrong file (pod/perlamiga.pod not README.amiga)
33712              * leaving empty C<=item>s which formatted incorrectly
33713              * over long C<=item>s revealed by latest patch to Pod::Man
33714      Branch: maint-5.6/perl
33715            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
33716            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
33717            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
33718            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
33719            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
33720            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
33721 ____________________________________________________________________________
33722 [  8353] By: jhi                                   on 2001/01/06  20:21:10
33723         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
33724              
33725              UTF-8 hash keys.
33726      Branch: maint-5.6/perl
33727            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
33728 ____________________________________________________________________________
33729 [  8352] By: jhi                                   on 2001/01/06  20:18:44
33730         Log: Forgotten from #8438.
33731      Branch: maint-5.6/perl
33732            ! epoc/epocish.h
33733 ____________________________________________________________________________
33734 [  8351] By: jhi                                   on 2001/01/06  20:18:12
33735         Log: Forgotten from #8347.
33736      Branch: maint-5.6/perl
33737            ! config_h.SH
33738 ____________________________________________________________________________
33739 [  8350] By: jhi                                   on 2001/01/06  20:00:19
33740         Log: Thinko in #8347.
33741      Branch: maint-5.6/perl
33742            ! regcomp.c
33743 ____________________________________________________________________________
33744 [  8349] By: jhi                                   on 2001/01/06  18:05:30
33745         Log: Copy the FAQ3 IDE section from the development branch,
33746              changes originally by Peter Prymmer.
33747      Branch: maint-5.6/perl
33748            ! pod/perlfaq3.pod
33749 ____________________________________________________________________________
33750 [  8348] By: jhi                                   on 2001/01/06  18:03:02
33751         Log: EPOC updates for TRIAL1.
33752              
33753              Subject: [5.6.1 trial1] EPOC update
33754              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33755              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
33756              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
33757              
33758              Subject: epoc patch2 for perl-5.6.1-trial1
33759              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33760              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
33761              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
33762      Branch: maint-5.6/perl
33763            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
33764            ! epoc/epocish.c
33765 ____________________________________________________________________________
33766 [  8347] By: jhi                                   on 2001/01/06  17:29:10
33767         Log: integrate changes #7710,7824,7973 from mainline,
33768              plus VMS nits from Peter Prymmer and Dan Sugalski.
33769              
33770              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
33771              library (getprotobyname and getprotobynumber are outversioned by
33772              the same calls in libc, at least for xlc version 3.
33773              
33774              Add HAS_SBRK_PROTO.
33775              
33776              Fixes for signedness warnings noticed by VMSperlers.
33777      Branch: maint-5.6/perl
33778            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33779            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
33780            ! sv.c vms/descrip_mms.template vos/config.alpha.def
33781            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33782            ! win32/config.bc win32/config.gc win32/config.vc
33783 ____________________________________________________________________________
33784 [  8346] By: nick                                  on 2001/01/06  14:36:01
33785         Log: Fixup accumulated integrate muddles (perlio == devperl again)
33786      Branch: perlio
33787            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
33788 ____________________________________________________________________________
33789 [  8345] By: nick                                  on 2001/01/06  14:24:58
33790         Log: Integrate mainline
33791      Branch: perlio
33792           !> (integrate 55 files)
33793 ____________________________________________________________________________
33794 [  8344] By: jhi                                   on 2001/01/06  02:24:02
33795         Log: Subject: [patch] PerlIO_cleanup() prototype
33796              From: Doug MacEachern <dougm@covalent.net>
33797              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
33798              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
33799      Branch: perl
33800            ! perlio.h
33801 ____________________________________________________________________________
33802 [  8343] By: jhi                                   on 2001/01/06  01:04:09
33803         Log: IRIX compiler noticed that the bof initialization might be
33804              bypassed by control flow.
33805      Branch: perl
33806            ! toke.c
33807 ____________________________________________________________________________
33808 [  8342] By: jhi                                   on 2001/01/06  00:10:48
33809         Log: Update Changes.
33810      Branch: perl
33811            ! Changes patchlevel.h
33812 ____________________________________________________________________________
33813 [  8341] By: jhi                                   on 2001/01/05  23:52:33
33814         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
33815      Branch: perl
33816            ! toke.c
33817 ____________________________________________________________________________
33818 [  8340] By: jhi                                   on 2001/01/05  22:44:08
33819         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
33820              From: Radu Greab <radu@netsoft.ro>
33821              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
33822              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
33823      Branch: perl
33824            ! t/io/pipe.t util.c
33825 ____________________________________________________________________________
33826 [  8339] By: jhi                                   on 2001/01/05  22:35:17
33827         Log: Subject: [PATCH] format and rewording in perlfaq.pod
33828              From: Robin Barker <rmb1@cise.npl.co.uk>
33829              Date: Fri, 5 Jan 2001 18:51:20 GMT
33830              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
33831      Branch: perl
33832            ! pod/perlfaq.pod
33833 ____________________________________________________________________________
33834 [  8338] By: jhi                                   on 2001/01/05  22:31:17
33835         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
33836              From: Peter Prymmer <pvhp@forte.com>
33837              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
33838              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
33839      Branch: perl
33840            ! utils/perlbug.PL
33841 ____________________________________________________________________________
33842 [  8337] By: jhi                                   on 2001/01/05  18:15:11
33843         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
33844              From: Robin Barker <rmb1@cise.npl.co.uk>
33845              Date: Tue, 2 Jan 2001 15:24:07 GMT
33846              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
33847              
33848              If you call configure as C<./Configure> or C<sh ./Configure>,
33849              $src is set to the absolute path name, not '.'.
33850              
33851              This, in turn, means -Dmksymlink tries to do its stuff because
33852              it does not think it is in the src directory.
33853              
33854              (plus a metaconfig nitfix)
33855      Branch: metaconfig
33856            ! U/compline/ccflags.U U/modified/src.U
33857      Branch: perl
33858            ! Configure config_h.SH
33859 ____________________________________________________________________________
33860 [  8336] By: jhi                                   on 2001/01/05  17:48:32
33861         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
33862              From: Alan Burlison <Alan.Burlison@uk.sun.com>
33863              Message-ID: <3A5606C4.473D2226@uk.sun.com>
33864              Date: Fri, 05 Jan 2001 17:39:16 +0000
33865      Branch: perl
33866            ! hv.c
33867 ____________________________________________________________________________
33868 [  8335] By: jhi                                   on 2001/01/05  16:05:44
33869         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
33870      Branch: perl
33871            ! lib/Getopt/Long.pm
33872 ____________________________________________________________________________
33873 [  8334] By: jhi                                   on 2001/01/05  16:00:51
33874         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
33875              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33876              Date: Fri, 05 Jan 2001 13:46:51 +0100
33877              Message-ID: <13693.978698811@nice.ram.loc>
33878              
33879              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
33880              accurate reading of the "atime".  
33881      Branch: perl
33882            ! t/io/fs.t
33883 ____________________________________________________________________________
33884 [  8333] By: jhi                                   on 2001/01/05  15:57:37
33885         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
33886              From: Simon Cozens <simon@cozens.net>
33887              Date: Fri, 8 Dec 2000 13:33:31 +0000
33888              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
33889              
33890              A lost patch fragment.
33891      Branch: perl
33892            ! doop.c
33893 ____________________________________________________________________________
33894 [  8332] By: jhi                                   on 2001/01/05  15:40:42
33895         Log: Do away with strncpy() and a fixed length buffer.
33896      Branch: perl
33897            ! utf8.c
33898 ____________________________________________________________________________
33899 [  8331] By: jhi                                   on 2001/01/05  15:03:07
33900         Log: Tests for #8329 and #8330.
33901      Branch: perl
33902            ! t/op/bop.t
33903 ____________________________________________________________________________
33904 [  8330] By: jhi                                   on 2001/01/05  15:02:38
33905         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
33906              raw 8-bit form to the UTF-8 string.
33907      Branch: perl
33908            ! toke.c
33909 ____________________________________________________________________________
33910 [  8329] By: jhi                                   on 2001/01/05  14:55:13
33911         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
33912              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33913              Date: Fri, 5 Jan 2001 12:28:52 +0100
33914              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
33915              
33916              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
33917              no effect.  (changed the strncpy() to Copy())
33918      Branch: perl
33919            ! toke.c
33920 ____________________________________________________________________________
33921 [  8328] By: jhi                                   on 2001/01/05  06:44:27
33922         Log: UTF-8 cleanup.
33923      Branch: perl
33924            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33925            ! regexec.c sv.c toke.c
33926 ____________________________________________________________________________
33927 [  8327] By: jhi                                   on 2001/01/05  01:11:29
33928         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')
33929              From: Radu Greab <radu@netsoft.ro>
33930              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
33931              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
33932              
33933              Cleans up Harness to not use FileHandle, which uses IO.
33934      Branch: perl
33935            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33936 ____________________________________________________________________________
33937 [  8326] By: jhi                                   on 2001/01/05  00:56:37
33938         Log: Update Changes.
33939      Branch: perl
33940            ! Changes patchlevel.h
33941 ____________________________________________________________________________
33942 [  8325] By: jhi                                   on 2001/01/05  00:53:18
33943         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
33944              From: Peter Prymmer <pvhp@forte.com>
33945              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
33946              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
33947              
33948              plus a couple more tailing whitespace removals.
33949      Branch: perl
33950            ! win32/Makefile
33951 ____________________________________________________________________________
33952 [  8324] By: jhi                                   on 2001/01/05  00:47:39
33953         Log: Add some Unicode chop() tests.
33954      Branch: perl
33955            ! t/op/chop.t
33956 ____________________________________________________________________________
33957 [  8323] By: jhi                                   on 2001/01/05  00:47:23
33958         Log: Unify UTF-8 malformedness handling.
33959      Branch: perl
33960            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
33961 ____________________________________________________________________________
33962 [  8322] By: jhi                                   on 2001/01/04  22:21:54
33963         Log: The new $issymlink was unknown to Mksymlinks.
33964      Branch: metaconfig/U/perl
33965            ! Mksymlinks.U issymlink.U
33966      Branch: perl
33967            ! Configure config_h.SH
33968 ____________________________________________________________________________
33969 [  8321] By: jhi                                   on 2001/01/04  21:51:05
33970         Log: The test didn't work under the core test framework.
33971      Branch: perl
33972            ! t/lib/st-lock.t
33973 ____________________________________________________________________________
33974 [  8320] By: jhi                                   on 2001/01/04  21:14:22
33975         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
33976      Branch: perl
33977            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
33978 ____________________________________________________________________________
33979 [  8319] By: jhi                                   on 2001/01/04  20:46:17
33980         Log: Typo in #8312 when manually appying a problematic patch fragment.
33981      Branch: perl
33982            ! ext/Storable/Storable.xs
33983 ____________________________________________________________________________
33984 [  8318] By: jhi                                   on 2001/01/04  20:43:01
33985         Log: The $sh_c didn't fly.
33986      Branch: metaconfig
33987            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
33988            ! U/modified/Loc.U U/modified/myhostname.U
33989            ! U/modified/spitshell.U
33990      Branch: metaconfig/U/perl
33991            ! issymlink.U
33992      Branch: perl
33993            ! Configure config_h.SH
33994 ____________________________________________________________________________
33995 [  8317] By: jhi                                   on 2001/01/04  19:58:01
33996         Log: AIX builtin test -h is broken, changes based on
33997              
33998              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
33999              Date: Tue, 02 Jan 2001 11:24:39 +0100
34000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34001              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
34002      Branch: metaconfig
34003            + U/modified/spitshell.U
34004            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
34005            ! U/modified/Loc.U U/modified/myhostname.U
34006      Branch: metaconfig/U/perl
34007            ! Mksymlinks.U issymlink.U
34008      Branch: perl
34009            ! Configure
34010 ____________________________________________________________________________
34011 [  8316] By: jhi                                   on 2001/01/04  19:02:22
34012         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
34013              From: Andy Dougherty <doughera@lafayette.edu>
34014              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
34015              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
34016              
34017              Beware of GNU ld.
34018      Branch: perl
34019            ! hints/solaris_2.sh
34020 ____________________________________________________________________________
34021 [  8315] By: jhi                                   on 2001/01/04  18:56:48
34022         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
34023              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
34024              Date: Wed, 3 Jan 2001 07:58:51 +0100
34025              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
34026      Branch: perl
34027            ! hints/solaris_2.sh
34028 ____________________________________________________________________________
34029 [  8314] By: jhi                                   on 2001/01/04  18:54:07
34030         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
34031              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34032              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
34033              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
34034              
34035              Doc tweak on #8313.
34036      Branch: perl
34037            ! ext/B/B/Deparse.pm
34038 ____________________________________________________________________________
34039 [  8313] By: jhi                                   on 2001/01/04  18:52:27
34040         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
34041              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
34042              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34043              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
34044              
34045              Make the peephole optimizer to bypass more null ops and
34046              and rewrite the deparse handling of continue blocks.
34047      Branch: perl
34048            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
34049 ____________________________________________________________________________
34050 [  8312] By: jhi                                   on 2001/01/04  18:47:39
34051         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
34052      Branch: perl
34053            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
34054            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34055            ! t/lib/st-lock.t
34056 ____________________________________________________________________________
34057 [  8311] By: jhi                                   on 2001/01/04  18:36:08
34058         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
34059              filter to be run on each .pm during the pm_to_blib() phase,
34060              a fixed version of
34061              
34062              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
34063              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
34064              Date: Wed, 03 Jan 2001 22:01:30 +0100
34065              Message-ID: <5296.978555690@nice.ram.loc>
34066      Branch: perl
34067            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
34068            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
34069            ! lib/ExtUtils/MakeMaker.pm
34070 ____________________________________________________________________________
34071 [  8310] By: jhi                                   on 2001/01/04  18:32:54
34072         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34073              From: Robin Barker <rmb1@cise.npl.co.uk>
34074              Date: Tue, 2 Jan 2001 15:35:03 GMT
34075              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
34076      Branch: perl
34077            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
34078            ! pod/perlrequick.pod
34079 ____________________________________________________________________________
34080 [  8309] By: jhi                                   on 2001/01/04  18:29:07
34081         Log: Subject: Re: [patch] static-ize XS()
34082              From: Doug MacEachern <dougm@covalent.net>
34083              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
34084              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
34085              
34086              Provide prototypes for the XS functions.
34087      Branch: perl
34088            ! lib/ExtUtils/xsubpp
34089 ____________________________________________________________________________
34090 [  8308] By: jhi                                   on 2001/01/04  18:27:44
34091         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
34092              From: Doug MacEachern <dougm@covalent.net>
34093              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
34094              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
34095      Branch: perl
34096            ! lib/ExtUtils/typemap
34097 ____________________________________________________________________________
34098 [  8307] By: jhi                                   on 2001/01/04  18:25:25
34099         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
34100              From: Doug MacEachern <dougm@covalent.net>
34101              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
34102              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
34103              
34104              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
34105      Branch: perl
34106            ! lib/ExtUtils/MM_Unix.pm
34107 ____________________________________________________________________________
34108 [  8306] By: jhi                                   on 2001/01/04  18:23:00
34109         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
34110              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34111              Date: Thu, 4 Jan 2001 12:47:10 +0100 
34112              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
34113              
34114              The toke.c part only, patching embed.h and proto.h is futile.
34115      Branch: perl
34116            ! toke.c
34117 ____________________________________________________________________________
34118 [  8305] By: jhi                                   on 2001/01/04  18:05:51
34119         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
34120              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34121              Date: Thu, 4 Jan 2001 17:50:12 +0100 
34122              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
34123      Branch: perl
34124            ! toke.c
34125 ____________________________________________________________________________
34126 [  8304] By: jhi                                   on 2001/01/04  18:03:26
34127         Log: Subject: [PATCH perl@8269]
34128              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34129              Date: Thu, 4 Jan 2001 12:53:39 +0100 
34130              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
34131              
34132              If running byacc write-enable also perly.h.
34133      Branch: perl
34134            ! Makefile.SH
34135 ____________________________________________________________________________
34136 [  8303] By: jhi                                   on 2001/01/04  15:40:49
34137         Log: Rewrite pp_concat() in terms of sv_catsv().
34138      Branch: perl
34139            ! pp_hot.c
34140 ____________________________________________________________________________
34141 [  8302] By: nick                                  on 2001/01/03  22:43:22
34142         Log: Integrate mainline.
34143      Branch: perlio
34144           !> ext/Encode/Encode.xs sv.c utf8.c
34145 ____________________________________________________________________________
34146 [  8301] By: jhi                                   on 2001/01/02  23:40:26
34147         Log: Variable naming tweak.
34148      Branch: perl
34149            ! sv.c
34150 ____________________________________________________________________________
34151 [  8300] By: jhi                                   on 2001/01/02  23:40:02
34152         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
34153              in is_utf8_string().
34154      Branch: perl
34155            ! utf8.c
34156 ____________________________________________________________________________
34157 [  8299] By: jhi                                   on 2001/01/02  22:14:40
34158         Log: Integrate perlio.
34159      Branch: perl
34160           !> pp.c pp_hot.c win32/Makefile
34161 ____________________________________________________________________________
34162 [  8298] By: nick                                  on 2001/01/02  22:03:06
34163         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
34164      Branch: perlio
34165            ! pp.c pp_hot.c
34166 ____________________________________________________________________________
34167 [  8297] By: jhi                                   on 2001/01/02  04:26:28
34168         Log: Signedness nit.
34169      Branch: perl
34170            ! ext/Encode/Encode.xs
34171 ____________________________________________________________________________
34172 [  8296] By: nick                                  on 2001/01/01  23:49:36
34173         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
34174      Branch: perlio
34175            ! win32/Makefile
34176 ____________________________________________________________________________
34177 [  8295] By: jhi                                   on 2001/01/01  23:05:48
34178         Log: Integrate perlio.
34179      Branch: perl
34180           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
34181           !> t/lib/encode.t
34182 ____________________________________________________________________________
34183 [  8294] By: nick                                  on 2001/01/01  22:48:34
34184         Log: Integrate mainline
34185      Branch: perlio
34186            ! pp_hot.c t/lib/encode.t
34187           !> (integrate 65 files)
34188 ____________________________________________________________________________
34189 [  8293] By: nick                                  on 2001/01/01  21:58:50
34190         Log: More rigor in UTF-8-ness of Encode's toUnicode
34191              XS export some of the utf8 internal functions.
34192              Test some of the functions.
34193              Fix pp_concat() bug shown by said tests.
34194      Branch: perlio
34195            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
34196            ! t/lib/encode.t
34197 ____________________________________________________________________________
34198 [  8292] By: jhi                                   on 2001/01/01  18:11:44
34199         Log: Integrate perlio.
34200      Branch: perl
34201           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
34202           !> ext/Encode/encengine.c ext/Encode/encode.h
34203 ____________________________________________________________________________
34204 [  8291] By: jhi                                   on 2001/01/01  18:10:58
34205         Log: Podify README.mpeix (a new version from the web),
34206              add a dummy NAME to Carp::Heavy, regen toc.
34207      Branch: perl
34208            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
34209            ! pod/perltoc.pod
34210 ____________________________________________________________________________
34211 [  8290] By: nick                                  on 2001/01/01  17:43:47
34212         Log: Loose the "Loading..." warning.
34213              Another bug in fallback support
34214      Branch: perlio
34215            ! ext/Encode/Encode.pm ext/Encode/encengine.c
34216 ____________________________________________________________________________
34217 [  8289] By: jhi                                   on 2001/01/01  00:01:57
34218         Log: Bump up Larry's copyright.
34219      Branch: perl
34220            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
34221            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
34222            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
34223            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
34224            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
34225            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
34226            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
34227            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
34228 ____________________________________________________________________________
34229 [  8288] By: nick                                  on 2000/12/31  21:27:53
34230         Log: Fix .ucm reading - forgot a chr()
34231              Start of .ucm write (for .enc to .ucm)
34232      Branch: perlio
34233            ! ext/Encode/compile
34234 ____________________________________________________________________________
34235 [  8287] By: jhi                                   on 2000/12/31  18:15:56
34236         Log: Comment away a diagnostic message as noted by Craig A. Berry
34237              (the unexpected message was confusing testing)
34238      Branch: perl
34239            ! ext/Encode/Encode.pm
34240 ____________________________________________________________________________
34241 [  8286] By: jhi                                   on 2000/12/31  18:14:51
34242         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
34243              Date: Sun, 31 Dec 2000 11:17:37 -0600
34244              From: "Craig A. Berry" <craigberry@mac.com>
34245              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
34246      Branch: perl
34247            ! ext/Encode/Makefile.PL
34248 ____________________________________________________________________________
34249 [  8285] By: nick                                  on 2000/12/31  18:11:54
34250         Log: Start of support of ICU-style .ucm files:
34251              - teach compile how to read a .ucm file
34252              - first guess at how to represent fallbacks in "tries".
34253              - use fallbacks if check == 0
34254              - new return code to indicate we used one.
34255      Branch: perlio
34256            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
34257            ! ext/Encode/encengine.c ext/Encode/encode.h
34258 ____________________________________________________________________________
34259 [  8284] By: jhi                                   on 2000/12/31  18:04:41
34260         Log: Pacify picky VMS compiler.
34261              
34262              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
34263              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34264              Date: Sat, 30 Dec 2000 18:10:02 -0600
34265              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
34266      Branch: perl
34267            ! sv.c
34268 ____________________________________________________________________________
34269 [  8283] By: jhi                                   on 2000/12/31  16:11:47
34270         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
34271      Branch: perl
34272            ! t/lib/glob-basic.t
34273 ____________________________________________________________________________
34274 [  8282] By: jhi                                   on 2000/12/31  15:26:11
34275         Log: Integrate perlio.
34276      Branch: perl
34277           !> makedef.pl opcode.pl os2/os2.c perlio.c
34278 ____________________________________________________________________________
34279 [  8281] By: nick                                  on 2000/12/31  10:06:15
34280         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
34281              is available to be exported
34282      Branch: perlio
34283            ! makedef.pl perlio.c
34284 ____________________________________________________________________________
34285 [  8280] By: nick                                  on 2000/12/31  09:41:26
34286         Log: Ilya's OS2 patch (testing for damage on Win32)
34287      Branch: perlio
34288            ! makedef.pl opcode.pl os2/os2.c
34289 ____________________________________________________________________________
34290 [  8279] By: jhi                                   on 2000/12/30  21:52:07
34291         Log: Test nits.
34292      Branch: perl
34293            ! t/lib/syslfs.t t/op/lfs.t
34294 ____________________________________________________________________________
34295 [  8278] By: jhi                                   on 2000/12/30  21:47:49
34296         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
34297              From: andreas.koenig@anima.de (Andreas J. Koenig)
34298              Date: 30 Dec 2000 22:35:37 +0100
34299              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
34300              
34301              The 32-bit wraparound test wasn't quite right.
34302      Branch: perl
34303            ! t/lib/syslfs.t t/op/lfs.t
34304 ____________________________________________________________________________
34305 [  8277] By: jhi                                   on 2000/12/30  21:33:44
34306         Log: Subject: [PATCH] open() example in perlfunc.pod 
34307              From: Karsten Sperling <s_sperli@ira.uka.de>
34308              Date: Sat, 30 Dec 2000 22:27:09 +0100
34309              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
34310      Branch: perl
34311            ! pod/perlfunc.pod
34312 ____________________________________________________________________________
34313 [  8276] By: jhi                                   on 2000/12/30  20:32:40
34314         Log: Not quite that many tests yet.
34315      Branch: perl
34316            ! t/op/pat.t
34317 ____________________________________________________________________________
34318 [  8275] By: jhi                                   on 2000/12/30  20:26:58
34319         Log: Integrate perlio.
34320      Branch: perl
34321           !> toke.c
34322 ____________________________________________________________________________
34323 [  8274] By: jhi                                   on 2000/12/30  20:24:56
34324         Log: Signedness nit.
34325      Branch: perl
34326            ! utf8.c
34327 ____________________________________________________________________________
34328 [  8273] By: jhi                                   on 2000/12/30  20:15:46
34329         Log: Add a test case for 20000731.001 which was fixed by the #8267.
34330      Branch: perl
34331            ! t/op/pat.t
34332 ____________________________________________________________________________
34333 [  8272] By: nick                                  on 2000/12/30  19:47:51
34334         Log: Tweak for MULTIPLICITY/USE_PERLIO
34335      Branch: perlio
34336            ! toke.c
34337 ____________________________________________________________________________
34338 [  8271] By: nick                                  on 2000/12/30  19:46:45
34339         Log: Integrate mainline
34340      Branch: perlio
34341           +> lib/unicode/distinct.pm
34342           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
34343           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
34344           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
34345 ____________________________________________________________________________
34346 [  8270] By: jhi                                   on 2000/12/30  19:39:50
34347         Log: Subject: RE: perl@8269
34348              From: "Richard Soderberg" <rs@crystalflame.net>
34349              Date: Sat, 30 Dec 2000 11:36:27 -0800
34350              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
34351              
34352              A missing aTHX_.
34353      Branch: perl
34354            ! toke.c
34355 ____________________________________________________________________________
34356 [  8269] By: jhi                                   on 2000/12/30  18:55:48
34357         Log: Update Changes.
34358      Branch: perl
34359            ! Changes patchlevel.h
34360 ____________________________________________________________________________
34361 [  8268] By: jhi                                   on 2000/12/30  17:18:40
34362         Log: Add a test for Unicode split //.  The #8267 was the cure.
34363      Branch: perl
34364            ! t/op/split.t
34365 ____________________________________________________________________________
34366 [  8267] By: jhi                                   on 2000/12/30  17:14:19
34367         Log: Subject: more UTF8 test suites and an UTF8 patch
34368              From: Inaba Hiroto <inaba@st.rim.or.jp>
34369              Date: Sat, 30 Dec 2000 14:27:10 +0900
34370              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
34371              
34372              Just the patch part for now, and the pragma renamed
34373              as unicode::distinct.
34374      Branch: perl
34375            + lib/unicode/distinct.pm
34376            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
34377            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
34378            ! regcomp.h regexec.c sv.c toke.c utf8.c
34379 ____________________________________________________________________________
34380 [  8266] By: nick                                  on 2000/12/30  16:40:49
34381         Log: Integrate mainline
34382      Branch: perlio
34383           +> lib/Pod/Text/Overstrike.pm
34384           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
34385           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
34386           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
34387           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
34388           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
34389 ____________________________________________________________________________
34390 [  8265] By: jhi                                   on 2000/12/30  07:28:55
34391         Log: The sv_catsv() fix, take two.
34392      Branch: perl
34393            ! sv.c t/op/join.t
34394 ____________________________________________________________________________
34395 [  8264] By: jhi                                   on 2000/12/30  06:19:18
34396         Log: Undo all the join-related changes since #8248: relevant
34397              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
34398              The new sv_catsv() doesn't fly so it must go back to
34399              the drawing board.
34400      Branch: perl
34401            ! sv.c t/op/join.t t/pragma/utf8.t
34402 ____________________________________________________________________________
34403 [  8263] By: jhi                                   on 2000/12/30  01:08:32
34404         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
34405      Branch: perl
34406            ! sv.c
34407 ____________________________________________________________________________
34408 [  8262] By: jhi                                   on 2000/12/30  00:45:14
34409         Log: Retract #8261.
34410      Branch: perl
34411            ! hv.c util.c
34412 ____________________________________________________________________________
34413 [  8261] By: jhi                                   on 2000/12/30  00:38:32
34414         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
34415      Branch: perl
34416            ! hv.c util.c
34417 ____________________________________________________________________________
34418 [  8260] By: jhi                                   on 2000/12/29  22:51:33
34419         Log: (Retracted by #8264)  More fixing for #8251.
34420      Branch: perl
34421            ! sv.c
34422 ____________________________________________________________________________
34423 [  8259] By: jhi                                   on 2000/12/29  18:27:30
34424         Log: Subject: podlators 1.06 released
34425              From: Russ Allbery <rra@stanford.edu>
34426              Date: 25 Dec 2000 05:09:30 -0800
34427              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
34428      Branch: perl
34429            + lib/Pod/Text/Overstrike.pm
34430            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
34431            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
34432 ____________________________________________________________________________
34433 [  8258] By: jhi                                   on 2000/12/29  18:20:45
34434         Log: Make the large file tests more robust/talkative as suggested by
34435              
34436              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
34437              From: andreas.koenig@anima.de (Andreas J. Koenig)
34438              Date: 29 Dec 2000 14:23:01 +0100
34439              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
34440      Branch: perl
34441            ! t/lib/syslfs.t t/op/lfs.t
34442 ____________________________________________________________________________
34443 [  8257] By: jhi                                   on 2000/12/29  17:48:04
34444         Log: Further VMS piping fixes from Charles Lane:
34445              
34446              In summary, error messages produced when a subprocess terminated
34447              abnormally were being sent not just to the parent process, but to
34448              grandparents, because of default values for error output that were
34449              not completely overridden when the subprocess was started.
34450              
34451              This patch fixes this behavior by defining user-mode (i.e., temporary
34452              for the duration of the program) logical names for SYS$OUTPUT and
34453              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
34454              changes to make it so that the user-mode logicals are the ones that
34455              control where Perl's error messages go if it terminates abnormally.
34456              
34457              I also added some gratuitous fixes to the indentation of braces in
34458              the piping code.  It just looked ugly, before.
34459      Branch: perl
34460            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
34461 ____________________________________________________________________________
34462 [  8256] By: jhi                                   on 2000/12/29  17:45:12
34463         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
34464              From: "Casey R. Tweten" <crt@kiski.net>
34465              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
34466              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
34467              
34468              Tests for for #8240.
34469      Branch: perl
34470            ! t/pragma/constant.t
34471 ____________________________________________________________________________
34472 [  8255] By: jhi                                   on 2000/12/29  17:43:07
34473         Log: Subject: Re: [PATCH] Interesting syntax idea
34474              From: Simon Cozens <simon@cozens.net>
34475              Date: Fri, 29 Dec 2000 14:34:04 +0000
34476              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
34477              
34478              Tests for #8254.
34479      Branch: perl
34480            ! t/pragma/sub_lval.t
34481 ____________________________________________________________________________
34482 [  8254] By: jhi                                   on 2000/12/29  17:42:11
34483         Log: Subject: [PATCH] Interesting syntax idea
34484              From: Simon Cozens <simon@cozens.net>
34485              Date: Wed, 27 Dec 2000 05:08:57 +0000
34486              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
34487              
34488              Make opens + bareword assigns do typeglob assigns.
34489      Branch: perl
34490            ! op.c
34491 ____________________________________________________________________________
34492 [  8253] By: jhi                                   on 2000/12/29  17:36:45
34493         Log: Output the (apparent) version of gcc, as suggested by
34494              
34495              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
34496              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
34497              Date: 26 Dec 2000 04:29:17 -0500
34498              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
34499              
34500              (The patch as such didn't any more apply as the misparsing had
34501              already been addressed in #6474.)  Also change the wording about
34502              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
34503      Branch: perl
34504            ! hints/dec_osf.sh
34505 ____________________________________________________________________________
34506 [  8252] By: nick                                  on 2000/12/29  12:14:31
34507         Log: Integrate mainline
34508      Branch: perlio
34509           !> (integrate 27 files)
34510 ____________________________________________________________________________
34511 [  8251] By: jhi                                   on 2000/12/29  08:45:46
34512         Log: (Retracted by #8264)
34513              
34514              (Fixed by #8260.)
34515              
34516              sv_catsv() needs one more byte space than seems reasonable.
34517              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
34518              Curiouser and curiouser.
34519      Branch: perl
34520            ! sv.c
34521 ____________________________________________________________________________
34522 [  8250] By: jhi                                   on 2000/12/29  07:57:52
34523         Log: More split // UTF-8 tests.
34524      Branch: perl
34525            ! t/pragma/utf8.t
34526 ____________________________________________________________________________
34527 [  8249] By: jhi                                   on 2000/12/29  07:54:51
34528         Log: (Retracted by #8264)  More join() testing which was good because
34529              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
34530      Branch: perl
34531            ! pp.c t/op/join.t utf8.c utf8.h
34532 ____________________________________________________________________________
34533 [  8248] By: jhi                                   on 2000/12/29  07:08:32
34534         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
34535              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
34536              that the only cases to care about are byte+byte and byte+character.
34537              
34538              TODO: See how well pp_concat() could be implemented in terms
34539              of sv_catsv().
34540      Branch: perl
34541            ! doop.c sv.c t/op/join.t utf8.h
34542 ____________________________________________________________________________
34543 [  8247] By: jhi                                   on 2000/12/29  06:35:23
34544         Log: Signedness nit.
34545      Branch: perl
34546            ! pp_hot.c
34547 ____________________________________________________________________________
34548 [  8246] By: jhi                                   on 2000/12/29  01:23:31
34549         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
34550              From: Lupe Christoph <lupe@lupe-christoph.de>
34551              Date: Thu, 28 Dec 2000 23:00:00 +0100
34552              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
34553              
34554              Suggest rsync --delete --dry-run.
34555      Branch: perl
34556            ! pod/perlhack.pod
34557 ____________________________________________________________________________
34558 [  8245] By: jhi                                   on 2000/12/28  23:57:05
34559         Log: The maxiters upper limit sanity check (guarding against
34560              non-progress) assumed bytes instead of characters in s///
34561              and split().
34562      Branch: perl
34563            ! pp.c pp_hot.c
34564 ____________________________________________________________________________
34565 [  8244] By: jhi                                   on 2000/12/28  23:34:08
34566         Log: Make some panic messages a bit more logical.
34567      Branch: perl
34568            ! doop.c pod/perldiag.pod pp.c pp_hot.c
34569 ____________________________________________________________________________
34570 [  8243] By: jhi                                   on 2000/12/28  22:59:16
34571         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
34572              From: Simon Cozens <simon@cozens.net>
34573              Date: Wed, 27 Dec 2000 02:30:03 +0000
34574              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
34575      Branch: perl
34576            ! pp.c t/pragma/sub_lval.t
34577 ____________________________________________________________________________
34578 [  8242] By: jhi                                   on 2000/12/28  22:56:53
34579         Log: Subject: [PATCH blead] Fix B::Terse indentation
34580              From: Daniel Chetlin <daniel@chetlin.com>
34581              Date: Wed, 27 Dec 2000 06:43:30 -0800
34582              Message-ID: <20001227064329.B9573@darkstar>
34583      Branch: perl
34584            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
34585 ____________________________________________________________________________
34586 [  8241] By: jhi                                   on 2000/12/28  22:48:59
34587         Log: The latter patch from the
34588              
34589              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
34590              From: Peter Prymmer <pvhp@forte.com> 
34591              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
34592              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
34593              
34594              (the former patch from the above should have been
34595              taken care of by Nick I-S)
34596      Branch: perl
34597            ! win32/Makefile
34598 ____________________________________________________________________________
34599 [  8240] By: jhi                                   on 2000/12/28  22:45:22
34600         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
34601              From: "Casey R. Tweten" <crt@kiski.net>
34602              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
34603              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
34604      Branch: perl
34605            ! lib/constant.pm
34606 ____________________________________________________________________________
34607 [  8239] By: jhi                                   on 2000/12/28  22:37:45
34608         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
34609              From: Simon Cozens <simon@cozens.net>
34610              Date: Wed, 27 Dec 2000 14:12:44 +0000
34611              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
34612      Branch: perl
34613            ! t/op/method.t t/op/sort.t toke.c
34614 ____________________________________________________________________________
34615 [  8238] By: jhi                                   on 2000/12/28  22:30:32
34616         Log: Subject: [PATCH perl@8229] Call.pm
34617              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
34618              Date: Mon, 25 Dec 2000 10:47:15 -0000
34619              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
34620      Branch: perl
34621            ! ext/Filter/Util/Call/Call.pm
34622 ____________________________________________________________________________
34623 [  8237] By: jhi                                   on 2000/12/28  22:19:21
34624         Log: Subject: [PATCH blead] Fix problem with `&' prototype
34625              From: Daniel Chetlin <daniel@chetlin.com>
34626              Date: Wed, 27 Dec 2000 15:55:32 -0800
34627              Message-ID: <20001227155532.D9573@darkstar>
34628      Branch: perl
34629            ! op.c t/comp/proto.t
34630 ____________________________________________________________________________
34631 [  8236] By: jhi                                   on 2000/12/28  22:09:25
34632         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
34633              From: Daniel Chetlin <daniel@chetlin.com>
34634              Date: Sun, 24 Dec 2000 04:09:49 -0800
34635              Message-ID: <20001224040949.B3090@darkstar>
34636      Branch: perl
34637            ! gv.c mg.c t/op/attrs.t
34638 ____________________________________________________________________________
34639 [  8235] By: jhi                                   on 2000/12/28  22:07:11
34640         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
34641              From: Jan Dubois <jand@ActiveState.com>
34642              Date: Tue, 26 Dec 2000 20:57:31 -0800
34643              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
34644      Branch: perl
34645            ! win32/win32.c
34646 ____________________________________________________________________________
34647 [  8234] By: jhi                                   on 2000/12/28  21:52:42
34648         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
34649              From: Simon Cozens <simon@cozens.net>
34650              Date: Thu, 28 Dec 2000 20:33:13 +0000
34651              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
34652      Branch: perl
34653            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
34654 ____________________________________________________________________________
34655 [  8233] By: jhi                                   on 2000/12/28  19:40:49
34656         Log: Integrate perlio.
34657      Branch: perl
34658           !> ext/Encode/Makefile.PL ext/Encode/compile
34659 ____________________________________________________________________________
34660 [  8232] By: nick                                  on 2000/12/23  16:06:00
34661         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
34662              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
34663      Branch: perlio
34664            ! ext/Encode/Makefile.PL
34665 ____________________________________________________________________________
34666 [  8231] By: nick                                  on 2000/12/23  14:30:34
34667         Log: "Compiled" encode build cleanup
34668              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
34669              - .c files do not export sub-tables
34670      Branch: perlio
34671            ! ext/Encode/Makefile.PL ext/Encode/compile
34672 ____________________________________________________________________________
34673 [  8230] By: nick                                  on 2000/12/23  12:50:37
34674         Log: Integrate mainline
34675      Branch: perlio
34676           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34677           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34678           !> pod/perl5004delta.pod pod/perl5005delta.pod
34679           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
34680           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
34681           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
34682           !> pod/perlsub.pod
34683 ____________________________________________________________________________
34684 [  8229] By: jhi                                   on 2000/12/22  15:32:12
34685         Log: Integrate perlio.
34686      Branch: perl
34687           +> win32/distclean.bat
34688           !> MANIFEST t/io/utf8.t
34689 ____________________________________________________________________________
34690 [  8228] By: jhi                                   on 2000/12/22  15:29:40
34691         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
34692              From: Robin Barker <rmb1@cise.npl.co.uk>
34693              Date: Fri, 22 Dec 2000 12:17:38 GMT
34694              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
34695      Branch: perl
34696            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34697            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34698            ! pod/perl5004delta.pod pod/perl5005delta.pod
34699            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
34700            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
34701            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
34702            ! pod/perlsub.pod
34703 ____________________________________________________________________________
34704 [  8227] By: jhi                                   on 2000/12/22  15:24:28
34705         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
34706              From: "John L. Allen" <allen@grumman.com>
34707              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
34708              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
34709              
34710              Document APPLLIB_EXP.
34711      Branch: perl
34712            ! INSTALL
34713 ____________________________________________________________________________
34714 [  8226] By: nick                                  on 2000/12/21  22:11:50
34715         Log: Handy script for when one forgets to "dmake clean" 
34716      Branch: perlio
34717            + win32/distclean.bat
34718            ! MANIFEST
34719 ____________________________________________________________________________
34720 [  8225] By: nick                                  on 2000/12/21  21:54:04
34721         Log: CRLF platform issue with io/utf8 fix.
34722      Branch: perlio
34723            ! t/io/utf8.t
34724 ____________________________________________________________________________
34725 [  8224] By: nick                                  on 2000/12/21  21:02:20
34726         Log: Integrate mainline
34727      Branch: perlio
34728           !> Changes Configure Makefile.SH Porting/Glossary
34729           !> Porting/config.sh Porting/config_H configure.com
34730           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
34731           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
34732           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
34733           !> win32/config.bc win32/config.gc win32/config.vc
34734 ____________________________________________________________________________
34735 [  8223] By: jhi                                   on 2000/12/21  17:09:16
34736         Log: Update Changes.
34737      Branch: perl
34738            ! Changes patchlevel.h
34739 ____________________________________________________________________________
34740 [  8222] By: jhi                                   on 2000/12/21  16:24:01
34741         Log: Metaconfig unit changes for #8221.
34742      Branch: metaconfig/U/perl
34743           +> issymlink.U
34744            - testsyml.U
34745            ! Mksymlinks.U
34746 ____________________________________________________________________________
34747 [  8221] By: jhi                                   on 2000/12/21  16:23:48
34748         Log: Rename testsyml to issymlink.
34749      Branch: perl
34750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34751            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
34752            ! win32/config.vc
34753 ____________________________________________________________________________
34754 [  8220] By: jhi                                   on 2000/12/21  15:47:26
34755         Log: Robustness support for #8218 (symlink forest) since the GNU
34756              tools seem to be overly picky about symlinkage depths.
34757      Branch: perl
34758            ! Makefile.SH t/io/fs.t
34759 ____________________________________________________________________________
34760 [  8219] By: jhi                                   on 2000/12/21  15:38:27
34761         Log: Metaconfig changes for #8218.
34762      Branch: metaconfig
34763            ! U/modified/Oldconfig.U
34764      Branch: metaconfig/U/perl
34765            + Mksymlinks.U
34766            ! testsyml.U
34767 ____________________________________________________________________________
34768 [  8218] By: jhi                                   on 2000/12/21  15:37:57
34769         Log: Add Configure option -Dmksymlinks which will create a symlink
34770              forest if the current/build differs from the source directory.
34771              TODO: mkdir -p is not portable.
34772      Branch: perl
34773            ! Configure
34774 ____________________________________________________________________________
34775 [  8217] By: jhi                                   on 2000/12/21  14:39:12
34776         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
34777              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
34778              Date: Thu, 21 Dec 2000 09:38:18 GMT
34779              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
34780              
34781              The ofs became an SV.
34782      Branch: perl
34783            ! ext/Thread/Thread.xs
34784 ____________________________________________________________________________
34785 [  8216] By: jhi                                   on 2000/12/21  05:40:21
34786         Log: The polymorphism seems to have fixed 20000517.001.
34787      Branch: perl
34788            ! t/pragma/utf8.t
34789 ____________________________________________________________________________
34790 [  8215] By: jhi                                   on 2000/12/21  04:44:52
34791         Log: read() documentation tweak for 20001121.004.
34792      Branch: perl
34793            ! pod/perlfunc.pod
34794 ____________________________________________________________________________
34795 [  8214] By: jhi                                   on 2000/12/21  03:54:11
34796         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
34797      Branch: perl
34798            ! pp_sys.c t/op/misc.t
34799 ____________________________________________________________________________
34800 [  8213] By: jhi                                   on 2000/12/21  00:28:10
34801         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
34802              From: Peter Prymmer <pvhp@forte.com>
34803              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
34804              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
34805      Branch: perl
34806            ! configure.com
34807 ____________________________________________________________________________
34808 [  8212] By: jhi                                   on 2000/12/21  00:26:21
34809         Log: Edit edit edit.
34810      Branch: perl
34811            ! pod/perlfaq3.pod
34812 ____________________________________________________________________________
34813 [  8211] By: jhi                                   on 2000/12/20  18:52:46
34814         Log: Update Changes.
34815      Branch: perl
34816            ! Changes patchlevel.h
34817 ____________________________________________________________________________
34818 [  8210] By: jhi                                   on 2000/12/20  18:34:47
34819         Log: Yet another editor edit.
34820      Branch: perl
34821            ! pod/perlfaq3.pod
34822 ____________________________________________________________________________
34823 [  8209] By: jhi                                   on 2000/12/20  15:33:28
34824         Log: More Win32 Perling.
34825      Branch: perl
34826            ! pod/perlfaq3.pod
34827 ____________________________________________________________________________
34828 [  8208] By: jhi                                   on 2000/12/20  15:07:46
34829         Log: More Win32 editor/IDE/shell hints.
34830      Branch: perl
34831            ! pod/perlfaq3.pod
34832 ____________________________________________________________________________
34833 [  8207] By: jhi                                   on 2000/12/20  03:54:08
34834         Log: Subject: [PATCH] obscure timing knowledge
34835              From: Nicholas Clark <nick@ccl4.org>
34836              Date: Tue, 19 Dec 2000 19:22:31 +0000
34837              Message-ID: <20001219192231.F2827@plum.flirble.org>
34838      Branch: perl
34839            ! sv.c
34840 ____________________________________________________________________________
34841 [  8206] By: jhi                                   on 2000/12/20  03:45:57
34842         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
34843              From: Spider Boardman <spider@leggy.zk3.dec.com>
34844              Date: Tue, 19 Dec 2000 21:30:16 -0500
34845              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
34846      Branch: perl
34847            ! sv.c
34848 ____________________________________________________________________________
34849 [  8205] By: jhi                                   on 2000/12/19  23:02:01
34850         Log: Update Changes.
34851      Branch: perl
34852            ! Changes patchlevel.h
34853 ____________________________________________________________________________
34854 [  8204] By: jhi                                   on 2000/12/19  22:58:18
34855         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
34856              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
34857              on editors and diffing/patching.
34858      Branch: perl
34859            ! t/op/utf8decode.t
34860 ____________________________________________________________________________
34861 [  8203] By: nick                                  on 2000/12/19  21:36:16
34862         Log: Integrate mainline (forgot my own change...)
34863      Branch: perlio
34864           !> ext/Encode/compile
34865 ____________________________________________________________________________
34866 [  8202] By: nick                                  on 2000/12/19  21:34:42
34867         Log: Integrate mainline.
34868      Branch: perlio
34869           !> (integrate 61 files)
34870 ____________________________________________________________________________
34871 [  8201] By: nick                                  on 2000/12/19  21:34:06
34872         Log: Avoid looking for File::Glob when we don't need it.
34873      Branch: perl
34874            ! ext/Encode/compile
34875 ____________________________________________________________________________
34876 [  8200] By: jhi                                   on 2000/12/19  18:35:49
34877         Log: Update Changes.
34878      Branch: perl
34879            ! Changes patchlevel.h
34880 ____________________________________________________________________________
34881 [  8199] By: jhi                                   on 2000/12/19  18:35:07
34882         Log: Microperl tweaks.
34883      Branch: perl
34884            ! sv.c uconfig.h uconfig.sh
34885 ____________________________________________________________________________
34886 [  8198] By: jhi                                   on 2000/12/19  18:29:59
34887         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
34888      Branch: perl
34889            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34890            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
34891 ____________________________________________________________________________
34892 [  8197] By: jhi                                   on 2000/12/19  17:55:29
34893         Log: In VMS embedded perls couldn't access the statically built Socket,
34894              from Charles Lane.
34895      Branch: perl
34896            ! configure.com
34897 ____________________________________________________________________________
34898 [  8196] By: jhi                                   on 2000/12/19  17:49:50
34899         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
34900              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
34901              Date: Sun, 17 Dec 2000 19:11:44 -0000
34902              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
34903      Branch: perl
34904            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34905            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
34906 ____________________________________________________________________________
34907 [  8195] By: jhi                                   on 2000/12/19  17:47:53
34908         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
34909              From: Jonathan Stowe <gellyfish@gellyfish.com>
34910              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
34911              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
34912      Branch: perl
34913            ! utils/h2xs.PL
34914 ____________________________________________________________________________
34915 [  8194] By: jhi                                   on 2000/12/19  17:46:28
34916         Log: Subject: Re: useless use of void context work-around
34917              From: andreas.koenig@anima.de (Andreas J. Koenig)
34918              Date: 16 Dec 2000 15:13:36 +0100
34919              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
34920              
34921              Document (comment) the q(di ds ig) trick in the code.
34922      Branch: perl
34923            ! op.c
34924 ____________________________________________________________________________
34925 [  8193] By: jhi                                   on 2000/12/19  17:10:57
34926         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
34927              From: "Mark J. Reed" <mreed@strange.turner.com>
34928              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
34929              Message-Id: <200012160222.VAA13986@strange.turner.com>
34930      Branch: perl
34931            ! ext/Sys/Syslog/Syslog.pm
34932 ____________________________________________________________________________
34933 [  8192] By: jhi                                   on 2000/12/19  17:07:45
34934         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
34935              From: Nicholas Clark <nick@ccl4.org>
34936              Date: Sat, 16 Dec 2000 19:03:13 +0000
34937              Message-ID: <20001216190313.D68304@plum.flirble.org>
34938      Branch: perl
34939            ! t/op/64bitint.t
34940 ____________________________________________________________________________
34941 [  8191] By: jhi                                   on 2000/12/19  17:06:13
34942         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
34943              From: Dominic Dunlop <domo@computer.org>
34944              Date: Mon, 18 Dec 2000 12:00:15 +0100
34945              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
34946              
34947              This patchlet is needed in order that perl can be statically linked.  
34948      Branch: perl
34949            ! regexec.c
34950 ____________________________________________________________________________
34951 [  8190] By: jhi                                   on 2000/12/19  17:03:08
34952         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
34953              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34954              Date: Sun, 17 Dec 2000 00:18:35 -0600
34955              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
34956      Branch: perl
34957            ! perlio.h vms/gen_shrfls.pl
34958 ____________________________________________________________________________
34959 [  8189] By: jhi                                   on 2000/12/19  16:20:28
34960         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
34961              From: Prymmer/Kahn <pvhp@best.com>
34962              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
34963              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
34964              
34965              A better version of #8188.
34966      Branch: perl
34967            ! pod/perlfaq3.pod
34968 ____________________________________________________________________________
34969 [  8188] By: jhi                                   on 2000/12/19  15:57:06
34970         Log: (Replaced by #8189)
34971              
34972              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34973              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
34974              From: Prymmer/Kahn <pvhp@best.com>
34975              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
34976              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34977              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
34978              Date: Mon, 18 Dec 2000 11:10:45 -0500
34979              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
34980      Branch: perl
34981            ! pod/perlfaq3.pod
34982 ____________________________________________________________________________
34983 [  8187] By: jhi                                   on 2000/12/19  15:54:19
34984         Log: Email address fix for Anton Berezin.
34985      Branch: perl
34986            ! AUTHORS
34987 ____________________________________________________________________________
34988 [  8186] By: jhi                                   on 2000/12/19  15:38:54
34989         Log: Subject: [PATCH perl@8102] cygwin port
34990              From: "Eric Fifer" <efifer@dircon.co.uk> 
34991              Date: Thu, 14 Dec 2000 13:41:29 -0000
34992              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
34993              
34994              When compiling modules the data item that is being imported
34995              from libperl.dll needs to be tagged as imported/shared data:
34996              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
34997      Branch: perl
34998            ! perliol.h
34999 ____________________________________________________________________________
35000 [  8185] By: jhi                                   on 2000/12/19  14:53:24
35001         Log: Regen uconfig.h and uconfig.sh.
35002      Branch: perl
35003            ! uconfig.h uconfig.sh
35004 ____________________________________________________________________________
35005 [  8184] By: jhi                                   on 2000/12/18  20:43:49
35006         Log: Comments work so much better when they are closed.
35007      Branch: perl
35008            ! regcomp.c
35009 ____________________________________________________________________________
35010 [  8183] By: jhi                                   on 2000/12/18  18:04:02
35011         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
35012              Fixes the bug 20001218.016.
35013      Branch: perl
35014            ! regcomp.c
35015 ____________________________________________________________________________
35016 [  8182] By: gsar                                  on 2000/12/18  09:53:47
35017         Log: delete spurious files
35018      Branch: maint-5.6/perl
35019            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
35020            - vos/config.h vos/config_h.SH_orig
35021 ____________________________________________________________________________
35022 [  8181] By: gsar                                  on 2000/12/18  09:46:08
35023         Log: regen perltoc
35024      Branch: maint-5.6/perl
35025            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
35026 ____________________________________________________________________________
35027 [  8180] By: gsar                                  on 2000/12/18  09:20:27
35028         Log: integrate changes#7924..7926,7946,7952 from mainline
35029      Branch: maint-5.6/perl
35030           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
35031           !> lib/File/stat.pm t/lib/class-struct.t
35032 ____________________________________________________________________________
35033 [  8179] By: gsar                                  on 2000/12/18  08:55:54
35034         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
35035              7918,7919,7988,8907 from mainline (various)
35036      Branch: maint-5.6/perl
35037           +> t/lib/class-struct.t
35038           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
35039           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
35040           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
35041 ____________________________________________________________________________
35042 [  8178] By: gsar                                  on 2000/12/18  08:16:30
35043         Log: avoid redefinition warnings on windows due to sys/socket.h getting
35044              #included before win32.h
35045      Branch: maint-5.6/perl
35046            ! win32/include/sys/socket.h
35047 ____________________________________________________________________________
35048 [  8177] By: gsar                                  on 2000/12/18  05:24:04
35049         Log: make regen_headers; fix POSIX.xs problems; remove outdated
35050              code from sys/socket.h that makes build fail now
35051      Branch: maint-5.6/perl
35052            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
35053            ! pod/perlapi.pod
35054           !> win32/include/sys/socket.h
35055 ____________________________________________________________________________
35056 [  8176] By: gsar                                  on 2000/12/18  05:20:17
35057         Log: update Changes
35058      Branch: maint-5.6/perl
35059            ! Changes patchlevel.h
35060 ____________________________________________________________________________
35061 [  8175] By: gsar                                  on 2000/12/18  04:57:48
35062         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
35063              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
35064              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
35065              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
35066              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
35067              7823,7825,7838
35068      Branch: maint-5.6/perl
35069           +> lib/File/Spec/Epoc.pm
35070           !> (integrate 88 files)
35071 ____________________________________________________________________________
35072 [  8174] By: gsar                                  on 2000/12/18  03:53:09
35073         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
35074              7625..7629,7631..7634,7637,7639,7642 from mainline
35075      Branch: maint-5.6/perl
35076           +> README.solaris
35077           !> (integrate 26 files)
35078 ____________________________________________________________________________
35079 [  8173] By: gsar                                  on 2000/12/18  03:37:02
35080         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
35081              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
35082              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
35083              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
35084      Branch: maint-5.6/perl
35085           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
35086            - MAINTAIN
35087           !> (integrate 111 files)
35088 ____________________________________________________________________________
35089 [  8172] By: jhi                                   on 2000/12/18  02:49:27
35090         Log: Regen pods.
35091      Branch: perl
35092            ! pod/perlmodlib.pod pod/perltoc.pod
35093 ____________________________________________________________________________
35094 [  8171] By: gsar                                  on 2000/12/18  02:49:24
35095         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
35096              7465..7471 from mainline
35097              
35098              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
35099              in platforms that strictly require all the symbols being present
35100              at link time.
35101              
35102              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
35103              
35104              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
35105              
35106              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
35107              
35108              Subject: [PATCH] todo
35109              
35110              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
35111              
35112              Use $sort, $uniq (and $tr) consistently as wondered
35113              by Nicholas Clark.
35114              
35115              Too enthusiastic editing in #7460.
35116              
35117              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
35118              
35119              Upgrade to CPAN 1.58_55.
35120              Subject: CPAN.pm status
35121              
35122              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
35123              
35124              Make target reordering to avoid pointless re-makes.
35125              Subject: Re: Total re-make of 'make okfile' after 7451 ?
35126              
35127              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
35128              
35129              Subject: DOC PATCH 5.6.0
35130              
35131              Add the repository doc by Malcolm, Sarathy, and by Simon,
35132              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
35133      Branch: maint-5.6/perl
35134           +> Porting/repository.pod
35135           !> Configure MANIFEST Makefile.SH README.dos README.os2
35136           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
35137           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
35138           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
35139 ____________________________________________________________________________
35140 [  8169] By: gsar                                  on 2000/12/18  02:33:34
35141         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
35142              7435..7441,7445 from mainline
35143              
35144              Make the UTF-8 decoding stricter and more verbose when
35145              malformation happens.  This involved adding an argument
35146              to utf8_to_uv_chk(), which involved changing its prototype,
35147              and prefer STRLEN over I32 for the UTF-8 length, which as
35148              a domino effect necessitated changing the prototypes of
35149              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
35150              The stricter UTF-8 decoding checking uses Markus Kuhn's
35151              UTF-8 Decode Stress Tester from
35152              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
35153              
35154              Run vms/vms_yfix.pl, should have done that after changing
35155              perly.c in #7382.
35156              
35157              Subject: [PATCH 5.7.0] static linking with uninstalled perl
35158              
35159              (Replaced by #7440.)
35160              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35161              
35162              Fix the bug ID 20001024.005, the bug introduced by #7416.
35163              
35164              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
35165              
35166              Fix the bug reported in
35167              From: andreas.koenig@anima.de (Andreas J. Koenig)
35168              Also make is_utf8_char() stricter.
35169              
35170              Missed the header file changes from #7425.
35171              
35172              Check if stdio supports tweaking lval and cnt simultaneously.
35173              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35174              
35175              Stratus VOS updates from Paul Green.
35176              
35177              Podify README.epoc and README.vos.
35178              
35179              Add targets to Makefile.SH, most importantly
35180              'regen_all' which also remembers to update vms/perly*.
35181              
35182              Subject: Minor update to find2perl, for portability
35183              
35184              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
35185              
35186              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
35187              
35188              Rename UTF8LEN() to be UNISKIP(), too confusing to have
35189              UTF8LEN() and UTF8SKIP(). 
35190              
35191              Allow poking holes at the UTF-8 decoding strictness.
35192              
35193              Continue the internal UTF-8 API tweaking.
35194              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
35195              used much more than the simpler API, now called utf8_to_uv_simple().
35196              Still not quite happy with API, too much partial duplication
35197              of functionality.
35198              
35199              A new version of making the syslog test more robust.
35200              (Replaces #7421.)
35201              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35202              
35203              buildtoc target tweaks.
35204              
35205              Integrate with vmsperl #7430 by Charles Bailey:
35206              
35207              Cleanup from prior patch (Charles Lane?):
35208              - improve handling of MFDs in Basename and Path
35209              - default to no xsubpp line # munging when building debug images
35210      Branch: maint-5.6/perl
35211           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35212           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
35213           !> (integrate 67 files)
35214 ____________________________________________________________________________
35215 [  8168] By: gsar                                  on 2000/12/18  02:05:49
35216         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
35217              
35218              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
35219              From: Martin Husemann <martin@duskware.de>
35220              
35221              Subject: [PATCH 5.7.0] restore match data on backtracing
35222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35223      Branch: maint-5.6/perl
35224           !> regcomp.c regexec.c t/op/re_tests
35225 ____________________________________________________________________________
35226 [  8167] By: gsar                                  on 2000/12/18  01:55:22
35227         Log: integrate changes#7858,7986 from mainline
35228              
35229              C<foreach my $x ...> in pseudo-fork()ed process may diddle
35230              parent's memory; fix it by keeping track of the actual pad
35231              offset rather than a raw pointer (this change is probably also
35232              relevant to non-ithreads case to avoid fallout from reallocs of
35233              the pad array, but is currently only enabled for the ithreads
35234              case in the interests of minimal disruption to existing "well
35235              tested" code)
35236              
35237              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
35238              due to the notorious GetFileType() bug in Windows 9x, which fstat()
35239              tickles)
35240      Branch: maint-5.6/perl
35241           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
35242           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
35243           !> win32/win32.c win32/win32.h win32/win32sck.c
35244 ____________________________________________________________________________
35245 [  8166] By: gsar                                  on 2000/12/18  01:52:59
35246         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
35247              from mainline (xsubpp and ExtUtils::LibList fixups, various
35248              other small items)
35249      Branch: maint-5.6/perl
35250           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
35251           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
35252           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
35253           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
35254           !> win32/bin/search.pl
35255 ____________________________________________________________________________
35256 [  8165] By: gsar                                  on 2000/12/18  01:28:45
35257         Log: integrate changes#7533,7563,7611,7623 from mainline (various
35258              malloc.c embellishments)
35259      Branch: maint-5.6/perl
35260           !> malloc.c pod/perldiag.pod
35261 ____________________________________________________________________________
35262 [  8164] By: gsar                                  on 2000/12/18  01:23:33
35263         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
35264              fixups)
35265      Branch: maint-5.6/perl
35266           !> utils/h2xs.PL
35267 ____________________________________________________________________________
35268 [  8163] By: gsar                                  on 2000/12/18  01:17:50
35269         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
35270              fixups)
35271      Branch: maint-5.6/perl
35272           !> Makefile.SH utils/perlbug.PL
35273 ____________________________________________________________________________
35274 [  8162] By: gsar                                  on 2000/12/18  00:25:43
35275         Log: always export Perl_deb() (it is required by re.xs whether
35276              Perl is built with or without -DDEBUGGING)
35277      Branch: maint-5.6/perl
35278            ! makedef.pl
35279 ____________________________________________________________________________
35280 [  8161] By: gsar                                  on 2000/12/18  00:23:38
35281         Log: integrate change#7414 from mainline
35282              
35283              Undo the basename() part of #7412 since the lib/basename
35284              tests would need upgrading too.
35285              
35286              squelch two tests in tr.t that rely on tr/// paranoia change
35287              that's not in 5.6.x
35288      Branch: maint-5.6/perl
35289            ! t/op/tr.t
35290           !> lib/File/Basename.pm
35291 ____________________________________________________________________________
35292 [  8160] By: gsar                                  on 2000/12/18  00:05:30
35293         Log: missing change in previous integrate
35294      Branch: maint-5.6/perl
35295           !> README.aix
35296 ____________________________________________________________________________
35297 [  8159] By: gsar                                  on 2000/12/18  00:03:38
35298         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
35299              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
35300              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
35301              7410..7413 from mainline
35302      Branch: maint-5.6/perl
35303           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
35304           +> t/lib/tie-splice.t
35305            - lib/unicode/Is/DCinital.pl
35306           !> (integrate 112 files)
35307 ____________________________________________________________________________
35308 [  8158] By: jhi                                   on 2000/12/17  23:04:24
35309         Log: Subject: [PATCHES] RE: perl@8150 
35310              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
35311              Date: Sun, 17 Dec 2000 21:46:39 +0100
35312              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
35313              
35314              Neither cygwin has a getpwuid() one can trust on.
35315      Branch: perl
35316            ! t/lib/glob-basic.t
35317 ____________________________________________________________________________
35318 [  8157] By: jhi                                   on 2000/12/17  23:01:54
35319         Log: More MAN.PODS => {} fixes.
35320      Branch: perl
35321            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
35322            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
35323            ! os2/OS2/REXX/Makefile.PL
35324 ____________________________________________________________________________
35325 [  8156] By: gsar                                  on 2000/12/17  22:49:13
35326         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
35327              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
35328              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
35329              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
35330              7201,7204 from mainline
35331      Branch: maint-5.6/perl
35332           !> (integrate 121 files)
35333 ____________________________________________________________________________
35334 [  8155] By: jhi                                   on 2000/12/17  22:30:58
35335         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
35336              From: "Craig A. Berry" <craigberry@mac.com>
35337              Date: Sun, 17 Dec 2000 13:09:28 -0600
35338              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
35339              
35340              MAN.PODS => ' ' is naughty.
35341      Branch: perl
35342            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
35343 ____________________________________________________________________________
35344 [  8154] By: nick                                  on 2000/12/17  22:07:13
35345         Log: MULTIPLICITY nit.
35346      Branch: perl
35347            ! mg.c
35348 ____________________________________________________________________________
35349 [  8153] By: gsar                                  on 2000/12/17  21:23:05
35350         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
35351              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
35352              from mainline
35353              
35354              Document the SvIOK_.*UV().
35355              
35356              Update Unicode todo list.
35357              
35358              Guard against bad string->int conversion for quads.
35359              
35360              Subject: small apidoc fix
35361              
35362              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
35363              
35364              Subject: [PATCH] Tied filehandle documentation
35365              
35366              Subject: [PATCH] Modernize Opcode.pm documentation
35367              
35368              Make Data::Dumper (non-XS) to work with changed semantics of ref().
35369              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
35370              [applied even though said semantics didn't change in 5.6.x]
35371              
35372              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
35373              
35374              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
35375              
35376              Fix the URL, but the server is still missing in action.
35377              Subject: [ID 20000905.002] perlfaq1.pod URL error
35378              
35379              Subject: [ID 20000903.001] \w in utf8-strings
35380              
35381              Fix the ccversion detection for 5.1 and beyond.
35382              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35383              
35384              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
35385              
35386              Subject: [ID 20000904.008] Tiny fix for perldiag
35387              
35388              Subject: Re: [ID 20000906.004] segfault with bad perl statement
35389              
35390              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35391              
35392              Subject: [ID 20000908.002] perlipc documentation bug.
35393              
35394              Subject: [PATCH lib/Benchmark.pm]
35395              
35396              Re-allow vec() for characters > 255.
35397              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
35398              
35399              Do away with memory models cruft.  Sorry, PDP users.
35400              
35401              Continue #7041.
35402              
35403              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
35404              
35405              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
35406              
35407              Upgrade to CPAN 1.57_65, from Andreas König.
35408              
35409              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
35410              by Russ Allbery.
35411              
35412              Silence t/pod/*.t about alternate quote-mappings now implemented
35413              by Pod::Text, from Brad Appleton.
35414              
35415              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
35416              Subject: borland C++ win32.c tweak
35417              
35418              C<@a = @b = split(...)> optimization coredumps under ithreads
35419              (missed a spot when fixing up op_pmreplroot hack for ithreads)
35420              
35421              Document the SvUTF8*().
35422              
35423              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
35424              
35425              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
35426              
35427              Do in VMS as the #7054 does.
35428              
35429              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
35430              
35431              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
35432              
35433              Subject: [patch: perl@7045] vms updates
35434              
35435              Test for the #7049.
35436              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
35437              
35438              Break up the myconfig lines a bit.
35439              Subject: perlbug/perl -V output format
35440              
35441              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
35442              
35443              The #7054 truncated Configure badly.
35444              
35445              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
35446              initialization in all the threads on Windows
35447              
35448              Allow for whitespace between "#" and "line" in cpp output.
35449              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
35450              
35451              Remove vestiges of tr//CU.
35452              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
35453              
35454              The return value of setlocale must be copied away.
35455              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
35456              
35457              Allow chop() and chomp() to be overridden.
35458              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
35459              
35460              Hints optimization.
35461              Subject: Minor nit
35462              
35463              Subject: [PATCH] de-wall t/README
35464              
35465              Subject: Re: Two advertising clauses need to be removed
35466      Branch: maint-5.6/perl
35467           !> (integrate 75 files)
35468 ____________________________________________________________________________
35469 [  8152] By: gsar                                  on 2000/12/17  20:30:11
35470         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
35471              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
35472              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
35473              
35474              Don't attach -ld to the archname if pointless.
35475              
35476              Document UNTIE in a very minimalistic way.
35477              
35478              POSIX doesn't report long double values under -Duselongdouble
35479              when the long doubles are "real" (bigger than doubles).
35480              
35481              More author updates.
35482              
35483              Try to deduce NV_MAX.  Really should be Configure fodder.
35484              
35485              :: not allowed in pathnames, change to .
35486              Subject: [PATCH perl@6938] cygwin port
35487              
35488              Forget about NV_MAX (#6951).  Various floating point tweaks,
35489              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
35490              
35491              Move the Solaris 7 scan to use64bitall, make the
35492              failure to find 64-bot sparc libc to mention the
35493              possibility of being in an intel, from Lupe and Alan.
35494              
35495              Regen perltoc.
35496              
35497              AUTHORS tweaks, from Peter Prymmer.
35498              
35499              More address tweaking.
35500              
35501              Small tweaks all over.
35502              
35503              File::Temp patches from Andreas König,
35504              
35505              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
35506              
35507              Subject: CPAN.pm beta 1.57_57 for the core
35508              
35509              Part of the solution.
35510              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
35511              
35512              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
35513              
35514              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35515              
35516              Add the overload warnings to perldiag.
35517              
35518              Drop unused argument.
35519              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
35520              
35521              Subject: Nit in Configure (bleadperl@6961)
35522              
35523              Update to PodParser 1.18, from Brad Appleton.
35524              
35525              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
35526              
35527              Subject: [PATCH: 6948] add SCNfldbl to configure.com
35528              
35529              Document UNTIE. Also tweak implementation to suppress the 'inner references'
35530              warning when UNTIE exists and instead pass the cound of extra references to
35531              the UNTIE method.
35532              
35533              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
35534              so that case-ignoring systems like DCL can tell them from
35535              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
35536              
35537              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35538              
35539              Feature ordering tweak.
35540              
35541              Regen perltoc.
35542              
35543              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
35544              
35545              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
35546              
35547              Subject: http:// in L<>
35548              
35549              Detypo.
35550              
35551              change#6791 accidentally clobbered change#6710, put it back
35552              
35553              Only the first line, thank you very much.
35554              
35555              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
35556              plus rework the http: spots as suggested by Tom Christiansen,
35557              plus regen perltoc.
35558              
35559              Undo part of change 6489 which looks like a bulk edit which
35560              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
35561              The supressing of main:: on return from select() is undesirable.
35562              
35563              Apparently avoiding the swapping is too costly.
35564              
35565              Various Configure nits by Philip Newton,
35566              plus the ebcdic one by me.
35567              
35568              Make certain cc is set before trying to run it.
35569              
35570              If overloaded %{} etc. return the object do not loop.
35571              Thus  sub deref { $_[0] } functions if object is wanted type.
35572              
35573              Update perlhist.
35574              
35575              More %{} and other deref special casing - do not pass to 'nomethod'.
35576      Branch: maint-5.6/perl
35577           !> (integrate 59 files)
35578 ____________________________________________________________________________
35579 [  8151] By: gsar                                  on 2000/12/17  19:14:38
35580         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
35581              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
35582              
35583              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
35584              
35585              Make the epsilon to be relative, not absolute.
35586              
35587              Put back the flags dump as reasoned in
35588              Subject: Re: [PATCH] Glob dumping
35589              
35590              Introduce ccname to keep track of what compiler kind of we have.
35591              
35592              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
35593              
35594              Put back the slice accidentally removed by #6907.
35595              
35596              Reset archname and archname64 always, forcing them be
35597              recomputed at each Configure run, make Configure and
35598              the hints files agree on the naming of largefiles variables.
35599              
35600              Don't say "Perl 5.0 source kit".
35601              
35602              Subject: [PATCH] fix misc cast warnings
35603              
35604              Subject: typos in pods
35605              
35606              NVs not necessarily doubles, as pointed out by Yitzchak.
35607              
35608              Subject: [PATCH 6889] add a few ldbl formats to configure.com
35609              
35610              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
35611              
35612              Better options for rsync.
35613              
35614              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
35615              
35616              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
35617              
35618              Subject: [PATCH] Re: UNTIE method 
35619              
35620              A better fix for the Socket building problem from Craig Berry.
35621              
35622              Retract the dummy test, skip the security tests (instead of failing),
35623              explain what the warnings mean.
35624              
35625              Heap decorruption.
35626              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
35627              
35628              Update to Unicode 3.0.1.
35629              
35630              Missed one Unicode file.
35631              
35632              Subject: Re: typos in pods
35633              
35634              The #6929 was too skimpy.
35635              
35636              sscanf() may be the only way to read long doubles from strings.
35637              
35638              Reveal Borland's isnan.
35639              Subject: build with BC++ tweak
35640              
35641              Issue useful diagnostic on unknown pod commands.
35642              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
35643              
35644              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
35645              
35646              Clarify the third case of ftmp-security warnings.
35647              
35648              Make -Dusemorebits find long doubles in Solaris.
35649              
35650              Wrap the test in eval.
35651      Branch: maint-5.6/perl
35652           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
35653           +> lib/unicode/PropList.txt lib/unicode/README.perl
35654           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
35655           +> lib/unicode/Unicode.301 vms/vmspipe.com
35656            - lib/unicode/Props.txt lib/unicode/UCD300.html
35657            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35658           !> (integrate 305 files)
35659 ____________________________________________________________________________
35660 [  8150] By: jhi                                   on 2000/12/17  18:47:57
35661         Log: Uncheckedin generated files.
35662      Branch: perl
35663            ! global.sym perlapi.c pod/perlapi.pod
35664 ____________________________________________________________________________
35665 [  8149] By: jhi                                   on 2000/12/17  18:41:22
35666         Log: Update Changes.
35667      Branch: perl
35668            ! Changes patchlevel.h
35669 ____________________________________________________________________________
35670 [  8148] By: jhi                                   on 2000/12/17  18:39:16
35671         Log: Subject: [PATCH] Fcntl constants speedup
35672              From: Nicholas Clark <nick@ccl4.org>
35673              Date: Sun, 17 Dec 2000 16:29:24 +0000
35674              Message-ID: <20001217162924.E97668@plum.flirble.org>
35675              
35676              Use IVs for the Fcntl constants instead of NVs.
35677      Branch: perl
35678            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
35679 ____________________________________________________________________________
35680 [  8147] By: jhi                                   on 2000/12/17  18:33:41
35681         Log: Add test for #8145 (binmode() warning), add warning for
35682              ioctl() and sockpair(), document them. (fileno() cannot
35683              be tripwired with the same kind of warning because
35684              'defined fileno($foo)' seems to be an idiom.)
35685      Branch: perl
35686            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
35687 ____________________________________________________________________________
35688 [  8146] By: gsar                                  on 2000/12/17  18:09:08
35689         Log: update Changes
35690      Branch: maint-5.6/perl
35691            ! Changes
35692 ____________________________________________________________________________
35693 [  8145] By: jhi                                   on 2000/12/17  17:39:35
35694         Log: Subject: [PATCH] Re: The long awaited feature ...
35695              From: Simon Cozens <simon@cozens.net>
35696              Date: Sun, 17 Dec 2000 12:31:56 +0000
35697              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
35698              
35699              Add a warning to binmode() about using bad filehandles
35700              (can happen e.g. if someone forgets the filehandle argument)
35701      Branch: perl
35702            ! pp_sys.c
35703 ____________________________________________________________________________
35704 [  8144] By: jhi                                   on 2000/12/17  17:33:48
35705         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
35706              From: Jonathan Stowe <gellyfish@gellyfish.com>
35707              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
35708              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
35709      Branch: perl
35710            ! lib/Net/Ping.pm
35711 ____________________________________________________________________________
35712 [  8143] By: jhi                                   on 2000/12/17  05:31:37
35713         Log: Polymorphic regexps.
35714              
35715              Fixes at least the bugs 20001028.003 (both of them...) and
35716              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
35717              also to be fixed by now, probably already before this patch.
35718      Branch: perl
35719            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
35720            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
35721            ! t/op/utf8decode.t t/pragma/utf8.t
35722 ____________________________________________________________________________
35723 [  8142] By: jhi                                   on 2000/12/16  17:16:05
35724         Log: Subject: [patch perl@8102] dos/djgpp update
35725              From: Laszlo Molnar <ml1050@freemail.hu>
35726              Date: Sat, 16 Dec 2000 01:40:52 +0100
35727              Message-ID: <20001216014052.A335@freemail.hu>
35728      Branch: perl
35729            ! djgpp/config.over t/base/commonsense.t
35730 ____________________________________________________________________________
35731 [  8141] By: jhi                                   on 2000/12/16  17:09:27
35732         Log: Few uncheckedin files.
35733      Branch: perl
35734            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
35735 ____________________________________________________________________________
35736 [  8140] By: nick                                  on 2000/12/15  22:14:31
35737         Log: Integrate mainline
35738      Branch: perlio
35739           !> (integrate 53 files)
35740 ____________________________________________________________________________
35741 [  8139] By: jhi                                   on 2000/12/15  19:49:49
35742         Log: One more IVUV tweak from Nicholas Clark.
35743      Branch: perl
35744            ! sv.c
35745 ____________________________________________________________________________
35746 [  8138] By: jhi                                   on 2000/12/15  19:17:06
35747         Log: Return of the IVUV-preservation, now seems to be happy even
35748              in Digital UNIX (the broken strtoul brokenness detection
35749              seems to have been the fly in the ointment).
35750      Branch: perl
35751            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35752            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
35753            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
35754            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
35755            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35756            ! vos/config.ga.h win32/config.bc win32/config.gc
35757            ! win32/config.vc
35758 ____________________________________________________________________________
35759 [  8137] By: jhi                                   on 2000/12/15  18:12:14
35760         Log: Metaconfig unit change for #8136.
35761      Branch: metaconfig
35762            ! U/modified/d_strtoul.U
35763      Branch: metaconfig/U/perl
35764            ! d_strtoull.U d_strtouq.U
35765 ____________________________________________________________________________
35766 [  8136] By: jhi                                   on 2000/12/15  18:11:35
35767         Log: I don't think it's sensible or portable to test the strtou*
35768              on /^-/ strings.
35769      Branch: perl
35770            ! Configure
35771 ____________________________________________________________________________
35772 [  8135] By: jhi                                   on 2000/12/15  17:18:49
35773         Log: Metaconfig unit change for #8134.
35774      Branch: metaconfig
35775            ! U/modified/d_strtoul.U
35776 ____________________________________________________________________________
35777 [  8134] By: jhi                                   on 2000/12/15  17:14:13
35778         Log: If longsize is 8 we don't need a LL suffix for integer constants.
35779      Branch: perl
35780            ! Configure config_h.SH
35781 ____________________________________________________________________________
35782 [  8133] By: jhi                                   on 2000/12/15  16:00:23
35783         Log: Update Changes.
35784      Branch: perl
35785            ! Changes patchlevel.h
35786 ____________________________________________________________________________
35787 [  8132] By: jhi                                   on 2000/12/15  15:44:16
35788         Log: Some compilers get huffy if you do not cast a const pointer
35789              to a non-const when assigning.
35790      Branch: perl
35791            ! gv.c
35792 ____________________________________________________________________________
35793 [  8131] By: jhi                                   on 2000/12/15  15:38:30
35794         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
35795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35796              Date: Fri, 15 Dec 2000 05:26:57 -0500
35797              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
35798      Branch: perl
35799            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
35800            ! t/pragma/overload.t
35801 ____________________________________________________________________________
35802 [  8130] By: jhi                                   on 2000/12/15  15:36:08
35803         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
35804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35805              Date: Thu, 14 Dec 2000 22:02:43 -0500
35806              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
35807      Branch: perl
35808            ! gv.c perl.h
35809 ____________________________________________________________________________
35810 [  8129] By: jhi                                   on 2000/12/15  15:34:16
35811         Log: Subject: PATCH: h2xs nit
35812              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35813              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
35814              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
35815              
35816              Add a template README.
35817      Branch: perl
35818            ! utils/h2xs.PL
35819 ____________________________________________________________________________
35820 [  8128] By: jhi                                   on 2000/12/15  15:32:22
35821         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
35822      Branch: perl
35823            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
35824 ____________________________________________________________________________
35825 [  8127] By: jhi                                   on 2000/12/15  15:19:34
35826         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
35827              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35828              Date:     Thu, 14 Dec 2000 20:04:42 EST
35829              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
35830      Branch: perl
35831            ! ext/Opcode/Opcode.xs
35832 ____________________________________________________________________________
35833 [  8126] By: jhi                                   on 2000/12/15  15:17:49
35834         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
35835              From: Peter Prymmer <pvhp@forte.com>
35836              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
35837              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
35838      Branch: perl
35839            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
35840            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
35841            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
35842 ____________________________________________________________________________
35843 [  8125] By: jhi                                   on 2000/12/15  15:11:05
35844         Log: This seems to be a stage sane and stable enough to checkin.
35845              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
35846      Branch: perl
35847            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
35848            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
35849            ! t/op/cmp.t t/op/numconvert.t
35850 ____________________________________________________________________________
35851 [  8124] By: jhi                                   on 2000/12/15  04:20:26
35852         Log: Something is really wonky.
35853      Branch: perl
35854            ! sv.c
35855 ____________________________________________________________________________
35856 [  8123] By: jhi                                   on 2000/12/15  04:00:50
35857         Log: Fixes for the IV UV patches to compile in Digital UNIX.
35858      Branch: perl
35859            ! sv.c
35860 ____________________________________________________________________________
35861 [  8122] By: jhi                                   on 2000/12/15  02:53:40
35862         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
35863              From: "Craig A. Berry" <craigberry@mac.com>
35864              Date: Thu, 14 Dec 2000 19:10:49 -0600
35865              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
35866      Branch: perl
35867            ! vms/vms.c
35868 ____________________________________________________________________________
35869 [  8121] By: jhi                                   on 2000/12/15  02:50:00
35870         Log: Metaconfig changes for #8120.
35871      Branch: metaconfig
35872            + U/modified/d_strtoul.U
35873      Branch: metaconfig/U/perl
35874            ! d_strtoull.U d_strtouq.U
35875 ____________________________________________________________________________
35876 [  8120] By: jhi                                   on 2000/12/15  02:49:42
35877         Log: From: Nicholas Clark <nick@ccl4.org> 
35878              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
35879              Date: Thu, 14 Dec 2000 18:38:57 +0000
35880              Message-ID: <20001214183857.B97909@plum.flirble.org>
35881      Branch: perl
35882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35883            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
35884            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35885            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35886            ! win32/config.gc win32/config.vc
35887 ____________________________________________________________________________
35888 [  8119] By: jhi                                   on 2000/12/14  23:40:58
35889         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
35890              From: Nicholas Clark <nick@ccl4.org>
35891              Date: Wed, 13 Dec 2000 20:08:50 +0000
35892              Message-ID: <20001213200849.B71166@plum.flirble.org>
35893      Branch: perl
35894            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
35895            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
35896 ____________________________________________________________________________
35897 [  8118] By: jhi                                   on 2000/12/14  22:46:26
35898         Log: Integrate perlio.
35899      Branch: perl
35900           !> MANIFEST ext/Encode/compile makedef.pl
35901 ____________________________________________________________________________
35902 [  8117] By: nick                                  on 2000/12/14  22:38:53
35903         Log: Win32 tweaks to get Encode to build
35904              - temp hack to makedef.pl till PerlIO is properly "exported".
35905              - MSVC dislikes  
35906              static encpage_t foo[];
35907              so make 'em extern for now.
35908      Branch: perlio
35909            ! ext/Encode/compile makedef.pl
35910 ____________________________________________________________________________
35911 [  8116] By: nick                                  on 2000/12/14  22:00:53
35912         Log: Document the new files
35913      Branch: perlio
35914            ! MANIFEST
35915 ____________________________________________________________________________
35916 [  8115] By: jhi                                   on 2000/12/14  21:58:01
35917         Log: MANIFEST new files of #8114.
35918      Branch: perl
35919            ! MANIFEST
35920 ____________________________________________________________________________
35921 [  8114] By: jhi                                   on 2000/12/14  21:50:49
35922         Log: Integrate perlio.
35923      Branch: perl
35924           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
35925           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
35926           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
35927           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
35928           !> ext/Encode/Makefile.PL
35929 ____________________________________________________________________________
35930 [  8113] By: jhi                                   on 2000/12/14  21:48:49
35931         Log: The documentation part of the
35932              
35933              Subject: [ID 20001214.002] Net::Ping patch
35934              From: Jonathan Stowe <gellyfish@gellyfish.com>
35935              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
35936              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
35937              since the #7529 had already addressed the same problem.
35938      Branch: perl
35939            ! lib/Net/Ping.pm
35940 ____________________________________________________________________________
35941 [  8112] By: jhi                                   on 2000/12/14  21:42:57
35942         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
35943              From: Dominic Dunlop <domo@computer.org>
35944              Date: Tue, 12 Dec 2000 10:47:10 +0100
35945              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
35946              
35947              Document how elusive subroutines can be.
35948      Branch: perl
35949            ! pod/perlfunc.pod
35950 ____________________________________________________________________________
35951 [  8111] By: jhi                                   on 2000/12/14  21:38:05
35952         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
35953              From: Dominic Dunlop <domo@computer.org>
35954              Date: Thu, 14 Dec 2000 10:13:51 +0100
35955              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
35956      Branch: perl
35957            ! ext/POSIX/POSIX.pod
35958 ____________________________________________________________________________
35959 [  8110] By: jhi                                   on 2000/12/14  21:36:32
35960         Log: Subject: [patch] perlfaq7
35961              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
35962              Date: Thu, 14 Dec 2000 15:31:07 +0100
35963              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
35964      Branch: perl
35965            ! pod/perlfaq7.pod
35966 ____________________________________________________________________________
35967 [  8109] By: jhi                                   on 2000/12/14  21:29:20
35968         Log: Subject: [8104] Encode
35969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35970              Date: Thu, 14 Dec 2000 14:49:34 +0100
35971              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
35972              
35973              Type casting for nervous compilers.
35974      Branch: perl
35975            ! ext/Encode/Encode.xs
35976 ____________________________________________________________________________
35977 [  8108] By: jhi                                   on 2000/12/14  21:26:17
35978         Log: Subject: [8104] DB_File
35979              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35980              Date: Thu, 14 Dec 2000 14:49:35 +0100
35981              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
35982              
35983              Type definition incorrect for DB 2.7.7.  Not known when it
35984              changed, so only changed it for a known revision.
35985      Branch: perl
35986            ! ext/DB_File/DB_File.xs
35987 ____________________________________________________________________________
35988 [  8107] By: jhi                                   on 2000/12/14  21:23:41
35989         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
35990              From: Peter Prymmer <pvhp@forte.com>
35991              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
35992              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
35993              
35994              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
35995      Branch: perl
35996            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35997            ! ext/Encode/Encode/posix-bc.enc
35998 ____________________________________________________________________________
35999 [  8106] By: nick                                  on 2000/12/14  20:36:13
36000         Log: "Cold" build correction to Encode's Makefile.PL
36001      Branch: perlio
36002            ! ext/Encode/Makefile.PL
36003 ____________________________________________________________________________
36004 [  8105] By: nick                                  on 2000/12/14  20:09:37
36005         Log: "Compiled" encodings.
36006              Correct replacement character in EBCDIC .enc files
36007              Add 0x7F to ASCII repertoire.
36008      Branch: perlio
36009            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36010            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
36011            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
36012            ! ext/Encode/Makefile.PL ext/Encode/compile
36013            ! ext/Encode/encengine.c ext/Encode/encode.h
36014 ____________________________________________________________________________
36015 [  8104] By: nick                                  on 2000/12/14  00:38:20
36016         Log: Integrate mainline
36017      Branch: perlio
36018           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
36019           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
36020           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
36021           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
36022           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
36023           !> t/lib/db-hash.t t/lib/db-recno.t
36024 ____________________________________________________________________________
36025 [  8103] By: nick                                  on 2000/12/13  23:16:13
36026         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
36027              so far and so it does not get lost.
36028      Branch: perlio
36029            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
36030 ____________________________________________________________________________
36031 [  8102] By: jhi                                   on 2000/12/13  17:14:22
36032         Log: Update Changes.
36033      Branch: perl
36034            ! Changes patchlevel.h
36035 ____________________________________________________________________________
36036 [  8101] By: jhi                                   on 2000/12/13  16:53:41
36037         Log: Move the proto of start_glob() to a better place; regen api files.
36038      Branch: perl
36039            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
36040 ____________________________________________________________________________
36041 [  8100] By: jhi                                   on 2000/12/13  16:47:11
36042         Log: Metaconfig change for #8099.
36043      Branch: metaconfig
36044            ! U/modified/Head.U
36045 ____________________________________________________________________________
36046 [  8099] By: jhi                                   on 2000/12/13  16:46:48
36047         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
36048              From: Andy Dougherty <doughera@lafayette.edu>
36049              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
36050              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
36051      Branch: perl
36052            ! Configure
36053 ____________________________________________________________________________
36054 [  8098] By: jhi                                   on 2000/12/13  16:39:02
36055         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
36056              From: rspier@pobox.com (Robert Spier)
36057              Date: Tue, 12 Dec 2000 21:12:39 -0500
36058              Message-ID: <14902.56087.678086.725773@rls.cx>
36059              
36060              fastgetcwd is defined using a glob alias on a $^O dependent basis -
36061              and there was no default assignment or perl subroutine.
36062      Branch: perl
36063            ! lib/Cwd.pm
36064 ____________________________________________________________________________
36065 [  8097] By: jhi                                   on 2000/12/13  16:16:01
36066         Log: Subject: [PATCH] move startglob out of pp_hot.c
36067              From: Nicholas Clark <nick@ccl4.org>
36068              Date: Mon, 11 Dec 2000 23:16:39 +0000
36069              Message-ID: <20001211231638.A55550@plum.flirble.org>
36070      Branch: perl
36071            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
36072 ____________________________________________________________________________
36073 [  8096] By: jhi                                   on 2000/12/13  15:26:23
36074         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
36075              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36076              Date: Wed, 13 Dec 2000 14:01:37 +0100
36077              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
36078              
36079              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
36080              in turn requires libpthread in libswanted.
36081      Branch: perl
36082            ! hints/hpux.sh
36083 ____________________________________________________________________________
36084 [  8095] By: jhi                                   on 2000/12/12  19:51:05
36085         Log: The integration wars continue.
36086      Branch: perl
36087           !> sv.c
36088 ____________________________________________________________________________
36089 [  8094] By: jhi                                   on 2000/12/12  19:48:26
36090         Log: Subject: [PATCH perl@8070] DB_File-1.74  
36091              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
36092              Date: Mon, 11 Dec 2000 23:07:17 -0000
36093              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
36094      Branch: perl
36095            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36096            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
36097            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
36098            ! t/lib/db-recno.t
36099 ____________________________________________________________________________
36100 [  8093] By: nick                                  on 2000/12/12  19:42:13
36101         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
36102      Branch: perlio
36103            ! sv.c
36104           !> lib/File/DosGlob.pm
36105 ____________________________________________________________________________
36106 [  8092] By: jhi                                   on 2000/12/12  19:28:11
36107         Log: Integrate perlio.
36108      Branch: perl
36109           !> sv.c
36110 ____________________________________________________________________________
36111 [  8091] By: nick                                  on 2000/12/12  18:49:45
36112         Log: Fix for Tk, and upgrading shared SVs.
36113      Branch: perlio
36114            ! sv.c
36115 ____________________________________________________________________________
36116 [  8090] By: jhi                                   on 2000/12/12  16:48:59
36117         Log: Subject: [PATCH] Re: Breadperl & Tk
36118              From: Nick Ing-Simmons <nik@tiuk.ti.com>
36119              Date: Tue, 12 Dec 2000 14:48:27 GMT
36120              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
36121      Branch: perl
36122            ! sv.c
36123 ____________________________________________________________________________
36124 [  8089] By: jhi                                   on 2000/12/12  03:37:19
36125         Log: Subject: DosGlob.pm diff for bash style brace expansion.
36126              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
36127              Date: Fri, 8 Dec 2000 10:45:30 -0600
36128              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
36129      Branch: perl
36130            ! lib/File/DosGlob.pm
36131 ____________________________________________________________________________
36132 [  8088] By: nick                                  on 2000/12/11  23:59:59
36133         Log: Integrate mainline
36134      Branch: perlio
36135           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
36136           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
36137           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
36138           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
36139           !> t/op/local.t t/pragma/warn/toke toke.c
36140 ____________________________________________________________________________
36141 [  8087] By: jhi                                   on 2000/12/11  23:20:23
36142         Log: Integrate perlio.
36143      Branch: perl
36144           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36145 ____________________________________________________________________________
36146 [  8086] By: jhi                                   on 2000/12/11  22:50:59
36147         Log: Tune further the OS detection of CGI.
36148      Branch: perl
36149            ! lib/CGI.pm
36150 ____________________________________________________________________________
36151 [  8085] By: nick                                  on 2000/12/11  22:50:46
36152         Log: Finish 1st pass of "encoding" layer e.g. :
36153              open($fh,"<encoding(iso8859-7)",$greek) || die;
36154      Branch: perlio
36155            ! ext/Encode/Encode.xs perlio.c perliol.h
36156 ____________________________________________________________________________
36157 [  8084] By: jhi                                   on 2000/12/11  22:32:06
36158         Log: Revert the -f ambiguousity patch, seems to cause
36159              too much hassle (the interpret -Q as a function
36160              where Q is not a known filetest part is left in).
36161      Branch: perl
36162            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
36163            ! toke.c
36164 ____________________________________________________________________________
36165 [  8083] By: jhi                                   on 2000/12/11  22:27:23
36166         Log: (accidentally empty check-in)
36167      Branch: perl
36168            ! lib/File/DosGlob.pm
36169 ____________________________________________________________________________
36170 [  8082] By: nick                                  on 2000/12/11  19:09:51
36171         Log: Restore mmap function (broken by tweaks to shared buffer
36172              layer for encode(xxxx)).
36173      Branch: perlio
36174            ! perlio.c
36175 ____________________________________________________________________________
36176 [  8081] By: jhi                                   on 2000/12/11  18:29:13
36177         Log: Subject: Re: The long awaited feature ...
36178              From: Simon Cozens <simon@cozens.net>
36179              Date: Mon, 11 Dec 2000 15:54:24 +0000
36180              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
36181              
36182              More io/utf8 tests.
36183      Branch: perl
36184            ! t/io/utf8.t
36185 ____________________________________________________________________________
36186 [  8080] By: jhi                                   on 2000/12/11  18:19:36
36187         Log: Subject: PATCH MakeMaker manpage clarification
36188              From: andreas.koenig@anima.de (Andreas J. Koenig)
36189              Date: 10 Dec 2000 20:46:13 +0100
36190              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
36191      Branch: perl
36192            ! lib/ExtUtils/MakeMaker.pm
36193 ____________________________________________________________________________
36194 [  8079] By: jhi                                   on 2000/12/11  15:35:07
36195         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
36196              From: Simon Cozens <simon@cozens.net>
36197              Date: Sun, 10 Dec 2000 19:06:19 +0000
36198              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
36199      Branch: perl
36200            ! ext/B/B/Deparse.pm t/lib/b.t
36201 ____________________________________________________________________________
36202 [  8078] By: jhi                                   on 2000/12/11  15:09:11
36203         Log: Subject: [PATCH] docs on NaN
36204              From: Nicholas Clark <nick@ccl4.org>
36205              Date: Mon, 11 Dec 2000 01:48:38 +0000
36206              Message-ID: <20001211014838.B99205@plum.flirble.org>
36207      Branch: perl
36208            ! pod/perlop.pod
36209 ____________________________________________________________________________
36210 [  8077] By: jhi                                   on 2000/12/11  15:02:21
36211         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
36212              From: Simon Cozens <simon@cozens.net>
36213              Date: Mon, 11 Dec 2000 01:21:45 +0000
36214              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
36215      Branch: perl
36216            ! pp.c pp_hot.c scope.c t/op/local.t
36217 ____________________________________________________________________________
36218 [  8076] By: nick                                  on 2000/12/10  20:43:32
36219         Log: Not merge worthy...
36220              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
36221              syntax is modelled on attributes.
36222              Untested fix for io/utf8 on Win32 etc.
36223              Very clumsy start to the encode layer.
36224      Branch: perlio
36225            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36226 ____________________________________________________________________________
36227 [  8075] By: jhi                                   on 2000/12/10  18:39:33
36228         Log: Darwin is not Windows.
36229      Branch: perl
36230            ! lib/CGI.pm
36231 ____________________________________________________________________________
36232 [  8074] By: jhi                                   on 2000/12/10  18:31:27
36233         Log: Subject: Ambiguous -%c() resolved as a file test
36234              From: "Paul Marquess" <Paul.Marquess@openwave.com>
36235              Date: Sun, 10 Dec 2000 15:35:07 -0000
36236              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
36237      Branch: perl
36238            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
36239 ____________________________________________________________________________
36240 [  8073] By: jhi                                   on 2000/12/10  18:16:29
36241         Log: Subject: PATCH installperl misinformed 
36242              From: andreas.koenig@anima.de (Andreas J. Koenig)
36243              Date: 10 Dec 2000 13:01:32 +0100 
36244              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
36245      Branch: perl
36246            ! installperl
36247 ____________________________________________________________________________
36248 [  8072] By: jhi                                   on 2000/12/10  18:07:55
36249         Log: The walkoptree confusion rages; walkoptree() seems to be coming
36250              from B.xs, while walkoptree_slow() comes from B.pm.
36251      Branch: perl
36252            ! ext/B/B.pm
36253 ____________________________________________________________________________
36254 [  8071] By: nick                                  on 2000/12/10  11:45:47
36255         Log: Integrate mainline
36256      Branch: perlio
36257           +> t/base/commonsense.t
36258           !> (integrate 37 files)
36259 ____________________________________________________________________________
36260 [  8070] By: jhi                                   on 2000/12/10  04:46:21
36261         Log: Update Changes.
36262      Branch: perl
36263            ! Changes patchlevel.h
36264 ____________________________________________________________________________
36265 [  8069] By: jhi                                   on 2000/12/10  04:39:19
36266         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
36267              From: andreas.koenig@anima.de (Andreas J. Koenig)
36268              Date: 09 Dec 2000 17:14:25 +0100
36269              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
36270      Branch: perl
36271            + t/base/commonsense.t
36272            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
36273 ____________________________________________________________________________
36274 [  8068] By: jhi                                   on 2000/12/10  04:17:36
36275         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
36276              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
36277              Date: Sat, 9 Dec 2000 16:47:22 -0000
36278              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
36279      Branch: perl
36280            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
36281            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
36282            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
36283            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
36284            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
36285            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
36286            ! t/lib/sdbm.t
36287 ____________________________________________________________________________
36288 [  8067] By: jhi                                   on 2000/12/10  03:52:02
36289         Log: Test case for #8066.
36290      Branch: perl
36291            ! t/op/misc.t
36292 ____________________________________________________________________________
36293 [  8066] By: jhi                                   on 2000/12/10  03:50:30
36294         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
36295              From: Simon Cozens <simon@cozens.net>
36296              Date: Sun, 10 Dec 2000 00:55:37 +0000
36297              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
36298      Branch: perl
36299            ! pp_sys.c
36300 ____________________________________________________________________________
36301 [  8065] By: jhi                                   on 2000/12/10  03:44:52
36302         Log: Test case for #8064.
36303      Branch: perl
36304            ! t/comp/proto.t
36305 ____________________________________________________________________________
36306 [  8064] By: jhi                                   on 2000/12/10  03:42:32
36307         Log: Subject: Re: prototype of substr
36308              From: Simon Cozens <simon@cozens.net>
36309              Date: Sun, 10 Dec 2000 00:13:33 +0000
36310              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
36311              
36312              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
36313      Branch: perl
36314            ! pp.c
36315 ____________________________________________________________________________
36316 [  8063] By: jhi                                   on 2000/12/10  03:39:42
36317         Log: Subject: [PATCH] perlguts.pod
36318              From: Simon Cozens <simon@cozens.net>
36319              Date: Sun, 10 Dec 2000 00:06:47 +0000
36320              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
36321              
36322              Documentation of the different types of ops,
36323              plus the functions in dump.c
36324      Branch: perl
36325            ! pod/perlguts.pod
36326 ____________________________________________________________________________
36327 [  8062] By: jhi                                   on 2000/12/10  03:30:04
36328         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
36329              From: Nicholas Clark <nick@talking.bollo.cx>
36330              Date: Sat, 09 Dec 2000 18:57:25 +0000
36331              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
36332              
36333              Be more robust in weird hostname setups.
36334      Branch: perl
36335            ! t/lib/net-hostent.t
36336 ____________________________________________________________________________
36337 [  8061] By: jhi                                   on 2000/12/10  03:28:21
36338         Log: Pacify fussy compiler. 
36339      Branch: perl
36340            ! pp_sys.c
36341 ____________________________________________________________________________
36342 [  8060] By: jhi                                   on 2000/12/10  02:52:46
36343         Log: Integrate perlio.
36344      Branch: perl
36345           !> pp_sys.c t/io/utf8.t
36346 ____________________________________________________________________________
36347 [  8059] By: nick                                  on 2000/12/09  23:40:14
36348         Log: read/sysread/recv should now be utf8 aware.
36349              Basic test for utf8 read.
36350      Branch: perlio
36351            ! pp_sys.c t/io/utf8.t
36352 ____________________________________________________________________________
36353 [  8058] By: jhi                                   on 2000/12/09  21:56:02
36354         Log: Integrate perlio.
36355      Branch: perl
36356           +> t/io/utf8.t
36357           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
36358 ____________________________________________________________________________
36359 [  8057] By: jhi                                   on 2000/12/09  21:53:35
36360         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
36361              From: Inaba Hiroto <inaba@st.rim.or.jp>
36362              Date: Sun, 10 Dec 2000 05:53:21 +0900
36363              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
36364              
36365              Tests for #8056.
36366      Branch: perl
36367            ! t/op/each.t
36368 ____________________________________________________________________________
36369 [  8056] By: jhi                                   on 2000/12/09  21:51:16
36370         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
36371              From: Inaba Hiroto <inaba@st.rim.or.jp>
36372              Date: Sat, 09 Dec 2000 18:02:00 +0900
36373              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
36374              
36375              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
36376      Branch: perl
36377            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
36378 ____________________________________________________________________________
36379 [  8055] By: nick                                  on 2000/12/09  20:11:48
36380         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
36381              than raw PerlIO_write() - does not seem to break any tests.
36382      Branch: perlio
36383            ! pp_sys.c
36384 ____________________________________________________________________________
36385 [  8054] By: nick                                  on 2000/12/09  19:47:30
36386         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
36387              (sysread, recv and write i.e. formats still to do...)
36388              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
36389              open($fh,">:utf8","name")
36390              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
36391              so no extra overhead is involved.
36392              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
36393              to a non-utf8 stream.
36394              Add initial io/utf8.t
36395              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
36396              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
36397              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
36398      Branch: perlio
36399            + t/io/utf8.t
36400            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
36401 ____________________________________________________________________________
36402 [  8053] By: nick                                  on 2000/12/09  19:26:37
36403         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
36404              was only testing this_utf8.
36405      Branch: perlio
36406            ! toke.c
36407 ____________________________________________________________________________
36408 [  8052] By: nick                                  on 2000/12/09  19:09:41
36409         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
36410              i.e. the output string has one, but don't mess with source assumption.
36411      Branch: perlio
36412            ! toke.c
36413 ____________________________________________________________________________
36414 [  8051] By: jhi                                   on 2000/12/09  16:55:17
36415         Log: Integrate perlio.
36416      Branch: perl
36417           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
36418           !> sv.c thrdvar.h util.c
36419 ____________________________________________________________________________
36420 [  8050] By: jhi                                   on 2000/12/09  16:48:07
36421         Log: Nits noticed by Peter Prymmer.
36422      Branch: perl
36423            ! lib/ExtUtils/MM_VMS.pm
36424 ____________________________________________________________________________
36425 [  8049] By: nick                                  on 2000/12/09  13:49:40
36426         Log: UTF8 output prework.
36427              - Store $\ and $, as SVs so they can have SvUTF8 flag
36428              - use do_print() rather than raw PerlIO_write() to print them.
36429      Branch: perlio
36430            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
36431            ! thrdvar.h util.c
36432 ____________________________________________________________________________
36433 [  8048] By: nick                                  on 2000/12/09  12:30:43
36434         Log: Integrate mainline.
36435      Branch: perlio
36436           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
36437           +> t/op/reverse.t
36438           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
36439           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36440           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
36441           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
36442           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
36443           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
36444 ____________________________________________________________________________
36445 [  8047] By: jhi                                   on 2000/12/09  00:23:27
36446         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
36447              From: Michael G Schwern <schwern@pobox.com>
36448              Date: Fri, 8 Dec 2000 14:43:04 -0600
36449      Branch: perl
36450            ! lib/ExtUtils/MM_VMS.pm
36451 ____________________________________________________________________________
36452 [  8046] By: jhi                                   on 2000/12/08  23:10:27
36453         Log: A missed check-in.
36454      Branch: perl
36455            ! lib/ExtUtils/Manifest.pm
36456 ____________________________________________________________________________
36457 [  8045] By: jhi                                   on 2000/12/08  21:57:12
36458         Log: (null check-in)
36459      Branch: perl
36460            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
36461 ____________________________________________________________________________
36462 [  8044] By: jhi                                   on 2000/12/08  21:11:06
36463         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
36464              at the final draft stage.
36465      Branch: perl
36466            + ext/Encode/Encode/iso8859-16.enc
36467            ! MANIFEST
36468 ____________________________________________________________________________
36469 [  8043] By: jhi                                   on 2000/12/08  16:39:04
36470         Log: Update Changes.
36471      Branch: perl
36472            ! Changes patchlevel.h
36473 ____________________________________________________________________________
36474 [  8042] By: jhi                                   on 2000/12/08  16:33:39
36475         Log: Do not return the Unicode replacement character if UTF-8
36476              decoding goes awry, it should be up to the caller to decide.
36477      Branch: perl
36478            ! pod/perlapi.pod utf8.c
36479 ____________________________________________________________________________
36480 [  8041] By: jhi                                   on 2000/12/08  16:22:28
36481         Log: metaconfig maintenance.
36482      Branch: metaconfig
36483            ! U/modified/stdchar.U
36484      Branch: metaconfig/U/perl
36485            + testsyml.U
36486 ____________________________________________________________________________
36487 [  8040] By: jhi                                   on 2000/12/08  16:03:08
36488         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
36489              From: sthoenna@efn.org
36490              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
36491              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
36492      Branch: perl
36493            ! Changes lib/ExtUtils/MM_OS2.pm
36494 ____________________________________________________________________________
36495 [  8039] By: jhi                                   on 2000/12/08  15:57:11
36496         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
36497              From: Simon Cozens <simon@cozens.net>
36498              Date: Fri, 8 Dec 2000 13:33:31 +0000
36499              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
36500              
36501              (The pp_hot part needed a rewrite.)
36502      Branch: perl
36503            ! doop.c pp_hot.c utf8.c
36504 ____________________________________________________________________________
36505 [  8038] By: jhi                                   on 2000/12/08  15:25:08
36506         Log: Subject: djSP
36507              From: Michael Stevens <michael@etla.org>
36508              Date: Wed, 6 Dec 2000 23:24:01 +0000
36509              Message-ID: <20001206232400.A21381@firedrake.org>
36510              
36511              Plus a note from Nick Ing-Simmons.
36512      Branch: perl
36513            ! pp.h
36514 ____________________________________________________________________________
36515 [  8037] By: jhi                                   on 2000/12/08  15:18:35
36516         Log: Filetype is text.
36517      Branch: perl
36518            ! t/op/utf8decode.t
36519 ____________________________________________________________________________
36520 [  8036] By: jhi                                   on 2000/12/08  03:31:27
36521         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
36522              From: Andy Dougherty <doughera@lafayette.edu>
36523              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
36524              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
36525              
36526              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
36527              From: Andy Dougherty <doughera@lafayette.edu>
36528              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
36529              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
36530      Branch: perl
36531            + ext/POSIX/hints/svr4.pl
36532            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
36533 ____________________________________________________________________________
36534 [  8035] By: jhi                                   on 2000/12/08  03:26:01
36535         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
36536              From: Andy Dougherty <doughera@lafayette.edu>
36537              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
36538              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
36539      Branch: perl
36540            ! t/README t/base/term.t
36541 ____________________________________________________________________________
36542 [  8034] By: jhi                                   on 2000/12/08  03:21:59
36543         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
36544              From: mjd@plover.com  
36545              Date: 7 Dec 2000 21:04:20 -0000
36546              Message-ID: <20001207210420.22282.qmail@plover.com>
36547              
36548              Plus -z doc.
36549      Branch: perl
36550            ! pod/perlfunc.pod
36551 ____________________________________________________________________________
36552 [  8033] By: jhi                                   on 2000/12/08  03:19:03
36553         Log: Use the UTF8 macros a bit.  They can't be used with abandon
36554              everywhere because we do generate illegal UTF-8 in some situations.
36555              This is of course naughty.
36556      Branch: perl
36557            ! pod/perlapi.pod utf8.c utf8.h
36558 ____________________________________________________________________________
36559 [  8032] By: jhi                                   on 2000/12/08  03:00:09
36560         Log: Out of sync?
36561      Branch: perl
36562            ! t/pragma/warn/utf8
36563 ____________________________________________________________________________
36564 [  8031] By: jhi                                   on 2000/12/08  02:22:39
36565         Log: Cnt spl.
36566      Branch: perl
36567            ! MANIFEST
36568 ____________________________________________________________________________
36569 [  8030] By: jhi                                   on 2000/12/08  01:23:54
36570         Log: Add test for reverse().
36571      Branch: perl
36572            + t/op/reverse.t
36573            ! MANIFEST
36574 ____________________________________________________________________________
36575 [  8029] By: jhi                                   on 2000/12/08  01:21:47
36576         Log: Integrate perlio.
36577      Branch: perl
36578           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
36579           !> perlio.c perlio.h perlsdio.h warnings.pl
36580 ____________________________________________________________________________
36581 [  8028] By: jhi                                   on 2000/12/08  01:19:08
36582         Log: Introduce macros for UTF8 decoding.
36583      Branch: perl
36584            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
36585 ____________________________________________________________________________
36586 [  8027] By: nick                                  on 2000/12/07  22:18:19
36587         Log: Integrate mainline
36588      Branch: perlio
36589           !> embed.pl pod/perlapi.pod utf8.c
36590 ____________________________________________________________________________
36591 [  8026] By: nick                                  on 2000/12/07  21:45:08
36592         Log: Various oddities p4 diff -se showed up
36593              Remove 'our' from warnings.pl
36594      Branch: perlio
36595            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
36596 ____________________________________________________________________________
36597 [  8025] By: nick                                  on 2000/12/07  21:43:32
36598         Log: Change PerlIO_(get|set)pos to take SV *
36599              Should fix, OS/2, VMS, (sfio??)
36600      Branch: perlio
36601            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
36602 ____________________________________________________________________________
36603 [  8024] By: jhi                                   on 2000/12/07  19:05:32
36604         Log: Document utf8_to_uv() better.
36605      Branch: perl
36606            ! pod/perlapi.pod utf8.c
36607 ____________________________________________________________________________
36608 [  8023] By: jhi                                   on 2000/12/07  18:23:47
36609         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
36610      Branch: perl
36611            ! embed.pl pod/perlapi.pod utf8.c
36612 ____________________________________________________________________________
36613 [  8022] By: jhi                                   on 2000/12/07  04:13:51
36614         Log: Integrate perlio.
36615      Branch: perl
36616           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
36617           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
36618           !> win32/makefile.mk
36619 ____________________________________________________________________________
36620 [  8021] By: nick                                  on 2000/12/07  00:28:14
36621         Log: Various attempts at MSVC debug - not sure what has
36622              changed but works now. 
36623              Seems atexit() _may_ work for DLLs built with MSVC so don't
36624              call cleanup that way.
36625      Branch: perlio
36626            ! perlio.c win32/makefile.mk
36627 ____________________________________________________________________________
36628 [  8020] By: nick                                  on 2000/12/06  19:57:20
36629         Log: Integrate mainline
36630      Branch: perlio
36631           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
36632           !> (integrate 75 files)
36633 ____________________________________________________________________________
36634 [  8019] By: nick                                  on 2000/12/06  19:28:21
36635         Log: Add useperlio to config.vc
36636              Turn off binmode in config_H.PL
36637              Regen all the config_H.xx
36638              Attempt to get debugging build with MSVC.
36639      Branch: perlio
36640            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36641            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
36642 ____________________________________________________________________________
36643 [  8018] By: nick                                  on 2000/12/06  19:21:57
36644         Log: Test various dup/external program options on all platforms.
36645      Branch: perlio
36646            ! t/io/dup.t
36647 ____________________________________________________________________________
36648 [  8017] By: nick                                  on 2000/12/06  19:20:47
36649         Log: Fix harness to be less picky
36650      Branch: perlio
36651            ! lib/Test/Harness.pm
36652 ____________________________________________________________________________
36653 [  8016] By: jhi                                   on 2000/12/06  16:45:12
36654         Log: Update Changes.
36655      Branch: perl
36656            ! Changes patchlevel.h
36657 ____________________________________________________________________________
36658 [  8015] By: jhi                                   on 2000/12/06  16:41:03
36659         Log: Test \x{...} with ord().
36660      Branch: perl
36661            ! t/op/ord.t
36662 ____________________________________________________________________________
36663 [  8014] By: jhi                                   on 2000/12/06  16:20:33
36664         Log: Test tweak because of #8013.
36665      Branch: perl
36666            ! t/lib/b.t
36667 ____________________________________________________________________________
36668 [  8013] By: jhi                                   on 2000/12/06  16:09:09
36669         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
36670              From: Michael G Schwern <schwern@pobox.com>
36671              Date: Tue, 5 Dec 2000 21:23:28 -0500
36672              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
36673              
36674              Carp::Heavy parts not very applicable because of recent changes.
36675      Branch: perl
36676            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
36677            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
36678            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
36679            ! lib/Exporter.pm lib/Exporter/Heavy.pm
36680            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
36681            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
36682            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
36683            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
36684            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
36685            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
36686            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
36687            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
36688            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
36689            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
36690            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
36691            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
36692            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
36693            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
36694            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
36695            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
36696            ! warnings.pl
36697 ____________________________________________________________________________
36698 [  8012] By: jhi                                   on 2000/12/06  15:22:38
36699         Log: Subject: [PATCH] Re: New harness is failing things
36700              From: Nick Ing-Simmons <nik@tiuk.ti.com>
36701              Date: Wed, 6 Dec 2000 13:00:30 GMT
36702              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
36703      Branch: perl
36704            ! lib/Test/Harness.pm
36705 ____________________________________________________________________________
36706 [  8011] By: jhi                                   on 2000/12/06  15:12:08
36707         Log: Subject: installhtml changes
36708              From: Michael Stevens <michael@etla.org>
36709              Date: Wed, 6 Dec 2000 13:15:53 +0000
36710              Message-ID: <20001206131553.A27317@firedrake.org>
36711      Branch: perl
36712            ! installhtml
36713 ____________________________________________________________________________
36714 [  8010] By: jhi                                   on 2000/12/06  15:06:05
36715         Log: Subject: the dTHR hits
36716              From: Michael Stevens <michael@etla.org>
36717              Date: Wed, 6 Dec 2000 12:06:03 +0000
36718              Message-ID: <20001206120603.A24581@firedrake.org>
36719              
36720              More, errrm, less dTHRs.
36721      Branch: perl
36722            ! bytecode.pl ext/B/B/C.pm
36723 ____________________________________________________________________________
36724 [  8009] By: jhi                                   on 2000/12/06  15:04:25
36725         Log: Subject: MakeMaker mailing list gone?
36726              From: Michael G Schwern <schwern@pobox.com>
36727              Date: Tue, 5 Dec 2000 19:29:59 -0500
36728              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
36729              
36730              The MakeMaker mailing list is dead, perlbug is the right
36731              address to report bugs.
36732      Branch: perl
36733            ! lib/ExtUtils/MakeMaker.pm
36734 ____________________________________________________________________________
36735 [  8008] By: jhi                                   on 2000/12/06  15:00:32
36736         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
36737              From: Michael G Schwern <schwern@pobox.com>
36738              Date: Tue, 5 Dec 2000 19:21:21 -0500
36739              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
36740              
36741              Add a default MANIFEST skip that ignores things like
36742              version control files, editor temporary files, and the Makefile.
36743      Branch: perl
36744            + lib/ExtUtils/MANIFEST.SKIP
36745            ! MANIFEST lib/ExtUtils/Manifest.pm
36746 ____________________________________________________________________________
36747 [  8007] By: jhi                                   on 2000/12/06  14:57:20
36748         Log: In Amiga more manual hackery of the scripts seems to be needed,
36749              from Jan-Erik Karlsson.  Why Configure does not get this right
36750              is unknown, may be shell-induced.
36751      Branch: perl
36752            ! README.amiga
36753 ____________________________________________________________________________
36754 [  8006] By: jhi                                   on 2000/12/05  23:53:12
36755         Log: Add TOPm1s to peek at the second topmost stack item.
36756      Branch: perl
36757            ! pp.h
36758 ____________________________________________________________________________
36759 [  8005] By: jhi                                   on 2000/12/05  23:13:55
36760         Log: Avaunt, you foul UTF-8 tests.
36761      Branch: perl
36762            ! t/op/ver.t t/pragma/utf8.t
36763 ____________________________________________________________________________
36764 [  8004] By: jhi                                   on 2000/12/05  23:09:54
36765         Log: Continue utf8 dispersal. 
36766      Branch: perl
36767            + t/op/concat.t
36768            ! MANIFEST t/pragma/utf8.t
36769 ____________________________________________________________________________
36770 [  8003] By: nick                                  on 2000/12/05  23:02:39
36771         Log: Integrate mainline.
36772      Branch: perlio
36773           +> t/op/length.t t/op/utf8decode.t
36774           !> (integrate 69 files)
36775 ____________________________________________________________________________
36776 [  8002] By: jhi                                   on 2000/12/05  22:59:28
36777         Log: Integrate perlio.
36778      Branch: perl
36779           !> iperlsys.h perl.c perlio.c win32/perllib.c
36780 ____________________________________________________________________________
36781 [  8001] By: nick                                  on 2000/12/05  22:07:52
36782         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
36783              - calloc/free suffer from damage on TerminateThread()
36784              - use PerlMemShared (as originally planned) now fixed
36785              - avoid doing anything important on DLL "detach".
36786      Branch: perlio
36787            ! perl.c perlio.c win32/perllib.c
36788 ____________________________________________________________________________
36789 [  8000] By: nick                                  on 2000/12/05  21:05:09
36790         Log: Fix gross PerlMemShared issue.
36791      Branch: perlio
36792            ! iperlsys.h
36793 ____________________________________________________________________________
36794 [  7999] By: jhi                                   on 2000/12/05  20:46:58
36795         Log: Test for Unicode (UTF-8) hash keys.
36796      Branch: perl
36797            ! t/op/each.t
36798 ____________________________________________________________________________
36799 [  7998] By: jhi                                   on 2000/12/05  20:30:35
36800         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
36801              is now always UTF-8), empty line cosmetics.
36802      Branch: perl
36803            ! t/pragma/utf8.t
36804 ____________________________________________________________________________
36805 [  7997] By: jhi                                   on 2000/12/05  20:15:40
36806         Log: Subject: Re: STRLEN - what?
36807              From: Andy Dougherty <doughera@lafayette.edu>
36808              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
36809              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
36810              
36811              Explain STRLEN.
36812      Branch: perl
36813            ! pod/perlguts.pod
36814 ____________________________________________________________________________
36815 [  7996] By: jhi                                   on 2000/12/05  20:13:34
36816         Log: Split off the UTF-8 decoder tests, make them to check also
36817              the error message.
36818      Branch: perl
36819            + t/op/utf8decode.t
36820            ! MANIFEST t/pragma/utf8.t utf8.c
36821 ____________________________________________________________________________
36822 [  7995] By: jhi                                   on 2000/12/05  16:39:47
36823         Log: Start migrating bits of pragma/utf8 to elsewhere
36824              (since the long term plan is to obsolete 'use utf8').
36825      Branch: perl
36826            + t/op/length.t
36827            ! MANIFEST t/pragma/utf8.t
36828 ____________________________________________________________________________
36829 [  7994] By: jhi                                   on 2000/12/05  16:30:21
36830         Log: Fix a manual edit typo from #7993, fix the message formatting
36831              for Unicode, add few our declarations.
36832      Branch: perl
36833            ! lib/Carp/Heavy.pm
36834 ____________________________________________________________________________
36835 [  7993] By: jhi                                   on 2000/12/05  16:09:15
36836         Log: Subject: Need help with warnings :-(
36837              From: "Ben Tilly" <ben_tilly@hotmail.com>
36838              Date: Tue, 05 Dec 2000 01:35:54 -0500
36839              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
36840              
36841              Subject: UPDATE: Carp/Heavy now passes all tests
36842              From: "Ben Tilly" <ben_tilly@hotmail.com>
36843              Date: Tue, 05 Dec 2000 07:59:41 -0500
36844              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
36845              
36846              The Brave New Carp.
36847      Branch: perl
36848            ! lib/Carp.pm lib/Carp/Heavy.pm
36849 ____________________________________________________________________________
36850 [  7992] By: jhi                                   on 2000/12/05  15:55:08
36851         Log: Subject: [PATCH perl@7979] cygwin port
36852              From: "Eric Fifer" <efifer@dircon.co.uk>
36853              Date: Tue, 5 Dec 2000 14:04:09 -0000
36854              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
36855      Branch: perl
36856            ! t/lib/net-hostent.t
36857 ____________________________________________________________________________
36858 [  7991] By: jhi                                   on 2000/12/05  15:52:34
36859         Log: Subject: Re: [PATCH] The largest hoax of all times?
36860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36861              Date: Tue, 5 Dec 2000 00:40:25 -0500
36862              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
36863              
36864              Subject: Re: [PATCH] The largest hoax of all times?
36865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36866              Date: Mon, 4 Dec 2000 23:55:53 -0500
36867              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
36868              
36869              Subject: Re: [PATCH] The largest hoax of all times?
36870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36871              Date: Tue, 5 Dec 2000 01:28:45 -0500
36872              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
36873              
36874              Fix the unpredictable order of DESTROYs.
36875      Branch: perl
36876            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
36877            ! sv.c sv.h t/op/ref.t
36878 ____________________________________________________________________________
36879 [  7990] By: jhi                                   on 2000/12/05  14:38:53
36880         Log: Subject: [PATCH] shrink pp_hot fractionally
36881              From: Nicholas Clark <nick@ccl4.org>
36882              Date: Tue, 5 Dec 2000 12:44:31 +0000
36883              Message-ID: <20001205124431.E74518@plum.flirble.org>
36884              
36885              Use report_evil_fh().
36886      Branch: perl
36887            ! opcode.pl opnames.h pp_hot.c util.c
36888 ____________________________________________________________________________
36889 [  7989] By: jhi                                   on 2000/12/05  14:21:27
36890         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
36891              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36892              Date: Mon, 04 Dec 2000 22:21:59 -0800
36893              Message-ID: <HmIL6gzkgepS092yn@efn.org>
36894              
36895              Harness shouldn't ignore responses like "ok 3\r\r\n".
36896      Branch: perl
36897            ! lib/Test/Harness.pm
36898 ____________________________________________________________________________
36899 [  7988] By: jhi                                   on 2000/12/05  13:51:28
36900         Log: Integrate the "skip" messages to explain().
36901      Branch: perl
36902            ! t/lib/syslfs.t t/op/lfs.t
36903 ____________________________________________________________________________
36904 [  7987] By: jhi                                   on 2000/12/05  12:34:54
36905         Log: The one that got away in #7984.
36906              
36907              Subject: Re: dTHR - what and why?
36908              From: Michael Stevens <michael@etla.org> 
36909              Date: Tue, 5 Dec 2000 11:15:52 +0000
36910              Message-ID: <20001205111552.A4647@firedrake.org>
36911      Branch: perl
36912            ! sv.h
36913 ____________________________________________________________________________
36914 [  7986] By: gsar                                  on 2000/12/05  09:14:44
36915         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
36916              due to the notorious GetFileType() bug in Windows 9x, which fstat()
36917              tickles)
36918      Branch: perl
36919            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
36920 ____________________________________________________________________________
36921 [  7985] By: jhi                                   on 2000/12/05  05:49:03
36922         Log: Integrate perlio.
36923      Branch: perl
36924           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
36925           !> win32/perlhost.h win32/perllib.c
36926 ____________________________________________________________________________
36927 [  7984] By: jhi                                   on 2000/12/05  05:48:16
36928         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
36929      Branch: perl
36930            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
36931            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
36932            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
36933            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
36934            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
36935            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36936            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
36937            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
36938            ! win32/win32.c
36939 ____________________________________________________________________________
36940 [  7983] By: nick                                  on 2000/12/04  23:27:43
36941         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
36942      Branch: perlio
36943            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
36944            ! win32/perlhost.h win32/perllib.c
36945 ____________________________________________________________________________
36946 [  7982] By: jhi                                   on 2000/12/04  19:44:09
36947         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
36948              uncovered by #7980.
36949      Branch: perl
36950            ! op.c
36951 ____________________________________________________________________________
36952 [  7981] By: jhi                                   on 2000/12/04  19:42:07
36953         Log: Subject: [PATCH] Trivial dump.c feature
36954              From: Simon Cozens <simon@cozens.net>
36955              Date: Mon, 4 Dec 2000 18:08:38 +0000
36956              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
36957              
36958              Show whether a constant is UTF-8.
36959      Branch: perl
36960            ! dump.c
36961 ____________________________________________________________________________
36962 [  7980] By: jhi                                   on 2000/12/04  19:36:51
36963         Log: UTF-8 hash keys, patch from Inaba Hiroto.
36964      Branch: perl
36965            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
36966 ____________________________________________________________________________
36967 [  7979] By: jhi                                   on 2000/12/04  17:36:28
36968         Log: Update Changes.
36969      Branch: perl
36970            ! Changes patchlevel.h
36971 ____________________________________________________________________________
36972 [  7978] By: jhi                                   on 2000/12/04  16:42:17
36973         Log: Retract #7977, still too volatile (the euphemism of the day
36974              for unfinished and buggy :-)
36975      Branch: perl
36976            ! doop.c hv.c pp.c sv.h
36977 ____________________________________________________________________________
36978 [  7977] By: jhi                                   on 2000/12/04  16:25:15
36979         Log: (Retracted by #7978, too shaky yet.)
36980              
36981              Subject: Re: utf8 in hash keys, implementor missing
36982              From: Simon Cozens <simon@cozens.net>
36983              Date: Sat, 2 Dec 2000 19:49:35 +0000
36984              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
36985              
36986              The first step at UTF-8 hash keys.
36987      Branch: perl
36988            ! doop.c hv.c pp.c sv.h
36989 ____________________________________________________________________________
36990 [  7976] By: jhi                                   on 2000/12/04  16:13:53
36991         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
36992              From: sthoenna@efn.org
36993              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
36994              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
36995      Branch: perl
36996            ! os2/os2.c perlio.c
36997 ____________________________________________________________________________
36998 [  7975] By: jhi                                   on 2000/12/04  16:05:25
36999         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
37000              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37001              Date: Thu, 30 Nov 2000 20:50:37 -0800
37002              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
37003      Branch: perl
37004            ! os2/os2.c
37005 ____________________________________________________________________________
37006 [  7974] By: jhi                                   on 2000/12/04  16:03:57
37007         Log: Subject: [PATCH] ++ 20% faster
37008              From: Nicholas Clark <nick@ccl4.org>
37009              Date: Mon, 4 Dec 2000 12:17:27 +0000
37010              Message-ID: <20001204121726.B52976@plum.flirble.org>
37011              
37012              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
37013      Branch: perl
37014            ! sv.c
37015 ____________________________________________________________________________
37016 [  7973] By: jhi                                   on 2000/12/04  16:00:48
37017         Log: 
37018              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
37019              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37020              Date: Mon, 04 Dec 2000 12:30:45 +0100
37021              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
37022              
37023              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
37024              library (getprotobyname and getprotobynumber are outversioned by
37025              the same calls in libc, at least for xlc version 3.
37026      Branch: perl
37027            ! hints/aix.sh
37028 ____________________________________________________________________________
37029 [  7972] By: jhi                                   on 2000/12/04  02:58:31
37030         Log: Integrate perlio.
37031      Branch: perl
37032           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
37033           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
37034           !> win32/win32.h win32/win32iop.h win32/win32thread.h
37035 ____________________________________________________________________________
37036 [  7971] By: nick                                  on 2000/12/04  00:24:33
37037         Log: Quieten some noise in Win32 builds:
37038              - win32.h is included after <sys/socket.h>, so need to 
37039              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
37040              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
37041      Branch: perlio
37042            ! doio.c perl.h toke.c win32/win32.h
37043 ____________________________________________________________________________
37044 [  7970] By: nick                                  on 2000/12/03  22:57:46
37045         Log: PERL_IMPLICIT_SYS compiles but does not work.
37046      Branch: perlio
37047            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
37048            ! win32/perlhost.h win32/perllib.c win32/win32.h
37049            ! win32/win32iop.h win32/win32thread.h
37050 ____________________________________________________________________________
37051 [  7969] By: jhi                                   on 2000/12/03  22:12:58
37052         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
37053              used to swash_init(), makes regprop() dumps more informative
37054              (+utf8::IsAlpha, -utf8::IsDigit, for example).
37055      Branch: perl
37056            ! regcomp.c regexec.c
37057 ____________________________________________________________________________
37058 [  7968] By: jhi                                   on 2000/12/03  21:39:56
37059         Log: Implement ANYOFUTF8 regprop() dumping.
37060      Branch: perl
37061            ! regcomp.c
37062 ____________________________________________________________________________
37063 [  7967] By: jhi                                   on 2000/12/03  20:57:19
37064         Log: Make uv_to_utf8() to zero-terminate its output buffer,
37065              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
37066      Branch: perl
37067            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
37068 ____________________________________________________________________________
37069 [  7966] By: nick                                  on 2000/12/03  18:41:21
37070         Log: Integrate mainline (STDCHAR)
37071      Branch: perlio
37072           !> Configure t/pragma/utf8.t
37073 ____________________________________________________________________________
37074 [  7965] By: jhi                                   on 2000/12/03  17:58:20
37075         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
37076      Branch: perl
37077            ! t/pragma/utf8.t
37078 ____________________________________________________________________________
37079 [  7964] By: jhi                                   on 2000/12/03  17:35:56
37080         Log: Integrate perlio.
37081      Branch: perl
37082           !> iperlsys.h perlio.c
37083 ____________________________________________________________________________
37084 [  7963] By: jhi                                   on 2000/12/03  17:33:55
37085         Log: Metaconfig unit change for #7962.
37086      Branch: metaconfig
37087            ! U/modified/stdchar.U
37088 ____________________________________________________________________________
37089 [  7962] By: jhi                                   on 2000/12/03  17:33:27
37090         Log: Untangle the <stdio.h> #include nest for the stdchar test,
37091              from Andy Dougherty.
37092      Branch: perl
37093            ! Configure
37094 ____________________________________________________________________________
37095 [  7961] By: nick                                  on 2000/12/03  16:53:00
37096         Log: Make iperlsys.h vector stdio not PerlIO.
37097      Branch: perlio
37098            ! iperlsys.h perlio.c
37099 ____________________________________________________________________________
37100 [  7960] By: nick                                  on 2000/12/03  14:43:01
37101         Log: Integrate mainline
37102      Branch: perlio
37103           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
37104           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
37105 ____________________________________________________________________________
37106 [  7959] By: jhi                                   on 2000/12/03  08:16:36
37107         Log: Use DO_UTF8().
37108      Branch: perl
37109            ! op.c
37110 ____________________________________________________________________________
37111 [  7958] By: jhi                                   on 2000/12/02  18:33:05
37112         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
37113              From: Mike Guy <mjtg@cam.ac.uk>         
37114              Date: Sat, 02 Dec 2000 17:27:13 +0000
37115              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
37116              
37117              An extraneous argument.
37118      Branch: perl
37119            ! toke.c
37120 ____________________________________________________________________________
37121 [  7957] By: jhi                                   on 2000/12/02  18:22:32
37122         Log: A missing hunk.
37123      Branch: perl
37124            ! t/lib/net-hostent.t
37125 ____________________________________________________________________________
37126 [  7956] By: jhi                                   on 2000/12/02  18:06:20
37127         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
37128              From: Nicholas Clark <nick@ccl4.org>
37129              Date: Sat, 2 Dec 2000 14:28:27 +0000
37130              Message-ID: <20001202142827.A12308@plum.flirble.org>
37131              
37132              Test robustness.
37133      Branch: perl
37134            ! t/lib/net-hostent.t
37135 ____________________________________________________________________________
37136 [  7955] By: jhi                                   on 2000/12/02  17:58:06
37137         Log: Metaconfig unit change for #7954.
37138      Branch: metaconfig
37139            ! U/modified/stdchar.U
37140 ____________________________________________________________________________
37141 [  7954] By: jhi                                   on 2000/12/02  17:54:32
37142         Log: An inconvenient hang would happen if the stdio _ptr wasn't
37143              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
37144              would be grepping stdin for all eternity for the _ptr.)
37145      Branch: perl
37146            ! Configure
37147 ____________________________________________________________________________
37148 [  7953] By: jhi                                   on 2000/12/02  00:07:15
37149         Log: Update Changes.
37150      Branch: perl
37151            ! Changes patchlevel.h
37152 ____________________________________________________________________________
37153 [  7952] By: jhi                                   on 2000/12/01  23:54:47
37154         Log: Subject: Re: long shell lines
37155              From: Andy Dougherty <doughera@lafayette.edu>
37156              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
37157              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
37158              
37159              Split overly long shell command lines.
37160      Branch: perl
37161            ! lib/ExtUtils/MM_Unix.pm
37162 ____________________________________________________________________________
37163 [  7951] By: jhi                                   on 2000/12/01  23:48:02
37164         Log: The metaconfig unit change for #7950.
37165      Branch: metaconfig
37166            + U/modified/stdchar.U
37167 ____________________________________________________________________________
37168 [  7950] By: jhi                                   on 2000/12/01  23:47:39
37169         Log: Try to find stdchar also from <stdio_impl.h>.
37170      Branch: perl
37171            ! Configure config_h.SH
37172 ____________________________________________________________________________
37173 [  7949] By: jhi                                   on 2000/12/01  23:46:45
37174         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
37175              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37176              Date: Fri, 1 Dec 2000 16:26:08 -0500
37177              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
37178              
37179              Reword the diagnostic message.
37180      Branch: perl
37181            ! pod/perldiag.pod
37182 ____________________________________________________________________________
37183 [  7948] By: nick                                  on 2000/12/01  22:49:43
37184         Log: Integrate mainline (for s/y/m as sub names stuff).
37185      Branch: perlio
37186           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
37187           !> t/pragma/warn/toke toke.c
37188 ____________________________________________________________________________
37189 [  7947] By: jhi                                   on 2000/12/01  20:55:41
37190         Log: Integrate perlio.
37191      Branch: perl
37192           !> perlio.c perliol.h t/io/pipe.t
37193 ____________________________________________________________________________
37194 [  7946] By: jhi                                   on 2000/12/01  20:36:51
37195         Log: Upgrade to CPAN 1.59_51, from Andreas König.
37196      Branch: perl
37197            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37198 ____________________________________________________________________________
37199 [  7945] By: nick                                  on 2000/12/01  20:31:32
37200         Log: Integrate mainline
37201      Branch: perlio
37202           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
37203           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
37204           +> t/lib/net-hostent.t
37205           !> (integrate 35 files)
37206 ____________________________________________________________________________
37207 [  7944] By: jhi                                   on 2000/12/01  20:23:29
37208         Log: Some help for 20001130.011.  Now one gets warnings like
37209              "Ambiguous -f() resolved as a file test ..."
37210      Branch: perl
37211            ! pod/perldiag.pod t/pragma/warn/toke toke.c
37212 ____________________________________________________________________________
37213 [  7943] By: jhi                                   on 2000/12/01  19:44:44
37214         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
37215              that also breaks using them as methods. 
37216      Branch: perl
37217            ! pod/perldiag.pod t/op/misc.t toke.c
37218 ____________________________________________________________________________
37219 [  7942] By: nick                                  on 2000/12/01  17:56:46
37220         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
37221              Make 'unix' pass most tests
37222              - do unread by temporary push of layer ("pending") holding unread chars
37223              - fast_gets is now based on per-handle flag
37224              - relax one of io/pipe.t tests to allow print to fail and close to
37225              succeed so that it passes on unbuffered "unix" layer.
37226              Remaining fail is sporadic and a genuine race condition between
37227              parent/child in fork test.
37228      Branch: perlio
37229            ! perlio.c perliol.h t/io/pipe.t
37230 ____________________________________________________________________________
37231 [  7941] By: jhi                                   on 2000/12/01  15:28:58
37232         Log: (Retracted by #7943.)
37233              
37234              Reserve the short named string operator names.
37235      Branch: perl
37236            ! pod/perldiag.pod t/op/misc.t toke.c
37237 ____________________________________________________________________________
37238 [  7940] By: jhi                                   on 2000/12/01  06:45:53
37239         Log: Get the three different space character classes right under utf8.
37240      Branch: perl
37241            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
37242            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
37243            ! regexec.c t/op/pat.t utf8.c
37244 ____________________________________________________________________________
37245 [  7939] By: jhi                                   on 2000/12/01  03:26:26
37246         Log: Two more tests that make no sense in UTF-8 since the test
37247              data is not in UTF-8.
37248      Branch: perl
37249            ! t/op/regexp.t
37250 ____________________________________________________________________________
37251 [  7938] By: jhi                                   on 2000/12/01  03:20:39
37252         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
37253              should it be required inside regexen?
37254      Branch: perl
37255            ! regcomp.c t/op/regmesg.t
37256 ____________________________________________________________________________
37257 [  7937] By: jhi                                   on 2000/12/01  02:58:53
37258         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
37259              stored and restored, and thusly was trounced by the utf8 swash
37260              routines.
37261      Branch: perl
37262            ! regcomp.c
37263 ____________________________________________________________________________
37264 [  7936] By: jhi                                   on 2000/11/30  20:41:39
37265         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
37266              Why the different platforms behave so differently (core dump vs
37267              no core dump) on this bug is a but of a mystery, but if I had to
37268              guess I would mumble something like 'alignment'.
37269      Branch: perl
37270            ! sv.c
37271 ____________________________________________________________________________
37272 [  7935] By: jhi                                   on 2000/11/30  16:17:02
37273         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
37274              From: Robin Barker <rmb1@cise.npl.co.uk>
37275              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
37276              Date: Thu, 30 Nov 2000 14:27:12 GMT
37277      Branch: perl
37278            ! perlio.c toke.c
37279 ____________________________________________________________________________
37280 [  7934] By: jhi                                   on 2000/11/30  16:04:49
37281         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
37282      Branch: perl
37283            ! t/lib/net-hostent.t
37284 ____________________________________________________________________________
37285 [  7933] By: jhi                                   on 2000/11/30  06:07:26
37286         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
37287              From: Peter Prymmer <pvhp@forte.com>
37288              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
37289              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
37290              
37291              In VMS the localhost may be LOCALHOST.
37292      Branch: perl
37293            ! t/lib/net-hostent.t
37294 ____________________________________________________________________________
37295 [  7932] By: jhi                                   on 2000/11/30  01:11:11
37296         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
37297              From: Peter Prymmer <pvhp@forte.com>
37298              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
37299              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
37300              
37301              plus regen perlapi.pod.
37302      Branch: perl
37303            ! pod/perlapi.pod utf8.c
37304 ____________________________________________________________________________
37305 [  7931] By: jhi                                   on 2000/11/30  01:06:19
37306         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
37307              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37308              Date:     Wed, 29 Nov 2000 17:15:11 EST
37309              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
37310      Branch: perl
37311            ! t/lib/filter-util.pl t/lib/filter-util.t
37312 ____________________________________________________________________________
37313 [  7930] By: jhi                                   on 2000/11/29  18:51:55
37314         Log: Update Changes.
37315      Branch: perl
37316            ! Changes patchlevel.h
37317 ____________________________________________________________________________
37318 [  7929] By: jhi                                   on 2000/11/29  18:50:55
37319         Log: Update the va_copy() metaconfig unit.
37320      Branch: metaconfig/U/perl
37321            ! need_va_copy.U
37322 ____________________________________________________________________________
37323 [  7928] By: jhi                                   on 2000/11/29  17:50:43
37324         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
37325              From: Dominic Dunlop <domo@computer.org>
37326              Date: Tue, 28 Nov 2000 16:41:57 +0100
37327              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
37328              
37329              Patch to catch a core dump in the Configure va_copy test.
37330      Branch: perl
37331            ! Configure config_h.SH
37332 ____________________________________________________________________________
37333 [  7927] By: jhi                                   on 2000/11/29  17:31:59
37334         Log: Retract #7921, the patch shouldn't be needed.
37335      Branch: perl
37336            ! sv.c
37337 ____________________________________________________________________________
37338 [  7926] By: jhi                                   on 2000/11/29  17:01:41
37339         Log: Make the Class::Struct import() wiser.
37340      Branch: perl
37341            ! lib/Class/Struct.pm t/lib/class-struct.t
37342 ____________________________________________________________________________
37343 [  7925] By: jhi                                   on 2000/11/29  16:36:33
37344         Log: All the core library users of Class::Struct seem to be
37345              using "use Class::Struct 'struct';" instead of the bare
37346              "use Class::Struct;", which isn't documented in Class::Struct.
37347              This can't be right.
37348      Branch: perl
37349            ! lib/File/stat.pm
37350 ____________________________________________________________________________
37351 [  7924] By: jhi                                   on 2000/11/29  16:32:15
37352         Log: A test works better if it has the right 1..$n output.
37353      Branch: perl
37354            ! t/lib/class-struct.t
37355 ____________________________________________________________________________
37356 [  7923] By: jhi                                   on 2000/11/29  16:29:11
37357         Log: Forgot to MANIFEST the new Net::hostent test.
37358      Branch: perl
37359            ! MANIFEST
37360 ____________________________________________________________________________
37361 [  7922] By: jhi                                   on 2000/11/29  16:27:49
37362         Log: Integrate perlio.
37363      Branch: perl
37364           !> iperlsys.h perlio.c
37365 ____________________________________________________________________________
37366 [  7921] By: jhi                                   on 2000/11/29  16:27:10
37367         Log: (Retracted by #7927.)
37368              
37369              Subject: [PATCH] Is infinity a number?
37370              From: Simon Cozens <simon@cozens.net>
37371              Date: Wed, 29 Nov 2000 14:48:20 +0000
37372              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
37373      Branch: perl
37374            ! sv.c
37375 ____________________________________________________________________________
37376 [  7920] By: jhi                                   on 2000/11/29  16:23:02
37377         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
37378              From: rspier@pobox.com (Robert Spier)
37379              Date: Wed, 29 Nov 2000 02:17:49 -0500
37380              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
37381              
37382              Add a test for Net::hostent.
37383      Branch: perl
37384            + t/lib/net-hostent.t
37385 ____________________________________________________________________________
37386 [  7919] By: jhi                                   on 2000/11/29  16:21:31
37387         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
37388              add a test for Class::Struct.
37389      Branch: perl
37390            + t/lib/class-struct.t
37391            ! MANIFEST lib/Class/Struct.pm
37392 ____________________________________________________________________________
37393 [  7918] By: jhi                                   on 2000/11/29  15:48:40
37394         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
37395              From: rspier@pobox.com (Robert Spier)
37396              Date: Wed, 29 Nov 2000 02:25:39 -0500
37397              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
37398              
37399              More checking in case someone has broken their services or
37400              protocol databases.
37401      Branch: perl
37402            ! ext/Sys/Syslog/Syslog.pm
37403 ____________________________________________________________________________
37404 [  7917] By: jhi                                   on 2000/11/29  15:46:25
37405         Log: Subject: [PATCH] $^O  win32 -> MSWin32
37406              From: rspier@pobox.com (Robert Spier)
37407              Date: Wed, 29 Nov 2000 02:17:38 -0500
37408              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
37409              
37410              plus similar nits for vms, err, VMS, and UNICOS.
37411      Branch: perl
37412            ! t/lib/syslfs.t t/op/lfs.t
37413 ____________________________________________________________________________
37414 [  7916] By: jhi                                   on 2000/11/29  15:42:51
37415         Log: Subject: [PATCH] Tokeniser debugging
37416              From: Simon Cozens <simon@cozens.net>
37417              Date: Wed, 29 Nov 2000 14:15:45 +0000
37418              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
37419      Branch: perl
37420            ! perl.c perl.h pod/perlrun.pod toke.c
37421 ____________________________________________________________________________
37422 [  7915] By: jhi                                   on 2000/11/29  15:41:36
37423         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
37424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37425              Date: Wed, 29 Nov 2000 02:13:14 -0500
37426              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
37427              
37428              OUT keyword nits.
37429              
37430              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
37431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37432              Date: Wed, 29 Nov 2000 03:09:04 -0500
37433              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
37434              
37435              OUT and IN_OUT documentation.
37436      Branch: perl
37437            ! lib/ExtUtils/xsubpp pod/perlxs.pod
37438 ____________________________________________________________________________
37439 [  7914] By: jhi                                   on 2000/11/29  03:35:01
37440         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
37441              From: John Tobey <jtobey@john-edwin-tobey.org>
37442              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
37443              Message-Id: <m140e1N-000FOoC@feynman.localnet>
37444              
37445              plus a performance speedup noticed by Sarathy.
37446      Branch: perl
37447            ! op.c
37448 ____________________________________________________________________________
37449 [  7913] By: jhi                                   on 2000/11/29  03:16:59
37450         Log: Use "1 while unlink" so that VMS gets clean, too.
37451      Branch: perl
37452            ! t/lib/filter-util.t
37453 ____________________________________________________________________________
37454 [  7912] By: jhi                                   on 2000/11/29  03:09:08
37455         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
37456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37457              Date: Tue, 28 Nov 2000 03:27:09 -0500
37458              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
37459      Branch: perl
37460            ! lib/ExtUtils/xsubpp
37461 ____________________________________________________________________________
37462 [  7911] By: jhi                                   on 2000/11/29  03:06:30
37463         Log: This should have been part of #7872: no need to scan UTF-8
37464              until eternity.
37465      Branch: perl
37466            ! utf8.c
37467 ____________________________________________________________________________
37468 [  7910] By: jhi                                   on 2000/11/29  02:50:04
37469         Log: One more perltie.pod nit from Casey R. Tweten.
37470      Branch: perl
37471            ! pod/perltie.pod
37472 ____________________________________________________________________________
37473 [  7909] By: jhi                                   on 2000/11/29  02:44:23
37474         Log: Document the known sprintf test failures, exact standard
37475              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
37476      Branch: perl
37477            ! pod/perldelta.pod t/op/sprintf.t
37478 ____________________________________________________________________________
37479 [  7908] By: jhi                                   on 2000/11/29  02:36:23
37480         Log: Add the Encoding table format documentation.
37481      Branch: perl
37482            + ext/Encode/Encode/EncodeFormat.pod
37483            ! MANIFEST
37484 ____________________________________________________________________________
37485 [  7907] By: jhi                                   on 2000/11/29  02:07:24
37486         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
37487              From: "Casey R. Tweten" <crt@kiski.net>
37488              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
37489              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
37490              
37491              Subject: Re: [PATCH] Updating perltie.pod for arrays
37492              From: "Casey R. Tweten" <crt@kiski.net>
37493              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
37494              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
37495      Branch: perl
37496            ! pod/perltie.pod
37497 ____________________________________________________________________________
37498 [  7906] By: nick                                  on 2000/11/28  22:40:59
37499         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
37500      Branch: perlio
37501            ! iperlsys.h perlio.c
37502 ____________________________________________________________________________
37503 [  7905] By: nick                                  on 2000/11/28  22:04:34
37504         Log: Integrate mainline
37505      Branch: perlio
37506           !> (integrate 39 files)
37507 ____________________________________________________________________________
37508 [  7904] By: jhi                                   on 2000/11/28  16:44:43
37509         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
37510              From: Nicholas Clark <nick@babyhippo.co.uk>
37511              Date: Tue, 28 Nov 2000 11:16:57 +0000
37512              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
37513      Branch: perl
37514            ! pod/perlipc.pod
37515 ____________________________________________________________________________
37516 [  7903] By: jhi                                   on 2000/11/28  16:40:31
37517         Log: Subject: [PATCH] Updating perltie.pod for arrays
37518              From: "Casey R. Tweten" <crt@kiski.net>
37519              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
37520              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
37521      Branch: perl
37522            ! pod/perltie.pod
37523 ____________________________________________________________________________
37524 [  7902] By: jhi                                   on 2000/11/28  16:39:37
37525         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
37526              From: Robin Barker <rmb1@cise.npl.co.uk>
37527              Date: Mon, 27 Nov 2000 17:56:44 GMT
37528              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
37529      Branch: perl
37530            ! pod/perlfunc.pod t/op/split.t
37531 ____________________________________________________________________________
37532 [  7901] By: jhi                                   on 2000/11/28  16:28:04
37533         Log: setmode() is a DOSish-only thing.
37534      Branch: perl
37535            ! perlio.c
37536 ____________________________________________________________________________
37537 [  7900] By: jhi                                   on 2000/11/28  16:21:46
37538         Log: Subject: [PATCH] perlcc.PL cleanups
37539              From: Simon Cozens <simon@cozens.net>
37540              Date: Tue, 28 Nov 2000 12:44:35 +0000
37541              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
37542      Branch: perl
37543            ! utils/perlcc.PL
37544 ____________________________________________________________________________
37545 [  7899] By: gsar                                  on 2000/11/28  06:32:55
37546         Log: reintegrate files missed by change#7895
37547      Branch: maint-5.6/perl
37548           +> ext/ByteLoader/bytecode.h utils/Makefile
37549            - utils/perlbc.PL
37550 ____________________________________________________________________________
37551 [  7897] By: gsar                                  on 2000/11/27  18:22:47
37552         Log: can't integrate these two files, for some reason
37553      Branch: maint-5.6/perl
37554            - ext/ByteLoader/bytecode.h utils/Makefile
37555 ____________________________________________________________________________
37556 [  7895] By: gsar                                  on 2000/11/27  18:11:21
37557         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
37558              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
37559              6757..6890,6892..6901 from mainline
37560              
37561              Bytecompiler patches from Benjamin Stuhl.
37562              
37563              More bytecompiler.
37564              
37565              Subject: [PATCH blead] B:: missing dependency
37566              
37567              Subject: [PATCH: 6757] configure.com updates and syslog build
37568              
37569              Long double Gconvert fixes from Yitzchak Scott-Thoennes
37570              and Spider Boardman.
37571              
37572              Subject: [PATCH blead] nextchar() abuse misses an optimisation
37573              
37574              Long double fixes from Spider Boardman.
37575              
37576              Make the selection of NVff et al stricter.
37577              
37578              cSVOPo_*v things index into the current PL_curpad
37579              under ithreads, which is different from the curpad
37580              used by the XSUB.  (In other words, the code as-is
37581              before this patch wouldn't work under ithreads.)
37582              
37583              Be portable.
37584              
37585              VMS MMS (make) wants null action.
37586              
37587              Mac and other portability updates from Chris Nandor.
37588              
37589              Storable support, v-version fixes.
37590              Subject: CPAN.pm beta for testing available
37591              
37592              Portability fix from Hugo van der Sanden.
37593              
37594              Bad makefile.
37595              
37596              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
37597              
37598              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
37599              
37600              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
37601              
37602              Replace #6705 with a minimal doc patch.
37603              Subject: [PATCH 5.6.0] replace change #6705
37604              
37605              Drop the separate perlbc, perlcc -b should be enough.
37606              
37607              installperl couldn't tell whether it had run tests or not.
37608              Subject: [PATCH] Re: installperl and t/TEST
37609              
37610              Add silencer flags to installperl.
37611              Subject: [PATCH] Making installperl silent.
37612              
37613              Make "make install" by default silent.  A new "install-verbose"
37614              target is verbose.
37615              
37616              More liberal parsing of version numbers.
37617              Subject: Re: CPAN.pm beta for testing available
37618              
37619              Create directories in silence.
37620              Subject: [PATCH] Another silencer for MakeMaker
37621              
37622              DOS patches and portability/porting notes, from Tim Jenness.
37623              
37624              Make installman to recognize the silence flag -S.
37625              
37626              Actually do something with the silencer option.
37627              
37628              Continue silencing.
37629              
37630              Show the doc file, not the temp file.
37631              
37632              Regen perltoc.
37633              
37634              Subject: [PATCH] More silencing of installman.
37635              
37636              Better wording for the vec lvalue diagnostic.
37637              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
37638              
37639              Subject: [PATCH: 6805] several more tweaks to configure.com
37640              
37641              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
37642              
37643              Missing parts of 
37644              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
37645              
37646              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
37647              (applied slightly modified)
37648              
37649              installperl --verbose and --silent.
37650              Subject: Re: [PATCH] More silencing of installman.
37651              
37652              Add install-silent target.
37653              
37654              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
37655              the problem reported in
37656              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
37657              
37658              Tweak the sfio/useperlio logic, hopefully as wished in
37659              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
37660              
37661              One forgotten file from #6816.
37662              
37663              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
37664              
37665              Remove duplicately applied patch shards.
37666              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
37667              
37668              Support preserving extremely big/small angles.
37669              
37670              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
37671              
37672              Subject: [PATCH] installation not quite silent yet.
37673              
37674              Update the test count.
37675              
37676              Use UVxf, PTR2UV, NVff.
37677              
37678              Document PTR2XX and INT2PTR.
37679              
37680              no-install target a la make -n.
37681              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
37682              
37683              grep -e isn't portable.
37684              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
37685              
37686              Can't get the test to reliably work thanks to the
37687              inaccurateness of floating point.  "Resolves" bug ids
37688              20000826.003, 20000826.009, 20000826.010,
37689              
37690              Subject: installman buglet
37691              
37692              DJGPP update from Laszlo Molnar.
37693              
37694              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
37695              
37696              Passing -R in ldflags makes now it to appear in the default
37697              for lddlflags, just like with -L.
37698              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
37699              
37700              Test nit.
37701              
37702              Use the actual thread type, not the pointer-to-struct.
37703              
37704              Provice virtual $Config{ccflags_nolargefiles} etc. 
37705              
37706              display_format used as a class method without arguments was broken,
37707              reported in
37708              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
37709              
37710              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
37711              
37712              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
37713              
37714              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
37715              
37716              opmini.o may be left around if a build is interrupted.
37717              
37718              Typo in #6858.
37719              
37720              Fix for ID 20000828.001, long doubles were not formatted
37721              correctly (showed up in $], which stopped installing perl).
37722              
37723              An attempt to fix the problem reported in
37724              Subject: Building perl@6856 using gcc/AIX 4.3.3 
37725              I can't test this properly since the gcc installation I have
37726              access to seems to be botched (gcc is calling the AIX cpp,
37727              a losing proposition...)
37728              
37729              Add -ld to archname on long tr...double platforms.
37730              
37731              Subject: hv.h Doc Patch
37732              
37733              Potential cruft.
37734              
37735              Subject: [PATCH bleedperl@6856] warnings fixes
37736              
37737              -S is the silent flag, -s is the strip flag.
37738              Subject: [PATCH] Re: [PATCH] make no-install          
37739              
37740              Take out the SUIDMAIL thing, that will not be
37741              a problem in 5.7.*.
37742              
37743              Subject: [PATCH bleedperl@6866] spellings
37744              
37745              Subject: [PATCH] Re: files not cleaned even by veryclean
37746              
37747              Use minimal @INC in tests, most of the time just '../lib',
37748              so that we simply can't pick up stuff from other Perls than
37749              the one we are testing.  Pointed out by
37750              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
37751              
37752              Update to Getopt::Long 2.24, from Johan Vromans.
37753              
37754              Fix for thinko in #6848.
37755              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
37756              
37757              Patches all over for people and the files they (hopefully) care about.
37758              
37759              Subject: Net::protoent does not export 'getproto'
37760              
37761              Missed a change in #6869.
37762              
37763              Subject: [PATCH] Warnings in B::Deparse
37764              
37765              Subject: [PATCH] Glob dumping
37766              
37767              Disable one of the tests for now.
37768              
37769              Disabling the one test is a bit tricky.
37770              
37771              Don't forget to tidy up.
37772              
37773              The #6881 removed one dump line.
37774              
37775              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
37776              
37777              Under usethreads the dumped variable is IN_PAD.
37778              Subject: Re: [PATCH] Glob dumping
37779              
37780              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
37781              
37782              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
37783              
37784              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
37785              
37786              Regen Configure for #6894.
37787              
37788              Subject: [PATCH: 6889] updates to perlebcdic.pod
37789              
37790              Undo namespace pollution of #6878.
37791              Subject: Re: Net::protoent does not export 'getproto'
37792              
37793              Admit that we are leaking scalars.
37794              
37795              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
37796      Branch: maint-5.6/perl
37797           !> (integrate 271 files)
37798 ____________________________________________________________________________
37799 [  7894] By: gsar                                  on 2000/11/27  16:00:34
37800         Log: a couple of nits
37801      Branch: maint-5.6/perl
37802            ! MANIFEST pp_sys.c
37803 ____________________________________________________________________________
37804 [  7893] By: gsar                                  on 2000/11/27  15:10:56
37805         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
37806              6740..6745,6747..6757,6760
37807              
37808              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
37809              
37810              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
37811              
37812              Doc nits spotted by Richard Soderberg.
37813              
37814              move WNOHANG definition to where other such things are
37815              
37816              Make $Config{byteorder} more magical so that it is
37817              dynamically computed: nice for 'fat binaries'.
37818              Subject: [PATCH]: default byteorder
37819              
37820              Subject: [PATCH] Cwd.pm now uses strict
37821              
37822              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
37823              
37824              Get -DLEAKTEST to compile (not necessarily to work, mind)
37825              Subject: [ID 20000724.006] -DLEAKTEST problem
37826              
37827              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
37828              
37829              Add perlebcdic from Peter Prymmer, regen toc.
37830              
37831              Don't propose using modules built for 5.005 if no binary
37832              compatibility with 5.005 is attempted.
37833              
37834              Do not use prototyping here.
37835              Subject: [ID 20000817.016] [PATCH] Peek.xs
37836              
37837              Document what the backtick returns if the command fails.
37838              
37839              Add byteorder to the myconfig output.
37840              
37841              Introduce NVef, NVff, and NVgf, use the middle one.
37842              (helps for lib/peek + Linux + long doubles)  Reported in
37843              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37844              Use NVs in POSIX math, not doubles.
37845              Subject: [ID 20000817.014] POSIX & modfl
37846              
37847              Subject: [PATCH 5.6.0+] newSVrv() memory leak
37848              
37849              The byteorder code in #6671 was wrong.
37850              
37851              Fix the lib/complex failure of
37852              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37853              Linux long double accuracy issue: something that
37854              when printed with %g looks like "2" but int() of it is 1.
37855              
37856              Propagate new Configure vars.
37857              
37858              Unbuffer the output.
37859              
37860              Subject: [PATCH] perltrap.pod spring cleaning
37861              
37862              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
37863              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
37864              
37865              Tiny Getopt::Long patch from Johan Vromans.
37866              
37867              Document code point which makes if (defined %stash::) to work
37868              (noted by Spider Boardman).
37869              
37870              Subject: [PATCH perl@6698] cygwin port
37871              
37872              Document the NDBM_File and ODBM_File as SDBM_File
37873              was documented in #6417.
37874              
37875              The new tests were missing from #6415.
37876              
37877              Add [[:blank:]] as suggested in
37878              Subject: [ID 20000716.024] [=cc=] / [:blank:]
37879              (the [=cc=] has already been taken care of by #6439
37880              so the whole bug report can be closed)
37881              and make [[:space:]] to be equivalent to isspace(3)
37882              (as opposed to \s, which is isSPACE()).  The difference
37883              is that now [[:space:]] matches the mythical vertical tab,
37884              while \s doesn't.
37885              
37886              Don't eat leading os from index entries.
37887              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
37888              
37889              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
37890              
37891              Typo in pp_complement().
37892              Subject: [PATCH perl-current] Deparse
37893              
37894              Add warnif(), check warnings further up the stack,
37895              all the warnings functions now can take an optional object reference.
37896              Subject: [PATCH bleedperl@6691] warnings pragma update
37897              
37898              Fix a core dump in lib/selfloader under -DDEBUGGING.
37899              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
37900              
37901              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
37902              
37903              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
37904              
37905              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
37906              Put back the long double avoidance code to POSIX.xs
37907              because VMS seems to need it still.
37908              
37909              Introduce a 'veryclean' target that is like 'distclean'
37910              but also removes *~ and *.orig.
37911              
37912              Subject: [ID 20000817.023] endianness description in perlfunc.pod
37913              
37914              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
37915              
37916              Let's try #6717 again.
37917              
37918              UTF8 concat fixes.
37919              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
37920              
37921              pp_open() could pass an uninitialized filename down to do_open9().
37922              
37923              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
37924              
37925              Update to CGI 2.72, from Lincoln Stein.
37926              
37927              Subject: [PATCH] Silence MakeMaker (Was: installman)
37928              
37929              Use temporary directory instead of current directory.
37930              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
37931              
37932              Document odd vs even subreleases and -Dusedevel.
37933              
37934              The veryclean target needs to clobber.
37935              
37936              Use File::Spec->tmpdir().
37937              
37938              Document the number of exponent digits.
37939              
37940              Mention perlebcdic and perlposix-bc.
37941              
37942              s/this one/the 5.6.0 release/
37943              
37944              The #6724 is here.
37945              
37946              The correct cleaning order is an art.
37947              
37948              small tweaks for change#6705: avoid C++ style comments in C code;
37949              use Perl's malloc API rather than the low level system one
37950              
37951              Array context keeps slithering in.
37952              
37953              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
37954              
37955              Subject: [PATCH] os2.c fix for use64bitint
37956              
37957              Update to Pod::LaTeX 0.53.
37958              Subject: [PATCH] lib/Pod/LaTeX.pm updates
37959              
37960              Document the endianness of Alpha more precisely.
37961              
37962              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
37963              
37964              Rename the macro argument because some preprocessors
37965              can't tell the difference and expand arguments also inside
37966              double quoted strings.
37967              
37968              free TLS slot properly on Windows
37969              
37970              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
37971              
37972              Unicos/mk requires elaborate paranoia.
37973              
37974              Tweak the floating point output routine preferences.
37975              
37976              Also under djgpp the timestamps are funky.
37977              
37978              Apply some PodParser 1.18 patches; the Pod/Find.pm
37979              patches cannot be applied since #6712 conflicts.
37980              
37981              Use PodParser 1.18 new test.
37982              
37983              A pod nit.
37984              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
37985              
37986              Be verydeepclean.
37987      Branch: maint-5.6/perl
37988           +> pod/perlebcdic.pod
37989           !> (integrate 106 files)
37990 ____________________________________________________________________________
37991 [  7892] By: jhi                                   on 2000/11/27  15:02:32
37992         Log: Update Changes.
37993      Branch: perl
37994            ! Changes patchlevel.h
37995 ____________________________________________________________________________
37996 [  7891] By: jhi                                   on 2000/11/27  14:57:23
37997         Log: Subject: Re: perlfaq style changes
37998              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37999              Date: Sat, 25 Nov 2000 23:32:26 -0800
38000              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
38001              
38002              plus a note from Ronald Kimball.
38003      Branch: perl
38004            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
38005 ____________________________________________________________________________
38006 [  7890] By: jhi                                   on 2000/11/27  14:53:14
38007         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
38008              From: Benjamin Holzman <bah@ecnvantage.com>
38009              Date: Sun, 26 Nov 2000 16:27:33 -0500
38010              Message-ID: <20001126162733.J25040@ecnvantage.com>
38011      Branch: perl
38012            ! gv.c
38013 ____________________________________________________________________________
38014 [  7889] By: jhi                                   on 2000/11/27  14:43:11
38015         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
38016              From: lvirden@cas.org
38017              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
38018              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
38019      Branch: perl
38020            ! README.amiga
38021 ____________________________________________________________________________
38022 [  7888] By: jhi                                   on 2000/11/27  14:32:34
38023         Log: Restore also the locale test to no-sprintf-taint state.
38024              Fixes the bug 20001127.003.
38025      Branch: perl
38026            ! sv.c t/pragma/locale.t
38027 ____________________________________________________________________________
38028 [  7887] By: gsar                                  on 2000/11/27  14:13:05
38029         Log: integrate changes#6613..6616,6620..6665 from mainline
38030              
38031              VMS configure.com update continues.
38032              
38033              Subject: Test fails / warnings with perl-current #6612
38034              
38035              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
38036              
38037              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38038              
38039              For now remove the mail code.
38040              
38041              Subject: Re: [PATCH] @+, @- readonly
38042              
38043              Subject: warning: storage class after type is obsolescent
38044              
38045              Subject: sfio2000
38046              
38047              Subject: Re: File::Temp problems on VMS in bleedperl
38048              
38049              README.os2 update.
38050              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
38051              
38052              Make the user to give up his firstborn, err, to knowingly
38053              verify installing an unstable developer release.  Also bump
38054              the release to 5.7.0, but leave a patch tag in the local
38055              patches saying that this is not yet the real thing.
38056              
38057              Update (kinda) to Test 1.14, from Joshua Pritikin.
38058              
38059              make ok etc also for win32.
38060              
38061              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
38062              
38063              Don't blow limited stacks, a lower number is enough to
38064              tickle the lookbehind limit.
38065              
38066              Use -Dusedevel; regen Configure and the respective Porting stuff.
38067              
38068              Subject: [PATCH] debugger exit code should reflect user exit code
38069              
38070              Subject: [PATCH perl@6620] cygwin port
38071              
38072              Missed a file from #6638.
38073              
38074              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)
38075              
38076              magic callbacks all need to have same type signature
38077              
38078              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
38079              
38080              Fix a dependency problem.
38081              Subject: [PATCH: 6640] VMS Makefile.SH update
38082              
38083              The numeric locale was reset to "C" by s?printf and never restored.
38084              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
38085              No test since adding the failing example to locale.t
38086              does not fail -- probably because the locale settings are so
38087              thoroughly tweaked by that time.  Running the example standalone
38088              does fail, though.  UPDATE: test case added at change #7540.
38089              
38090              Subject: [ID 20000324.040] minor fix to perlhpux.pod
38091              
38092              Update to CPAN 1.57.
38093              
38094              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
38095              
38096              Change the perlbug address to perl.org since it's more forgiving.
38097              
38098              Change the regx compilation error markers to use = instead of <
38099              since pod makes using the latter quite messy.  Reported in
38100              ID 20000814.006 by Abigail and in
38101              Subject: Unknown escape E<> ?
38102              
38103              Update to perldebtut 1.9, from Richard Foley.
38104              
38105              check that the number pseudo children doesn't exceed
38106              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
38107              the WaitForMultipleObjects() limit that would cause wait()
38108              to crash)
38109              wait() and waitpid() could potentially be rewritten to use
38110              more than one thread to do the waiting to eliminate this
38111              limitation
38112              
38113              change#6328 could make close(SOCKET) return false on windows
38114              when it shouldn't
38115              
38116              pod nit seen in passing
38117              
38118              on windows, the return values from wait() and waitpid() don't
38119              match those of pseudo-pids
38120              
38121              waitpid() now handles externally spawned pids correctly;
38122              fixes for backtick/wait/waitpid failures on Windows 9x
38123              these changes make the pid returned by process functions on
38124              Windows 9x always positive by clearing the high bit (which
38125              is always set on Win9x); pseudo-process PIDs are likewise
38126              always negative now on Win9x (just as on NT/2000)
38127              
38128              trailing new %ENV entries weren't being pushed into the real
38129              environment of subprocesses on Windows
38130              
38131              Tweak the regex compilation errors once more.
38132              
38133              avoid warnings from dense compiler
38134              
38135              add "ok" targets from change#6632 in makefile.mk
38136      Branch: maint-5.6/perl
38137            - lib/Pod/PlainText.pm vms/configure.com
38138           !> (integrate 66 files)
38139 ____________________________________________________________________________
38140 [  7886] By: jhi                                   on 2000/11/27  13:54:18
38141         Log: __FUNCTION__ isn't portable and trying to emulate it leads
38142              into practically spelling out the name of the function.
38143              Takes care of the bug 20001127.001.
38144      Branch: perl
38145            ! perlio.c
38146 ____________________________________________________________________________
38147 [  7885] By: gsar                                  on 2000/11/27  13:53:18
38148         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
38149              6610..6611 from mainline
38150              
38151              Make regular expression parse error messages easier to understand.
38152              Subject: Re: enhanced(?) regex error messages
38153              
38154              Tiny tidying on report_evil_fh().
38155              
38156              Subject: Re: enhanced(?) regex error messages 
38157              plus Capitalize the error messages, plus perldiag them.
38158              
38159              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
38160              
38161              Document here-doc better.
38162              
38163              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38164              
38165              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
38166              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
38167              (either perlbug or p5p ate the original), plus regen
38168              perlapi and perltoc. 
38169              
38170              Regen global.sym.
38171              
38172              Double check that we have a dirhandle.
38173              
38174              Subject: Re: enhanced(?) regex error messages
38175              (plus two small patches sent privately)
38176              (this still seems to leave few test failures)
38177              
38178              warn is a macro, avoid using at a variable to avoid warnings
38179              in some configurations; readdir.t is too conservative in
38180              estimating number of *.t's
38181              
38182              Get back into sync with Jeffrey on the enhanced regex warnings.
38183              
38184              Subject: [PATCH 5.6.0] cygwin port
38185              
38186              Zero entries were skipped, fix from Adrian Goalby
38187              <argoalby@yahoo.co.uk>
38188              
38189              Subject: Remove dead entry in perldiag
38190              
38191              Amend the description of Perl6.
38192              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
38193              
38194              detypo
38195              
38196              It's the 2ndO'ROSSC.
38197              
38198              Revert the sv.c part of #6559, a better fix is needed.
38199              
38200              Iterating perl6 description.
38201              
38202              Update to Term::ANSIColor 1.03, from Russ Allbery.
38203              
38204              Update to Getopt::Long 2.23_05, from Johan Vromans.
38205              
38206              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
38207              
38208              Update to Pod::Parser 1.17, from Brad Appleton.
38209              
38210              Update to CPAN 1.56, from Andreas König.
38211              
38212              Update to CGI 2.70, from Lincoln Stein.
38213              
38214              Put back the std @INC thing.
38215              
38216              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
38217              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
38218              
38219              Document the IO::Select timeout.
38220              
38221              sleep(1) does not necessarily return 1.
38222              Subject: [PATCH bleadperl] op/lex_assign.t  
38223              
38224              Subject: debugger "d" command doesnt check line number
38225              
38226              B::Deparse didn't do sub attributes.
38227              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
38228              
38229              Preprocessing and postprocessing for File::Find.
38230              Subject: Patch to Find::File.pm to allow alphabetical results
38231              
38232              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
38233              
38234              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
38235              
38236              Subject: Re: [ID 20000730.003] utf8::length() bad
38237              
38238              Subject: Getting perlio and threads to compile
38239              (the Solaris version changes in Configure skipped)
38240              
38241              Tests for #6589.
38242              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
38243              
38244              Add Perl debugging tutorial, regen toc. 
38245              Subject: perldebtut.pod
38246              
38247              Add a few missing files, update MANIFEST.
38248              
38249              Rewrite of vms/subconfigure.com as configure.com,
38250              from Peter Prymmer and the vmsperl crew.
38251              
38252              Should have deleted this in #6603.
38253              
38254              Fix the test for 5005threads.
38255              
38256              Fix-n-skip the tests under 5005threads.
38257              
38258              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
38259              
38260              Upgrade to CGI 2.71, from Lincoln Stein.
38261      Branch: maint-5.6/perl
38262           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
38263           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
38264           +> t/op/regmesg.t t/pod/find.t vms/configure.com
38265            - vms/subconfigure.com
38266            ! lib/lib.pm
38267           !> (integrate 115 files)
38268 ____________________________________________________________________________
38269 [  7884] By: jhi                                   on 2000/11/27  13:44:33
38270         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
38271              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38272              Date:     Mon, 27 Nov 2000 08:23:54 EST
38273              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
38274      Branch: perl
38275            ! vms/descrip_mms.template vms/test.com
38276 ____________________________________________________________________________
38277 [  7883] By: gsar                                  on 2000/11/27  11:50:46
38278         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
38279              6511..6513,6515..6523,6525..6536
38280              
38281              The swallow_bom() saga continues.  The #23 of require.t
38282              (UTF16-LE) still fails (silently, no output) but the #22
38283              (UTF16-BE) seems to be working now.  The root of the
38284              failure may be in sv_gets(): is it UTF-16LE-aware,
38285              especially when it comes to line endings? 
38286              
38287              Document the problem with -P in HP-UX and its workaround.
38288              
38289              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
38290              (aka ID 20000730.002)
38291              
38292              Subject: fix and question re: waitpid() under win32
38293              
38294              Make the safety catch for buggy gccs work with triple version
38295              numbers like 2.95.2.  Reported in
38296              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
38297              
38298              In Digital UNIX warn if gcc explicitly chosen because even
38299              2.95.2 is known to cause problems.
38300              
38301              Make chr() for values >127 to create utf8 when under utf8.
38302              
38303              various syntax errors and such (not fixed: comp/require.t#22 coredump
38304              on Windows)
38305              
38306              Stash away the largefiles flags and libswanted.
38307              
38308              BOM patching from Simon Cozens.
38309              
38310              If gccosandvers is equal to osname, clear gccosandvers.
38311              
38312              Make p4desc to skip non-mainperl branches by default.
38313              
38314              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
38315              
38316              The test from this
38317              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
38318              
38319              In new BSDs changes to argv[] do not show up in ps(1) output,
38320              instead one must use setproctitle().  This was already addressed
38321              by change #6457, but the below has a new variant for FreeBSD 4.0
38322              or later, and the matter is also documented more.
38323              
38324              FreeBSD 3.* updates from
38325              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
38326              
38327              regen_headers, regen perltoc.
38328              
38329              Document in one place the memory abstractions used in Perl core.
38330              
38331              memcpy has n o in it, as pinted ut by Sarathy.
38332              
38333              Remove the extraneous "main::" prefix from all the
38334              "opened only for", "on closed", and "never opened" warnings.
38335              
38336              The name of a filehandle does not have <these>.
38337              
38338              The tr utf8 patching continues.
38339              
38340              The new setproctitle() feature is available only in 
38341              bleeding edge FreeBSD.  From Paul Saab.
38342              
38343              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
38344              
38345              Dump UVs as UVs in Data::Dumper.
38346              
38347              detypo #6494
38348              
38349              Document the IVdf UVuf UVof UVxf.
38350              
38351              require.t needs binmode() to work on windows
38352              
38353              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
38354              that are hopefully soon put into use.
38355              
38356              Allow "no Module;" even if there is no 'unimport'.
38357              
38358              Better skip message for the test; one of the two problems in
38359              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
38360              
38361              The subtest 4 may fail also on VOBS, as pointed out
38362              by Nick Ing-Simmons in November 1999, bug id 19991124.003
38363              (but the failure in that bug report isn't the subtest 4).
38364              
38365              Be more informative on what is skipped and why,
38366              also repeat the list at the end.
38367              
38368              Add a URL for FSF.
38369              
38370              Subject: [PATCH] sv.h documentation - SvLEN
38371              
38372              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
38373              
38374              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
38375              
38376              Subject: [PATCH] bad cppsymbols on os2 + Configure question
38377              
38378              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
38379              
38380              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
38381              mention the idea of @( and @)
38382              
38383              This is 6512.  Really.
38384              
38385              Subject: [ID 19990721.004] Documentation bug in perlfunc
38386              
38387              Subject: Minor tweak to perlvar.pod
38388              
38389              In the warnings call filehandles consistently so;
38390              add "unopened" warning for stat().
38391              
38392              After the #6519 a warning about stat() is just that,
38393              not about a filetest, which now have their own warning.
38394              
38395              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
38396              
38397              Subject: Re: Array vs. List context
38398              
38399              Subject: New perlcc, take 2
38400              
38401              Weed buglets pointed out by
38402              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
38403              
38404              gcc versions might have (parentheses) in them.
38405              
38406              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
38407              
38408              Essential prototype changes were missing from #6527.
38409              Also make report_evil_fh() more bomb-proof.
38410              
38411              Zap lib/Sys directory when cleaning up.
38412              
38413              Change the Policy policy: now -Dprefix= with an existing
38414              Policy.sh and prefix == siteprefix == vendorprefix, then all
38415              of them follow along the new prefix.
38416              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
38417              
38418              Continue fixing the io warnings.  This also
38419              sort of fixes bug ID 20000802.003: the core dump
38420              is no more.  Whether the current behaviour is correct
38421              (giving a warning: "Not a format reference"), is another matter.
38422              
38423              Have symbols for the IoTYPEs.
38424              
38425              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
38426              
38427              Document a bit that UDP is not what you might think.
38428              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
38429              tr memory corruption fix from Simon Cozens.
38430              
38431              Plug the security hole described in the Aug 05 2000 bugtraq message
38432              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
38433              The security hole exists only in suidperls, which isn't
38434              installed or even built by default.
38435      Branch: maint-5.6/perl
38436           !> (integrate 71 files)
38437 ____________________________________________________________________________
38438 [  7882] By: gsar                                  on 2000/11/27  10:25:36
38439         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
38440              from mainline
38441              
38442              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
38443              to be fatal errors (instead of by default ignoring them, and
38444              ignoring with a bug: even though -w gave an error, the opening [
38445              was left in)  Reported in:
38446              
38447              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
38448              
38449              Subject: [PATCH] split /^/
38450              
38451              MacOS nits from Matthias Neeracher.
38452              
38453              More split() doc and test patches from Mike Guy.
38454              
38455              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
38456              from Graham Barr in the module list.
38457              
38458              docfix from Peter Scott <Peter@PSDT.com>.
38459              
38460              File::Temp patches for VMS and OS/2 from Tim Jenness.
38461              
38462              open() wariness in perlbug.
38463              
38464              Subject: [PATCH] minor doc change - perlguts
38465              
38466              Subject: Minor doc patch: handy.h
38467              
38468              Be wary of close()s, too.
38469              
38470              Further File::Temp patches from Yitzchak Scott-Thoennes
38471              and Craig A. Berry.
38472              
38473              Subject: [PATCH] fixes bug 20000508.004
38474              
38475              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
38476              
38477              Allow "no AutoLoader;", based on change #6444,
38478              suggested by Graham Barr.
38479              
38480              Use setproctitle() if available to modify $0.
38481              
38482              Warn if the version of the operating system used to compile gcc
38483              differs from the current version of the operating system.
38484              Also display the gcc compilation os and version in myconfig.
38485              Inspiration from
38486              
38487              Tiny fixes for #6460.
38488              
38489              The problem described in this
38490              Subject: [ID 20000322.018] named chars aren't magical enough
38491              has been fixed in perl 5.6.0 but just in case added a test
38492              to keep it away.  (The report from Joseph Hall.)
38493              
38494              Tune the comments and hopefully stop a memory leak.
38495              
38496              Subject: UTF8 concat
38497              (with a memory leak fixed, plus a few casts added)
38498              This also seems to help for
38499              Subject: [ID 20000716.015] join UTF8 weirdness
38500              
38501              Do not upgrade SVs into utf8 just because they participate
38502              in eq or cmp.  Reported and fix suggested in
38503              Subject: [ID 20000720.009] sv_eq UTF8 bug
38504              
38505              Fix the HALF_UPGRADE() macro introduced in #6263.
38506              
38507              Find green threads before native threads.
38508              Subject: Re: Patch to jpl/JNI/Makefile.PL
38509      Branch: maint-5.6/perl
38510           !> (integrate 30 files)
38511 ____________________________________________________________________________
38512 [  7881] By: jhi                                   on 2000/11/27  05:48:41
38513         Log: It seems that *both* the unused submatch loop cleanup
38514              codes are needed.
38515      Branch: perl
38516            ! regexec.c
38517 ____________________________________________________________________________
38518 [  7880] By: jhi                                   on 2000/11/27  04:50:07
38519         Log: Clean .exists deeper.
38520      Branch: perl
38521            ! Makefile.SH
38522 ____________________________________________________________________________
38523 [  7879] By: jhi                                   on 2000/11/27  02:31:35
38524         Log: The code in regcppop() (see #7878) contains the correct lower
38525              limit for the unused submatch 'cleanup' loop so that under
38526              "use utf8" the following code wouldn't dump core:
38527              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
38528              the cleanup loop in regtry() stomped beyond allocated area
38529              in the startp[] array.  Therefore, copied the correct lower
38530              loop limit (*PL_reglastparen) to regtry().  Note: something
38531              may still not be quite right: why was the _higher_ loop limit
38532              (prog->nparens) different in the utf8 case?
38533              
38534              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
38535              without core dumps, there were about 17 of them before
38536              the patch (with us since Perl 5.7.0).  Two failures, still:
38537              496 and 505 (though these may not be severe).
38538              
38539              Patch #7881 is also needed since both the cleanup loops
38540              seem to be needed.
38541              
38542              Also, the t/op/pat#44 seems to core dump under utf8.
38543              Plus a couple of failures.  UGH-8.
38544      Branch: perl
38545            ! regexec.c
38546 ____________________________________________________________________________
38547 [  7878] By: jhi                                   on 2000/11/27  02:21:17
38548         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
38549              the code in regcppop() seems to be redundant for the test suite --
38550              but it contains a germ of truth, and it needed for the build
38551              process itself: see #7879 and #7881.
38552      Branch: perl
38553            ! regexec.c
38554 ____________________________________________________________________________
38555 [  7877] By: jhi                                   on 2000/11/27  01:53:09
38556         Log: Comment on comment.
38557      Branch: perl
38558            ! regexec.c
38559 ____________________________________________________________________________
38560 [  7876] By: jhi                                   on 2000/11/27  00:49:59
38561         Log: Adjust the docs to agree with #7875.
38562      Branch: perl
38563            ! pod/perllocale.pod
38564 ____________________________________________________________________________
38565 [  7875] By: jhi                                   on 2000/11/27  00:49:27
38566         Log: Retract #7863.  It makes more sense not to taint formatted output,
38567              not even by sprintf().
38568      Branch: perl
38569            ! sv.c
38570 ____________________________________________________________________________
38571 [  7874] By: jhi                                   on 2000/11/26  23:36:02
38572         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
38573              Not really fixed (should really dump the UTF-8 charclass),
38574              but stopped displaying the garbage.
38575              
38576              Also add a note on the (missing) Unicode PSXSPC and BLANK.
38577      Branch: perl
38578            ! regcomp.c
38579 ____________________________________________________________________________
38580 [  7873] By: jhi                                   on 2000/11/26  21:31:13
38581         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
38582      Branch: perl
38583            ! regexec.c
38584 ____________________________________________________________________________
38585 [  7872] By: jhi                                   on 2000/11/26  21:06:04
38586         Log: No need to scan till infinity, 13 is enough.
38587      Branch: perl
38588            ! handy.h utf8.c
38589 ____________________________________________________________________________
38590 [  7871] By: jhi                                   on 2000/11/26  20:20:32
38591         Log: Test line numbers are different with utf8.
38592      Branch: perl
38593            ! t/op/re_tests
38594 ____________________________________________________________________________
38595 [  7870] By: jhi                                   on 2000/11/26  20:10:12
38596         Log: Message nit.
38597      Branch: perl
38598            ! regcomp.c
38599 ____________________________________________________________________________
38600 [  7869] By: jhi                                   on 2000/11/26  19:01:05
38601         Log: Make utf8_length() and utf8_distance() (the latter of which
38602              is unused at the moment) to be less forgiving about bad UTF-8.
38603      Branch: perl
38604            ! embed.h embed.pl objXSUB.h proto.h utf8.c
38605 ____________________________________________________________________________
38606 [  7868] By: jhi                                   on 2000/11/26  18:45:56
38607         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
38608              From: Benjamin Holzman <bah@ecnvantage.com>
38609              Date: Sat, 25 Nov 2000 20:40:20 -0500       
38610              Message-ID: <20001125204020.A25040@ecnvantage.com>              
38611              
38612              Debian allows installing /usr/bin/locale without installing
38613              any locales, an error message will ensue.
38614      Branch: perl
38615            ! t/pragma/locale.t
38616 ____________________________________________________________________________
38617 [  7867] By: jhi                                   on 2000/11/26  18:31:12
38618         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
38619              From: Benjamin Holzman <bah@ecnvantage.com>
38620              Date: Sun, 26 Nov 2000 02:42:34 -0500
38621              Message-ID: <20001126024234.G25040@ecnvantage.com>
38622              
38623              Patch for the bug 20000212.002.
38624      Branch: perl
38625            ! sv.c t/op/array.t
38626 ____________________________________________________________________________
38627 [  7866] By: jhi                                   on 2000/11/26  18:28:09
38628         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
38629              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38630              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
38631              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
38632              
38633              File::Temp 0.11.
38634      Branch: perl
38635            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
38636 ____________________________________________________________________________
38637 [  7865] By: jhi                                   on 2000/11/26  18:24:22
38638         Log: The metaconfig unit change for #7864.
38639      Branch: metaconfig/U/perl
38640            ! need_va_copy.U
38641 ____________________________________________________________________________
38642 [  7864] By: jhi                                   on 2000/11/26  18:23:41
38643         Log: Make the va_copy() test not to be so talkative.
38644      Branch: perl
38645            ! Configure config_h.SH
38646 ____________________________________________________________________________
38647 [  7863] By: jhi                                   on 2000/11/26  18:11:02
38648         Log: Fix locale inconsistencies unearthed by Hugo's work.
38649              Now the floating point sprintf really does taint the result
38650              string as perllocale promises (has promised for a long time)
38651              if "use locale" is in the lexical scope.
38652      Branch: perl
38653            ! sv.c t/pragma/locale.t
38654 ____________________________________________________________________________
38655 [  7862] By: jhi                                   on 2000/11/26  00:35:15
38656         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
38657              From: Nicholas Clark <nick@ccl4.org>
38658              Date: Sun, 26 Nov 2000 00:07:50 +0000
38659              Message-ID: <20001126000750.A22446@plum.flirble.org>
38660              
38661              Infinit.
38662      Branch: perl
38663            ! sv.c
38664 ____________________________________________________________________________
38665 [  7861] By: jhi                                   on 2000/11/26  00:01:26
38666         Log: Integrate perlio.
38667      Branch: perl
38668           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
38669 ____________________________________________________________________________
38670 [  7860] By: nick                                  on 2000/11/25  22:04:17
38671         Log: Correct relative path from new ext\Filter\Util\Call location
38672              back to miniperl.
38673      Branch: perlio
38674            ! win32/makefile.mk
38675 ____________________________________________________________________________
38676 [  7859] By: nick                                  on 2000/11/25  21:26:54
38677         Log: Integrate mainline.
38678      Branch: perlio
38679           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38680           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
38681           +> t/lib/filter-util.t
38682            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38683            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38684            - t/lib/filt-util.t
38685           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
38686           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
38687           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
38688           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
38689           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
38690           !> win32/makefile.mk
38691 ____________________________________________________________________________
38692 [  7858] By: gsar                                  on 2000/11/25  20:52:17
38693         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
38694              parent's memory; fix it by keeping track of the actual pad
38695              offset rather than a raw pointer (this change is probably also
38696              relevant to non-ithreads case to avoid fallout from reallocs of
38697              the pad array, but is currently only enabled for the ithreads
38698              case in the interests of minimal disruption to existing "well
38699              tested" code)
38700      Branch: perl
38701            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
38702            ! proto.h scope.c scope.h sv.c t/op/fork.t
38703 ____________________________________________________________________________
38704 [  7857] By: nick                                  on 2000/11/25  20:01:28
38705         Log: All tests pass on Win32/gcc/USE_PERLIO.
38706              - when crlf layer is pushed make unix-level binary.
38707              - remove :crlf injection in pp_backtick in pp_sys.c
38708              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
38709      Branch: perlio
38710            ! doio.c perlio.c pp_sys.c win32/makefile.mk
38711 ____________________________________________________________________________
38712 [  7856] By: jhi                                   on 2000/11/25  18:38:30
38713         Log: Update the metaconfig units for #7855.
38714      Branch: metaconfig/U/perl
38715            ! useperlio.U usesocks.U
38716 ____________________________________________________________________________
38717 [  7855] By: jhi                                   on 2000/11/25  18:37:54
38718         Log: Undo the SOCKS workarounds, instead start using PerlIO
38719              if SOCKS is selected.
38720              
38721              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
38722              From: Jens Hamisch <jens@Strawberry.COM>
38723              Date: Fri, 24 Nov 2000 18:31:30 +0100
38724              Message-ID: <20001124183130.E28337@Strawberry.COM>
38725              
38726              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
38727              From: Jens Hamisch <jens@Strawberry.COM>
38728              Date: Fri, 24 Nov 2000 19:11:51 +0100
38729              Message-ID: <20001124191151.A28753@Strawberry.COM>
38730      Branch: perl
38731            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
38732            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
38733 ____________________________________________________________________________
38734 [  7854] By: jhi                                   on 2000/11/25  17:39:08
38735         Log: Undo #7848.  Some of the code seems to use walkoptree(),
38736              some walkoptree_slow().  An unfinished renaming?
38737              Now the sub is walkoptree() (which is @EXPORT_OK),
38738              the walkoptree_slow() is a typeglob alias to walkoptree.
38739              This makes the tests to pass, at least.
38740      Branch: perl
38741            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
38742 ____________________________________________________________________________
38743 [  7853] By: nick                                  on 2000/11/24  22:24:33
38744         Log: Re-arrange crlf vs binary for platforms that care.
38745              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
38746              Lip-service to making stdio layer work on such platfroms (untested).
38747              Now fails 3 tests rather than one, checkin to see if I can debug 
38748              the issue under linux. (Do not merge.)
38749      Branch: perlio
38750            ! doio.c perlio.c perliol.h
38751 ____________________________________________________________________________
38752 [  7852] By: jhi                                   on 2000/11/24  18:57:39
38753         Log: AUTHORS edits.
38754      Branch: perl
38755            ! AUTHORS
38756 ____________________________________________________________________________
38757 [  7851] By: jhi                                   on 2000/11/24  17:34:56
38758         Log: Add Jan-Erik Karlsson.
38759      Branch: perl
38760            ! AUTHORS
38761 ____________________________________________________________________________
38762 [  7850] By: jhi                                   on 2000/11/24  17:27:56
38763         Log: Configure should find stdchar on its own.
38764      Branch: perl
38765            ! hints/solaris_2.sh
38766 ____________________________________________________________________________
38767 [  7849] By: jhi                                   on 2000/11/24  17:24:55
38768         Log: Subject: PATCH over 7848: Filter test flawed
38769              From: andreas.koenig@anima.de (Andreas J. Koenig)
38770              Date: 24 Nov 2000 10:28:29 +0100
38771              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
38772      Branch: perl
38773            ! t/lib/filter-util.t
38774 ____________________________________________________________________________
38775 [  7848] By: jhi                                   on 2000/11/24  17:22:15
38776         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
38777              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
38778              Date: Fri, 24 Nov 2000 16:12:58 +0000
38779              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
38780      Branch: perl
38781            ! ext/B/B.pm
38782 ____________________________________________________________________________
38783 [  7847] By: jhi                                   on 2000/11/24  03:07:01
38784         Log: Integrate perlio.
38785      Branch: perl
38786           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
38787           !> win32/makefile.mk
38788 ____________________________________________________________________________
38789 [  7846] By: gsar                                  on 2000/11/24  00:55:57
38790         Log: integrate changes#6415..6418,6420..6438 from mainline
38791              
38792              Fix the bitvector ops for utf8 (tricky since past 7 bits
38793              the utf8 'characters' can be more than one octet).
38794              
38795              MPE/ix updates for perl 5.6.0 from Mark Bixby.
38796              
38797              Subject: SDBM_File documentation
38798              
38799              Detypo.
38800              
38801              Decutandpasto.
38802              
38803              Send all installperl messages to STDERR and be -w clean.
38804              
38805              Out-of-date note removed.
38806              
38807              Protect against "wild next"s, that is, callbacks doing "next"
38808              instead of "return".
38809              
38810              Use STDOUT consistently.
38811              
38812              The output might have been produced in the wrong order.
38813              
38814              A missing 'break' after the [[:space:]] switch case.
38815              
38816              Add tests for
38817              [ID 19991110.003] another matching finding by pcre author
38818              which has already been fixed by some patch, as verified in
38819              
38820              Documentation to explain the behaviour of map().
38821              
38822              Add an optimization for map-maps-a-list-element-to-more-list-elements
38823              case, but add also notes explaining the relationship of this
38824              patch and the earlier notes by Sarathy.
38825              
38826              Subject: [ID 20000716.023] syslog test fails without sockets
38827              
38828              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
38829              Test cases for #6431.
38830              
38831              File::Spec::VMS fixup for tmpdir from Craig Berry.
38832              
38833              Make the "uninit variable" warning to say "concat or string"
38834              or "join or string" when in concat or join .
38835              
38836              Get UTF16 BOMs working.  Patch from
38837              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
38838              
38839              Subject: [PATCH] Make large file tests deal with SIGXFSZ
38840              
38841              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
38842              
38843              Subject: [PATCH] av.c apidoc
38844      Branch: maint-5.6/perl
38845           !> (integrate 43 files)
38846 ____________________________________________________________________________
38847 [  7845] By: gsar                                  on 2000/11/24  00:20:45
38848         Log: integrate changes#6406..6414 from mainline
38849              
38850              Merge perlhacktut into perlhack, update perlguts.
38851              
38852              Fix AutoSplit to use File::Spec the right way in VMS,
38853              from Peter Prymmer.
38854              
38855              The bug report
38856              [ID 19991110.002] minimal matching discrepancy found by pcre author
38857              seems to have been fixed (though differently from what was suggested
38858              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
38859              
38860              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
38861              not in pod, from Peter Prymmer
38862              
38863              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
38864              From: Hugo <hv@crypt.compulink.co.uk>
38865              Date: Fri, 14 Jul 2000 23:05:20 +0100
38866              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
38867              
38868              Didn't anymore apply, but that point still could use another fix.
38869              
38870              lib/b test fixes from Peter Prymmer.
38871              
38872              More docs for sv functions.
38873              
38874              perlvms.pod whitespace cleanup to keep pod utils happy.
38875              
38876              another VMS build tweak from Peter Prymmer
38877      Branch: maint-5.6/perl
38878           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
38879           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
38880           !> vms/descrip_mms.template vms/perlvms.pod
38881 ____________________________________________________________________________
38882 [  7844] By: nick                                  on 2000/11/23  23:42:45
38883         Log: Win32/perlio Now just fails one io/argv.t test - lack 
38884              of default :crlf on standard streams.
38885      Branch: perlio
38886            ! doio.c perlio.c
38887 ____________________________________________________________________________
38888 [  7843] By: nick                                  on 2000/11/23  23:04:05
38889         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
38890              peek fail is showing a real problem (multiple crlf layers
38891              are getting pushed.)
38892      Branch: perlio
38893            ! doio.c perlio.c win32/makefile.mk
38894 ____________________________________________________________________________
38895 [  7842] By: nick                                  on 2000/11/23  19:46:23
38896         Log: Implement PerlIO_binmode()
38897              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
38898              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
38899              make binmode in t/lib/io_tell.t unconditional so that works.
38900              Checkin just so Win32 machine can see these changes.
38901      Branch: perlio
38902            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
38903 ____________________________________________________________________________
38904 [  7841] By: jhi                                   on 2000/11/23  19:30:00
38905         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
38906      Branch: perl
38907            ! README.amiga
38908 ____________________________________________________________________________
38909 [  7840] By: jhi                                   on 2000/11/23  17:18:02
38910         Log: SOCKS wrestling continues, patches from Jens Hamisch.
38911      Branch: perl
38912            ! doio.c embed.h embed.pl perlsdio.h proto.h
38913 ____________________________________________________________________________
38914 [  7839] By: jhi                                   on 2000/11/23  16:54:14
38915         Log: Push Filter::Util::Call one level deeper.
38916      Branch: perl
38917            + t/lib/filter-util.t
38918           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38919           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
38920            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38921            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38922            - t/lib/filt-util.t
38923            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
38924            ! win32/Makefile win32/makefile.mk
38925 ____________________________________________________________________________
38926 [  7838] By: jhi                                   on 2000/11/23  16:52:40
38927         Log: Reach back one higher up when searching for PERL_SRC.
38928      Branch: perl
38929            ! lib/ExtUtils/MM_Unix.pm
38930 ____________________________________________________________________________
38931 [  7837] By: jhi                                   on 2000/11/23  16:05:41
38932         Log: Subject: Re: perl@7826
38933              Date: Thu, 23 Nov 2000 02:20:25 -0600
38934              From: "Craig A. Berry" <craigberry@mac.com>
38935              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
38936              
38937              Make VMS to like Filter::Util::Call. 
38938      Branch: perl
38939            ! configure.com ext/Filter/Util/Makefile.PL
38940 ____________________________________________________________________________
38941 [  7836] By: nick                                  on 2000/11/23  16:04:08
38942         Log: Implement crlf layer - not ready for merge.
38943      Branch: perlio
38944            ! perlio.c win32/makefile.mk
38945 ____________________________________________________________________________
38946 [  7835] By: jhi                                   on 2000/11/23  15:56:52
38947         Log: STDCHAR is different in Sparc v9 vs x86.
38948      Branch: perl
38949            ! hints/solaris_2.sh
38950 ____________________________________________________________________________
38951 [  7834] By: jhi                                   on 2000/11/23  15:50:47
38952         Log: The type needs to be visible to protos.
38953      Branch: perl
38954            ! perl.h
38955 ____________________________________________________________________________
38956 [  7833] By: jhi                                   on 2000/11/23  15:40:46
38957         Log: Finish unfinished SOCKS workaround changes.
38958      Branch: perl
38959            ! doio.c
38960 ____________________________________________________________________________
38961 [  7832] By: jhi                                   on 2000/11/23  15:33:30
38962         Log: Integrate perlio.
38963      Branch: perl
38964           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38965           !> win32/makefile.mk
38966 ____________________________________________________________________________
38967 [  7831] By: nick                                  on 2000/11/23  10:31:07
38968         Log: Correct makefile.mk dependancies for ext/Filter/Util
38969              Build ext/Encode
38970              Run dmake regen_config_h
38971      Branch: perlio
38972            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38973            ! win32/makefile.mk
38974 ____________________________________________________________________________
38975 [  7830] By: nick                                  on 2000/11/23  08:05:07
38976         Log: Integrate mainline
38977      Branch: perlio
38978           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38979           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
38980           +> t/lib/filt-util.pl t/lib/filt-util.t
38981           !> (integrate 41 files)
38982 ____________________________________________________________________________
38983 [  7829] By: gsar                                  on 2000/11/23  03:07:11
38984         Log: build the Filter extension on windows
38985      Branch: perl
38986            ! win32/Makefile win32/makefile.mk
38987 ____________________________________________________________________________
38988 [  7828] By: gsar                                  on 2000/11/23  02:46:35
38989         Log: regenerate win32/config* and fix some inconsistencies in the
38990              makefiles; always export Perl_deb() because it is needed
38991              by ext/re/* (whether perl itself is built with -DDEBUGGING
38992              or not)
38993      Branch: perl
38994            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
38995            ! win32/config_H.vc win32/makefile.mk
38996 ____________________________________________________________________________
38997 [  7827] By: gsar                                  on 2000/11/23  02:18:38
38998         Log: get sources building on windows+MSVC again (untested with other
38999              compilers)
39000      Branch: perl
39001            ! win32/include/sys/socket.h win32/perllib.c
39002 ____________________________________________________________________________
39003 [  7826] By: jhi                                   on 2000/11/23  01:18:26
39004         Log: Update Changes.
39005      Branch: perl
39006            ! Changes patchlevel.h
39007 ____________________________________________________________________________
39008 [  7825] By: jhi                                   on 2000/11/23  00:20:41
39009         Log: Subject: Re: av.c patch (having slight problems)
39010              From: "Ben Tilly" <ben_tilly@hotmail.com>
39011              Date: Tue, 21 Nov 2000 23:29:31 -0500
39012              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
39013              
39014              unshift() speedup.
39015      Branch: perl
39016            ! av.c
39017 ____________________________________________________________________________
39018 [  7824] By: jhi                                   on 2000/11/22  23:59:15
39019         Log: Fixes for signedness warnings noticed by VMSperlers.
39020      Branch: perl
39021            ! ext/Storable/Storable.xs regcomp.c sv.c
39022 ____________________________________________________________________________
39023 [  7823] By: jhi                                   on 2000/11/22  23:19:31
39024         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
39025              From: Peter Prymmer <pvhp@forte.com>
39026              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
39027              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
39028      Branch: perl
39029            ! t/pragma/warn/pp_hot
39030 ____________________________________________________________________________
39031 [  7822] By: jhi                                   on 2000/11/22  22:52:20
39032         Log: Be clean.
39033      Branch: perl
39034            ! Makefile.SH
39035 ____________________________________________________________________________
39036 [  7821] By: jhi                                   on 2000/11/22  22:46:39
39037         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
39038              by Damian Conway, as suggested by Paul Marquess.
39039      Branch: perl
39040            + lib/Filter/Simple.pm
39041 ____________________________________________________________________________
39042 [  7820] By: jhi                                   on 2000/11/22  22:45:51
39043         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
39044      Branch: perl
39045            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39046            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
39047            + t/lib/filt-util.t
39048            ! MANIFEST
39049 ____________________________________________________________________________
39050 [  7819] By: jhi                                   on 2000/11/22  22:03:27
39051         Log: Integrate perlio.
39052      Branch: perl
39053           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
39054           !> win32/makefile.mk
39055 ____________________________________________________________________________
39056 [  7818] By: jhi                                   on 2000/11/22  21:56:02
39057         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
39058      Branch: perl
39059            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
39060            ! t/lib/io_sock.t
39061 ____________________________________________________________________________
39062 [  7817] By: jhi                                   on 2000/11/22  21:39:49
39063         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
39064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39065              Date: Wed, 22 Nov 2000 16:08:12 -0500
39066              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
39067      Branch: perl
39068            ! lib/ExtUtils/Liblist.pm
39069 ____________________________________________________________________________
39070 [  7816] By: jhi                                   on 2000/11/22  21:38:25
39071         Log: Go ahead and #include <unistd.h> in perl.h.
39072      Branch: perl
39073            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
39074            ! util.c
39075 ____________________________________________________________________________
39076 [  7815] By: jhi                                   on 2000/11/22  21:22:52
39077         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
39078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39079              Date: Mon, 20 Nov 2000 18:30:52 -0500
39080              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
39081      Branch: perl
39082            ! pod/perlre.pod regcomp.c t/op/re_tests
39083 ____________________________________________________________________________
39084 [  7814] By: jhi                                   on 2000/11/22  21:21:46
39085         Log: Subject: [PATCH 5.7.0] Liblist finally works
39086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39087              Date: Tue, 21 Nov 2000 22:02:17 -0500
39088              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
39089      Branch: perl
39090            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
39091            ! lib/ExtUtils/MakeMaker.pm
39092 ____________________________________________________________________________
39093 [  7813] By: jhi                                   on 2000/11/22  21:20:23
39094         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
39095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39096              Date: Wed, 22 Nov 2000 17:53:15 +0100
39097              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
39098              
39099              AIX dynaloader and perlio patch.
39100      Branch: perl
39101            ! ext/DynaLoader/dl_aix.xs
39102 ____________________________________________________________________________
39103 [  7812] By: jhi                                   on 2000/11/22  21:17:52
39104         Log: (Accidentally empty patch.)
39105      Branch: perl
39106            ! av.c
39107 ____________________________________________________________________________
39108 [  7811] By: jhi                                   on 2000/11/22  21:16:31
39109         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
39110              From: Peter Prymmer <pvhp@forte.com>
39111              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
39112              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
39113      Branch: perl
39114            ! vms/test.com
39115 ____________________________________________________________________________
39116 [  7810] By: jhi                                   on 2000/11/22  21:15:36
39117         Log: Subject: Re: perl@7777 
39118              From: "John P. Linderman" <jpl@research.att.com>
39119              Date: Wed, 22 Nov 2000 13:11:11 -0500
39120              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
39121              
39122              Detypoing.
39123      Branch: perl
39124            ! lib/CPAN.pm
39125 ____________________________________________________________________________
39126 [  7809] By: jhi                                   on 2000/11/22  21:14:19
39127         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
39128              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39129              Date:     Wed, 22 Nov 2000 13:51:37 EST
39130              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
39131      Branch: perl
39132            ! perlsdio.h
39133 ____________________________________________________________________________
39134 [  7808] By: jhi                                   on 2000/11/22  21:13:27
39135         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
39136              From: Casey Tweten <crt@kiski.net>
39137              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
39138              Message-Id: <200011201653.LAA10194@home.kiski.net>
39139      Branch: perl
39140            ! t/lib/io_udp.t
39141 ____________________________________________________________________________
39142 [  7807] By: jhi                                   on 2000/11/22  21:12:35
39143         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
39144              From: Casey Tweten <crt@kiski.net>
39145              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
39146              Message-Id: <200011201636.LAA07227@home.kiski.net>
39147      Branch: perl
39148            ! t/lib/io_sock.t
39149 ____________________________________________________________________________
39150 [  7806] By: jhi                                   on 2000/11/22  21:10:59
39151         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
39152              From: "Casey R. Tweten" <crt@kiski.net>
39153              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
39154              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
39155      Branch: perl
39156            ! utils/h2xs.PL
39157 ____________________________________________________________________________
39158 [  7805] By: nick                                  on 2000/11/22  21:05:06
39159         Log: Integrate mainline
39160      Branch: perlio
39161           !> Changes Porting/genlog ext/DB_File/DB_File.xs
39162           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
39163           !> utils/perlbug.PL
39164 ____________________________________________________________________________
39165 [  7804] By: jhi                                   on 2000/11/22  21:01:12
39166         Log: Subject: [PATCH] Test.pm POD peculiarity
39167              From: "Casey R. Tweten" <crt@kiski.net>
39168              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
39169              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
39170      Branch: perl
39171            ! lib/Test.pm
39172 ____________________________________________________________________________
39173 [  7803] By: jhi                                   on 2000/11/22  20:59:59
39174         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
39175              From: "Philip Newton" <pnewton@gmx.de>
39176              Date: Wed, 22 Nov 2000 14:25:53 +0100
39177              Message-Id: <3A1BD771.25462.1939FAD@localhost>
39178              
39179              Be case-understanding also on 's', and use the -oi of sendmail
39180              not to terminate the transmission on a lone '.'.
39181      Branch: perl
39182            ! utils/perlbug.PL
39183 ____________________________________________________________________________
39184 [  7802] By: nick                                  on 2000/11/22  20:51:42
39185         Log: Win32 PerlIO intermediate state now working as expected.
39186              - In current state we are still using C runtime in text/binary
39187              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
39188              - PERLIO=stdio and PERLIO=unix pass all expected tests.
39189              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
39190              and PerlIO_seek() and the dummy crlf layer is not making adjustments
39191              for CRLF translation happening in C runtime. All other tests pass.
39192              
39193              Added note to README.win32 to point out the snags of doing a perl build
39194              with Norton AntiVirus turned on.
39195              
39196              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
39197              which file a fail comes from.
39198              
39199              Updated "canned" config.h to match the one generated.
39200      Branch: perlio
39201            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
39202            ! win32/makefile.mk
39203 ____________________________________________________________________________
39204 [  7801] By: jhi                                   on 2000/11/22  06:50:20
39205         Log: Nickety nits.
39206      Branch: perl
39207            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
39208 ____________________________________________________________________________
39209 [  7800] By: jhi                                   on 2000/11/22  01:29:55
39210         Log: Changes had accidentally gone too silent on non-main branches.
39211      Branch: perl
39212            ! Changes Porting/genlog patchlevel.h
39213 ____________________________________________________________________________
39214 [  7799] By: gsar                                  on 2000/11/22  01:02:56
39215         Log: some lib_pm.PL changes snuck in via change#7772
39216      Branch: maint-5.6/perl
39217            ! Makefile.SH
39218 ____________________________________________________________________________
39219 [  7798] By: nick                                  on 2000/11/21  21:59:40
39220         Log: Integrate mainline
39221      Branch: perlio
39222           !> (integrate 28 files)
39223 ____________________________________________________________________________
39224 [  7797] By: jhi                                   on 2000/11/21  21:01:45
39225         Log: Integrate perlio.
39226      Branch: perl
39227           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
39228 ____________________________________________________________________________
39229 [  7796] By: nick                                  on 2000/11/21  20:36:22
39230         Log: Win32 builds and runs (mostly) with USE_PERLIO.
39231              PERLIO=perlio passes all tests. 
39232              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
39233      Branch: perlio
39234            ! perlio.c win32/perllib.c win32/win32.c
39235 ____________________________________________________________________________
39236 [  7795] By: jhi                                   on 2000/11/21  19:03:44
39237         Log: Update Changes.
39238      Branch: perl
39239            ! Changes patchlevel.h
39240 ____________________________________________________________________________
39241 [  7794] By: jhi                                   on 2000/11/21  18:56:34
39242         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
39243              From: "Craig A. Berry" <craigberry@mac.com>
39244              Date: Mon, 20 Nov 2000 20:27:06 -0600
39245              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
39246              
39247              A cut-and-pasto.
39248      Branch: perl
39249            ! perlio.h
39250 ____________________________________________________________________________
39251 [  7793] By: jhi                                   on 2000/11/21  18:54:41
39252         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
39253              From: Dominic Dunlop <domo@computer.org> 
39254              Date: Mon, 20 Nov 2000 18:55:29 +0100
39255              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
39256              
39257              va_copy() and the need of it.
39258              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
39259      Branch: metaconfig/U/perl
39260            + need_va_copy.U
39261      Branch: perl
39262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39263            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
39264            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
39265            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39266            ! win32/config.bc win32/config.gc win32/config.vc
39267 ____________________________________________________________________________
39268 [  7792] By: jhi                                   on 2000/11/21  17:04:10
39269         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
39270      Branch: perl
39271           !> scope.h
39272 ____________________________________________________________________________
39273 [  7791] By: jhi                                   on 2000/11/21  17:01:16
39274         Log: Export the SOCKS workaround symbols only if necessary.
39275      Branch: perl
39276            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
39277 ____________________________________________________________________________
39278 [  7790] By: nick                                  on 2000/11/20  23:57:11
39279         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
39280      Branch: perlio
39281            ! scope.h
39282 ____________________________________________________________________________
39283 [  7789] By: nick                                  on 2000/11/20  23:38:33
39284         Log: Integrate mainline
39285      Branch: perlio
39286           +> lib/File/Spec/Epoc.pm
39287           !> (integrate 34 files)
39288 ____________________________________________________________________________
39289 [  7788] By: nick                                  on 2000/11/20  23:20:18
39290         Log: Make extra buffer layer work (dummy crlf layer)
39291      Branch: perlio
39292            ! doio.c perlio.c perlio.h
39293 ____________________________________________________________________________
39294 [  7787] By: jhi                                   on 2000/11/20  22:44:04
39295         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
39296              From: Peter Prymmer <pvhp@forte.com>
39297              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
39298              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
39299      Branch: perl
39300            ! t/pragma/locale.t
39301 ____________________________________________________________________________
39302 [  7786] By: jhi                                   on 2000/11/20  22:29:10
39303         Log: Subject: DOC PATCH 5.6.0 perlreftut
39304              From: mjd@plover.com
39305              Date: 20 Nov 2000 19:45:06 -0000
39306              Message-ID: <20001120194506.9505.qmail@plover.com>
39307      Branch: perl
39308            ! pod/perlreftut.pod
39309 ____________________________________________________________________________
39310 [  7785] By: jhi                                   on 2000/11/20  22:27:44
39311         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
39312              From: David Dyck <dcd@tc.fluke.com>
39313              Date: Mon, 20 Nov 2000 11:43:40 -0800
39314              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
39315      Branch: perl
39316            ! lib/Cwd.pm
39317 ____________________________________________________________________________
39318 [  7784] By: jhi                                   on 2000/11/20  22:23:21
39319         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
39320              Date: Mon, 20 Nov 2000 17:06:10 -0500
39321              To: Mailing list Perl5 <perl5-porters@perl.org>
39322              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
39323      Branch: perl
39324            ! pp_ctl.c t/op/pat.t
39325 ____________________________________________________________________________
39326 [  7783] By: jhi                                   on 2000/11/20  22:11:18
39327         Log: Subject: [PATCH] doop.c - UTF8 tr///               
39328              From: Simon Cozens <simon@cozens.net>
39329              Date: Sat, 18 Nov 2000 18:49:30 +0000
39330              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
39331              
39332              Subject: Re: [PATCH] doop.c - UTF8 tr///           
39333              From: Simon Cozens <simon@cozens.net>
39334              Date: Mon, 20 Nov 2000 20:45:22 +0000
39335              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
39336              
39337              Make tr on UTF-8 better but still not correct.
39338      Branch: perl
39339            ! doop.c
39340 ____________________________________________________________________________
39341 [  7782] By: jhi                                   on 2000/11/20  22:02:16
39342         Log: Remove the shared object before attempting to create
39343              (by linking) a new one.  E.g. in AIX not removing
39344              becomes quite painful if one tries to do more than one
39345              build in the same tree (an interrupted build, for example),
39346              since the AIX' shared dynaloader seemingly keeps the shared
39347              objects open and therefore 'busy' for quite a while, even when
39348              nobody is using the objects, leading into link failures.
39349      Branch: perl
39350            ! lib/ExtUtils/MM_Unix.pm
39351 ____________________________________________________________________________
39352 [  7781] By: gsar                                  on 2000/11/20  19:02:55
39353         Log: type mismatch due to faulty integration
39354      Branch: maint-5.6/perl
39355            ! toke.c win32/Makefile
39356 ____________________________________________________________________________
39357 [  7780] By: gsar                                  on 2000/11/20  17:31:55
39358         Log: integrate changes#6392,6394..6399,6401..6404
39359              
39360              The {multiplier} of a fixed substring was overlooked which
39361              caused a wrong initial search offset for that substring.
39362              
39363              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
39364              From: Hugo <hv@crypt.compulink.co.uk>
39365              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
39366              Date: Thu, 13 Jul 2000 19:27:13 +0100
39367              
39368              Fix the BOM bug: not a byteorder bug, a signedness bug.
39369              
39370              Replace change #6337 with a better one.
39371              
39372              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
39373              From: Hugo <hv@crypt.compulink.co.uk>
39374              Date: Fri, 14 Jul 2000 04:16:20 +0100
39375              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
39376              
39377              MakeMaker should not remove editor backups (*~) on `make clean`
39378              by default (completes change#6383)
39379              
39380              move new variables to the end of the interpreter structure (for
39381              bincompat in code that doesn't #include XSUB.h)
39382              
39383              rename totally bletcherous SvLOCK() thingy (doesn't do what the
39384              name suggests anyway)
39385              
39386              various cleanups (typos, misformatted code, and small bugs)
39387              
39388              typecasts needed for change#6394
39389              
39390              typos in change#6399, regen headers
39391              
39392              inconsistent types needs casts
39393              
39394              PERL_OBJECT build tweaks
39395      Branch: maint-5.6/perl
39396           !> MANIFEST doop.c embed.h embed.pl embedvar.h
39397           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
39398           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
39399           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
39400           !> toke.c util.c
39401 ____________________________________________________________________________
39402 [  7779] By: gsar                                  on 2000/11/20  17:06:29
39403         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
39404              
39405              Cosmetics and perldelta.
39406              
39407              Fix nits noticed by Boston.pm.
39408              
39409              Do the cc sanity check both before the hints and
39410              after the cc selction.
39411              
39412              get sprintf.t to adjust properly for 3-digit exponents
39413              
39414              don't clobber *.orig files on *clean targets
39415              
39416              fix bugs in processing %v-*d and similar format specs (from
39417              Avi Finkel <avi@finkel.org>)
39418              
39419              sprintf test tweaks (from Dominic Dunlop)
39420              
39421              new selfloader.t in change#6183 doesn't close DATA handles,
39422              and thus fails to clean up tmp files on dosish platforms
39423              
39424              typos (spotted by Peter Prymmer)
39425              
39426              typo fix from Craig Berry
39427      Branch: maint-5.6/perl
39428           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
39429           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
39430           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
39431           !> x2p/Makefile.SH
39432 ____________________________________________________________________________
39433 [  7778] By: gsar                                  on 2000/11/20  16:46:51
39434         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
39435              
39436              Subject: Re: format bug report  [Patch]
39437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39438              Date: Wed, 05 Jul 2000 13:12:52 +0200
39439              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
39440              
39441              Subject: Re: format bug report  [Patch]
39442              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39443              Date: Wed, 05 Jul 2000 14:10:01 +0200
39444              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
39445              
39446              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
39447              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39448              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
39449              Date: Fri, 07 Jul 2000 17:57:16 +0100
39450              
39451              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
39452              To: perl5-porters@perl.org
39453              From: Karsten Sperling <spiff@phreax.net>
39454              Date: Mon, 10 Jul 2000 15:12:52 +0200
39455              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
39456              
39457              README.posix-bc podified from Thomas Dorner.
39458              
39459              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
39460              From: Dominic Dunlop <domo@computer.org>
39461              Date: Tue, 11 Jul 2000 12:27:33 +0200
39462              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
39463              
39464              Typo in #6341.
39465              
39466              Fix for
39467              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
39468              From: Roderick Schertler <roderick@argon.org>
39469              Date: Tue, 11 Jul 2000 13:55:05 -0400
39470              Message-Id: <200007111755.NAA05077@jones.argon.org>
39471              
39472              Minor cleanups on the booklist.
39473              
39474              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
39475              regen perltoc.
39476              
39477              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
39478      Branch: maint-5.6/perl
39479           +> pod/perlbook.pod
39480           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
39481           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
39482           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
39483 ____________________________________________________________________________
39484 [  7777] By: jhi                                   on 2000/11/20  16:08:49
39485         Log: Update Changes.
39486      Branch: perl
39487            ! Changes patchlevel.h
39488 ____________________________________________________________________________
39489 [  7776] By: jhi                                   on 2000/11/20  15:27:56
39490         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
39491              This may be overly harsh but until proven otherwise, we think this
39492              way, or until we have a simple test for Configure (having to start
39493              up servers is does not count as simple) to check for the problems.
39494      Branch: perl
39495            ! perl.h
39496 ____________________________________________________________________________
39497 [  7775] By: jhi                                   on 2000/11/20  15:22:17
39498         Log: Solaris hints tweaks.
39499      Branch: perl
39500            ! hints/solaris_2.sh
39501 ____________________________________________________________________________
39502 [  7774] By: jhi                                   on 2000/11/20  15:01:20
39503         Log: Add a workaround to SOCKS 64-bit problems.
39504      Branch: perl
39505            ! doio.c embed.h embed.pl perlsdio.h proto.h
39506 ____________________________________________________________________________
39507 [  7773] By: jhi                                   on 2000/11/20  14:51:47
39508         Log: sysseek() instead of seek().
39509      Branch: perl
39510            ! t/lib/syslfs.t
39511 ____________________________________________________________________________
39512 [  7772] By: gsar                                  on 2000/11/20  13:06:23
39513         Log: integrate changes#6315..6319,6321..6331,6333..6338
39514              
39515              Integrate with Sarathy, preliminary fix for unicos
39516              alignment problems in [ID 20000612.002] Perl problem on Cray system.
39517              
39518              some debugger output does not go to the socket when RemotePort is set
39519              
39520              winsock cleanup never done on Windows (leads to handle leaks)
39521              
39522              fix UNC path handling on Windows under ithreads, and chdir()
39523              return value when given a non-existent directory
39524              
39525              Autogenerate pod/Makefile and pod/buildtoc.
39526              buildtoc also checks whether the existin pods are
39527              mentioned in MANIFEST and perl.pod, and vice versa.
39528              (None of the thusly found discrepancies fixed yet.)
39529              roffitall also needs to be autogenerated similarly but it
39530              seems so badly out of date that I didn't touch it yet.
39531              
39532              Config is being used.
39533              
39534              Add =head1 NAMEs so that buildtoc is happy.
39535              (The CGI::Util nit reported to Lincoln.)
39536              
39537              Fix complaints of buildtoc.
39538              
39539              Fix the alignment problem in Crays ([ID 20000612.002]).
39540              
39541              Remove perlbook, update perlfaq book listing,
39542              rearrange perl.pod, regenerate perltoc.
39543              
39544              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
39545              was cast to an unsigned (32-bit) integer with wild abandon.
39546              
39547              winsock options weren't being set in all threads under ithreads
39548              (caused send()s from second and subsequent threads to fail)
39549              
39550              accept() leaks memory on windows due to incorrect ordering of
39551              closesocket() and fclose() calls
39552              
39553              Reorder perl.pod once more.
39554              
39555              More POSIX.pod tweaks.
39556              
39557              Sprinkle ldlibpath.
39558              
39559              Precedence goof, fix based on
39560              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
39561              From: Hugo <hv@crypt.compulink.co.uk>
39562              Date: Tue, 11 Jul 2000 12:52:38 +0100
39563              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
39564              
39565              Subject: PATCH perlguts.pod: Document D and d magic types
39566              From: mjd@plover.com
39567              Date: 5 Jul 2000 18:01:51 -0000
39568              Message-ID: <20000705180151.29413.qmail@plover.com>
39569              
39570              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
39571              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
39572              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
39573              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
39574              
39575              Subject: [PATCH cfgperl] $& segfaults if you trick it
39576              From: simon@brecon.co.uk (Simon Cozens)
39577              Date: 7 Jul 2000 11:26:09 GMT
39578              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
39579              
39580              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
39581              From: Hugo <hv@crypt.compulink.co.uk>
39582              Date: Tue, 11 Jul 2000 12:44:50 +0100
39583              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
39584              
39585              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
39586              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39587              Date: Tue, 11 Jul 2000 13:50:51 +0100
39588              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
39589      Branch: maint-5.6/perl
39590           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
39591           +> pod/buildtoc.PL
39592            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
39593           !> (integrate 26 files)
39594 ____________________________________________________________________________
39595 [  7771] By: gsar                                  on 2000/11/20  12:31:42
39596         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
39597              6310,6311,6314
39598              
39599              Subject: [PATCH bleedperl] File::Spec 0.82 beta
39600              From: Barrie Slaymaker <barries@jester.slaysys.com>
39601              Date: Wed, 28 Jun 2000 11:35:29 -0400
39602              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
39603              
39604              tweak perlembed for multiplicity/usethreads sanity; correct notes
39605              about Windows
39606              
39607              localize %INC in a Safe compartment so that use/require work
39608              (many other magic globals probably need similar treatment)
39609              
39610              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
39611              when @_ is modified, causing coredumps
39612              
39613              slurp mode fix in change#4736 still not quite right
39614              
39615              Point to perlipc for more SysV IPC examples.
39616              
39617              Elaborate POSIX.pod.  Still needs work.
39618              
39619              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
39620              
39621              fix large memory leak that has been around for ever, masked by
39622              -DPURIFY (most of the arenas were never freed!)
39623              
39624              fix memory leak on Windows (PL_sys_intern contents were never
39625              freed)
39626              
39627              PERL_OBJECT build tweak
39628              
39629              adjust change#6299
39630              
39631              remove rel2abs prototypes (from Barrie Slaymaker)
39632              
39633              missing perldiag entry for unpack("w",...) diagnostic (from
39634              Andreas Koenig)
39635              
39636              better diagnostic on Frob->stuff() when Frob:: doesn't exist
39637              (from Richard Soderberg <rs@oregonnet.com>)
39638              
39639              Win32 patches for cfgperl from Sarathy.
39640              
39641              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
39642              
39643              More POSIX.pod embellishment.
39644              
39645              tyop in change#6306
39646      Branch: maint-5.6/perl
39647           !> (integrate 44 files)
39648 ____________________________________________________________________________
39649 [  7770] By: gsar                                  on 2000/11/20  11:51:00
39650         Log: integrate changes#6268..6282 from cfgperl branch
39651              
39652              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
39653              From: Dominic Dunlop <domo@computer.org>
39654              Date: Thu, 29 Jun 2000 12:32:39 +0200
39655              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
39656              
39657              Regen headers for #6261 (and update embed.pl for this) and #6267,
39658              silence few compiler warnings.
39659              
39660              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
39661              From: Nicholas Clark <nick@talking.bollo.cx>
39662              Date: Fri, 23 Jun 2000 16:21:15 +0100
39663              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
39664              
39665              Subject: PATCH pod/perltie.pod
39666              From: Ian Phillipps <Ian.Phillipps@iname.com>
39667              Date: Fri, 16 Jun 2000 00:17:19 +0100
39668              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
39669              (only the first hunk, the second hunk had already been done
39670              by some other patch)
39671              
39672              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
39673              From: Tom Phoenix <rootbeer@redcat.com>
39674              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
39675              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
39676              
39677              Subject: [PATCH] xsub attributes
39678              From: Doug MacEachern <dougm@covalent.net>
39679              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
39680              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
39681              
39682              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
39683              From: Andy Dougherty <doughera@lafayette.edu>
39684              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
39685              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
39686              
39687              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
39688              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39689              Date: Tue, 13 Jun 2000 02:43:48 -0500
39690              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
39691              
39692              Subject: [PATCH] Re: eval documentation: context
39693              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39694              Date: Mon, 12 Jun 2000 15:07:29 +0100
39695              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
39696              
39697              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
39698              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39699              Date: Mon, 12 Jun 2000 14:55:59 +0100
39700              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
39701              
39702              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
39703              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
39704              Date: Fri, 09 Jun 2000 12:39:27 -0400
39705              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
39706              (plus update the version "number" of Text::Wrap)
39707              
39708              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
39709              From: Tim Ayers <tayers@bridge.com>
39710              Date: Thu, 08 Jun 2000 08:11:06 +0200
39711              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
39712              [resent by Richard Foley, Message-Id probably wrong]
39713              
39714              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
39715              From: rspier@pobox.com (Robert Spier)
39716              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
39717              Message-ID: <14654.31913.845602.610277@rls.cx>
39718              
39719              Subject: [PATCH 5.6.0] utils/h2xs.PL
39720              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39721              Date: Wed, 7 Jun 2000 04:02:04 -0500
39722              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
39723              
39724              Subject: [PATCH 5.6.0]ITHREADs for VMS
39725              From: Dan Sugalski <dan@sidhe.org>
39726              Date: Tue, 06 Jun 2000 11:59:50 -0400
39727              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
39728      Branch: maint-5.6/perl
39729           !> (integrate 31 files)
39730 ____________________________________________________________________________
39731 [  7769] By: gsar                                  on 2000/11/20  11:29:06
39732         Log: integrate changes#6261..6266 from cfgperl
39733              
39734              Subject: Re: [PATCH cfgperl] BOMs away!
39735              From: simon@brecon.co.uk (Simon Cozens)
39736              Date: 17 Jun 2000 11:49:57 GMT
39737              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
39738              
39739              Subject: 5.6.0 Patch for EPOC
39740              From: Olaf Flebbe <o.flebbe@gmx.de>
39741              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
39742              Message-ID: <23449.960929969@www11.gmx.net>
39743              
39744              tr fixes from Simon Cozens
39745              
39746              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
39747              From: Marty Lucich <marty@netcom.com>
39748              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
39749              Message-Id: <200006282116.OAA11148@netcom.com>
39750              ccdlflags update (the BSD/OS 4.1 part had already been taken
39751              care of by #6141).
39752              
39753              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
39754              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39755              Date: Wed, 28 Jun 2000 17:50:12 -0700
39756              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
39757              
39758              Subject: [PATCH 5.6.0] cygwin port
39759              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
39760              From: "Fifer, Eric" <EFifer@sanwaint.com>
39761              Date: Thu, 29 Jun 2000 12:58:29 +0100
39762      Branch: maint-5.6/perl
39763           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
39764           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
39765           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39766           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
39767 ____________________________________________________________________________
39768 [  7768] By: gsar                                  on 2000/11/20  11:13:44
39769         Log: integrate changes#6252..6256,6259..6260
39770              
39771              Paranoia tweak on #6249.
39772              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
39773              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39774              Date: Sun, 25 Jun 2000 23:43:12 -0400
39775              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
39776              
39777              Subject: tr///, help wanted.
39778              From: simon@brecon.co.uk (Simon Cozens)
39779              Date: 28 Jun 2000 11:29:04 GMT
39780              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
39781              
39782              small thinko tweaks
39783              
39784              tweaks from Simon Conzes to further fix tr/// under utf8
39785              
39786              perlnewmod was missing from MANIFEST.
39787              
39788              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
39789              From: simon@brecon.co.uk (Simon Cozens)
39790              Date: 17 Jun 2000 11:56:44 GMT
39791              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
39792              pack U0, pack C0
39793      Branch: maint-5.6/perl
39794           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
39795           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
39796           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
39797           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
39798 ____________________________________________________________________________
39799 [  7767] By: gsar                                  on 2000/11/20  10:51:38
39800         Log: integrate change#6250 from cfgperl
39801              
39802              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
39803              From: Doug MacEachern <dougm@covalent.net>
39804              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
39805              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
39806      Branch: maint-5.6/perl
39807           +> t/op/my_stash.t
39808           !> MANIFEST embed.pl global.sym proto.h toke.c
39809 ____________________________________________________________________________
39810 [  7766] By: gsar                                  on 2000/11/20  10:48:34
39811         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
39812              
39813              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
39814              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
39815              Date: Mon, 26 Jun 2000 18:40:14 +0100
39816              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
39817              
39818              Subject: [PATCH] bytes<->utf8 fixes
39819              From: simon@brecon.co.uk (Simon Cozens)
39820              Date: 26 Jun 2000 04:55:45 GMT
39821              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
39822              
39823              Subject: [PATCH] is_utf8_string
39824              From: simon@brecon.co.uk (Simon Cozens)
39825              Date: 26 Jun 2000 02:25:59 GMT
39826              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
39827              
39828              Subject: [PATCH] avoid mg_ptr in '*' magic
39829              From: Doug MacEachern <dougm@covalent.net>
39830              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
39831              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
39832              
39833              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
39834              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
39835              Date: Sat, 24 Jun 2000 13:06:20 +0100
39836              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
39837              
39838              Allow for standalone testing.
39839              
39840              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
39841              From: Mark-Jason Dominus <mjd@plover.com>
39842              Date: Tue, 27 Jun 2000 22:36:42 -0400
39843              Message-ID: <20000628023642.12166.qmail@plover.com>
39844              
39845              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
39846              From: Frank Tobin <ftobin@uiuc.edu>
39847              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
39848              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
39849      Branch: maint-5.6/perl
39850           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
39851           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
39852           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
39853           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
39854           !> utf8.c utils/h2xs.PL
39855 ____________________________________________________________________________
39856 [  7765] By: gsar                                  on 2000/11/20  10:29:13
39857         Log: integrate change#6239 from cfgperl
39858              
39859              Configure maintenance.  Sever some dependency cycles,
39860              separate gccversion from the cc unit,
39861              address [ID 20000623.006] Configure script patch for using gcc on AIX
39862              (but solve it a little bit differently),
39863              unduplex some accidentally duplicated units,
39864              suggest using gcc if no cc available
39865              (p5p thread: "Solaris configure: counterproposal", 1999-09)
39866      Branch: maint-5.6/perl
39867           !> Configure Todo-5.6 config_h.SH
39868 ____________________________________________________________________________
39869 [  7764] By: gsar                                  on 2000/11/20  10:25:55
39870         Log: integrate changes#6233..6238 from cfgperl
39871              
39872              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
39873              From: Mark-Jason Dominus <mjd@plover.com>
39874              Date: Fri, 16 Jun 2000 20:53:04 -0400
39875              Message-ID: <20000617005304.8008.qmail@plover.com>
39876              
39877              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
39878              because when run as services (Win32ese for daemons)
39879              no environment variables are set and tmpdir ends up as /tmp,
39880              which is ambiguous.
39881              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
39882              From: matt@sergeant.org
39883              Date: 16 Jun 2000 16:30:43 -0000
39884              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
39885              
39886              The thread begun by
39887              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
39888              From: Kevin.Ruscoe@ubsw.com
39889              Date: Fri, 16 Jun 2000 16:38:51 +0100
39890              Message-Id: <H000019b03c300d6@MHS>
39891              
39892              Tweak embed.pl, regen headers.
39893              
39894              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
39895              From: Dan Sugalski <dan@sidhe.org>
39896              Date: Fri, 23 Jun 2000 17:00:00 -0400
39897              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
39898      Branch: maint-5.6/perl
39899           !> (integrate 27 files)
39900 ____________________________________________________________________________
39901 [  7763] By: gsar                                  on 2000/11/20  10:08:08
39902         Log: s/perl56delta/perldelta/g
39903      Branch: maint-5.6/perl
39904            ! pod/Makefile
39905 ____________________________________________________________________________
39906 [  7762] By: gsar                                  on 2000/11/20  10:04:00
39907         Log: integrate changes#6225,6229,6231,6232 from cfgperl
39908              
39909              Add source code filenames to apidoc.
39910              From: simon@brecon.co.uk (Simon Cozens)
39911              Subject: [PATCH embed.pl] Source X-ref
39912              Date: 22 Jun 2000 02:18:49 GMT
39913              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
39914              
39915              Subject: README.hpux version 0.6.1
39916              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
39917              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
39918              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
39919              
39920              Subject: [PATCH 5.6.0] cygwin port
39921              From: "Fifer, Eric" <EFifer@sanwaint.com>
39922              Date: Tue, 20 Jun 2000 14:30:58 +0100
39923              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
39924              
39925              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
39926              From: simon@brecon.co.uk (Simon Cozens)
39927              Date: 19 Jun 2000 15:18:27 GMT
39928              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
39929              
39930              plus update pod/Makefile and regenerate perltoc
39931      Branch: maint-5.6/perl
39932           +> pod/perlutil.pod
39933           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
39934           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
39935 ____________________________________________________________________________
39936 [  7761] By: jhi                                   on 2000/11/20  04:09:55
39937         Log: Miraculous typo.
39938      Branch: perl
39939            ! t/op/pat.t
39940 ____________________________________________________________________________
39941 [  7760] By: jhi                                   on 2000/11/20  04:06:08
39942         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
39943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39944              Date: Sun, 19 Nov 2000 22:30:26 -0500
39945              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
39946      Branch: perl
39947            ! regexec.c scope.h t/op/pat.t
39948 ____________________________________________________________________________
39949 [  7759] By: jhi                                   on 2000/11/20  02:05:22
39950         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
39951      Branch: perl
39952            ! perl.h
39953 ____________________________________________________________________________
39954 [  7758] By: jhi                                   on 2000/11/20  01:58:11
39955         Log: Subject: [perl 7711: EPOC] updates
39956              From: Olaf Flebbe <o.flebbe@gmx.de>
39957              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
39958              Message-ID: <25575.974658810@www23.gmx.net>               
39959      Branch: perl
39960            + lib/File/Spec/Epoc.pm
39961            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
39962            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
39963            ! lib/File/Spec.pm perl.c sv.c
39964 ____________________________________________________________________________
39965 [  7757] By: jhi                                   on 2000/11/20  01:53:11
39966         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
39967      Branch: perl
39968            ! MANIFEST
39969 ____________________________________________________________________________
39970 [  7756] By: jhi                                   on 2000/11/20  01:47:22
39971         Log: Integrate perlio.
39972      Branch: perl
39973            - ext/re/hints/MSWin32.pl
39974           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
39975           !> win32/config.gc win32/config_H.gc win32/win32sck.c
39976 ____________________________________________________________________________
39977 [  7755] By: nick                                  on 2000/11/19  20:57:17
39978         Log: Add dummy crlf layer (just as buffer)
39979              Correct 1st bug - one layer of indirection.
39980      Branch: perlio
39981            ! perlio.c perlio.h perliol.h
39982 ____________________________________________________________________________
39983 [  7754] By: nick                                  on 2000/11/19  20:56:12
39984         Log: Work-round to Perl_deb_nocontext is no longer required
39985      Branch: perlio
39986            - ext/re/hints/MSWin32.pl
39987 ____________________________________________________________________________
39988 [  7753] By: nick                                  on 2000/11/19  20:01:16
39989         Log: diff -se shows these as different
39990      Branch: perlio
39991            ! global.sym pod/perlapi.pod
39992 ____________________________________________________________________________
39993 [  7752] By: nick                                  on 2000/11/19  18:57:30
39994         Log: Configure GCC/Win32 build -Duseperlio
39995              Fix a couple of gross issues
39996              - double-include of ../deb.o in re.dll
39997              - win32sck.c needs PerlIO and FILE 
39998      Branch: perlio
39999            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
40000            ! win32/win32sck.c
40001 ____________________________________________________________________________
40002 [  7751] By: nick                                  on 2000/11/19  17:05:36
40003         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
40004      Branch: perlio
40005            ! perlio.c
40006 ____________________________________________________________________________
40007 [  7750] By: nick                                  on 2000/11/19  16:57:14
40008         Log: Missing aTHX_
40009      Branch: perlio
40010            ! sv.c
40011 ____________________________________________________________________________
40012 [  7749] By: jhi                                   on 2000/11/19  16:28:40
40013         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
40014              From: "Peter J. Farley III" <pjfarley@banet.net>
40015              Date: Sun, 19 Nov 2000 01:42:58 -0500
40016              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
40017      Branch: perl
40018            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
40019 ____________________________________________________________________________
40020 [  7748] By: jhi                                   on 2000/11/19  16:08:10
40021         Log: Subject: podlators 1.05 available        
40022              From: Russ Allbery <rra@stanford.edu>   
40023              Date: 18 Nov 2000 22:04:28 -0800
40024              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
40025      Branch: perl
40026            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
40027 ____________________________________________________________________________
40028 [  7747] By: nick                                  on 2000/11/19  11:19:39
40029         Log: Integrate mainline
40030      Branch: perlio
40031           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
40032           !> util.c
40033 ____________________________________________________________________________
40034 [  7746] By: jhi                                   on 2000/11/19  06:42:22
40035         Log: Make hex scanning warn on "\x{x}" and "\xx".
40036              "\x" and and hex("x") are still valid.
40037      Branch: perl
40038            ! util.c
40039 ____________________________________________________________________________
40040 [  7745] By: nick                                  on 2000/11/18  22:52:28
40041         Log: Integrate mainline
40042      Branch: perlio
40043           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
40044           !> perl.h perlio.c proto.h regcomp.c regcomp.h
40045 ____________________________________________________________________________
40046 [  7744] By: jhi                                   on 2000/11/18  22:50:28
40047         Log: Introduce Perl_utf8_length().  Use it.
40048      Branch: perl
40049            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
40050 ____________________________________________________________________________
40051 [  7743] By: jhi                                   on 2000/11/18  22:38:51
40052         Log: Compiler denit.
40053      Branch: perl
40054            ! perlio.c
40055 ____________________________________________________________________________
40056 [  7742] By: jhi                                   on 2000/11/18  20:33:05
40057         Log: Integrate perlio.
40058      Branch: perl
40059           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
40060           !> perlio.h pp_ctl.c pp_sys.c sv.c
40061 ____________________________________________________________________________
40062 [  7741] By: jhi                                   on 2000/11/18  20:31:27
40063         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
40064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40065              Date: Fri, 17 Nov 2000 20:35:11 -0500
40066              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
40067              
40068              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
40069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40070              Date: Fri, 17 Nov 2000 21:03:47 -0500
40071              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
40072              
40073              Plus a little bit of tweaking in pregcomp().
40074      Branch: perl
40075            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
40076 ____________________________________________________________________________
40077 [  7740] By: nick                                  on 2000/11/18  20:17:22
40078         Log: Lexical use open ... support:
40079              add ->cop_io to COP structure in cop.h.
40080              Make mg.c and gv.c associate it with ${^OPEN}.
40081              Make lib/open.pm set it.
40082              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
40083              manner similar to ->cop_warnings.
40084              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
40085              call new PerlIO_apply_layers().
40086              Declare latter in perlio.h and define in perlio.c
40087      Branch: perlio
40088            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
40089            ! perlio.h pp_ctl.c pp_sys.c sv.c
40090 ____________________________________________________________________________
40091 [  7739] By: jhi                                   on 2000/11/18  19:54:00
40092         Log: Integrate perlio.
40093      Branch: perl
40094           !> doio.c perlio.c pp.c
40095 ____________________________________________________________________________
40096 [  7738] By: jhi                                   on 2000/11/18  17:16:13
40097         Log: Subject: [PATCH 5.7.0] etags broken again
40098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40099              Date: Sat, 18 Nov 2000 02:41:36 -0500
40100              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
40101      Branch: perl
40102            ! emacs/ptags
40103 ____________________________________________________________________________
40104 [  7737] By: jhi                                   on 2000/11/18  17:12:18
40105         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
40106      Branch: perl
40107            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40108 ____________________________________________________________________________
40109 [  7736] By: nick                                  on 2000/11/18  14:06:20
40110         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
40111              part to be isolated.
40112      Branch: perlio
40113            ! doio.c perlio.c
40114 ____________________________________________________________________________
40115 [  7735] By: nick                                  on 2000/11/18  11:03:32
40116         Log: Integrate mainline
40117      Branch: perlio
40118           !> Changes README.amiga README.win32 patchlevel.h
40119           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
40120 ____________________________________________________________________________
40121 [  7734] By: jhi                                   on 2000/11/18  01:18:56
40122         Log: Update Changes.
40123      Branch: perl
40124            ! Changes patchlevel.h
40125 ____________________________________________________________________________
40126 [  7733] By: jhi                                   on 2000/11/18  00:32:54
40127         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
40128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40129              Date: Fri, 17 Nov 2000 17:28:02 -0500
40130              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
40131      Branch: perl
40132            ! regcomp.c regexec.c t/op/re_tests
40133 ____________________________________________________________________________
40134 [  7732] By: jhi                                   on 2000/11/18  00:28:56
40135         Log: Sparc 64-bit pack() fix from Jens Hamisch.
40136      Branch: perl
40137            ! pp.c
40138 ____________________________________________________________________________
40139 [  7731] By: jhi                                   on 2000/11/18  00:18:39
40140         Log: Explain in more detail the {} syntax ambiguousity.
40141              
40142              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
40143              From: Nicholas Clark <nick@ccl4.org>
40144              Date: Fri, 17 Nov 2000 22:10:28 +0000
40145              Message-ID: <20001117221028.A88930@plum.flirble.org>
40146      Branch: perl
40147            ! pod/perlfunc.pod
40148 ____________________________________________________________________________
40149 [  7730] By: jhi                                   on 2000/11/18  00:12:18
40150         Log: Subject: Fix for README.amiga (20000323.033)
40151              From: "Stephen P. Potter" <spp@spotter.yi.org>
40152              Date: Fri, 17 Nov 2000 12:25:51 -0500
40153              Message-Id: <200011171725.MAA05768@spotter.yi.org>
40154      Branch: perl
40155            ! README.amiga
40156 ____________________________________________________________________________
40157 [  7729] By: jhi                                   on 2000/11/18  00:08:34
40158         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
40159              From: "A. C. Yardley" <yardley@tanet.net>
40160              Date: Mon, 3 Apr 2000 11:35:33 -0700
40161              Message-ID: <3483.000403@tanet.net>
40162      Branch: perl
40163            ! README.win32
40164 ____________________________________________________________________________
40165 [  7728] By: nick                                  on 2000/11/17  21:59:47
40166         Log: Integrate mainline
40167      Branch: perlio
40168           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
40169           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
40170           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
40171           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
40172 ____________________________________________________________________________
40173 [  7727] By: nick                                  on 2000/11/17  21:56:31
40174         Log: Experiment on use of attributes.pm interface.
40175              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
40176              SVt_PVRV if not already something better (else vivify of say magic gets
40177              core dump).
40178      Branch: perlio
40179            ! perlio.c pp.c
40180 ____________________________________________________________________________
40181 [  7726] By: jhi                                   on 2000/11/17  14:15:49
40182         Log: Subject: Fix for 20000815.006
40183              From: "Stephen P. Potter" <spp@spotter.yi.org>
40184              Date: Fri, 17 Nov 2000 08:57:45 -0500
40185              Message-Id: <200011171357.IAA05122@spotter.yi.org>
40186              
40187              It's really 20000518.006.
40188      Branch: perl
40189            ! pod/perlmodlib.PL
40190 ____________________________________________________________________________
40191 [  7725] By: jhi                                   on 2000/11/17  14:12:31
40192         Log: Subject: Fix for 20000409.001
40193              From: "Stephen P. Potter" <spp@spotter.yi.org>
40194              Date: Fri, 17 Nov 2000 08:55:45 -0500
40195              Message-Id: <200011171355.IAA05104@spotter.yi.org>
40196      Branch: perl
40197            ! pod/perlfaq9.pod
40198 ____________________________________________________________________________
40199 [  7724] By: jhi                                   on 2000/11/17  14:08:58
40200         Log: Undo #7627 now that we have =head3.
40201      Branch: perl
40202            ! pod/perlhack.pod
40203 ____________________________________________________________________________
40204 [  7723] By: jhi                                   on 2000/11/17  14:04:09
40205         Log: As surmised the #7719 wasn't a good move.
40206      Branch: perl
40207            ! hints/solaris_2.sh
40208 ____________________________________________________________________________
40209 [  7722] By: jhi                                   on 2000/11/17  13:59:04
40210         Log: Also the 64bitall hints can be either here or there.
40211      Branch: perl
40212            ! hints/solaris_2.sh
40213 ____________________________________________________________________________
40214 [  7721] By: jhi                                   on 2000/11/17  02:26:23
40215         Log: Test tweak for the open pragma.
40216      Branch: perl
40217            ! t/lib/b.t
40218 ____________________________________________________________________________
40219 [  7720] By: jhi                                   on 2000/11/17  00:23:22
40220         Log: The long double hints can be here or there.
40221      Branch: perl
40222            ! hints/solaris_2.sh
40223 ____________________________________________________________________________
40224 [  7719] By: jhi                                   on 2000/11/17  00:14:06
40225         Log: For Solaris use64bitall the stdchar needs a little bit of help.
40226      Branch: perl
40227            ! hints/solaris_2.sh
40228 ____________________________________________________________________________
40229 [  7718] By: jhi                                   on 2000/11/16  23:27:34
40230         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
40231              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40232              Date: Wed, 15 Nov 2000 08:56:32 +0100
40233              Message-ID: <3A1241B0.64477E00@alcatel.at>
40234      Branch: perl
40235            ! lib/Carp/Heavy.pm
40236 ____________________________________________________________________________
40237 [  7717] By: jhi                                   on 2000/11/16  23:23:29
40238         Log: Subject: [PATCH] Re: 20001101.003 PDL
40239              From: Nicholas Clark <nick@ccl4.org>
40240              Date: Thu, 16 Nov 2000 16:48:25 +0000
40241              Message-ID: <20001116164825.B93487@plum.flirble.org>
40242      Branch: perl
40243            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
40244 ____________________________________________________________________________
40245 [  7716] By: jhi                                   on 2000/11/16  23:21:31
40246         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
40247              From: "Casey R. Tweten" <crt@kiski.net>
40248              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
40249              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
40250      Branch: perl
40251            ! lib/Pod/Checker.pm pod/perlpod.pod
40252 ____________________________________________________________________________
40253 [  7715] By: jhi                                   on 2000/11/16  23:19:40
40254         Log: Avoid an infinite loop in VMS when utils scripts are run
40255              with no arguments, from Charles Lane.
40256      Branch: perl
40257            ! configure.com
40258 ____________________________________________________________________________
40259 [  7714] By: jhi                                   on 2000/11/16  23:17:08
40260         Log: Subject: perllocale.pod changes
40261              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40262              Date: Mon, 13 Nov 2000 10:09:22 +0300
40263              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
40264      Branch: perl
40265            ! pod/perllocale.pod
40266 ____________________________________________________________________________
40267 [  7713] By: jhi                                   on 2000/11/16  23:14:06
40268         Log: Integrate perlio.
40269      Branch: perl
40270           !> doio.c perlio.c perlio.h util.c
40271 ____________________________________________________________________________
40272 [  7712] By: nick                                  on 2000/11/16  21:10:58
40273         Log: Integrate mainline
40274      Branch: perlio
40275           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40276           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
40277           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
40278           !> vos/config.ga.def vos/config.ga.h win32/config.bc
40279           !> win32/config.gc win32/config.vc
40280 ____________________________________________________________________________
40281 [  7711] By: nick                                  on 2000/11/16  19:56:41
40282         Log: Minor tweaks:
40283              consistent way of getting 'rb', 'wb' etc. for binary opens
40284              move *perlio::layers to *open::layers
40285              a #define to show layers available
40286              DOSISH popen/PerlIO had export/import sense inverted.
40287      Branch: perlio
40288            ! doio.c perlio.c perlio.h util.c
40289 ____________________________________________________________________________
40290 [  7710] By: jhi                                   on 2000/11/16  15:46:05
40291         Log: Add HAS_SBRK_PROTO.
40292      Branch: metaconfig/U/perl
40293            + d_sbrkproto.U
40294      Branch: perl
40295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40296            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
40297            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
40298            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40299            ! win32/config.gc win32/config.vc
40300 ____________________________________________________________________________
40301 [  7709] By: nick                                  on 2000/11/16  07:31:49
40302         Log: Integrate mainline
40303      Branch: perlio
40304           !> (integrate 35 files)
40305 ____________________________________________________________________________
40306 [  7708] By: jhi                                   on 2000/11/16  05:33:03
40307         Log: These files are text, not binary.
40308      Branch: perl
40309            ! ext/Encode/Encode/iso8859-10.enc
40310            ! ext/Encode/Encode/iso8859-13.enc
40311            ! ext/Encode/Encode/iso8859-14.enc
40312            ! ext/Encode/Encode/iso8859-15.enc
40313 ____________________________________________________________________________
40314 [  7707] By: jhi                                   on 2000/11/16  01:53:37
40315         Log: Update Changes.
40316      Branch: perl
40317            ! Changes patchlevel.h
40318 ____________________________________________________________________________
40319 [  7706] By: jhi                                   on 2000/11/16  01:35:59
40320         Log: More #undefing of stdio.
40321      Branch: perl
40322            ! fakesdio.h nostdio.h
40323 ____________________________________________________________________________
40324 [  7705] By: jhi                                   on 2000/11/16  01:34:18
40325         Log: Add fwalk() probe to the configuration files and regen perltoc.
40326      Branch: perl
40327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40328            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
40329            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
40330            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40331            ! win32/config.bc win32/config.gc win32/config.vc
40332 ____________________________________________________________________________
40333 [  7704] By: jhi                                   on 2000/11/16  01:33:07
40334         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
40335              an optional third argument to Inlibc?)
40336      Branch: metaconfig/U/perl
40337            + d__fwalk.U
40338 ____________________________________________________________________________
40339 [  7703] By: jhi                                   on 2000/11/16  01:09:22
40340         Log: The type of the hash_cb() size argument is tricky.
40341      Branch: perl
40342            ! ext/DB_File/DB_File.xs
40343 ____________________________________________________________________________
40344 [  7702] By: jhi                                   on 2000/11/15  23:01:16
40345         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
40346      Branch: perl
40347            ! nostdio.h
40348 ____________________________________________________________________________
40349 [  7701] By: jhi                                   on 2000/11/15  22:52:32
40350         Log: Detypo.
40351      Branch: perl
40352            ! t/lib/bigfltpm.t
40353 ____________________________________________________________________________
40354 [  7700] By: jhi                                   on 2000/11/15  22:51:56
40355         Log: UINT64_C() work continues.
40356      Branch: perl
40357            ! handy.h perl.h utf8.h
40358 ____________________________________________________________________________
40359 [  7699] By: jhi                                   on 2000/11/15  14:13:04
40360         Log: SOCKS has its own USE_THREADS, based on
40361              
40362              Subject: [ID 20001114.002] et. al. bugfix followup
40363              From: Jens Hamisch <jens@Strawberry.COM> 
40364              Date: Wed, 15 Nov 2000 14:23:11 +0100
40365              Message-ID: <20001115142311.A21164@Strawberry.COM>
40366      Branch: perl
40367            ! perl.h
40368 ____________________________________________________________________________
40369 [  7698] By: jhi                                   on 2000/11/15  03:50:56
40370         Log: Add few missing #undefs and sort them.
40371      Branch: perl
40372            ! fakesdio.h
40373 ____________________________________________________________________________
40374 [  7697] By: jhi                                   on 2000/11/15  03:39:14
40375         Log: Linenumber fix.
40376      Branch: perl
40377            ! t/pragma/warn/utf8
40378 ____________________________________________________________________________
40379 [  7696] By: jhi                                   on 2000/11/15  02:55:26
40380         Log: EBCDIC tweaks.
40381              
40382              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
40383              From: Peter Prymmer <pvhp@forte.com>
40384              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
40385              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
40386      Branch: perl
40387            ! t/op/regmesg.t t/pragma/warn/utf8
40388 ____________________________________________________________________________
40389 [  7695] By: jhi                                   on 2000/11/15  02:53:58
40390         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
40391              From: Peter Prymmer <pvhp@forte.com>
40392              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
40393              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
40394      Branch: perl
40395            ! utf8.c
40396 ____________________________________________________________________________
40397 [  7694] By: jhi                                   on 2000/11/15  02:50:55
40398         Log: Subject: [PATCH: perl@7674] updates to README.os390
40399              From: Prymmer/Kahn <pvhp@best.com>
40400              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
40401              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
40402      Branch: perl
40403            ! README.os390
40404 ____________________________________________________________________________
40405 [  7693] By: jhi                                   on 2000/11/15  02:48:37
40406         Log: Quit utf8_to_uv() instantly if curlen == 0.
40407      Branch: perl
40408            ! utf8.c
40409 ____________________________________________________________________________
40410 [  7692] By: jhi                                   on 2000/11/15  02:24:29
40411         Log: Use u_int32_t for the size of hash_cb(), not size_t.
40412              
40413              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
40414              From: Jens Hamisch <jens@Strawberry.COM>     
40415              Date: Tue, 14 Nov 2000 19:03:55 +0100
40416              Message-Id: <20001114190355.A20559@Strawberry.COM>
40417      Branch: perl
40418            ! ext/DB_File/DB_File.xs
40419 ____________________________________________________________________________
40420 [  7691] By: jhi                                   on 2000/11/15  02:20:12
40421         Log: Use UINT64_C().
40422              
40423              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
40424              From: Jens Hamisch <jens@Strawberry.COM>
40425              Date: Tue, 14 Nov 2000 19:16:23 +0100
40426              Message-Id: <20001114191623.G20559@Strawberry.COM>
40427      Branch: perl
40428            ! utf8.c utf8.h
40429 ____________________________________________________________________________
40430 [  7690] By: jhi                                   on 2000/11/15  02:17:06
40431         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
40432              (a macro to define signed and unsigned integer constants).
40433      Branch: perl
40434            ! handy.h
40435 ____________________________________________________________________________
40436 [  7689] By: jhi                                   on 2000/11/15  01:56:51
40437         Log: Regen Configure.
40438      Branch: perl
40439            ! Configure
40440 ____________________________________________________________________________
40441 [  7688] By: jhi                                   on 2000/11/15  01:56:32
40442         Log: Make the unit know about SOCKS.
40443      Branch: metaconfig
40444            ! U/protos/socksizetype.U
40445 ____________________________________________________________________________
40446 [  7687] By: jhi                                   on 2000/11/15  01:54:47
40447         Log: Remove unused dependencies.
40448      Branch: metaconfig
40449            ! U/compline/d_getpagsz.U
40450 ____________________________________________________________________________
40451 [  7686] By: nick                                  on 2000/11/14  21:25:13
40452         Log: Integrate mainline.
40453      Branch: perlio
40454           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
40455           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
40456           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
40457           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
40458           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
40459           !> win32/config.bc win32/config.gc win32/config.vc
40460           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
40461 ____________________________________________________________________________
40462 [  7685] By: jhi                                   on 2000/11/14  17:54:56
40463         Log: Integrate perlio.
40464      Branch: perl
40465           +> fakesdio.h perliol.h
40466           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
40467           !> perlsdio.h perlsfio.h pod/perlfunc.pod
40468 ____________________________________________________________________________
40469 [  7684] By: nick                                  on 2000/11/14  17:43:04
40470         Log: PerlIO #include and #ifdef re-work.
40471      Branch: perlio
40472            + fakesdio.h perliol.h
40473            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
40474            ! perlsdio.h perlsfio.h
40475 ____________________________________________________________________________
40476 [  7683] By: jhi                                   on 2000/11/14  15:42:40
40477         Log: Hoist the duplicated socket/netdb include logic to perl.h;
40478              undef SETERRNO in case SOCKS has defined it.  Based on:
40479              
40480              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
40481              From: Jens Hamisch <jens@Strawberry.COM> 
40482              Date: Tue, 14 Nov 2000 11:34:40 +0100
40483              Message-Id: <20001114113440.A20005@Strawberry.COM>
40484      Branch: perl
40485            ! doio.c perl.h pp_sys.c
40486 ____________________________________________________________________________
40487 [  7682] By: jhi                                   on 2000/11/14  14:07:28
40488         Log: Subject: some additions for makefiles for win32 (for perl@7674)
40489              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40490              Date: Tue, 14 Nov 2000 09:31:13 +0300
40491              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
40492      Branch: perl
40493            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
40494            ! win32/makefile.mk
40495 ____________________________________________________________________________
40496 [  7681] By: jhi                                   on 2000/11/14  14:01:41
40497         Log: Subject: tiny typo in perl5db.pl
40498              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40499              Date: Tue, 14 Nov 2000 09:29:28 +0300
40500              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
40501      Branch: perl
40502            ! lib/perl5db.pl
40503 ____________________________________________________________________________
40504 [  7680] By: jhi                                   on 2000/11/14  04:13:50
40505         Log: Redo #7679 with LFs instead of CRLFs.
40506      Branch: perl
40507            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
40508            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
40509            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
40510 ____________________________________________________________________________
40511 [  7679] By: jhi                                   on 2000/11/14  01:21:09
40512         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
40513              From: Benjamin Stuhl <tiriath@yahoo.com> 
40514              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
40515              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
40516      Branch: perl
40517            + win32/bin/mdelete.bat
40518            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
40519            ! makedef.pl perlio.c win32/Makefile win32/config.gc
40520            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
40521 ____________________________________________________________________________
40522 [  7678] By: jhi                                   on 2000/11/14  01:19:20
40523         Log: Fix the re extension building for Win32.
40524              
40525              Subject: [PATCH perl@7638] Get PerlIO building on Win32
40526              From: Benjamin Stuhl <tiriath@yahoo.com> 
40527              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
40528              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
40529      Branch: perl
40530            + ext/re/hints/MSWin32.pl
40531            ! MANIFEST
40532 ____________________________________________________________________________
40533 [  7677] By: jhi                                   on 2000/11/14  01:13:54
40534         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
40535              From: sthoenna@efn.org
40536              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
40537              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
40538      Branch: perl
40539            ! doop.c pp.c toke.c utf8.c utf8.h
40540 ____________________________________________________________________________
40541 [  7676] By: jhi                                   on 2000/11/13  20:23:15
40542         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
40543              From: Nicholas Clark <nick@ccl4.org>
40544              Date: Mon, 13 Nov 2000 18:55:04 +0000
40545              Message-ID: <20001113185504.J29183@plum.flirble.org>
40546      Branch: perl
40547            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
40548 ____________________________________________________________________________
40549 [  7675] By: nick                                  on 2000/11/13  20:21:57
40550         Log: Integrate mainline ...
40551      Branch: perlio
40552           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
40553           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
40554           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
40555           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
40556 ____________________________________________________________________________
40557 [  7674] By: jhi                                   on 2000/11/13  15:07:56
40558         Log: Update Changes.
40559      Branch: perl
40560            ! Changes patchlevel.h
40561 ____________________________________________________________________________
40562 [  7673] By: jhi                                   on 2000/11/13  14:42:42
40563         Log: Remove the new two tests of lib/io_xs for now, they seem to
40564              fail under perlio on some platforms.
40565      Branch: perl
40566            ! t/lib/io_xs.t
40567 ____________________________________________________________________________
40568 [  7672] By: jhi                                   on 2000/11/13  13:57:53
40569         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
40570      Branch: perl
40571            ! perlio.c
40572 ____________________________________________________________________________
40573 [  7671] By: jhi                                   on 2000/11/13  05:30:48
40574         Log: Placate nervous compilers that see longer than ints switch()ing.
40575      Branch: perl
40576            ! utf8.c
40577 ____________________________________________________________________________
40578 [  7670] By: jhi                                   on 2000/11/13  05:14:21
40579         Log: fputs() does return EOF on error but here we don't care.
40580      Branch: perl
40581            ! perlio.c
40582 ____________________________________________________________________________
40583 [  7669] By: jhi                                   on 2000/11/13  05:02:45
40584         Log: Declare reg_data like reg_substr_data.
40585      Branch: perl
40586            ! regexp.h
40587 ____________________________________________________________________________
40588 [  7668] By: jhi                                   on 2000/11/13  04:54:34
40589         Log: Typos in #7667.
40590      Branch: perl
40591            ! perl.h
40592 ____________________________________________________________________________
40593 [  7667] By: jhi                                   on 2000/11/13  04:49:49
40594         Log: Cleanup messy #ifdef.
40595      Branch: perl
40596            ! perl.h
40597 ____________________________________________________________________________
40598 [  7666] By: jhi                                   on 2000/11/13  04:17:34
40599         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
40600              From: Nicholas Clark <nick@talking.bollo.cx>
40601              Date: Sun, 12 Nov 2000 21:14:11 +0000
40602              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
40603              
40604              Note: only one breakage of the two reported is fixed by this patch.
40605      Branch: perl
40606            ! perlio.c
40607 ____________________________________________________________________________
40608 [  7665] By: jhi                                   on 2000/11/13  04:05:07
40609         Log: Tweak the definition of the bit complement on UTF-8 data:
40610              if none of the characters in the string are > 0xff,
40611              the result is a complemented byte string, not a (UTF-8)
40612              char string.  Based on the summary in
40613              
40614              Subject: Re: [ID 20000918.005] ~ on wide chars
40615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
40616              Date: Fri, 10 Nov 2000 09:47:15 -0800
40617              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
40618              
40619              This should give us the maximum backward (pre-char string)
40620              compatibility and utf8 compatibility.  The other alternative
40621              would be to limit the bit complement to be always byte only,
40622              taking the least significant byte of the chars.
40623      Branch: perl
40624            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
40625 ____________________________________________________________________________
40626 [  7664] By: jhi                                   on 2000/11/13  00:23:44
40627         Log: Couple of tests from #7660 salvaged.
40628      Branch: perl
40629            - t/op/tell.t
40630            ! MANIFEST t/io/tell.t
40631 ____________________________________________________________________________
40632 [  7663] By: jhi                                   on 2000/11/13  00:02:48
40633         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
40634              From: Nicholas Clark <nick@talking.bollo.cx>
40635              Date: Sun, 12 Nov 2000 21:23:43 +0000
40636              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
40637      Branch: perl
40638            ! perlsfio.h
40639 ____________________________________________________________________________
40640 [  7662] By: jhi                                   on 2000/11/13  00:01:39
40641         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
40642              From: Nicholas Clark <nick@talking.bollo.cx>
40643              Date: Sun, 12 Nov 2000 21:30:04 +0000
40644              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
40645      Branch: perl
40646            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
40647 ____________________________________________________________________________
40648 [  7661] By: jhi                                   on 2000/11/12  23:57:29
40649         Log: Document tell() on special streams.
40650      Branch: perl
40651            ! pod/perlfunc.pod
40652 ____________________________________________________________________________
40653 [  7660] By: jhi                                   on 2000/11/12  23:54:22
40654         Log: (Subsumed by #7664)
40655      Branch: perl
40656            + t/op/tell.t
40657            ! MANIFEST
40658 ____________________________________________________________________________
40659 [  7659] By: jhi                                   on 2000/11/12  22:55:25
40660         Log: Many subdocumented return values of the IO extension now documented.
40661              ungetc and write still left subdocumented.
40662              
40663              Subject: [PATCH] (was Re: IO::Handle::ungetc)
40664              From: Nicholas Clark <nick@talking.bollo.cx>
40665              Date: Sun, 12 Nov 2000 21:35:53 +0000
40666              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
40667      Branch: perl
40668            ! ext/IO/lib/IO/Handle.pm
40669 ____________________________________________________________________________
40670 [  7658] By: jhi                                   on 2000/11/12  21:37:06
40671         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
40672              From: Nicholas Clark <nick@talking.bollo.cx>
40673              Date: Sun, 12 Nov 2000 20:03:22 +0000
40674              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
40675      Branch: perl
40676            ! pod/perlfunc.pod
40677 ____________________________________________________________________________
40678 [  7657] By: jhi                                   on 2000/11/12  20:34:55
40679         Log: Integrate perlio.
40680      Branch: perl
40681           !> perlio.c
40682 ____________________________________________________________________________
40683 [  7656] By: nick                                  on 2000/11/12  19:25:06
40684         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
40685      Branch: perlio
40686            ! perlio.c
40687 ____________________________________________________________________________
40688 [  7655] By: nick                                  on 2000/11/12  19:09:41
40689         Log: Integrate mainline
40690      Branch: perlio
40691           +> README.solaris ext/Encode/Encode/cp1006.enc
40692           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
40693           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
40694           +> ext/Encode/Encode/iso8859-13.enc
40695           +> ext/Encode/Encode/iso8859-14.enc
40696           +> ext/Encode/Encode/iso8859-15.enc
40697           !> (integrate 34 files)
40698 ____________________________________________________________________________
40699 [  7654] By: jhi                                   on 2000/11/12  19:00:22
40700         Log: Add a metaconfig unit for fsync.
40701      Branch: metaconfig/U/perl
40702            + d_fsync.U
40703 ____________________________________________________________________________
40704 [  7653] By: jhi                                   on 2000/11/12  19:00:01
40705         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
40706      Branch: perl
40707            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40708            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40709            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40710            ! vos/config.ga.h win32/config.bc win32/config.gc
40711            ! win32/config.vc
40712 ____________________________________________________________________________
40713 [  7652] By: jhi                                   on 2000/11/11  21:12:01
40714         Log: Copy the s// information of README.hpux also to the perlrun.
40715      Branch: perl
40716            ! README.hpux pod/perlrun.pod
40717 ____________________________________________________________________________
40718 [  7651] By: jhi                                   on 2000/11/11  21:03:13
40719         Log: More README.solaris updates from Andy Dougherty.
40720      Branch: perl
40721            ! README.solaris
40722 ____________________________________________________________________________
40723 [  7650] By: jhi                                   on 2000/11/11  18:38:57
40724         Log: More descriptive error for unknown perlio layers.
40725              
40726              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40727              From: Dominic Dunlop <domo@computer.org> 
40728              Date: Sat, 11 Nov 2000 18:20:32 +0100             
40729              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
40730      Branch: perl
40731            ! perlio.c pod/perldiag.pod
40732 ____________________________________________________________________________
40733 [  7649] By: jhi                                   on 2000/11/11  18:37:52
40734         Log: MachTen doesn't really do mmap() and munmap().
40735              
40736              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40737              From: Dominic Dunlop <domo@computer.org> 
40738              Date: Sat, 11 Nov 2000 18:20:32 +0100             
40739              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
40740      Branch: perl
40741            ! hints/machten.sh
40742 ____________________________________________________________________________
40743 [  7648] By: jhi                                   on 2000/11/11  18:36:46
40744         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
40745              From: rspier@pobox.com (Robert Spier)
40746              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
40747              Message-ID: <14861.32839.491271.985797@rls.cx>
40748      Branch: perl
40749            ! Porting/Contract pod/perltoot.pod
40750 ____________________________________________________________________________
40751 [  7647] By: jhi                                   on 2000/11/11  18:35:30
40752         Log: Simplify the getpagesize() unit by dropping the
40753              pagesize probe since it's nowadays slightly more
40754              complicated because of sysconf(). (Note: if some
40755              platform really needs the -lPW for getpagesize,
40756              I just broke it.)
40757              
40758              TODO: a new pagesize unit.
40759      Branch: metaconfig
40760            ! U/compline/d_getpagsz.U
40761 ____________________________________________________________________________
40762 [  7646] By: jhi                                   on 2000/11/11  18:33:23
40763         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
40764      Branch: perl
40765            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40766            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40767            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40768            ! vos/config.ga.h win32/config.bc win32/config.gc
40769            ! win32/config.vc
40770 ____________________________________________________________________________
40771 [  7645] By: jhi                                   on 2000/11/11  16:45:15
40772         Log: Use sysconf() or getpagesize() to find out the pagesize.
40773      Branch: perl
40774            ! perlio.c
40775 ____________________________________________________________________________
40776 [  7644] By: jhi                                   on 2000/11/11  15:46:08
40777         Log: Integrate perlio.
40778      Branch: perl
40779           !> perlio.c
40780 ____________________________________________________________________________
40781 [  7643] By: jhi                                   on 2000/11/11  15:33:36
40782         Log: Subject: Re: [PATCH] README.solaris
40783              From: Lupe Christoph <lupe@lupe-christoph.de>
40784              Date: Sat, 11 Nov 2000 14:08:10 +0100
40785              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
40786      Branch: perl
40787            ! README.solaris
40788 ____________________________________________________________________________
40789 [  7642] By: jhi                                   on 2000/11/11  15:22:12
40790         Log: Subject: [PATCH perl@7638] cygwin port
40791              From: "Eric Fifer" <egf7@columbia.edu>            
40792              Date: Fri, 10 Nov 2000 19:30:30 -0000
40793              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
40794      Branch: perl
40795            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
40796 ____________________________________________________________________________
40797 [  7641] By: nick                                  on 2000/11/11  14:50:36
40798         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
40799              Also call "Buf" layer directly when unread'ing non-read chars.
40800      Branch: perlio
40801            ! perlio.c
40802 ____________________________________________________________________________
40803 [  7640] By: jhi                                   on 2000/11/11  02:05:02
40804         Log: Add more encoding tables.
40805      Branch: perl
40806            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
40807            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
40808            + ext/Encode/Encode/iso8859-10.enc
40809            + ext/Encode/Encode/iso8859-13.enc
40810            + ext/Encode/Encode/iso8859-14.enc
40811            + ext/Encode/Encode/iso8859-15.enc
40812            ! MANIFEST
40813 ____________________________________________________________________________
40814 [  7639] By: jhi                                   on 2000/11/10  18:49:25
40815         Log: Subject: [PATCH] README.solaris
40816              From: Andy Dougherty <doughera@lafayette.edu>
40817              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
40818              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
40819      Branch: perl
40820            + README.solaris
40821            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
40822            ! pod/perl.pod pod/perltoc.pod
40823 ____________________________________________________________________________
40824 [  7638] By: jhi                                   on 2000/11/10  15:04:15
40825         Log: Update Changes.
40826      Branch: perl
40827            ! Changes patchlevel.h
40828 ____________________________________________________________________________
40829 [  7637] By: jhi                                   on 2000/11/10  14:14:28
40830         Log: Explain better why certain regex tests are skipped.
40831              
40832              Subject: Re: tests skipped: unknown reason
40833              From: Lupe Christoph <lupe@lupe-christoph.de>
40834              Date: Fri, 10 Nov 2000 09:08:56 +0100
40835              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
40836      Branch: perl
40837            ! t/op/regexp.t
40838 ____________________________________________________________________________
40839 [  7636] By: nick                                  on 2000/11/10  13:40:00
40840         Log: Integrate mainline.
40841      Branch: perlio
40842           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
40843           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
40844           !> win32/bin/search.pl
40845 ____________________________________________________________________________
40846 [  7635] By: nick                                  on 2000/11/10  13:25:52
40847         Log: Re-instate stdio large file support via perlio.
40848      Branch: perl
40849            ! perlio.c
40850 ____________________________________________________________________________
40851 [  7634] By: jhi                                   on 2000/11/10  04:49:55
40852         Log: Amdahl UTS hints updates.
40853              
40854              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
40855              From: hom00@utsglobal.com (Harold O Morris)
40856              Date: Thu, 9 Nov 2000 20:02 PST
40857              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
40858      Branch: perl
40859            ! hints/uts.sh
40860 ____________________________________________________________________________
40861 [  7633] By: jhi                                   on 2000/11/09  23:33:28
40862         Log: Subject: [PATCH] IO::Seekable pod
40863              From: Nicholas Clark <nick@talking.bollo.cx>
40864              Date: Thu, 9 Nov 2000 20:29:45 +0000
40865              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
40866      Branch: perl
40867            ! ext/IO/lib/IO/Handle.pm
40868 ____________________________________________________________________________
40869 [  7632] By: jhi                                   on 2000/11/09  21:55:41
40870         Log: Various doc oddball characters.
40871              
40872              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
40873              From: Michael Somos <somos@grail.cba.csuohio.edu>
40874              Date: Mon, 6 Nov 2000 17:44:20 -0500
40875              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
40876      Branch: perl
40877            ! emacs/cperl-mode.el lib/unicode/syllables.txt
40878            ! win32/bin/search.pl
40879 ____________________________________________________________________________
40880 [  7631] By: jhi                                   on 2000/11/09  21:12:29
40881         Log: Subject: Re: bash -c exit and linux hints 
40882              From: "John P. Linderman" <jpl@research.att.com>
40883              Date: Thu, 02 Nov 2000 09:37:25 -0500
40884              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
40885      Branch: perl
40886            ! hints/linux.sh
40887 ____________________________________________________________________________
40888 [  7630] By: nick                                  on 2000/11/09  20:34:11
40889         Log: Integrate mainline.
40890      Branch: perlio
40891           !> (integrate 91 files)
40892 ____________________________________________________________________________
40893 [  7629] By: jhi                                   on 2000/11/09  19:46:31
40894         Log: Missing dTHXs.
40895              
40896              Subject: RE: perl@7595 builds not on cygwin
40897              From: "Eric Fifer" <egf7@columbia.edu>
40898              Date: Thu, 9 Nov 2000 19:26:50 -0000
40899              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
40900      Branch: perl
40901            ! ext/Devel/Peek/Peek.xs
40902 ____________________________________________________________________________
40903 [  7628] By: jhi                                   on 2000/11/09  14:48:27
40904         Log: Disable only the tests 99 and 166 for UTF-8 locales.
40905      Branch: perl
40906            ! t/pragma/locale.t
40907 ____________________________________________________________________________
40908 [  7627] By: jhi                                   on 2000/11/09  14:40:27
40909         Log: There's no =head3.
40910      Branch: perl
40911            ! pod/perlhack.pod
40912 ____________________________________________________________________________
40913 [  7626] By: jhi                                   on 2000/11/09  13:54:26
40914         Log: The generated boot_* headers are wrong.  Pickier compiler,
40915              such as KAI C++ will refuse to compile the resulting perlmain.
40916              
40917              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
40918              From: Harri Pasanen <harri.pasanen@trema.com>
40919              Date: Thu, 09 Nov 2000 14:23:28 +0100
40920              Message-Id: <3A0AA550.26D548A3@trema.com>
40921      Branch: perl
40922            ! minimod.pl
40923 ____________________________________________________________________________
40924 [  7625] By: jhi                                   on 2000/11/09  13:50:44
40925         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
40926              From: Prymmer/Kahn <pvhp@best.com>
40927              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
40928              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
40929              
40930              All except the "cow orker" change.
40931      Branch: perl
40932            ! Porting/pumpkin.pod
40933 ____________________________________________________________________________
40934 [  7624] By: jhi                                   on 2000/11/09  13:45:33
40935         Log: Fix for
40936              
40937              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
40938              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40939              Date: Thu, 09 Nov 2000 11:05:52 +0100
40940              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
40941      Branch: perl
40942            ! pod/perldiag.pod t/pragma/warn/pp_sys
40943 ____________________________________________________________________________
40944 [  7623] By: jhi                                   on 2000/11/09  13:37:16
40945         Log: Typo in an ifndef.
40946              
40947              Subject: Re: [PATCH 5.7.0] better messages from malloc()
40948              From: Joe Smith <jms@inwap.com>         
40949              Date: Thu, 09 Nov 2000 01:33:14 -0800
40950              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
40951      Branch: perl
40952            ! malloc.c
40953 ____________________________________________________________________________
40954 [  7622] By: jhi                                   on 2000/11/09  13:31:18
40955         Log: Remove unused extra arguments.
40956      Branch: metaconfig/U/perl
40957            ! perlxv.U
40958      Branch: perl
40959            ! Configure config_h.SH
40960 ____________________________________________________________________________
40961 [  7621] By: jhi                                   on 2000/11/09  13:16:36
40962         Log: More VMS moves on environment handling, from Charles Lane.
40963      Branch: perl
40964            ! t/pragma/locale.t
40965 ____________________________________________________________________________
40966 [  7620] By: jhi                                   on 2000/11/09  04:42:38
40967         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
40968              From: David Dyck <dcd@tc.fluke.com>
40969              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
40970              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
40971      Branch: perl
40972            ! pp_sys.c
40973 ____________________________________________________________________________
40974 [  7619] By: jhi                                   on 2000/11/09  04:36:21
40975         Log: Forgot from #7618.
40976      Branch: perl
40977            ! lib/File/stat.pm
40978 ____________________________________________________________________________
40979 [  7618] By: jhi                                   on 2000/11/09  04:28:44
40980         Log: Make deleting for %ENV work for (newer versions of) VMS,
40981              from Craig A. Berry.
40982      Branch: perl
40983            ! vms/vms.c
40984 ____________________________________________________________________________
40985 [  7617] By: jhi                                   on 2000/11/09  04:25:05
40986         Log: Subject: [PATCH] Class::Struct at compile time
40987              From: "Casey R. Tweten" <crt@kiski.net>
40988              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
40989              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
40990      Branch: perl
40991            ! lib/Class/Struct.pm
40992 ____________________________________________________________________________
40993 [  7616] By: jhi                                   on 2000/11/09  04:15:17
40994         Log: Subject: [ID 20001108.013] spelling
40995              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
40996              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
40997              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
40998      Branch: perl
40999            ! lib/ftp.pl
41000 ____________________________________________________________________________
41001 [  7615] By: jhi                                   on 2000/11/09  04:12:42
41002         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
41003              From: Peter Prymmer <pvhp@forte.com>
41004              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
41005              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
41006      Branch: perl
41007            ! configure.com
41008 ____________________________________________________________________________
41009 [  7614] By: jhi                                   on 2000/11/08  22:42:55
41010         Log: A missing aTHX_.
41011      Branch: perl
41012            ! ext/IPC/SysV/SysV.xs
41013 ____________________________________________________________________________
41014 [  7613] By: jhi                                   on 2000/11/08  19:30:21
41015         Log: Update Changes.
41016      Branch: perl
41017            ! Changes patchlevel.h
41018 ____________________________________________________________________________
41019 [  7612] By: jhi                                   on 2000/11/08  18:35:25
41020         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
41021              From: David Dyck <dcd@tc.fluke.com>
41022              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
41023              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
41024      Branch: perl
41025            ! pp_sys.c
41026 ____________________________________________________________________________
41027 [  7611] By: jhi                                   on 2000/11/08  18:30:26
41028         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
41029              From: Dominic Dunlop <domo@computer.org>
41030              Date: Tue, 7 Nov 2000 12:05:25 +0100
41031              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
41032      Branch: perl
41033            ! malloc.c
41034 ____________________________________________________________________________
41035 [  7610] By: jhi                                   on 2000/11/08  18:25:14
41036         Log: Do not test UTF-8 locales since that the tests would require
41037              polymorphic regexen.
41038      Branch: perl
41039            ! t/pragma/locale.t
41040 ____________________________________________________________________________
41041 [  7609] By: jhi                                   on 2000/11/08  17:12:51
41042         Log: Locale buglets.
41043              
41044              Subject: RE: Locales support (setlocale) fixes
41045              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41046              Date: Wed, 8 Nov 2000 20:01:39 +0300
41047              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
41048      Branch: perl
41049            ! t/pragma/locale.t util.c
41050 ____________________________________________________________________________
41051 [  7608] By: jhi                                   on 2000/11/08  17:00:16
41052         Log: Deleting $ENV{PATH} in VMS is not recommendable.
41053      Branch: perl
41054            ! t/pragma/locale.t
41055 ____________________________________________________________________________
41056 [  7607] By: jhi                                   on 2000/11/08  16:58:26
41057         Log: Subject: PATCH std stdio for (Free)BSD
41058              From: Nicholas Clark <nick@ccl4.org>
41059              Date: Wed, 8 Nov 2000 15:36:29 +0000
41060              Message-ID: <20001108153629.D98736@plum.flirble.org>
41061      Branch: metaconfig
41062            ! U/compline/d_stdstdio.U
41063      Branch: perl
41064            ! Configure config_h.SH
41065 ____________________________________________________________________________
41066 [  7606] By: jhi                                   on 2000/11/08  16:43:31
41067         Log: Forgot to bump the line numbers in #7601.
41068      Branch: perl
41069            ! t/pragma/warn/pp_sys
41070 ____________________________________________________________________________
41071 [  7605] By: jhi                                   on 2000/11/08  16:39:12
41072         Log: More careful detection of how well NVs and UVs mix.
41073              
41074              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))
41075              From: Nicholas Clark <nick@ccl4.org>
41076              Date: Wed, 8 Nov 2000 15:14:12 +0000
41077              Message-ID: <20001108151412.B98736@plum.flirble.org>
41078              
41079              Added some SIGFPE paranoia.
41080      Branch: metaconfig/U/perl
41081            ! perlxv.U
41082      Branch: perl
41083            ! Configure config_h.SH
41084 ____________________________________________________________________________
41085 [  7604] By: jhi                                   on 2000/11/08  14:39:10
41086         Log: Subject: [patch perl@7595] VMS configure.com tweak
41087              From: "Craig A. Berry" <craigberry@mac.com>
41088              Date: Wed, 8 Nov 2000 00:24:12 -0600
41089              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
41090      Branch: perl
41091            ! configure.com
41092 ____________________________________________________________________________
41093 [  7603] By: jhi                                   on 2000/11/08  14:27:11
41094         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
41095              From: Robin Barker <rmb1@cise.npl.co.uk>
41096              Date: Wed, 8 Nov 2000 11:11:39 GMT
41097              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
41098      Branch: perl
41099            ! perlio.c
41100 ____________________________________________________________________________
41101 [  7602] By: jhi                                   on 2000/11/08  14:25:03
41102         Log: Fix for the tie-refhash string table leaks.
41103              
41104              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
41105              Date: Wed, 8 Nov 2000 13:03:04 GMT
41106              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
41107      Branch: perl
41108            ! t/lib/tie-refhash.t
41109 ____________________________________________________________________________
41110 [  7601] By: jhi                                   on 2000/11/08  14:21:08
41111         Log: Try to avoid flockless and emulationless places.
41112      Branch: perl
41113            ! t/pragma/warn/pp_sys
41114 ____________________________________________________________________________
41115 [  7600] By: jhi                                   on 2000/11/08  02:28:54
41116         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
41117              
41118              Subject: [PATCH] prototyped functions that should be overrideable
41119              From: "Casey R. Tweten" <crt@kiski.net>
41120              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
41121              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
41122      Branch: perl
41123            ! toke.c
41124 ____________________________________________________________________________
41125 [  7599] By: jhi                                   on 2000/11/08  01:12:05
41126         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
41127              
41128              Subject: [PATCH] perlbug.PL
41129              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41130              Date: Mon, 6 Nov 2000 21:39:01 -0500
41131              Message-ID: <20001106213901.B20955@O2.chapin.edu>
41132      Branch: perl
41133            ! utils/perlbug.PL
41134 ____________________________________________________________________________
41135 [  7598] By: jhi                                   on 2000/11/07  23:42:00
41136         Log: Bad thinko in #7581 (I used the test program with the expanded
41137              values as-is).
41138      Branch: metaconfig
41139            ! U/compline/d_stdstdio.U
41140      Branch: perl
41141            ! Configure
41142 ____________________________________________________________________________
41143 [  7597] By: jhi                                   on 2000/11/07  21:43:29
41144         Log: Subject: [PATCH perl@7573] cygwin port
41145              From: "Fifer, Eric" <EFifer@sanwaint.com>
41146              Date: Tue, 7 Nov 2000 18:08:51 -0000 
41147              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
41148              
41149              Synchronize with Cygwin 1.1.5.
41150      Branch: perl
41151            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
41152            ! pod/perlport.pod unixish.h util.c
41153 ____________________________________________________________________________
41154 [  7596] By: jhi                                   on 2000/11/07  21:39:25
41155         Log: perlhack updates from H.Merijn Brand.
41156      Branch: perl
41157            ! pod/perlhack.pod
41158 ____________________________________________________________________________
41159 [  7595] By: jhi                                   on 2000/11/07  20:21:41
41160         Log: Update Changes.
41161      Branch: perl
41162            ! Changes patchlevel.h
41163 ____________________________________________________________________________
41164 [  7594] By: jhi                                   on 2000/11/07  19:18:58
41165         Log: Be more robust in Dynaloader.pm.
41166      Branch: perl
41167            ! ext/DynaLoader/DynaLoader_pm.PL
41168 ____________________________________________________________________________
41169 [  7593] By: jhi                                   on 2000/11/07  16:49:31
41170         Log: AUTHORS update.
41171      Branch: perl
41172            ! AUTHORS
41173 ____________________________________________________________________________
41174 [  7592] By: gsar                                  on 2000/11/07  16:39:51
41175         Log: normalize relative paths in virtualized current directory on windows,
41176              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
41177              returns)
41178      Branch: perl
41179            ! win32/vdir.h
41180 ____________________________________________________________________________
41181 [  7591] By: jhi                                   on 2000/11/07  16:04:26
41182         Log: Too profiler-happy: with optimization the #7590 actually makes
41183              the test to run 0.5% _slower_.  Requires much more instrumentation.
41184              Retract #7590.
41185      Branch: perl
41186            ! regcomp.c regcomp.h
41187 ____________________________________________________________________________
41188 [  7590] By: jhi                                   on 2000/11/07  15:51:13
41189         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
41190              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
41191              by using memset() and testing bytewise (as opposed to bitwise).
41192      Branch: perl
41193            ! regcomp.c regcomp.h
41194 ____________________________________________________________________________
41195 [  7589] By: jhi                                   on 2000/11/07  12:56:39
41196         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
41197              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41198              Date: Mon, 06 Nov 2000 23:45:30 -0500
41199              Message-Id: <0011079735.AA973576259@univpress.com>
41200      Branch: perl
41201            ! configure.com t/lib/st-lock.t
41202 ____________________________________________________________________________
41203 [  7588] By: jhi                                   on 2000/11/07  01:03:28
41204         Log: Tweak #7587.
41205      Branch: perl
41206            ! pod/perldiag.pod
41207 ____________________________________________________________________________
41208 [  7587] By: jhi                                   on 2000/11/07  01:00:27
41209         Log: A doc addition for bug id 20001105.019, beware \p.
41210      Branch: perl
41211            ! pod/perldiag.pod
41212 ____________________________________________________________________________
41213 [  7586] By: jhi                                   on 2000/11/07  00:32:22
41214         Log: Fake support of holey files in win/dosish platforms.
41215              
41216              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
41217              From: kipp@shonanblue.ne.jp
41218              Date: Mon, 6 Nov 2000 13:30:55 -0800
41219              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
41220      Branch: perl
41221            ! ext/SDBM_File/sdbm/sdbm.c
41222 ____________________________________________________________________________
41223 [  7585] By: jhi                                   on 2000/11/07  00:12:54
41224         Log: Subject: Pod updates
41225              From: "Stephen P. Potter" <spp@spotter.yi.org>
41226              Date: Mon, 06 Nov 2000 18:56:43 -0500
41227              Message-Id: <200011062357.SAA18173@spotter.yi.org>
41228      Branch: perl
41229            ! README.dos README.os2 README.win32 pod/buildtoc.PL
41230            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
41231            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
41232            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
41233            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
41234            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
41235            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
41236            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
41237            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
41238            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
41239            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
41240            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
41241            ! pod/perltootc.pod pod/perlunicode.pod
41242 ____________________________________________________________________________
41243 [  7584] By: jhi                                   on 2000/11/07  00:04:17
41244         Log: Varargs don't always work too well if one puts an unsigned
41245              char on the stack and pop an unsigned quad off the stack.
41246              
41247              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
41248              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
41249              Date: Mon, 06 Nov 2000 15:19:05 -0800
41250              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
41251      Branch: perl
41252            ! utf8.c
41253 ____________________________________________________________________________
41254 [  7583] By: jhi                                   on 2000/11/06  23:58:48
41255         Log: %ENV note tweaks from Dan Sugalski.
41256      Branch: perl
41257            ! pod/perlport.pod vms/perlvms.pod
41258 ____________________________________________________________________________
41259 [  7582] By: jhi                                   on 2000/11/06  23:05:49
41260         Log: glibc5 detection by __GNU_LIBRARY__.
41261      Branch: perl
41262            ! toke.c
41263 ____________________________________________________________________________
41264 [  7581] By: jhi                                   on 2000/11/06  22:51:29
41265         Log: Make the stdio test program of 7427 less noisy while being 
41266              compiled so that Digital UNIX wouldn't get both
41267              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
41268              undefined.  This makes perlio happy.
41269      Branch: metaconfig
41270            ! U/compline/d_stdstdio.U
41271      Branch: perl
41272            ! Configure config_h.SH
41273 ____________________________________________________________________________
41274 [  7580] By: jhi                                   on 2000/11/06  22:41:41
41275         Log: Document %ENV = () portability issues.
41276      Branch: perl
41277            ! pod/perlport.pod vms/perlvms.pod
41278 ____________________________________________________________________________
41279 [  7579] By: jhi                                   on 2000/11/06  21:29:24
41280         Log: VOS updates from Paul Green.
41281      Branch: perl
41282            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41283 ____________________________________________________________________________
41284 [  7578] By: jhi                                   on 2000/11/06  21:00:40
41285         Log: Sanitize the environment further.
41286      Branch: perl
41287            ! t/pragma/locale.t
41288 ____________________________________________________________________________
41289 [  7577] By: jhi                                   on 2000/11/06  20:53:51
41290         Log: Re-introduce 7552 lost in integration.
41291      Branch: perl
41292            ! perlio.c
41293 ____________________________________________________________________________
41294 [  7576] By: jhi                                   on 2000/11/06  20:33:46
41295         Log: Admit that the test leaks scalars.
41296      Branch: perl
41297            ! t/comp/proto.t
41298 ____________________________________________________________________________
41299 [  7575] By: jhi                                   on 2000/11/06  20:17:08
41300         Log: Integrate perlio.
41301      Branch: perl
41302           !> perlio.c
41303 ____________________________________________________________________________
41304 [  7574] By: nick                                  on 2000/11/06  20:07:28
41305         Log: Remove debug. Try (Mmap_t) on madvise() call.
41306      Branch: perlio
41307            ! perlio.c
41308 ____________________________________________________________________________
41309 [  7573] By: jhi                                   on 2000/11/06  13:56:05
41310         Log: Update Changes.
41311      Branch: perl
41312            ! Changes patchlevel.h
41313 ____________________________________________________________________________
41314 [  7572] By: jhi                                   on 2000/11/06  13:48:41
41315         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
41316              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41317              Date: Mon, 06 Nov 2000 10:11:42 +0100
41318              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
41319      Branch: perl
41320            ! pod/perlhack.pod
41321 ____________________________________________________________________________
41322 [  7571] By: jhi                                   on 2000/11/06  01:45:51
41323         Log: AUTHORS updates.
41324      Branch: perl
41325            ! AUTHORS
41326 ____________________________________________________________________________
41327 [  7570] By: jhi                                   on 2000/11/06  00:18:00
41328         Log: Fix for
41329              
41330              Subject: [ID 20000728.005] perl -P broken
41331              From: David Dyck <dcd@tc.fluke.com>
41332              Date: Fri, 28 Jul 2000 17:19:16 -0700
41333              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
41334              
41335              (hopefully).  The fix is also not complete, it seems to break
41336              BOM swallowing for libc5 systems, but until someone figures
41337              out a way to do this without ftell(), this will do.
41338      Branch: perl
41339            ! toke.c
41340 ____________________________________________________________________________
41341 [  7569] By: jhi                                   on 2000/11/06  00:05:30
41342         Log: Document that the evaled syntax errors cause scalar leaks.
41343      Branch: perl
41344            ! t/comp/proto.t
41345 ____________________________________________________________________________
41346 [  7568] By: jhi                                   on 2000/11/05  23:14:47
41347         Log: opmini.o can linger from Configures past.
41348      Branch: perl
41349            ! Makefile.SH
41350 ____________________________________________________________________________
41351 [  7567] By: jhi                                   on 2000/11/05  21:28:39
41352         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
41353              first argument correctly.
41354      Branch: perl
41355            ! perlio.c
41356 ____________________________________________________________________________
41357 [  7566] By: jhi                                   on 2000/11/05  21:15:56
41358         Log: Integrate perlio.
41359      Branch: perl
41360           !> perlio.c
41361 ____________________________________________________________________________
41362 [  7565] By: jhi                                   on 2000/11/05  21:15:13
41363         Log: Use -dM for gcc (the suggested patch did it only for Linux,
41364              but I think it can be generalized).
41365              
41366              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
41367              From: Pixel <pixel@mandrakesoft.com>
41368              Date: 05 Nov 2000 21:49:34 +0100 
41369              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
41370      Branch: perl
41371            ! ext/Errno/Errno_pm.PL
41372 ____________________________________________________________________________
41373 [  7564] By: nick                                  on 2000/11/05  21:09:18
41374         Log: Added a mmap layer as a "subclass" of perlio.
41375              PERLIO=mmap ./perl harness passes
41376      Branch: perlio
41377            ! perlio.c
41378 ____________________________________________________________________________
41379 [  7563] By: jhi                                   on 2000/11/05  19:48:55
41380         Log: Add a note for future generations about bug id 20000229.006.
41381      Branch: perl
41382            ! malloc.c
41383 ____________________________________________________________________________
41384 [  7562] By: jhi                                   on 2000/11/05  19:38:24
41385         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
41386      Branch: perl
41387            ! pp_ctl.c t/op/pos.t
41388 ____________________________________________________________________________
41389 [  7561] By: jhi                                   on 2000/11/05  18:21:46
41390         Log: Add =pod to be tidy.
41391      Branch: perl
41392            ! lib/Math/Complex.pm
41393 ____________________________________________________________________________
41394 [  7560] By: jhi                                   on 2000/11/05  17:38:46
41395         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
41396      Branch: perl
41397            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41398            ! ext/Storable/Storable.xs t/lib/st-recurse.t
41399 ____________________________________________________________________________
41400 [  7559] By: jhi                                   on 2000/11/05  17:32:59
41401         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
41402              From: "Peter J. Farley III" <pjfarley@banet.net>
41403              Date: Sun, 05 Nov 2000 11:55:59 -0500
41404              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
41405      Branch: perl
41406            ! t/lib/syslog.t
41407 ____________________________________________________________________________
41408 [  7558] By: jhi                                   on 2000/11/05  17:29:19
41409         Log: Integrate perlio.
41410      Branch: perl
41411           !> perlio.c
41412 ____________________________________________________________________________
41413 [  7557] By: jhi                                   on 2000/11/05  17:22:01
41414         Log: A fix of sorts for 20000329.026, a better error message
41415              for a missing "use charnames" when using the \N{...}. 
41416      Branch: perl
41417            ! pod/perldiag.pod toke.c
41418 ____________________________________________________________________________
41419 [  7556] By: jhi                                   on 2000/11/05  16:33:50
41420         Log: Test tweak: show also the failed locales.
41421              
41422              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
41423              From: Lupe Christoph <lupe@lupe-christoph.de>         
41424              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
41425              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
41426      Branch: perl
41427            ! t/pragma/locale.t
41428 ____________________________________________________________________________
41429 [  7555] By: nick                                  on 2000/11/05  11:09:34
41430         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
41431              open RDWR so does not fail. (pragma/warnings 303 again...)
41432      Branch: perlio
41433            ! perlio.c
41434 ____________________________________________________________________________
41435 [  7554] By: nick                                  on 2000/11/05  10:10:13
41436         Log: Fix case where ungetc(f,EOF) was allowed.
41437              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
41438              so we can see similarities.
41439              Use types more carefully and a STDCHAR array in hope that this will
41440              fix Jarrko's 64bit machine.
41441      Branch: perlio
41442            ! perlio.c
41443 ____________________________________________________________________________
41444 [  7553] By: jhi                                   on 2000/11/05  01:12:16
41445         Log: Fix for
41446              
41447              Subject: [ID 20001004.007] taint propogation is inconsistent
41448              From: pimlott@idiomtech.com (Andrew Pimlott) 
41449              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
41450              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
41451              
41452              The culprit was sv_setsv() which was rather blindly
41453              propagating taint, which lead to behaviour where if
41454              a tainted anon hash value was seen all the hash values
41455              from then on at that level became tainted, or at any
41456              upper levels in the case of nested anon hashes.
41457      Branch: perl
41458            ! sv.c t/op/taint.t
41459 ____________________________________________________________________________
41460 [  7552] By: jhi                                   on 2000/11/04  23:44:18
41461         Log: Some cpps don't like splitting conditionals across several lines.
41462      Branch: perl
41463            ! perlio.c
41464 ____________________________________________________________________________
41465 [  7551] By: nick                                  on 2000/11/04  23:40:44
41466         Log: Integrate mainline
41467      Branch: perlio
41468           !> pp_hot.c t/op/taint.t
41469 ____________________________________________________________________________
41470 [  7550] By: nick                                  on 2000/11/04  23:39:05
41471         Log: Integrate mainline again
41472      Branch: perlio
41473           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
41474           !> t/lib/b.t t/op/misc.t util.c
41475 ____________________________________________________________________________
41476 [  7549] By: jhi                                   on 2000/11/04  23:14:01
41477         Log: Fix for
41478              
41479              Subject: [ID 20001004.006] undef is never tainted
41480              From: pimlott@idiomtech.com (Andrew Pimlott)
41481              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
41482              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
41483              
41484              An undef read from a slurped file was not tainted.
41485      Branch: perl
41486            ! pp_hot.c t/op/taint.t
41487 ____________________________________________________________________________
41488 [  7548] By: jhi                                   on 2000/11/04  22:56:21
41489         Log: Test tweak ($Config{useperlio} is by default undef) .
41490      Branch: perl
41491            ! t/lib/b.t
41492 ____________________________________________________________________________
41493 [  7547] By: jhi                                   on 2000/11/04  22:43:56
41494         Log: Integrate perlio.
41495      Branch: perl
41496           +> lib/perlio.pm
41497           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
41498           !> pod/perlapi.pod t/lib/b.t
41499 ____________________________________________________________________________
41500 [  7546] By: jhi                                   on 2000/11/04  22:40:59
41501         Log: Configure would use a bad $myuname from an old config.sh.
41502              
41503              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
41504              From: Andy Dougherty <doughera@lafayette.edu>
41505              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
41506              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
41507      Branch: metaconfig
41508            ! U/modified/Oldconfig.U
41509      Branch: perl
41510            ! Configure config_h.SH
41511 ____________________________________________________________________________
41512 [  7545] By: jhi                                   on 2000/11/04  22:36:54
41513         Log: Subject: Locales support (setlocale) fixes
41514              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41515              Date: Sat, 4 Nov 2000 10:15:48 +0300 
41516              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
41517              
41518              Modified quite a bit to be more portable.
41519      Branch: perl
41520            ! embed.h embed.pl perl.h proto.h util.c
41521 ____________________________________________________________________________
41522 [  7544] By: jhi                                   on 2000/11/04  22:32:47
41523         Log: Dying is too strict here, better just skip.
41524      Branch: perl
41525            ! t/op/misc.t
41526 ____________________________________________________________________________
41527 [  7543] By: nick                                  on 2000/11/04  21:55:13
41528         Log: Merge mainline
41529      Branch: perlio
41530           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
41531           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
41532           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
41533           !> (integrate 64 files)
41534 ____________________________________________________________________________
41535 [  7542] By: jhi                                   on 2000/11/04  21:09:28
41536         Log: More Changes tweakery.
41537      Branch: perl
41538            ! Changes Porting/genlog
41539 ____________________________________________________________________________
41540 [  7541] By: jhi                                   on 2000/11/04  20:58:18
41541         Log: Changes fixups.
41542      Branch: perl
41543            ! Changes
41544 ____________________________________________________________________________
41545 [  7540] By: jhi                                   on 2000/11/04  20:42:38
41546         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
41547              create a "fast path" for locale name probing using "locale -a"
41548              if available, squash finally hopefully the s?printf resetting
41549              the numeric locale (since, IIUC perllocale, it never shouldn't). 
41550      Branch: perl
41551            ! sv.c t/op/misc.t t/pragma/locale.t
41552 ____________________________________________________________________________
41553 [  7539] By: nick                                  on 2000/11/04  19:56:10
41554         Log: PerlIO infrastructure complete.
41555      Branch: perlio
41556            + lib/perlio.pm
41557            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
41558 ____________________________________________________________________________
41559 [  7538] By: nick                                  on 2000/11/04  14:31:32
41560         Log: Type tweaks + less contorted allocation scheme
41561      Branch: perlio
41562            ! perlio.c
41563 ____________________________________________________________________________
41564 [  7537] By: nick                                  on 2000/11/04  12:40:42
41565         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
41566              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
41567              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
41568              sensible) which lead to some interesting fails.
41569      Branch: perlio
41570            ! perlio.c
41571 ____________________________________________________________________________
41572 [  7536] By: jhi                                   on 2000/11/04  00:20:02
41573         Log: Add FCNTL_CAN_LOCK.
41574              
41575              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41576              From: Andy Dougherty <doughera@lafayette.edu>
41577              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
41578              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
41579              
41580              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41581              From: Andy Dougherty <doughera@lafayette.edu>
41582              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
41583              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
41584      Branch: metaconfig/U/perl
41585            + d_fcntl_can_lock.U
41586            ! startperl.U
41587      Branch: perl
41588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41589            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
41590            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41591            ! vos/config.ga.h win32/config.bc win32/config.gc
41592            ! win32/config.vc
41593 ____________________________________________________________________________
41594 [  7535] By: nick                                  on 2000/11/03  22:19:10
41595         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
41596              - Works on Linux with
41597              perlio + unix
41598              stdio
41599              - Works on Solaris with
41600              perlio + unix
41601              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
41602              - Fails (hangs in openpid) if you try and stack
41603              perlio + stdio - Linux stdio's read() logic is hanging.
41604      Branch: perlio
41605            ! iperlsys.h perlio.c
41606 ____________________________________________________________________________
41607 [  7534] By: jhi                                   on 2000/11/03  15:16:02
41608         Log: Subject: Re: README.aix
41609              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41610              Date: Fri, 03 Nov 2000 16:03:15 +0100
41611              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
41612      Branch: perl
41613            ! README.aix
41614 ____________________________________________________________________________
41615 [  7533] By: jhi                                   on 2000/11/03  03:59:02
41616         Log: Subject: [PATCH 5.7.0] better messages from malloc()
41617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41618              Date: Wed, 1 Nov 2000 23:39:56 -0500
41619              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
41620      Branch: perl
41621            ! malloc.c pod/perldiag.pod
41622 ____________________________________________________________________________
41623 [  7532] By: jhi                                   on 2000/11/03  00:11:56
41624         Log: The #7521 touched things it shouldn't have.
41625      Branch: perl
41626            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
41627 ____________________________________________________________________________
41628 [  7531] By: jhi                                   on 2000/11/02  22:32:33
41629         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
41630              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41631              Date:     Thu, 2 Nov 2000 16:58:36 EST
41632              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
41633      Branch: perl
41634            ! vms/gen_shrfls.pl
41635 ____________________________________________________________________________
41636 [  7530] By: jhi                                   on 2000/11/02  22:08:49
41637         Log: Fix the problem discussed in
41638              
41639              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
41640              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
41641              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
41642              
41643              originally from Linc Madison.  Also Andreas König's comments
41644              taken into account.  Some other problems with Tie::SubstrHash
41645              fixed: didn't croak when the table exceeded the requested number
41646              of entries (as documented) but instead when the number of entries
41647              exceeded the size of the table, a croak() had an unnecessary \n,
41648              didn't have a CLEAR method, documented that there is no exists().
41649              Didn't fix to be strict-proof because the module uses &foo; and
41650              dynamic scope.  Added a test script exercizing both first tamely 
41651              the basic functionality, and then the failure cases reported by
41652              Linc Madison.
41653      Branch: perl
41654            + t/lib/tie-substrhash.t
41655            ! MANIFEST lib/Tie/SubstrHash.pm
41656 ____________________________________________________________________________
41657 [  7529] By: jhi                                   on 2000/11/02  17:58:08
41658         Log: recv() can fail and return undef.
41659              
41660              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
41661              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
41662              Date: Thu, 2 Nov 2000 20:12:20 +0300
41663              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
41664      Branch: perl
41665            ! lib/Net/Ping.pm
41666 ____________________________________________________________________________
41667 [  7528] By: jhi                                   on 2000/11/02  17:49:09
41668         Log: Detpyo.
41669      Branch: perl
41670            ! pod/perlop.pod
41671 ____________________________________________________________________________
41672 [  7527] By: jhi                                   on 2000/11/02  15:48:37
41673         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
41674              fix a autovivification bug in Tie::RefHash, add tests for both.
41675              
41676              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
41677              From: Edward Avis <epa98@doc.ic.ac.uk>
41678              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
41679              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
41680      Branch: perl
41681            + t/lib/tie-refhash.t
41682            ! MANIFEST lib/Tie/RefHash.pm
41683 ____________________________________________________________________________
41684 [  7526] By: jhi                                   on 2000/11/02  13:56:26
41685         Log: Test::Harness revealed buglets in the new DynaLoader.
41686              
41687              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
41688              From: andreas.koenig@anima.de (Andreas J. Koenig)
41689              Date: 02 Nov 2000 11:26:48 +0100 
41690              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
41691      Branch: perl
41692            ! ext/DynaLoader/DynaLoader_pm.PL
41693 ____________________________________________________________________________
41694 [  7525] By: jhi                                   on 2000/11/01  23:52:08
41695         Log: The entry for #7503 was missing.
41696      Branch: perl
41697            ! Changes
41698 ____________________________________________________________________________
41699 [  7524] By: jhi                                   on 2000/11/01  23:40:52
41700         Log: Update Changes.
41701      Branch: perl
41702            ! Changes patchlevel.h
41703 ____________________________________________________________________________
41704 [  7523] By: jhi                                   on 2000/11/01  22:57:09
41705         Log: More tweaking on the #7522 theme.
41706      Branch: perl
41707            ! ext/DynaLoader/DynaLoader_pm.PL
41708 ____________________________________________________________________________
41709 [  7522] By: jhi                                   on 2000/11/01  22:06:15
41710         Log: Expand %Config variables and %ENV variables only if
41711              so requested during build time using the
41712              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
41713              Not expanding makes relocating distributions easier.
41714      Branch: perl
41715            ! ext/DynaLoader/DynaLoader_pm.PL
41716 ____________________________________________________________________________
41717 [  7521] By: jhi                                   on 2000/11/01  20:56:34
41718         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
41719              and setgid() because they were just changing $< and $( which means
41720              only changing the real uid/gid, as opposed to changing both
41721              real and effective ids.  (The alternative way could have been
41722              in POSIX.pm to change $> and $), too, but making a direct call
41723              to the C API feels cleaner.)  Fixes the bug
41724              
41725              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
41726              From: "Garry T. Williams" <garry@zvolve.com>
41727              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
41728              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
41729      Branch: perl
41730            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41731            ! ext/POSIX/typemap pod/perlvar.pod
41732 ____________________________________________________________________________
41733 [  7520] By: jhi                                   on 2000/11/01  20:08:33
41734         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
41735              From: "Garry T. Williams" <garry@zvolve.com>
41736              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
41737              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
41738      Branch: perl
41739            ! pod/perlsec.pod
41740 ____________________________________________________________________________
41741 [  7519] By: jhi                                   on 2000/11/01  20:01:22
41742         Log: Locale warning explanation tweak.
41743      Branch: perl
41744            ! pod/perldiag.pod
41745 ____________________________________________________________________________
41746 [  7518] By: jhi                                   on 2000/11/01  18:57:13
41747         Log: C.pm part of
41748              
41749              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
41750              From: Jarkko Hietaniemi <jhi@iki.fi>
41751              Date: Tue, 10 Oct 2000 08:22:28 -0500
41752              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
41753      Branch: perl
41754            ! ext/B/B/C.pm
41755 ____________________________________________________________________________
41756 [  7517] By: jhi                                   on 2000/11/01  18:41:59
41757         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
41758              From: Martien Verbruggen <mgjv@comdyn.com.au>
41759              Date: Fri, 6 Oct 2000 14:09:10 +1100
41760              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
41761      Branch: perl
41762            ! pod/perlop.pod
41763 ____________________________________________________________________________
41764 [  7516] By: jhi                                   on 2000/11/01  18:34:55
41765         Log: Generalize the Camel wording.
41766              
41767              Subject: Re: perlfaq style changes
41768              From: John Borwick <jhborwic@unity.ncsu.edu>
41769              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
41770              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
41771      Branch: perl
41772            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
41773 ____________________________________________________________________________
41774 [  7515] By: jhi                                   on 2000/11/01  16:52:31
41775         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
41776              From: pimlott@idiomtech.com (Andrew Pimlott)
41777              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
41778              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
41779      Branch: perl
41780            ! pod/perlsec.pod
41781 ____________________________________________________________________________
41782 [  7514] By: jhi                                   on 2000/11/01  15:03:40
41783         Log: More AIX lore.
41784      Branch: perl
41785            ! ext/re/hints/aix.pl
41786 ____________________________________________________________________________
41787 [  7513] By: jhi                                   on 2000/11/01  14:48:30
41788         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
41789              From: root <root@chronos.fi.muni.cz>
41790              Date: Wed, 1 Nov 2000 12:31:32 +0100
41791              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
41792      Branch: perl
41793            ! lib/Net/Ping.pm
41794 ____________________________________________________________________________
41795 [  7512] By: jhi                                   on 2000/11/01  14:46:47
41796         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
41797              From: Martin Husemann <martin@duskware.de>
41798              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
41799              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
41800      Branch: perl
41801            ! regcomp.c
41802 ____________________________________________________________________________
41803 [  7511] By: jhi                                   on 2000/11/01  14:39:50
41804         Log: AUTHORS updates.
41805      Branch: perl
41806            ! AUTHORS
41807 ____________________________________________________________________________
41808 [  7510] By: jhi                                   on 2000/11/01  14:29:50
41809         Log: Subject: [PATCH] startperl to respect versiononly
41810              From: Robin Barker <rmb1@cise.npl.co.uk> 
41811              Date: Tue, 31 Oct 2000 16:29:36 GMT
41812              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
41813      Branch: metaconfig/U/perl
41814            ! startperl.U
41815      Branch: perl
41816            ! Configure config_h.SH
41817 ____________________________________________________________________________
41818 [  7509] By: jhi                                   on 2000/11/01  14:19:53
41819         Log: printf UVs the correct way, noticed by Robin Barker.
41820      Branch: perl
41821            ! utf8.c
41822 ____________________________________________________________________________
41823 [  7508] By: jhi                                   on 2000/11/01  14:10:03
41824         Log: Do not cleanup *% because the % has special meanings in some
41825              shell environments.
41826      Branch: perl
41827            ! ext/Storable/Makefile.PL
41828 ____________________________________________________________________________
41829 [  7507] By: jhi                                   on 2000/11/01  14:06:00
41830         Log: The NonStop-UX libraries have a novel way to say NaN.
41831      Branch: perl
41832            ! t/lib/bigfltpm.t
41833 ____________________________________________________________________________
41834 [  7506] By: jhi                                   on 2000/11/01  14:03:35
41835         Log: The osname has been lowercased by now, from Tom Bates.
41836      Branch: metaconfig
41837            ! U/modified/Oldconfig.U
41838      Branch: perl
41839            ! Configure config_h.SH
41840 ____________________________________________________________________________
41841 [  7505] By: jhi                                   on 2000/10/31  19:18:39
41842         Log: The compiler is either gcc or cc, from Tom Bates.
41843      Branch: perl
41844            ! hints/nonstopux.sh
41845 ____________________________________________________________________________
41846 [  7504] By: jhi                                   on 2000/10/31  14:53:42
41847         Log: Update Changes.
41848      Branch: perl
41849            ! Changes patchlevel.h
41850 ____________________________________________________________________________
41851 [  7503] By: jhi                                   on 2000/10/31  14:30:50
41852         Log: Whitespace style tweak.  Was originally going to see to
41853              
41854              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41855              From: Joe Smith <jms@inwap.com>
41856              Date: Mon, 30 Oct 2000 18:47:57 -0800
41857              Message-Id: <39FE32DD.24AAC4D@inwap.com>
41858              
41859              but that had already been taken care of.
41860      Branch: metaconfig
41861            ! U/compline/d_stdstdio.U
41862      Branch: perl
41863            ! Configure config_h.SH
41864 ____________________________________________________________________________
41865 [  7502] By: jhi                                   on 2000/10/31  14:25:02
41866         Log: AUTHORS tweaks.
41867      Branch: perl
41868            ! AUTHORS
41869 ____________________________________________________________________________
41870 [  7501] By: jhi                                   on 2000/10/31  14:23:59
41871         Log: Subject: perlfaq style changes
41872              From: John Borwick <jhborwic@unity.ncsu.edu>
41873              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
41874              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
41875      Branch: perl
41876            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
41877            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
41878            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
41879            ! pod/perlfaq9.pod
41880 ____________________________________________________________________________
41881 [  7500] By: jhi                                   on 2000/10/31  14:22:15
41882         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
41883              
41884              Subject: Re: [ID 20000918.005] ~ on wide chars
41885              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41886              Date: Mon, 30 Oct 2000 21:09:55 -0800
41887              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
41888              
41889              (The ord() part of the patch skipped.)
41890      Branch: perl
41891            ! doop.c
41892 ____________________________________________________________________________
41893 [  7499] By: jhi                                   on 2000/10/31  14:20:08
41894         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
41895              From: Jens Hamisch <jens@Strawberry.COM>
41896              Date: Mon, 30 Oct 2000 15:17:07 +0100
41897              Message-Id: <20001030151707.A9597@Strawberry.COM>
41898      Branch: perl
41899            ! av.c
41900 ____________________________________________________________________________
41901 [  7498] By: jhi                                   on 2000/10/31  14:16:29
41902         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
41903              From: Peter Prymmer <pvhp@forte.com>
41904              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
41905              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
41906      Branch: perl
41907            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
41908            + ext/Encode/Encode/posix-bc.enc
41909            ! MANIFEST t/lib/encode.t
41910 ____________________________________________________________________________
41911 [  7497] By: jhi                                   on 2000/10/31  14:13:22
41912         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
41913              From: Peter Prymmer <pvhp@forte.com>
41914              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
41915              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
41916      Branch: perl
41917            ! t/lib/cgi-html.t
41918 ____________________________________________________________________________
41919 [  7496] By: jhi                                   on 2000/10/31  14:12:05
41920         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
41921              From: Peter Prymmer <pvhp@forte.com>
41922              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
41923              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
41924      Branch: perl
41925            ! t/lib/cgi-function.t
41926 ____________________________________________________________________________
41927 [  7495] By: jhi                                   on 2000/10/31  14:11:08
41928         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
41929              From: Peter Prymmer <pvhp@forte.com>
41930              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
41931              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
41932      Branch: perl
41933            + ext/re/hints/aix.pl
41934            ! MANIFEST ext/re/Makefile.PL
41935 ____________________________________________________________________________
41936 [  7494] By: jhi                                   on 2000/10/31  14:08:32
41937         Log: Use Errno magic.
41938              
41939              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
41940              From: Casey Tweten <perl@ctweten.amsite.com>
41941              Date: Mon, 30 Oct 2000 15:51:17 -0500
41942              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
41943      Branch: perl
41944            ! lib/File/Temp.pm
41945 ____________________________________________________________________________
41946 [  7493] By: jhi                                   on 2000/10/31  14:05:07
41947         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
41948              
41949              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
41950              From: Nicholas Clark <nick@ccl4.org>
41951              Date: Mon, 30 Oct 2000 17:38:45 +0000
41952              Message-ID: <20001030173845.O60355@plum.flirble.org>
41953      Branch: perl
41954            ! Makefile.SH utils/perlbug.PL
41955 ____________________________________________________________________________
41956 [  7492] By: nick                                  on 2000/10/30  19:37:23
41957         Log: Change files which are mysteriously different to mainline to be
41958              copies of mainline.
41959      Branch: perlio
41960            ! objXSUB.h perlapi.c pod/perlapi.pod
41961 ____________________________________________________________________________
41962 [  7491] By: nick                                  on 2000/10/30  18:05:54
41963         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
41964              - typo in endian code in putc.
41965              - Don't allow read of write-only files and vice-versa
41966              - and off-by-one in flush-all loop.
41967              Remove debug calls as they were using GCC specific features.
41968      Branch: perlio
41969            ! perlio.c
41970 ____________________________________________________________________________
41971 [  7490] By: nick                                  on 2000/10/29  21:45:45
41972         Log: Integrate mainline to perlio
41973      Branch: perlio
41974           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
41975           !> toke.c
41976 ____________________________________________________________________________
41977 [  7489] By: jhi                                   on 2000/10/29  21:11:08
41978         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
41979              From: andreas.koenig@anima.de (Andreas J. Koenig)
41980              Date: 29 Oct 2000 22:05:59 +0100
41981              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
41982      Branch: perl
41983            ! lib/ExtUtils/Manifest.pm
41984 ____________________________________________________________________________
41985 [  7488] By: jhi                                   on 2000/10/29  21:07:47
41986         Log: Tests for #7487.
41987              
41988              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41989              From: andreas.koenig@anima.de (Andreas J. Koenig)
41990              Date: 29 Oct 2000 19:37:09 +0100
41991              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
41992      Branch: perl
41993            ! t/comp/proto.t
41994 ____________________________________________________________________________
41995 [  7487] By: jhi                                   on 2000/10/29  21:06:27
41996         Log: constsub spillage.
41997              
41998              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41999              From: John Tobey <jtobey@john-edwin-tobey.org>
42000              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
42001              Message-Id: <m13pvSr-000FObC@feynman.localnet>
42002      Branch: perl
42003            ! op.c
42004 ____________________________________________________________________________
42005 [  7486] By: nick                                  on 2000/10/29  21:05:04
42006         Log: Integrate mainline to perlio branch
42007      Branch: perlio
42008           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
42009           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
42010           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
42011           +> vos/install_perl.cm
42012            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
42013            - vos/config.h vos/config_h.SH_orig
42014           !> (integrate 141 files)
42015 ____________________________________________________________________________
42016 [  7485] By: jhi                                   on 2000/10/29  21:00:47
42017         Log: Make \x{...} consistently produce UTF-8.
42018              
42019              Subject: Re: \x{...} is confused 
42020              From: Simon Cozens <simon@cozens.net>
42021              Date: Sun, 29 Oct 2000 19:36:48 +0000
42022              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
42023      Branch: perl
42024            ! t/pragma/utf8.t toke.c
42025 ____________________________________________________________________________
42026 [  7484] By: nick                                  on 2000/10/29  20:05:29
42027         Log: PerlIO passes all tests.
42028      Branch: perlio
42029            ! perlio.c
42030 ____________________________________________________________________________
42031 [  7483] By: jhi                                   on 2000/10/29  18:06:55
42032         Log: Update Changes.
42033      Branch: perl
42034            ! Changes patchlevel.h
42035 ____________________________________________________________________________
42036 [  7482] By: nick                                  on 2000/10/29  17:43:28
42037         Log: Include <unistd.h> to get correct lseek() prototype etc.
42038              (I thought perl.h did that) - down to two fails
42039              - comp/require.t (last test)
42040              - lib/io_xs.t - possibly import/export of FILE * ?
42041      Branch: perlio
42042            ! perlio.c
42043 ____________________________________________________________________________
42044 [  7481] By: jhi                                   on 2000/10/29  17:02:37
42045         Log: UTF-8 decoder tweak.
42046      Branch: perl
42047            ! utf8.c
42048 ____________________________________________________________________________
42049 [  7480] By: nick                                  on 2000/10/29  16:26:11
42050         Log: Fixed two bugs:
42051              - error code not being set on close (of broken pipe)
42052              - append mode was truncating.
42053              At least one seek/tell bug remains.
42054      Branch: perlio
42055            ! perlio.c
42056 ____________________________________________________________________________
42057 [  7479] By: nick                                  on 2000/10/29  11:18:16
42058         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
42059              in case of accidents. Still several worrying fails, no line disciplines yet.
42060      Branch: perlio
42061            ! iperlsys.h perlio.c
42062 ____________________________________________________________________________
42063 [  7478] By: jhi                                   on 2000/10/29  02:04:01
42064         Log: Add also emailless people.
42065      Branch: perl
42066            ! AUTHORS
42067 ____________________________________________________________________________
42068 [  7477] By: jhi                                   on 2000/10/29  01:36:00
42069         Log: The #7476 needs a MANIFEST change, too.
42070      Branch: perl
42071            ! MANIFEST
42072 ____________________________________________________________________________
42073 [  7476] By: jhi                                   on 2000/10/29  01:35:21
42074         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
42075      Branch: perl
42076            - MAINTAIN
42077            ! AUTHORS Changes
42078 ____________________________________________________________________________
42079 [  7475] By: jhi                                   on 2000/10/28  23:57:25
42080         Log: De-quoted-unreadable to ISO Latin 1.
42081              (There's one ISO-2022-JP name in Changes5.004.)
42082      Branch: perl
42083            ! Changes Changes5.6
42084 ____________________________________________________________________________
42085 [  7474] By: jhi                                   on 2000/10/28  19:13:06
42086         Log: Subject: [ID 20001027.007] uniq array in perlfaq
42087              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
42088              Date: Fri, 27 Oct 2000 19:28:30 +0200
42089              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
42090      Branch: perl
42091            ! pod/perlfaq4.pod
42092 ____________________________________________________________________________
42093 [  7473] By: jhi                                   on 2000/10/28  18:02:05
42094         Log: Locking null mutexes is not recommendable.
42095              
42096              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
42097              From: Hugo <hv@crypt.compulink.co.uk>
42098              Date: Sat, 28 Oct 2000 18:41:12 +0100
42099              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
42100      Branch: perl
42101            ! op.c
42102 ____________________________________________________________________________
42103 [  7472] By: jhi                                   on 2000/10/28  17:52:58
42104         Log: Better create a true mailing list for the repository keepers.
42105      Branch: perl
42106            ! Porting/repository.pod
42107 ____________________________________________________________________________
42108 [  7471] By: jhi                                   on 2000/10/28  17:28:24
42109         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
42110              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
42111      Branch: perl
42112            + Porting/repository.pod
42113            ! MANIFEST
42114 ____________________________________________________________________________
42115 [  7470] By: jhi                                   on 2000/10/28  17:20:54
42116         Log: Subject: DOC PATCH 5.6.0
42117              From: mjd@plover.com
42118              Date: 27 Oct 2000 17:32:44 -0000
42119              Message-ID: <20001027173244.23754.qmail@plover.com>
42120      Branch: perl
42121            ! pod/perlfunc.pod
42122 ____________________________________________________________________________
42123 [  7469] By: jhi                                   on 2000/10/28  17:16:45
42124         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
42125              From: "Peter J. Farley III" <pjfarley@banet.net>
42126              Date: Fri, 27 Oct 2000 20:32:56 -0400
42127              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
42128      Branch: perl
42129            ! README.dos
42130 ____________________________________________________________________________
42131 [  7468] By: jhi                                   on 2000/10/28  17:07:18
42132         Log: Make target reordering to avoid pointless re-makes.
42133              
42134              Subject: Re: Total re-make of 'make okfile' after 7451 ?
42135              From: Nicholas Clark <nick@ccl4.org>
42136              Date: Sat, 28 Oct 2000 00:31:02 +0100
42137              Message-ID: <20001028003101.A54517@plum.flirble.org>
42138      Branch: perl
42139            ! Makefile.SH
42140 ____________________________________________________________________________
42141 [  7467] By: jhi                                   on 2000/10/28  17:05:31
42142         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
42143              From: lvirden@cas.org
42144              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
42145              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
42146      Branch: perl
42147            ! README.os2
42148 ____________________________________________________________________________
42149 [  7466] By: jhi                                   on 2000/10/28  16:09:16
42150         Log: Upgrade to CPAN 1.58_55.
42151              
42152              Subject: CPAN.pm status
42153              From: andreas.koenig@anima.de (Andreas J. Koenig) 
42154              Date: 28 Oct 2000 08:18:00 +0200 
42155              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
42156      Branch: perl
42157            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42158 ____________________________________________________________________________
42159 [  7465] By: jhi                                   on 2000/10/28  16:02:47
42160         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
42161      Branch: perl
42162            ! embed.h embed.pl perl.h proto.h toke.c
42163 ____________________________________________________________________________
42164 [  7464] By: nick                                  on 2000/10/28  10:43:44
42165         Log: Fix for sv_2iv() on "shared" value from keys %hash.
42166      Branch: perl
42167            ! sv.c
42168 ____________________________________________________________________________
42169 [  7463] By: jhi                                   on 2000/10/27  16:18:29
42170         Log: Update Changes.
42171      Branch: perl
42172            ! Changes patchlevel.h
42173 ____________________________________________________________________________
42174 [  7462] By: jhi                                   on 2000/10/27  16:17:44
42175         Log: Too enthusiastic editing in #7460.
42176      Branch: metaconfig
42177            ! U/modified/Oldsym.U
42178      Branch: perl
42179            ! Configure config_h.SH
42180 ____________________________________________________________________________
42181 [  7461] By: jhi                                   on 2000/10/27  15:37:38
42182         Log: Retract #7459, the script needs more work.
42183      Branch: perl
42184            - mkreef
42185            ! MANIFEST
42186 ____________________________________________________________________________
42187 [  7460] By: jhi                                   on 2000/10/27  15:23:14
42188         Log: Use $sort, $uniq (and $tr) consistently as wondered
42189              by Nicholas Clark.
42190      Branch: metaconfig
42191            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
42192            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
42193            ! U/modified/libc.U
42194      Branch: perl
42195            ! Configure config_h.SH
42196 ____________________________________________________________________________
42197 [  7459] By: jhi                                   on 2000/10/27  15:02:07
42198         Log: (Retracted by #7461)
42199              
42200              Add a shell script for creating/removing symbolic link farms,
42201              useful for keeping the source code read-only and doing the
42202              builds somewhere else.
42203      Branch: perl
42204            + mkreef
42205            ! MANIFEST
42206 ____________________________________________________________________________
42207 [  7458] By: jhi                                   on 2000/10/27  14:42:20
42208         Log: Do away with the fix_pl.
42209      Branch: perl
42210            - fix_pl
42211            ! MANIFEST Makefile.SH
42212 ____________________________________________________________________________
42213 [  7457] By: jhi                                   on 2000/10/27  12:43:13
42214         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
42215              From: Jens Hamisch <jens@Strawberry.COM>
42216              Date: Fri, 27 Oct 2000 14:38:21 +0200
42217              Message-Id: <20001027143821.B3366@Strawberry.COM>
42218      Branch: perl
42219            ! perl.h
42220 ____________________________________________________________________________
42221 [  7456] By: jhi                                   on 2000/10/27  12:33:42
42222         Log: Subject: [PATCH] todo
42223              From: Nicholas Clark <nick@ccl4.org>
42224              Date: Thu, 26 Oct 2000 22:32:29 +0100
42225              Message-ID: <20001026223229.A44540@plum.flirble.org>
42226      Branch: perl
42227            ! pod/perltodo.pod
42228 ____________________________________________________________________________
42229 [  7455] By: jhi                                   on 2000/10/27  12:02:21
42230         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
42231              From: John Tobey <jtobey@john-edwin-tobey.org>
42232              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
42233              Message-Id: <m13ozHF-000FObC@feynman.localnet>
42234      Branch: perl
42235            ! op.c t/pragma/sub_lval.t
42236 ____________________________________________________________________________
42237 [  7454] By: jhi                                   on 2000/10/27  11:59:42
42238         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
42239              From: sthoenna@efn.org
42240              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
42241              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
42242      Branch: perl
42243            ! pp.c t/op/assignwarn.t
42244 ____________________________________________________________________________
42245 [  7453] By: jhi                                   on 2000/10/27  00:15:08
42246         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
42247      Branch: perl
42248            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42249            ! ext/Storable/Storable.xs t/lib/st-lock.t
42250 ____________________________________________________________________________
42251 [  7452] By: jhi                                   on 2000/10/26  13:05:52
42252         Log: Undo #7451, this seems to be a deficiency in Perforce,
42253              there is no per-file line-terminator type, only per-client.
42254      Branch: perl
42255            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
42256            ! win32/makefile.mk
42257 ____________________________________________________________________________
42258 [  7451] By: jhi                                   on 2000/10/26  04:56:03
42259         Log: Experimenting in DOS arcana.
42260      Branch: perl
42261            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
42262            ! win32/makefile.mk
42263 ____________________________________________________________________________
42264 [  7450] By: jhi                                   on 2000/10/26  04:50:52
42265         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
42266              From: "Peter J. Farley III" <pjfarley@banet.net>            
42267              Date: Wed, 25 Oct 2000 23:10:18 -0400
42268              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
42269      Branch: perl
42270            ! t/io/open.t
42271 ____________________________________________________________________________
42272 [  7449] By: jhi                                   on 2000/10/26  04:49:16
42273         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
42274              From: Hugo <hv@crypt.compulink.co.uk>
42275              Date: Thu, 26 Oct 2000 01:55:17 +0100
42276              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
42277              
42278              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
42279      Branch: perl
42280            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
42281 ____________________________________________________________________________
42282 [  7448] By: jhi                                   on 2000/10/26  04:38:36
42283         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
42284              From: Peter Prymmer <pvhp@forte.com>
42285              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
42286              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
42287      Branch: perl
42288            ! configure.com
42289 ____________________________________________________________________________
42290 [  7447] By: jhi                                   on 2000/10/25  23:20:02
42291         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
42292              in platforms that strictly require all the symbols being present
42293              at link time.
42294      Branch: perl
42295            ! handy.h
42296 ____________________________________________________________________________
42297 [  7446] By: jhi                                   on 2000/10/25  21:55:57
42298         Log: Update Changes.
42299      Branch: perl
42300            ! Changes patchlevel.h
42301 ____________________________________________________________________________
42302 [  7445] By: jhi                                   on 2000/10/25  21:27:08
42303         Log: Integrate with vmsperl #7430 by Charles Bailey:
42304              
42305              Cleanup from prior patch (Charles Lane?):
42306              - improve handling of MFDs in Basename and Path
42307              - default to no xsubpp line # munging when building debug images
42308      Branch: perl
42309           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
42310 ____________________________________________________________________________
42311 [  7444] By: jhi                                   on 2000/10/25  21:03:50
42312         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
42313              From: John Peacock <JPeacock@UnivPress.com>
42314              Date: Thu, 18 May 2000 11:55:27 -0400
42315              Message-ID: <3924126F.A58BE57A@UnivPress.com>
42316      Branch: perl
42317            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
42318            ! t/op/write.t
42319 ____________________________________________________________________________
42320 [  7443] By: jhi                                   on 2000/10/25  20:43:10
42321         Log: Temporary stopgap for the self-tying issue: for now only
42322              array and hash self-ties are verboten.  The real fix, of
42323              course, would be to comprehensively test (and implement?)
42324              and debug (and document) self-ties.
42325      Branch: perl
42326            ! pod/perldiag.pod pp_sys.c t/op/tie.t
42327 ____________________________________________________________________________
42328 [  7442] By: jhi                                   on 2000/10/25  20:14:30
42329         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
42330              From: Dan Sugalski <dan@sidhe.org>
42331              Date: Wed, 25 Oct 2000 13:36:35 -0400
42332              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
42333              
42334              plus regen global.sym.
42335      Branch: perl
42336            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
42337            ! thrdvar.h util.c
42338 ____________________________________________________________________________
42339 [  7441] By: jhi                                   on 2000/10/25  20:12:20
42340         Log: buildtoc target tweaks.
42341      Branch: perl
42342            ! pod/Makefile.SH
42343 ____________________________________________________________________________
42344 [  7440] By: jhi                                   on 2000/10/25  20:03:53
42345         Log: A new version of making the syslog test more robust.
42346              (Replaces #7421.)
42347              
42348              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42349              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42350              Date: Wed, 25 Oct 2000 12:13:54 -0400
42351              Message-ID: <20001025121354.B2264@O2.chapin.edu>
42352      Branch: perl
42353            ! t/lib/syslog.t
42354 ____________________________________________________________________________
42355 [  7439] By: jhi                                   on 2000/10/25  20:00:48
42356         Log: Continue the internal UTF-8 API tweaking.
42357              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
42358              used much more than the simpler API, now called utf8_to_uv_simple().
42359              Still not quite happy with API, too much partial duplication
42360              of functionality.
42361      Branch: perl
42362            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
42363            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
42364            ! regcomp.c regexec.c sv.c toke.c utf8.c
42365 ____________________________________________________________________________
42366 [  7438] By: jhi                                   on 2000/10/25  18:52:30
42367         Log: Allow poking holes at the UTF-8 decoding strictness.
42368      Branch: perl
42369            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
42370            ! utf8.h
42371 ____________________________________________________________________________
42372 [  7437] By: jhi                                   on 2000/10/25  13:53:05
42373         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
42374              UTF8LEN() and UTF8SKIP(). 
42375      Branch: perl
42376            ! pp.c utf8.c utf8.h
42377 ____________________________________________________________________________
42378 [  7436] By: jhi                                   on 2000/10/25  13:51:37
42379         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
42380              From: Nicholas Clark <nick@ccl4.org>
42381              Date: Wed, 25 Oct 2000 14:44:05 +0100
42382              Message-ID: <20001025144404.D27253@plum.flirble.org>
42383      Branch: perl
42384            ! pod/perlrun.pod
42385 ____________________________________________________________________________
42386 [  7435] By: jhi                                   on 2000/10/25  13:49:32
42387         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
42388              From: Mike Guy <mjtg@cam.ac.uk>
42389              Date: Tue, 24 Oct 2000 14:59:40 +0100
42390              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
42391      Branch: perl
42392            ! scope.c
42393 ____________________________________________________________________________
42394 [  7434] By: jhi                                   on 2000/10/25  13:48:41
42395         Log: AIX is picky about its symbol exports.  Solution for now
42396              is to include the deb.o explicitly to the re extension build.
42397              
42398              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
42399              From: Peter Prymmer <pvhp@forte.com>
42400              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
42401              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
42402      Branch: perl
42403            ! ext/re/Makefile.PL hints/aix.sh
42404 ____________________________________________________________________________
42405 [  7433] By: jhi                                   on 2000/10/25  13:46:49
42406         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
42407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42408              Date: Wed, 25 Oct 2000 12:02:20 +0200
42409              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
42410      Branch: perl
42411            ! perlsdio.h
42412 ____________________________________________________________________________
42413 [  7432] By: jhi                                   on 2000/10/25  13:44:28
42414         Log: Subject: Minor update to find2perl, for portability
42415              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
42416              Date: Wed, 25 Oct 2000 12:05:47 +0100
42417              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
42418      Branch: perl
42419            ! x2p/find2perl.PL
42420 ____________________________________________________________________________
42421 [  7431] By: jhi                                   on 2000/10/25  13:40:39
42422         Log: Add targets to Makefile.SH, most importantly
42423              'regen_all' which also remembers to update vms/perly*.
42424      Branch: perl
42425            ! Makefile.SH
42426 ____________________________________________________________________________
42427 [  7430] By: bailey                                on 2000/10/25  03:13:53
42428         Log: Cleanup from prior patch (Charles Lane?):
42429              - improve handling of MFDs in Basename and Path
42430              - default to no xsubpp line # munging when building debug images
42431      Branch: vmsperl
42432            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
42433 ____________________________________________________________________________
42434 [  7429] By: jhi                                   on 2000/10/24  20:03:40
42435         Log: Podify README.epoc and README.vos.
42436      Branch: perl
42437            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
42438            ! pod/perlport.pod pod/perltoc.pod
42439 ____________________________________________________________________________
42440 [  7428] By: jhi                                   on 2000/10/24  19:10:33
42441         Log: Stratus VOS updates from Paul Green.
42442      Branch: perl
42443            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42444            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
42445            - vos/config.def vos/config.h vos/config_h.SH_orig
42446            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
42447            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
42448 ____________________________________________________________________________
42449 [  7427] By: jhi                                   on 2000/10/24  18:59:48
42450         Log: Check if stdio supports tweaking lval and cnt simultaneously.
42451              
42452              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42453              From: Nicholas Clark <nick@ccl4.org>
42454              Date: Mon, 23 Oct 2000 15:39:32 +0100
42455              Message-ID: <20001023153932.A10786@plum.flirble.org>
42456      Branch: metaconfig
42457            ! U/compline/d_stdstdio.U
42458      Branch: perl
42459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42460            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
42461            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
42462            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
42463            ! vos/config.h vos/config_h.SH_orig win32/config.bc
42464            ! win32/config.gc win32/config.vc
42465 ____________________________________________________________________________
42466 [  7426] By: jhi                                   on 2000/10/24  17:57:44
42467         Log: Missed the header file changes from #7425.
42468      Branch: perl
42469            ! embed.h embed.pl objXSUB.h proto.h
42470 ____________________________________________________________________________
42471 [  7425] By: jhi                                   on 2000/10/24  17:55:17
42472         Log: Fix the bug reported in
42473              
42474              From: andreas.koenig@anima.de (Andreas J. Koenig)
42475              Subject: Encode bug?
42476              Date: 24 Oct 2000 14:01:26 +0200 
42477              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
42478              
42479              Also make is_utf8_char() stricter.
42480      Branch: perl
42481            ! ext/Encode/Encode.xs utf8.c
42482 ____________________________________________________________________________
42483 [  7424] By: jhi                                   on 2000/10/24  15:15:39
42484         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
42485              From: Peter Scott <Peter@PSDT.com>
42486              Date: Mon, 23 Oct 2000 19:46:01 -0700
42487              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
42488      Branch: perl
42489            ! pod/perlfaq5.pod
42490 ____________________________________________________________________________
42491 [  7423] By: jhi                                   on 2000/10/24  14:25:30
42492         Log: Test tweak to avoid pulling in the whole Config.
42493      Branch: perl
42494            ! t/lib/st-lock.t
42495 ____________________________________________________________________________
42496 [  7422] By: jhi                                   on 2000/10/24  14:03:16
42497         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
42498      Branch: perl
42499            ! pp.c
42500 ____________________________________________________________________________
42501 [  7421] By: jhi                                   on 2000/10/24  13:32:09
42502         Log: (Replaced by #7440.)
42503              
42504              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42505              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42506              Date: Mon, 23 Oct 2000 16:40:54 -0400
42507              Message-ID: <20001023164054.B14491@O2.chapin.edu>
42508      Branch: perl
42509            ! t/lib/syslog.t
42510 ____________________________________________________________________________
42511 [  7420] By: jhi                                   on 2000/10/24  13:30:53
42512         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
42513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42514              Date: Mon, 23 Oct 2000 17:29:03 -0400
42515              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
42516      Branch: perl
42517            ! lib/ExtUtils/MM_Unix.pm
42518 ____________________________________________________________________________
42519 [  7419] By: jhi                                   on 2000/10/24  13:29:57
42520         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
42521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42522              Date: Mon, 23 Oct 2000 19:01:32 -0400
42523              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
42524      Branch: perl
42525            ! utils/h2xs.PL
42526 ____________________________________________________________________________
42527 [  7418] By: jhi                                   on 2000/10/24  13:26:04
42528         Log: Replace #7409 with
42529              
42530              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
42531              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42532              Date: Mon, 23 Oct 2000 20:08:56 +0200
42533              Message-ID: <20001023200855.A14850@nice.ram.loc>
42534      Branch: perl
42535            ! ext/Storable/Storable.pm t/lib/st-lock.t
42536 ____________________________________________________________________________
42537 [  7417] By: jhi                                   on 2000/10/24  13:17:52
42538         Log: Run vms/vms_yfix.pl, should have done that after changing
42539              perly.c in #7382.
42540      Branch: perl
42541            ! vms/perly_c.vms vms/perly_h.vms
42542 ____________________________________________________________________________
42543 [  7416] By: jhi                                   on 2000/10/24  02:55:33
42544         Log: Make the UTF-8 decoding stricter and more verbose when
42545              malformation happens.  This involved adding an argument
42546              to utf8_to_uv_chk(), which involved changing its prototype,
42547              and prefer STRLEN over I32 for the UTF-8 length, which as
42548              a domino effect necessitated changing the prototypes of
42549              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
42550              The stricter UTF-8 decoding checking uses Markus Kuhn's
42551              UTF-8 Decode Stress Tester from
42552              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
42553      Branch: perl
42554            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
42555            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
42556            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
42557            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
42558 ____________________________________________________________________________
42559 [  7415] By: jhi                                   on 2000/10/23  14:06:06
42560         Log: Update Changes.
42561      Branch: perl
42562            ! Changes patchlevel.h
42563 ____________________________________________________________________________
42564 [  7414] By: jhi                                   on 2000/10/23  12:39:52
42565         Log: Undo the basename() part of #7412 since the lib/basename
42566              tests would need upgrading too.
42567      Branch: perl
42568            ! lib/File/Basename.pm
42569 ____________________________________________________________________________
42570 [  7413] By: jhi                                   on 2000/10/23  12:19:27
42571         Log: Document PERL_INSTALL_ROOT of #7210.
42572      Branch: perl
42573            ! lib/ExtUtils/Install.pm
42574 ____________________________________________________________________________
42575 [  7412] By: jhi                                   on 2000/10/23  12:16:47
42576         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
42577      Branch: perl
42578            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
42579            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
42580 ____________________________________________________________________________
42581 [  7411] By: jhi                                   on 2000/10/23  12:07:41
42582         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
42583              From: Prymmer/Kahn <pvhp@best.com>
42584              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
42585              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
42586      Branch: perl
42587            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
42588 ____________________________________________________________________________
42589 [  7410] By: jhi                                   on 2000/10/23  04:10:11
42590         Log: The change #7187 was not so good on VMS.
42591              
42592              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
42593              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42594              Date: Sun, 22 Oct 2000 23:03:08 -0500
42595              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
42596      Branch: perl
42597            ! utils/perldoc.PL
42598 ____________________________________________________________________________
42599 [  7409] By: jhi                                   on 2000/10/23  03:57:36
42600         Log: Avoid Storable locking on DJGPP for now.
42601              
42602              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
42603              From: "Peter J. Farley III" <pjfarley@banet.net>
42604              Date: Sun, 22 Oct 2000 20:00:00 -0400
42605              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
42606      Branch: perl
42607            ! ext/Storable/Storable.pm t/lib/st-lock.t
42608 ____________________________________________________________________________
42609 [  7408] By: jhi                                   on 2000/10/23  03:50:24
42610         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
42611              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
42612              Date: Sun, 22 Oct 2000 21:12:22 -0400
42613              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
42614      Branch: perl
42615            ! lib/vars.pm
42616 ____________________________________________________________________________
42617 [  7407] By: jhi                                   on 2000/10/23  03:43:12
42618         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
42619              From: Hugo <hv@crypt.compulink.co.uk>
42620              Date: Mon, 23 Oct 2000 00:47:22 +0100
42621              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
42622      Branch: perl
42623            ! regexec.c t/op/pat.t
42624 ____________________________________________________________________________
42625 [  7406] By: jhi                                   on 2000/10/23  03:40:29
42626         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
42627      Branch: perl
42628            ! lib/ExtUtils/MakeMaker.pm
42629 ____________________________________________________________________________
42630 [  7405] By: jhi                                   on 2000/10/22  21:32:00
42631         Log: Doc patch.
42632              
42633              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
42634              From: rspier@pobox.com (Robert Spier)
42635              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
42636              Message-ID: <14835.16112.13457.447971@rls.cx>
42637      Branch: perl
42638            ! lib/strict.pm
42639 ____________________________________________________________________________
42640 [  7404] By: jhi                                   on 2000/10/22  21:30:51
42641         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
42642              From: rspier@pobox.com (Robert Spier)
42643              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
42644              Message-ID: <14835.17223.72448.705566@rls.cx>
42645      Branch: perl
42646            ! lib/ExtUtils/MakeMaker.pm
42647 ____________________________________________________________________________
42648 [  7403] By: jhi                                   on 2000/10/22  21:24:11
42649         Log: Subject: [PATCH bleadperl] ripples from constsub patch
42650              From: John Tobey <jtobey@john-edwin-tobey.org>
42651              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
42652              Message-Id: <m13nSOB-000FObC@feynman.localnet>
42653      Branch: perl
42654            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
42655 ____________________________________________________________________________
42656 [  7402] By: jhi                                   on 2000/10/22  20:59:35
42657         Log: Support s?printf parameter reordering.
42658      Branch: perl
42659            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
42660 ____________________________________________________________________________
42661 [  7401] By: jhi                                   on 2000/10/22  19:19:14
42662         Log: Expand %Config variables only if explicitly so requested
42663              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
42664              
42665              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42666              From: Gurusamy Sarathy <gsar@ActiveState.com>
42667              Date: Sun, 22 Oct 2000 11:47:32 -0700
42668              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
42669      Branch: perl
42670            ! Makefile.SH lib/lib_pm.PL
42671 ____________________________________________________________________________
42672 [  7400] By: jhi                                   on 2000/10/22  18:24:10
42673         Log: Move the #7390 test from warn/op to comp/redef.
42674              
42675              Subject: Re: Creating const subs for constants.
42676              From: John Tobey <jtobey@john-edwin-tobey.org>
42677              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
42678              Message-Id: <m13nG72-000FObC@feynman.localnet>               
42679      Branch: perl
42680            ! t/comp/redef.t t/pragma/warn/op
42681 ____________________________________________________________________________
42682 [  7399] By: jhi                                   on 2000/10/22  17:49:59
42683         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42684              From: Nicholas Clark <nick@ccl4.org>
42685              Date: Sat, 21 Oct 2000 22:23:19 +0100
42686              Message-ID: <20001021222319.B45586@plum.flirble.org>
42687      Branch: perl
42688            ! ext/DynaLoader/DynaLoader_pm.PL
42689 ____________________________________________________________________________
42690 [  7398] By: jhi                                   on 2000/10/22  17:47:35
42691         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
42692              From: Hugo <hv@crypt.compulink.co.uk>
42693              Date: Sat, 21 Oct 2000 18:19:59 +0100
42694              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
42695      Branch: perl
42696            ! ext/B/B.pm ext/B/B/C.pm
42697 ____________________________________________________________________________
42698 [  7397] By: jhi                                   on 2000/10/22  17:35:18
42699         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
42700              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
42701              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
42702              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
42703      Branch: perl
42704            ! hints/openbsd.sh
42705 ____________________________________________________________________________
42706 [  7396] By: jhi                                   on 2000/10/22  17:19:46
42707         Log: Subject: installman go-faster stripes
42708              From: Nicholas Clark <nick@talking.bollo.cx>
42709              Date: Sat, 21 Oct 2000 17:24:53 +0100
42710              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
42711              
42712              Subject: Re: installman go-faster stripes
42713              From: Russ Allbery <rra@stanford.edu>
42714              Date: 21 Oct 2000 11:04:13 -0700
42715              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
42716      Branch: perl
42717            ! installman pod/pod2man.PL
42718 ____________________________________________________________________________
42719 [  7395] By: jhi                                   on 2000/10/22  17:17:35
42720         Log: Hints tweak from Anton Berezin.
42721      Branch: perl
42722            ! hints/freebsd.sh
42723 ____________________________________________________________________________
42724 [  7394] By: jhi                                   on 2000/10/22  04:50:04
42725         Log: Tweak the Is* definitions of Unicode character classes
42726              to better match the official categorizations; embrace
42727              the official categorizations; add the combining marks
42728              as alpha (and -numeric); fix DCinital (a typo and edito)
42729              to be DCmedial.
42730      Branch: perl
42731            + lib/unicode/Is/DCmedial.pl
42732            - lib/unicode/Is/DCinital.pl
42733            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42734            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
42735            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
42736            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42737 ____________________________________________________________________________
42738 [  7393] By: jhi                                   on 2000/10/21  18:06:05
42739         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
42740              From: Daniel Chetlin <daniel@chetlin.com>
42741              Date: Sat, 21 Oct 2000 02:57:03 -0700
42742              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
42743      Branch: perl
42744            + t/lib/tie-splice.t
42745            ! MANIFEST lib/Tie/Array.pm
42746 ____________________________________________________________________________
42747 [  7392] By: gsar                                  on 2000/10/21  18:05:15
42748         Log: resync utfperl branch with mainline
42749      Branch: utfperl
42750           !> (integrate 1760 files)
42751 ____________________________________________________________________________
42752 [  7391] By: jhi                                   on 2000/10/21  14:37:49
42753         Log: Testcases for a #7383,#7385 related bug.
42754              
42755              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
42756              From: Nicholas Clark <nick@ccl4.org>
42757              Date: Sat, 21 Oct 2000 15:04:51 +0100
42758              Message-ID: <20001021150451.A51566@plum.flirble.org>
42759      Branch: perl
42760            ! t/pragma/utf8.t
42761 ____________________________________________________________________________
42762 [  7390] By: jhi                                   on 2000/10/21  14:35:57
42763         Log: Add a testcase for #7389.
42764      Branch: perl
42765            ! t/pragma/warn/op
42766 ____________________________________________________________________________
42767 [  7389] By: jhi                                   on 2000/10/21  14:26:45
42768         Log: Subject: Re: Creating const subs for constants.
42769              From: John Tobey <jtobey@john-edwin-tobey.org>
42770              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
42771              Message-Id: <m13mo0N-000FObC@feynman.localnet>
42772      Branch: perl
42773            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
42774            ! proto.h sv.c
42775 ____________________________________________________________________________
42776 [  7388] By: nick                                  on 2000/10/21  11:44:23
42777         Log: Populate perlio branch
42778      Branch: perlio
42779           +> (branch 1760 files)
42780 ____________________________________________________________________________
42781 [  7387] By: nick                                  on 2000/10/21  10:52:05
42782         Log: Get branch back as replica of mainline via :
42783              p4 integrate -b utfperl
42784              p4 resolve -at ./...
42785      Branch: utfperl
42786           +> (branch 269 files)
42787            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
42788            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
42789            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
42790            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
42791            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
42792            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42793            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42794            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42795            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42796            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42797            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42798            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42799            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42800            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42801            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42802            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42803            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42804            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42805            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
42806            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
42807            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
42808            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
42809            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
42810            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
42811            - lib/unicode/UCD300.html lib/unicode/Unicode.300
42812            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
42813            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
42814            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
42815            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
42816           !> (integrate 965 files)
42817 ____________________________________________________________________________
42818 [  7386] By: jhi                                   on 2000/10/21  01:31:12
42819         Log: Update Changes.
42820      Branch: perl
42821            ! Changes patchlevel.h
42822 ____________________________________________________________________________
42823 [  7385] By: jhi                                   on 2000/10/21  01:28:42
42824         Log: The #7383 was right only in the context of the original bug report,
42825              not in more general case.
42826      Branch: perl
42827            ! pp_hot.c
42828 ____________________________________________________________________________
42829 [  7384] By: jhi                                   on 2000/10/21  01:08:23
42830         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
42831      Branch: perl
42832            ! ext/IO/lib/IO/Select.pm
42833 ____________________________________________________________________________
42834 [  7383] By: jhi                                   on 2000/10/21  00:44:18
42835         Log: Fix for ID 20001020.006, concatenating an unset submatch
42836              with utf8 resulted in "Modification of a read-only value".
42837      Branch: perl
42838            ! pp_hot.c t/pragma/utf8.t
42839 ____________________________________________________________________________
42840 [  7382] By: jhi                                   on 2000/10/20  20:44:31
42841         Log: Make scan_num() reëntrant, as suggested in
42842              
42843              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42844              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42845              Date: Fri, 20 Oct 2000 14:17:27 +0100
42846              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
42847      Branch: perl
42848            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
42849            ! toke.c
42850 ____________________________________________________________________________
42851 [  7381] By: jhi                                   on 2000/10/20  20:07:29
42852         Log: Reëntrancy fix.
42853              
42854              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42855              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42856              Date: Fri, 20 Oct 2000 14:17:27 +0100
42857              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
42858      Branch: perl
42859            ! embed.h embed.pl perl.h proto.h toke.c
42860 ____________________________________________________________________________
42861 [  7380] By: jhi                                   on 2000/10/20  19:15:54
42862         Log: Don't write double values through long double pointers,
42863              based on a part of
42864              
42865              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42866              From: Jens Hamisch <jens@Strawberry.COM>
42867              Date: Tue, 17 Oct 2000 08:39:36 +0200
42868              Message-Id: <20001017083936.A11104@Strawberry.COM>
42869      Branch: perl
42870            ! perl.h pp.c
42871 ____________________________________________________________________________
42872 [  7379] By: jhi                                   on 2000/10/20  18:43:37
42873         Log: Portability tweak on #7377.
42874              
42875              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
42876              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42877              Date:     Fri, 20 Oct 2000 13:13:41 EDT
42878              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
42879      Branch: perl
42880            ! t/lib/dprof.t
42881 ____________________________________________________________________________
42882 [  7378] By: jhi                                   on 2000/10/20  12:57:19
42883         Log: SOCKS function redefinitions need prototypes, too, otherwise
42884              for example 32 bit versus 64 bit differences cause a lot of
42885              problems.  Part of
42886              
42887              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42888              From: Jens Hamisch <jens@Strawberry.COM>
42889              Date: Tue, 17 Oct 2000 08:39:36 +0200
42890              Message-Id: <20001017083936.A11104@Strawberry.COM>
42891      Branch: perl
42892            ! doio.c pp_sys.c
42893 ____________________________________________________________________________
42894 [  7377] By: jhi                                   on 2000/10/20  12:37:12
42895         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
42896              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42897              Date:     Fri, 20 Oct 2000 08:26:04 EDT
42898              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
42899      Branch: perl
42900            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
42901 ____________________________________________________________________________
42902 [  7376] By: jhi                                   on 2000/10/20  12:35:31
42903         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
42904              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42905              Date:     Fri, 20 Oct 2000 07:48:15 EDT
42906              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
42907      Branch: perl
42908            ! configure.com vms/gen_shrfls.pl
42909 ____________________________________________________________________________
42910 [  7375] By: bailey                                on 2000/10/20  04:44:37
42911         Log: SYN SYN
42912      Branch: vmsperl
42913           +> (branch 134 files)
42914            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
42915            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
42916            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
42917            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
42918            - eg/cgi/frameset.cgi eg/cgi/index.html
42919            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42920            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42921            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42922            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42923            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42924            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42925            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42926            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42927            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42928            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42929            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42930            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42931            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42932            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
42933            - lib/unicode/Props.txt lib/unicode/UCD300.html
42934            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42935            - utils/perlbc.PL vms/subconfigure.com
42936           !> (integrate 785 files)
42937 ____________________________________________________________________________
42938 [  7374] By: jhi                                   on 2000/10/20  00:59:48
42939         Log: In the latest compiler builds cccdlflags must not become -fpic,
42940              from Wilfredo Sánchez.
42941      Branch: perl
42942            ! hints/darwin.sh
42943 ____________________________________________________________________________
42944 [  7373] By: jhi                                   on 2000/10/20  00:56:35
42945         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
42946              From: Tony Cook <tony@develop-help.com>
42947              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
42948              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
42949      Branch: perl
42950            ! pod/perlop.pod
42951 ____________________________________________________________________________
42952 [  7372] By: jhi                                   on 2000/10/19  19:34:40
42953         Log: Typo noted by Mark Lutz.
42954      Branch: perl
42955            ! t/op/64bitint.t
42956 ____________________________________________________________________________
42957 [  7371] By: jhi                                   on 2000/10/19  19:33:13
42958         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
42959      Branch: metaconfig
42960            ! U/modified/Cppsym.U U/modified/Oldconfig.U
42961      Branch: metaconfig/U/perl
42962            ! End.U dlsrc.U libperl.U
42963      Branch: perl
42964            + hints/nonstopux.sh
42965            ! Configure MANIFEST config_h.SH
42966 ____________________________________________________________________________
42967 [  7370] By: jhi                                   on 2000/10/19  17:18:08
42968         Log: Subject: PATCH do_print has 2 PerlIO_error()s
42969              From: nick@ccl4.org
42970              Date: Thu, 19 Oct 2000 18:09:20 +0100
42971              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
42972      Branch: perl
42973            ! doio.c
42974 ____________________________________________________________________________
42975 [  7369] By: jhi                                   on 2000/10/19  14:01:49
42976         Log: Update Changes.
42977      Branch: perl
42978            ! Changes patchlevel.h
42979 ____________________________________________________________________________
42980 [  7368] By: jhi                                   on 2000/10/19  13:04:29
42981         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
42982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42983              Date: Wed, 18 Oct 2000 13:12:01 +0200
42984              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
42985      Branch: perl
42986            ! hints/aix.sh
42987 ____________________________________________________________________________
42988 [  7367] By: jhi                                   on 2000/10/19  02:22:40
42989         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
42990              of a 'pmshort' anywhere in the B, so the offending line was simply
42991              removed.
42992      Branch: perl
42993            ! ext/B/B/Debug.pm
42994 ____________________________________________________________________________
42995 [  7366] By: jhi                                   on 2000/10/19  02:12:37
42996         Log: Add the test case for the bug id 20000730.004 which seems
42997              to have been fixed by now.
42998      Branch: perl
42999            ! t/pragma/utf8.t
43000 ____________________________________________________________________________
43001 [  7365] By: jhi                                   on 2000/10/18  23:36:24
43002         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
43003              From: Hugo <hv@crypt.compulink.co.uk>
43004              Date: Wed, 18 Oct 2000 23:25:58 +0100
43005              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
43006      Branch: perl
43007            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
43008 ____________________________________________________________________________
43009 [  7364] By: jhi                                   on 2000/10/18  21:12:53
43010         Log: (retracted)
43011      Branch: perl
43012            ! pp.c
43013 ____________________________________________________________________________
43014 [  7363] By: jhi                                   on 2000/10/18  20:55:38
43015         Log: Missing change from #7362.
43016      Branch: perl
43017            ! win32/perlhost.h
43018 ____________________________________________________________________________
43019 [  7362] By: jhi                                   on 2000/10/18  20:52:01
43020         Log: Borland C fstat() never saw the fd as writable.
43021              
43022              Subject: fix for Borland's weak "stat" (perl@7211)
43023              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43024              Date: Mon, 16 Oct 2000 09:55:03 +0400
43025              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
43026      Branch: perl
43027            ! win32/win32.c
43028 ____________________________________________________________________________
43029 [  7361] By: jhi                                   on 2000/10/18  17:43:50
43030         Log: Regen toc.
43031      Branch: perl
43032            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
43033 ____________________________________________________________________________
43034 [  7360] By: jhi                                   on 2000/10/18  17:07:44
43035         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43036              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
43037              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
43038              Date: Mon, 16 Oct 2000 15:19:49 +0200
43039      Branch: perl
43040            + README.aix
43041            ! MANIFEST
43042 ____________________________________________________________________________
43043 [  7359] By: jhi                                   on 2000/10/18  17:04:49
43044         Log: Subject: Pod patch for Devel::Peek
43045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43046              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
43047              Date: Mon, 16 Oct 2000 12:26:34 +0200
43048      Branch: perl
43049            ! ext/Devel/Peek/Peek.pm
43050 ____________________________________________________________________________
43051 [  7358] By: jhi                                   on 2000/10/18  17:03:15
43052         Log: Make Cwd more bulletproof in chrooted environments.
43053              
43054              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
43055              From: "Eric E. Coe" <Eric.Coe@oracle.com>
43056              Date: Wed, 18 Oct 2000 04:03:54 -0400
43057              Message-Id: <39ED596A.70E599FE@oracle.com>
43058      Branch: perl
43059            ! lib/Cwd.pm
43060 ____________________________________________________________________________
43061 [  7357] By: jhi                                   on 2000/10/18  16:37:26
43062         Log: Disable the UTF8 downgrade croakage for now to avoid
43063              too many not okay messages.
43064      Branch: perl
43065            ! doio.c
43066 ____________________________________________________________________________
43067 [  7356] By: jhi                                   on 2000/10/17  23:29:41
43068         Log: Show the failed remote port, instead of the failing line number.
43069              
43070              Subject: [PATCH 5.6.1 Debugger] More diagnostics
43071              From: David Sparks <daves@ActiveState.com>
43072              Date: Tue, 17 Oct 2000 15:00:24 -0700
43073              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
43074      Branch: perl
43075            ! lib/perl5db.pl
43076 ____________________________________________________________________________
43077 [  7355] By: jhi                                   on 2000/10/17  14:11:31
43078         Log: On output try to downgrade to bytes, croak if impossible,
43079              from Simon Cozens.  This means that outputting >255 UTF8
43080              is impossible.  Consider this as a strong incentive to get
43081              the I/O disciplines implemented.
43082      Branch: perl
43083            ! doio.c pod/perldiag.pod sv.c
43084 ____________________________________________________________________________
43085 [  7354] By: jhi                                   on 2000/10/17  13:42:23
43086         Log: Clarify documentation on 'use bytes'.
43087              
43088              Subject: Re: What does 'use bytes' "mean" ?
43089              From: Simon Cozens <simon@cozens.net>
43090              Date: Mon, 18 Sep 2000 18:24:25 +0100
43091              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
43092      Branch: perl
43093            ! lib/bytes.pm
43094 ____________________________________________________________________________
43095 [  7353] By: jhi                                   on 2000/10/17  13:28:12
43096         Log: Workaround for a sfio bug where the stream error indicator
43097              is not cleared as documented.
43098              
43099              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43100              From: Nicholas Clark <nick@ccl4.org>
43101              Date: Mon, 16 Oct 2000 18:28:23 +0100
43102              Message-ID: <20001016182823.J19700@plum.flirble.org>
43103      Branch: perl
43104            ! doio.c
43105 ____________________________________________________________________________
43106 [  7352] By: jhi                                   on 2000/10/17  13:06:19
43107         Log: More IoTYPE sprinkling.
43108      Branch: perl
43109            ! doio.c pp_hot.c
43110 ____________________________________________________________________________
43111 [  7351] By: jhi                                   on 2000/10/16  22:47:07
43112         Log: Detect early whether the std streams have gone bad.
43113              
43114              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43115              Date: Mon, 16 Oct 2000 23:28:42 +0100
43116              From: Nicholas Clark <nick@ccl4.org>
43117              Message-ID: <20001016232842.A37942@plum.flirble.org>
43118      Branch: perl
43119            ! t/op/misc.t
43120 ____________________________________________________________________________
43121 [  7350] By: jhi                                   on 2000/10/16  22:45:16
43122         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
43123              From: "Peter J. Farley III" <pjfarley@banet.net>
43124              Date: Mon, 16 Oct 2000 18:15:59 -0400
43125              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
43126      Branch: perl
43127            ! djgpp/djgpp.c dosish.h t/io/open.t
43128 ____________________________________________________________________________
43129 [  7349] By: jhi                                   on 2000/10/16  22:36:45
43130         Log: perldelta tweak.
43131      Branch: perl
43132            ! pod/perldelta.pod
43133 ____________________________________________________________________________
43134 [  7348] By: jhi                                   on 2000/10/16  15:17:53
43135         Log: Update Changes.
43136      Branch: perl
43137            ! Changes patchlevel.h
43138 ____________________________________________________________________________
43139 [  7347] By: jhi                                   on 2000/10/16  13:55:27
43140         Log: Add the capability to include/exclude branches.
43141      Branch: perl
43142            ! Porting/genlog
43143 ____________________________________________________________________________
43144 [  7346] By: jhi                                   on 2000/10/16  13:18:04
43145         Log: Add Charles Lane.
43146      Branch: perl
43147            ! AUTHORS Changes
43148 ____________________________________________________________________________
43149 [  7345] By: jhi                                   on 2000/10/16  13:13:21
43150         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
43151      Branch: perl
43152            ! pod/perldelta.pod
43153 ____________________________________________________________________________
43154 [  7344] By: gsar                                  on 2000/10/16  09:30:21
43155         Log: integrate change#6220 from cfgperl
43156              
43157              Win32 patches from Benjamin Stuhl.
43158      Branch: maint-5.6/perl
43159           !> makedef.pl win32/win32.h
43160 ____________________________________________________________________________
43161 [  7343] By: gsar                                  on 2000/10/16  08:32:19
43162         Log: integrate changes#6221,6222 from cfgperl
43163              
43164              Remove tr///CU (the feature is to be obsoleted by better interfaces).
43165              From: simon@brecon.co.uk (Simon Cozens)
43166              Subject: [PATCH] Eliminate tr///[CU][CU]
43167              Date: 23 Jun 2000 11:05:40 GMT
43168              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
43169              
43170              doc typo fix
43171              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
43172              From: Ian Phillipps <Ian.Phillipps@iname.com>
43173              Date: Fri, 23 Jun 2000 10:40:58 +0100
43174              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
43175      Branch: maint-5.6/perl
43176           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
43177 ____________________________________________________________________________
43178 [  7342] By: gsar                                  on 2000/10/16  08:28:08
43179         Log: integrate change#6217 from cfgperl (in part)
43180              
43181              Rename the fdpid locking and integrate with Sarathy.
43182      Branch: maint-5.6/perl
43183           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
43184           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
43185           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
43186           !> win32/win32.c
43187 ____________________________________________________________________________
43188 [  7341] By: gsar                                  on 2000/10/16  08:23:39
43189         Log: integrate changes#6214..6216 from mainline
43190              
43191              @_ can't have junk in it even in the non-USE_ITHREADS case because
43192              caller() wants to populate @DB::args with it (causes a coredump
43193              in Carp::confess())
43194              
43195              tweak comment about @DB::args
43196              
43197              be more optimal about clearing @_
43198      Branch: maint-5.6/perl
43199           !> av.h cop.h pp_ctl.c t/op/runlevel.t
43200 ____________________________________________________________________________
43201 [  7340] By: gsar                                  on 2000/10/16  08:20:37
43202         Log: integrate changes#6207..6210 from cfgperl
43203              
43204              Subject: [PATCH 5.6.0] Threadsafe patches
43205              From: Dan Sugalski <dan@sidhe.org>
43206              To: perl5-porters@perl.org
43207              Date: Mon, 08 May 2000 18:08:13 -0400
43208              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
43209              
43210              Regen headers for #6207.
43211              
43212              Lock PL_fdpid against race conditions, based on:
43213              Subject: [PATCH 5.6.0]subprocess fixup for threads
43214              From: Dan Sugalski <dan@sidhe.org>
43215              To: perl5-porters@perl.org
43216              Date: Tue, 11 Apr 2000 17:02:32 -0400
43217              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
43218              
43219              Mopup for #6207 and #6209.
43220      Branch: maint-5.6/perl
43221           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
43222           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
43223           !> win32/win32.c
43224 ____________________________________________________________________________
43225 [  7339] By: gsar                                  on 2000/10/16  08:14:34
43226         Log: integrate change#6203 from cfgperl
43227              
43228              perldiag should refer to perlos2.pod not README.os2
43229      Branch: maint-5.6/perl
43230           !> pod/perldiag.pod
43231 ____________________________________________________________________________
43232 [  7338] By: gsar                                  on 2000/10/16  08:11:42
43233         Log: integrate change#6201 from mainline
43234              
43235              Perl_eval_pv() leaks 4 bytes every time it is called because it
43236              does a PUSHMARK that's never ever POPMARKed; in general, only
43237              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
43238              Perl_eval_[sp]v() don't because they don't take any incoming
43239              arguments (this leak has been around since the original version
43240              of perl_eval_pv() in 5.003_97e)
43241      Branch: maint-5.6/perl
43242           !> perl.c
43243 ____________________________________________________________________________
43244 [  7337] By: gsar                                  on 2000/10/16  08:08:47
43245         Log: integrate changes#6197..6200 from cfgperl
43246              
43247              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
43248              From: John Borwick <jhborwic@unity.ncsu.edu>
43249              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
43250              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
43251              
43252              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
43253              From: Dan Sugalski <dan@sidhe.org>
43254              To: vmsperl@perl.org, perl5-porters@perl.org
43255              Date: Fri, 02 Jun 2000 16:00:41 -0400
43256              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
43257              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
43258              
43259              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
43260              From: Dan Sugalski <dan@sidhe.org>
43261              To: perl5-porters@perl.org, vmsperl@perl.org
43262              Date: Fri, 02 Jun 2000 17:30:51 -0400
43263              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
43264              
43265              Update to cperl-mode.el 4.31 from
43266              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
43267              Subject: A couple of notes
43268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43269              To: Mailing list Perl5 <perl5-porters@perl.org>
43270              Date: Sat, 3 Jun 2000 23:33:32 -0400
43271              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
43272      Branch: maint-5.6/perl
43273           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
43274           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
43275           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
43276           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
43277           !> vms/vmsish.h
43278 ____________________________________________________________________________
43279 [  7336] By: gsar                                  on 2000/10/16  08:03:46
43280         Log: integrate changes#6194,6195 from mainline
43281              
43282              fix small eval"" memory leaks under USE_ITHREADS
43283              
43284              fix yet another eval"" leak under USE_ITHREADS
43285      Branch: maint-5.6/perl
43286           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43287           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43288           !> vms/perly_c.vms
43289 ____________________________________________________________________________
43290 [  7335] By: gsar                                  on 2000/10/16  08:02:15
43291         Log: integrate changes#6190,6191 from mainline
43292              
43293              submit missing embed.pl change
43294              
43295              vec() loses numericalness (modified version of patch suggested
43296              by Robin Barker)
43297      Branch: maint-5.6/perl
43298           !> doop.c embed.pl t/op/vec.t
43299 ____________________________________________________________________________
43300 [  7334] By: gsar                                  on 2000/10/16  08:01:03
43301         Log: integrate change#6189 from mainline
43302              
43303              counting tr/// corrupts later operation (from M.J.T Guy)
43304      Branch: maint-5.6/perl
43305           !> doop.c t/op/tr.t
43306 ____________________________________________________________________________
43307 [  7333] By: gsar                                  on 2000/10/16  07:59:07
43308         Log: integrate changes#6183..6188 from mainline
43309              
43310              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
43311              <nick@ccl4.org>)
43312              
43313              tweak for change#6127
43314              
43315              remove incorrect documentation about implicit split to @_ in
43316              list context, which never really worked in perl 5 (from
43317              M.J.T. Guy)
43318              
43319              further qualify references to "alphanumeric" (from Wolfgang Laun
43320              <wolfgang.laun@alcatel.at>)
43321              
43322              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
43323              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43324              
43325              h2xs tweaks
43326      Branch: maint-5.6/perl
43327           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
43328           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
43329           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
43330           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
43331           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
43332           !> pod/pod2latex.PL utils/h2xs.PL
43333 ____________________________________________________________________________
43334 [  7332] By: gsar                                  on 2000/10/16  07:53:52
43335         Log: integrate change#6179 from mainline
43336              
43337              buggy modulus on UVs introduced by change#3378 (resulted in
43338              4063328477 % 65535 amounting to 27406, instead of 27407)
43339      Branch: maint-5.6/perl
43340           !> pp.c t/op/arith.t
43341 ____________________________________________________________________________
43342 [  7331] By: gsar                                  on 2000/10/16  07:52:49
43343         Log: integrate changes#6176,6177,6178,6182 from cfgperl
43344              
43345              Single-quoted utf8 patch from Simon Cozens.
43346              
43347              Substitution utf8 patch from Simon Cozens.
43348              
43349              Be cleaner.
43350              
43351              Be Cleaner Part Deux.
43352      Branch: maint-5.6/perl
43353           !> Makefile.SH pp_hot.c toke.c
43354 ____________________________________________________________________________
43355 [  7330] By: gsar                                  on 2000/10/16  07:41:36
43356         Log: integrate change#6172 from mainline
43357              
43358              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
43359              (from Ilya Zakharevich)
43360      Branch: maint-5.6/perl
43361           !> regexec.c t/op/re_tests
43362 ____________________________________________________________________________
43363 [  7329] By: gsar                                  on 2000/10/16  07:40:25
43364         Log: integrate change#6171 from mainline
43365              
43366              scalar() doesn't force scalar context when used in void context
43367              (from Simon Cozens)
43368      Branch: maint-5.6/perl
43369           !> op.c t/op/wantarray.t
43370 ____________________________________________________________________________
43371 [  7328] By: gsar                                  on 2000/10/16  07:39:33
43372         Log: integrate change#6170 from mainline
43373              
43374              change#6142 needs tweaks to tests to work where there's no
43375              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43376      Branch: maint-5.6/perl
43377           !> t/lib/filefind.t
43378 ____________________________________________________________________________
43379 [  7327] By: gsar                                  on 2000/10/16  07:35:34
43380         Log: integrate changes#6166..6168 from cfgperl
43381              
43382              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
43383              in case somebody wants to write an extension for more
43384              shadow database interfaces.
43385              
43386              tweak todo
43387              
43388              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
43389      Branch: maint-5.6/perl
43390           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43391           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
43392           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
43393           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
43394           !> win32/config.vc win32/config_H.bc win32/config_H.gc
43395           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
43396 ____________________________________________________________________________
43397 [  7326] By: gsar                                  on 2000/10/16  07:29:05
43398         Log: integrate changes#6157,6159..6161,6164 from cfgperl
43399              
43400              Regen Configure to jive with #6149.
43401              
43402              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
43403              
43404              Changes for the File::Temp 0.08 (change #6159) test suite
43405              to fit better into the Perl distribution test framework.
43406              
43407              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
43408              both from Simon Cozens.
43409              
43410              detypo
43411      Branch: maint-5.6/perl
43412           +> pod/perlmodlib.PL pod/perlnewmod.pod
43413           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
43414           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
43415           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43416           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43417 ____________________________________________________________________________
43418 [  7325] By: gsar                                  on 2000/10/16  07:25:13
43419         Log: integrate change#6158 from vmsperl
43420              
43421              Add fallback to tmpfile for use in cases where user's relying on
43422              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
43423              Lane's patch)
43424      Branch: maint-5.6/perl
43425           !> vms/vms.c vms/vmsish.h
43426 ____________________________________________________________________________
43427 [  7324] By: gsar                                  on 2000/10/16  07:20:50
43428         Log: integrate changes#6153..6155 from mainline
43429              
43430              prettier Test::Harness output on failed tests (from Nicholas Clark
43431              <nick@Bagpuss.uk.boo.com>)
43432              
43433              avoid type mismatch warning
43434              
43435              small bug in change#6144; remove random \xA0 character that snuck
43436              in via change#6145
43437      Branch: maint-5.6/perl
43438           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
43439           !> perl.c
43440 ____________________________________________________________________________
43441 [  7323] By: gsar                                  on 2000/10/16  07:18:47
43442         Log: integrate changes#6151,6152 from mainline
43443              
43444              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
43445              
43446              cosmetic fixups of RE debug output (from Ilya Zakharevich)
43447      Branch: maint-5.6/perl
43448           !> regexec.c
43449 ____________________________________________________________________________
43450 [  7322] By: gsar                                  on 2000/10/16  07:17:25
43451         Log: integrate changes#6146..6150 from mainline
43452              
43453              doc typo
43454              
43455              add a make entry to Config.pm so "perl -V:make" works on VMS
43456              (from Peter Prymmer)
43457              
43458              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
43459              
43460              OS/2 tweaks for usethreads build (from Rocco Caputo
43461              <troc@netrus.net>)
43462              
43463              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
43464      Branch: maint-5.6/perl
43465           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
43466           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
43467           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
43468           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
43469           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
43470           !> warnings.pl x2p/a2p.h
43471 ____________________________________________________________________________
43472 [  7321] By: gsar                                  on 2000/10/16  07:14:02
43473         Log: integrate changes#6143..6145 from mainline
43474              
43475              MacOS support, part 1 (from Matthias Neeracher
43476              <neeri@iis.ee.ethz.ch>)
43477              
43478              MacOS support, part 2: make AutoSplit use File::Spec instead
43479              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
43480              <neeri@iis.ee.ethz.ch>)
43481              
43482              make xsubpp skip embedded pod (from Matthias Neeracher
43483              <neeri@iis.ee.ethz.ch>)
43484      Branch: maint-5.6/perl
43485           +> ext/DynaLoader/dl_mac.xs
43486           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
43487           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
43488           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
43489           !> pp_ctl.c proto.h toke.c util.c util.h
43490 ____________________________________________________________________________
43491 [  7320] By: gsar                                  on 2000/10/16  07:12:13
43492         Log: integrate changes#6141,6142 from mainline
43493              
43494              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
43495              forwarded by Peter Seebach from the bsdi-users mailing list.
43496              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
43497              
43498              File::Find fails to chdir when chasing symlinks (from
43499              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43500      Branch: maint-5.6/perl
43501           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
43502 ____________________________________________________________________________
43503 [  7319] By: gsar                                  on 2000/10/16  07:04:30
43504         Log: integrate change#6139 from mainline
43505              
43506              revise mktables.PL for bugs and newness in Unicode 3.0
43507              (from James Bence <jbence@amgen.com>)
43508      Branch: maint-5.6/perl
43509           +> (branch 30 files)
43510           !> (integrate 49 files)
43511 ____________________________________________________________________________
43512 [  7318] By: gsar                                  on 2000/10/16  07:01:01
43513         Log: integrate changes#6137,6138 from mainline
43514              
43515              fix bogus redeclaration warning for "our" variables in different
43516              scopes
43517              
43518              add note about the handling of negative indices to tied arrays
43519              (from Michael G Schwern <schwern@pobox.com>)
43520      Branch: maint-5.6/perl
43521           !> op.c pod/perltie.pod t/pragma/strict-vars
43522 ____________________________________________________________________________
43523 [  7317] By: gsar                                  on 2000/10/16  06:58:46
43524         Log: integrate changes#6127..6136 from mainline
43525              
43526              call_method(...,G_EVAL) can longjmp() out if the method probing
43527              failed (from Gisle Aas)
43528              
43529              new perlxstut example for passing/returning refs to arrays
43530              (from David Lowe <dlowe@pootpoot.com>)
43531              
43532              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
43533              
43534              fix places that mean C<"word" character> but say C<alphanumeric
43535              character>
43536              
43537              avoid warnings in POSIX.pm (from Barrie Slaymaker)
43538              
43539              warnings::enabled() doesn't fall back to looking at $^W if
43540              caller isn't using lexical warnings (from Paul Marquess)
43541              
43542              elide bogus test in change#6132
43543              
43544              make Test::Harness use wait.h/WCOREDUMP if available
43545              (from Ben Tilly <ben_tilly@hotmail.com>)
43546              
43547              enable Test::Harness to dynamically determine column width etc.
43548              (from Rob Napier <rnapier@employees.org>)
43549              
43550              random pod typos (from Peter Scott <Peter@PSDT.com>)
43551      Branch: maint-5.6/perl
43552           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
43553           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
43554           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
43555           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
43556 ____________________________________________________________________________
43557 [  7316] By: gsar                                  on 2000/10/16  06:53:23
43558         Log: integrate change#6126 from mainline
43559              
43560              change#2879 broke rvalue autovivification of magicals such as
43561              ${$num} (reworked variant of patch suggested by Simon Cozens)
43562      Branch: maint-5.6/perl
43563           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
43564           !> pp_hot.c proto.h t/op/gv.t
43565 ____________________________________________________________________________
43566 [  7315] By: gsar                                  on 2000/10/16  06:51:38
43567         Log: integrate changes#6123,6125 from mainline
43568              
43569              clarify gotcha with #line directives (from Rocco Caputo
43570              <troc@netrus.net>)
43571              
43572              enable propagating exception objects via Perl_croak() in XS code
43573              (from Gisle Aas)
43574      Branch: maint-5.6/perl
43575           !> pod/perldebug.pod pod/perlsyn.pod util.c
43576 ____________________________________________________________________________
43577 [  7314] By: gsar                                  on 2000/10/16  06:49:28
43578         Log: integrate change#6122 from mainline
43579              
43580              downgrade fatal error on C<"foo@nosucharray.com"> to optional
43581              warning (from Mark-Jason Dominus)
43582      Branch: maint-5.6/perl
43583           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
43584           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
43585           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
43586           !> toke.c
43587 ____________________________________________________________________________
43588 [  7313] By: gsar                                  on 2000/10/16  06:46:54
43589         Log: integrate changes#6112..6121 from vmsperl
43590              
43591              Check for existence of file before trying to delete
43592              
43593              Ugly workaround for version-specific RTL error
43594              
43595              Urk -- undo previous removal of vmsish 'exit' change
43596              
43597              Add bounds checking for several strings (Charles Lane)
43598              
43599              Miscellaneous cosmetic fixes (Charles Lane)
43600              
43601              Treat sockets as special in sys(read|write) (Charles Lane et al.)
43602              
43603              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
43604              Flatten case labels in switch statements uniformly (Charles Bailey)
43605              
43606              Quiet error messages in vmsish.t (Charles Lane)
43607              
43608              Add missing escape (Charles Lane)
43609              
43610              Allow eliminate_macros() and fixpath() to handle space-delimited
43611              lists (based on fixes by Craig Berry)
43612      Branch: maint-5.6/perl
43613           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
43614           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
43615           !> vms/vmsish.h
43616 ____________________________________________________________________________
43617 [  7312] By: gsar                                  on 2000/10/16  06:41:18
43618         Log: integrate changes#6107,6110 from cfgperl
43619              
43620              Tweak the todo list.
43621              
43622              todo tweak
43623      Branch: maint-5.6/perl
43624           !> Todo-5.6
43625 ____________________________________________________________________________
43626 [  7311] By: gsar                                  on 2000/10/16  06:38:38
43627         Log: integrate changes#6104,6108 from mainline
43628              
43629              PL_sys_intern was being initialized too late on windows
43630              
43631              reenable fake signal handling on Windows, bugs and all
43632      Branch: maint-5.6/perl
43633           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
43634           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
43635           !> win32/win32.c
43636 ____________________________________________________________________________
43637 [  7310] By: gsar                                  on 2000/10/16  06:36:03
43638         Log: integrate changes#6095,6097..6103 from cfgperl
43639              
43640              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
43641              might be useful in future.
43642              
43643              Add a note about possible compilation problems from Allen Smith.
43644              
43645              Add a note about other, yet unsupported, shadow password APIs.
43646              
43647              Tweaks for the cc bugs from Allen Smith.
43648              
43649              More compilation tweakery from Allen Smith.
43650              
43651              Hints and test tweaks for Unicos.
43652              
43653              The test suite tweak in #6101 wasn't quite right.
43654              
43655              Test tweaking for Unicos continues.
43656      Branch: maint-5.6/perl
43657           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43658           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
43659           !> t/lib/complex.t t/op/64bitint.t
43660 ____________________________________________________________________________
43661 [  7309] By: gsar                                  on 2000/10/16  06:29:41
43662         Log: integrate changes#6093,6094 from mainline
43663              
43664              fork() failure to create pseudo process sets errno=EAGAIN and returns
43665              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
43666              
43667              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
43668      Branch: maint-5.6/perl
43669           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
43670           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
43671 ____________________________________________________________________________
43672 [  7308] By: gsar                                  on 2000/10/16  06:27:29
43673         Log: integrate change#6092 from cfgperl
43674              
43675              Regen perltoc with the fixed buildtoc.
43676      Branch: maint-5.6/perl
43677           !> pod/perltoc.pod
43678 ____________________________________________________________________________
43679 [  7307] By: gsar                                  on 2000/10/16  06:26:40
43680         Log: integrate changes#6089,6090 from mainline
43681              
43682              buildtoc tweak to fix newline lossage
43683              
43684              concat doesn't preserve utf8-ness, and doesn't invalidate
43685              [NI]OK; added tests for both
43686      Branch: maint-5.6/perl
43687           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
43688 ____________________________________________________________________________
43689 [  7306] By: gsar                                  on 2000/10/16  06:24:05
43690         Log: integrate change#6088 from cfgperl
43691              
43692              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
43693              because we do not use those.  The HAS_GETSPNAM remains,
43694              though, because we still do use that.
43695      Branch: maint-5.6/perl
43696           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43697           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
43698           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
43699           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
43700           !> win32/config.vc win32/config_H.bc win32/config_H.gc
43701           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
43702 ____________________________________________________________________________
43703 [  7305] By: gsar                                  on 2000/10/16  06:15:52
43704         Log: integrate changes#6084,6085,6087 from mainline
43705              
43706              substr() does not preserve utf8-ness (from Stefan Eissing
43707              <Eissing@medicaldataservice.de>); added tests
43708              
43709              repeat operator (x) doesn't preserve utf8-ness
43710              
43711              reverse() and quotemeta() weren't preserving utf8-ness; add tests
43712      Branch: maint-5.6/perl
43713           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
43714 ____________________________________________________________________________
43715 [  7304] By: gsar                                  on 2000/10/16  06:13:10
43716         Log: integrate changes#6077..6083 from mainline
43717              
43718              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
43719              and Tom Phoenix)
43720              
43721              workaround for CRT bug in chdir() (from Charles Lane, via
43722              Peter Prymmer)
43723              
43724              remove outdated kludge in Carp (NULLs are permitted in diagnostics
43725              now)
43726              
43727              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
43728              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43729              
43730              better default perlbug categories for ok reports (from Richard Foley)
43731              
43732              peek.t non-portable to ithreads
43733              
43734              note about undocumented caller() return value (from M.J.T. Guy);
43735              yet another peek.t tweak
43736      Branch: maint-5.6/perl
43737           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43738           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43739           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
43740           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
43741           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
43742           !> vms/vmsish.h
43743 ____________________________________________________________________________
43744 [  7303] By: gsar                                  on 2000/10/16  06:03:18
43745         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
43746              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
43747              
43748              &HUGE_VAL is not defined, it exists.
43749              
43750              Do not warn that an infinity does not look like a number.
43751              
43752              Rewrite the pwent/spent logic to be a little bit more clearer.
43753              
43754              Continue on the pwent/spent case.
43755              
43756              Correct Freudian slip.
43757              
43758              Use HUGE_VALL if applicable.
43759              
43760              pwent/spent #ifdef imbalance.
43761              
43762              Infinite problems.
43763              
43764              Call getspnam() only iff needd.
43765              
43766              Test both the scalar and list contexts.
43767              
43768              Use setxxent()/endxxent().
43769              
43770              Complex tweakery.
43771              
43772              Unicos hint tweak.
43773              
43774              Be more forgiving in POSIX about HUGE_VALL.
43775              
43776              Detypo.
43777              
43778              The search of infinity continues, this time simplified.
43779              
43780              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
43781              in natively 64-bit platforms where a long is a quad (no need
43782              for long longs).  Also added bias for IVs.
43783              
43784              Complex tweaks.
43785              
43786              Introduce t/lib/peek.t.
43787              
43788              Make the test more portable.
43789      Branch: maint-5.6/perl
43790           +> t/lib/peek.t
43791            ! pp_sys.c
43792           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
43793           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
43794           !> t/op/pwent.t toke.c util.c
43795 ____________________________________________________________________________
43796 [  7302] By: gsar                                  on 2000/10/16  05:03:37
43797         Log: integrate changes#6066..6071 from mainline
43798              
43799              s/END/CHECK/
43800              
43801              replace direct call to sighandler() with (*PL_sighandlerp)()
43802              
43803              note about values()
43804              
43805              File::Spec compatibility update (from Barrie Slaymaker
43806              <barries@slaysys.com>)
43807              
43808              remove misleading comment (from M.J.T. Guy)
43809              
43810              misformatted perllocal.pod (from Tim Jenness
43811              <t.jenness@jach.hawaii.edu>)
43812      Branch: maint-5.6/perl
43813           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
43814           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
43815           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
43816           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
43817 ____________________________________________________________________________
43818 [  7301] By: gsar                                  on 2000/10/16  05:00:08
43819         Log: integrate changes#6061..6063 from mainline
43820              
43821              change#5921 neglected to make eq honor "use bytes"
43822              
43823              additional tests for utf8.t
43824              
43825              tokeq() could read unallocated field in argument
43826      Branch: maint-5.6/perl
43827           !> sv.c t/pragma/utf8.t toke.c
43828 ____________________________________________________________________________
43829 [  7300] By: gsar                                  on 2000/10/16  04:56:54
43830         Log: integrate changes#6046,6048,6057,6058 from mainline
43831              
43832              libscheck has insufficient checks for n32 libs (from
43833              Albert Chin-A-Young <china@thewrittenword.com>)
43834              
43835              add note about how $( doesn't interpolate in REs (from
43836              Philip Newton <newton@ficus.frogspace.net>)
43837              
43838              fix broken parsing of /\x{ab}/
43839              
43840              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
43841              (spotted by Donald Kinzer <dkinzer@premia.com>)
43842      Branch: maint-5.6/perl
43843           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
43844           !> t/pragma/utf8.t
43845 ____________________________________________________________________________
43846 [  7299] By: gsar                                  on 2000/10/16  04:52:50
43847         Log: integrate change#6044 from mainline
43848              
43849              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
43850              such that underscores are only ignored in literal numbers,
43851              "\x{...}", and hex/oct argument
43852      Branch: maint-5.6/perl
43853           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
43854 ____________________________________________________________________________
43855 [  7298] By: gsar                                  on 2000/10/16  04:50:53
43856         Log: integrate changes#6027..6043 from mainline
43857              
43858              podlators-1.02 update (from Russ Allbery)
43859              
43860              Pod::Man generates groff-incompatible macro definition (from
43861              Tom Christiansen)
43862              
43863              add CGI.pm v2.66 (from Lincoln Stein)
43864              
43865              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
43866              for @- and @+ (from Johan Vromans)
43867              
43868              small nits in diagnostics.pm (from Robin Barker)
43869              
43870              whitespace adjustments
43871              
43872              missing files in MANIFEST
43873              
43874              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
43875              to compensate
43876              
43877              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
43878              
43879              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
43880      Branch: maint-5.6/perl
43881           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
43882           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
43883           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
43884           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
43885           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
43886           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
43887           !> t/lib/cgi-html.t t/lib/cgi-request.t
43888 ____________________________________________________________________________
43889 [  7297] By: gsar                                  on 2000/10/16  04:44:30
43890         Log: integrate change#6025 from mainline
43891              
43892              Is{Alnum,Alpha,Word} don't match titlecase
43893              TODO: IsSpace is defined recursively!
43894              (both spotted by Larry)
43895      Branch: maint-5.6/perl
43896           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
43897           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
43898 ____________________________________________________________________________
43899 [  7296] By: gsar                                  on 2000/10/16  04:39:30
43900         Log: integrate change#6023 from mainline
43901              
43902              debugger stomps on $. (from M.J.T. Guy)
43903      Branch: maint-5.6/perl
43904           !> lib/perl5db.pl
43905 ____________________________________________________________________________
43906 [  7295] By: gsar                                  on 2000/10/16  04:38:02
43907         Log: integrate change#6022 from mainline
43908              
43909              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
43910      Branch: maint-5.6/perl
43911           !> sv.c
43912 ____________________________________________________________________________
43913 [  7294] By: gsar                                  on 2000/10/16  04:37:05
43914         Log: integrate changes#6018..6021 from mainline
43915              
43916              make lib/syslog.t portable to systems that don't have _PATH_LOG,
43917              make _PATH_LOG() return "" if unavailable
43918              
43919              windows portability tweaks
43920              
43921              test tweak
43922              
43923              remove Win2K issue in pod (fixed by change#6020)
43924      Branch: maint-5.6/perl
43925           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
43926           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
43927           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
43928 ____________________________________________________________________________
43929 [  7293] By: gsar                                  on 2000/10/16  04:20:00
43930         Log: integrate changes#6013..6015 from mainline
43931              
43932              tweak change#5945 to display correct switch name in diagnostic
43933              
43934              glob() loading File::Glob behind the scenes may cause syntax errors
43935              
43936              tweak test for portability
43937      Branch: maint-5.6/perl
43938           !> op.c perl.c pod/perldiag.pod t/lib/b.t
43939 ____________________________________________________________________________
43940 [  7292] By: gsar                                  on 2000/10/16  04:18:11
43941         Log: integrate changes#6005..6010 from mainline, cfgperl
43942              
43943              perldoc might fail via "use blib" (from Hugo van der Sanden)
43944              
43945              Regen Configure.
43946              
43947              note about compile failures and END blocks (from M.J.T. Guy)
43948              
43949              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
43950              
43951              (change#6009 integrated earlier in change#7255)
43952              
43953              clarify note about shadow password support (from
43954              gellyfish@gellyfish.com)
43955      Branch: maint-5.6/perl
43956           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43957           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
43958           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
43959 ____________________________________________________________________________
43960 [  7291] By: gsar                                  on 2000/10/16  04:12:03
43961         Log: integrate changes#6002,6003 from mainline
43962              
43963              destructive sv_setsv() can lose UV-ness from source, causing
43964              numeric promotions/comparisons to fail to do the right thing
43965              
43966              allow REG_EXPAND_SZ keys in Windows registry (from
43967              John Clayton <John.Clayton@barclayscapital.com>)
43968      Branch: maint-5.6/perl
43969           !> sv.c win32/win32.c
43970 ____________________________________________________________________________
43971 [  7290] By: gsar                                  on 2000/10/16  04:10:19
43972         Log: integrate change#6001 from mainline
43973              
43974              support additional library locations via $Config{otherlibdirs}
43975              (from Andy Dougherty)
43976      Branch: maint-5.6/perl
43977           !> Configure INSTALL Porting/Glossary Porting/config.sh
43978           !> Porting/config_H config_h.SH epoc/config.sh perl.c
43979           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
43980           !> win32/config.bc win32/config.gc win32/config.vc
43981 ____________________________________________________________________________
43982 [  7289] By: gsar                                  on 2000/10/16  04:08:28
43983         Log: integrate change#5999 from mainline
43984              
43985              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
43986      Branch: maint-5.6/perl
43987           !> t/pragma/warn/toke toke.c
43988 ____________________________________________________________________________
43989 [  7288] By: gsar                                  on 2000/10/16  04:07:01
43990         Log: integrate changes#5997,5998 from cfgperl
43991              
43992              Preserve $!.
43993              
43994              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
43995      Branch: maint-5.6/perl
43996           !> lib/Math/Complex.pm
43997 ____________________________________________________________________________
43998 [  7287] By: gsar                                  on 2000/10/16  04:04:37
43999         Log: integrate change#5995 from mainline
44000              
44001              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
44002      Branch: maint-5.6/perl
44003           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
44004 ____________________________________________________________________________
44005 [  7286] By: gsar                                  on 2000/10/16  04:03:21
44006         Log: integrate change#5994 from mainline
44007              
44008              fix for missed accounting for null byte in pack("Z",...) (from
44009              M.J.T. Guy)
44010      Branch: maint-5.6/perl
44011           !> pp.c t/op/pack.t
44012 ____________________________________________________________________________
44013 [  7285] By: gsar                                  on 2000/10/16  04:02:11
44014         Log: integrate changes#5989..5993 from mainline
44015              
44016              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
44017              itself and no other (from Tom Hughes)
44018              
44019              use $ENV{LIB} to search for libs under Visual C compiler
44020              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
44021              
44022              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
44023              
44024              pod nit (from Simon Cozens)
44025              
44026              various minor tweaks seen on p5p
44027      Branch: maint-5.6/perl
44028           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
44029           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
44030           !> t/op/array.t toke.c
44031 ____________________________________________________________________________
44032 [  7284] By: gsar                                  on 2000/10/16  03:59:00
44033         Log: integrate changes#5978..5988 from mainline
44034              
44035              sync version numbers in File::Spec with the ones on CPAN
44036              (from Barrie Slaymaker)
44037              
44038              under useithreads, constant pad entries could inadvertantly be
44039              shared across threads (from Eric Blood <eblood@xmission.com>);
44040              added Eric's test case to testsuite
44041              
44042              allow Configure -S to run non-interactively (spotted by Greg Hudson
44043              <ghudson@mit.edu>)
44044              
44045              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
44046              prototype mismatch with CORE::glob(); update pod and tests to
44047              suit (File::Glob::glob() is still available for backward
44048              compatibility, but should be considered deprecated)
44049              
44050              avoid error in IO::Socket::INET when given an unknown service name
44051              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
44052              
44053              numeric conversion of non-number in change#3378 tramples on
44054              OOK offset, causing segfaults
44055              
44056              attributes::reftype() doesn't work on tied argument
44057              
44058              forked child may not exit correctly if it failed to open
44059              /dev/console (from Graham Barr)
44060              
44061              add regular expressions tutorial and quick-start guide (from
44062              Mark Kvale <kvale@phy.ucsf.edu>)
44063              
44064              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
44065              
44066              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
44067              <paul@miraclefish.com>)
44068      Branch: maint-5.6/perl
44069           +> pod/perlrequick.pod pod/perlretut.pod
44070           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
44071           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
44072           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
44073           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
44074           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44075           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44076           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
44077           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
44078 ____________________________________________________________________________
44079 [  7283] By: gsar                                  on 2000/10/16  03:52:14
44080         Log: integrate change#5977 from mainline
44081              
44082              autoquote barewords followed by newline and arrow properly
44083              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
44084      Branch: maint-5.6/perl
44085           !> t/pragma/warn/toke toke.c
44086 ____________________________________________________________________________
44087 [  7282] By: gsar                                  on 2000/10/16  03:50:48
44088         Log: integrate change#5976 from mainline
44089              
44090              DB_File v1.73 update (from Paul Marquess)
44091      Branch: maint-5.6/perl
44092           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
44093           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
44094 ____________________________________________________________________________
44095 [  7281] By: gsar                                  on 2000/10/16  03:49:14
44096         Log: integrate change#5975 from mainline
44097              
44098              allow sort() reentrancy (variant of patch suggested by
44099              Hugo van der Sanden)
44100      Branch: maint-5.6/perl
44101           !> pp_ctl.c t/op/sort.t
44102 ____________________________________________________________________________
44103 [  7280] By: gsar                                  on 2000/10/16  03:48:22
44104         Log: integrate change#5974 from mainline
44105              
44106              change#4197 somehow missed initializing PL_errors, meaning
44107              syntax error queueing wasn't working outside eval"" at all;
44108              also fixed eval"" to localize PL_error_count, so that compile-time
44109              eval's don't clobber the error state of the outer context
44110      Branch: maint-5.6/perl
44111           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
44112           !> t/pragma/warn/toke
44113 ____________________________________________________________________________
44114 [  7279] By: gsar                                  on 2000/10/16  03:46:21
44115         Log: integrate change#5973 from mainline
44116              
44117              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
44118      Branch: maint-5.6/perl
44119           !> regcomp.c regexec.c t/op/re_tests
44120 ____________________________________________________________________________
44121 [  7278] By: gsar                                  on 2000/10/16  03:44:54
44122         Log: integrate change#5971 from cfgperl
44123              
44124              Unicos tweaks from Mark P. Lutz.
44125      Branch: maint-5.6/perl
44126           !> hints/unicos.sh lib/Math/Complex.pm
44127 ____________________________________________________________________________
44128 [  7277] By: gsar                                  on 2000/10/16  03:42:59
44129         Log: integrate changes#5966..5970 from mainline
44130              
44131              add testsuite for B backends, fix bug in B::Deparse (from
44132              Simon Cozens <simon@brecon.co.uk>)
44133              
44134              improved docs on the warn_uninit diagnostic (from David Glasser
44135              and Simon Cozens)
44136              
44137              tolerate spaces in group names in test on solaris (from David Boyce
44138              <dsb@boyski.com>)
44139              
44140              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
44141              
44142              Data::Dumper fumbles negative numbers on 32-bit platforms where
44143              IV is >32bits
44144      Branch: maint-5.6/perl
44145           +> t/lib/b.t t/lib/syslog.t
44146           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
44147           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
44148           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
44149 ____________________________________________________________________________
44150 [  7276] By: gsar                                  on 2000/10/16  03:39:30
44151         Log: integrate change#5965 from mainline
44152              
44153              avoid "will not stay shared" warnings for our variables (from
44154              Robin Barker)
44155      Branch: maint-5.6/perl
44156           !> op.c t/pragma/warn/op
44157 ____________________________________________________________________________
44158 [  7275] By: gsar                                  on 2000/10/16  03:38:18
44159         Log: integrate change#5964 from mainline
44160              
44161              reformat to 72 columns (again)
44162      Branch: maint-5.6/perl
44163           !> pod/perldiag.pod
44164 ____________________________________________________________________________
44165 [  7274] By: gsar                                  on 2000/10/16  03:36:58
44166         Log: integrate change#5963 from mainline
44167              
44168              patch from Larry to make (\&) prototype work; added tests for
44169              the same
44170      Branch: maint-5.6/perl
44171           !> op.c t/comp/proto.t
44172 ____________________________________________________________________________
44173 [  7273] By: gsar                                  on 2000/10/16  03:35:51
44174         Log: integrate changes#5956..5962 from mainline
44175              
44176              better diagnostics on failed tests (from Ilya Zakharevich)
44177              
44178              pod nits (from A. C. Yardley <yardley@tanet.net>)
44179              
44180              change#3569 deleted some essential code, revert; avoid use of
44181              atexit() to make DynaLoader work properly on AIX under mod_perl
44182              (from Jens-Uwe Mager <jum@helios.de>)
44183              
44184              doubled words in pods (from Simon Cozens
44185              <simon.p.cozens@jp.pwcglobal.com>)
44186              
44187              better INSTALL notes on Solaris issues (from Dominic Dunlop)
44188              
44189              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
44190              
44191              updated README.hpux (from Jeff Okamoto)
44192      Branch: maint-5.6/perl
44193           !> INSTALL README.hpux emacs/cperl-mode.el
44194           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
44195           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
44196           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
44197           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
44198           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
44199           !> t/op/lex_assign.t
44200 ____________________________________________________________________________
44201 [  7272] By: gsar                                  on 2000/10/16  03:31:22
44202         Log: integrate change#5955 from mainline
44203              
44204              longstanding bug exposed by change#3307: sort arguments weren't
44205              compiled with the right wantarray context (ensuing runtime lookup
44206              via block_gimme() was getting the incidental context of the
44207              sort() itself)
44208      Branch: maint-5.6/perl
44209           !> op.c t/op/sort.t
44210 ____________________________________________________________________________
44211 [  7271] By: gsar                                  on 2000/10/16  03:29:11
44212         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
44213              branch
44214              
44215              Flatten the cpp jungle doing the nosuid checking.
44216              
44217              Do not assume sign propagation. (from M.J.T. Guy)
44218              
44219              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
44220              
44221              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
44222              Now pp_ncmp() returns undef is either operand is a NaN.
44223              
44224              On second thoughts frexp() does have two arguments.
44225              
44226              Document that tr() is not tr(1).
44227              
44228              Be more robust on "extreme" (large absolute value)
44229              arguments.  Originally reported by Daniel Connelly
44230              as a problem with asinh() on large negative arguments,
44231              asinh() used to bail out because an argument to log()
44232              ended up being zero.  Ilya Zakharevich proposed using
44233              Taylor's series in such cases, which for such large
44234              arguments is a very good approximation.
44235              
44236              Undo "use integer" addition from 64bitint as it seems
44237              to break most of the subtests in Digital UNIX;
44238              Unicos needs to find another way.
44239      Branch: maint-5.6/perl
44240           !> (integrate 29 files)
44241 ____________________________________________________________________________
44242 [  7270] By: gsar                                  on 2000/10/16  03:09:44
44243         Log: integrate changes#5948,5949,5950 from mainline
44244              
44245              typo in vars.pm that leads to cryptic message (from Piotr
44246              Piatkowski <kompas@kompas.usr.onet.pl>)
44247              
44248              make perldoc use the pod2man from the same version (from
44249              M.J.T. Guy)
44250              
44251              reformat perldiag to avoid long lines
44252      Branch: maint-5.6/perl
44253           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
44254 ____________________________________________________________________________
44255 [  7269] By: gsar                                  on 2000/10/16  03:05:54
44256         Log: integrate change#5947 from mainline
44257              
44258              use &dl_error rather than &dl_load_file as the guard for calling
44259              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
44260              statically built perl)
44261      Branch: maint-5.6/perl
44262           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
44263 ____________________________________________________________________________
44264 [  7268] By: gsar                                  on 2000/10/16  03:04:48
44265         Log: integrate change#5945 from mainline
44266              
44267              make module name mandatory after -M switch; reorder perldiag
44268              alphabetically (from Mark-Jason Dominus)
44269      Branch: maint-5.6/perl
44270           !> perl.c pod/perldiag.pod
44271 ____________________________________________________________________________
44272 [  7267] By: gsar                                  on 2000/10/16  03:03:01
44273         Log: integrate change#5939 from mainline
44274              
44275              more pod nits (from Larry Virden)
44276      Branch: maint-5.6/perl
44277           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
44278           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
44279           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
44280 ____________________________________________________________________________
44281 [  7266] By: gsar                                  on 2000/10/16  03:01:39
44282         Log: integrate change#5938 from mainline
44283              
44284              Consolidated B::Deparse fixes (from Stephen McCamant)
44285      Branch: maint-5.6/perl
44286           !> ext/B/B/Deparse.pm
44287 ____________________________________________________________________________
44288 [  7265] By: gsar                                  on 2000/10/16  03:00:43
44289         Log: integrate change#5936 from mainline
44290              
44291              additional tests for change#7263 (from Paul Marquess)
44292      Branch: maint-5.6/perl
44293           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
44294           !> t/pragma/warn/5nolint t/pragma/warn/6default
44295 ____________________________________________________________________________
44296 [  7264] By: gsar                                  on 2000/10/16  02:58:34
44297         Log: integrate change#5934 from mainline
44298              
44299              propagate lexical warnings from surrounding scope correctly
44300              within string eval() (from Paul Marquess)
44301      Branch: maint-5.6/perl
44302           !> pp_ctl.c t/pragma/warn/pp_ctl
44303 ____________________________________________________________________________
44304 [  7263] By: gsar                                  on 2000/10/16  02:56:53
44305         Log: integrate change#5932 from mainline
44306              
44307              add rsignal(), whichsig() and do_join() to public API list
44308              (mod_perl uses them to good advantage)
44309      Branch: maint-5.6/perl
44310           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
44311 ____________________________________________________________________________
44312 [  7262] By: gsar                                  on 2000/10/16  02:55:53
44313         Log: integrate change#5931 from mainline
44314              
44315              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
44316      Branch: maint-5.6/perl
44317           !> pp_hot.c regexec.c t/op/pat.t
44318 ____________________________________________________________________________
44319 [  7261] By: gsar                                  on 2000/10/16  02:55:01
44320         Log: integrate change#5930 from mainline
44321              
44322              small os390 tweaks (from Peter Prymmer)
44323      Branch: maint-5.6/perl
44324           !> config_h.SH makedepend.SH
44325 ____________________________________________________________________________
44326 [  7260] By: gsar                                  on 2000/10/16  02:54:10
44327         Log: integrate change#5929 from mainline
44328              
44329              pod nits
44330      Branch: maint-5.6/perl
44331           !> pod/perlguts.pod
44332 ____________________________________________________________________________
44333 [  7259] By: gsar                                  on 2000/10/16  02:52:55
44334         Log: integrate change#5927 from mainline
44335              
44336              arrange for next() to resume at the unstack op rather than the
44337              loop conditional, so that scope cleanup happens correctly
44338              (from Stephen McCamant)
44339      Branch: maint-5.6/perl
44340           !> op.c pp_ctl.c t/op/misc.t
44341 ____________________________________________________________________________
44342 [  7258] By: gsar                                  on 2000/10/16  02:51:38
44343         Log: integrate change#5926 from mainline
44344              
44345              on windows, reserve 16M of stack rather than 128M (allows more
44346              threads to run concurrently)
44347      Branch: maint-5.6/perl
44348           !> win32/Makefile win32/makefile.mk
44349 ____________________________________________________________________________
44350 [  7257] By: gsar                                  on 2000/10/16  02:50:37
44351         Log: integrate change#5925 from mainline
44352              
44353              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
44354      Branch: maint-5.6/perl
44355           !> toke.c
44356 ____________________________________________________________________________
44357 [  7256] By: gsar                                  on 2000/10/16  02:49:36
44358         Log: integrate change#5924 from mainline
44359              
44360              avoid using uninitialized memory in require version check
44361      Branch: maint-5.6/perl
44362           !> pp_ctl.c universal.c
44363 ____________________________________________________________________________
44364 [  7255] By: gsar                                  on 2000/10/16  02:48:03
44365         Log: integrate changes#5923,5928,6009 from mainline
44366              
44367              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
44368      Branch: maint-5.6/perl
44369           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
44370 ____________________________________________________________________________
44371 [  7254] By: gsar                                  on 2000/10/16  02:44:46
44372         Log: integrate change#5922 from mainline
44373              
44374              commentary about IoTYPE() (from Nathan Torkington)
44375      Branch: maint-5.6/perl
44376           !> sv.h
44377 ____________________________________________________________________________
44378 [  7253] By: gsar                                  on 2000/10/16  02:43:49
44379         Log: integrate change#5921 from mainline
44380              
44381              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
44382      Branch: maint-5.6/perl
44383           !> sv.c t/lib/charnames.t t/pragma/utf8.t
44384 ____________________________________________________________________________
44385 [  7252] By: gsar                                  on 2000/10/16  02:42:31
44386         Log: integrate change#5920 from mainline
44387              
44388              Larry's fix for buggy propagation of utf8-ness in join(); add test
44389      Branch: maint-5.6/perl
44390           !> doop.c t/op/ver.t
44391 ____________________________________________________________________________
44392 [  7251] By: gsar                                  on 2000/10/16  02:41:14
44393         Log: integrate changes#5915..5919 from mainline
44394              
44395              various (pod tweaks &c)
44396      Branch: maint-5.6/perl
44397           !> (integrate 33 files)
44398 ____________________________________________________________________________
44399 [  7250] By: gsar                                  on 2000/10/16  02:38:16
44400         Log: integrate change#5914 from mainline
44401              
44402              caller() wasn't returning the right number of elements for
44403              eval {...}
44404      Branch: maint-5.6/perl
44405           !> pp_ctl.c t/pragma/warn/9enabled
44406 ____________________________________________________________________________
44407 [  7249] By: gsar                                  on 2000/10/16  02:37:02
44408         Log: integrate change#5913 from mainline
44409              
44410              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
44411              (from Mark-Jason Dominus)
44412      Branch: maint-5.6/perl
44413           !> pod/perlfunc.pod
44414 ____________________________________________________________________________
44415 [  7248] By: gsar                                  on 2000/10/16  02:35:58
44416         Log: integrate change#5912 from mainline
44417              
44418              fix totally broken caching in UNIVERSAL::isa() (from
44419              Nick Ing-Simmons)
44420      Branch: maint-5.6/perl
44421           !> t/op/universal.t universal.c
44422 ____________________________________________________________________________
44423 [  7247] By: gsar                                  on 2000/10/16  02:34:27
44424         Log: integrate changes#5910,5911 from mainline
44425              
44426              typo in pod
44427              
44428              add linebreak properties from unicode/LineBrk.txt (from
44429              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
44430      Branch: maint-5.6/perl
44431           +> (branch 29 files)
44432           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
44433 ____________________________________________________________________________
44434 [  7246] By: gsar                                  on 2000/10/16  02:33:29
44435         Log: integrate change#5909 from mainline
44436              
44437              mode argument to do_binmode() should be file mode, not boolean
44438      Branch: maint-5.6/perl
44439           !> pp_sys.c
44440 ____________________________________________________________________________
44441 [  7245] By: gsar                                  on 2000/10/16  02:31:04
44442         Log: integrate change#5908 from mainline
44443              
44444              introduce illegal symbols into null package so that
44445              gv_fetchpv(...,TRUE) always returns a valid GV even when the
44446              symbol is trapped by strictures (avoids coredumps)
44447      Branch: maint-5.6/perl
44448           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
44449           !> t/pragma/strict-vars
44450 ____________________________________________________________________________
44451 [  7244] By: jhi                                   on 2000/10/16  02:29:54
44452         Log: Subject: $Carp::ExportLevel confusion in Exporter
44453              From: "Ben Tilly" <ben_tilly@hotmail.com>
44454              Date: Sat, 14 Oct 2000 16:44:34 EDT
44455              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
44456      Branch: perl
44457            ! lib/Exporter/Heavy.pm
44458 ____________________________________________________________________________
44459 [  7243] By: jhi                                   on 2000/10/16  02:28:33
44460         Log: Subject: [PATCH perlguts.pod] Document offset hack
44461              From: Simon Cozens <simon@cozens.net>
44462              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
44463              Date: Sat, 14 Oct 2000 19:32:25 +0100
44464      Branch: perl
44465            ! pod/perlguts.pod
44466 ____________________________________________________________________________
44467 [  7242] By: gsar                                  on 2000/10/16  02:26:51
44468         Log: integrate changes#5905,5906,5907,6064 from mainline
44469              
44470              printf/sprintf didn't get quad types right under use64bitint
44471      Branch: maint-5.6/perl
44472           !> pp_sys.c sv.c t/op/64bitint.t
44473 ____________________________________________________________________________
44474 [  7241] By: jhi                                   on 2000/10/16  02:22:44
44475         Log: Subject: small pod patch
44476              From: Dan Boorstein <dan_boo@bellsouth.net>
44477              Date: Sat, 14 Oct 2000 14:29:24 -0400
44478              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
44479      Branch: perl
44480            ! pod/perlfaq7.pod pod/perlmod.pod
44481 ____________________________________________________________________________
44482 [  7240] By: jhi                                   on 2000/10/16  02:13:46
44483         Log: -w cleanup.
44484              
44485              Subject: Re: Problems with bleadperl 
44486              From: "Stephen P. Potter" <spp@ds.net>
44487              Date: Fri, 13 Oct 2000 13:32:49 -0400
44488              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
44489      Branch: perl
44490            ! t/pragma/overload.t
44491 ____________________________________________________________________________
44492 [  7239] By: jhi                                   on 2000/10/16  01:41:18
44493         Log: One more ~utf8 tweak.
44494      Branch: perl
44495            ! t/op/bop.t
44496 ____________________________________________________________________________
44497 [  7238] By: jhi                                   on 2000/10/16  01:34:14
44498         Log: Tweak the test of #7235.
44499      Branch: perl
44500            ! t/op/bop.t
44501 ____________________________________________________________________________
44502 [  7237] By: jhi                                   on 2000/10/16  01:25:04
44503         Log: Fix a couple of compiler-noted nits in #7235.
44504      Branch: perl
44505            ! pp.c
44506 ____________________________________________________________________________
44507 [  7236] By: jhi                                   on 2000/10/16  01:22:46
44508         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
44509      Branch: perl
44510            ! pp.c pp_hot.c
44511 ____________________________________________________________________________
44512 [  7235] By: jhi                                   on 2000/10/15  16:24:44
44513         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
44514              
44515              From: Simon Cozens <simon@cozens.net>
44516              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
44517              Date: Sat, 14 Oct 2000 20:52:13 +0100
44518              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
44519      Branch: perl
44520            ! pp.c t/op/bop.t utf8.h
44521 ____________________________________________________________________________
44522 [  7234] By: jhi                                   on 2000/10/15  15:19:29
44523         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
44524              The problem was that rx->minlen was in chars while pp_split()
44525              thought it would be in bytes. 
44526      Branch: perl
44527            ! pp.c t/pragma/utf8.t
44528 ____________________________________________________________________________
44529 [  7233] By: jhi                                   on 2000/10/14  20:24:24
44530         Log: Document FNCASE=y as discussed in the bug 20000902.009.
44531      Branch: perl
44532            ! README.dos
44533 ____________________________________________________________________________
44534 [  7232] By: jhi                                   on 2000/10/14  18:52:21
44535         Log: Add test for bug id 20000427.003 (which seems to have
44536              been fixed) (also duplicate as 20000427.004, though
44537              with a higher severity).  Move one utf8 from op/append
44538              to pragma/utf8, tag the tests with bug ids.
44539      Branch: perl
44540            ! t/op/append.t t/pragma/utf8.t
44541 ____________________________________________________________________________
44542 [  7231] By: jhi                                   on 2000/10/14  17:28:37
44543         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
44544      Branch: perl
44545            ! t/pragma/utf8.t
44546 ____________________________________________________________________________
44547 [  7230] By: jhi                                   on 2000/10/14  14:24:50
44548         Log: Needs to be conditional on SunOS 4.
44549              
44550              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
44551              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44552              Date: Sat, 14 Oct 2000 13:37:49 +0100
44553              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
44554      Branch: metaconfig/U/perl
44555            ! End.U
44556      Branch: perl
44557            ! Configure myconfig.SH pod/perldelta.pod
44558 ____________________________________________________________________________
44559 [  7229] By: jhi                                   on 2000/10/14  00:49:22
44560         Log: Update Changes.
44561      Branch: perl
44562            ! Changes patchlevel.h
44563 ____________________________________________________________________________
44564 [  7228] By: jhi                                   on 2000/10/14  00:46:10
44565         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
44566              From: Peter Prymmer <pvhp@forte.com>
44567              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
44568              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
44569      Branch: perl
44570            ! lib/utf8.pm
44571 ____________________________________________________________________________
44572 [  7227] By: jhi                                   on 2000/10/13  23:20:30
44573         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
44574      Branch: perl
44575            ! t/op/tie.t
44576 ____________________________________________________________________________
44577 [  7226] By: jhi                                   on 2000/10/13  22:14:32
44578         Log: Tweak #7225.
44579              
44580              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
44581              From: Peter Prymmer <pvhp@forte.com>
44582              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
44583              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
44584      Branch: perl
44585            ! t/op/sprintf.t
44586 ____________________________________________________________________________
44587 [  7225] By: jhi                                   on 2000/10/13  22:11:31
44588         Log: op/sprintf.t patch for OS/390 (and any other host with limited
44589              floating-point exponent length)
44590              
44591              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
44592              From: Dominic Dunlop <domo@computer.org>
44593              Date: Fri, 13 Oct 2000 19:17:57 +0200
44594              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
44595      Branch: perl
44596            ! t/op/sprintf.t
44597 ____________________________________________________________________________
44598 [  7224] By: jhi                                   on 2000/10/13  18:40:48
44599         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
44600      Branch: perl
44601            ! toke.c
44602 ____________________________________________________________________________
44603 [  7223] By: jhi                                   on 2000/10/13  18:37:13
44604         Log: Thinko in #7222.
44605      Branch: perl
44606            ! utf8.c
44607 ____________________________________________________________________________
44608 [  7222] By: jhi                                   on 2000/10/13  18:05:23
44609         Log: Use UTF8SKIP(), from Simon Cozens.
44610      Branch: perl
44611            ! utf8.c
44612 ____________________________________________________________________________
44613 [  7221] By: jhi                                   on 2000/10/13  15:43:19
44614         Log: (accidentally empty check-in)
44615      Branch: perl
44616            ! utf8.c
44617 ____________________________________________________________________________
44618 [  7220] By: jhi                                   on 2000/10/13  15:23:51
44619         Log: Add (optimistically) Storable to static extensions.
44620      Branch: perl
44621            ! hints/uwin.sh hints/vmesa.sh
44622 ____________________________________________________________________________
44623 [  7219] By: jhi                                   on 2000/10/13  15:20:05
44624         Log: Amdahl UTS doesn't seem to do dynaloading.
44625      Branch: perl
44626            ! hints/uts.sh
44627 ____________________________________________________________________________
44628 [  7218] By: jhi                                   on 2000/10/13  15:15:20
44629         Log: Slight tweak of the code to appease Amdahl UTS cc.
44630      Branch: perl
44631            ! pp.c
44632 ____________________________________________________________________________
44633 [  7217] By: jhi                                   on 2000/10/13  14:50:42
44634         Log: In Amdahl UTS "struct sv" is defined by a system header,
44635              <ksync.h>.
44636      Branch: perl
44637            ! perl.h sv.h
44638 ____________________________________________________________________________
44639 [  7216] By: jhi                                   on 2000/10/13  11:58:25
44640         Log: Ilya implemented the memory profiling API.
44641      Branch: perl
44642            ! Todo
44643 ____________________________________________________________________________
44644 [  7215] By: jhi                                   on 2000/10/13  02:56:38
44645         Log: Subject: [PATCH 5.7.0] Perl API for mstats
44646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44647              Date: Thu, 12 Oct 2000 22:52:40 -0400
44648              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
44649      Branch: perl
44650            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
44651 ____________________________________________________________________________
44652 [  7214] By: jhi                                   on 2000/10/13  02:55:38
44653         Log: Subject: [PATCH 5.7.0] IVs in mtats
44654              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44655              Date: Thu, 12 Oct 2000 22:51:04 -0400
44656              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
44657      Branch: perl
44658            ! malloc.c perl.h
44659 ____________________________________________________________________________
44660 [  7213] By: jhi                                   on 2000/10/13  02:31:47
44661         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
44662      Branch: perl
44663            ! pod/perldiag.pod pp_sys.c
44664 ____________________________________________________________________________
44665 [  7212] By: jhi                                   on 2000/10/13  01:27:38
44666         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
44667              From: Peter Prymmer <pvhp@forte.com>
44668              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
44669              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
44670      Branch: perl
44671            ! t/op/oct.t
44672 ____________________________________________________________________________
44673 [  7211] By: jhi                                   on 2000/10/13  00:35:09
44674         Log: Update Changes.
44675      Branch: perl
44676            ! Changes patchlevel.h
44677 ____________________________________________________________________________
44678 [  7210] By: jhi                                   on 2000/10/12  23:59:40
44679         Log: The Install.pm third of
44680              
44681              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44682              From: Bill Campbell <bill@celestial.com>
44683              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
44684              Date: Thu, 5 Oct 2000 18:04:51 -0700
44685      Branch: perl
44686            ! lib/ExtUtils/Install.pm
44687 ____________________________________________________________________________
44688 [  7209] By: jhi                                   on 2000/10/12  23:58:43
44689         Log: Two thirds of
44690              
44691              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44692              Date: Thu, 5 Oct 2000 18:04:51 -0700
44693              From: Bill Campbell <bill@celestial.com>
44694              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
44695              
44696              The Install.pm changes will be submitted separately because
44697              they need some work and discussion still.
44698      Branch: perl
44699            ! lib/getopts.pl lib/termcap.pl
44700 ____________________________________________________________________________
44701 [  7208] By: jhi                                   on 2000/10/12  23:41:19
44702         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
44703              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44704              Date:     Thu, 12 Oct 2000 07:30:02 EDT
44705              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
44706      Branch: perl
44707            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
44708            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
44709 ____________________________________________________________________________
44710 [  7207] By: jhi                                   on 2000/10/12  23:39:01
44711         Log: An updated EBCDIC tr patch.
44712              
44713              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
44714              From: Peter Prymmer <pvhp@forte.com>
44715              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
44716              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
44717      Branch: perl
44718            ! t/op/tr.t
44719 ____________________________________________________________________________
44720 [  7206] By: jhi                                   on 2000/10/12  23:34:55
44721         Log: Upgrade to CPAN 1.58, from Andreas König.
44722      Branch: perl
44723            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44724 ____________________________________________________________________________
44725 [  7205] By: jhi                                   on 2000/10/12  23:29:08
44726         Log: Introduce the man[24-8] variables, from Andy Dougherty.
44727      Branch: metaconfig/U/perl
44728            + mandirs.U mandirstyle.U
44729      Branch: perl
44730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44731            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
44732            ! vos/config.h vos/config.pl vos/config_h.SH_orig
44733            ! win32/config.bc win32/config.gc win32/config.vc
44734 ____________________________________________________________________________
44735 [  7204] By: gsar                                  on 2000/10/12  18:11:24
44736         Log: restore change#7202
44737      Branch: perl
44738            ! mg.c
44739 ____________________________________________________________________________
44740 [  7203] By: gsar                                  on 2000/10/12  18:09:40
44741         Log: another test of the Emergency Broadcast System--back out 
44742              change#7202
44743      Branch: perl
44744            ! mg.c
44745 ____________________________________________________________________________
44746 [  7202] By: gsar                                  on 2000/10/12  16:40:47
44747         Log: (submitted on behalf of Jarkko)
44748              Fix the lib/encode.t subtest 6 failure as reported by Andreas
44749              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
44750              was unearthed by change 7182, as was a bug in HTML::Entities.
44751      Branch: perl
44752            ! mg.c
44753 ____________________________________________________________________________
44754 [  7201] By: jhi                                   on 2000/10/11  03:16:05
44755         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
44756      Branch: perl
44757            ! pp_hot.c t/pragma/utf8.t
44758 ____________________________________________________________________________
44759 [  7200] By: jhi                                   on 2000/10/11  00:40:30
44760         Log: The #7198 was a false alarm.
44761      Branch: perl
44762            ! pp_hot.c
44763 ____________________________________________________________________________
44764 [  7199] By: jhi                                   on 2000/10/11  00:26:04
44765         Log: Remove duplicated code.
44766      Branch: perl
44767            ! t/lib/cgi-html.t
44768 ____________________________________________________________________________
44769 [  7198] By: jhi                                   on 2000/10/10  23:30:46
44770         Log: (Retracted by #7200.)
44771      Branch: perl
44772            ! pp_hot.c
44773 ____________________________________________________________________________
44774 [  7197] By: jhi                                   on 2000/10/10  21:49:30
44775         Log: Add the test case for #7190, from the original bug report
44776              by Andreas König.
44777      Branch: perl
44778            ! t/pragma/utf8.t
44779 ____________________________________________________________________________
44780 [  7196] By: jhi                                   on 2000/10/10  21:40:49
44781         Log: Reapply Andy's patch and regen Configure.
44782      Branch: perl
44783            ! Configure INSTALL Makefile.SH Porting/Glossary
44784            ! Porting/config.sh config_h.SH epoc/config.sh installperl
44785            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
44786            ! win32/config.vc
44787 ____________________________________________________________________________
44788 [  7195] By: jhi                                   on 2000/10/10  21:09:30
44789         Log: Use the versiononly instead of the installscripts,
44790              retract the changes 7146 and 7147.
44791      Branch: perl
44792            ! Configure INSTALL Makefile.SH Porting/Glossary
44793            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
44794            ! installperl uconfig.sh vos/config.def win32/config.bc
44795            ! win32/config.gc win32/config.vc
44796 ____________________________________________________________________________
44797 [  7194] By: jhi                                   on 2000/10/10  21:06:15
44798         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
44799              From: Peter Prymmer <pvhp@forte.com>
44800              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
44801              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
44802      Branch: perl
44803            ! t/op/ver.t
44804 ____________________________________________________________________________
44805 [  7193] By: jhi                                   on 2000/10/10  21:05:12
44806         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
44807              From: Peter Prymmer <pvhp@forte.com>
44808              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
44809              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
44810      Branch: perl
44811            ! t/op/tr.t
44812 ____________________________________________________________________________
44813 [  7192] By: jhi                                   on 2000/10/10  20:57:30
44814         Log: Add versiononly, delete installscripts, from Andy Dougherty.
44815      Branch: metaconfig
44816            - U/installdirs/installscripts.U
44817      Branch: metaconfig/U/perl
44818            + versiononly.U
44819 ____________________________________________________________________________
44820 [  7191] By: jhi                                   on 2000/10/10  19:41:21
44821         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
44822              From: Peter Prymmer <pvhp@forte.com>
44823              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
44824              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
44825      Branch: perl
44826            ! pod/perlebcdic.pod
44827 ____________________________________________________________________________
44828 [  7190] By: jhi                                   on 2000/10/10  19:26:14
44829         Log: Subject: Re: utf8 concat, mg_get
44830              From: Simon Cozens <simon@cozens.net>
44831              Date: Tue, 10 Oct 2000 17:40:17 +0100
44832              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
44833      Branch: perl
44834            ! pp_hot.c
44835 ____________________________________________________________________________
44836 [  7189] By: jhi                                   on 2000/10/10  19:23:03
44837         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
44838              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
44839              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
44840              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
44841      Branch: perl
44842            ! lib/ExtUtils/MM_Unix.pm
44843 ____________________________________________________________________________
44844 [  7188] By: jhi                                   on 2000/10/10  15:31:24
44845         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
44846              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44847              Date: Fri, 14 Jul 2000 10:47:36 +0100
44848              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
44849      Branch: perl
44850            ! README.win32
44851 ____________________________________________________________________________
44852 [  7187] By: jhi                                   on 2000/10/10  13:30:10
44853         Log: Quote the temp file name, needed in Win32 because the
44854              default name unfortunately contains spaces, shouldn't
44855              hurt elsewhere.
44856              
44857              Subject: FW: perldoc fails if $TEMP contains spaces
44858              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44859              Date: Thu, 14 Sep 2000 08:58:45 +0100
44860              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
44861      Branch: perl
44862            ! utils/perldoc.PL
44863 ____________________________________________________________________________
44864 [  7186] By: jhi                                   on 2000/10/10  13:16:27
44865         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
44866              From: hv@hugo.hybyte.com
44867              Date: Tue, 10 Oct 2000 14:10:20 +0100
44868              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
44869      Branch: perl
44870            ! t/lib/thr5005.t util.c
44871 ____________________________________________________________________________
44872 [  7185] By: jhi                                   on 2000/10/10  12:06:22
44873         Log: Upgrade to podlators 1.04, from Russ Allbery.
44874      Branch: perl
44875            ! lib/Pod/Man.pm lib/Pod/Text.pm
44876 ____________________________________________________________________________
44877 [  7184] By: jhi                                   on 2000/10/10  12:01:32
44878         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
44879      Branch: perl
44880            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
44881 ____________________________________________________________________________
44882 [  7183] By: jhi                                   on 2000/10/09  23:47:15
44883         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
44884              From: Peter Prymmer <pvhp@forte.com>
44885              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
44886              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
44887      Branch: perl
44888            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
44889 ____________________________________________________________________________
44890 [  7182] By: jhi                                   on 2000/10/09  23:43:16
44891         Log: Make eq work again with utf8 (disabling the upgrading
44892              should no more be necessary since the copies of the
44893              scalars are upgraded, not the scalars themselves).
44894              Takes care of ID 20001009.001.  (The claimed length()
44895              bug in 20001009.001 seems bogus to me.)
44896      Branch: perl
44897            ! sv.c t/pragma/utf8.t
44898 ____________________________________________________________________________
44899 [  7181] By: gsar                                  on 2000/10/09  19:41:54
44900         Log: tweak for change#7173
44901      Branch: perl
44902            ! win32/win32sck.c
44903 ____________________________________________________________________________
44904 [  7180] By: gsar                                  on 2000/10/09  19:26:56
44905         Log: on Windows, clean targets might not work under some flavors of the shell
44906      Branch: perl
44907            ! win32/Makefile win32/makefile.mk
44908 ____________________________________________________________________________
44909 [  7179] By: jhi                                   on 2000/10/09  19:21:02
44910         Log: Update Changes.
44911      Branch: perl
44912            ! Changes patchlevel.h
44913 ____________________________________________________________________________
44914 [  7178] By: jhi                                   on 2000/10/09  19:18:23
44915         Log: Warn about unknown scripts.
44916              
44917              Subject: Re: ideas? patches? [PATCH bleadperl]
44918              From: Dominic Dunlop <domo@computer.org>
44919              Date: Mon, 9 Oct 2000 14:57:17 +0200
44920              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
44921      Branch: perl
44922            ! lib/charnames.pm
44923 ____________________________________________________________________________
44924 [  7177] By: jhi                                   on 2000/10/09  19:13:27
44925         Log: Change #7160 had a nasty typo.
44926      Branch: metaconfig
44927            ! U/compline/Compile.U
44928      Branch: perl
44929            ! Configure config_h.SH
44930 ____________________________________________________________________________
44931 [  7176] By: gsar                                  on 2000/10/09  18:59:33
44932         Log: pod nit
44933      Branch: perl
44934            ! pod/perlport.pod
44935 ____________________________________________________________________________
44936 [  7175] By: gsar                                  on 2000/10/09  18:54:28
44937         Log: Windows9x doesn't support link(), despite what Config.pm
44938              might think
44939      Branch: perl
44940            ! lib/ExtUtils/Manifest.pm
44941 ____________________________________________________________________________
44942 [  7174] By: gsar                                  on 2000/10/09  18:50:03
44943         Log: avoid nonportable example code
44944      Branch: perl
44945            ! lib/File/Copy.pm
44946 ____________________________________________________________________________
44947 [  7173] By: gsar                                  on 2000/10/09  18:46:54
44948         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
44949              being used) when closing a socket handle
44950      Branch: perl
44951            ! win32/win32.c win32/win32.h win32/win32sck.c
44952 ____________________________________________________________________________
44953 [  7172] By: gsar                                  on 2000/10/09  18:41:40
44954         Log: on Windows, cwd strings in the environment should be of the
44955              form =X:=X:\foo instead of =X=X:\foo\
44956      Branch: perl
44957            ! win32/vdir.h
44958 ____________________________________________________________________________
44959 [  7171] By: gsar                                  on 2000/10/09  18:30:09
44960         Log: on Windows, LoadLibrary() could load an extension DLL multiple
44961              times if forward slashes are used in the path
44962      Branch: perl
44963            ! win32/win32.c
44964 ____________________________________________________________________________
44965 [  7170] By: jhi                                   on 2000/10/09  17:53:59
44966         Log: Add a todo note about overloadable assertions.
44967      Branch: perl
44968            ! Todo-5.6
44969 ____________________________________________________________________________
44970 [  7169] By: jhi                                   on 2000/10/09  13:43:45
44971         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
44972              From: mjd@plover.com
44973              Date: 9 Oct 2000 00:24:44 -0000
44974              Message-ID: <20001009002444.10616.qmail@plover.com>
44975      Branch: perl
44976            ! pod/perldebguts.pod
44977 ____________________________________________________________________________
44978 [  7168] By: nick                                  on 2000/10/08  13:16:33
44979         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
44980              is not right thing to do on (e.g. x86). Network order is also "right" for
44981              X fonts.
44982      Branch: perl
44983            ! ext/Encode/Encode.pm
44984 ____________________________________________________________________________
44985 [  7167] By: nick                                  on 2000/10/08  12:54:42
44986         Log: Make "encodings" work post-install when Encode/*.enc files may not
44987              be in same directory as Encode.pm
44988      Branch: perl
44989            ! ext/Encode/Encode.pm
44990 ____________________________________________________________________________
44991 [  7166] By: nick                                  on 2000/10/08  11:51:26
44992         Log: Work round the fact that $hash->{$key} does not take into account
44993              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
44994              so that key is always in the "expected" encoding - i.e. same way we put
44995              it in the hash.
44996      Branch: perl
44997            ! ext/Encode/Encode.pm
44998 ____________________________________________________________________________
44999 [  7165] By: gsar                                  on 2000/10/08  04:15:29
45000         Log: save_re_context() could reset PL_curcop to freed memory, causing core
45001              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
45002      Branch: perl
45003            ! pp_ctl.c
45004 ____________________________________________________________________________
45005 [  7164] By: jhi                                   on 2000/10/06  20:51:48
45006         Log: UTF8ize split() so that the cloned substrings get the UTF8
45007              flag of the original scalar.  Problem reported by Simon Cozens.
45008      Branch: perl
45009            ! pp.c t/pragma/utf8.t
45010 ____________________________________________________________________________
45011 [  7163] By: nick                                  on 2000/10/06  20:48:34
45012         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
45013              got a false +ve and so did not reach code which would have un-FAKEd the SV.
45014      Branch: perl
45015            ! sv.c
45016 ____________________________________________________________________________
45017 [  7162] By: nick                                  on 2000/10/06  20:25:37
45018         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
45019              To fix  (sort {$a <=> $b} keys %hash) in particular but
45020              should cover a number of other as-yet-unknown cases as well.
45021      Branch: perl
45022            ! sv.c
45023 ____________________________________________________________________________
45024 [  7161] By: jhi                                   on 2000/10/06  19:56:18
45025         Log: Change the version number of Tie::Handle in the core to 4.0,
45026              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
45027              
45028              Subject: Note on Tie::Handle
45029              From: andreas.koenig@anima.de (Andreas J. Koenig)
45030              Date:      06 Oct 2000 21:48:58 +0200
45031              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
45032      Branch: perl
45033            ! lib/Tie/Handle.pm
45034 ____________________________________________________________________________
45035 [  7160] By: jhi                                   on 2000/10/06  18:20:35
45036         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
45037              as the first option of cc/ld because of ultrapicky compilers
45038              (e.g. OS/390 R2.5)
45039      Branch: metaconfig
45040            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
45041            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
45042            ! U/compline/orderlib.U U/modified/Cppsym.U
45043            ! U/modified/d_access.U
45044      Branch: metaconfig/U/perl
45045            ! Checkcc.U d_dlsymun.U gccvers.U
45046      Branch: perl
45047            ! Configure config_h.SH
45048 ____________________________________________________________________________
45049 [  7159] By: jhi                                   on 2000/10/06  13:56:39
45050         Log: Update Changes.
45051      Branch: perl
45052            ! Changes patchlevel.h
45053 ____________________________________________________________________________
45054 [  7158] By: jhi                                   on 2000/10/06  12:48:40
45055         Log: Eliminate $Is_VMS code from the test.
45056              
45057              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
45058              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45059              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
45060              Date:     Thu, 5 Oct 2000 07:46:33 EDT
45061      Branch: perl
45062            ! t/lib/b.t
45063 ____________________________________________________________________________
45064 [  7157] By: jhi                                   on 2000/10/06  12:47:13
45065         Log: Also the $ccflags is needed for the C compiler check.
45066              
45067              Subject: Configure (check for C-compiler)
45068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45069              Date: Fri, 06 Oct 2000 08:47:15 +0200
45070              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
45071      Branch: metaconfig/U/perl
45072            ! Checkcc.U
45073      Branch: perl
45074            ! Configure config_h.SH
45075 ____________________________________________________________________________
45076 [  7156] By: jhi                                   on 2000/10/06  11:45:15
45077         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
45078      Branch: perl
45079            ! perl.c pp_ctl.c sv.h utf8.c
45080 ____________________________________________________________________________
45081 [  7155] By: jhi                                   on 2000/10/06  11:40:41
45082         Log: IO::Handle->syswrite() did not handle length omission
45083              like CORE::syswrite() does.
45084              
45085              Subject: [Fwd] IO::Handle, syswrite and arguments
45086              From: Graham Barr <gbarr@pobox.com>
45087              Date: Fri, 6 Oct 2000 10:22:05 +0100
45088              Message-ID: <20001006102205.U6312@pobox.com>
45089              
45090              The original patch from andrew@ugh.net.au.
45091      Branch: perl
45092            ! ext/IO/lib/IO/Handle.pm
45093 ____________________________________________________________________________
45094 [  7154] By: jhi                                   on 2000/10/06  01:42:15
45095         Log: Tweak #7153.
45096      Branch: perl
45097            ! utf8.h
45098 ____________________________________________________________________________
45099 [  7153] By: jhi                                   on 2000/10/06  00:39:55
45100         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
45101      Branch: perl
45102            ! utf8.h
45103 ____________________________________________________________________________
45104 [  7152] By: jhi                                   on 2000/10/06  00:38:11
45105         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
45106      Branch: perl
45107            ! perl.c pp_ctl.c sv.h utf8.c
45108 ____________________________________________________________________________
45109 [  7151] By: jhi                                   on 2000/10/06  00:36:38
45110         Log: Subject: Re: Questions about Tie::Array and perl modules
45111              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45112              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
45113              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
45114              
45115              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
45116      Branch: perl
45117            ! lib/Tie/Array.pm t/op/array.t
45118 ____________________________________________________________________________
45119 [  7150] By: jhi                                   on 2000/10/05  00:20:45
45120         Log: Regen Changes.
45121      Branch: perl
45122            ! Changes patchlevel.h
45123 ____________________________________________________________________________
45124 [  7149] By: jhi                                   on 2000/10/05  00:20:01
45125         Log: Regen toc.
45126      Branch: perl
45127            ! pod/perltoc.pod
45128 ____________________________________________________________________________
45129 [  7148] By: jhi                                   on 2000/10/04  23:35:08
45130         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
45131              reported several times by Dominic Dunlop, for example in
45132              ID 20000315.008.  Patch from Dominic.  Patch affects at
45133              least MachTen, and possibly other oldish BSDs. Should not
45134              break non-broken platforms (tested on LinuxPPC). 
45135      Branch: perl
45136            ! doio.c
45137 ____________________________________________________________________________
45138 [  7147] By: jhi                                   on 2000/10/04  23:26:34
45139         Log: The one that got away from 7146.
45140      Branch: metaconfig
45141            + U/installdirs/installscripts.U
45142 ____________________________________________________________________________
45143 [  7146] By: jhi                                   on 2000/10/04  23:25:04
45144         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
45145              suggested by H. Merijn Brand.
45146      Branch: perl
45147            ! Configure INSTALL Makefile.SH Porting/Glossary
45148            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
45149            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
45150            ! win32/config.vc
45151 ____________________________________________________________________________
45152 [  7145] By: jhi                                   on 2000/10/04  22:08:21
45153         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45155              Date: Wed, 4 Oct 2000 17:37:46 -0400
45156              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
45157      Branch: perl
45158            ! utils/h2xs.PL
45159 ____________________________________________________________________________
45160 [  7144] By: jhi                                   on 2000/10/04  18:11:41
45161         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
45162              From: Jeff Pinyan <jeffp@crusoe.net>
45163              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
45164              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
45165      Branch: perl
45166            ! pod/perlrun.pod
45167 ____________________________________________________________________________
45168 [  7143] By: jhi                                   on 2000/10/04  18:09:58
45169         Log: Subject: perlhack.pod Patch for Externals Tools
45170              From: Fisher Mark <fisherm@tce.com>
45171              Date: Tue, 3 Oct 2000 15:43:27 -0500 
45172              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
45173      Branch: perl
45174            ! pod/perlhack.pod
45175 ____________________________________________________________________________
45176 [  7142] By: jhi                                   on 2000/10/04  18:08:41
45177         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
45178              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45179              Date:     Wed, 4 Oct 2000 12:11:11 EDT
45180              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
45181      Branch: perl
45182            ! vms/vms.c
45183 ____________________________________________________________________________
45184 [  7141] By: jhi                                   on 2000/10/04  12:20:16
45185         Log: Subject: [PATCH 5.7.0] h2xs not working
45186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45187              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
45188              Date: Tue, 3 Oct 2000 21:43:01 -0400
45189              
45190              Subject: [PATCH 5.7.0] h2xs not documenting the created module
45191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45192              Date: Tue, 3 Oct 2000 22:55:19 -0400
45193              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
45194      Branch: perl
45195            ! utils/h2xs.PL
45196 ____________________________________________________________________________
45197 [  7140] By: jhi                                   on 2000/10/04  11:53:44
45198         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
45199              From: nick@babyhippo.com
45200              Date: Wed, 4 Oct 2000 12:06:45 +0100
45201              Message-Id: <20001004120645.A7356@babyhippo.com>
45202              
45203              Retract 7118 and 7135.
45204      Branch: perl
45205            ! installman installperl op.c t/pragma/subs.t
45206 ____________________________________________________________________________
45207 [  7139] By: jhi                                   on 2000/10/03  22:09:41
45208         Log: It is possible to have no hosts database at all.  Pointed out in
45209              
45210              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45211              From: Peter Prymmer <pvhp@forte.com>
45212              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
45213              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
45214      Branch: metaconfig
45215            ! U/modified/myhostname.U
45216      Branch: perl
45217            ! Configure config_h.SH
45218 ____________________________________________________________________________
45219 [  7138] By: jhi                                   on 2000/10/03  21:49:49
45220         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45221              From: Peter Prymmer <pvhp@forte.com>
45222              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
45223              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
45224      Branch: perl
45225            ! pp_sys.c
45226 ____________________________________________________________________________
45227 [  7137] By: jhi                                   on 2000/10/03  20:10:05
45228         Log: One remaining nit less at the VMS mailbox sizing.
45229      Branch: perl
45230            ! vms/vms.c
45231 ____________________________________________________________________________
45232 [  7136] By: jhi                                   on 2000/10/03  20:08:47
45233         Log: Test harness update to sync with the new perlcc,
45234              from Simon Cozens.
45235      Branch: perl
45236            ! t/TEST t/UTEST
45237 ____________________________________________________________________________
45238 [  7135] By: jhi                                   on 2000/10/03  15:15:42
45239         Log: Subject: Re: PATCH for 20001003.004
45240              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
45241              From: "AARON B. DOSSETT" <aaron@iglou.com>
45242              Message-Id: <E13gTay-0006od-00@iglou.com>
45243      Branch: perl
45244            ! installman installperl
45245 ____________________________________________________________________________
45246 [  7134] By: jhi                                   on 2000/10/03  15:00:34
45247         Log: Subject: [ID 20001003.006] B::Debug not -w clean
45248              From: Nicholas Clark <nick@babyhippo.co.uk>
45249              Date: Tue, 03 Oct 2000 15:46:32 +0100
45250              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
45251      Branch: perl
45252            ! ext/B/B/Debug.pm
45253 ____________________________________________________________________________
45254 [  7133] By: jhi                                   on 2000/10/03  14:58:39
45255         Log: Scale down the VMS message boxes, by Charles Lane.
45256              Fix for ID 20000903.009, workaround at
45257              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
45258      Branch: perl
45259            ! vms/vms.c
45260 ____________________________________________________________________________
45261 [  7132] By: jhi                                   on 2000/10/03  11:20:37
45262         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
45263      Branch: perl
45264            + t/lib/st-lock.t t/lib/st-utf8.t
45265            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
45266            ! ext/Storable/Storable.xs t/lib/st-recurse.t
45267 ____________________________________________________________________________
45268 [  7131] By: jhi                                   on 2000/10/03  03:38:23
45269         Log: Encode nits.
45270      Branch: perl
45271            ! MANIFEST Makefile.SH
45272 ____________________________________________________________________________
45273 [  7130] By: jhi                                   on 2000/10/03  03:31:05
45274         Log: Update Changes.
45275      Branch: perl
45276            ! Changes patchlevel.h
45277 ____________________________________________________________________________
45278 [  7129] By: jhi                                   on 2000/10/03  02:24:02
45279         Log: Misplaced else.
45280      Branch: metaconfig/U/perl
45281            ! d_strtoll.U
45282      Branch: perl
45283            ! Configure config_h.SH
45284 ____________________________________________________________________________
45285 [  7128] By: jhi                                   on 2000/10/03  02:08:29
45286         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
45287              From: sthoenna@efn.org
45288              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
45289              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
45290      Branch: metaconfig/U/perl
45291            ! d_strtoll.U
45292      Branch: perl
45293            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
45294 ____________________________________________________________________________
45295 [  7127] By: jhi                                   on 2000/10/03  01:13:14
45296         Log: Update Changes.
45297      Branch: perl
45298            ! Changes patchlevel.h
45299 ____________________________________________________________________________
45300 [  7126] By: jhi                                   on 2000/10/03  00:57:08
45301         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
45302              as suggested by Olaf Flebbe and Nick Clark.
45303      Branch: perl
45304            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
45305 ____________________________________________________________________________
45306 [  7125] By: jhi                                   on 2000/10/03  00:50:56
45307         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
45308              From: Nick Clark <nick@plum.flirble.org>
45309              Date: Mon, 2 Oct 2000 11:03:24 +0100
45310              Message-Id: <20001002110324.D20073@plum.flirble.org>
45311              
45312              Also fixes bug ID 20001002.005.
45313      Branch: perl
45314            ! t/lib/encode.t
45315 ____________________________________________________________________________
45316 [  7124] By: jhi                                   on 2000/10/03  00:34:59
45317         Log: Subject: [PATCH 5.7.0] Epoc update
45318              From: Olaf Flebbe <o.flebbe@gmx.de>
45319              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
45320              Message-ID: <26423.969484586@www10.gmx.net>
45321      Branch: perl
45322            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
45323            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
45324            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
45325            ! util.c util.h
45326 ____________________________________________________________________________
45327 [  7123] By: jhi                                   on 2000/10/03  00:30:07
45328         Log: Regen headers.
45329      Branch: perl
45330            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
45331 ____________________________________________________________________________
45332 [  7122] By: jhi                                   on 2000/10/03  00:10:48
45333         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
45334      Branch: perl
45335            ! hints/openbsd.sh
45336 ____________________________________________________________________________
45337 [  7121] By: jhi                                   on 2000/10/03  00:05:06
45338         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
45339              From: <abigail@foad.org>
45340              Date: Tue, 26 Sep 2000 13:36:14 -0400
45341              Message-ID: <20000926173614.4356.qmail@foad.org>
45342      Branch: perl
45343            ! pod/perlop.pod
45344 ____________________________________________________________________________
45345 [  7120] By: jhi                                   on 2000/10/03  00:04:00
45346         Log: Inside require() $^S was always left undefined.
45347              
45348              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
45349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45350              Date: Wed, 27 Sep 2000 18:54:49 -0400
45351              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
45352      Branch: perl
45353            ! cop.h mg.c pp_ctl.c util.c
45354 ____________________________________________________________________________
45355 [  7119] By: jhi                                   on 2000/10/03  00:00:16
45356         Log: Subject: [PATCH] DLL not restartabke with threaded perl
45357              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
45358              Date: Thu, 28 Sep 2000 09:20:46 +0100
45359              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
45360      Branch: perl
45361            ! perl.c
45362 ____________________________________________________________________________
45363 [  7118] By: jhi                                   on 2000/10/02  23:59:20
45364         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
45365              From: Nicholas Clark <nick@ccl4.org>
45366              Date: Thu, 28 Sep 2000 11:52:24 +0100
45367              Message-ID: <20000928115224.D7924@plum.flirble.org>
45368      Branch: perl
45369            ! op.c
45370 ____________________________________________________________________________
45371 [  7117] By: jhi                                   on 2000/10/02  23:57:51
45372         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
45373              From: Nicholas Clark <nick@babyhippo.co.uk>
45374              Date: Thu, 28 Sep 2000 12:18:10 +0100
45375              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
45376              
45377              Did not apply cleanly, manual intervention was needed.
45378      Branch: perl
45379            ! ext/B/B/Bytecode.pm utils/perlcc.PL
45380 ____________________________________________________________________________
45381 [  7116] By: jhi                                   on 2000/10/02  23:50:40
45382         Log: Document the issue (is not a syntax error, kind of)
45383              
45384              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
45385              From: Nicholas Clark <nick@ccl4.org>
45386              Date: Thu, 28 Sep 2000 17:12:42 +0100
45387              Message-ID: <20000928171242.K7924@plum.flirble.org>
45388      Branch: perl
45389            ! pod/perldata.pod
45390 ____________________________________________________________________________
45391 [  7115] By: jhi                                   on 2000/10/02  23:48:58
45392         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
45393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45394              Date: Thu, 28 Sep 2000 21:55:31 -0400
45395              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
45396      Branch: perl
45397            ! regexec.c
45398 ____________________________________________________________________________
45399 [  7114] By: jhi                                   on 2000/10/02  23:47:57
45400         Log: Subject: DOC PATCH 5.6.0
45401              From: mjd@plover.com
45402              Date: 30 Sep 2000 06:02:34 -0000
45403              Message-ID: <20000930060234.4559.qmail@plover.com>
45404      Branch: perl
45405            ! pod/perldebguts.pod
45406 ____________________________________________________________________________
45407 [  7113] By: jhi                                   on 2000/10/02  23:46:43
45408         Log: SOCK_DGRAM and listen() do not mix as reported in
45409              
45410              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
45411              From: Petter Reinholdtsen <pere@hungry.com>
45412              Date: Sun, 1 Oct 2000 10:57:20 +0800
45413              Message-Id: <200010010257.KAA05735@localhost.localdomain>
45414              
45415              The patch for 5.7.0+ had to be reengineered, though.
45416      Branch: perl
45417            ! ext/IO/lib/IO/Socket/UNIX.pm
45418 ____________________________________________________________________________
45419 [  7112] By: jhi                                   on 2000/10/02  23:36:57
45420         Log: Subject: Re: [PATCH 5.005_64 missed]
45421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45422              Date: Sun, 1 Oct 2000 18:50:10 -0400
45423              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
45424      Branch: perl
45425            ! pod/perlxs.pod
45426 ____________________________________________________________________________
45427 [  7111] By: jhi                                   on 2000/10/02  23:35:40
45428         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
45429              From: Radu Greab <radu@netsoft.ro>
45430              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
45431              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
45432      Branch: perl
45433            ! op.c opcode.pl t/op/substr.t
45434 ____________________________________________________________________________
45435 [  7110] By: jhi                                   on 2000/10/02  23:32:38
45436         Log: Subject: [PATCH] Fix aliasing of tied filehandles
45437              From: Daniel Chetlin <daniel@chetlin.com>
45438              Date: Mon, 2 Oct 2000 14:53:27 -0700
45439              Message-ID: <20001002145327.C1617@ilmd>
45440      Branch: perl
45441            ! perl.h pp_hot.c t/op/tiehandle.t
45442 ____________________________________________________________________________
45443 [  7109] By: jhi                                   on 2000/10/02  23:31:30
45444         Log: s/Robin Parker/Robin Barker/
45445      Branch: perl
45446            ! Changes5.6
45447 ____________________________________________________________________________
45448 [  7108] By: jhi                                   on 2000/10/02  23:15:46
45449         Log: Retract #7091 as suggested in
45450              
45451              From: Robin Barker <rmb1@cise.npl.co.uk> 
45452              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
45453              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
45454              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
45455      Branch: perl
45456            ! embed.pl proto.h
45457 ____________________________________________________________________________
45458 [  7107] By: nick                                  on 2000/10/02  18:23:14
45459         Log: A few tweaks to get Tk803 to work with Encode scheme.
45460      Branch: perl
45461            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
45462 ____________________________________________________________________________
45463 [  7106] By: nick                                  on 2000/10/01  21:34:14
45464         Log: Add checking cases to Encode's toUnicode and fromUnicode.
45465      Branch: perl
45466            ! ext/Encode/Encode.pm
45467 ____________________________________________________________________________
45468 [  7105] By: nick                                  on 2000/10/01  17:18:01
45469         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
45470              To read and use them.
45471              Add a lib/encode.t which checks a few things.
45472      Branch: perl
45473            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
45474            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
45475            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
45476            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
45477            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
45478            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
45479            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
45480            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
45481            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
45482            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
45483            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
45484            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
45485            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
45486            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
45487            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
45488            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
45489            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
45490            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
45491            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
45492            + ext/Encode/Encode/iso2022-jp.enc
45493            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
45494            + ext/Encode/Encode/iso8859-1.enc
45495            + ext/Encode/Encode/iso8859-2.enc
45496            + ext/Encode/Encode/iso8859-3.enc
45497            + ext/Encode/Encode/iso8859-4.enc
45498            + ext/Encode/Encode/iso8859-5.enc
45499            + ext/Encode/Encode/iso8859-6.enc
45500            + ext/Encode/Encode/iso8859-7.enc
45501            + ext/Encode/Encode/iso8859-8.enc
45502            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
45503            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
45504            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
45505            + ext/Encode/Encode/macCentEuro.enc
45506            + ext/Encode/Encode/macCroatian.enc
45507            + ext/Encode/Encode/macCyrillic.enc
45508            + ext/Encode/Encode/macDingbats.enc
45509            + ext/Encode/Encode/macGreek.enc
45510            + ext/Encode/Encode/macIceland.enc
45511            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
45512            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
45513            + ext/Encode/Encode/macTurkish.enc
45514            + ext/Encode/Encode/macUkraine.enc
45515            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
45516            + t/lib/encode.t
45517            ! MANIFEST ext/Encode/Encode.pm
45518 ____________________________________________________________________________
45519 [  7104] By: nick                                  on 2000/09/30  13:04:30
45520         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
45521              From: Daniel Chetlin <daniel@chetlin.com>
45522              Date: Mon, 18 Sep 2000 05:05:40 -0700
45523              Message-Id: <20000918050540.C652@ilmd>
45524      Branch: perl
45525            ! lib/overload.pm sv.c t/pragma/overload.t
45526 ____________________________________________________________________________
45527 [  7103] By: nick                                  on 2000/09/30  12:53:36
45528         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
45529              From: Johan Vromans <jvromans@squirrel.nl>
45530              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
45531              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
45532      Branch: perl
45533            ! pod/Makefile.SH
45534 ____________________________________________________________________________
45535 [  7102] By: nick                                  on 2000/09/30  12:52:31
45536         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
45537              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45538              Date: Sat, 16 Sep 2000 16:36:45 -0400
45539              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
45540      Branch: perl
45541            ! ext/B/B/Deparse.pm
45542 ____________________________________________________________________________
45543 [  7101] By: nick                                  on 2000/09/30  12:51:41
45544         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
45545              From: Craig A. Berry <craig.berry@psinetcs.com>
45546              Date: Sat, 16 Sep 2000 10:11:10 -0500
45547              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
45548      Branch: perl
45549            ! vms/vms.c
45550 ____________________________________________________________________________
45551 [  7100] By: nick                                  on 2000/09/30  12:50:33
45552         Log: Subject: Re: unicode support and perl [ID 20000901.097]
45553              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45554              Date: Fri, 15 Sep 2000 16:37:58 -0400
45555              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
45556      Branch: perl
45557            ! t/op/append.t
45558 ____________________________________________________________________________
45559 [  7099] By: nick                                  on 2000/09/30  12:49:35
45560         Log: Subject: Re: unicode support and perl [ID 20000901.097]
45561              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45562              Date: Fri, 15 Sep 2000 16:25:30 -0400
45563              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
45564      Branch: perl
45565            ! pp_hot.c
45566 ____________________________________________________________________________
45567 [  7098] By: nick                                  on 2000/09/30  12:48:00
45568         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
45569              From: Gisle Aas <gisle@ActiveState.com>
45570              Date: 15 Sep 2000 16:23:41 +0200
45571              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
45572      Branch: perl
45573            ! toke.c
45574 ____________________________________________________________________________
45575 [  7097] By: nick                                  on 2000/09/30  12:45:16
45576         Log: Subject: [PATCH] Nits in perlmod.pod
45577              From: Daniel Chetlin <daniel@chetlin.com>
45578              Date: Fri, 15 Sep 2000 02:04:09 -0700
45579              Message-Id: <20000915020409.A2104@ilmd>
45580      Branch: perl
45581            ! pod/perlmod.pod
45582 ____________________________________________________________________________
45583 [  7096] By: nick                                  on 2000/09/30  12:18:00
45584         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
45585              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
45586              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
45587              0 to checking to get the warning.
45588      Branch: perl
45589            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
45590            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
45591            ! regexec.c sv.c toke.c utf8.c
45592 ____________________________________________________________________________
45593 [  7095] By: nick                                  on 2000/09/15  16:55:59
45594         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
45595              
45596              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
45597              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45598              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
45599              Date: Fri, 15 Sep 2000 06:37:30 -0400
45600      Branch: perl
45601            ! ext/Encode/Encode.xs sv.c
45602 ____________________________________________________________________________
45603 [  7094] By: jhi                                   on 2000/09/15  03:23:32
45604         Log: Update Changes.
45605      Branch: perl
45606            ! Changes patchlevel.h
45607 ____________________________________________________________________________
45608 [  7093] By: jhi                                   on 2000/09/15  03:11:44
45609         Log: Fix for the charnames.t failures from Spider Boardman.
45610      Branch: perl
45611            ! toke.c
45612 ____________________________________________________________________________
45613 [  7092] By: jhi                                   on 2000/09/15  00:15:48
45614         Log: Botched the #7090 check-in.
45615      Branch: perl
45616            ! sv.c
45617 ____________________________________________________________________________
45618 [  7091] By: jhi                                   on 2000/09/14  23:33:24
45619         Log: Part of #7081 didn't come through.
45620      Branch: perl
45621            ! embed.pl proto.h
45622 ____________________________________________________________________________
45623 [  7090] By: jhi                                   on 2000/09/14  23:17:39
45624         Log: Subject: Re: perl@7078 
45625              From: Spider Boardman <spider@web.zk3.dec.com>
45626              Date: Thu, 14 Sep 2000 19:06:36 -0400
45627              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
45628      Branch: perl
45629            ! sv.c toke.c
45630 ____________________________________________________________________________
45631 [  7089] By: jhi                                   on 2000/09/14  23:11:21
45632         Log: Small portability tweaks.
45633      Branch: perl
45634            ! ext/Encode/Encode.xs
45635 ____________________________________________________________________________
45636 [  7088] By: jhi                                   on 2000/09/14  22:57:23
45637         Log: Fake return to pacify picky compilers.
45638      Branch: perl
45639            ! ext/Encode/Encode.xs
45640 ____________________________________________________________________________
45641 [  7087] By: jhi                                   on 2000/09/14  22:53:37
45642         Log: Subject: [PATCH] utf8.c apidoc
45643              From: Simon Cozens <simon@cozens.net>
45644              Date: Thu, 14 Sep 2000 23:46:57 +0100
45645              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
45646      Branch: perl
45647            ! perlapi.c pod/perlapi.pod utf8.c
45648 ____________________________________________________________________________
45649 [  7086] By: jhi                                   on 2000/09/14  22:40:38
45650         Log: We don't need to count the high bit bytes, a boolean is enough. 
45651      Branch: perl
45652            ! sv.c
45653 ____________________________________________________________________________
45654 [  7085] By: jhi                                   on 2000/09/14  21:20:09
45655         Log: Replace #7084 with
45656              
45657              Subject: Re: perl@7078 
45658              From: Spider Boardman <spider@web.zk3.dec.com>
45659              Date: Thu, 14 Sep 2000 17:09:36 -0400
45660              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
45661      Branch: perl
45662            ! sv.c utf8.c
45663 ____________________________________________________________________________
45664 [  7084] By: jhi                                   on 2000/09/14  20:03:34
45665         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
45666              convertable to bytes by checking it doesn't go above 0xc3
45667              
45668              Subject: Re: perl@7078
45669              From: Simon Cozens <simon@cozens.net>
45670              Date: Thu, 14 Sep 2000 20:59:19 +0100
45671              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
45672      Branch: perl
45673            ! utf8.c
45674 ____________________________________________________________________________
45675 [  7083] By: jhi                                   on 2000/09/14  19:38:47
45676         Log: Subject: Re: perl@7078
45677              From: Simon Cozens <simon@cozens.net>
45678              Date: Thu, 14 Sep 2000 20:13:09 +0100
45679              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
45680      Branch: perl
45681            ! t/op/bop.t
45682 ____________________________________________________________________________
45683 [  7082] By: jhi                                   on 2000/09/14  17:50:44
45684         Log: The one that got away.
45685      Branch: perl
45686            ! lib/File/Find.pm
45687 ____________________________________________________________________________
45688 [  7081] By: jhi                                   on 2000/09/14  17:45:35
45689         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
45690              From: Robin Barker <rmb1@cise.npl.co.uk>
45691              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
45692              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
45693      Branch: perl
45694            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
45695            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
45696            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
45697            ! regcomp.c toke.c universal.c
45698 ____________________________________________________________________________
45699 [  7080] By: jhi                                   on 2000/09/14  17:40:35
45700         Log: Problems picked up by AIX cc.
45701              
45702              Subject: Re: perl@7078 (patch included)
45703              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45704              Date: Thu, 14 Sep 2000 18:53:30 +0200
45705              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
45706      Branch: perl
45707            ! ext/Encode/Encode.xs
45708 ____________________________________________________________________________
45709 [  7079] By: jhi                                   on 2000/09/14  17:38:27
45710         Log: Subject: File::Find 5.7.0 POD nits
45711              From: Rich Morin <rdm@cfcl.com>
45712              Date: Wed, 13 Sep 2000 22:03:58 -0700
45713              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
45714      Branch: perl
45715            ! lib/File/Find.pm
45716 ____________________________________________________________________________
45717 [  7078] By: jhi                                   on 2000/09/14  14:58:20
45718         Log: Update Changes.
45719      Branch: perl
45720            ! Changes patchlevel.h
45721 ____________________________________________________________________________
45722 [  7077] By: jhi                                   on 2000/09/14  14:55:54
45723         Log: Compilation warnings and an error.
45724      Branch: perl
45725            ! sv.c
45726 ____________________________________________________________________________
45727 [  7076] By: jhi                                   on 2000/09/14  14:42:56
45728         Log: Fix for a parsing bug, not for the original bug.
45729              
45730              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
45731              From: Spider Boardman <spider@web.zk3.dec.com>
45732              Date: Wed, 13 Sep 2000 17:52:20 -0400
45733              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
45734      Branch: perl
45735            ! regcomp.c
45736 ____________________________________________________________________________
45737 [  7075] By: jhi                                   on 2000/09/14  14:40:40
45738         Log: Batch of UTF-8 patches from Simon Cozens.
45739      Branch: perl
45740            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
45741            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
45742            ! toke.c utf8.c
45743 ____________________________________________________________________________
45744 [  7074] By: jhi                                   on 2000/09/14  14:29:58
45745         Log: Subject: Re: Two advertising clauses need to be removed
45746              From: Russ Allbery <rra@stanford.edu>
45747              Date: 13 Sep 2000 18:50:26 -0700
45748              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
45749      Branch: perl
45750            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
45751 ____________________________________________________________________________
45752 [  7073] By: jhi                                   on 2000/09/14  14:28:20
45753         Log: Subject: [PATCH] de-wall t/README
45754              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45755              Date: Wed, 13 Sep 2000 17:46:55 -0700
45756              Message-ID: <//Bw5gzkge/e092yn@efn.org>
45757      Branch: perl
45758            ! t/README
45759 ____________________________________________________________________________
45760 [  7072] By: jhi                                   on 2000/09/14  14:25:10
45761         Log: Hints optimization.
45762              
45763              Subject: Minor nit
45764              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45765              Date: Wed, 13 Sep 2000 21:42:07 +0200
45766              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
45767      Branch: perl
45768            ! hints/hpux.sh
45769 ____________________________________________________________________________
45770 [  7071] By: jhi                                   on 2000/09/14  14:23:30
45771         Log: Allow chop() and chomp() to be overridden.
45772              
45773              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45774              From: "Casey R. Tweten" <crt@kiski.net>
45775              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
45776              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
45777      Branch: perl
45778            ! toke.c
45779 ____________________________________________________________________________
45780 [  7070] By: jhi                                   on 2000/09/14  14:20:36
45781         Log: The return value of setlocale must be copied away.
45782              
45783              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45784              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45785              Date: Wed, 13 Sep 2000 16:27:37 +0100 
45786              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
45787      Branch: perl
45788            ! util.c
45789 ____________________________________________________________________________
45790 [  7069] By: jhi                                   on 2000/09/14  14:16:27
45791         Log: Remove vestiges of tr//CU.
45792              
45793              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45794              From: Nick Clark <nick@plum.flirble.org>
45795              Date: Tue, 12 Sep 2000 22:50:14 +0100
45796              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
45797              
45798              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45799              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45800              Date: Tue, 12 Sep 2000 21:38:48 -0700
45801              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
45802      Branch: perl
45803            ! op.h pod/perlunicode.pod
45804 ____________________________________________________________________________
45805 [  7068] By: jhi                                   on 2000/09/13  14:18:39
45806         Log: Add the Encode extension.  The code is still largely just skeleton.
45807      Branch: perl
45808            + ext/Encode/Encode.pm ext/Encode/Encode.xs
45809            + ext/Encode/Makefile.PL ext/Encode/Todo
45810            ! MANIFEST Todo-5.6
45811 ____________________________________________________________________________
45812 [  7067] By: jhi                                   on 2000/09/12  17:43:33
45813         Log: Allow for whitespace between "#" and "line" in cpp output.
45814              
45815              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
45816              From: Calle Dybedahl <calle@lysator.liu.se>
45817              Date: 12 Sep 2000 19:38:02 +0200 
45818              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
45819      Branch: perl
45820            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
45821 ____________________________________________________________________________
45822 [  7066] By: gsar                                  on 2000/09/12  17:24:29
45823         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
45824              initialization in all the threads on Windows
45825      Branch: perl
45826            ! win32/win32.c
45827 ____________________________________________________________________________
45828 [  7065] By: jhi                                   on 2000/09/12  15:11:31
45829         Log: Update Changes.
45830      Branch: perl
45831            ! Changes patchlevel.h
45832 ____________________________________________________________________________
45833 [  7064] By: jhi                                   on 2000/09/12  14:54:54
45834         Log: Retract #7062, the pod tests are not ready.
45835      Branch: perl
45836            ! t/TEST t/harness
45837 ____________________________________________________________________________
45838 [  7063] By: jhi                                   on 2000/09/12  14:25:41
45839         Log: The #7054 truncated Configure badly.
45840      Branch: metaconfig/U/perl
45841            ! End.U
45842      Branch: perl
45843            ! Configure config_h.SH
45844 ____________________________________________________________________________
45845 [  7062] By: jhi                                   on 2000/09/12  14:08:32
45846         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
45847              From: sthoenna@efn.org
45848              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
45849              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
45850      Branch: perl
45851            ! t/TEST t/harness
45852 ____________________________________________________________________________
45853 [  7061] By: jhi                                   on 2000/09/12  14:07:18
45854         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
45855              From: sthoenna@efn.org
45856              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
45857              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
45858      Branch: perl
45859            ! pod/perlxs.pod
45860 ____________________________________________________________________________
45861 [  7060] By: jhi                                   on 2000/09/12  14:06:08
45862         Log: Break up the myconfig lines a bit.
45863              
45864              Subject: perlbug/perl -V output format
45865              From: sthoenna@efn.org
45866              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
45867              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
45868      Branch: perl
45869            ! myconfig.SH
45870 ____________________________________________________________________________
45871 [  7059] By: jhi                                   on 2000/09/12  14:05:04
45872         Log: Test for the #7049.
45873              
45874              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
45875              From: andreas.koenig@anima.de (Andreas J. Koenig)
45876              Date: 12 Sep 2000 06:42:01 +0200
45877              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
45878      Branch: perl
45879            ! t/op/my.t
45880 ____________________________________________________________________________
45881 [  7058] By: jhi                                   on 2000/09/12  14:03:05
45882         Log: Subject: [patch: perl@7045] vms updates
45883              From: Peter Prymmer <pvhp@forte.com>
45884              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
45885              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
45886      Branch: perl
45887            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
45888 ____________________________________________________________________________
45889 [  7057] By: jhi                                   on 2000/09/12  14:00:51
45890         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
45891              From: sthoenna@efn.org
45892              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
45893              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
45894      Branch: perl
45895            ! t/op/64bitint.t
45896 ____________________________________________________________________________
45897 [  7056] By: jhi                                   on 2000/09/12  13:58:14
45898         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
45899              From: Jeff Pinyan <jeffp@crusoe.net>
45900              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
45901              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
45902      Branch: perl
45903            ! pod/perlfunc.pod
45904 ____________________________________________________________________________
45905 [  7055] By: jhi                                   on 2000/09/12  13:56:32
45906         Log: Do in VMS as the #7054 does.
45907      Branch: perl
45908            ! configure.com
45909 ____________________________________________________________________________
45910 [  7054] By: jhi                                   on 2000/09/12  13:50:31
45911         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
45912              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45913              Date: Mon, 11 Sep 2000 08:33:09 +0100
45914              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
45915      Branch: metaconfig/U/perl
45916            ! End.U
45917      Branch: perl
45918            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
45919            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45920 ____________________________________________________________________________
45921 [  7053] By: jhi                                   on 2000/09/12  13:29:19
45922         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
45923              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45924              Date:     Tue, 12 Sep 2000 08:35:59 EDT
45925              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
45926      Branch: perl
45927            ! vms/test.com
45928 ____________________________________________________________________________
45929 [  7052] By: jhi                                   on 2000/09/11  23:01:50
45930         Log: Document the SvUTF8*().
45931      Branch: perl
45932            ! pod/perlapi.pod sv.h
45933 ____________________________________________________________________________
45934 [  7051] By: gsar                                  on 2000/09/11  14:46:30
45935         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
45936              (missed a spot when fixing up op_pmreplroot hack for ithreads)
45937      Branch: perl
45938            ! op.c t/op/split.t
45939 ____________________________________________________________________________
45940 [  7050] By: nick                                  on 2000/09/11  10:03:51
45941         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
45942              
45943              Subject: borland C++ win32.c tweak
45944              From: Vadim Konovalov <vkonovalov@lucent.com>
45945              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
45946              Date: Mon, 11 Sep 2000 11:22:33 +0400
45947      Branch: perl
45948            ! win32/win32.c
45949 ____________________________________________________________________________
45950 [  7049] By: nick                                  on 2000/09/11  09:57:33
45951         Log: Point fix for s/// on foreach (keys %xxx).
45952      Branch: perl
45953            ! pp_hot.c
45954 ____________________________________________________________________________
45955 [  7048] By: jhi                                   on 2000/09/10  23:37:09
45956         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
45957              by Pod::Text, from Brad Appleton.
45958      Branch: perl
45959            ! t/pod/testp2pt.pl
45960 ____________________________________________________________________________
45961 [  7047] By: jhi                                   on 2000/09/10  14:32:53
45962         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
45963              by Russ Allbery.
45964      Branch: perl
45965            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
45966 ____________________________________________________________________________
45967 [  7046] By: jhi                                   on 2000/09/10  14:15:08
45968         Log: Upgrade to CPAN 1.57_65, from Andreas König.
45969      Branch: perl
45970            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45971 ____________________________________________________________________________
45972 [  7045] By: jhi                                   on 2000/09/08  21:36:32
45973         Log: Update Changes.
45974      Branch: perl
45975            ! Changes patchlevel.h
45976 ____________________________________________________________________________
45977 [  7044] By: jhi                                   on 2000/09/08  21:29:56
45978         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
45979              From: Peter Prymmer <pvhp@forte.com>
45980              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
45981              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
45982      Branch: perl
45983            ! configure.com
45984 ____________________________________________________________________________
45985 [  7043] By: jhi                                   on 2000/09/08  21:27:50
45986         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45987              From: Peter Prymmer <pvhp@forte.com>
45988              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
45989              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
45990      Branch: perl
45991            ! Makefile.SH installperl
45992 ____________________________________________________________________________
45993 [  7042] By: jhi                                   on 2000/09/08  21:23:21
45994         Log: Continue #7041.
45995      Branch: perl
45996            ! cygwin/Makefile.SHs os2/Makefile.SHs
45997 ____________________________________________________________________________
45998 [  7041] By: jhi                                   on 2000/09/08  21:18:10
45999         Log: Do away with memory models cruft.  Sorry, PDP users.
46000      Branch: metaconfig
46001            ! U/modified/cc.U U/modified/libpth.U
46002      Branch: perl
46003            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
46004            ! Porting/config_H cflags.SH config_h.SH configure.com
46005            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
46006            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
46007            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
46008 ____________________________________________________________________________
46009 [  7040] By: jhi                                   on 2000/09/08  14:34:18
46010         Log: Major rewrite of s2p.  And I mean really major, it is
46011              an implementation of sed in perl.  If called as s2p it
46012              will function as s2p.  Note: needs non-UNIXifying.
46013              
46014              Subject: s2p
46015              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
46016              Date: Mon, 28 Aug 2000 14:05:12 +0200
46017              Message-ID: <39AA5578.2102E2AA@alcatel.at>
46018      Branch: perl
46019            ! x2p/s2p.PL
46020 ____________________________________________________________________________
46021 [  7039] By: jhi                                   on 2000/09/08  14:19:49
46022         Log: Re-allow vec() for characters > 255.
46023              
46024              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
46025              From: Spider Boardman <spider@web.zk3.dec.com>
46026              Date: Fri, 08 Sep 2000 02:21:02 -0400
46027              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
46028      Branch: perl
46029            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
46030            ! t/op/vec.t
46031 ____________________________________________________________________________
46032 [  7038] By: jhi                                   on 2000/09/08  14:14:18
46033         Log: Subject: [PATCH lib/Benchmark.pm]
46034              From: <abigail@foad.org>
46035              Date: Thu, 7 Sep 2000 15:03:20 -0400
46036              Message-ID: <20000907190320.888.qmail@foad.org>
46037      Branch: perl
46038            ! lib/Benchmark.pm
46039 ____________________________________________________________________________
46040 [  7037] By: jhi                                   on 2000/09/08  14:11:06
46041         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
46042              
46043              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
46044              From: Spider Boardman <spider@web.zk3.dec.com>
46045              Date: Fri, 08 Sep 2000 01:30:27 -0400
46046              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
46047      Branch: perl
46048            ! op.c
46049 ____________________________________________________________________________
46050 [  7036] By: jhi                                   on 2000/09/08  14:08:58
46051         Log: Subject: [ID 20000908.002] perlipc documentation bug.
46052              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
46053              Date: Fri, 08 Sep 2000 12:38:32 +0200
46054              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
46055      Branch: perl
46056            ! pod/perlipc.pod
46057 ____________________________________________________________________________
46058 [  7035] By: jhi                                   on 2000/09/08  14:03:12
46059         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46061              Date: Fri, 08 Sep 2000 11:47:34 +0200
46062              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
46063      Branch: perl
46064            ! hints/dec_osf.sh
46065 ____________________________________________________________________________
46066 [  7034] By: jhi                                   on 2000/09/08  13:59:35
46067         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
46068              From: Simon Cozens <simon@cozens.net>
46069              Date: Thu, 7 Sep 2000 20:40:38 +0100
46070              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
46071      Branch: perl
46072            ! pp_hot.c
46073 ____________________________________________________________________________
46074 [  7033] By: jhi                                   on 2000/09/08  04:03:03
46075         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
46076              From: "Larry W. Virden" <lvirden@cas.org>
46077              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
46078              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
46079      Branch: perl
46080            ! pod/perldiag.pod
46081 ____________________________________________________________________________
46082 [  7032] By: jhi                                   on 2000/09/07  22:18:30
46083         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
46084              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
46085              Date: Mon, 04 Sep 2000 13:16:38 -0700
46086              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
46087      Branch: perl
46088            ! lib/perl5db.pl
46089 ____________________________________________________________________________
46090 [  7031] By: jhi                                   on 2000/09/07  22:02:29
46091         Log: Fix the ccversion detection for 5.1 and beyond.
46092              
46093              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46094              From: Spider Boardman <spider@leggy.zk3.dec.com>
46095              Date: Thu, 7 Sep 2000 17:54:27 -0400
46096              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
46097      Branch: perl
46098            ! hints/dec_osf.sh
46099 ____________________________________________________________________________
46100 [  7030] By: jhi                                   on 2000/09/07  19:12:28
46101         Log: Fix for
46102              
46103              Subject: [ID 20000903.001] \w in utf8-strings
46104              From: Marc Lehmann <pcg@goof.com>
46105              Date: Sun, 03 Sep 2000 09:44:29 +0200
46106              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
46107              
46108              and various related nits.
46109      Branch: perl
46110            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
46111 ____________________________________________________________________________
46112 [  7029] By: jhi                                   on 2000/09/07  18:49:09
46113         Log: Fix the URL, but the server is still missing in action.
46114              
46115              Subject: [ID 20000905.002] perlfaq1.pod URL error
46116              From: "Larry W. Virden" <lvirden@cas.org>
46117              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
46118              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
46119      Branch: perl
46120            ! pod/perlfaq1.pod
46121 ____________________________________________________________________________
46122 [  7028] By: jhi                                   on 2000/09/07  18:47:13
46123         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
46124              From: Hugo <hv@crypt.compulink.co.uk>
46125              Date: Tue, 05 Sep 2000 14:13:37 +0100
46126              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
46127      Branch: perl
46128            ! toke.c
46129 ____________________________________________________________________________
46130 [  7027] By: jhi                                   on 2000/09/07  18:45:35
46131         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
46132              From: Daniel Chetlin <daniel@chetlin.com>
46133              Date: Tue, 5 Sep 2000 04:57:07 -0700
46134              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
46135      Branch: perl
46136            ! pod/perlfaq6.pod pod/perlop.pod
46137 ____________________________________________________________________________
46138 [  7026] By: jhi                                   on 2000/09/07  18:44:01
46139         Log: Document the new ref() semantics.
46140              
46141              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46142              From: Gisle Aas <gisle@ActiveState.com>
46143              Date: 05 Sep 2000 08:10:30 +0200
46144              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
46145      Branch: perl
46146            ! pod/perldelta.pod
46147 ____________________________________________________________________________
46148 [  7025] By: jhi                                   on 2000/09/07  18:42:27
46149         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
46150              
46151              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46152              From: Gisle Aas <gisle@ActiveState.com>
46153              Date: 05 Sep 2000 08:11:40 +0200
46154              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
46155      Branch: perl
46156            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
46157 ____________________________________________________________________________
46158 [  7024] By: jhi                                   on 2000/09/07  18:39:32
46159         Log: Subject: [PATCH] Modernize Opcode.pm documentation
46160              From: Gisle Aas <gisle@ActiveState.com>
46161              Date: 4 Sep 2000 00:18:55 -0000
46162              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
46163      Branch: perl
46164            ! ext/Opcode/Opcode.pm
46165 ____________________________________________________________________________
46166 [  7023] By: jhi                                   on 2000/09/07  18:37:42
46167         Log: Subject: [PATCH] Tied filehandle documentation
46168              From: Gisle Aas <gisle@ActiveState.com>
46169              Date: 4 Sep 2000 00:14:40 -0000
46170              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
46171      Branch: perl
46172            ! pod/perlfunc.pod pod/perltie.pod
46173 ____________________________________________________________________________
46174 [  7022] By: jhi                                   on 2000/09/07  18:35:37
46175         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
46176              From: Gisle Aas <gisle@ActiveState.com>
46177              Date: 4 Sep 2000 00:04:22 -0000
46178              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
46179      Branch: perl
46180            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
46181 ____________________________________________________________________________
46182 [  7021] By: jhi                                   on 2000/09/07  18:33:22
46183         Log: Subject: small apidoc fix
46184              From: Marc Lehmann <pcg@goof.com>
46185              Date: Sun, 3 Sep 2000 05:12:06 +0200
46186              Message-ID: <20000903051206.A5909@cerebro.laendle>
46187      Branch: perl
46188            ! pod/perlapi.pod utf8.c
46189 ____________________________________________________________________________
46190 [  7020] By: jhi                                   on 2000/09/07  16:14:57
46191         Log: Tiny perldelta nits.
46192      Branch: perl
46193            ! pod/perldelta.pod
46194 ____________________________________________________________________________
46195 [  7019] By: jhi                                   on 2000/09/07  16:04:20
46196         Log: Guard against bad string->int conversion for quads.
46197      Branch: perl
46198            ! t/op/64bitint.t
46199 ____________________________________________________________________________
46200 [  7018] By: jhi                                   on 2000/09/06  17:07:03
46201         Log: Update Unicode todo list.
46202      Branch: perl
46203            ! Todo-5.6
46204 ____________________________________________________________________________
46205 [  7017] By: jhi                                   on 2000/09/05  21:16:01
46206         Log: Document the SvIOK_.*UV().
46207      Branch: perl
46208            ! pod/perlapi.pod sv.h
46209 ____________________________________________________________________________
46210 [  7016] By: nick                                  on 2000/09/03  21:54:46
46211         Log: Hash lookup of constant strings optimization:
46212              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
46213              to string table (as per sharepvn). Add newSV_pvn_share to create such
46214              a thing. Make hv.c compare addresses of strings and skip string compare
46215              if equal. Make method_named and helem ops use these shared-string SVs
46216              when arg is constant. Make keys op return shared-string SVs (less clearly
46217              a win).
46218      Branch: perl
46219            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
46220            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
46221            ! pod/perlintern.pod pp_hot.c proto.h sv.c
46222 ____________________________________________________________________________
46223 [  7015] By: jhi                                   on 2000/09/02  17:48:59
46224         Log: This is 5.7.0.
46225      Branch: perl
46226            ! Changes
46227 ____________________________________________________________________________
46228 [  7014] By: jhi                                   on 2000/09/02  17:35:45
46229         Log: Changes and patchlevel tweaks.
46230      Branch: perl
46231            ! Changes patchlevel.h
46232 ____________________________________________________________________________
46233 [  7013] By: jhi                                   on 2000/09/02  17:30:50
46234         Log: Update Changes.
46235      Branch: perl
46236            ! Changes patchlevel.h
46237 ____________________________________________________________________________
46238 [  7012] By: nick                                  on 2000/09/02  17:25:20
46239         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
46240      Branch: perl
46241            ! gv.c lib/overload.pm
46242 ____________________________________________________________________________
46243 [  7011] By: jhi                                   on 2000/09/02  17:16:25
46244         Log: Update perlhist.
46245      Branch: perl
46246            ! pod/perlhist.pod
46247 ____________________________________________________________________________
46248 [  7010] By: jhi                                   on 2000/09/02  17:01:35
46249         Log: perldelta nits.
46250      Branch: perl
46251            ! pod/perldelta.pod
46252 ____________________________________________________________________________
46253 [  7009] By: nick                                  on 2000/09/02  16:48:35
46254         Log: If overloaded %{} etc. return the object do not loop.
46255              Thus  sub deref { $_[0] } functions if object is wanted type.
46256      Branch: perl
46257            ! pp.h
46258 ____________________________________________________________________________
46259 [  7008] By: jhi                                   on 2000/09/02  16:26:11
46260         Log: Retab MANIFEST.
46261      Branch: perl
46262            ! ext/Storable/MANIFEST
46263 ____________________________________________________________________________
46264 [  7007] By: jhi                                   on 2000/09/02  16:23:02
46265         Log: Make certain cc is set before trying to run it.
46266      Branch: perl
46267            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
46268 ____________________________________________________________________________
46269 [  7006] By: jhi                                   on 2000/09/02  15:45:41
46270         Log: Unicode notes.
46271      Branch: perl
46272            ! pod/perldelta.pod
46273 ____________________________________________________________________________
46274 [  7005] By: jhi                                   on 2000/09/02  15:42:11
46275         Log: Various Configure nits by Philip Newton,
46276              plus the ebcdic one by me.
46277      Branch: metaconfig
46278            + U/modified/pager.U
46279            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
46280      Branch: metaconfig/U/perl
46281            ! Devel.U quadfio.U
46282      Branch: perl
46283            ! Configure config_h.SH
46284 ____________________________________________________________________________
46285 [  7004] By: jhi                                   on 2000/09/02  15:06:14
46286         Log: Apparently avoiding the swapping is too costly.
46287              
46288              From: "Ben Tilly" <ben_tilly@hotmail.com>
46289              Subject: Re: the door is closed.
46290              Date: Fri, 01 Sep 2000 20:23:16 EDT
46291              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
46292      Branch: perl
46293            ! pod/perlfaq4.pod
46294 ____________________________________________________________________________
46295 [  7003] By: nick                                  on 2000/09/02  12:26:04
46296         Log: Undo part of change 6489 which looks like a bulk edit which
46297              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
46298              The supressing of main:: on return from select() is undesirable.
46299      Branch: perl
46300            ! pp_sys.c
46301 ____________________________________________________________________________
46302 [  7002] By: jhi                                   on 2000/09/01  23:08:54
46303         Log: Update Changes.
46304      Branch: perl
46305            ! Changes patchlevel.h
46306 ____________________________________________________________________________
46307 [  7001] By: jhi                                   on 2000/09/01  23:00:13
46308         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
46309              From: Peter Prymmer <pvhp@forte.com>
46310              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
46311              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
46312              
46313              plus rework the http: spots as suggested by Tom Christiansen,
46314              plus regen perltoc.
46315      Branch: perl
46316            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
46317            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
46318 ____________________________________________________________________________
46319 [  7000] By: jhi                                   on 2000/09/01  22:36:01
46320         Log: Only the first line, thank you very much.
46321      Branch: perl
46322            ! hints/solaris_2.sh
46323 ____________________________________________________________________________
46324 [  6999] By: gsar                                  on 2000/09/01  22:16:40
46325         Log: change#6791 accidentally clobbered change#6710, put it back
46326      Branch: perl
46327            ! win32/win32.c
46328 ____________________________________________________________________________
46329 [  6998] By: jhi                                   on 2000/09/01  22:14:16
46330         Log: Mention the HP-UX LP64 freak failure.
46331      Branch: perl
46332            ! pod/perldelta.pod
46333 ____________________________________________________________________________
46334 [  6997] By: jhi                                   on 2000/09/01  21:48:32
46335         Log: Detypo.
46336      Branch: perl
46337            ! hints/hpux.sh
46338 ____________________________________________________________________________
46339 [  6996] By: jhi                                   on 2000/09/01  21:27:10
46340         Log: Update Changes.
46341      Branch: perl
46342            ! Changes patchlevel.h
46343 ____________________________________________________________________________
46344 [  6995] By: jhi                                   on 2000/09/01  21:14:24
46345         Log: Mi splgn s gnin.g
46346      Branch: perl
46347            ! pp_ctl.c
46348 ____________________________________________________________________________
46349 [  6994] By: jhi                                   on 2000/09/01  21:09:54
46350         Log: Subject: http:// in L<>
46351              From: Nicholas Clark <nick@ccl4.org>
46352              Date: Fri, 1 Sep 2000 22:03:21 +0100
46353              Message-ID: <20000901220321.B72074@plum.flirble.org>
46354      Branch: perl
46355            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
46356 ____________________________________________________________________________
46357 [  6993] By: jhi                                   on 2000/09/01  21:06:54
46358         Log: Update to Storable 1.0, from Raphael Manfredi.
46359      Branch: perl
46360            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
46361            ! ext/Storable/Makefile.PL ext/Storable/README
46362            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
46363            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46364            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
46365            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
46366            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
46367            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
46368 ____________________________________________________________________________
46369 [  6992] By: jhi                                   on 2000/09/01  20:43:05
46370         Log: Mention known sfio+linux buglet.
46371      Branch: perl
46372            ! pod/perldelta.pod
46373 ____________________________________________________________________________
46374 [  6991] By: jhi                                   on 2000/09/01  20:40:11
46375         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
46376              From: Peter Prymmer <pvhp@forte.com>
46377              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
46378              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
46379      Branch: perl
46380            ! vms/vms.c
46381 ____________________________________________________________________________
46382 [  6990] By: jhi                                   on 2000/09/01  20:25:26
46383         Log: Retract #6986.
46384      Branch: perl
46385            ! hints/solaris_2.sh
46386 ____________________________________________________________________________
46387 [  6989] By: jhi                                   on 2000/09/01  20:23:00
46388         Log: Mergesort is back.
46389      Branch: perl
46390            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
46391 ____________________________________________________________________________
46392 [  6988] By: jhi                                   on 2000/09/01  19:37:40
46393         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
46394              From: Mike Guy <mjtg@cam.ac.uk>
46395              Date: Fri, 01 Sep 2000 17:43:33 +0100
46396              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
46397      Branch: perl
46398            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
46399            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
46400 ____________________________________________________________________________
46401 [  6987] By: jhi                                   on 2000/09/01  19:17:10
46402         Log: Regen perltoc.
46403      Branch: perl
46404            ! pod/perltoc.pod
46405 ____________________________________________________________________________
46406 [  6986] By: jhi                                   on 2000/09/01  18:51:10
46407         Log: Subject: Re: Solaris x86 has no SPARC libraries!
46408              From: Lupe Christoph <lupe@lupe-christoph.de>
46409              Date: Fri, 1 Sep 2000 20:41:20 +0200
46410              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
46411      Branch: perl
46412            ! hints/solaris_2.sh
46413 ____________________________________________________________________________
46414 [  6985] By: jhi                                   on 2000/09/01  18:28:10
46415         Log: Update Changes.
46416      Branch: perl
46417            ! Changes patchlevel.h
46418 ____________________________________________________________________________
46419 [  6984] By: jhi                                   on 2000/09/01  18:26:53
46420         Log: Feature ordering tweak.
46421      Branch: perl
46422            ! myconfig.SH
46423 ____________________________________________________________________________
46424 [  6983] By: jhi                                   on 2000/09/01  18:19:50
46425         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46426              From: <abigail@foad.org>
46427              Date: Fri, 1 Sep 2000 13:07:32 -0400
46428              Message-ID: <20000901170732.18249.qmail@foad.org>
46429      Branch: perl
46430            ! t/pragma/overload.t
46431 ____________________________________________________________________________
46432 [  6982] By: jhi                                   on 2000/09/01  18:17:54
46433         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
46434              so that case-ignoring systems like DCL can tell them from
46435              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
46436      Branch: metaconfig/U/perl
46437            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
46438      Branch: perl
46439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46440            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
46441            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
46442            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
46443            ! vos/config.def vos/config.h vos/config_h.SH_orig
46444            ! win32/config.bc win32/config.gc win32/config.vc
46445 ____________________________________________________________________________
46446 [  6981] By: nick                                  on 2000/09/01  17:21:57
46447         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
46448              warning when UNTIE exists and instead pass the cound of extra references to
46449              the UNTIE method.
46450      Branch: perl
46451            ! pod/perltie.pod pp_sys.c
46452 ____________________________________________________________________________
46453 [  6980] By: jhi                                   on 2000/09/01  16:54:44
46454         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
46455              From: Peter Prymmer <pvhp@forte.com>
46456              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
46457              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
46458      Branch: perl
46459            ! configure.com
46460 ____________________________________________________________________________
46461 [  6979] By: jhi                                   on 2000/09/01  16:06:20
46462         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
46463              From: Mike Guy <mjtg@cam.ac.uk> 
46464              Date: Fri, 01 Sep 2000 16:49:27 +0100
46465              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
46466      Branch: perl
46467            ! t/base/rs.t
46468 ____________________________________________________________________________
46469 [  6978] By: jhi                                   on 2000/09/01  16:00:42
46470         Log: Update to PodParser 1.18, from Brad Appleton.
46471      Branch: perl
46472            ! lib/Pod/Checker.pm t/pod/find.t
46473 ____________________________________________________________________________
46474 [  6977] By: jhi                                   on 2000/09/01  14:48:58
46475         Log: Subject: Nit in Configure (bleadperl@6961)
46476              From: Lupe Christoph <lupe@lupe-christoph.de>
46477              Date: Fri, 1 Sep 2000 16:34:29 +0200
46478              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
46479      Branch: metaconfig
46480            ! U/compline/ccflags.U
46481      Branch: perl
46482            ! Configure config_h.SH
46483 ____________________________________________________________________________
46484 [  6976] By: jhi                                   on 2000/09/01  14:39:52
46485         Log: Update Changes.
46486      Branch: perl
46487            ! Changes patchlevel.h
46488 ____________________________________________________________________________
46489 [  6975] By: jhi                                   on 2000/09/01  14:37:36
46490         Log: microperl config update.
46491      Branch: perl
46492            ! uconfig.h uconfig.sh
46493 ____________________________________________________________________________
46494 [  6974] By: jhi                                   on 2000/09/01  14:36:53
46495         Log: Document known deficiencies.
46496      Branch: perl
46497            ! pod/perldelta.pod
46498 ____________________________________________________________________________
46499 [  6973] By: jhi                                   on 2000/09/01  14:10:20
46500         Log: Mention warnings fixes and updates.
46501      Branch: perl
46502            ! pod/perldelta.pod
46503 ____________________________________________________________________________
46504 [  6972] By: jhi                                   on 2000/09/01  14:01:52
46505         Log: Drop unused argument.
46506              
46507              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
46508              From: Spider Boardman <spider@web.zk3.dec.com>
46509              Date: Thu, 31 Aug 2000 16:10:15 -0400
46510              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
46511      Branch: perl
46512            ! toke.c
46513 ____________________________________________________________________________
46514 [  6971] By: jhi                                   on 2000/09/01  13:59:24
46515         Log: Add the overload warnings to perldiag.
46516      Branch: perl
46517            ! lib/overload.pm pod/perldiag.pod
46518 ____________________________________________________________________________
46519 [  6970] By: jhi                                   on 2000/09/01  13:55:10
46520         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46521              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46522              Date: Fri, 1 Sep 2000 13:43:15 +0100 
46523              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
46524      Branch: perl
46525            ! lib/overload.pm t/pragma/overload.t
46526 ____________________________________________________________________________
46527 [  6969] By: jhi                                   on 2000/09/01  13:52:27
46528         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46529              From: <abigail@foad.org>
46530              Date: Fri, 1 Sep 2000 05:46:54 -0400
46531              Message-ID: <20000901094654.6476.qmail@foad.org>
46532      Branch: perl
46533            ! lib/overload.pm
46534 ____________________________________________________________________________
46535 [  6968] By: jhi                                   on 2000/09/01  13:50:05
46536         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
46537              From: Daniel Chetlin <daniel@chetlin.com>
46538              Date: Fri, 1 Sep 2000 02:10:55 -0700
46539              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
46540      Branch: perl
46541            ! pod/perlretut.pod
46542 ____________________________________________________________________________
46543 [  6967] By: jhi                                   on 2000/09/01  13:47:54
46544         Log: Part of the solution.
46545              
46546              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
46547              From: Mike Guy <mjtg@cam.ac.uk>
46548              Date: Fri, 01 Sep 2000 14:16:01 +0100
46549              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
46550      Branch: perl
46551            ! gv.c mg.c
46552 ____________________________________________________________________________
46553 [  6966] By: jhi                                   on 2000/09/01  13:46:17
46554         Log: Subject: CPAN.pm beta 1.57_57 for the core
46555              From: andreas.koenig@anima.de (Andreas J. Koenig)
46556              Date: 01 Sep 2000 15:16:31 +0200
46557              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
46558      Branch: perl
46559            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46560 ____________________________________________________________________________
46561 [  6965] By: jhi                                   on 2000/09/01  13:43:18
46562         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
46563              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46564              Date: Fri, 01 Sep 2000 01:47:22 -0500
46565              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
46566      Branch: perl
46567            ! pod/perldelta.pod vms/vms.c
46568 ____________________________________________________________________________
46569 [  6964] By: jhi                                   on 2000/09/01  13:35:35
46570         Log: File::Temp patches from Andreas König,
46571              
46572              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
46573              From: andreas.koenig@anima.de (Andreas J. Koenig)
46574              Date: 01 Sep 2000 10:07:20 +0200
46575              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
46576              
46577              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
46578              From: andreas.koenig@anima.de (Andreas J. Koenig)
46579              Date: 31 Aug 2000 23:26:08 +0200
46580              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
46581      Branch: perl
46582            ! lib/File/Temp.pm t/lib/ftmp-security.t
46583 ____________________________________________________________________________
46584 [  6963] By: jhi                                   on 2000/09/01  02:22:24
46585         Log: Retract the mergesort code, way too incompatible licensing
46586              and copyrights.
46587      Branch: perl
46588            ! pod/perldelta.pod pp_ctl.c
46589 ____________________________________________________________________________
46590 [  6962] By: jhi                                   on 2000/08/31  23:27:32
46591         Log: Update Changes.
46592      Branch: perl
46593            ! Changes patchlevel.h
46594 ____________________________________________________________________________
46595 [  6961] By: jhi                                   on 2000/08/31  23:20:04
46596         Log: Small tweaks all over.
46597      Branch: metaconfig
46598            ! U/compline/d_gconvert.U
46599      Branch: perl
46600            ! AUTHORS Configure config_h.SH pp_ctl.c
46601 ____________________________________________________________________________
46602 [  6960] By: jhi                                   on 2000/08/31  22:39:36
46603         Log: Further rewording.
46604      Branch: perl
46605            ! pp_ctl.c
46606 ____________________________________________________________________________
46607 [  6959] By: jhi                                   on 2000/08/31  21:26:44
46608         Log: More address tweaking.
46609      Branch: perl
46610            ! AUTHORS Changes
46611 ____________________________________________________________________________
46612 [  6958] By: jhi                                   on 2000/08/31  20:47:25
46613         Log: AUTHORS tweaks, from Peter Prymmer.
46614              
46615              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
46616              From: Peter Prymmer <pvhp@forte.com>
46617              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
46618              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
46619      Branch: perl
46620            ! AUTHORS MAINTAIN
46621 ____________________________________________________________________________
46622 [  6957] By: jhi                                   on 2000/08/31  20:34:43
46623         Log: perldelta tweaks.
46624      Branch: perl
46625            ! pod/perldelta.pod
46626 ____________________________________________________________________________
46627 [  6956] By: jhi                                   on 2000/08/31  19:11:06
46628         Log: Regen perltoc.
46629      Branch: perl
46630            ! pod/perltoc.pod
46631 ____________________________________________________________________________
46632 [  6955] By: jhi                                   on 2000/08/31  19:06:30
46633         Log: Clarify the mergesort situation.
46634      Branch: perl
46635            ! pp_ctl.c
46636 ____________________________________________________________________________
46637 [  6954] By: jhi                                   on 2000/08/31  18:24:17
46638         Log: Move the Solaris 7 scan to use64bitall, make the
46639              failure to find 64-bot sparc libc to mention the
46640              possibility of being in an intel, from Lupe and Alan.
46641      Branch: perl
46642            ! hints/solaris_2.sh
46643 ____________________________________________________________________________
46644 [  6953] By: jhi                                   on 2000/08/31  18:09:20
46645         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
46646              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
46647      Branch: metaconfig
46648            ! U/compline/d_gconvert.U U/threads/archname.U
46649      Branch: metaconfig/U/perl
46650            ! perlxv.U
46651      Branch: perl
46652            ! Configure config_h.SH sv.c
46653 ____________________________________________________________________________
46654 [  6952] By: jhi                                   on 2000/08/31  17:42:24
46655         Log: :: not allowed in pathnames, change to .
46656              
46657              Subject: [PATCH perl@6938] cygwin port
46658              From: "Fifer, Eric" <EFifer@sanwaint.com>
46659              Date: Thu, 31 Aug 2000 16:32:59 +0100
46660              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
46661      Branch: metaconfig/U/perl
46662            ! perlxv.U
46663 ____________________________________________________________________________
46664 [  6951] By: jhi                                   on 2000/08/31  17:02:05
46665         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
46666      Branch: perl
46667            ! perl.h
46668 ____________________________________________________________________________
46669 [  6950] By: jhi                                   on 2000/08/31  16:26:08
46670         Log: More author updates.
46671              
46672              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
46673              From: Simon Cozens <simon@cozens.net>
46674              Date: Thu, 31 Aug 2000 17:13:32 +0100
46675              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
46676      Branch: perl
46677            ! AUTHORS
46678 ____________________________________________________________________________
46679 [  6949] By: jhi                                   on 2000/08/31  16:04:49
46680         Log: POSIX doesn't report long double values under -Duselongdouble
46681              when the long doubles are "real" (bigger than doubles).
46682              
46683              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
46684              From: Spider Boardman <spider@peano.zk3.dec.com>
46685              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
46686              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
46687      Branch: perl
46688            ! ext/POSIX/POSIX.xs
46689 ____________________________________________________________________________
46690 [  6948] By: jhi                                   on 2000/08/31  15:25:10
46691         Log: Update Changes.
46692      Branch: perl
46693            ! Changes patchlevel.h
46694 ____________________________________________________________________________
46695 [  6947] By: jhi                                   on 2000/08/31  15:22:29
46696         Log: Document UNTIE in a very minimalistic way.
46697      Branch: perl
46698            ! pod/perlfunc.pod pod/perltie.pod
46699 ____________________________________________________________________________
46700 [  6946] By: jhi                                   on 2000/08/31  15:15:23
46701         Log: Document known failures.
46702      Branch: perl
46703            ! pod/perldelta.pod
46704 ____________________________________________________________________________
46705 [  6945] By: jhi                                   on 2000/08/31  15:07:00
46706         Log: Don't attach -ld to the archname if pointless.
46707      Branch: metaconfig
46708            ! U/threads/archname.U
46709      Branch: perl
46710            ! Configure config_h.SH
46711 ____________________________________________________________________________
46712 [  6944] By: jhi                                   on 2000/08/31  14:37:42
46713         Log: Wrap the test in eval.
46714              
46715              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
46716              From: Tim Jenness <timj@jach.hawaii.edu>
46717              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
46718              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
46719      Branch: perl
46720            ! t/lib/ftmp-security.t
46721 ____________________________________________________________________________
46722 [  6943] By: jhi                                   on 2000/08/31  14:30:57
46723         Log: Make -Dusemorebits find long doubles in Solaris.
46724      Branch: perl
46725            ! hints/solaris_2.sh
46726 ____________________________________________________________________________
46727 [  6942] By: jhi                                   on 2000/08/31  13:48:45
46728         Log: Clarify the third case of ftmp-security warnings.
46729      Branch: perl
46730            ! INSTALL
46731 ____________________________________________________________________________
46732 [  6941] By: jhi                                   on 2000/08/31  13:40:31
46733         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
46734              From: <abigail@foad.org>
46735              Date: Thu, 31 Aug 2000 01:35:05 -0400
46736              Message-ID: <20000831053505.32120.qmail@foad.org>
46737      Branch: perl
46738            ! pod/perldelta.pod
46739 ____________________________________________________________________________
46740 [  6940] By: jhi                                   on 2000/08/31  13:38:48
46741         Log: Issue useful diagnostic on unknown pod commands.
46742              
46743              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
46744              From: <abigail@foad.org>
46745              Date: Thu, 31 Aug 2000 03:41:18 -0400
46746              Message-ID: <20000831074118.24880.qmail@foad.org>
46747      Branch: perl
46748            ! lib/Pod/Man.pm
46749 ____________________________________________________________________________
46750 [  6939] By: jhi                                   on 2000/08/31  13:34:33
46751         Log: Reveal Borland's isnan.
46752              
46753              Subject: build with BC++ tweak
46754              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46755              Date: Thu, 31 Aug 2000 13:09:37 +0400
46756              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
46757      Branch: perl
46758            ! win32/win32.h
46759 ____________________________________________________________________________
46760 [  6938] By: jhi                                   on 2000/08/31  05:01:20
46761         Log: Update Changes.
46762      Branch: perl
46763            ! Changes patchlevel.h
46764 ____________________________________________________________________________
46765 [  6937] By: jhi                                   on 2000/08/31  04:26:23
46766         Log: sscanf() may be the only way to read long doubles from strings.
46767      Branch: metaconfig/U/perl
46768            ! longdblfio.U
46769      Branch: perl
46770            ! Configure config_h.SH perl.h util.c
46771 ____________________________________________________________________________
46772 [  6936] By: jhi                                   on 2000/08/31  04:18:19
46773         Log: The #6929 was too skimpy.
46774      Branch: perl
46775            ! sv.c
46776 ____________________________________________________________________________
46777 [  6935] By: jhi                                   on 2000/08/31  02:47:07
46778         Log: Subject: Re: typos in pods
46779              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46780              Date: Wed, 30 Aug 2000 19:25:34 -0700
46781              Message-ID: <eIcr5gzkg25X092yn@efn.org>
46782      Branch: perl
46783            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
46784 ____________________________________________________________________________
46785 [  6934] By: jhi                                   on 2000/08/31  02:42:55
46786         Log: Missed one Unicode file.
46787      Branch: perl
46788            + lib/unicode/UCDFF301.html
46789 ____________________________________________________________________________
46790 [  6933] By: jhi                                   on 2000/08/30  23:42:27
46791         Log: Update Changes.
46792      Branch: perl
46793            ! Changes patchlevel.h
46794 ____________________________________________________________________________
46795 [  6932] By: jhi                                   on 2000/08/30  23:40:07
46796         Log: Mention UNTIE in perldelta.  Still needs documenting
46797              in perltie et alia.
46798      Branch: perl
46799            ! pod/perldelta.pod
46800 ____________________________________________________________________________
46801 [  6931] By: jhi                                   on 2000/08/30  23:36:02
46802         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
46803              From: <abigail@foad.org>
46804              Date: Wed, 30 Aug 2000 19:28:07 -0400
46805              Message-ID: <20000830232807.305.qmail@foad.org>
46806      Branch: perl
46807            ! pod/perldelta.pod
46808 ____________________________________________________________________________
46809 [  6930] By: jhi                                   on 2000/08/30  23:32:40
46810         Log: Update to Unicode 3.0.1.
46811      Branch: perl
46812            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
46813            + lib/unicode/PropList.txt lib/unicode/README.perl
46814            + lib/unicode/UCD301.html lib/unicode/Unicode.301
46815            - lib/unicode/Props.txt lib/unicode/UCD300.html
46816            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
46817            ! (edit 257 files)
46818 ____________________________________________________________________________
46819 [  6929] By: jhi                                   on 2000/08/30  22:38:18
46820         Log: Heap decorruption.
46821              
46822              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
46823              From: Alan Burlison <Alan.Burlison@uk.sun.com>
46824              Date: Wed, 30 Aug 2000 22:39:52 +0100
46825              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
46826      Branch: perl
46827            ! sv.c
46828 ____________________________________________________________________________
46829 [  6928] By: jhi                                   on 2000/08/30  22:29:34
46830         Log: Retract the dummy test, skip the security tests (instead of failing),
46831              explain what the warnings mean.
46832      Branch: perl
46833            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
46834 ____________________________________________________________________________
46835 [  6927] By: jhi                                   on 2000/08/30  22:14:13
46836         Log: Change the internal implementation of sort() to be mergesort
46837              instead of quicksort, from John Linderman <jpl@research.att.com>.
46838              Gives us better worst case, better average case, and stability.
46839              What's there not to like?  (Small fixes for threaded builds
46840              were required).
46841      Branch: perl
46842            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
46843 ____________________________________________________________________________
46844 [  6926] By: jhi                                   on 2000/08/30  20:55:20
46845         Log: A better fix for the Socket building problem from Craig Berry.
46846      Branch: perl
46847            ! vms/vms.c
46848 ____________________________________________________________________________
46849 [  6925] By: jhi                                   on 2000/08/30  20:20:25
46850         Log: Subject: [PATCH] Re: UNTIE method 
46851              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46852              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
46853              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
46854      Branch: perl
46855            ! pp_sys.c t/op/tie.t
46856 ____________________________________________________________________________
46857 [  6924] By: jhi                                   on 2000/08/30  20:17:11
46858         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
46859              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46860              Date: Wed, 30 Aug 2000 15:03:14 -0500
46861              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
46862      Branch: perl
46863            ! vms/vms.c
46864 ____________________________________________________________________________
46865 [  6923] By: jhi                                   on 2000/08/30  20:15:18
46866         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
46867              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46868              Date: Wed, 30 Aug 2000 13:30:36 -0500
46869              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
46870      Branch: perl
46871            ! vms/vms.c
46872 ____________________________________________________________________________
46873 [  6922] By: jhi                                   on 2000/08/30  19:54:43
46874         Log: Better options for rsync.
46875      Branch: perl
46876            ! pod/perlhack.pod
46877 ____________________________________________________________________________
46878 [  6921] By: jhi                                   on 2000/08/30  19:40:16
46879         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
46880              From: Rick Delaney <rick@consumercontact.com>
46881              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
46882              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
46883      Branch: perl
46884            ! pod/perlfunc.pod
46885 ____________________________________________________________________________
46886 [  6920] By: jhi                                   on 2000/08/30  19:36:40
46887         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
46888              From: Peter Prymmer <pvhp@forte.com>
46889              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
46890              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
46891      Branch: perl
46892            ! configure.com
46893 ____________________________________________________________________________
46894 [  6919] By: jhi                                   on 2000/08/30  14:52:02
46895         Log: Update Changes.
46896      Branch: perl
46897            ! Changes patchlevel.h
46898 ____________________________________________________________________________
46899 [  6918] By: jhi                                   on 2000/08/30  14:48:34
46900         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
46901      Branch: perl
46902            ! lib/ExtUtils/typemap
46903 ____________________________________________________________________________
46904 [  6917] By: jhi                                   on 2000/08/30  14:46:34
46905         Log: Subject: typos in pods
46906              From: Nicholas Clark <nick@ccl4.org>
46907              Date: Wed, 30 Aug 2000 01:12:50 +0100
46908              Message-ID: <20000830011249.A61388@plum.flirble.org>
46909      Branch: perl
46910            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
46911            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
46912            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
46913            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
46914 ____________________________________________________________________________
46915 [  6916] By: jhi                                   on 2000/08/30  14:19:09
46916         Log: Document Storable problems on Crays.  (Will have
46917              to document all the other Storable problems, too.)
46918      Branch: perl
46919            ! pod/perldelta.pod
46920 ____________________________________________________________________________
46921 [  6915] By: jhi                                   on 2000/08/30  14:06:02
46922         Log: Subject: [PATCH] fix misc cast warnings
46923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46924              Date: Tue, 29 Aug 2000 23:16:14 -0700
46925              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
46926      Branch: perl
46927            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
46928            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
46929            ! os2/os2ish.h
46930 ____________________________________________________________________________
46931 [  6914] By: jhi                                   on 2000/08/30  14:03:45
46932         Log: Timestamp mismatch again.  Need to fix this dependence on
46933              config_h.SH timestamp, since it's the contents of config_h.SH
46934              that matter.
46935      Branch: perl
46936            ! uconfig.h uconfig.sh
46937 ____________________________________________________________________________
46938 [  6913] By: jhi                                   on 2000/08/30  13:54:06
46939         Log: Don't say "Perl 5.0 source kit".
46940      Branch: perl
46941            ! perl.c
46942 ____________________________________________________________________________
46943 [  6912] By: jhi                                   on 2000/08/30  13:51:24
46944         Log: Reset archname and archname64 always, forcing them be
46945              recomputed at each Configure run, make Configure and
46946              the hints files agree on the naming of largefiles variables.
46947      Branch: metaconfig
46948            ! U/threads/archname.U
46949      Branch: metaconfig/U/perl
46950            ! use64bits.U
46951      Branch: perl
46952            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
46953            ! hints/linux.sh hints/solaris_2.sh
46954 ____________________________________________________________________________
46955 [  6911] By: jhi                                   on 2000/08/30  13:30:13
46956         Log: Put back the slice accidentally removed by #6907.
46957      Branch: perl
46958            ! hints/solaris_2.sh
46959 ____________________________________________________________________________
46960 [  6910] By: jhi                                   on 2000/08/30  01:24:26
46961         Log: Be consistent: other Net::get* do export theirs.
46962              
46963              Subject: Re: Net::protoent does not export 'getproto'
46964              From: Yasushi Nakajima <sey@jkc.co.jp>
46965              Date: Wed, 30 Aug 2000 09:53:14 +0900
46966              Message-Id: <200008300051.DAA24700@taku.hut.fi>
46967      Branch: perl
46968            ! lib/Net/protoent.pm
46969 ____________________________________________________________________________
46970 [  6909] By: jhi                                   on 2000/08/30  01:17:25
46971         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
46972              From: Gurusamy Sarathy <gsar@ActiveState.com>
46973              Date: Tue, 29 Aug 2000 17:17:07 -0700
46974              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
46975      Branch: perl
46976            ! cop.h
46977 ____________________________________________________________________________
46978 [  6908] By: jhi                                   on 2000/08/30  00:58:05
46979         Log: Update Changes.
46980      Branch: perl
46981            ! Changes patchlevel.h
46982 ____________________________________________________________________________
46983 [  6907] By: jhi                                   on 2000/08/30  00:57:22
46984         Log: Introduce ccname to keep track of what compiler kind of we have.
46985      Branch: metaconfig/U/perl
46986            ! Checkcc.U gccvers.U
46987      Branch: perl
46988            ! Configure config_h.SH hints/solaris_2.sh
46989 ____________________________________________________________________________
46990 [  6906] By: jhi                                   on 2000/08/30  00:25:47
46991         Log: Put back the flags dump as reasoned in
46992              
46993              Subject: Re: [PATCH] Glob dumping
46994              From: Mike Guy <mjtg@cam.ac.uk> 
46995              Date: Tue, 29 Aug 2000 21:41:32 +0100
46996              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
46997      Branch: perl
46998            ! dump.c t/lib/peek.t
46999 ____________________________________________________________________________
47000 [  6905] By: jhi                                   on 2000/08/30  00:16:17
47001         Log: Make the epsilon to be relative, not absolute.
47002              
47003              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
47004              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
47005              Date: Tue, 29 Aug 2000 19:58:56 -0400
47006              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
47007      Branch: perl
47008            ! t/lib/trig.t
47009 ____________________________________________________________________________
47010 [  6904] By: jhi                                   on 2000/08/30  00:13:09
47011         Log: From now on, Gisle is on my list of usual suspects :-)
47012              Retract #6902.
47013      Branch: perl
47014            ! ext/Opcode/Safe.pm
47015 ____________________________________________________________________________
47016 [  6903] By: jhi                                   on 2000/08/29  23:51:20
47017         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
47018              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47019              Date: Tue, 29 Aug 2000 18:43:26 -0500
47020              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
47021      Branch: perl
47022            + vms/vmspipe.com
47023            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
47024            ! vms/vms.c
47025 ____________________________________________________________________________
47026 [  6902] By: jhi                                   on 2000/08/29  23:44:14
47027         Log: Retry what #6882 attempted.
47028              
47029              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
47030              From: Gisle Aas <gisle@ActiveState.com>
47031              Date: 30 Aug 2000 00:33:09 +0200
47032              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
47033      Branch: perl
47034            ! ext/Opcode/Safe.pm
47035 ____________________________________________________________________________
47036 [  6901] By: jhi                                   on 2000/08/29  22:59:32
47037         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
47038              From: Hugo <hv@crypt.compulink.co.uk>
47039              Date: Mon, 12 Jun 2000 19:36:08 +0100
47040              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
47041      Branch: perl
47042            ! sv.c
47043 ____________________________________________________________________________
47044 [  6900] By: jhi                                   on 2000/08/29  22:58:35
47045         Log: Admit that we are leaking scalars.
47046              
47047              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
47048              From: Spider Boardman <spider@leggy.zk3.dec.com>
47049              Date: Tue, 29 Aug 2000 18:48:29 -0400
47050              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
47051      Branch: perl
47052            ! t/pragma/warnings.t
47053 ____________________________________________________________________________
47054 [  6899] By: jhi                                   on 2000/08/29  20:53:13
47055         Log: Update Changes.
47056      Branch: perl
47057            ! Changes patchlevel.h
47058 ____________________________________________________________________________
47059 [  6898] By: jhi                                   on 2000/08/29  20:46:21
47060         Log: Undo namespace pollution of #6878.
47061              
47062              Subject: Re: Net::protoent does not export 'getproto'
47063              From: Mike Guy <mjtg@cam.ac.uk>
47064              Date: Tue, 29 Aug 2000 21:32:37 +0100
47065              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
47066      Branch: perl
47067            ! lib/Net/protoent.pm
47068 ____________________________________________________________________________
47069 [  6897] By: jhi                                   on 2000/08/29  20:44:29
47070         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
47071              From: Peter Prymmer <pvhp@forte.com>
47072              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
47073              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
47074      Branch: perl
47075            ! pod/perlebcdic.pod
47076 ____________________________________________________________________________
47077 [  6896] By: jhi                                   on 2000/08/29  20:40:57
47078         Log: There's no point repeating the 'revision' (5) of perl5.
47079      Branch: metaconfig/U/perl
47080            ! Devel.U patchlevel.U
47081      Branch: perl
47082            ! Configure config_h.SH
47083 ____________________________________________________________________________
47084 [  6895] By: jhi                                   on 2000/08/29  20:16:58
47085         Log: Regen Configure for #6894.
47086      Branch: metaconfig/U/perl
47087            ! perladmin.U
47088      Branch: perl
47089            ! Configure config_h.SH
47090 ____________________________________________________________________________
47091 [  6894] By: jhi                                   on 2000/08/29  19:59:52
47092         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
47093              From: "Philip Newton" <Philip.Newton@gmx.net>
47094              Date: Tue, 29 Aug 2000 21:39:14 +0200
47095              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
47096      Branch: perl
47097            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
47098            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
47099            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
47100            ! utils/perlbug.PL
47101 ____________________________________________________________________________
47102 [  6893] By: jhi                                   on 2000/08/29  19:55:30
47103         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
47104              From: "Philip Newton" <Philip.Newton@gmx.net>
47105              Date: Tue, 29 Aug 2000 21:39:14 +0200
47106              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
47107      Branch: perl
47108            ! installhtml
47109 ____________________________________________________________________________
47110 [  6892] By: jhi                                   on 2000/08/29  19:53:59
47111         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
47112              From: "Philip Newton" <Philip.Newton@gmx.net>
47113              Date: Tue, 29 Aug 2000 21:48:18 +0200
47114              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
47115      Branch: perl
47116            ! lib/File/Temp.pm
47117 ____________________________________________________________________________
47118 [  6891] By: jhi                                   on 2000/08/29  18:30:03
47119         Log: Nail the ID 20000828.023.
47120      Branch: perl
47121            ! ext/Storable/Storable.xs
47122 ____________________________________________________________________________
47123 [  6890] By: jhi                                   on 2000/08/29  16:50:17
47124         Log: Under usethreads the dumped variable is IN_PAD.
47125              
47126              Subject: Re: [PATCH] Glob dumping
47127              From: Gisle Aas <gisle@ActiveState.com>
47128              Date: 29 Aug 2000 18:45:05 +0200
47129              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
47130      Branch: perl
47131            ! t/lib/peek.t
47132 ____________________________________________________________________________
47133 [  6889] By: jhi                                   on 2000/08/29  15:17:37
47134         Log: Update Changes.
47135      Branch: perl
47136            ! Changes patchlevel.h
47137 ____________________________________________________________________________
47138 [  6888] By: jhi                                   on 2000/08/29  14:49:59
47139         Log: Retract #6882, broke the safe tests.
47140      Branch: perl
47141            ! ext/Opcode/Safe.pm
47142 ____________________________________________________________________________
47143 [  6887] By: jhi                                   on 2000/08/29  14:47:06
47144         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47145              From: Gisle Aas <gisle@ActiveState.com> 
47146              Date: 09 Jun 2000 20:00:11 +0200
47147              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
47148      Branch: perl
47149            ! utils/perldoc.PL
47150 ____________________________________________________________________________
47151 [  6886] By: jhi                                   on 2000/08/29  14:42:45
47152         Log: The #6881 removed one dump line.
47153      Branch: perl
47154            ! t/lib/peek.t
47155 ____________________________________________________________________________
47156 [  6885] By: jhi                                   on 2000/08/29  14:30:47
47157         Log: Don't forget to tidy up.
47158      Branch: perl
47159            ! t/lib/ftmp-security.t
47160 ____________________________________________________________________________
47161 [  6884] By: jhi                                   on 2000/08/29  14:25:17
47162         Log: Disabling the one test is a bit tricky.
47163      Branch: perl
47164            ! t/lib/ftmp-security.t
47165 ____________________________________________________________________________
47166 [  6883] By: jhi                                   on 2000/08/29  14:16:25
47167         Log: Disable one of the tests for now.
47168      Branch: perl
47169            ! t/lib/ftmp-security.t
47170 ____________________________________________________________________________
47171 [  6882] By: jhi                                   on 2000/08/29  14:05:50
47172         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
47173              From: gisle@aas.no
47174              Date: 29 Aug 2000 10:35:06 -0000
47175              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
47176      Branch: perl
47177            ! ext/Opcode/Safe.pm
47178 ____________________________________________________________________________
47179 [  6881] By: jhi                                   on 2000/08/29  14:03:51
47180         Log: Subject: [PATCH] Glob dumping
47181              From: Gisle Aas <gisle@ActiveState.com>
47182              Date: 29 Aug 2000 07:59:42 -0000
47183              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
47184      Branch: perl
47185            ! dump.c
47186 ____________________________________________________________________________
47187 [  6880] By: jhi                                   on 2000/08/29  14:02:01
47188         Log: Subject: [PATCH] Warnings in B::Deparse
47189              From: <abigail@foad.org>
47190              Date: Tue, 29 Aug 2000 00:00:01 -0400
47191              Message-ID: <20000829040001.2999.qmail@foad.org>
47192      Branch: perl
47193            ! ext/B/B/Deparse.pm
47194 ____________________________________________________________________________
47195 [  6879] By: jhi                                   on 2000/08/29  13:57:26
47196         Log: Missed a change in #6869.
47197      Branch: perl
47198            ! mg.c
47199 ____________________________________________________________________________
47200 [  6878] By: jhi                                   on 2000/08/29  13:45:04
47201         Log: Subject: Net::protoent does not export 'getproto'
47202              From: Yasushi Nakajima <sey@jkc.co.jp>
47203              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
47204      Branch: perl
47205            ! lib/Net/protoent.pm
47206 ____________________________________________________________________________
47207 [  6877] By: jhi                                   on 2000/08/29  13:39:19
47208         Log: Patches all over for people and the files they (hopefully) care about.
47209      Branch: perl
47210            ! AUTHORS Changes MAINTAIN
47211 ____________________________________________________________________________
47212 [  6876] By: jhi                                   on 2000/08/29  12:53:54
47213         Log: Fix for thinko in #6848.
47214              
47215              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
47216              From: Lupe Christoph <lupe@lupe-christoph.de>
47217              Date: Tue, 29 Aug 2000 09:04:08 +0200
47218              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
47219      Branch: perl
47220            ! ext/Thread/Thread.xs
47221 ____________________________________________________________________________
47222 [  6875] By: jhi                                   on 2000/08/29  12:50:14
47223         Log: Update to Getopt::Long 2.24, from Johan Vromans.
47224      Branch: perl
47225            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
47226 ____________________________________________________________________________
47227 [  6874] By: jhi                                   on 2000/08/29  02:09:53
47228         Log: Use minimal @INC in tests, most of the time just '../lib',
47229              so that we simply can't pick up stuff from other Perls than
47230              the one we are testing.  Pointed out by
47231              
47232              From: Mike Guy <mjtg@cam.ac.uk>
47233              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
47234              Date: Fri, 25 Aug 2000 15:15:59 +0100
47235              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
47236      Branch: perl
47237            ! (edit 185 files)
47238 ____________________________________________________________________________
47239 [  6873] By: jhi                                   on 2000/08/29  01:07:11
47240         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
47241              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47242              Date: Mon, 28 Aug 2000 17:45:52 -0700
47243              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
47244      Branch: perl
47245            ! Makefile.SH hints/os2.sh
47246 ____________________________________________________________________________
47247 [  6872] By: jhi                                   on 2000/08/28  23:33:39
47248         Log: Subject: [PATCH bleedperl@6866] spellings
47249              From: marcel@codewerk.com (Marcel Grunauer)
47250              Date: Tue, 29 Aug 2000 01:19:59 +0200
47251              Message-Id: <200008282319.BAA29862@gandalf.local>
47252      Branch: perl
47253            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
47254            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
47255            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
47256 ____________________________________________________________________________
47257 [  6871] By: jhi                                   on 2000/08/28  23:22:09
47258         Log: Take out the SUIDMAIL thing, that will not be
47259              a problem in 5.7.*.
47260      Branch: perl
47261            ! patchlevel.h
47262 ____________________________________________________________________________
47263 [  6870] By: jhi                                   on 2000/08/28  23:19:30
47264         Log: -S is the silent flag, -s is the strip flag.
47265              
47266              Subject: [PATCH] Re: [PATCH] make no-install          
47267              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47268              Date: Mon, 28 Aug 2000 15:12:55 -0700
47269              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
47270      Branch: perl
47271            ! Makefile.SH
47272 ____________________________________________________________________________
47273 [  6869] By: jhi                                   on 2000/08/28  23:12:05
47274         Log: Subject: [PATCH bleedperl@6856] warnings fixes
47275              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47276              Date: Mon, 28 Aug 2000 23:55:06 +0100
47277              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
47278      Branch: perl
47279            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
47280            ! warnings.h warnings.pl
47281 ____________________________________________________________________________
47282 [  6868] By: jhi                                   on 2000/08/28  21:38:22
47283         Log: Potential cruft.
47284      Branch: perl
47285            ! Makefile.SH
47286 ____________________________________________________________________________
47287 [  6867] By: jhi                                   on 2000/08/28  21:35:36
47288         Log: Update Changes.
47289      Branch: perl
47290            ! Changes patchlevel.h
47291 ____________________________________________________________________________
47292 [  6866] By: jhi                                   on 2000/08/28  21:33:49
47293         Log: Subject: hv.h Doc Patch
47294              From: Fisher Mark <fisherm@tce.com>
47295              Date: Mon, 28 Aug 2000 16:24:59 -0500
47296              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
47297      Branch: perl
47298            ! hv.h
47299 ____________________________________________________________________________
47300 [  6865] By: jhi                                   on 2000/08/28  21:02:15
47301         Log: Add -ld to archname on long tr...double platforms.
47302      Branch: metaconfig
47303            ! U/threads/archname.U
47304      Branch: perl
47305            ! Configure config_h.SH
47306 ____________________________________________________________________________
47307 [  6864] By: jhi                                   on 2000/08/28  20:38:59
47308         Log: An attempt to fix the problem reported in
47309              
47310              Subject: Building perl@6856 using gcc/AIX 4.3.3 
47311              From: Daniel Muino <dmuino@afip.gov.ar> 
47312              Date: Mon, 28 Aug 2000 15:50:01 -0300   
47313              Message-ID: <20000828155001.A14403@con2-dgi>
47314              
47315              I can't test this properly since the gcc installation I have
47316              access to seems to be botched (gcc is calling the AIX cpp,
47317              a losing proposition...)
47318      Branch: perl
47319            ! hints/aix.sh
47320 ____________________________________________________________________________
47321 [  6863] By: jhi                                   on 2000/08/28  18:57:52
47322         Log: Fix for ID 20000828.001, long doubles were not formatted
47323              correctly (showed up in $], which stopped installing perl).
47324      Branch: perl
47325            ! sv.c
47326 ____________________________________________________________________________
47327 [  6862] By: jhi                                   on 2000/08/28  18:07:15
47328         Log: Typo in #6858.
47329      Branch: perl
47330            ! lib/Cwd.pm
47331 ____________________________________________________________________________
47332 [  6861] By: jhi                                   on 2000/08/28  17:57:27
47333         Log: opmini.o may be left around if a build is interrupted.
47334      Branch: perl
47335            ! Makefile.SH
47336 ____________________________________________________________________________
47337 [  6860] By: jhi                                   on 2000/08/28  16:52:50
47338         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
47339              From: Daniel Chetlin <daniel@chetlin.com>
47340              Date: Mon, 28 Aug 2000 01:14:18 -0700
47341              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
47342      Branch: perl
47343            ! lib/overload.pm
47344 ____________________________________________________________________________
47345 [  6859] By: jhi                                   on 2000/08/28  16:08:46
47346         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
47347              From: Nicholas Clark <nick@ccl4.org>
47348              Date: Mon, 28 Aug 2000 16:03:27 +0100
47349              Message-Id: <20000828160327.C49785@plum.flirble.org>
47350      Branch: perl
47351            ! ext/ByteLoader/bytecode.h
47352 ____________________________________________________________________________
47353 [  6858] By: jhi                                   on 2000/08/28  16:02:10
47354         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
47355              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
47356              Date: Mon, 28 Aug 2000 13:08:30 +0200
47357              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
47358      Branch: perl
47359            ! lib/Cwd.pm
47360 ____________________________________________________________________________
47361 [  6857] By: jhi                                   on 2000/08/28  15:42:47
47362         Log: display_format used as a class method without arguments was broken,
47363              reported in
47364              
47365              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
47366              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
47367              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
47368              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
47369      Branch: perl
47370            ! lib/Math/Complex.pm t/lib/complex.t
47371 ____________________________________________________________________________
47372 [  6856] By: jhi                                   on 2000/08/27  22:09:48
47373         Log: Update Changes.
47374      Branch: perl
47375            ! Changes patchlevel.h
47376 ____________________________________________________________________________
47377 [  6855] By: jhi                                   on 2000/08/27  21:59:21
47378         Log: Retract #6853 (false alarm).
47379      Branch: perl
47380            ! lib/ExtUtils/xsubpp
47381 ____________________________________________________________________________
47382 [  6854] By: jhi                                   on 2000/08/27  21:37:44
47383         Log: Update Changes.
47384      Branch: perl
47385            ! Changes patchlevel.h
47386 ____________________________________________________________________________
47387 [  6853] By: jhi                                   on 2000/08/27  21:37:16
47388         Log: Subject: [PATCH perl@6850] workaround for xsubpp
47389              From: Hugo <hv@crypt.compulink.co.uk>
47390              Date: Sun, 27 Aug 2000 22:30:25 +0100
47391              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
47392      Branch: perl
47393            ! lib/ExtUtils/xsubpp
47394 ____________________________________________________________________________
47395 [  6852] By: jhi                                   on 2000/08/27  21:33:58
47396         Log: Big-endian 64-bit patch from Raphael Manfredi.
47397      Branch: perl
47398            ! ext/Storable/Storable.xs
47399 ____________________________________________________________________________
47400 [  6851] By: jhi                                   on 2000/08/27  21:22:21
47401         Log: More ruthless editing from Hugo van der Sanden.
47402      Branch: perl
47403            ! pod/perldelta.pod
47404 ____________________________________________________________________________
47405 [  6850] By: jhi                                   on 2000/08/27  16:11:46
47406         Log: Update Changes.
47407      Branch: perl
47408            ! Changes patchlevel.h
47409 ____________________________________________________________________________
47410 [  6849] By: jhi                                   on 2000/08/27  16:11:05
47411         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
47412      Branch: perl
47413            ! configpm pod/perldelta.pod
47414 ____________________________________________________________________________
47415 [  6848] By: jhi                                   on 2000/08/27  15:35:08
47416         Log: Use the actual thread type, not the pointer-to-struct.
47417      Branch: perl
47418            ! ext/Thread/Thread.xs
47419 ____________________________________________________________________________
47420 [  6847] By: jhi                                   on 2000/08/27  15:30:49
47421         Log: Test nit.
47422      Branch: perl
47423            ! t/pragma/warn/pp_sys
47424 ____________________________________________________________________________
47425 [  6846] By: jhi                                   on 2000/08/27  15:19:02
47426         Log: Passing -R in ldflags makes now it to appear in the default
47427              for lddlflags, just like with -L.
47428              
47429              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47430              From: Lupe Christoph <lupe@lupe-christoph.de>
47431              Date: Sun, 27 Aug 2000 10:28:21 +0200
47432              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
47433      Branch: metaconfig/U/perl
47434            ! dlsrc.U
47435      Branch: perl
47436            ! Configure
47437 ____________________________________________________________________________
47438 [  6845] By: jhi                                   on 2000/08/27  15:08:54
47439         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47440              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47441              Date: Sat, 26 Aug 2000 22:23:27 +0100
47442              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
47443      Branch: perl
47444            ! lib/ExtUtils/MM_Unix.pm
47445 ____________________________________________________________________________
47446 [  6844] By: jhi                                   on 2000/08/27  15:02:37
47447         Log: DJGPP update from Laszlo Molnar.
47448              
47449              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
47450              From: ml1050 <ml1050@freemail.hu>
47451              Date: Sat, 26 Aug 2000 23:24:40 +0200
47452              Message-Id: <20000826232440.A439@freemail.hu>
47453      Branch: perl
47454            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
47455            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
47456 ____________________________________________________________________________
47457 [  6843] By: jhi                                   on 2000/08/27  14:53:58
47458         Log: Subject: installman buglet
47459              From: Lupe Christoph <lupe@lupe-christoph.de>
47460              Date: Sun, 27 Aug 2000 14:38:59 +0200
47461              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
47462      Branch: perl
47463            ! installman
47464 ____________________________________________________________________________
47465 [  6842] By: jhi                                   on 2000/08/27  14:52:08
47466         Log: Can't get the test to reliably work thanks to the
47467              inaccurateness of floating point.  "Resolves" bug ids
47468              20000826.003, 20000826.009, 20000826.010,
47469      Branch: perl
47470            ! t/lib/trig.t
47471 ____________________________________________________________________________
47472 [  6841] By: jhi                                   on 2000/08/26  15:53:58
47473         Log: Update Changes.
47474      Branch: perl
47475            ! Changes patchlevel.h
47476 ____________________________________________________________________________
47477 [  6840] By: jhi                                   on 2000/08/26  14:23:03
47478         Log: grep -e isn't portable.
47479              
47480              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
47481              From: chris@broadband.att.com
47482              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
47483              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
47484      Branch: perl
47485            ! hints/solaris_2.sh
47486 ____________________________________________________________________________
47487 [  6839] By: jhi                                   on 2000/08/26  14:12:23
47488         Log: no-install target a la make -n.
47489              
47490              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
47491              From: <abigail@foad.org>
47492              Date: Sat, 26 Aug 2000 03:57:34 -0400
47493              Message-ID: <20000826075735.18912.qmail@foad.org>
47494      Branch: perl
47495            ! Makefile.SH installman installperl
47496 ____________________________________________________________________________
47497 [  6838] By: jhi                                   on 2000/08/26  14:06:33
47498         Log: Retract #6826 as the #6828 should be do the same
47499              in a More Correct Way.
47500      Branch: perl
47501            ! installperl
47502 ____________________________________________________________________________
47503 [  6837] By: jhi                                   on 2000/08/26  05:24:00
47504         Log: More casting.
47505      Branch: perl
47506            ! ext/Storable/Storable.xs
47507 ____________________________________________________________________________
47508 [  6836] By: jhi                                   on 2000/08/26  05:05:46
47509         Log: Nicer in decimal.
47510      Branch: perl
47511            ! ext/Storable/Storable.xs
47512 ____________________________________________________________________________
47513 [  6835] By: jhi                                   on 2000/08/26  05:03:50
47514         Log: There be no UVdf.
47515      Branch: perl
47516            ! ext/Storable/Storable.xs
47517 ____________________________________________________________________________
47518 [  6834] By: jhi                                   on 2000/08/26  05:00:18
47519         Log: Continue IVdfing and UVxfing.
47520      Branch: perl
47521            ! ext/Storable/Storable.xs
47522 ____________________________________________________________________________
47523 [  6833] By: jhi                                   on 2000/08/26  04:53:14
47524         Log: Use IVdf.
47525      Branch: perl
47526            ! ext/Storable/Storable.xs
47527 ____________________________________________________________________________
47528 [  6832] By: jhi                                   on 2000/08/26  04:40:41
47529         Log: Document PTR2XX and INT2PTR.
47530      Branch: perl
47531            ! pod/perlguts.pod
47532 ____________________________________________________________________________
47533 [  6831] By: jhi                                   on 2000/08/26  04:33:18
47534         Log: Use UVxf, PTR2UV, NVff.
47535      Branch: perl
47536            ! ext/Storable/Storable.xs
47537 ____________________________________________________________________________
47538 [  6830] By: jhi                                   on 2000/08/26  04:31:32
47539         Log: Update the test count.
47540      Branch: perl
47541            ! t/lib/trig.t
47542 ____________________________________________________________________________
47543 [  6829] By: jhi                                   on 2000/08/26  03:05:50
47544         Log: Subject: [PATCH] installation not quite silent yet.
47545              From: <abigail@foad.org>
47546              Date: Fri, 25 Aug 2000 20:07:53 -0400
47547              Message-ID: <20000826000753.7822.qmail@foad.org>
47548      Branch: perl
47549            ! installman installperl
47550 ____________________________________________________________________________
47551 [  6828] By: jhi                                   on 2000/08/26  03:05:14
47552         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
47553              From: Spider Boardman <spider@web.zk3.dec.com>
47554              Date: Fri, 25 Aug 2000 19:12:40 -0400
47555              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
47556      Branch: perl
47557            ! gv.c
47558 ____________________________________________________________________________
47559 [  6827] By: jhi                                   on 2000/08/25  23:54:34
47560         Log: Support preserving extremely big/small angles.
47561      Branch: perl
47562            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
47563 ____________________________________________________________________________
47564 [  6826] By: jhi                                   on 2000/08/25  23:01:20
47565         Log: Patch installperl to be long double-aware.
47566              
47567              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
47568              From: Spider Boardman <spider@web.zk3.dec.com>
47569              Date: Fri, 25 Aug 2000 18:15:23 -0400
47570              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
47571      Branch: perl
47572            ! installperl
47573 ____________________________________________________________________________
47574 [  6825] By: jhi                                   on 2000/08/25  22:58:25
47575         Log: Remove duplicately applied patch shards.
47576              
47577              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
47578              From: Spider Boardman <spider@leggy.zk3.dec.com>
47579              Date: Fri, 25 Aug 2000 16:45:03 -0400
47580              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
47581      Branch: perl
47582            ! t/lib/cgi-html.t
47583 ____________________________________________________________________________
47584 [  6824] By: jhi                                   on 2000/08/25  22:57:00
47585         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47586              From: Daniel Chetlin <daniel@chetlin.com>
47587              Date: Fri, 25 Aug 2000 12:23:16 -0700
47588              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
47589              
47590              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47591              From: Daniel Chetlin <daniel@chetlin.com>
47592              Date: Fri, 25 Aug 2000 14:47:19 -0700
47593              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
47594      Branch: perl
47595            ! installman
47596 ____________________________________________________________________________
47597 [  6823] By: jhi                                   on 2000/08/25  22:44:17
47598         Log: Timestamp problem?
47599      Branch: perl
47600            ! uconfig.h uconfig.sh
47601 ____________________________________________________________________________
47602 [  6822] By: jhi                                   on 2000/08/25  19:01:06
47603         Log: One forgotten file from #6816.
47604      Branch: perl
47605            ! vos/config.h
47606 ____________________________________________________________________________
47607 [  6821] By: jhi                                   on 2000/08/25  18:56:39
47608         Log: Regen Changes.
47609      Branch: perl
47610            ! Changes patchlevel.h
47611 ____________________________________________________________________________
47612 [  6820] By: jhi                                   on 2000/08/25  18:52:35
47613         Log: Fix Changes ordering.
47614      Branch: perl
47615            ! Changes
47616 ____________________________________________________________________________
47617 [  6819] By: jhi                                   on 2000/08/25  18:50:25
47618         Log: Update Changes.
47619      Branch: perl
47620            ! Changes patchlevel.h
47621 ____________________________________________________________________________
47622 [  6818] By: jhi                                   on 2000/08/25  18:47:45
47623         Log: Tweak the sfio/useperlio logic, hopefully as wished in
47624              
47625              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
47626              From: Nicholas Clark <nick@babyhippo.co.uk>
47627              Date: Fri, 25 Aug 2000 12:01:45 +0100
47628              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
47629      Branch: metaconfig/U/perl
47630            ! d_sfio.U
47631      Branch: perl
47632            ! Configure
47633 ____________________________________________________________________________
47634 [  6817] By: jhi                                   on 2000/08/25  18:32:51
47635         Log: Allow microperl to assume <math.h>, without it the math
47636              functions like floor() are assumed to return int, which makes
47637              for core dumps in machines where integer and floating register
47638              don't mix.
47639      Branch: perl
47640            ! uconfig.h uconfig.sh
47641 ____________________________________________________________________________
47642 [  6816] By: jhi                                   on 2000/08/25  18:27:17
47643         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
47644              the problem reported in
47645              
47646              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
47647              From: danhale@us.ibm.com
47648              Date: Fri, 25 Aug 2000 10:58:06 -0400
47649              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
47650      Branch: metaconfig/U/perl
47651            + d_socks5_init.U
47652      Branch: perl
47653            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
47654            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
47655            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
47656            ! win32/config.gc win32/config.vc
47657 ____________________________________________________________________________
47658 [  6815] By: jhi                                   on 2000/08/25  17:43:31
47659         Log: A solution for the retrieve_fd autosplit warning,
47660              idea suggested by Mike Guy.
47661      Branch: perl
47662            ! ext/Storable/Storable.pm
47663 ____________________________________________________________________________
47664 [  6814] By: jhi                                   on 2000/08/25  17:16:03
47665         Log: Add install-silent target.
47666      Branch: perl
47667            ! Makefile.SH
47668 ____________________________________________________________________________
47669 [  6813] By: jhi                                   on 2000/08/25  17:14:23
47670         Log: Subject: Re: [PATCH] More silencing of installman.
47671              From: <abigail@foad.org>
47672              Date: Thu, 24 Aug 2000 19:27:03 -0400
47673              Message-ID: <20000824232703.7001.qmail@foad.org>
47674              
47675              Subject: Re: [PATCH] More silencing of installman.
47676              From: <abigail@foad.org>
47677              Date: Fri, 25 Aug 2000 03:00:58 -0400
47678              Message-ID: <20000825070058.10697.qmail@foad.org>
47679      Branch: perl
47680            ! installman
47681 ____________________________________________________________________________
47682 [  6812] By: jhi                                   on 2000/08/25  17:11:28
47683         Log: installperl --verbose and --silent.
47684              
47685              Subject: Re: [PATCH] More silencing of installman.
47686              From: <abigail@foad.org>
47687              Message-ID: <20000825064430.9719.qmail@foad.org>
47688              Date: Fri, 25 Aug 2000 02:44:30 -0400
47689      Branch: perl
47690            ! installperl
47691 ____________________________________________________________________________
47692 [  6811] By: jhi                                   on 2000/08/25  17:05:43
47693         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
47694              From: "Peter J. Farley III" <pjfarley@banet.net>
47695              Date: Thu, 24 Aug 2000 21:58:03 -0400
47696              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
47697              
47698              (applied slightly modified)
47699      Branch: perl
47700            ! lib/ExtUtils/MM_Unix.pm
47701 ____________________________________________________________________________
47702 [  6810] By: jhi                                   on 2000/08/25  17:01:18
47703         Log: Missing parts of 
47704              
47705              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
47706              From: Peter Prymmer <pvhp@forte.com>
47707              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
47708              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
47709      Branch: perl
47710            ! t/lib/cgi-html.t
47711 ____________________________________________________________________________
47712 [  6809] By: jhi                                   on 2000/08/25  16:46:32
47713         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
47714              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47715              Date: Thu, 24 Aug 2000 19:13:11 -0500
47716              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
47717      Branch: perl
47718            ! vms/vms.c
47719 ____________________________________________________________________________
47720 [  6808] By: jhi                                   on 2000/08/25  16:39:22
47721         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
47722              From: Peter Prymmer <pvhp@forte.com>
47723              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
47724              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
47725      Branch: perl
47726            ! configure.com
47727 ____________________________________________________________________________
47728 [  6807] By: jhi                                   on 2000/08/25  16:36:37
47729         Log: Better wording for the vec lvalue diagnostic.
47730              
47731              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47732              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47733              Date: Wed, 23 Aug 2000 14:12:16 -0400
47734              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
47735      Branch: perl
47736            ! pod/perldiag.pod
47737 ____________________________________________________________________________
47738 [  6806] By: jhi                                   on 2000/08/24  18:17:22
47739         Log: Subject: [PATCH] More silencing of installman.
47740              From: <abigail@foad.org>
47741              Date: Thu, 24 Aug 2000 14:01:44 -0400
47742              Message-ID: <20000824180144.20062.qmail@foad.org>
47743      Branch: perl
47744            ! installman
47745 ____________________________________________________________________________
47746 [  6805] By: jhi                                   on 2000/08/24  15:00:31
47747         Log: Update Changes.
47748      Branch: perl
47749            ! Changes patchlevel.h
47750 ____________________________________________________________________________
47751 [  6804] By: jhi                                   on 2000/08/24  14:59:07
47752         Log: Regen perltoc.
47753      Branch: perl
47754            ! pod/perltoc.pod
47755 ____________________________________________________________________________
47756 [  6803] By: jhi                                   on 2000/08/24  14:44:39
47757         Log: Show the doc file, not the temp file.
47758      Branch: perl
47759            ! installman
47760 ____________________________________________________________________________
47761 [  6802] By: jhi                                   on 2000/08/24  14:41:53
47762         Log: Continue silencing.
47763      Branch: perl
47764            ! installman
47765 ____________________________________________________________________________
47766 [  6801] By: jhi                                   on 2000/08/24  14:34:40
47767         Log: Actually do something with the silencer option.
47768      Branch: perl
47769            ! installman
47770 ____________________________________________________________________________
47771 [  6800] By: jhi                                   on 2000/08/24  14:26:22
47772         Log: Make installman to recognize the silence flag -S.
47773      Branch: perl
47774            ! installman
47775 ____________________________________________________________________________
47776 [  6799] By: jhi                                   on 2000/08/24  13:49:38
47777         Log: DOS patches and portability/porting notes, from Tim Jenness.
47778      Branch: perl
47779            ! lib/File/Temp.pm
47780 ____________________________________________________________________________
47781 [  6798] By: jhi                                   on 2000/08/24  13:48:27
47782         Log: Create directories in silence.
47783              
47784              Subject: [PATCH] Another silencer for MakeMaker
47785              From: andreas.koenig@anima.de (Andreas J. Koenig)
47786              Date: 24 Aug 2000 14:18:52 +0200
47787              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
47788      Branch: perl
47789            ! lib/ExtUtils/Command.pm
47790 ____________________________________________________________________________
47791 [  6797] By: jhi                                   on 2000/08/24  13:46:42
47792         Log: More liberal parsing of version numbers.
47793              
47794              Subject: Re: CPAN.pm beta for testing available
47795              From: andreas.koenig@anima.de (Andreas J. Koenig)
47796              Date: 24 Aug 2000 13:51:57 +0200
47797              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
47798      Branch: perl
47799            ! lib/CPAN.pm
47800 ____________________________________________________________________________
47801 [  6796] By: jhi                                   on 2000/08/24  13:44:36
47802         Log: Make "make install" by default silent.  A new "install-verbose"
47803              target is verbose.
47804      Branch: perl
47805            ! Makefile.SH
47806 ____________________________________________________________________________
47807 [  6795] By: jhi                                   on 2000/08/24  13:39:14
47808         Log: Add silencer flags to installperl.
47809              
47810              Subject: [PATCH] Making installperl silent.
47811              From: <abigail@foad.org>
47812              Date: Thu, 24 Aug 2000 05:01:45 -0400
47813              Message-ID: <20000824090145.13141.qmail@foad.org>
47814      Branch: perl
47815            ! installperl
47816 ____________________________________________________________________________
47817 [  6794] By: jhi                                   on 2000/08/24  13:35:50
47818         Log: installperl couldn't tell whether it had run tests or not.
47819              
47820              Subject: [PATCH] Re: installperl and t/TEST
47821              From: <abigail@foad.org>
47822              Date: Thu, 24 Aug 2000 04:00:53 -0400
47823              Message-ID: <20000824080053.2494.qmail@foad.org>
47824      Branch: perl
47825            ! Makefile.SH installperl
47826 ____________________________________________________________________________
47827 [  6793] By: jhi                                   on 2000/08/24  13:27:50
47828         Log: Drop the separate perlbc, perlcc -b should be enough.
47829      Branch: perl
47830            - utils/perlbc.PL
47831            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
47832 ____________________________________________________________________________
47833 [  6792] By: jhi                                   on 2000/08/24  04:41:30
47834         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
47835              plus the typo fix from Peter Prymmer.
47836      Branch: perl
47837            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
47838            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
47839 ____________________________________________________________________________
47840 [  6791] By: jhi                                   on 2000/08/24  02:10:43
47841         Log: Replace #6705 with a minimal doc patch.
47842              
47843              Subject: [PATCH 5.6.0] replace change #6705
47844              From: Jan Dubois <jand@ActiveState.com>
47845              Date: Wed, 23 Aug 2000 18:31:51 -0700
47846              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
47847      Branch: perl
47848            ! lib/Win32.pod win32/win32.c
47849 ____________________________________________________________________________
47850 [  6790] By: jhi                                   on 2000/08/23  17:52:00
47851         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47852              From: Mike Guy <mjtg@cam.ac.uk>
47853              Date: Wed, 23 Aug 2000 18:38:46 +0100
47854              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
47855      Branch: perl
47856            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
47857 ____________________________________________________________________________
47858 [  6789] By: jhi                                   on 2000/08/23  15:34:21
47859         Log: Update Changes.
47860      Branch: perl
47861            ! Changes patchlevel.h
47862 ____________________________________________________________________________
47863 [  6788] By: jhi                                   on 2000/08/23  15:33:40
47864         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47865              From: Wilfredo Sánchez <wsanchez@apple.com>
47866              Date: Tue, 22 Aug 2000 19:31:27 -0700
47867              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
47868      Branch: perl
47869            ! perl.h
47870 ____________________________________________________________________________
47871 [  6787] By: jhi                                   on 2000/08/23  15:29:31
47872         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47873              From: Spider Boardman <spider@leggy.zk3.dec.com>
47874              Date: Wed, 23 Aug 2000 10:33:23 -0400
47875              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
47876      Branch: perl
47877            ! lib/Pod/Html.pm
47878 ____________________________________________________________________________
47879 [  6786] By: jhi                                   on 2000/08/23  15:28:11
47880         Log: Bad makefile.
47881      Branch: perl
47882            ! ext/B/Makefile.PL
47883 ____________________________________________________________________________
47884 [  6785] By: jhi                                   on 2000/08/23  14:37:04
47885         Log: Update Changes.
47886      Branch: perl
47887            ! Changes patchlevel.h
47888 ____________________________________________________________________________
47889 [  6784] By: jhi                                   on 2000/08/23  13:58:41
47890         Log: Portability fix from Hugo van der Sanden.
47891      Branch: perl
47892            ! ext/re/Makefile.PL
47893 ____________________________________________________________________________
47894 [  6783] By: jhi                                   on 2000/08/23  13:53:53
47895         Log: Storable support, v-version fixes.
47896              
47897              Subject: CPAN.pm beta for testing available
47898              From: andreas.koenig@anima.de (Andreas J. Koenig)
47899              Date: 22 Aug 2000 23:31:33 +0200
47900              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
47901      Branch: perl
47902            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47903 ____________________________________________________________________________
47904 [  6782] By: jhi                                   on 2000/08/23  13:51:26
47905         Log: Mac and other portability updates from Chris Nandor.
47906      Branch: perl
47907            ! pod/perlmodinstall.pod
47908 ____________________________________________________________________________
47909 [  6781] By: jhi                                   on 2000/08/23  13:47:33
47910         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
47911              From: Peter Prymmer <pvhp@forte.com>
47912              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
47913              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
47914      Branch: perl
47915            ! ext/Storable/Storable.xs
47916 ____________________________________________________________________________
47917 [  6780] By: jhi                                   on 2000/08/23  13:33:34
47918         Log: VMS MMS (make) wants null action.
47919      Branch: perl
47920            ! ext/B/Makefile.PL
47921 ____________________________________________________________________________
47922 [  6779] By: jhi                                   on 2000/08/22  19:44:47
47923         Log: Forgot portability nit.
47924      Branch: perl
47925            ! t/lib/st-forgive.t
47926 ____________________________________________________________________________
47927 [  6778] By: jhi                                   on 2000/08/22  19:35:25
47928         Log: Be portable.
47929      Branch: perl
47930            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
47931            ! t/lib/st-store.t
47932 ____________________________________________________________________________
47933 [  6777] By: jhi                                   on 2000/08/22  18:50:53
47934         Log: Update Changes.
47935      Branch: perl
47936            ! Changes patchlevel.h
47937 ____________________________________________________________________________
47938 [  6776] By: jhi                                   on 2000/08/22  18:44:46
47939         Log: cSVOPo_*v things index into the current PL_curpad
47940              under ithreads, which is different from the curpad
47941              used by the XSUB.  (In other words, the code as-is
47942              before this patch wouldn't work under ithreads.)
47943              From Sarathy.
47944      Branch: perl
47945            ! ext/B/B.xs
47946 ____________________________________________________________________________
47947 [  6775] By: jhi                                   on 2000/08/22  18:18:37
47948         Log: Make the selection of NVff et al stricter.
47949      Branch: metaconfig/U/perl
47950            ! perlxvf.U
47951      Branch: perl
47952            ! Configure config_h.SH
47953 ____________________________________________________________________________
47954 [  6774] By: jhi                                   on 2000/08/22  17:19:42
47955         Log: perldelta nits.
47956      Branch: perl
47957            ! pod/perldelta.pod
47958 ____________________________________________________________________________
47959 [  6773] By: jhi                                   on 2000/08/22  17:06:26
47960         Log: Long double fixes from Spider Boardman.
47961              
47962              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
47963              From: system PRIVILEGED account <root@peano.zk3.dec.com>
47964              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
47965              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
47966      Branch: perl
47967            ! t/lib/bigfltpm.t t/lib/st-06compat.t
47968 ____________________________________________________________________________
47969 [  6772] By: jhi                                   on 2000/08/22  15:04:53
47970         Log: Update Changes.
47971      Branch: perl
47972            ! Changes patchlevel.h
47973 ____________________________________________________________________________
47974 [  6771] By: jhi                                   on 2000/08/22  15:01:44
47975         Log: perldelta fixes from Hugo van der Sanden.
47976      Branch: perl
47977            ! pod/perldelta.pod
47978 ____________________________________________________________________________
47979 [  6770] By: jhi                                   on 2000/08/22  14:34:49
47980         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
47981              From: Hugo <hv@crypt.compulink.co.uk>
47982              Date: Tue, 22 Aug 2000 11:21:53 +0100
47983              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
47984      Branch: perl
47985            ! regcomp.c
47986 ____________________________________________________________________________
47987 [  6769] By: jhi                                   on 2000/08/22  14:30:02
47988         Log: Add Yitzchak, reformat.
47989      Branch: perl
47990            ! Changes config_h.SH
47991 ____________________________________________________________________________
47992 [  6768] By: jhi                                   on 2000/08/22  14:21:35
47993         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
47994              and Spider Boardman.
47995      Branch: metaconfig
47996            ! U/compline/d_gconvert.U
47997      Branch: perl
47998            ! Configure
47999 ____________________________________________________________________________
48000 [  6767] By: jhi                                   on 2000/08/22  14:11:24
48001         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
48002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48003              Date: Mon, 21 Aug 2000 19:08:31 -0700
48004              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
48005      Branch: perl
48006            - ext/Storable/patchlevel.h
48007            ! MANIFEST ext/Storable/MANIFEST
48008 ____________________________________________________________________________
48009 [  6766] By: jhi                                   on 2000/08/22  13:49:29
48010         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
48011              From: Peter Prymmer <pvhp@forte.com>
48012              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
48013              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
48014      Branch: perl
48015            ! configure.com ext/Storable/Makefile.PL
48016 ____________________________________________________________________________
48017 [  6765] By: jhi                                   on 2000/08/22  13:44:59
48018         Log: Subject: [PATCH blead] B:: missing dependency
48019              From: Hugo <hv@crypt.compulink.co.uk>
48020              Date: Tue, 22 Aug 2000 06:44:33 +0100
48021              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
48022      Branch: perl
48023            ! ext/B/Makefile.PL
48024 ____________________________________________________________________________
48025 [  6764] By: jhi                                   on 2000/08/22  13:38:12
48026         Log: More bytecompiler.
48027      Branch: perl
48028            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
48029 ____________________________________________________________________________
48030 [  6763] By: jhi                                   on 2000/08/22  13:36:44
48031         Log: Bytecompiler patches from Benjamin Stuhl.
48032      Branch: perl
48033            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
48034            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48035            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
48036            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48037            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
48038            ! perl.c perlapi.h pod/perldelta.pod
48039 ____________________________________________________________________________
48040 [  6762] By: jhi                                   on 2000/08/21  23:43:40
48041         Log: An obsoleted diagnostic.
48042      Branch: perl
48043            ! pod/perldelta.pod
48044 ____________________________________________________________________________
48045 [  6761] By: jhi                                   on 2000/08/21  23:01:45
48046         Log: The #6759 wasn't quite right.
48047      Branch: perl
48048            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48049            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
48050            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48051            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48052            ! t/lib/st-tieditems.t
48053 ____________________________________________________________________________
48054 [  6760] By: jhi                                   on 2000/08/21  22:35:49
48055         Log: Be verydeepclean.
48056      Branch: perl
48057            ! Makefile.SH
48058 ____________________________________________________________________________
48059 [  6759] By: jhi                                   on 2000/08/21  22:25:40
48060         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
48061              From: Peter Prymmer <pvhp@forte.com>
48062              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
48063              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
48064      Branch: perl
48065            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48066            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
48067            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48068            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48069            ! t/lib/st-tieditems.t
48070 ____________________________________________________________________________
48071 [  6758] By: jhi                                   on 2000/08/21  22:22:32
48072         Log: Few more casts, need reported in
48073              
48074              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
48075              From: Mike Stok <mike@stok.co.uk>
48076              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
48077              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
48078              
48079              and
48080              
48081              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
48082              From: abigail@foad.org
48083              Date: 21 Aug 2000 21:31:34 -0000
48084              Message-Id: <20000821213134.30170.qmail@foad.org>
48085      Branch: perl
48086            ! ext/Storable/Storable.xs
48087 ____________________________________________________________________________
48088 [  6757] By: jhi                                   on 2000/08/21  18:37:07
48089         Log: Update Changes.
48090      Branch: perl
48091            ! Changes patchlevel.h
48092 ____________________________________________________________________________
48093 [  6756] By: jhi                                   on 2000/08/21  18:34:02
48094         Log: A pod nit.
48095              
48096              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
48097              From: <abigail@foad.org>
48098              Date: Mon, 21 Aug 2000 14:00:16 -0400
48099              Message-ID: <20000821180016.28627.qmail@foad.org>
48100      Branch: perl
48101            ! pod/perlre.pod
48102 ____________________________________________________________________________
48103 [  6755] By: jhi                                   on 2000/08/21  18:30:56
48104         Log: Use PodParser 1.18 new test.
48105      Branch: perl
48106            ! t/pod/special_seqs.t t/pod/special_seqs.xr
48107 ____________________________________________________________________________
48108 [  6754] By: jhi                                   on 2000/08/21  18:28:35
48109         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
48110              patches cannot be applied since #6712 conflicts.
48111      Branch: perl
48112            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
48113 ____________________________________________________________________________
48114 [  6753] By: jhi                                   on 2000/08/21  18:15:11
48115         Log: Weed out some smaller changes.
48116      Branch: perl
48117            ! pod/perldelta.pod
48118 ____________________________________________________________________________
48119 [  6752] By: jhi                                   on 2000/08/21  18:02:30
48120         Log: Also under djgpp the timestamps are funky.
48121      Branch: perl
48122            ! t/op/stat.t
48123 ____________________________________________________________________________
48124 [  6751] By: jhi                                   on 2000/08/21  17:55:56
48125         Log: Tweak the floating point output routine preferences.
48126      Branch: metaconfig
48127            ! U/compline/d_gconvert.U
48128      Branch: perl
48129            ! Configure
48130 ____________________________________________________________________________
48131 [  6750] By: jhi                                   on 2000/08/21  17:51:29
48132         Log: Unicos/mk requires elaborate paranoia.
48133      Branch: perl
48134            ! lib/Math/Complex.pm
48135 ____________________________________________________________________________
48136 [  6749] By: gsar                                  on 2000/08/21  16:53:31
48137         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
48138      Branch: perl
48139            ! lib/Cwd.pm
48140 ____________________________________________________________________________
48141 [  6748] By: gsar                                  on 2000/08/21  16:22:19
48142         Log: free TLS slot properly on Windows
48143      Branch: perl
48144            ! thread.h win32/perllib.c win32/win32thread.h
48145 ____________________________________________________________________________
48146 [  6747] By: jhi                                   on 2000/08/21  16:20:58
48147         Log: Rename the macro argument because some preprocessors
48148              can't tell the difference and expand arguments also inside
48149              double quoted strings.
48150      Branch: perl
48151            ! regcomp.c
48152 ____________________________________________________________________________
48153 [  6746] By: jhi                                   on 2000/08/21  16:09:41
48154         Log: Support long doubles in Storable.
48155              
48156              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
48157              From: Radu Greab <radu@netsoft.ro>
48158              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
48159              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
48160      Branch: perl
48161            ! ext/Storable/Storable.xs
48162 ____________________________________________________________________________
48163 [  6745] By: jhi                                   on 2000/08/21  15:51:40
48164         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
48165              From: "Fifer, Eric" <EFifer@sanwaint.com>
48166              Date: Mon, 21 Aug 2000 15:34:49 +0100
48167              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
48168      Branch: perl
48169            ! t/pragma/warn/9enabled
48170 ____________________________________________________________________________
48171 [  6744] By: jhi                                   on 2000/08/21  15:39:35
48172         Log: Document the endianness of Alpha more precisely.
48173      Branch: perl
48174            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
48175            ! pod/perlport.pod
48176 ____________________________________________________________________________
48177 [  6743] By: jhi                                   on 2000/08/21  14:47:05
48178         Log: perldelta fixes from the p5p crowd.
48179      Branch: perl
48180            ! pod/perldelta.pod pod/perlop.pod
48181 ____________________________________________________________________________
48182 [  6742] By: jhi                                   on 2000/08/21  13:34:51
48183         Log: Update to Pod::LaTeX 0.53.
48184              
48185              Subject: [PATCH] lib/Pod/LaTeX.pm updates
48186              From: Tim Jenness <timj@jach.hawaii.edu>
48187              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
48188              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
48189      Branch: perl
48190            ! lib/Pod/LaTeX.pm
48191 ____________________________________________________________________________
48192 [  6741] By: jhi                                   on 2000/08/21  13:33:01
48193         Log: Subject: [PATCH] os2.c fix for use64bitint
48194              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48195              Date: Mon, 21 Aug 2000 01:32:25 -0700
48196              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
48197      Branch: perl
48198            ! os2/os2.c
48199 ____________________________________________________________________________
48200 [  6740] By: jhi                                   on 2000/08/21  13:28:52
48201         Log: Array context keeps slithering in.
48202              
48203              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
48204              From: Daniel Chetlin <daniel@chetlin.com>
48205              Date: Sun, 20 Aug 2000 21:40:25 -0700
48206              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
48207      Branch: perl
48208            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
48209            ! pod/perldebtut.pod
48210 ____________________________________________________________________________
48211 [  6739] By: jhi                                   on 2000/08/21  13:23:55
48212         Log: Big-endian quad fixes for Storable from Radu Greab,
48213              plus few explicit null casts for picky compilers.
48214      Branch: perl
48215            ! ext/Storable/Storable.xs
48216 ____________________________________________________________________________
48217 [  6738] By: gsar                                  on 2000/08/21  05:56:13
48218         Log: small tweaks for change#6705: avoid C++ style comments in C code;
48219              use Perl's malloc API rather than the low level system one
48220      Branch: perl
48221            ! win32/win32.c
48222 ____________________________________________________________________________
48223 [  6737] By: gsar                                  on 2000/08/21  05:35:41
48224         Log: add Storable to list of extensions on Windows
48225      Branch: perl
48226            ! win32/Makefile win32/makefile.mk
48227 ____________________________________________________________________________
48228 [  6736] By: jhi                                   on 2000/08/21  02:57:53
48229         Log: Update Changes.
48230      Branch: perl
48231            ! Changes patchlevel.h
48232 ____________________________________________________________________________
48233 [  6735] By: jhi                                   on 2000/08/21  02:57:20
48234         Log: Draft 0.
48235      Branch: perl
48236            ! pod/perldelta.pod
48237 ____________________________________________________________________________
48238 [  6734] By: jhi                                   on 2000/08/21  02:57:03
48239         Log: Add Storable 0.7.2 from Raphael Manfredi,
48240              plus the patch from
48241              
48242              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
48243              From: Radu Greab <radu@netsoft.ro>
48244              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
48245              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
48246              
48247              plus changes to get Storable to compile with
48248              picky ANSI compilers.
48249      Branch: perl
48250            + ext/Storable/ChangeLog ext/Storable/MANIFEST
48251            + ext/Storable/Makefile.PL ext/Storable/README
48252            + ext/Storable/Storable.pm ext/Storable/Storable.xs
48253            + ext/Storable/patchlevel.h t/lib/st-06compat.t
48254            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
48255            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
48256            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48257            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48258            + t/lib/st-tieditems.t
48259            ! MANIFEST
48260 ____________________________________________________________________________
48261 [  6733] By: jhi                                   on 2000/08/21  02:29:09
48262         Log: The correct cleaning order is an art.
48263      Branch: perl
48264            ! Makefile.SH
48265 ____________________________________________________________________________
48266 [  6732] By: jhi                                   on 2000/08/21  01:23:39
48267         Log: The #6724 is here.
48268      Branch: perl
48269            ! t/lib/ftmp-security.t
48270 ____________________________________________________________________________
48271 [  6731] By: jhi                                   on 2000/08/20  23:17:03
48272         Log: s/this one/the 5.6.0 release/
48273      Branch: perl
48274            ! pod/perl56delta.pod
48275 ____________________________________________________________________________
48276 [  6730] By: jhi                                   on 2000/08/20  23:07:34
48277         Log: Mention perlebcdic and perlposix-bc.
48278      Branch: perl
48279            ! pod/perlport.pod
48280 ____________________________________________________________________________
48281 [  6729] By: jhi                                   on 2000/08/20  21:32:59
48282         Log: Document the number of exponent digits.
48283      Branch: perl
48284            ! pod/perlfunc.pod
48285 ____________________________________________________________________________
48286 [  6728] By: jhi                                   on 2000/08/20  21:16:47
48287         Log: Use File::Spec->tmpdir().
48288              
48289              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
48290              From: Tim Jenness <timj@jach.hawaii.edu>
48291              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
48292              MIME-Version: 1.0
48293              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
48294      Branch: perl
48295            ! utils/perlbug.PL
48296 ____________________________________________________________________________
48297 [  6727] By: jhi                                   on 2000/08/20  20:43:32
48298         Log: Update Changes.
48299      Branch: perl
48300            ! Changes patchlevel.h
48301 ____________________________________________________________________________
48302 [  6726] By: jhi                                   on 2000/08/20  20:41:44
48303         Log: The veryclean target needs to clobber.
48304      Branch: perl
48305            ! Makefile.SH
48306 ____________________________________________________________________________
48307 [  6725] By: jhi                                   on 2000/08/20  20:37:38
48308         Log: Document odd vs even subreleases and -Dusedevel.
48309      Branch: perl
48310            ! INSTALL
48311 ____________________________________________________________________________
48312 [  6724] By: jhi                                   on 2000/08/20  19:58:05
48313         Log: Use temporary directory instead of current directory.
48314              
48315              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
48316              From: Tim Jenness <timj@jach.hawaii.edu>
48317              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
48318              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
48319      Branch: perl
48320            ! t/lib/ftmp-security.t
48321 ____________________________________________________________________________
48322 [  6723] By: jhi                                   on 2000/08/20  19:55:55
48323         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
48324              From: andreas.koenig@anima.de (Andreas J. Koenig)
48325              Date: 20 Aug 2000 15:52:03 +0200
48326              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
48327      Branch: perl
48328            ! lib/ExtUtils/MM_Unix.pm
48329 ____________________________________________________________________________
48330 [  6722] By: jhi                                   on 2000/08/20  19:46:01
48331         Log: Update to CGI 2.72, from Lincoln Stein.
48332      Branch: perl
48333            ! lib/CGI.pm
48334 ____________________________________________________________________________
48335 [  6721] By: jhi                                   on 2000/08/20  19:43:54
48336         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
48337              From: Radu Greab <radu@netsoft.ro>
48338              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
48339              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
48340      Branch: perl
48341            ! ext/GDBM_File/GDBM_File.xs
48342 ____________________________________________________________________________
48343 [  6720] By: jhi                                   on 2000/08/20  19:42:01
48344         Log: pp_open() could pass an uninitialized filename down to do_open9().
48345      Branch: perl
48346            ! pp_sys.c
48347 ____________________________________________________________________________
48348 [  6719] By: jhi                                   on 2000/08/20  14:06:41
48349         Log: UTF8 concat fixes.
48350              
48351              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
48352              From: Hugo <hv@crypt.compulink.co.uk>
48353              Date: Sun, 20 Aug 2000 07:30:46 +0100
48354              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
48355      Branch: perl
48356            ! pp_hot.c t/op/append.t
48357 ____________________________________________________________________________
48358 [  6718] By: jhi                                   on 2000/08/20  02:09:37
48359         Log: Let's try #6717 again.
48360      Branch: perl
48361            ! lib/File/Temp.pm
48362 ____________________________________________________________________________
48363 [  6717] By: jhi                                   on 2000/08/20  01:56:55
48364         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
48365              From: "Craig A. Berry" <craig.berry@metamorgs.com>
48366              Date: Sat, 19 Aug 2000 18:15:39 -0500
48367              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
48368      Branch: perl
48369            ! lib/File/Temp.pm
48370 ____________________________________________________________________________
48371 [  6716] By: jhi                                   on 2000/08/19  15:50:11
48372         Log: Update Changes.
48373      Branch: perl
48374            ! Changes patchlevel.h
48375 ____________________________________________________________________________
48376 [  6715] By: jhi                                   on 2000/08/19  15:39:09
48377         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
48378              From: Jonathan D Johnston <jdjohnston2@juno.com>
48379              Date: Thu, 17 Aug 2000 23:13:01 -0400       
48380              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
48381      Branch: perl
48382            ! pod/perlfunc.pod
48383 ____________________________________________________________________________
48384 [  6714] By: jhi                                   on 2000/08/19  15:34:04
48385         Log: Introduce a 'veryclean' target that is like 'distclean'
48386              but also removes *~ and *.orig.
48387      Branch: perl
48388            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
48389            ! utils/Makefile x2p/Makefile.SH
48390 ____________________________________________________________________________
48391 [  6713] By: jhi                                   on 2000/08/19  14:15:45
48392         Log: Put back the long double avoidance code to POSIX.xs
48393              because VMS seems to need it still.
48394      Branch: perl
48395            ! ext/POSIX/POSIX.xs
48396 ____________________________________________________________________________
48397 [  6712] By: jhi                                   on 2000/08/19  14:10:41
48398         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
48399              From: Peter Prymmer <pvhp@forte.com>
48400              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
48401              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
48402      Branch: perl
48403            ! lib/Pod/Find.pm t/pod/find.t
48404 ____________________________________________________________________________
48405 [  6711] By: jhi                                   on 2000/08/19  14:09:19
48406         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
48407              From: Peter Prymmer <pvhp@forte.com>
48408              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
48409              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
48410              cc: vmsperl@perl.org
48411      Branch: perl
48412            ! t/lib/peek.t
48413 ____________________________________________________________________________
48414 [  6710] By: jhi                                   on 2000/08/19  14:08:01
48415         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
48416              From: Jan Dubois <jand@ActiveState.com>
48417              Date: Fri, 18 Aug 2000 16:31:48 -0700
48418              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
48419      Branch: perl
48420            ! win32/win32.c
48421 ____________________________________________________________________________
48422 [  6709] By: jhi                                   on 2000/08/19  14:06:57
48423         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
48424              
48425              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
48426              From: Spider.Boardman@Orb.Nashua.NH.US
48427              Date: Fri, 18 Aug 2000 18:41:14 -0400
48428              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
48429      Branch: perl
48430            ! regcomp.c
48431 ____________________________________________________________________________
48432 [  6708] By: jhi                                   on 2000/08/18  22:04:49
48433         Log: Update Changes.
48434      Branch: perl
48435            ! Changes patchlevel.h
48436 ____________________________________________________________________________
48437 [  6707] By: jhi                                   on 2000/08/18  21:55:14
48438         Log: Add warnif(), check warnings further up the stack,
48439              all the warnings functions now can take an optional object reference.
48440              
48441              Subject: [PATCH bleedperl@6691] warnings pragma update
48442              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48443              Date: Fri, 18 Aug 2000 22:42:06 +0100
48444              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
48445      Branch: perl
48446            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
48447            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
48448            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
48449 ____________________________________________________________________________
48450 [  6706] By: jhi                                   on 2000/08/18  21:41:45
48451         Log: Typo in pp_complement().
48452              
48453              Subject: [PATCH perl-current] Deparse
48454              From: Peter Scott <Peter@PSDT.com>
48455              Date: Fri, 18 Aug 2000 12:44:37 -0700
48456              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
48457      Branch: perl
48458            ! ext/B/B/Deparse.pm
48459 ____________________________________________________________________________
48460 [  6705] By: jhi                                   on 2000/08/18  21:25:59
48461         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
48462              From: Jan Dubois <jand@ActiveState.com>
48463              Date: Fri, 18 Aug 2000 14:22:51 -0700
48464              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
48465      Branch: perl
48466            ! lib/Win32.pod win32/win32.c
48467 ____________________________________________________________________________
48468 [  6704] By: jhi                                   on 2000/08/18  21:16:14
48469         Log: Don't eat leading os from index entries.
48470              
48471              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
48472              From: Russ Allbery <rra@stanford.edu>
48473              Date: 10 Aug 2000 20:49:25 -0700
48474              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
48475      Branch: perl
48476            ! lib/Pod/Man.pm
48477 ____________________________________________________________________________
48478 [  6703] By: jhi                                   on 2000/08/18  21:07:06
48479         Log: Add [[:blank:]] as suggested in
48480              
48481              Subject: [ID 20000716.024] [=cc=] / [:blank:]
48482              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
48483              Date: Sun, 16 Jul 2000 17:55:29 -0700
48484              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
48485              
48486              (the [=cc=] has already been taken care of by #6439
48487              so the whole bug report can be closed)
48488              
48489              and make [[:space:]] to be equivalent to isspace(3)
48490              (as opposed to \s, which is isSPACE()).  The difference
48491              is that now [[:space:]] matches the mythical vertical tab,
48492              while \s doesn't.
48493      Branch: perl
48494            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
48495            ! regexec.c t/op/pat.t
48496 ____________________________________________________________________________
48497 [  6702] By: jhi                                   on 2000/08/18  18:47:47
48498         Log: The new tests were missing from #6415.
48499      Branch: perl
48500            ! t/op/bop.t
48501 ____________________________________________________________________________
48502 [  6701] By: jhi                                   on 2000/08/18  18:20:40
48503         Log: Document the NDBM_File and ODBM_File as SDBM_File
48504              was documented in #6417.
48505      Branch: perl
48506            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
48507            ! ext/SDBM_File/SDBM_File.pm
48508 ____________________________________________________________________________
48509 [  6700] By: jhi                                   on 2000/08/18  18:10:39
48510         Log: Subject: [PATCH perl@6698] cygwin port
48511              From: "Fifer, Eric" <EFifer@sanwaint.com>
48512              Date: Fri, 18 Aug 2000 17:30:05 +0100
48513              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
48514      Branch: perl
48515            ! lib/File/Temp.pm
48516 ____________________________________________________________________________
48517 [  6699] By: jhi                                   on 2000/08/18  16:21:49
48518         Log: Document code point which makes if (defined %stash::) to work
48519              (noted by Spider Boardman).
48520      Branch: perl
48521            ! op.c
48522 ____________________________________________________________________________
48523 [  6698] By: jhi                                   on 2000/08/18  13:43:27
48524         Log: Update Changes.
48525      Branch: perl
48526            ! Changes patchlevel.h
48527 ____________________________________________________________________________
48528 [  6697] By: jhi                                   on 2000/08/18  13:35:57
48529         Log: Tiny Getopt::Long patch from Johan Vromans.
48530      Branch: perl
48531            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
48532 ____________________________________________________________________________
48533 [  6696] By: jhi                                   on 2000/08/18  13:26:14
48534         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
48535              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
48536              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
48537              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
48538      Branch: perl
48539            ! pod/perldiag.pod pod/perlsyn.pod
48540 ____________________________________________________________________________
48541 [  6695] By: jhi                                   on 2000/08/18  13:13:26
48542         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
48543              From: Daniel Chetlin <daniel@chetlin.com>
48544              Date: Fri, 18 Aug 2000 03:13:36 -0700
48545              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
48546      Branch: perl
48547            ! pod/perlfunc.pod
48548 ____________________________________________________________________________
48549 [  6694] By: jhi                                   on 2000/08/18  13:08:05
48550         Log: Subject: [PATCH] perltrap.pod spring cleaning
48551              From: Daniel Chetlin <daniel@chetlin.com>
48552              Date: Fri, 18 Aug 2000 03:06:54 -0700
48553              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
48554              
48555              plus Mike Guy's nitfix.
48556      Branch: perl
48557            ! pod/perltrap.pod
48558 ____________________________________________________________________________
48559 [  6693] By: jhi                                   on 2000/08/18  13:00:26
48560         Log: Unbuffer the output.
48561              
48562              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
48563              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48564              Date: Thu, 17 Aug 2000 18:39:29 -0700
48565              Message-ID: <RPJn5gzkgydf092yn@efn.org>
48566      Branch: perl
48567            ! t/op/fork.t
48568 ____________________________________________________________________________
48569 [  6692] By: jhi                                   on 2000/08/18  05:19:17
48570         Log: Delete the image, too, not just its MANIFEStation.
48571      Branch: perl
48572            - lib/CGI/eg/wilogo.gif
48573 ____________________________________________________________________________
48574 [  6691] By: jhi                                   on 2000/08/18  05:10:26
48575         Log: Propagate new Configure vars.
48576      Branch: perl
48577            ! configure.com epoc/config.sh uconfig.h uconfig.sh
48578            ! vos/config.def vos/config.h vos/config_h.SH_orig
48579            ! win32/config.bc win32/config.gc win32/config.vc
48580            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48581 ____________________________________________________________________________
48582 [  6690] By: jhi                                   on 2000/08/18  04:30:56
48583         Log: Update Changes.
48584      Branch: perl
48585            ! Changes patchlevel.h
48586 ____________________________________________________________________________
48587 [  6689] By: jhi                                   on 2000/08/18  04:12:30
48588         Log: Fix the lib/complex failure of
48589              
48590              From: abigail@foad.org
48591              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48592              Date: 15 Aug 2000 04:06:38 -0000
48593              Message-Id: <20000815040638.8524.qmail@foad.org> 
48594              
48595              Linux long double accuracy issue: something that
48596              when printed with %g looks like "2" but int() of it is 1.
48597      Branch: perl
48598            ! lib/Math/Complex.pm
48599 ____________________________________________________________________________
48600 [  6688] By: jhi                                   on 2000/08/18  03:15:35
48601         Log: The byteorder code in #6671 was wrong.
48602      Branch: perl
48603            ! configpm
48604 ____________________________________________________________________________
48605 [  6687] By: jhi                                   on 2000/08/18  02:08:42
48606         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
48607              From: Jan Dubois <jand@ActiveState.com>
48608              Date: Thu, 17 Aug 2000 18:31:55 -0700
48609              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
48610      Branch: perl
48611            ! sv.c
48612 ____________________________________________________________________________
48613 [  6686] By: jhi                                   on 2000/08/18  02:04:15
48614         Log: Use NVs in POSIX math, not doubles.
48615              
48616              From: abigail@foad.org
48617              Subject: [ID 20000817.014] POSIX & modfl
48618              Date: 17 Aug 2000 20:49:18 -0000
48619              Message-Id: <20000817204918.23123.qmail@foad.org>
48620      Branch: perl
48621            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
48622 ____________________________________________________________________________
48623 [  6685] By: jhi                                   on 2000/08/18  02:02:12
48624         Log: Introduce NVef, NVff, and NVgf, use the middle one.
48625              (helps for lib/peek + Linux + long doubles)  Reported in
48626              
48627              From: abigail@foad.org
48628              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48629              Date: 15 Aug 2000 04:06:38 -0000
48630              Message-Id: <20000815040638.8524.qmail@foad.org> 
48631              
48632              (note: the lib/complex failure has not yet been addressed)
48633      Branch: metaconfig/U/perl
48634            ! perlxvf.U
48635      Branch: perl
48636            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48637            ! config_h.SH dump.c perl.h pod/perlguts.pod
48638 ____________________________________________________________________________
48639 [  6684] By: jhi                                   on 2000/08/17  23:22:19
48640         Log: Add byteorder to the myconfig output.
48641      Branch: perl
48642            ! myconfig.SH
48643 ____________________________________________________________________________
48644 [  6683] By: jhi                                   on 2000/08/17  23:20:19
48645         Log: The image doth not exist, spotted by Johan Vromans.
48646      Branch: perl
48647            ! MANIFEST
48648 ____________________________________________________________________________
48649 [  6682] By: jhi                                   on 2000/08/17  22:38:16
48650         Log: Document what the backtick returns if the command fails.
48651      Branch: perl
48652            ! pod/perlop.pod
48653 ____________________________________________________________________________
48654 [  6681] By: jhi                                   on 2000/08/17  22:33:12
48655         Log: Do not use prototyping here.
48656              
48657              Subject: [ID 20000817.016] [PATCH] Peek.xs
48658              From: abigail@foad.org
48659              Date: 17 Aug 2000 20:55:56 -0000
48660              Message-Id: <20000817205556.24270.qmail@foad.org>
48661      Branch: perl
48662            ! ext/Devel/Peek/Makefile.PL
48663 ____________________________________________________________________________
48664 [  6680] By: jhi                                   on 2000/08/17  19:46:43
48665         Log: Don't propose using modules built for 5.005 if no binary
48666              compatibility with 5.005 is attempted.
48667              
48668              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48669              Subject: Minor nit with 5.7.0 (6655)
48670              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
48671              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
48672      Branch: metaconfig
48673            ! U/installdirs/inc_version_list.U
48674      Branch: perl
48675            ! Configure config_h.SH
48676 ____________________________________________________________________________
48677 [  6679] By: jhi                                   on 2000/08/17  19:16:39
48678         Log: Microperl config update.
48679      Branch: perl
48680            ! uconfig.h uconfig.sh
48681 ____________________________________________________________________________
48682 [  6678] By: jhi                                   on 2000/08/17  19:16:13
48683         Log: The #6648 wasn't protective enough for limited platforms
48684              (like microperl).
48685      Branch: perl
48686            ! dump.c sv.c
48687 ____________________________________________________________________________
48688 [  6677] By: jhi                                   on 2000/08/17  14:46:35
48689         Log: Update Changes.
48690      Branch: perl
48691            ! Changes patchlevel.h
48692 ____________________________________________________________________________
48693 [  6676] By: jhi                                   on 2000/08/17  14:44:02
48694         Log: Add perlebcdic from Peter Prymmer, regen toc.
48695      Branch: perl
48696            + pod/perlebcdic.pod
48697            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48698 ____________________________________________________________________________
48699 [  6675] By: jhi                                   on 2000/08/17  14:41:52
48700         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
48701      Branch: perl
48702            ! pod/perldebtut.pod
48703 ____________________________________________________________________________
48704 [  6674] By: jhi                                   on 2000/08/17  14:29:43
48705         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
48706              
48707              Subject: [ID 20000724.006] -DLEAKTEST problem
48708              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
48709              Date: Tue, 25 Jul 2000 00:36:32 -0500
48710              Message-Id: <20000725003632.A26186@www.llamacom.com>
48711              
48712              Reminder sent
48713              
48714              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
48715              From: Hugo <hv@crypt.compulink.co.uk>
48716              Date: Thu, 17 Aug 2000 15:23:42 +0100
48717              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
48718      Branch: perl
48719            ! util.c
48720 ____________________________________________________________________________
48721 [  6673] By: jhi                                   on 2000/08/17  04:07:10
48722         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
48723              From: John Peacock <JPeacock@UnivPress.com>
48724              Date: Tue, 01 Aug 2000 09:38:12 -0400
48725              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
48726      Branch: perl
48727            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
48728 ____________________________________________________________________________
48729 [  6672] By: jhi                                   on 2000/08/17  03:04:35
48730         Log: Subject: [PATCH] Cwd.pm now uses strict
48731              From: Tim Jenness <timj@jach.hawaii.edu>
48732              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
48733              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
48734      Branch: perl
48735            ! lib/Cwd.pm
48736 ____________________________________________________________________________
48737 [  6671] By: jhi                                   on 2000/08/17  02:16:35
48738         Log: Make $Config{byteorder} more magical so that it is
48739              dynamically computed: nice for 'fat binaries'.
48740              
48741              Subject: [PATCH]: default byteorder
48742              From: Wilfredo Sánchez <wsanchez@apple.com>
48743              Date: Mon, 31 Jul 2000 19:45:31 -0700
48744              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
48745      Branch: perl
48746            ! configpm
48747 ____________________________________________________________________________
48748 [  6670] By: gsar                                  on 2000/08/17  01:22:21
48749         Log: move WNOHANG definition to where other such things are
48750      Branch: perl
48751            ! win32/win32.h
48752 ____________________________________________________________________________
48753 [  6669] By: jhi                                   on 2000/08/17  01:19:17
48754         Log: Update Changes.
48755      Branch: perl
48756            ! Changes patchlevel.h
48757 ____________________________________________________________________________
48758 [  6668] By: jhi                                   on 2000/08/17  01:16:29
48759         Log: Doc nits spotted by Richard Soderberg.
48760      Branch: perl
48761            ! README.posix-bc README.vmesa
48762 ____________________________________________________________________________
48763 [  6667] By: jhi                                   on 2000/08/17  01:12:11
48764         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
48765              From: "Casey R. Tweten" <crt@kiski.net>
48766              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
48767              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
48768      Branch: perl
48769            ! pod/perldebtut.pod
48770 ____________________________________________________________________________
48771 [  6666] By: jhi                                   on 2000/08/17  01:09:31
48772         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
48773              From: "Casey R. Tweten" <crt@kiski.net>
48774              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
48775              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
48776      Branch: perl
48777            ! lib/Shell.pm
48778 ____________________________________________________________________________
48779 [  6665] By: gsar                                  on 2000/08/17  01:03:52
48780         Log: add "ok" targets from change#6632 in makefile.mk
48781      Branch: perl
48782            ! pod/perlport.pod win32/Makefile win32/makefile.mk
48783 ____________________________________________________________________________
48784 [  6664] By: gsar                                  on 2000/08/17  00:56:11
48785         Log: avoid warnings from dense compiler
48786      Branch: perl
48787            ! win32/win32.c
48788 ____________________________________________________________________________
48789 [  6663] By: jhi                                   on 2000/08/17  00:51:49
48790         Log: Tweak the regex compilation errors once more.
48791      Branch: perl
48792            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48793            ! t/op/regmesg.t t/pragma/warn/regcomp
48794 ____________________________________________________________________________
48795 [  6662] By: gsar                                  on 2000/08/17  00:28:19
48796         Log: trailing new %ENV entries weren't being pushed into the real
48797              environment of subprocesses on Windows
48798      Branch: perl
48799            ! t/op/magic.t win32/perlhost.h
48800 ____________________________________________________________________________
48801 [  6661] By: gsar                                  on 2000/08/17  00:19:20
48802         Log: waitpid() now handles externally spawned pids correctly;
48803              fixes for backtick/wait/waitpid failures on Windows 9x
48804              
48805              these changes make the pid returned by process functions on
48806              Windows 9x always positive by clearing the high bit (which
48807              is always set on Win9x); pseudo-process PIDs are likewise
48808              always negative now on Win9x (just as on NT/2000)
48809      Branch: perl
48810            ! pp_sys.c win32/perlhost.h win32/win32.c
48811 ____________________________________________________________________________
48812 [  6660] By: jhi                                   on 2000/08/17  00:04:32
48813         Log: Retract #6645.
48814      Branch: perl
48815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48816            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
48817            ! t/op/sprintf.t
48818 ____________________________________________________________________________
48819 [  6659] By: gsar                                  on 2000/08/16  23:59:28
48820         Log: on windows, the return values from wait() and waitpid() don't
48821              match those of pseudo-pids
48822      Branch: perl
48823            ! pp_sys.c t/op/fork.t util.c win32/win32.c
48824 ____________________________________________________________________________
48825 [  6658] By: gsar                                  on 2000/08/16  23:56:14
48826         Log: pod nit seen in passing
48827      Branch: perl
48828            ! pod/perlfunc.pod
48829 ____________________________________________________________________________
48830 [  6657] By: gsar                                  on 2000/08/16  23:53:42
48831         Log: change#6328 could make close(SOCKET) return false on windows
48832              when it shouldn't
48833      Branch: perl
48834            ! win32/win32sck.c
48835 ____________________________________________________________________________
48836 [  6656] By: gsar                                  on 2000/08/16  23:46:57
48837         Log: check that the number pseudo children doesn't exceed
48838              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
48839              the WaitForMultipleObjects() limit that would cause wait()
48840              to crash)
48841              
48842              wait() and waitpid() could potentially be rewritten to use
48843              more than one thread to do the waiting to eliminate this
48844              limitation
48845      Branch: perl
48846            ! win32/perlhost.h
48847 ____________________________________________________________________________
48848 [  6655] By: jhi                                   on 2000/08/16  14:11:05
48849         Log: Update Changes.
48850      Branch: perl
48851            ! Changes patchlevel.h
48852 ____________________________________________________________________________
48853 [  6654] By: jhi                                   on 2000/08/16  14:10:12
48854         Log: Update to perldebtut 1.9, from Richard Foley.
48855      Branch: perl
48856            ! pod/perldebtut.pod
48857 ____________________________________________________________________________
48858 [  6653] By: jhi                                   on 2000/08/16  14:08:17
48859         Log: Change the regx compilation error markers to use = instead of <
48860              since pod makes using the latter quite messy.  Reported in
48861              ID 20000814.006 by Abigail and in
48862              Subject: Unknown escape E<> ?
48863              From: Lupe Christoph <lupe@lupe-christoph.de>
48864              Date: Fri, 11 Aug 2000 00:30:27 +0200
48865              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
48866      Branch: perl
48867            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48868            ! t/op/regmesg.t t/pragma/warn/regcomp
48869 ____________________________________________________________________________
48870 [  6652] By: jhi                                   on 2000/08/16  13:25:31
48871         Log: Change the perlbug address to perl.org since it's more forgiving.
48872              
48873              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
48874              From: abigail@foad.org
48875              Date: 15 Aug 2000 04:15:40 -0000
48876              Message-Id: <20000815041540.8633.qmail@foad.org>
48877      Branch: perl
48878            ! utils/perlbug.PL
48879 ____________________________________________________________________________
48880 [  6651] By: jhi                                   on 2000/08/16  13:22:35
48881         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
48882              From: Tim Jenness <timj@jach.hawaii.edu>
48883              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
48884              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
48885      Branch: perl
48886            ! lib/Cwd.pm
48887 ____________________________________________________________________________
48888 [  6650] By: jhi                                   on 2000/08/16  13:18:13
48889         Log: Update to CPAN 1.57.
48890              
48891              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
48892              From: andreas.koenig@anima.de (Andreas J. Koenig)
48893              Date: 16 Aug 2000 15:09:46 +0200
48894              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
48895      Branch: perl
48896            ! lib/CPAN.pm
48897 ____________________________________________________________________________
48898 [  6649] By: jhi                                   on 2000/08/16  13:12:31
48899         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
48900              From: "Larry W. Virden" <lvirden@cas.org>
48901              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
48902              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
48903      Branch: perl
48904            ! README.hpux
48905 ____________________________________________________________________________
48906 [  6648] By: jhi                                   on 2000/08/16  13:03:53
48907         Log: The numeric locale was reset to "C" by s?printf and never restored.
48908              
48909              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48910              From: Christian Kirsch <ck@held.mind.de>
48911              Date: Wed, 9 Aug 2000 17:05:17 +0200
48912              Message-Id: <20000809170517.A25389@held>
48913              
48914              No test since adding the failing example to locale.t
48915              does not fail -- probably because the locale settings are so
48916              thoroughly tweaked by that time.  Running the example standalone
48917              does fail, though.  UPDATE: test case added at change #7540.
48918      Branch: perl
48919            ! dump.c perl.h pp.c pp_ctl.c sv.c
48920 ____________________________________________________________________________
48921 [  6647] By: jhi                                   on 2000/08/16  00:07:54
48922         Log: Update Changes and test semi-automatic patchlevel updating.
48923      Branch: perl
48924            ! Changes patchlevel.h
48925 ____________________________________________________________________________
48926 [  6646] By: jhi                                   on 2000/08/15  23:35:07
48927         Log: Fix a dependency problem.
48928              
48929              Subject: [PATCH: 6640] VMS Makefile.SH update
48930              From: Peter Prymmer <pvhp@forte.com>
48931              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
48932              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
48933      Branch: perl
48934            ! vms/descrip_mms.template
48935 ____________________________________________________________________________
48936 [  6645] By: jhi                                   on 2000/08/15  23:33:23
48937         Log: (Retracted by #6660)
48938              
48939              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
48940              From: Dominic Dunlop <domo@computer.org>
48941              Date: Tue, 15 Aug 2000 22:20:52 +0200
48942              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
48943      Branch: metaconfig/U/perl
48944            + d_printfed.U
48945      Branch: perl
48946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48947            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
48948            ! t/op/sprintf.t
48949 ____________________________________________________________________________
48950 [  6644] By: jhi                                   on 2000/08/15  21:17:20
48951         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
48952              From: abigail@foad.org
48953              Date: 15 Aug 2000 20:12:41 -0000
48954              Message-Id: <20000815201241.25556.qmail@foad.org>
48955      Branch: perl
48956            ! INSTALL
48957 ____________________________________________________________________________
48958 [  6643] By: jhi                                   on 2000/08/15  21:15:28
48959         Log: (an already applied patch)
48960      Branch: perl
48961            ! lib/CGI.pm
48962 ____________________________________________________________________________
48963 [  6642] By: gsar                                  on 2000/08/15  19:54:05
48964         Log: magic callbacks all need to have same type signature
48965      Branch: perl
48966            ! embed.pl mg.c proto.h
48967 ____________________________________________________________________________
48968 [  6641] By: jhi                                   on 2000/08/15  17:56:27
48969         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)
48970              From: Mike Guy <mjtg@cam.ac.uk>
48971              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
48972              Date: Tue, 15 Aug 2000 18:26:45 +0100
48973              
48974              Only the peek.t part applied, not the hash quality part.
48975      Branch: perl
48976            ! t/lib/peek.t
48977 ____________________________________________________________________________
48978 [  6640] By: jhi                                   on 2000/08/15  16:37:37
48979         Log: Update Changes.
48980      Branch: perl
48981            ! Changes
48982 ____________________________________________________________________________
48983 [  6639] By: jhi                                   on 2000/08/15  16:34:55
48984         Log: Missed a file from #6638.
48985      Branch: perl
48986            ! lib/File/Temp.pm
48987 ____________________________________________________________________________
48988 [  6638] By: jhi                                   on 2000/08/15  16:33:19
48989         Log: Subject: [PATCH perl@6620] cygwin port
48990              From: "Fifer, Eric" <EFifer@sanwaint.com>
48991              Date: Tue, 15 Aug 2000 17:00:49 +0100
48992              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
48993      Branch: perl
48994            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
48995 ____________________________________________________________________________
48996 [  6637] By: jhi                                   on 2000/08/15  16:29:22
48997         Log: Subject: [PATCH] debugger exit code should reflect user exit code
48998              From: Mike Guy <mjtg@cam.ac.uk>
48999              Date: Tue, 15 Aug 2000 16:55:59 +0100
49000              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
49001      Branch: perl
49002            ! lib/perl5db.pl
49003 ____________________________________________________________________________
49004 [  6636] By: jhi                                   on 2000/08/15  15:30:58
49005         Log: Update Changes.
49006      Branch: perl
49007            ! Changes
49008 ____________________________________________________________________________
49009 [  6635] By: jhi                                   on 2000/08/15  15:27:21
49010         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
49011      Branch: metaconfig
49012            ! U/mkglossary U/mksample
49013      Branch: metaconfig/U/perl
49014            ! Devel.U
49015      Branch: perl
49016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49017 ____________________________________________________________________________
49018 [  6634] By: jhi                                   on 2000/08/15  14:11:55
49019         Log: Don't blow limited stacks, a lower number is enough to
49020              tickle the lookbehind limit.
49021              
49022              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
49023              From: Dominic Dunlop <domo@computer.org>
49024              Date: Tue, 15 Aug 2000 13:51:24 +0200
49025              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
49026      Branch: perl
49027            ! t/op/regmesg.t
49028 ____________________________________________________________________________
49029 [  6633] By: jhi                                   on 2000/08/15  14:01:46
49030         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
49031              From: Mike Guy <mjtg@cam.ac.uk>
49032              Date: Tue, 15 Aug 2000 12:10:50 +0100
49033              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
49034      Branch: perl
49035            ! utils/perldoc.PL
49036 ____________________________________________________________________________
49037 [  6632] By: jhi                                   on 2000/08/15  13:58:48
49038         Log: make ok etc also for win32.
49039              
49040              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
49041              From: Prymmer/Kahn <pvhp@best.com>
49042              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
49043              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
49044      Branch: perl
49045            ! win32/Makefile
49046 ____________________________________________________________________________
49047 [  6631] By: jhi                                   on 2000/08/15  13:45:03
49048         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
49049      Branch: perl
49050            ! lib/Test.pm
49051 ____________________________________________________________________________
49052 [  6630] By: jhi                                   on 2000/08/15  03:25:09
49053         Log: Update Changes.
49054      Branch: perl
49055            ! Changes
49056 ____________________________________________________________________________
49057 [  6629] By: jhi                                   on 2000/08/15  03:23:53
49058         Log: magic_regdatum_set() is void, not int.
49059      Branch: perl
49060            ! embed.pl mg.c proto.h
49061 ____________________________________________________________________________
49062 [  6628] By: jhi                                   on 2000/08/15  03:08:02
49063         Log: Make the user to give up his firstborn, err, to knowingly
49064              verify installing an unstable developer release.  Also bump
49065              the release to 5.7.0, but leave a patch tag in the local
49066              patches saying that this is not yet the real thing.
49067      Branch: metaconfig
49068            ! U/modified/Instruct.U
49069      Branch: metaconfig/U/perl
49070            + Devel.U
49071      Branch: perl
49072            ! Configure patchlevel.h
49073 ____________________________________________________________________________
49074 [  6627] By: jhi                                   on 2000/08/14  22:32:52
49075         Log: README.os2 update.
49076              
49077              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
49078              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49079              Date: Wed, 02 Aug 2000 21:55:09 -0700
49080              Message-ID: <tsPi5gzkgegX092yn@efn.org>
49081      Branch: perl
49082            ! README.os2
49083 ____________________________________________________________________________
49084 [  6626] By: jhi                                   on 2000/08/14  21:00:02
49085         Log: Subject: Re: File::Temp problems on VMS in bleedperl
49086              From: Tim Jenness <timj@jach.hawaii.edu>
49087              cc: vmsperl@perl.org
49088              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
49089              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
49090      Branch: perl
49091            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
49092 ____________________________________________________________________________
49093 [  6625] By: jhi                                   on 2000/08/14  20:52:16
49094         Log: Add SUIDMAIL as was done for the CERT alert.
49095      Branch: perl
49096            ! patchlevel.h
49097 ____________________________________________________________________________
49098 [  6624] By: jhi                                   on 2000/08/14  20:48:50
49099         Log: Subject: sfio2000
49100              From: Daniel Muino <dmuino@afip.gov.ar>
49101              Date: Mon, 14 Aug 2000 16:58:11 -0300
49102              Message-ID: <20000814165811.B16368@con2-dgi>
49103      Branch: perl
49104            ! perlsdio.h perlsfio.h
49105 ____________________________________________________________________________
49106 [  6623] By: jhi                                   on 2000/08/14  20:47:36
49107         Log: Subject: warning: storage class after type is obsolescent
49108              From: Daniel Muino <dmuino@afip.gov.ar>
49109              Date: Mon, 14 Aug 2000 16:42:47 -0300
49110              Message-ID: <20000814164247.A16368@con2-dgi>
49111      Branch: perl
49112            ! regcomp.pl regnodes.h
49113 ____________________________________________________________________________
49114 [  6622] By: jhi                                   on 2000/08/14  20:43:05
49115         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
49116              From: abigail@foad.org
49117              Date: 14 Aug 2000 20:00:10 -0000
49118              Message-Id: <20000814200010.27271.qmail@foad.org>
49119      Branch: perl
49120            ! Changes
49121 ____________________________________________________________________________
49122 [  6621] By: jhi                                   on 2000/08/14  15:23:05
49123         Log: Update Changes.
49124      Branch: perl
49125            ! Changes
49126 ____________________________________________________________________________
49127 [  6620] By: jhi                                   on 2000/08/14  15:22:14
49128         Log: Subject: Re: [PATCH] @+, @- readonly
49129              From: Mike Guy <mjtg@cam.ac.uk>
49130              Date: Mon, 14 Aug 2000 15:26:55 +0100
49131              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
49132      Branch: perl
49133            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
49134            ! sv.c t/op/pat.t
49135 ____________________________________________________________________________
49136 [  6619] By: jhi                                   on 2000/08/14  14:12:08
49137         Log: Update Changes.
49138      Branch: perl
49139            ! Changes
49140 ____________________________________________________________________________
49141 [  6618] By: jhi                                   on 2000/08/14  14:09:34
49142         Log: For now remove the mail code.
49143      Branch: perl
49144            ! perl.c
49145 ____________________________________________________________________________
49146 [  6617] By: jhi                                   on 2000/08/14  14:08:28
49147         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
49148      Branch: perl
49149            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
49150            ! pod/perlfaq8.pod pod/perlsec.pod
49151 ____________________________________________________________________________
49152 [  6616] By: jhi                                   on 2000/08/14  14:00:11
49153         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49154              From: Mike Guy <mjtg@cam.ac.uk>
49155              Date: Mon, 14 Aug 2000 08:26:02 +0100
49156              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
49157      Branch: perl
49158            ! lib/perl5db.pl
49159 ____________________________________________________________________________
49160 [  6615] By: jhi                                   on 2000/08/14  13:58:45
49161         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
49162              From: Mike Guy <mjtg@cam.ac.uk>
49163              Date: Mon, 14 Aug 2000 08:04:22 +0100
49164              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
49165      Branch: perl
49166            ! gv.c mg.c t/op/pat.t
49167 ____________________________________________________________________________
49168 [  6614] By: jhi                                   on 2000/08/14  13:56:45
49169         Log: Subject: Test fails / warnings with perl-current #6612
49170              From: Mike Guy <mjtg@cam.ac.uk>
49171              Date: Mon, 14 Aug 2000 07:57:23 +0100
49172              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
49173      Branch: perl
49174            ! t/lib/b.t t/lib/peek.t
49175 ____________________________________________________________________________
49176 [  6613] By: jhi                                   on 2000/08/14  13:45:33
49177         Log: VMS configure.com update continues.
49178      Branch: perl
49179            - vms/configure.com
49180            ! MANIFEST configure.com
49181 ____________________________________________________________________________
49182 [  6612] By: jhi                                   on 2000/08/13  22:13:35
49183         Log: Update Changes.
49184      Branch: perl
49185            ! Changes
49186 ____________________________________________________________________________
49187 [  6611] By: jhi                                   on 2000/08/13  16:21:45
49188         Log: Upgrade to CGI 2.71, from Lincoln Stein.
49189      Branch: perl
49190            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
49191 ____________________________________________________________________________
49192 [  6610] By: jhi                                   on 2000/08/13  15:09:16
49193         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
49194              From: Mike Guy <mjtg@cam.ac.uk>
49195              Date: Sun, 13 Aug 2000 13:45:51 +0100
49196              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
49197      Branch: perl
49198            ! t/op/regmesg.t
49199 ____________________________________________________________________________
49200 [  6609] By: jhi                                   on 2000/08/13  14:31:26
49201         Log: Andreas says that 1.56 is fine, so reverting back to it.
49202      Branch: perl
49203            ! lib/CPAN.pm
49204 ____________________________________________________________________________
49205 [  6608] By: jhi                                   on 2000/08/13  05:34:20
49206         Log: Update Changes.
49207      Branch: perl
49208            ! Changes
49209 ____________________________________________________________________________
49210 [  6607] By: jhi                                   on 2000/08/13  05:32:01
49211         Log: Put back the \z changes of #5406 to CPAN.pm.
49212      Branch: perl
49213            ! lib/CPAN.pm
49214 ____________________________________________________________________________
49215 [  6606] By: jhi                                   on 2000/08/13  05:20:16
49216         Log: Fix-n-skip the tests under 5005threads.
49217      Branch: perl
49218            ! t/lib/b.t
49219 ____________________________________________________________________________
49220 [  6605] By: jhi                                   on 2000/08/13  05:07:48
49221         Log: Fix the test for 5005threads.
49222      Branch: perl
49223            ! t/lib/peek.t
49224 ____________________________________________________________________________
49225 [  6604] By: jhi                                   on 2000/08/13  03:35:37
49226         Log: Should have deleted this in #6603.
49227      Branch: perl
49228            - vms/subconfigure.com
49229 ____________________________________________________________________________
49230 [  6603] By: jhi                                   on 2000/08/12  18:29:32
49231         Log: Rewrite of vms/subconfigure.com as configure.com,
49232              from Peter Prymmer and the vmsperl crew.
49233      Branch: perl
49234            + vms/configure.com
49235            ! MANIFEST
49236 ____________________________________________________________________________
49237 [  6602] By: jhi                                   on 2000/08/11  13:00:01
49238         Log: PlainText.pm is dead.
49239      Branch: perl
49240            - lib/Pod/PlainText.pm
49241            ! MANIFEST
49242 ____________________________________________________________________________
49243 [  6601] By: jhi                                   on 2000/08/11  04:06:45
49244         Log: Update Changes.
49245      Branch: perl
49246            ! Changes
49247 ____________________________________________________________________________
49248 [  6600] By: jhi                                   on 2000/08/11  04:06:10
49249         Log: Add a few missing files, update MANIFEST.
49250      Branch: perl
49251            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
49252            + lib/Pod/PlainText.pm t/pod/find.t
49253            ! MANIFEST t/op/regmesg.t
49254 ____________________________________________________________________________
49255 [  6599] By: jhi                                   on 2000/08/11  03:31:10
49256         Log: Add Perl debugging tutorial, regen toc. 
49257              
49258              Subject: perldebtut.pod
49259              From: Richard Foley <Richard.Foley@m.dasa.de>
49260              Date: Wed, 09 Aug 2000 10:17:15 +0200
49261              Message-id: <3991138B.262247B8@m.dasa.de>
49262      Branch: perl
49263            + pod/perldebtut.pod
49264            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49265 ____________________________________________________________________________
49266 [  6598] By: jhi                                   on 2000/08/11  02:48:56
49267         Log: tiny Changes edit
49268      Branch: perl
49269            ! Changes
49270 ____________________________________________________________________________
49271 [  6597] By: jhi                                   on 2000/08/11  02:39:04
49272         Log: Tests for #6589.
49273              
49274              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49275              From: simon@brecon.co.uk (Simon Cozens)
49276              Date: 11 Aug 2000 02:24:52 GMT
49277              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
49278      Branch: perl
49279            ! t/lib/b.t
49280 ____________________________________________________________________________
49281 [  6596] By: jhi                                   on 2000/08/11  01:50:07
49282         Log: Update Changes.
49283      Branch: perl
49284            ! Changes
49285 ____________________________________________________________________________
49286 [  6595] By: jhi                                   on 2000/08/11  01:47:16
49287         Log: nitfix
49288      Branch: perl
49289            ! Changes
49290 ____________________________________________________________________________
49291 [  6594] By: jhi                                   on 2000/08/11  01:36:16
49292         Log: Subject: Getting perlio and threads to compile
49293              From: Lupe Christoph <lupe@lupe-christoph.de>
49294              Date: Wed, 9 Aug 2000 11:35:54 +0200
49295              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
49296              
49297              (the Solaris version changes in Configure skipped)
49298      Branch: perl
49299            ! hints/solaris_2.sh thread.h
49300 ____________________________________________________________________________
49301 [  6593] By: jhi                                   on 2000/08/11  01:30:16
49302         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
49303              From: simon@brecon.co.uk (Simon Cozens)
49304              Date: 1 Aug 2000 06:55:19 GMT
49305              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
49306      Branch: perl
49307            ! lib/utf8.pm
49308 ____________________________________________________________________________
49309 [  6592] By: jhi                                   on 2000/08/11  01:26:39
49310         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
49311              From: Peter Scott <Peter@PeterScott.com>
49312              Date: Thu, 10 Aug 2000 08:23:27 -0700
49313              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
49314      Branch: perl
49315            ! lib/perl5db.pl
49316 ____________________________________________________________________________
49317 [  6591] By: jhi                                   on 2000/08/11  01:22:02
49318         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
49319              From: Hugo <hv@crypt.compulink.co.uk>
49320              Date: Thu, 10 Aug 2000 19:23:04 +0100
49321              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
49322      Branch: perl
49323            ! regexec.c t/op/pat.t
49324 ____________________________________________________________________________
49325 [  6590] By: jhi                                   on 2000/08/11  01:19:19
49326         Log: Preprocessing and postprocessing for File::Find.
49327              
49328              Subject: Patch to Find::File.pm to allow alphabetical results
49329              From: Joe Smith <jsmith@inwap.com>
49330              Date: Wed, 9 Aug 2000 02:44:54 -0700
49331              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
49332      Branch: perl
49333            ! lib/File/Find.pm
49334 ____________________________________________________________________________
49335 [  6589] By: jhi                                   on 2000/08/11  01:12:39
49336         Log: B::Deparse didn't do sub attributes.
49337              
49338              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49339              From: simon@brecon.co.uk (Simon Cozens)
49340              Date: 9 Aug 2000 04:49:20 GMT
49341              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
49342      Branch: perl
49343            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
49344 ____________________________________________________________________________
49345 [  6588] By: jhi                                   on 2000/08/11  01:06:40
49346         Log: Subject: debugger "d" command doesnt check line number
49347              From: Mike Guy <mjtg@cam.ac.uk>
49348              Date: Tue, 08 Aug 2000 21:54:29 +0100
49349              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
49350      Branch: perl
49351            ! lib/perl5db.pl mg.c pod/perldiag.pod
49352 ____________________________________________________________________________
49353 [  6587] By: jhi                                   on 2000/08/11  00:45:03
49354         Log: sleep(1) does not necessarily return 1.
49355              
49356              Subject: [PATCH bleadperl] op/lex_assign.t  
49357              From: Hugo <hv@crypt.compulink.co.uk>
49358              Date: Thu, 03 Aug 2000 14:34:22 +0100        
49359              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
49360      Branch: perl
49361            ! t/op/lex_assign.t
49362 ____________________________________________________________________________
49363 [  6586] By: jhi                                   on 2000/08/11  00:31:50
49364         Log: Document the IO::Select timeout.
49365      Branch: perl
49366            ! ext/IO/lib/IO/Select.pm
49367 ____________________________________________________________________________
49368 [  6585] By: jhi                                   on 2000/08/11  00:13:54
49369         Log: Forgot contributor.
49370      Branch: perl
49371            ! Changes
49372 ____________________________________________________________________________
49373 [  6584] By: jhi                                   on 2000/08/11  00:09:19
49374         Log: detypo
49375      Branch: perl
49376            ! Changes
49377 ____________________________________________________________________________
49378 [  6583] By: jhi                                   on 2000/08/11  00:07:53
49379         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
49380              
49381              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
49382              From: Mike Guy <mjtg@cam.ac.uk> 
49383              Date: Thu, 10 Aug 2000 15:50:54 +0100
49384              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
49385      Branch: perl
49386            ! sv.c t/op/int.t
49387 ____________________________________________________________________________
49388 [  6582] By: jhi                                   on 2000/08/10  23:29:32
49389         Log: Update Changes.
49390      Branch: perl
49391            ! Changes
49392 ____________________________________________________________________________
49393 [  6581] By: jhi                                   on 2000/08/10  23:26:16
49394         Log: Put back the std @INC thing.
49395      Branch: perl
49396            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
49397            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
49398            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
49399            ! t/lib/gol-oo.t
49400 ____________________________________________________________________________
49401 [  6580] By: jhi                                   on 2000/08/10  23:03:34
49402         Log: Update to CGI 2.70, from Lincoln Stein.
49403      Branch: perl
49404            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
49405            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
49406            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
49407            ! t/lib/cgi-request.t
49408 ____________________________________________________________________________
49409 [  6579] By: jhi                                   on 2000/08/10  22:41:50
49410         Log: Update to CPAN 1.56, from Andreas König.
49411      Branch: perl
49412            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49413 ____________________________________________________________________________
49414 [  6578] By: jhi                                   on 2000/08/10  22:38:13
49415         Log: Update to Pod::Parser 1.17, from Brad Appleton.
49416      Branch: perl
49417            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
49418            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
49419            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
49420            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
49421            ! t/pod/include.t t/pod/included.t t/pod/lref.t
49422            ! t/pod/multiline_items.t t/pod/nested_items.t
49423            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
49424            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
49425            ! t/pod/special_seqs.t
49426 ____________________________________________________________________________
49427 [  6577] By: jhi                                   on 2000/08/10  22:35:41
49428         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
49429      Branch: perl
49430            ! AUTHORS MAINTAIN
49431 ____________________________________________________________________________
49432 [  6576] By: jhi                                   on 2000/08/10  22:24:54
49433         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
49434      Branch: perl
49435            + t/lib/gol-oo.t
49436            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
49437            ! t/lib/gol-compat.t t/lib/gol-linkage.t
49438 ____________________________________________________________________________
49439 [  6575] By: jhi                                   on 2000/08/10  22:02:07
49440         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
49441      Branch: perl
49442            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
49443 ____________________________________________________________________________
49444 [  6574] By: jhi                                   on 2000/08/10  21:55:03
49445         Log: Iterating perl6 description.
49446      Branch: perl
49447            ! pod/perlfaq1.pod
49448 ____________________________________________________________________________
49449 [  6573] By: jhi                                   on 2000/08/10  21:48:26
49450         Log: Revert the sv.c part of #6559, a better fix is needed.
49451      Branch: perl
49452            ! sv.c
49453 ____________________________________________________________________________
49454 [  6572] By: jhi                                   on 2000/08/10  20:33:43
49455         Log: It's the 2ndO'ROSSC.
49456      Branch: perl
49457            ! pod/perlfaq1.pod
49458 ____________________________________________________________________________
49459 [  6571] By: jhi                                   on 2000/08/10  15:55:48
49460         Log: detypo
49461      Branch: perl
49462            ! pod/perlfaq1.pod
49463 ____________________________________________________________________________
49464 [  6570] By: jhi                                   on 2000/08/10  14:11:17
49465         Log: An exceptionally sticky typo.
49466      Branch: perl
49467            ! Changes
49468 ____________________________________________________________________________
49469 [  6569] By: jhi                                   on 2000/08/10  14:09:33
49470         Log: detypo (and test Changes updating script)
49471      Branch: perl
49472            ! Changes
49473 ____________________________________________________________________________
49474 [  6568] By: jhi                                   on 2000/08/10  14:07:07
49475         Log: Update Changes.
49476      Branch: perl
49477            ! Changes
49478 ____________________________________________________________________________
49479 [  6567] By: jhi                                   on 2000/08/10  14:06:19
49480         Log: Amend the description of Perl6.
49481              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
49482              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49483              Date: Wed, 9 Aug 2000 22:11:06 -0500
49484              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
49485      Branch: perl
49486            ! pod/perlfaq1.pod
49487 ____________________________________________________________________________
49488 [  6566] By: jhi                                   on 2000/08/10  13:58:57
49489         Log: Subject: Remove dead entry in perldiag
49490              From: Mike Guy <mjtg@cam.ac.uk>
49491              Date: Thu, 10 Aug 2000 14:19:19 +0100
49492              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
49493      Branch: perl
49494            ! pod/perldiag.pod
49495 ____________________________________________________________________________
49496 [  6565] By: jhi                                   on 2000/08/10  13:51:48
49497         Log: Zero entries were skipped, fix from Adrian Goalby
49498              <argoalby@yahoo.co.uk>
49499      Branch: perl
49500            ! lib/unicode/Number.pl lib/unicode/mktables.PL
49501 ____________________________________________________________________________
49502 [  6564] By: jhi                                   on 2000/08/10  13:00:12
49503         Log: Subject: [PATCH 5.6.0] cygwin port
49504              From: "Fifer, Eric" <EFifer@sanwaint.com>
49505              Date: Thu, 10 Aug 2000 13:15:36 +0100
49506              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
49507      Branch: perl
49508            ! README.cygwin hints/cygwin.sh
49509 ____________________________________________________________________________
49510 [  6563] By: jhi                                   on 2000/08/10  12:55:16
49511         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
49512      Branch: perl
49513            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
49514 ____________________________________________________________________________
49515 [  6562] By: gsar                                  on 2000/08/10  08:38:39
49516         Log: warn is a macro, avoid using at a variable to avoid warnings
49517              in some configurations; readdir.t is too conservative in
49518              estimating number of *.t's
49519      Branch: perl
49520            ! t/op/readdir.t util.c
49521 ____________________________________________________________________________
49522 [  6561] By: jhi                                   on 2000/08/09  23:35:42
49523         Log: Update Changes.
49524      Branch: perl
49525            ! Changes
49526 ____________________________________________________________________________
49527 [  6560] By: jhi                                   on 2000/08/09  23:05:47
49528         Log: Subject: Re: enhanced(?) regex error messages
49529              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49530              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
49531              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
49532              
49533              (plus two small patches sent privately)
49534              (this still seems to leave few test failures)
49535      Branch: perl
49536            + t/op/regmesg.t
49537            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
49538            ! t/pragma/warn/regcomp
49539 ____________________________________________________________________________
49540 [  6559] By: jhi                                   on 2000/08/09  20:41:18
49541         Log: (The fix did work but was not right, retracted in #6573)
49542              
49543              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
49544              From: Christian Kirsch <ck@held.mind.de>
49545              Date: Wed, 9 Aug 2000 17:05:17 +0200
49546              Message-Id: <20000809170517.A25389@held>
49547      Branch: perl
49548            ! sv.c t/pragma/locale.t
49549 ____________________________________________________________________________
49550 [  6558] By: jhi                                   on 2000/08/08  22:34:08
49551         Log: Tiny updates on the contributors list.
49552      Branch: perl
49553            ! Changes
49554 ____________________________________________________________________________
49555 [  6557] By: jhi                                   on 2000/08/08  19:34:28
49556         Log: Double check that we have a dirhandle.
49557      Branch: perl
49558            ! util.c
49559 ____________________________________________________________________________
49560 [  6556] By: jhi                                   on 2000/08/08  19:01:51
49561         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
49562              May be repopulated with fresh maintained examples.
49563      Branch: perl
49564            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
49565            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
49566            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
49567            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
49568            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
49569            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
49570            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
49571            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
49572            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
49573            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
49574            + lib/CGI/eg/wilogo_gif.uu
49575            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
49576            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
49577            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
49578            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
49579            - eg/cgi/frameset.cgi eg/cgi/index.html
49580            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
49581            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
49582            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
49583            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
49584            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
49585            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
49586            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
49587            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
49588            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
49589            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
49590            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
49591            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
49592            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
49593            - eg/van/vanish eg/who eg/wrapsuid
49594            ! MANIFEST
49595 ____________________________________________________________________________
49596 [  6555] By: jhi                                   on 2000/08/08  18:51:08
49597         Log: Delete chat2 as requested by Randal.
49598              
49599              Subject: Re: perlfaq8 coyness
49600              From: merlyn@stonehenge.com (Randal L. Schwartz) 
49601              Date: 15 May 2000 18:52:42 -0700 
49602              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
49603      Branch: perl
49604            - lib/chat2.pl
49605            ! MANIFEST
49606 ____________________________________________________________________________
49607 [  6554] By: jhi                                   on 2000/08/08  18:31:35
49608         Log: Regen global.sym.
49609      Branch: perl
49610            ! global.sym
49611 ____________________________________________________________________________
49612 [  6553] By: jhi                                   on 2000/08/08  18:28:13
49613         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
49614              (either perlbug or p5p ate the original), plus regen
49615              perlapi and perltoc. 
49616      Branch: perl
49617            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
49618            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
49619            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
49620            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
49621            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
49622            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
49623            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
49624            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
49625            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
49626            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
49627 ____________________________________________________________________________
49628 [  6552] By: jhi                                   on 2000/08/08  18:06:29
49629         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
49630              From: Mike Guy <mjtg@cam.ac.uk>
49631              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
49632              Date: Tue, 08 Aug 2000 15:51:27 +0100
49633      Branch: perl
49634            ! doop.c sv.h t/op/join.t t/pragma/overload.t
49635 ____________________________________________________________________________
49636 [  6551] By: jhi                                   on 2000/08/08  18:01:11
49637         Log: Re-apply #6549.
49638      Branch: perl
49639            ! lib/perl5db.pl
49640 ____________________________________________________________________________
49641 [  6550] By: jhi                                   on 2000/08/08  17:43:08
49642         Log: Accidental retraction of #6549.
49643      Branch: perl
49644            ! lib/perl5db.pl
49645 ____________________________________________________________________________
49646 [  6549] By: jhi                                   on 2000/08/08  17:40:04
49647         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49648              From: Mike Guy <mjtg@cam.ac.uk>
49649              Date: Mon, 07 Aug 2000 21:49:58 +0100
49650              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
49651      Branch: perl
49652            ! lib/perl5db.pl
49653 ____________________________________________________________________________
49654 [  6548] By: jhi                                   on 2000/08/08  17:37:57
49655         Log: Document here-doc better.
49656              
49657              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
49658              From: Mike Guy <mjtg@cam.ac.uk>
49659              Date: Mon, 07 Aug 2000 14:02:09 +0100
49660              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
49661      Branch: perl
49662            ! pod/perldata.pod
49663 ____________________________________________________________________________
49664 [  6547] By: jhi                                   on 2000/08/08  17:33:34
49665         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
49666              From: "Randy J. Ray" <rjray@redhat.com>
49667              Date: Mon, 07 Aug 2000 19:12:25 -0700
49668              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
49669      Branch: perl
49670            ! perl.c pod/perlrun.pod
49671 ____________________________________________________________________________
49672 [  6546] By: jhi                                   on 2000/08/08  17:29:26
49673         Log: Subject: Re: enhanced(?) regex error messages 
49674              From: Hugo <hv@crypt.compulink.co.uk>
49675              Date: Tue, 08 Aug 2000 03:25:51 +0100
49676              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
49677              
49678              plus Capitalize the error messages, plus perldiag them.
49679      Branch: perl
49680            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
49681 ____________________________________________________________________________
49682 [  6545] By: jhi                                   on 2000/08/08  13:59:28
49683         Log: Augment #6539 a bit: don't croak if there's magic in the air.
49684              
49685              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
49686              From: Hugo <hv@crypt.compulink.co.uk>
49687              Date: Tue, 08 Aug 2000 03:02:03 +0100
49688              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
49689      Branch: perl
49690            ! pp.c t/op/bless.t
49691 ____________________________________________________________________________
49692 [  6544] By: jhi                                   on 2000/08/07  21:11:52
49693         Log: Make the test -w clean.
49694      Branch: perl
49695            ! t/op/bless.t
49696 ____________________________________________________________________________
49697 [  6543] By: jhi                                   on 2000/08/07  19:49:53
49698         Log: use warnings instead of $^W.
49699      Branch: perl
49700            ! t/op/bless.t
49701 ____________________________________________________________________________
49702 [  6542] By: jhi                                   on 2000/08/07  17:41:41
49703         Log: Disable a portability warning Because We Know What We Are Doing.
49704      Branch: perl
49705            ! t/op/bless.t
49706 ____________________________________________________________________________
49707 [  6541] By: jhi                                   on 2000/08/07  17:29:51
49708         Log: Tiny tidying on report_evil_fh().
49709      Branch: perl
49710            ! util.c
49711 ____________________________________________________________________________
49712 [  6540] By: jhi                                   on 2000/08/07  16:37:38
49713         Log: Make regular expression parse error messages easier to understand.
49714              
49715              Subject: Re: enhanced(?) regex error messages
49716              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49717              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
49718              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
49719      Branch: perl
49720            ! regcomp.c
49721 ____________________________________________________________________________
49722 [  6539] By: jhi                                   on 2000/08/07  16:12:27
49723         Log: Make bless(REF, REF) a fatal error, add bless tests.
49724              
49725              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
49726              From: Hugo <hv@crypt.compulink.co.uk>
49727              Date: Mon, 07 Aug 2000 16:59:38 +0100
49728              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
49729      Branch: perl
49730            + t/op/bless.t
49731            ! MANIFEST pod/perldiag.pod pp.c sv.c
49732 ____________________________________________________________________________
49733 [  6538] By: jhi                                   on 2000/08/07  15:59:43
49734         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
49735              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
49736              Date: Thu, 3 Aug 2000 14:29:21 -0700
49737              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
49738      Branch: perl
49739            ! lib/lib_pm.PL
49740 ____________________________________________________________________________
49741 [  6537] By: jhi                                   on 2000/08/07  15:47:18
49742         Log: Retract #6419 for now since it breaks in AFS and MachTen.
49743      Branch: perl
49744            ! lib/Cwd.pm
49745 ____________________________________________________________________________
49746 [  6536] By: jhi                                   on 2000/08/07  15:05:29
49747         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
49748              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
49749              The security hole exists only in suidperls, which isn't
49750              installed or even built by default.
49751      Branch: perl
49752            ! perl.c
49753 ____________________________________________________________________________
49754 [  6535] By: jhi                                   on 2000/08/07  14:45:14
49755         Log: tr memory corruption fix from Simon Cozens.
49756      Branch: perl
49757            ! doop.c
49758 ____________________________________________________________________________
49759 [  6534] By: jhi                                   on 2000/08/06  11:38:16
49760         Log: Document a bit that UDP is not what you might think.
49761              
49762              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
49763              From: Lupe Christoph <lupe@lupe-christoph.de>
49764              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
49765              Date: Mon, 24 Jul 2000 08:59:15 +0200
49766      Branch: perl
49767            ! pod/perlipc.pod
49768 ____________________________________________________________________________
49769 [  6533] By: jhi                                   on 2000/08/06  11:35:01
49770         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
49771              From: Jeff Pinyan <jeffp@hut.crusoe.net>
49772              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
49773              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
49774      Branch: perl
49775            ! pod/perlfunc.pod
49776 ____________________________________________________________________________
49777 [  6532] By: jhi                                   on 2000/08/06  03:45:41
49778         Log: Have symbols for the IoTYPEs.
49779      Branch: perl
49780            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
49781 ____________________________________________________________________________
49782 [  6531] By: jhi                                   on 2000/08/06  01:33:55
49783         Log: Continue fixing the io warnings.  This also
49784              sort of fixes bug ID 20000802.003: the core dump
49785              is no more.  Whether the current behaviour is correct
49786              (giving a warning: "Not a format reference"), is another matter.
49787      Branch: perl
49788            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
49789            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
49790 ____________________________________________________________________________
49791 [  6530] By: jhi                                   on 2000/08/05  21:33:12
49792         Log: Change the Policy policy: now -Dprefix= with an existing
49793              Policy.sh and prefix == siteprefix == vendorprefix, then all
49794              of them follow along the new prefix.
49795              
49796              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
49797              From: Andy Dougherty <doughera@lafayette.edu>
49798              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
49799              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
49800      Branch: perl
49801            ! Policy_sh.SH
49802 ____________________________________________________________________________
49803 [  6529] By: jhi                                   on 2000/08/05  18:57:28
49804         Log: Zap lib/Sys directory when cleaning up.
49805      Branch: perl
49806            ! Makefile.SH
49807 ____________________________________________________________________________
49808 [  6528] By: jhi                                   on 2000/08/05  18:40:44
49809         Log: Essential prototype changes were missing from #6527.
49810              Also make report_evil_fh() more bomb-proof.
49811      Branch: perl
49812            ! embed.h util.c
49813 ____________________________________________________________________________
49814 [  6527] By: jhi                                   on 2000/08/05  03:22:05
49815         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
49816              From: "Ronald F. Guilmette" <rfg@monkeys.com>
49817              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
49818              Message-Id: <200007242247.PAA52177@monkeys.com>
49819      Branch: perl
49820            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
49821 ____________________________________________________________________________
49822 [  6526] By: jhi                                   on 2000/08/04  21:23:27
49823         Log: gcc versions might have (parentheses) in them.
49824      Branch: metaconfig/U/perl
49825            ! gccvers.U
49826      Branch: perl
49827            ! Configure config_h.SH
49828 ____________________________________________________________________________
49829 [  6525] By: jhi                                   on 2000/08/04  20:23:12
49830         Log: Weed buglets pointed out by
49831              
49832              From: Lupe Christoph <lupe@lupe-christoph.de>
49833              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
49834              Date: Fri, 4 Aug 2000 17:34:39 +0200
49835              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
49836      Branch: metaconfig/U/perl
49837            ! gccvers.U uselfs.U
49838      Branch: perl
49839            ! Configure config_h.SH
49840 ____________________________________________________________________________
49841 [  6524] By: jhi                                   on 2000/08/04  19:02:08
49842         Log: Warn under -w if lstat(FH) is attempted.
49843              
49844              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
49845              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
49846              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
49847              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
49848      Branch: perl
49849            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
49850            ! t/pragma/warn/pp_sys
49851 ____________________________________________________________________________
49852 [  6523] By: jhi                                   on 2000/08/04  12:31:11
49853         Log: Subject: New perlcc, take 2
49854              From: simon@brecon.co.uk (Simon Cozens)
49855              Date: 4 Aug 2000 06:21:04 GMT
49856              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
49857      Branch: perl
49858            ! utils/perlcc.PL
49859 ____________________________________________________________________________
49860 [  6522] By: jhi                                   on 2000/08/04  12:26:33
49861         Log: Subject: Re: Array vs. List context
49862              From: Daniel Chetlin <daniel@chetlin.com>
49863              Date: Fri, 4 Aug 2000 00:22:44 -0700
49864              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
49865      Branch: perl
49866            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
49867            ! pod/perlfaq4.pod
49868 ____________________________________________________________________________
49869 [  6521] By: jhi                                   on 2000/08/04  12:22:38
49870         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
49871              From: Raymund Will <ray@caldera.de>
49872              Date: Fri, 4 Aug 2000 12:07:09 +0200
49873              Message-Id: <20000804120709.A14982@caldera.de>
49874      Branch: perl
49875            ! configure.gnu
49876 ____________________________________________________________________________
49877 [  6520] By: jhi                                   on 2000/08/04  04:09:06
49878         Log: After the #6519 a warning about stat() is just that,
49879              not about a filetest, which now have their own warning.
49880      Branch: perl
49881            ! pod/perldiag.pod
49882 ____________________________________________________________________________
49883 [  6519] By: jhi                                   on 2000/08/04  04:06:30
49884         Log: In the warnings call filehandles consistently so;
49885              add "unopened" warning for stat().
49886      Branch: perl
49887            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
49888            ! t/pragma/warn/pp_sys
49889 ____________________________________________________________________________
49890 [  6518] By: jhi                                   on 2000/08/04  02:55:35
49891         Log: Subject: Minor tweak to perlvar.pod
49892              From: "Stephen P. Potter" <spp@ds.net>
49893              Date: Tue, 18 Apr 2000 09:26:03 -0400
49894              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
49895      Branch: perl
49896            ! pod/perlvar.pod
49897 ____________________________________________________________________________
49898 [  6517] By: jhi                                   on 2000/08/04  02:50:08
49899         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
49900              From: "Clinton Pierce" <cpierce1@ford.com>
49901              Date: Wed, 21 Jul 1999 16:45:31 -0400
49902              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
49903              
49904              Fix by Stephen Potter (visible in the bug db but not in p5p?)
49905      Branch: perl
49906            ! pod/perlfunc.pod pod/perlop.pod
49907 ____________________________________________________________________________
49908 [  6516] By: jhi                                   on 2000/08/04  02:09:25
49909         Log: This is 6512.  Really.
49910      Branch: perl
49911            ! dump.c
49912 ____________________________________________________________________________
49913 [  6515] By: jhi                                   on 2000/08/04  01:25:50
49914         Log: mention the idea of @( and @)
49915      Branch: perl
49916            ! Todo-5.6
49917 ____________________________________________________________________________
49918 [  6514] By: bailey                                on 2000/08/04  01:18:46
49919         Log: YA resync with mainstem, including VMS patches from others
49920      Branch: vmsperl
49921           +> (branch 48 files)
49922            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
49923           !> (integrate 354 files)
49924 ____________________________________________________________________________
49925 [  6513] By: jhi                                   on 2000/08/04  01:18:18
49926         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
49927              From: Mark Dickinson <dickins3@fas.harvard.edu>
49928              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
49929              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
49930      Branch: perl
49931            ! t/op/grent.t t/op/pwent.t
49932 ____________________________________________________________________________
49933 [  6512] By: jhi                                   on 2000/08/04  01:14:06
49934         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
49935              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49936              Date: Wed, 02 Aug 2000 10:51:01 +0100
49937              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
49938      Branch: perl
49939            ! sv.c
49940 ____________________________________________________________________________
49941 [  6511] By: jhi                                   on 2000/08/04  00:57:00
49942         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
49943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49944              Date: Thu, 03 Aug 2000 17:20:04 -0700
49945              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
49946      Branch: metaconfig
49947            ! U/modified/Cppsym.U
49948      Branch: perl
49949            ! Configure config_h.SH
49950 ____________________________________________________________________________
49951 [  6510] By: jhi                                   on 2000/08/04  00:25:28
49952         Log: detypo
49953      Branch: perl
49954            ! Makefile.SH
49955 ____________________________________________________________________________
49956 [  6509] By: jhi                                   on 2000/08/03  23:43:18
49957         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
49958              From: Dominic Dunlop <domo@computer.org>
49959              Date: Thu, 3 Aug 2000 22:16:46 +0200
49960              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
49961      Branch: perl
49962            ! t/op/sprintf.t
49963 ____________________________________________________________________________
49964 [  6508] By: jhi                                   on 2000/08/03  23:40:37
49965         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
49966              From: Hugo <hv@crypt.compulink.co.uk>
49967              Date: Thu, 03 Aug 2000 18:25:30 +0100
49968              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
49969      Branch: perl
49970            ! regcomp.c t/op/re_tests
49971 ____________________________________________________________________________
49972 [  6507] By: jhi                                   on 2000/08/03  23:38:28
49973         Log: Subject: [PATCH] sv.h documentation - SvLEN
49974              From: Mike Guy <mjtg@cam.ac.uk>
49975              Date: Thu, 03 Aug 2000 14:43:09 +0100
49976              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
49977      Branch: perl
49978            ! sv.h
49979 ____________________________________________________________________________
49980 [  6506] By: jhi                                   on 2000/08/03  15:49:14
49981         Log: Disable the fix_pl hack for now.
49982      Branch: perl
49983            ! Makefile.SH
49984 ____________________________________________________________________________
49985 [  6505] By: jhi                                   on 2000/08/03  13:49:04
49986         Log: Add a URL for FSF.
49987              
49988              Subject: Patch for README
49989              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49990              Date: Wed, 2 Aug 2000 13:25:09 -0500
49991              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
49992      Branch: perl
49993            ! README
49994 ____________________________________________________________________________
49995 [  6504] By: jhi                                   on 2000/08/03  13:29:19
49996         Log: Be more informative on what is skipped and why,
49997              also repeat the list at the end.
49998      Branch: perl
49999            ! Porting/p4desc
50000 ____________________________________________________________________________
50001 [  6503] By: jhi                                   on 2000/08/03  13:07:05
50002         Log: Circumvent the removal of .patch by fix_pl.
50003              
50004              Subject: Re: [ID 20000802.011] unable to 'make test'          
50005              From: simon@brecon.co.uk (Simon Cozens) 
50006              Date: 3 Aug 2000 04:17:00 GMT
50007              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
50008      Branch: perl
50009            ! Makefile.SH
50010 ____________________________________________________________________________
50011 [  6502] By: jhi                                   on 2000/08/03  00:14:34
50012         Log: Add the missing setproctitle unit.
50013      Branch: metaconfig/U/perl
50014            + d_setproctitle.U
50015 ____________________________________________________________________________
50016 [  6501] By: jhi                                   on 2000/08/03  00:00:26
50017         Log: The subtest 4 may fail also on VOBS, as pointed out
50018              by Nick Ing-Simmons in November 1999, bug id 19991124.003
50019              (but the failure in that bug report isn't the subtest 4).
50020      Branch: perl
50021            ! t/op/stat.t
50022 ____________________________________________________________________________
50023 [  6500] By: jhi                                   on 2000/08/02  23:49:30
50024         Log: Better skip message for the test; one of the two problems in
50025              
50026              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
50027              From: Lupe Christoph <lupe@lupe-christoph.de>
50028              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
50029              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
50030      Branch: perl
50031            ! t/op/numconvert.t
50032 ____________________________________________________________________________
50033 [  6499] By: jhi                                   on 2000/08/02  22:49:16
50034         Log: Allow "no Module;" even if there is no 'unimport'.
50035              
50036              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
50037              From: mjd@plover.com
50038              Date: 24 Mar 2000 15:24:34 -0000
50039              Message-Id: <20000324152434.15160.qmail@plover.com>
50040      Branch: perl
50041            ! gv.c
50042 ____________________________________________________________________________
50043 [  6498] By: jhi                                   on 2000/08/02  22:42:58
50044         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
50045              that are hopefully soon put into use.
50046      Branch: perl
50047            ! opcode.h opcode.pl opnames.h
50048 ____________________________________________________________________________
50049 [  6497] By: gsar                                  on 2000/08/02  22:28:59
50050         Log: require.t needs binmode() to work on windows
50051      Branch: perl
50052            ! t/comp/require.t
50053 ____________________________________________________________________________
50054 [  6496] By: jhi                                   on 2000/08/02  22:08:51
50055         Log: Document the IVdf UVuf UVof UVxf.
50056      Branch: perl
50057            ! pod/perlguts.pod
50058 ____________________________________________________________________________
50059 [  6495] By: jhi                                   on 2000/08/02  21:54:26
50060         Log: detypo #6494
50061      Branch: perl
50062            ! ext/Data/Dumper/Dumper.xs
50063 ____________________________________________________________________________
50064 [  6494] By: jhi                                   on 2000/08/02  21:49:17
50065         Log: Dump UVs as UVs in Data::Dumper.
50066              
50067              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
50068              From: Gurusamy Sarathy <gsar@ActiveState.com>
50069              Date: Thu, 27 Apr 2000 12:26:25 -0700
50070              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
50071      Branch: perl
50072            ! ext/Data/Dumper/Dumper.xs
50073 ____________________________________________________________________________
50074 [  6493] By: jhi                                   on 2000/08/02  17:01:58
50075         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
50076              From: Hugo <hv@crypt.compulink.co.uk>
50077              Date: Wed, 02 Aug 2000 14:53:56 +0100
50078              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
50079      Branch: perl
50080            ! regexec.c t/op/re_tests
50081 ____________________________________________________________________________
50082 [  6492] By: jhi                                   on 2000/08/02  15:02:46
50083         Log: The new setproctitle() feature is available only in 
50084              bleeding edge FreeBSD.  From Paul Saab.
50085      Branch: perl
50086            ! mg.c
50087 ____________________________________________________________________________
50088 [  6491] By: jhi                                   on 2000/08/02  13:34:36
50089         Log: The tr utf8 patching continues.
50090              
50091              Subject: Re: #6469, too many tests claimed in require.t
50092              From: simon@brecon.co.uk (Simon Cozens)
50093              Date: 2 Aug 2000 02:37:17 GMT
50094              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
50095              
50096              (the logic of the test was the wrong way round in the patch)
50097      Branch: perl
50098            ! doop.c
50099 ____________________________________________________________________________
50100 [  6490] By: jhi                                   on 2000/08/02  13:27:38
50101         Log: The name of a filehandle does not have <these>.
50102      Branch: perl
50103            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
50104            ! t/pragma/warn/pp_sys util.c
50105 ____________________________________________________________________________
50106 [  6489] By: jhi                                   on 2000/08/02  04:26:46
50107         Log: Remove the extraneous "main::" prefix from all the
50108              "opened only for", "on closed", and "never opened" warnings.
50109              
50110              Subject: Re: inappropriate warning
50111              From: Gurusamy Sarathy <gsar@ActiveState.com>
50112              Date: Mon, 20 Mar 2000 11:28:02 -0800
50113              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
50114      Branch: perl
50115            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
50116            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
50117            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
50118 ____________________________________________________________________________
50119 [  6488] By: jhi                                   on 2000/08/02  03:02:57
50120         Log: memcpy has n o in it, as pinted ut by Sarathy.
50121      Branch: perl
50122            ! pod/perlguts.pod
50123 ____________________________________________________________________________
50124 [  6487] By: jhi                                   on 2000/08/02  02:44:51
50125         Log: Document in one place the memory abstractions used in Perl core.
50126              
50127              Subject: Re: Memory abstraction
50128              From: simon@brecon.co.uk (Simon Cozens)
50129              Date: 2 Aug 2000 02:20:23 GMT
50130              Organization: Earth.li Origins
50131      Branch: perl
50132            ! pod/perlguts.pod
50133 ____________________________________________________________________________
50134 [  6486] By: jhi                                   on 2000/08/02  02:41:57
50135         Log: regen_headers, regen perltoc.
50136      Branch: perl
50137            ! perlapi.c pod/perltoc.pod
50138 ____________________________________________________________________________
50139 [  6485] By: jhi                                   on 2000/08/02  01:43:33
50140         Log: "This little thing tests for a file .patch, and if it contains
50141              a number, pops into patchlevel.h" (making it easier to track
50142              which development version people are reporting bugs against)
50143              
50144              Subject: Patchlevel autogeneration for repository perls
50145              From: simon@brecon.co.uk (Simon Cozens)
50146              Date: 14 Jul 2000 07:12:15 GMT
50147              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
50148      Branch: perl
50149            + fix_pl
50150            ! MANIFEST Makefile.SH
50151 ____________________________________________________________________________
50152 [  6484] By: jhi                                   on 2000/08/02  01:32:54
50153         Log: FreeBSD 3.* updates from
50154              
50155              From: Paul Saab <ps@yahoo-inc.com>
50156              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50157              Date: Tue, 1 Aug 2000 15:41:39 -0700
50158              Message-Id: <20000801154139.A53740@yahoo-inc.com>
50159      Branch: perl
50160            ! hints/freebsd.sh
50161 ____________________________________________________________________________
50162 [  6483] By: jhi                                   on 2000/08/02  01:27:44
50163         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
50164              instead one must use setproctitle().  This was already addressed
50165              by change #6457, but the below has a new variant for FreeBSD 4.0
50166              or later, and the matter is also documented more.
50167              
50168              From: Paul Saab <ps@yahoo-inc.com>
50169              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50170              Date: Tue, 1 Aug 2000 15:41:39 -0700
50171              Message-Id: <20000801154139.A53740@yahoo-inc.com>
50172      Branch: metaconfig/U/perl
50173            + i_libutil.U
50174      Branch: perl
50175            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
50176 ____________________________________________________________________________
50177 [  6482] By: jhi                                   on 2000/08/01  22:17:32
50178         Log: The test from this
50179              
50180              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
50181              Date: Sat, 15 Apr 2000 17:03:44 +0100
50182              From: Tom Hughes <tom@compton.nu>
50183              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
50184              
50185              was missing, the code change went in as #5989
50186              (which had a different test?)
50187      Branch: perl
50188            ! t/op/misc.t
50189 ____________________________________________________________________________
50190 [  6481] By: jhi                                   on 2000/08/01  21:48:38
50191         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
50192              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50193              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
50194              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
50195      Branch: perl
50196            ! perl.h
50197 ____________________________________________________________________________
50198 [  6480] By: jhi                                   on 2000/08/01  18:05:28
50199         Log: Make p4desc to skip non-mainperl branches by default.
50200      Branch: perl
50201            ! Porting/p4desc
50202 ____________________________________________________________________________
50203 [  6479] By: jhi                                   on 2000/08/01  17:29:19
50204         Log: If gccosandvers is equal to osname, clear gccosandvers.
50205      Branch: metaconfig/U/perl
50206            ! gccvers.U
50207      Branch: perl
50208            ! Configure config_h.SH
50209 ____________________________________________________________________________
50210 [  6478] By: jhi                                   on 2000/08/01  15:54:08
50211         Log: BOM patching from Simon Cozens.
50212      Branch: perl
50213            ! toke.c
50214 ____________________________________________________________________________
50215 [  6477] By: jhi                                   on 2000/08/01  04:50:33
50216         Log: Stash away the largefiles flags and libswanted.
50217      Branch: perl
50218            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
50219 ____________________________________________________________________________
50220 [  6476] By: gsar                                  on 2000/08/01  04:24:24
50221         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
50222              on Windows)
50223      Branch: perl
50224            ! t/pragma/utf8.t utf8.c win32/win32.c
50225 ____________________________________________________________________________
50226 [  6475] By: jhi                                   on 2000/08/01  03:35:24
50227         Log: Make chr() for values >127 to create utf8 when under utf8.
50228              
50229              Subject: Re: uft8/chr()
50230              From: simon@brecon.co.uk (Simon Cozens)
50231              Date: 1 Aug 2000 02:37:02 GMT
50232              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
50233      Branch: perl
50234            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
50235 ____________________________________________________________________________
50236 [  6474] By: jhi                                   on 2000/08/01  02:36:18
50237         Log: In Digital UNIX warn if gcc explicitly chosen because even
50238              2.95.2 is known to cause problems.
50239      Branch: perl
50240            ! hints/dec_osf.sh
50241 ____________________________________________________________________________
50242 [  6473] By: jhi                                   on 2000/08/01  02:00:56
50243         Log: Make the safety catch for buggy gccs work with triple version
50244              numbers like 2.95.2.  Reported in
50245              
50246              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
50247              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
50248              Date: Mon, 31 Jul 2000 14:55:06 +0200
50249              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
50250      Branch: perl
50251            ! hints/dec_osf.sh
50252 ____________________________________________________________________________
50253 [  6472] By: jhi                                   on 2000/08/01  01:13:33
50254         Log: Subject: fix and question re: waitpid() under win32
50255              From: Brian Clarke <clarke@appliedmeta.com>
50256              Date: Fri, 28 Jul 2000 15:18:29 -0400
50257              Message-ID: <3981DC85.290314EB@appliedmeta.com>
50258              
50259              Slightly reformatted and WNOHANG # define moved to win32.h
50260              so that also POSIX.xs sees it, as suggsted by Sarathy.
50261      Branch: perl
50262            ! win32/win32.c win32/win32.h
50263 ____________________________________________________________________________
50264 [  6471] By: jhi                                   on 2000/08/01  00:55:05
50265         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
50266              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50267              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
50268              Date: Mon, 31 Jul 2000 13:28:51 +0100
50269              
50270              (aka ID 20000730.002)
50271      Branch: perl
50272            ! op.c t/op/tr.t
50273 ____________________________________________________________________________
50274 [  6470] By: jhi                                   on 2000/07/31  23:34:42
50275         Log: Document the problem with -P in HP-UX and its workaround.
50276              
50277              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
50278              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
50279              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
50280              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
50281      Branch: perl
50282            ! README.hpux
50283 ____________________________________________________________________________
50284 [  6469] By: jhi                                   on 2000/07/31  04:15:02
50285         Log: The swallow_bom() saga continues.  The #23 of require.t
50286              (UTF16-LE) still fails (silently, no output) but the #22
50287              (UTF16-BE) seems to be working now.  The root of the
50288              failure may be in sv_gets(): is it UTF-16LE-aware,
50289              especially when it comes to line endings? 
50290      Branch: perl
50291            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
50292            ! t/comp/require.t toke.c utf8.c
50293 ____________________________________________________________________________
50294 [  6468] By: jhi                                   on 2000/07/30  19:05:48
50295         Log: Find green threads before native threads.
50296              
50297              Subject: Re: Patch to jpl/JNI/Makefile.PL
50298              From: Jens Thomsen <jens@fiend.cis.com>
50299              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
50300              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
50301      Branch: perl
50302            ! jpl/JNI/Makefile.PL
50303 ____________________________________________________________________________
50304 [  6467] By: jhi                                   on 2000/07/30  18:36:22
50305         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
50306      Branch: perl
50307            ! doop.c
50308 ____________________________________________________________________________
50309 [  6466] By: jhi                                   on 2000/07/30  04:37:29
50310         Log: A new version of the "remove UPPERACSE string comparison"
50311              operators.  The problem with the previous one (change #6454)
50312              was that it was for Perl 5.6.0.  From Paul Marquess.
50313      Branch: perl
50314            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
50315            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
50316            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50317 ____________________________________________________________________________
50318 [  6465] By: jhi                                   on 2000/07/29  22:39:56
50319         Log: Do not upgrade SVs into utf8 just because they participate
50320              in eq or cmp.  Reported and fix suggested in
50321              
50322              Subject: [ID 20000720.009] sv_eq UTF8 bug
50323              From: "Simon Cozens" <simon@othersideofthe.earth.li>
50324              Date: 21 Jul 2000 04:37:29 -0000
50325              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
50326              
50327              Exercise for the kind reader: should we or should we not
50328              cache the utf8 conversion alonside the SV? (as magic,
50329              as thestrxfrm()ed version is cached under use locale)
50330              Argue both for and against.
50331      Branch: perl
50332            ! sv.c
50333 ____________________________________________________________________________
50334 [  6464] By: jhi                                   on 2000/07/29  22:36:22
50335         Log: Subject: UTF8 concat
50336              From: simon@brecon.co.uk (Simon Cozens) 
50337              Date: 30 Jun 2000 06:13:25 GMT
50338              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
50339              
50340              (with a memory leak fixed, plus a few casts added)
50341              
50342              This also seems to help for
50343              
50344              Subject: [ID 20000716.015] join UTF8 weirdness
50345              From: root <root@ak-71.mind.de> 
50346              Date: Sat, 15 Jul 2000 15:29:54 +0200
50347              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
50348              
50349              (from Andreas König)
50350      Branch: perl
50351            ! pp_hot.c
50352 ____________________________________________________________________________
50353 [  6463] By: jhi                                   on 2000/07/29  00:55:39
50354         Log: Tune the comments and hopefully stop a memory leak.
50355      Branch: perl
50356            ! toke.c utf8.c
50357 ____________________________________________________________________________
50358 [  6462] By: jhi                                   on 2000/07/29  00:16:53
50359         Log: The problem described in this
50360              
50361              Subject: [ID 20000322.018] named chars aren't magical enough
50362              From: root <root@dixie.cscaper.com>     
50363              Date: Wed, 22 Mar 2000 18:37:42 -0700
50364              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
50365              
50366              has been fixed in perl 5.6.0 but just in case added a test
50367              to keep it away.  (The report from Joseph Hall.)
50368      Branch: perl
50369            ! t/lib/charnames.t
50370 ____________________________________________________________________________
50371 [  6461] By: jhi                                   on 2000/07/28  23:56:36
50372         Log: Tiny fixes for #6460.
50373      Branch: metaconfig/U/perl
50374            ! gccvers.U
50375      Branch: perl
50376            ! Configure config_h.SH
50377 ____________________________________________________________________________
50378 [  6460] By: jhi                                   on 2000/07/28  23:24:41
50379         Log: Warn if the version of the operating system used to compile gcc
50380              differs from the current version of the operating system.
50381              Also display the gcc compilation os and version in myconfig.
50382              Inspiration from
50383              
50384              Subject: Re: [ID 20000710.003] ERRORS!!         
50385              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50386              Date: Mon, 10 Jul 2000 15:54:16 -0400
50387              Message-ID: <20000710155416.A1384@O2.chapin.edu>
50388      Branch: metaconfig/U/perl
50389            ! gccvers.U
50390      Branch: perl
50391            ! Configure config_h.SH myconfig.SH
50392 ____________________________________________________________________________
50393 [  6459] By: jhi                                   on 2000/07/28  22:00:32
50394         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
50395              letter to $Config{osvers}.
50396      Branch: metaconfig
50397            ! U/modified/Oldconfig.U
50398      Branch: perl
50399            ! Configure config_h.SH
50400 ____________________________________________________________________________
50401 [  6458] By: jhi                                   on 2000/07/28  04:15:39
50402         Log: Back out #6454, doesn't seem to work.
50403              (Reason: that patch was for perl 5.6.0, not perl-current)
50404              (A version of the patch for perl-current came in later as #6466)
50405      Branch: perl
50406            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
50407            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
50408            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50409 ____________________________________________________________________________
50410 [  6457] By: jhi                                   on 2000/07/27  23:31:49
50411         Log: Use setproctitle() if available to modify $0.
50412              
50413              Subject: setting $* on BSD4 broken
50414              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50415              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
50416              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
50417      Branch: metaconfig
50418            ! U/modified/Myinit.U
50419      Branch: perl
50420            ! Configure config_h.SH mg.c
50421 ____________________________________________________________________________
50422 [  6456] By: jhi                                   on 2000/07/27  14:50:47
50423         Log: Allow "no AutoLoader;", based on change #6444,
50424              suggested by Graham Barr.
50425      Branch: perl
50426            ! lib/AutoLoader.pm
50427 ____________________________________________________________________________
50428 [  6455] By: jhi                                   on 2000/07/27  14:19:10
50429         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
50430              From: rspier@pobox.com (Robert Spier)
50431              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
50432              Message-ID: <14720.15855.787664.424783@rls.cx>
50433      Branch: perl
50434            ! pod/perldiag.pod
50435 ____________________________________________________________________________
50436 [  6454] By: jhi                                   on 2000/07/27  14:03:02
50437         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
50438              for a long time).
50439              
50440              Reported in
50441              
50442              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
50443              From: Ryan Herbert <rherbert@sycamorehq.com>
50444              Date: Mon, 17 Jul 2000 11:40:42 -0400
50445              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
50446              
50447              Patched in
50448              
50449              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
50450              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50451              Date: Wed, 26 Jul 2000 23:40:18 +0100
50452              Message-ID: <000001bff752$79511880$0a17073e@tiny>
50453              
50454              based on an earlier patch from Stephen P. Potter.
50455              
50456              (Removed later by change #6458 because this patch was for
50457              perl 5.6.0, not perl-current)
50458      Branch: perl
50459            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
50460            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
50461            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50462 ____________________________________________________________________________
50463 [  6453] By: jhi                                   on 2000/07/27  13:48:02
50464         Log: Subject: [PATCH] fixes bug 20000508.004
50465              From: Michael Stevens <mstevens@globnix.org>
50466              Date: Thu, 27 Jul 2000 13:49:04 +0100
50467              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
50468      Branch: perl
50469            ! pod/perldata.pod
50470 ____________________________________________________________________________
50471 [  6452] By: jhi                                   on 2000/07/26  23:51:26
50472         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
50473              and Craig A. Berry.
50474      Branch: perl
50475            ! lib/File/Temp.pm pod/perlport.pod
50476 ____________________________________________________________________________
50477 [  6451] By: jhi                                   on 2000/07/26  19:43:30
50478         Log: Be wary of close()s, too.
50479              
50480              Subject: Re: [PATCH] perlbug cleanup
50481              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50482              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
50483              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
50484      Branch: perl
50485            ! utils/perlbug.PL
50486 ____________________________________________________________________________
50487 [  6450] By: jhi                                   on 2000/07/26  18:41:40
50488         Log: Subject: Minor doc patch: handy.h
50489              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
50490              Date: Wed, 26 Jul 2000 15:34:25 -0300
50491              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
50492      Branch: perl
50493            ! handy.h pod/perlapi.pod
50494 ____________________________________________________________________________
50495 [  6449] By: jhi                                   on 2000/07/26  18:23:55
50496         Log: Subject: [PATCH] minor doc change - perlguts
50497              From: Michael Stevens <mstevens@globnix.org>
50498              Date: Thu, 13 Jul 2000 12:39:18 +0100
50499              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
50500      Branch: perl
50501            ! pod/perlguts.pod
50502 ____________________________________________________________________________
50503 [  6448] By: jhi                                   on 2000/07/26  18:20:30
50504         Log: open() wariness in perlbug.
50505              
50506              Subject: [PATCH] perlbug cleanup
50507              From: Michael Stevens <mstevens@globnix.org>
50508              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
50509              Date: Thu, 13 Jul 2000 15:52:23 +0100
50510      Branch: perl
50511            ! utils/perlbug.PL
50512 ____________________________________________________________________________
50513 [  6447] By: jhi                                   on 2000/07/26  18:13:04
50514         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
50515      Branch: perl
50516            ! lib/File/Temp.pm t/lib/ftmp-security.t
50517 ____________________________________________________________________________
50518 [  6446] By: jhi                                   on 2000/07/26  18:06:32
50519         Log: docfix from Peter Scott <Peter@PSDT.com>.
50520      Branch: perl
50521            ! pod/perlfunc.pod
50522 ____________________________________________________________________________
50523 [  6445] By: jhi                                   on 2000/07/26  17:53:31
50524         Log: Fix *foo{FORMAT}.
50525              
50526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50527              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
50528              Date: Wed, 26 Jul 2000 19:51:02 +0200
50529              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
50530              
50531              From: Graham Barr <gbarr@pobox.com>
50532              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
50533              Date: Wed, 26 Jul 2000 17:38:36 +0100
50534              Message-ID: <20000726173836.L472@pobox.com>
50535      Branch: perl
50536            ! pp.c sv.c t/op/gv.t
50537 ____________________________________________________________________________
50538 [  6444] By: jhi                                   on 2000/07/26  17:49:14
50539         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
50540              from Graham Barr in the module list.
50541      Branch: perl
50542            ! gv.c pod/perlobj.pod
50543 ____________________________________________________________________________
50544 [  6443] By: jhi                                   on 2000/07/26  16:06:56
50545         Log: More split() doc and test patches from Mike Guy.
50546      Branch: perl
50547            ! pod/perlfunc.pod t/op/split.t
50548 ____________________________________________________________________________
50549 [  6442] By: jhi                                   on 2000/07/26  16:05:30
50550         Log: MacOS nits from Matthias Neeracher.
50551      Branch: perl
50552            ! perl.c pp_ctl.c
50553 ____________________________________________________________________________
50554 [  6441] By: jhi                                   on 2000/07/26  04:39:57
50555         Log: Subject: [PATCH] split /^/
50556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50557              Date: Tue, 25 Jul 2000 14:18:57 +0100
50558              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
50559              
50560              (with notes from tchrist and gbarr)
50561      Branch: perl
50562            ! pod/perlfunc.pod t/op/split.t
50563 ____________________________________________________________________________
50564 [  6440] By: jhi                                   on 2000/07/26  04:32:32
50565         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
50566              From: Peter Prymmer <pvhp@forte.com>
50567              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
50568              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
50569      Branch: perl
50570            ! vms/munchconfig.c
50571 ____________________________________________________________________________
50572 [  6439] By: jhi                                   on 2000/07/26  04:31:01
50573         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
50574              to be fatal errors (instead of by default ignoring them, and
50575              ignoring with a bug: even though -w gave an error, the opening [
50576              was left in)  Reported in:
50577              
50578              Subject: [ID 20000716.024] [=cc=] / [:blank:]
50579              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
50580              Date: Sun, 16 Jul 2000 17:55:29 -0700
50581              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
50582      Branch: perl
50583            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
50584 ____________________________________________________________________________
50585 [  6438] By: jhi                                   on 2000/07/25  15:41:15
50586         Log: Subject: [PATCH] av.c apidoc
50587              From: simon@brecon.co.uk (Simon Cozens)
50588              Date: 24 Jul 2000 06:40:52 GMT
50589              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
50590      Branch: perl
50591            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
50592            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
50593 ____________________________________________________________________________
50594 [  6437] By: jhi                                   on 2000/07/25  14:05:36
50595         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
50596              From: "Stephen P. Potter" <spp@ds.net>
50597              Date: Mon, 24 Jul 2000 14:22:23 -0400
50598              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
50599      Branch: perl
50600            ! pod/perllocale.pod
50601 ____________________________________________________________________________
50602 [  6436] By: jhi                                   on 2000/07/25  14:02:03
50603         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
50604              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50605              Date: Mon, 24 Jul 2000 18:04:28 +0100
50606              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
50607      Branch: perl
50608            ! t/lib/syslfs.t t/op/lfs.t
50609 ____________________________________________________________________________
50610 [  6435] By: jhi                                   on 2000/07/25  13:59:28
50611         Log: Get UTF16 BOMs working.  Patch from
50612              
50613              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50614              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50615              Date: Tue, 25 Jul 2000 12:52:45 +0100
50616              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
50617              
50618              and notes from
50619              
50620              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50621              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50622              Date: Tue, 25 Jul 2000 11:43:25 +0100
50623              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
50624      Branch: perl
50625            ! t/comp/require.t toke.c utf8.c
50626 ____________________________________________________________________________
50627 [  6434] By: jhi                                   on 2000/07/25  02:39:54
50628         Log: Make the "uninit variable" warning to say "concat or string"
50629              or "join or string" when in concat or join .
50630              
50631              Subject: Re: [ID 20000403.009] uninitialised concatenation???
50632              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50633              Date: Tue, 04 Apr 2000 18:22:58 +0100
50634              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
50635              
50636              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
50637              From: William R Ward <hermit@BayView.COM>
50638              Date: Thu, 30 Mar 2000 19:50:03 -0800
50639              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
50640      Branch: perl
50641            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
50642            ! t/pragma/warn/op t/pragma/warn/sv
50643 ____________________________________________________________________________
50644 [  6433] By: jhi                                   on 2000/07/24  17:52:56
50645         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
50646      Branch: perl
50647            ! lib/File/Spec/VMS.pm
50648 ____________________________________________________________________________
50649 [  6432] By: jhi                                   on 2000/07/24  17:44:44
50650         Log: Test cases for #6431.
50651              
50652              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50653              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50654              Date: Mon, 24 Jul 2000 15:32:29 +0100
50655              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
50656      Branch: perl
50657            ! t/op/pat.t t/op/split.t
50658 ____________________________________________________________________________
50659 [  6431] By: jhi                                   on 2000/07/24  17:43:17
50660         Log: Bind op fix.
50661              
50662              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50663              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50664              Date: Mon, 17 Jul 2000 20:04:56 +0100
50665              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
50666      Branch: perl
50667            ! op.c
50668 ____________________________________________________________________________
50669 [  6430] By: jhi                                   on 2000/07/24  03:42:42
50670         Log: Subject: [ID 20000716.023] syslog test fails without sockets
50671              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50672              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
50673              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
50674      Branch: metaconfig/U/perl
50675            ! Extensions.U
50676      Branch: perl
50677            ! Configure config_h.SH
50678 ____________________________________________________________________________
50679 [  6429] By: jhi                                   on 2000/07/24  03:11:52
50680         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
50681              case, but add also notes explaining the relationship of this
50682              patch and the earlier notes by Sarathy.
50683              
50684              Subject: Map is still slow
50685              From: "Ben Tilly" <ben_tilly@hotmail.com>
50686              Date: Sat, 15 Jul 2000 17:23:27 EDT
50687              Message-ID: <20000715212327.21656.qmail@hotmail.com>
50688      Branch: perl
50689            ! pp_ctl.c
50690 ____________________________________________________________________________
50691 [  6428] By: jhi                                   on 2000/07/24  02:58:52
50692         Log: Documentation to explain the behaviour of map().
50693              
50694              Subject: Re: Map is still slow 
50695              From: Gurusamy Sarathy <gsar@ActiveState.com>
50696              Date: Sat, 15 Jul 2000 16:05:09 -0700
50697              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
50698      Branch: perl
50699            ! pp_ctl.c
50700 ____________________________________________________________________________
50701 [  6427] By: jhi                                   on 2000/07/24  02:50:03
50702         Log: Add tests for
50703              [ID 19991110.003] another matching finding by pcre author
50704              which has already been fixed by some patch, as verified in
50705              
50706              Subject: Re: two regex bugs from the mists of time (well, last November)
50707              From: Hugo <hv@crypt.compulink.co.uk>
50708              Date: Sat, 22 Jul 2000 18:12:58 +0100
50709              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
50710      Branch: perl
50711            ! t/op/re_tests
50712 ____________________________________________________________________________
50713 [  6426] By: jhi                                   on 2000/07/24  02:11:20
50714         Log: A missing 'break' after the [[:space:]] switch case.
50715              
50716              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
50717              From: "Stephen P. Potter" <spp@ds.net>
50718              Date: Tue, 18 Jul 2000 16:25:17 -0400
50719              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
50720      Branch: perl
50721            ! regcomp.c
50722 ____________________________________________________________________________
50723 [  6425] By: jhi                                   on 2000/07/24  02:06:12
50724         Log: The output might have been produced in the wrong order.
50725              
50726              Subject: [ID 20000720.003] [PATCH] t/op/write.t
50727              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50728              Date: Thu, 20 Jul 2000 18:49:18 +0100
50729              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
50730      Branch: perl
50731            ! t/op/write.t
50732 ____________________________________________________________________________
50733 [  6424] By: jhi                                   on 2000/07/24  02:00:07
50734         Log: Use STDOUT consistently.
50735              
50736              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
50737              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50738              Date: Thu, 20 Jul 2000 18:04:01 +0100
50739              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
50740      Branch: perl
50741            ! lib/Test/Harness.pm
50742 ____________________________________________________________________________
50743 [  6423] By: jhi                                   on 2000/07/24  01:54:54
50744         Log: Protect against "wild next"s, that is, callbacks doing "next"
50745              instead of "return".
50746              
50747              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
50748              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50749              Date: Tue, 18 Jul 2000 11:30:16 +0100
50750              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
50751      Branch: perl
50752            ! lib/File/Find.pm
50753 ____________________________________________________________________________
50754 [  6422] By: jhi                                   on 2000/07/24  01:35:47
50755         Log: Out-of-date note removed.
50756              
50757              Subject: [PATCH] documentation perlipc
50758              From: rspier@pobox.com (Robert Spier)
50759              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
50760              Message-ID: <14711.35178.572612.502654@rls.cx>
50761      Branch: perl
50762            ! pod/perlipc.pod
50763 ____________________________________________________________________________
50764 [  6421] By: jhi                                   on 2000/07/24  00:09:18
50765         Log: Send all installperl messages to STDERR and be -w clean.
50766              
50767              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
50768              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50769              Date: Sat, 22 Jul 2000 14:02:11 +0100
50770              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
50771      Branch: perl
50772            ! installperl
50773 ____________________________________________________________________________
50774 [  6420] By: jhi                                   on 2000/07/24  00:04:19
50775         Log: Decutandpasto.
50776              
50777              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
50778              From: "Richard Soderberg" <rs@crystalflame.net>
50779              Date: Sun, 23 Jul 2000 01:37:23 -0700
50780              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
50781      Branch: perl
50782            ! pod/perlipc.pod
50783 ____________________________________________________________________________
50784 [  6419] By: jhi                                   on 2000/07/24  00:01:12
50785         Log: A cleaner abs_path().
50786              Subject: Re: unix alternative to Cwd.pm
50787              From: Jeff Pinyan <jeffp@crusoe.net>
50788              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
50789              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
50790      Branch: perl
50791            ! lib/Cwd.pm
50792 ____________________________________________________________________________
50793 [  6418] By: jhi                                   on 2000/07/23  23:48:56
50794         Log: Detypo.
50795              
50796              Subject: [PATCH perl-current] Typo in hints/powerux.sh
50797              From: "Richard Soderberg" <rs@crystalflame.net>
50798              Date: Sun, 23 Jul 2000 01:27:33 -0700
50799              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
50800      Branch: perl
50801            ! hints/powerux.sh
50802 ____________________________________________________________________________
50803 [  6417] By: jhi                                   on 2000/07/17  22:13:31
50804         Log: Subject: SDBM_File documentation
50805              From: mjd@plover.com
50806              Date: 16 Jul 2000 17:41:17 -0000
50807              Message-ID: <20000716174117.18515.qmail@plover.com>
50808      Branch: perl
50809            ! ext/SDBM_File/SDBM_File.pm
50810 ____________________________________________________________________________
50811 [  6416] By: jhi                                   on 2000/07/17  19:13:26
50812         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
50813      Branch: perl
50814            ! hints/mpeix.sh mpeix/relink
50815 ____________________________________________________________________________
50816 [  6415] By: jhi                                   on 2000/07/15  14:11:02
50817         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
50818              the utf8 'characters' can be more than one octet).
50819              
50820              Date: Sat, 15 Jul 2000 00:21:56 +0100
50821              From: Tom Hughes <tom@compton.nu>
50822              Subject: Re: [ID 20000714.002]
50823              Message-ID: <db2334de49.tom@compton.compton.nu>
50824              
50825              Reported in
50826              
50827              Subject: [ID 20000714.002]
50828              From: "Simon Cozens" <simon@othersideofthe.earth.li>
50829              Date: 14 Jul 2000 15:13:09 -0000
50830              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
50831      Branch: perl
50832            ! doop.c
50833 ____________________________________________________________________________
50834 [  6414] By: jhi                                   on 2000/07/15  03:13:41
50835         Log: another VMS build tweak from Peter Prymmer
50836      Branch: perl
50837            ! vms/descrip_mms.template
50838 ____________________________________________________________________________
50839 [  6413] By: jhi                                   on 2000/07/15  03:10:40
50840         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
50841      Branch: perl
50842            ! vms/perlvms.pod
50843 ____________________________________________________________________________
50844 [  6412] By: jhi                                   on 2000/07/15  00:31:05
50845         Log: More docs for sv functions.
50846              
50847              Subject: [PATCH cfgperl] sv.c apidoc
50848              From: simon@brecon.co.uk (Simon Cozens)
50849              Date: 13 Jul 2000 09:00:20 GMT
50850              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
50851              
50852              Subject: Re: [PATCH cfgperl] sv.c apidoc
50853              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50854              Date: Thu, 13 Jul 2000 12:27:41 +0100
50855              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
50856              
50857              Subject: Re: [PATCH cfgperl] sv.c apidoc
50858              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50859              Date: Thu, 13 Jul 2000 13:23:09 +0100
50860              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
50861              
50862              Subject: Re: [PATCH cfgperl] sv.c apidoc
50863              From: simon@brecon.co.uk (Simon Cozens)
50864              Date: 14 Jul 2000 06:51:02 GMT
50865              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
50866      Branch: perl
50867            ! embed.pl pod/perlapi.pod sv.c
50868 ____________________________________________________________________________
50869 [  6411] By: jhi                                   on 2000/07/15  00:10:41
50870         Log: lib/b test fixes from Peter Prymmer.
50871      Branch: perl
50872            ! t/lib/b.t
50873 ____________________________________________________________________________
50874 [  6410] By: jhi                                   on 2000/07/15  00:02:09
50875         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
50876              From: Hugo <hv@crypt.compulink.co.uk>
50877              Date: Fri, 14 Jul 2000 23:05:20 +0100
50878              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
50879              
50880              Didn't anymore apply, but that point still could use another fix.
50881      Branch: perl
50882            ! pod/perlfunc.pod
50883 ____________________________________________________________________________
50884 [  6409] By: jhi                                   on 2000/07/14  23:15:15
50885         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
50886              not in pod, from Peter Prymmer
50887      Branch: perl
50888            ! vms/descrip_mms.template
50889 ____________________________________________________________________________
50890 [  6408] By: jhi                                   on 2000/07/14  20:35:05
50891         Log: The bug report
50892              [ID 19991110.002] minimal matching discrepancy found by pcre author
50893              seems to have been fixed (though differently from what was suggested
50894              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
50895      Branch: perl
50896            ! t/op/re_tests
50897 ____________________________________________________________________________
50898 [  6407] By: jhi                                   on 2000/07/14  17:38:08
50899         Log: Fix AutoSplit to use File::Spec the right way in VMS,
50900              from Peter Prymmer.
50901      Branch: perl
50902            ! lib/AutoSplit.pm
50903 ____________________________________________________________________________
50904 [  6406] By: jhi                                   on 2000/07/14  14:13:22
50905         Log: Merge perlhacktut into perlhack, update perlguts.
50906              
50907              Subject: Re: Perlhacktut
50908              From: simon@brecon.co.uk (Simon Cozens)
50909              Date: 14 Jul 2000 06:49:21 GMT
50910              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
50911              
50912              Subject: Re: Perlhacktut
50913              From: simon@brecon.co.uk (Simon Cozens)
50914              Date: 14 Jul 2000 07:09:45 GMT
50915              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
50916      Branch: perl
50917            ! pod/perlguts.pod pod/perlhack.pod
50918 ____________________________________________________________________________
50919 [  6405] By: jhi                                   on 2000/07/14  14:02:31
50920         Log: Integrate with Sarathy.
50921      Branch: cfgperl
50922           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
50923           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
50924           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
50925 ____________________________________________________________________________
50926 [  6404] By: gsar                                  on 2000/07/14  12:15:02
50927         Log: PERL_OBJECT build tweaks
50928      Branch: perl
50929            ! toke.c
50930 ____________________________________________________________________________
50931 [  6403] By: gsar                                  on 2000/07/14  11:23:41
50932         Log: inconsistent types needs casts
50933      Branch: perl
50934            ! toke.c
50935 ____________________________________________________________________________
50936 [  6402] By: gsar                                  on 2000/07/14  11:12:04
50937         Log: typos in change#6399, regen headers
50938      Branch: perl
50939            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
50940 ____________________________________________________________________________
50941 [  6401] By: gsar                                  on 2000/07/14  10:59:12
50942         Log: typecasts needed for change#6394
50943      Branch: perl
50944            ! toke.c
50945 ____________________________________________________________________________
50946 [  6400] By: gsar                                  on 2000/07/14  10:49:37
50947         Log: integrate cfgperl contents into mainline
50948      Branch: perl
50949           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
50950           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
50951 ____________________________________________________________________________
50952 [  6399] By: gsar                                  on 2000/07/14  10:38:35
50953         Log: enable UTF-16 filter by default if relevant BOM is seen; various
50954              cleanups (typos, misformatted code, and small bugs)
50955      Branch: perl
50956            ! doop.c embed.pl mg.c op.c pp.c toke.c
50957 ____________________________________________________________________________
50958 [  6398] By: gsar                                  on 2000/07/14  08:55:38
50959         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
50960              name suggests anyway)
50961      Branch: perl
50962            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
50963 ____________________________________________________________________________
50964 [  6397] By: gsar                                  on 2000/07/14  08:44:33
50965         Log: move new variables to the end of the interpreter structure (for
50966              bincompat in code that doesn't #include XSUB.h)
50967      Branch: perl
50968            ! intrpvar.h
50969 ____________________________________________________________________________
50970 [  6396] By: gsar                                  on 2000/07/14  08:13:58
50971         Log: MakeMaker should not remove editor backups (*~) on `make clean`
50972              by default (completes change#6383)
50973      Branch: perl
50974            ! lib/ExtUtils/MM_Unix.pm
50975 ____________________________________________________________________________
50976 [  6395] By: jhi                                   on 2000/07/14  05:20:33
50977         Log: Replace change #6337 with a better one.
50978              
50979              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
50980              From: Hugo <hv@crypt.compulink.co.uk>
50981              Date: Fri, 14 Jul 2000 04:16:20 +0100
50982              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
50983      Branch: cfgperl
50984            ! regexec.c t/op/re_tests
50985 ____________________________________________________________________________
50986 [  6394] By: jhi                                   on 2000/07/14  01:33:59
50987         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
50988      Branch: cfgperl
50989            ! embed.pl global.sym proto.h toke.c
50990 ____________________________________________________________________________
50991 [  6393] By: jhi                                   on 2000/07/13  23:41:23
50992         Log: remove discarded test
50993      Branch: cfgperl
50994            ! MANIFEST
50995 ____________________________________________________________________________
50996 [  6392] By: jhi                                   on 2000/07/13  23:32:25
50997         Log: The {multiplier} of a fixed substring was overlooked which
50998              caused a wrong initial search offset for that substring.
50999              
51000              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
51001              From: Hugo <hv@crypt.compulink.co.uk>
51002              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
51003              Date: Thu, 13 Jul 2000 19:27:13 +0100
51004      Branch: cfgperl
51005            ! regcomp.c t/op/re_tests
51006 ____________________________________________________________________________
51007 [  6391] By: jhi                                   on 2000/07/13  16:37:42
51008         Log: typo fix from Craig Berry
51009      Branch: cfgperl
51010            ! vms/subconfigure.com
51011 ____________________________________________________________________________
51012 [  6390] By: jhi                                   on 2000/07/13  13:20:12
51013         Log: Integrate with Sarathy.
51014      Branch: cfgperl
51015            - t/op/method2entersub.t
51016           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
51017           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
51018           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
51019           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
51020 ____________________________________________________________________________
51021 [  6389] By: jhi                                   on 2000/07/13  13:18:48
51022         Log: Detypo from Peter Prymmer, part of #6388.
51023      Branch: cfgperl
51024            ! Configure config_h.SH
51025      Branch: metaconfig
51026            ! U/modified/d_longlong.U
51027 ____________________________________________________________________________
51028 [  6388] By: gsar                                  on 2000/07/13  06:33:40
51029         Log: typos (spotted by Peter Prymmer)
51030      Branch: perl
51031            ! Configure t/lib/english.t
51032 ____________________________________________________________________________
51033 [  6387] By: gsar                                  on 2000/07/13  05:35:28
51034         Log: new selfloader.t in change#6183 doesn't close DATA handles,
51035              and thus fails to clean up tmp files on dosish platforms
51036      Branch: perl
51037            ! t/lib/selfloader.t
51038 ____________________________________________________________________________
51039 [  6386] By: gsar                                  on 2000/07/12  21:42:39
51040         Log: sprintf test tweaks (from Dominic Dunlop)
51041      Branch: perl
51042            ! t/op/sprintf.t
51043 ____________________________________________________________________________
51044 [  6385] By: gsar                                  on 2000/07/12  21:33:46
51045         Log: fix bugs in processing %v-*d and similar format specs (from
51046              Avi Finkel <avi@finkel.org>)
51047      Branch: perl
51048            ! sv.c t/op/sprintf.t
51049 ____________________________________________________________________________
51050 [  6384] By: gsar                                  on 2000/07/12  16:04:19
51051         Log: readd missing perldelta.pod changes from changes#6339,6376
51052      Branch: perl
51053            ! pod/perldelta.pod
51054 ____________________________________________________________________________
51055 [  6383] By: gsar                                  on 2000/07/12  16:00:51
51056         Log: don't clobber *.orig files on *clean targets
51057      Branch: perl
51058            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
51059 ____________________________________________________________________________
51060 [  6382] By: gsar                                  on 2000/07/12  07:59:12
51061         Log: fix broken integrations in cfgperl
51062      Branch: cfgperl
51063           !> Changes pod/perldelta.pod
51064 ____________________________________________________________________________
51065 [  6381] By: gsar                                  on 2000/07/12  07:42:17
51066         Log: integrate cfgperl changes into mainline
51067      Branch: perl
51068            ! Changes
51069           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
51070           !> pod/perlre.pod
51071 ____________________________________________________________________________
51072 [  6380] By: gsar                                  on 2000/07/12  07:31:00
51073         Log: get sprintf.t to adjust properly for 3-digit exponents
51074      Branch: perl
51075            ! t/op/sprintf.t
51076 ____________________________________________________________________________
51077 [  6379] By: gsar                                  on 2000/07/12  06:40:04
51078         Log: change#6174 needs corresponding change in win32/config_h.PL,
51079              which grovels through config_h.SH to find the config.h name
51080      Branch: perl
51081            ! win32/config_h.PL
51082 ____________________________________________________________________________
51083 [  6378] By: jhi                                   on 2000/07/12  05:03:59
51084         Log: Do the cc sanity check both before the hints and
51085              after the cc selction.
51086      Branch: cfgperl
51087            ! Configure config_h.SH
51088      Branch: metaconfig
51089            ! U/modified/Oldconfig.U U/modified/cc.U
51090      Branch: metaconfig/U/perl
51091            + Checkcc.U
51092 ____________________________________________________________________________
51093 [  6377] By: jhi                                   on 2000/07/12  02:49:22
51094         Log: Fix nits noticed by Boston.pm.
51095      Branch: cfgperl
51096            ! pod/perlre.pod
51097 ____________________________________________________________________________
51098 [  6376] By: jhi                                   on 2000/07/11  21:22:13
51099         Log: Configure cosmetics and perldelta.
51100      Branch: cfgperl
51101            ! Configure config_h.SH pod/perldelta.pod
51102      Branch: metaconfig
51103            ! U/modified/cc.U
51104 ____________________________________________________________________________
51105 [  6375] By: gsar                                  on 2000/07/11  21:17:35
51106         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
51107      Branch: perl
51108            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
51109            ! win32/win32sck.c
51110 ____________________________________________________________________________
51111 [  6374] By: gsar                                  on 2000/07/11  20:48:50
51112         Log: tweak for build failure under multiplicity
51113      Branch: perl
51114            ! toke.c
51115 ____________________________________________________________________________
51116 [  6373] By: gsar                                  on 2000/07/11  20:37:23
51117         Log: integrate cfgperl changes#6325..6373 into mainline
51118              (NOTE: today's batch of integrations still untested)
51119      Branch: perl
51120           +> ext/DynaLoader/hints/netbsd.pl
51121            ! Changes
51122           !> (integrate 26 files)
51123 ____________________________________________________________________________
51124 [  6372] By: jhi                                   on 2000/07/11  20:30:36
51125         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
51126              regen perltoc.
51127      Branch: cfgperl
51128            + pod/perlbook.pod
51129            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
51130            ! pod/perltoc.pod
51131 ____________________________________________________________________________
51132 [  6371] By: jhi                                   on 2000/07/11  20:08:56
51133         Log: Minor cleanups on the booklist.
51134      Branch: cfgperl
51135            ! pod/perlfaq2.pod
51136 ____________________________________________________________________________
51137 [  6370] By: jhi                                   on 2000/07/11  19:31:13
51138         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
51139      Branch: cfgperl
51140            ! t/pragma/overload.t
51141 ____________________________________________________________________________
51142 [  6369] By: gsar                                  on 2000/07/11  19:27:48
51143         Log: integrate cfgperl changes#6293..6324 into mainline
51144      Branch: perl
51145           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
51146            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
51147           !> (integrate 30 files)
51148 ____________________________________________________________________________
51149 [  6368] By: gsar                                  on 2000/07/11  19:18:57
51150         Log: skip integrate of problematic change#6292 from cfgperl into mainline
51151      Branch: perl
51152           !> pp_hot.c
51153 ____________________________________________________________________________
51154 [  6367] By: gsar                                  on 2000/07/11  19:17:21
51155         Log: integrate cfgperl changes#6288..6290 into mainline
51156      Branch: perl
51157           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
51158 ____________________________________________________________________________
51159 [  6366] By: gsar                                  on 2000/07/11  19:11:18
51160         Log: integrate cfgperl changes#6268..6282 into mainline
51161      Branch: perl
51162           !> (integrate 30 files)
51163 ____________________________________________________________________________
51164 [  6365] By: gsar                                  on 2000/07/11  18:57:00
51165         Log: delete new accidentally branched file
51166      Branch: perl
51167            - t/op/method2entersub.t
51168 ____________________________________________________________________________
51169 [  6364] By: gsar                                  on 2000/07/11  18:55:13
51170         Log: skip integrate of change#6267 from cfgperl into mainline (the
51171              method call optimization is flawed without additional hints
51172              from user about immutableness of @ISA and no runtime method
51173              definitions)
51174      Branch: perl
51175           +> t/op/method2entersub.t
51176           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
51177           !> perl.h t/op/sprintf.t xsutils.c
51178 ____________________________________________________________________________
51179 [  6363] By: gsar                                  on 2000/07/11  18:49:43
51180         Log: integrate cfgperl changes#6261..6266 into mainline
51181      Branch: perl
51182           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
51183           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
51184           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51185           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
51186 ____________________________________________________________________________
51187 [  6362] By: gsar                                  on 2000/07/11  18:43:26
51188         Log: integrate cfgperl changes#6252..6260 into mainline
51189      Branch: perl
51190           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
51191           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
51192           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
51193           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
51194 ____________________________________________________________________________
51195 [  6361] By: gsar                                  on 2000/07/11  18:37:12
51196         Log: skip integrate of problematic change#6251 from cfgperl into mainline
51197      Branch: perl
51198           !> lib/Exporter.pm
51199 ____________________________________________________________________________
51200 [  6360] By: gsar                                  on 2000/07/11  18:34:56
51201         Log: integrate cfgperl change#6250 into mainline
51202      Branch: perl
51203           +> t/op/my_stash.t
51204           !> MANIFEST embed.pl proto.h toke.c
51205 ____________________________________________________________________________
51206 [  6359] By: gsar                                  on 2000/07/11  18:21:19
51207         Log: integrate cfgperl changes#6242..6249 into mainline
51208      Branch: perl
51209           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
51210           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
51211           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
51212           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
51213           !> t/lib/peek.t utf8.c
51214 ____________________________________________________________________________
51215 [  6358] By: gsar                                  on 2000/07/11  18:15:45
51216         Log: skip integrate of problematic change#6241 from cfgperl into mainline
51217      Branch: perl
51218           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
51219 ____________________________________________________________________________
51220 [  6357] By: jhi                                   on 2000/07/11  18:15:16
51221         Log: Fix for
51222              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
51223              From: Roderick Schertler <roderick@argon.org> 
51224              Date: Tue, 11 Jul 2000 13:55:05 -0400 
51225              Message-Id: <200007111755.NAA05077@jones.argon.org> 
51226      Branch: cfgperl
51227            ! doio.c
51228 ____________________________________________________________________________
51229 [  6356] By: jhi                                   on 2000/07/11  18:12:51
51230         Log: Typo in #6341.
51231      Branch: cfgperl
51232            ! pp_hot.c
51233 ____________________________________________________________________________
51234 [  6355] By: gsar                                  on 2000/07/11  18:12:10
51235         Log: integrate cfgperl changes#6231..6240 into mainline
51236      Branch: perl
51237           +> pod/perlutil.pod
51238           !> (integrate 35 files)
51239 ____________________________________________________________________________
51240 [  6354] By: jhi                                   on 2000/07/11  18:04:34
51241         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
51242              From: Dominic Dunlop <domo@computer.org> 
51243              Date: Tue, 11 Jul 2000 12:27:33 +0200 
51244              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
51245              
51246              Replaces change #6268.
51247      Branch: cfgperl
51248            ! t/op/sprintf.t
51249 ____________________________________________________________________________
51250 [  6353] By: gsar                                  on 2000/07/11  17:59:51
51251         Log: skip integrate of problematic change#6230 from cfgperl into mainline
51252              (a later version of File::Spec is already in mainline)
51253      Branch: perl
51254           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
51255           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
51256 ____________________________________________________________________________
51257 [  6352] By: gsar                                  on 2000/07/11  17:57:48
51258         Log: integrate cfgperl changes#6224..6229 into mainline
51259      Branch: perl
51260           +> lib/lib.pm.PL
51261            - lib/lib.pm
51262           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
51263           !> lib/English.pm op.c t/lib/english.t
51264 ____________________________________________________________________________
51265 [  6351] By: gsar                                  on 2000/07/11  17:50:10
51266         Log: skip integrate of problematic change#6223 from cfgperl into mainline
51267      Branch: perl
51268           !> doio.c
51269 ____________________________________________________________________________
51270 [  6350] By: gsar                                  on 2000/07/11  17:48:28
51271         Log: integrate cfgperl changes#6220..6222 into mainline
51272      Branch: perl
51273           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
51274           !> toke.c utf8.c win32/win32.h
51275 ____________________________________________________________________________
51276 [  6349] By: gsar                                  on 2000/07/11  17:46:13
51277         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
51278              mainline
51279      Branch: perl
51280           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51281           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51282           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51283 ____________________________________________________________________________
51284 [  6348] By: jhi                                   on 2000/07/11  17:45:49
51285         Log: README.posix-bc podified from Thomas Dorner.
51286      Branch: cfgperl
51287            ! README.posix-bc
51288 ____________________________________________________________________________
51289 [  6347] By: gsar                                  on 2000/07/11  17:42:04
51290         Log: integrate cfgperl change#6217 into mainline
51291      Branch: perl
51292           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
51293           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
51294           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
51295 ____________________________________________________________________________
51296 [  6346] By: gsar                                  on 2000/07/11  17:39:37
51297         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
51298              mainline
51299      Branch: perl
51300           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
51301           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51302           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
51303           !> perlapi.h pod/perlapi.pod
51304 ____________________________________________________________________________
51305 [  6345] By: gsar                                  on 2000/07/11  17:36:42
51306         Log: integrate cfgperl changes#6207..6210 into mainline
51307      Branch: perl
51308           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
51309           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
51310 ____________________________________________________________________________
51311 [  6344] By: gsar                                  on 2000/07/11  17:31:20
51312         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
51313              mainline
51314      Branch: perl
51315           !> (integrate 40 files)
51316 ____________________________________________________________________________
51317 [  6343] By: gsar                                  on 2000/07/11  17:19:08
51318         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
51319      Branch: perl
51320           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
51321            ! Changes
51322           !> (integrate 34 files)
51323 ____________________________________________________________________________
51324 [  6342] By: jhi                                   on 2000/07/11  16:05:48
51325         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
51326              To: perl5-porters@perl.org
51327              From: Karsten Sperling <spiff@phreax.net>
51328              Date: Mon, 10 Jul 2000 15:12:52 +0200
51329              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
51330      Branch: cfgperl
51331            ! lib/Symbol.pm
51332 ____________________________________________________________________________
51333 [  6341] By: jhi                                   on 2000/07/11  15:59:23
51334         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
51335              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51336              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
51337              Date: Fri, 07 Jul 2000 17:57:16 +0100
51338      Branch: cfgperl
51339            ! pp_hot.c
51340 ____________________________________________________________________________
51341 [  6340] By: jhi                                   on 2000/07/11  15:55:47
51342         Log: Subject: Re: format bug report  [Patch]
51343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51344              Date: Wed, 05 Jul 2000 13:12:52 +0200
51345              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
51346              
51347              Subject: Re: format bug report  [Patch]
51348              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51349              Date: Wed, 05 Jul 2000 14:10:01 +0200
51350              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
51351      Branch: cfgperl
51352            ! t/op/write.t toke.c
51353 ____________________________________________________________________________
51354 [  6339] By: jhi                                   on 2000/07/11  13:54:09
51355         Log: Be less forgiving about ambiguous and illegal tr ranges.
51356              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
51357              From: Mark-Jason Dominus <mjd@plover.com>
51358              Date: Tue, 04 Jul 2000 10:00:12 -0400
51359              Message-ID: <20000704140012.17772.qmail@plover.com>
51360              
51361              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
51362              From: Mark-Jason Dominus <mjd@plover.com>
51363              Date: Wed, 05 Jul 2000 09:37:36 -0400
51364              Message-ID: <20000705133736.27293.qmail@plover.com>
51365      Branch: cfgperl
51366            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
51367 ____________________________________________________________________________
51368 [  6338] By: jhi                                   on 2000/07/11  13:31:24
51369         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
51370              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51371              Date: Tue, 11 Jul 2000 13:50:51 +0100
51372              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
51373      Branch: cfgperl
51374            ! sv.c
51375 ____________________________________________________________________________
51376 [  6337] By: jhi                                   on 2000/07/11  13:29:14
51377         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
51378              From: Hugo <hv@crypt.compulink.co.uk>
51379              Date: Tue, 11 Jul 2000 12:44:50 +0100
51380              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
51381      Branch: cfgperl
51382            ! regexec.c t/op/re_tests
51383 ____________________________________________________________________________
51384 [  6336] By: jhi                                   on 2000/07/11  13:26:47
51385         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
51386              From: simon@brecon.co.uk (Simon Cozens)
51387              Date: 7 Jul 2000 11:26:09 GMT
51388              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
51389      Branch: cfgperl
51390            ! mg.c
51391 ____________________________________________________________________________
51392 [  6335] By: jhi                                   on 2000/07/11  13:23:37
51393         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
51394              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
51395              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
51396              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
51397      Branch: cfgperl
51398            + ext/DynaLoader/hints/netbsd.pl
51399            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
51400 ____________________________________________________________________________
51401 [  6334] By: jhi                                   on 2000/07/11  13:20:38
51402         Log: Subject: PATCH perlguts.pod: Document D and d magic types
51403              From: mjd@plover.com
51404              Date: 5 Jul 2000 18:01:51 -0000
51405              Message-ID: <20000705180151.29413.qmail@plover.com>
51406      Branch: cfgperl
51407            ! pod/perlguts.pod
51408 ____________________________________________________________________________
51409 [  6333] By: jhi                                   on 2000/07/11  13:15:51
51410         Log: Precedence goof, fix based on
51411              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
51412              From: Hugo <hv@crypt.compulink.co.uk>
51413              Date: Tue, 11 Jul 2000 12:52:38 +0100
51414              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
51415      Branch: cfgperl
51416            ! t/op/taint.t
51417 ____________________________________________________________________________
51418 [  6332] By: jhi                                   on 2000/07/11  12:40:17
51419         Log: Integrate with Sarathy.
51420      Branch: cfgperl
51421           !> win32/win32sck.c
51422 ____________________________________________________________________________
51423 [  6331] By: jhi                                   on 2000/07/10  20:14:16
51424         Log: Sprinkle ldlibpath.
51425      Branch: cfgperl
51426            ! pod/Makefile.SH
51427 ____________________________________________________________________________
51428 [  6330] By: jhi                                   on 2000/07/10  17:54:49
51429         Log: More POSIX.pod tweaks.
51430      Branch: cfgperl
51431            ! ext/POSIX/POSIX.pod
51432 ____________________________________________________________________________
51433 [  6329] By: jhi                                   on 2000/07/10  14:02:12
51434         Log: Reorder perl.pod once more.
51435      Branch: cfgperl
51436            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51437 ____________________________________________________________________________
51438 [  6328] By: gsar                                  on 2000/07/10  07:06:00
51439         Log: accept() leaks memory on windows due to incorrect ordering of
51440              closesocket() and fclose() calls
51441      Branch: perl
51442            ! win32/win32sck.c
51443 ____________________________________________________________________________
51444 [  6327] By: gsar                                  on 2000/07/10  06:49:17
51445         Log: winsock options weren't being set in all threads under ithreads
51446              (caused send()s from second and subsequent threads to fail)
51447      Branch: perl
51448            ! win32/win32sck.c
51449 ____________________________________________________________________________
51450 [  6326] By: jhi                                   on 2000/07/08  02:45:40
51451         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
51452              was cast to an unsigned (32-bit) integer with wild abandon.
51453      Branch: cfgperl
51454            ! ext/Devel/DProf/DProf.xs
51455 ____________________________________________________________________________
51456 [  6325] By: jhi                                   on 2000/07/07  18:50:33
51457         Log: Remove perlbook, update perlfaq book listing,
51458              rearrange perl.pod, regenerate perltoc.
51459      Branch: cfgperl
51460            - pod/perlbook.pod
51461            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
51462            ! pod/perlfaq2.pod pod/perltoc.pod
51463 ____________________________________________________________________________
51464 [  6324] By: jhi                                   on 2000/07/07  14:03:40
51465         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
51466      Branch: cfgperl
51467            ! sv.h toke.c
51468 ____________________________________________________________________________
51469 [  6323] By: jhi                                   on 2000/07/06  16:03:55
51470         Log: Fix complaints of buildtoc.
51471      Branch: cfgperl
51472            + lib/Win32.pod
51473            - pod/Win32.pod
51474            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51475 ____________________________________________________________________________
51476 [  6322] By: jhi                                   on 2000/07/06  15:15:52
51477         Log: Add =head1 NAMEs so that buildtoc is happy.
51478              (The CGI::Util nit reported to Lincoln.)
51479      Branch: cfgperl
51480            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
51481            ! pod/perltoc.pod
51482 ____________________________________________________________________________
51483 [  6321] By: jhi                                   on 2000/07/06  03:16:04
51484         Log: Config is being used.
51485      Branch: cfgperl
51486            ! t/op/method.t
51487 ____________________________________________________________________________
51488 [  6320] By: jhi                                   on 2000/07/06  03:13:13
51489         Log: Integrate with Sarathy.
51490      Branch: cfgperl
51491           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
51492 ____________________________________________________________________________
51493 [  6319] By: jhi                                   on 2000/07/06  03:11:46
51494         Log: Autogenerate pod/Makefile and pod/buildtoc.
51495              buildtoc also checks whether the existin pods are
51496              mentioned in MANIFEST and perl.pod, and vice versa.
51497              (None of the thusly found discrepancies fixed yet.)
51498              roffitall also needs to be autogenerated similarly but it
51499              seems so badly out of date that I didn't touch it yet.
51500      Branch: cfgperl
51501            + pod/Makefile.SH pod/buildtoc.PL
51502            - pod/Makefile pod/buildtoc
51503            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
51504 ____________________________________________________________________________
51505 [  6318] By: gsar                                  on 2000/07/05  22:10:54
51506         Log: fix UNC path handling on Windows under ithreads, and chdir()
51507              return value when given a non-existent directory
51508      Branch: perl
51509            ! win32/vdir.h
51510 ____________________________________________________________________________
51511 [  6317] By: gsar                                  on 2000/07/05  22:08:19
51512         Log: winsock cleanup never done on Windows (leads to handle leaks)
51513      Branch: perl
51514            ! win32/perllib.c win32/win32sck.c
51515 ____________________________________________________________________________
51516 [  6316] By: gsar                                  on 2000/07/05  22:06:19
51517         Log: some debugger output does not go to the socket when RemotePort is set
51518      Branch: perl
51519            ! lib/perl5db.pl
51520 ____________________________________________________________________________
51521 [  6315] By: jhi                                   on 2000/07/05  00:25:21
51522         Log: Integrate with Sarathy, preliminary fix for unicos
51523              alignment problems in [ID 20000612.002] Perl problem on Cray system.
51524      Branch: cfgperl
51525            ! sv.h
51526           !> pp_hot.c
51527 ____________________________________________________________________________
51528 [  6314] By: gsar                                  on 2000/07/04  23:34:02
51529         Log: tyop in change#6306
51530      Branch: perl
51531            ! pp_hot.c
51532 ____________________________________________________________________________
51533 [  6313] By: jhi                                   on 2000/07/04  22:14:38
51534         Log: Multiline string literals ENONPORTABLE.
51535      Branch: cfgperl
51536            ! pp_hot.c
51537 ____________________________________________________________________________
51538 [  6312] By: jhi                                   on 2000/07/04  20:34:44
51539         Log: Integrate with Sarathy.
51540      Branch: cfgperl
51541           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
51542           !> t/op/method.t
51543 ____________________________________________________________________________
51544 [  6311] By: jhi                                   on 2000/07/04  20:30:56
51545         Log: More POSIX.pod embellishment.
51546      Branch: cfgperl
51547            ! ext/POSIX/POSIX.pod
51548 ____________________________________________________________________________
51549 [  6310] By: gsar                                  on 2000/07/04  17:28:48
51550         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
51551      Branch: perl
51552            ! t/lib/b.t
51553 ____________________________________________________________________________
51554 [  6309] By: jhi                                   on 2000/07/04  17:22:18
51555         Log: The #6308 required a little bit more.
51556      Branch: cfgperl
51557            ! Makefile.SH win32/Makefile
51558 ____________________________________________________________________________
51559 [  6308] By: jhi                                   on 2000/07/04  16:35:24
51560         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
51561      Branch: cfgperl
51562            + lib/lib_pm.PL
51563            - lib/lib.pm.PL
51564            ! MANIFEST Makefile.SH
51565 ____________________________________________________________________________
51566 [  6307] By: jhi                                   on 2000/07/04  16:28:58
51567         Log: Win32 patches for cfgperl from Sarathy.
51568      Branch: cfgperl
51569            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
51570            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
51571            ! thread.h toke.c util.c win32/Makefile win32/win32.c
51572 ____________________________________________________________________________
51573 [  6306] By: gsar                                  on 2000/07/04  16:28:40
51574         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
51575              (from Richard Soderberg <rs@oregonnet.com>)
51576      Branch: perl
51577            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
51578 ____________________________________________________________________________
51579 [  6305] By: jhi                                   on 2000/07/04  16:24:24
51580         Log: Integrate with Sarathy.
51581      Branch: cfgperl
51582           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
51583           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51584           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
51585           !> proto.h win32/win32.c
51586 ____________________________________________________________________________
51587 [  6304] By: gsar                                  on 2000/07/04  16:17:24
51588         Log: missing perldiag entry for unpack("w",...) diagnostic (from
51589              Andreas Koenig)
51590      Branch: perl
51591            ! pod/perldiag.pod
51592 ____________________________________________________________________________
51593 [  6303] By: gsar                                  on 2000/07/04  16:14:44
51594         Log: remove rel2abs prototypes (from Barrie Slaymaker)
51595      Branch: perl
51596            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51597            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51598 ____________________________________________________________________________
51599 [  6302] By: gsar                                  on 2000/07/04  04:59:35
51600         Log: adjust change#6299
51601      Branch: perl
51602            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
51603            ! win32/win32.c
51604 ____________________________________________________________________________
51605 [  6301] By: jhi                                   on 2000/07/04  04:50:07
51606         Log: Integrate with Sarathy.
51607      Branch: cfgperl
51608           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
51609           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
51610           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
51611 ____________________________________________________________________________
51612 [  6300] By: gsar                                  on 2000/07/04  04:42:09
51613         Log: PERL_OBJECT build tweak
51614      Branch: perl
51615            ! perl.h
51616 ____________________________________________________________________________
51617 [  6299] By: gsar                                  on 2000/07/04  04:37:00
51618         Log: fix memory leak on Windows (PL_sys_intern contents were never
51619              freed)
51620      Branch: perl
51621            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51622            ! perlapi.c proto.h win32/win32.c
51623 ____________________________________________________________________________
51624 [  6298] By: gsar                                  on 2000/07/04  04:15:59
51625         Log: fix large memory leak that has been around for ever, masked by
51626              -DPURIFY (most of the arenas were never freed!)
51627      Branch: perl
51628            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
51629 ____________________________________________________________________________
51630 [  6297] By: gsar                                  on 2000/07/04  04:07:46
51631         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
51632      Branch: perl
51633            ! perl.c
51634 ____________________________________________________________________________
51635 [  6296] By: jhi                                   on 2000/06/30  18:28:37
51636         Log: Elaborate POSIX.pod.  Still needs work.
51637      Branch: cfgperl
51638            ! ext/POSIX/POSIX.pod
51639 ____________________________________________________________________________
51640 [  6295] By: jhi                                   on 2000/06/30  14:58:18
51641         Log: Point to perlipc for more SysV IPC examples.
51642      Branch: cfgperl
51643            ! pod/perlfunc.pod
51644 ____________________________________________________________________________
51645 [  6294] By: gsar                                  on 2000/06/30  14:47:45
51646         Log: slurp mode fix in change#4736 still not quite right
51647      Branch: perl
51648            ! pp_hot.c t/io/argv.t
51649 ____________________________________________________________________________
51650 [  6293] By: jhi                                   on 2000/06/30  12:02:55
51651         Log: Integrate with Sarathy.
51652      Branch: cfgperl
51653           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
51654 ____________________________________________________________________________
51655 [  6292] By: jhi                                   on 2000/06/30  12:01:11
51656         Log: From: simon@brecon.co.uk (Simon Cozens)
51657              Subject: UTF8 concat
51658              Date: 30 Jun 2000 06:13:25 GMT
51659              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
51660      Branch: cfgperl
51661            ! pp_hot.c
51662 ____________________________________________________________________________
51663 [  6291] By: gsar                                  on 2000/06/30  04:37:33
51664         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
51665              when @_ is modified, causing coredumps
51666      Branch: perl
51667            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
51668 ____________________________________________________________________________
51669 [  6290] By: jhi                                   on 2000/06/30  02:21:44
51670         Log: Integrate with Sarathy.
51671      Branch: cfgperl
51672           !> vms/vms.c vms/vmsish.h
51673 ____________________________________________________________________________
51674 [  6289] By: jhi                                   on 2000/06/30  02:21:02
51675         Log: Check VERSIONs.
51676      Branch: cfgperl
51677            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51678            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51679            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51680 ____________________________________________________________________________
51681 [  6288] By: jhi                                   on 2000/06/30  02:18:52
51682         Log: Integrate with Sarathy.
51683      Branch: cfgperl
51684           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
51685           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51686           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51687           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
51688 ____________________________________________________________________________
51689 [  6287] By: gsar                                  on 2000/06/30  02:17:08
51690         Log: integrate vmsperl changes into mainline
51691      Branch: perl
51692           !> vms/vms.c vms/vmsish.h
51693 ____________________________________________________________________________
51694 [  6285] By: gsar                                  on 2000/06/30  02:05:28
51695         Log: localize %INC in a Safe compartment so that use/require work
51696              (many other magic globals probably need similar treatment)
51697      Branch: perl
51698            ! ext/Opcode/Opcode.xs
51699 ____________________________________________________________________________
51700 [  6284] By: gsar                                  on 2000/06/30  01:54:54
51701         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
51702              about Windows
51703      Branch: perl
51704            ! pod/perlembed.pod
51705 ____________________________________________________________________________
51706 [  6283] By: jhi                                   on 2000/06/30  01:50:10
51707         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
51708              From: Barrie Slaymaker <barries@jester.slaysys.com>
51709              Date: Wed, 28 Jun 2000 11:35:29 -0400
51710              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
51711      Branch: perl
51712            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
51713            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
51714            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51715            ! lib/File/Spec/Win32.pm
51716 ____________________________________________________________________________
51717 [  6282] By: jhi                                   on 2000/06/29  22:57:22
51718         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
51719              From: Dan Sugalski <dan@sidhe.org>
51720              Date: Tue, 06 Jun 2000 11:59:50 -0400
51721              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
51722      Branch: cfgperl
51723            ! vms/vms.c
51724 ____________________________________________________________________________
51725 [  6281] By: jhi                                   on 2000/06/29  22:52:50
51726         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
51727              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51728              Date: Wed, 7 Jun 2000 04:02:04 -0500
51729              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
51730      Branch: cfgperl
51731            ! utils/h2xs.PL
51732 ____________________________________________________________________________
51733 [  6280] By: jhi                                   on 2000/06/29  22:45:47
51734         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
51735              From: rspier@pobox.com (Robert Spier)
51736              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
51737              Message-ID: <14654.31913.845602.610277@rls.cx>
51738      Branch: cfgperl
51739            ! utils/h2xs.PL
51740 ____________________________________________________________________________
51741 [  6279] By: jhi                                   on 2000/06/29  22:38:16
51742         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
51743              From: Tim Ayers <tayers@bridge.com>
51744              Date: Thu, 08 Jun 2000 08:11:06 +0200
51745              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
51746              [resent by Richard Foley, Message-Id probably wrong]
51747      Branch: cfgperl
51748            ! pod/perlsub.pod
51749 ____________________________________________________________________________
51750 [  6278] By: jhi                                   on 2000/06/29  22:21:45
51751         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
51752              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
51753              Date: Fri, 09 Jun 2000 12:39:27 -0400
51754              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
51755              (plus update the version "number" of Text::Wrap)
51756      Branch: cfgperl
51757            ! lib/Text/Wrap.pm
51758 ____________________________________________________________________________
51759 [  6277] By: jhi                                   on 2000/06/29  22:13:10
51760         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
51761              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51762              Date: Mon, 12 Jun 2000 14:55:59 +0100
51763              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
51764      Branch: cfgperl
51765            ! pod/perlfunc.pod
51766 ____________________________________________________________________________
51767 [  6276] By: jhi                                   on 2000/06/29  22:11:06
51768         Log: Subject: [PATCH] Re: eval documentation: context
51769              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51770              Date: Mon, 12 Jun 2000 15:07:29 +0100
51771              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
51772      Branch: cfgperl
51773            ! pod/perlfunc.pod
51774 ____________________________________________________________________________
51775 [  6275] By: jhi                                   on 2000/06/29  21:59:46
51776         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
51777              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51778              Date: Tue, 13 Jun 2000 02:43:48 -0500
51779              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
51780      Branch: cfgperl
51781            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
51782 ____________________________________________________________________________
51783 [  6274] By: jhi                                   on 2000/06/29  21:56:14
51784         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
51785              From: Andy Dougherty <doughera@lafayette.edu>
51786              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
51787              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
51788      Branch: cfgperl
51789            ! ext/File/Glob/Glob.pm
51790 ____________________________________________________________________________
51791 [  6273] By: jhi                                   on 2000/06/29  21:49:09
51792         Log: Subject: [PATCH] xsub attributes
51793              From: Doug MacEachern <dougm@covalent.net>
51794              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
51795              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
51796      Branch: cfgperl
51797            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
51798            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
51799 ____________________________________________________________________________
51800 [  6272] By: jhi                                   on 2000/06/29  21:41:28
51801         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
51802              From: Tom Phoenix <rootbeer@redcat.com>
51803              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
51804              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
51805      Branch: cfgperl
51806            ! lib/Net/Ping.pm
51807 ____________________________________________________________________________
51808 [  6271] By: jhi                                   on 2000/06/29  21:36:55
51809         Log: Subject: PATCH pod/perltie.pod
51810              From: Ian Phillipps <Ian.Phillipps@iname.com>
51811              Date: Fri, 16 Jun 2000 00:17:19 +0100
51812              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
51813              (only the first hunk, the second hunk had already been done
51814              by some other patch)
51815      Branch: cfgperl
51816            ! pod/perltie.pod
51817 ____________________________________________________________________________
51818 [  6270] By: jhi                                   on 2000/06/29  21:24:51
51819         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
51820              From: Nicholas Clark <nick@talking.bollo.cx>
51821              Date: Fri, 23 Jun 2000 16:21:15 +0100
51822              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
51823      Branch: cfgperl
51824            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
51825            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
51826 ____________________________________________________________________________
51827 [  6269] By: jhi                                   on 2000/06/29  19:38:15
51828         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
51829              silence few compiler warnings.
51830      Branch: cfgperl
51831            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
51832 ____________________________________________________________________________
51833 [  6268] By: jhi                                   on 2000/06/29  18:21:50
51834         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
51835              From: Dominic Dunlop <domo@computer.org> 
51836              Date: Thu, 29 Jun 2000 12:32:39 +0200 
51837              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
51838      Branch: cfgperl
51839            ! t/op/sprintf.t
51840 ____________________________________________________________________________
51841 [  6267] By: jhi                                   on 2000/06/29  18:16:07
51842         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
51843              From: Doug MacEachern <dougm@covalent.net>
51844              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
51845              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
51846      Branch: cfgperl
51847            + t/op/method2entersub.t
51848            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
51849            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51850            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
51851            ! xsutils.c
51852 ____________________________________________________________________________
51853 [  6266] By: jhi                                   on 2000/06/29  15:11:15
51854         Log: Subject: [PATCH 5.6.0] cygwin port
51855              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
51856              From: "Fifer, Eric" <EFifer@sanwaint.com>
51857              Date: Thu, 29 Jun 2000 12:58:29 +0100
51858      Branch: cfgperl
51859            ! cygwin/Makefile.SHs
51860 ____________________________________________________________________________
51861 [  6265] By: jhi                                   on 2000/06/29  15:04:05
51862         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
51863              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51864              Date: Wed, 28 Jun 2000 17:50:12 -0700
51865              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
51866      Branch: cfgperl
51867            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51868 ____________________________________________________________________________
51869 [  6264] By: jhi                                   on 2000/06/29  15:00:57
51870         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
51871              From: Marty Lucich <marty@netcom.com>
51872              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
51873              Message-Id: <200006282116.OAA11148@netcom.com>
51874              ccdlflags update (the BSD/OS 4.1 part had already been taken
51875              care of by #6141).
51876      Branch: cfgperl
51877            ! hints/bsdos.sh
51878 ____________________________________________________________________________
51879 [  6263] By: jhi                                   on 2000/06/29  13:47:44
51880         Log: tr fixes from Simon Cozens
51881      Branch: cfgperl
51882            ! doop.c
51883 ____________________________________________________________________________
51884 [  6262] By: jhi                                   on 2000/06/28  18:46:01
51885         Log: Subject: 5.6.0 Patch for EPOC
51886              From: Olaf Flebbe <o.flebbe@gmx.de>
51887              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
51888              Message-ID: <23449.960929969@www11.gmx.net>
51889      Branch: cfgperl
51890            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
51891            ! epoc/epocish.h
51892 ____________________________________________________________________________
51893 [  6261] By: jhi                                   on 2000/06/28  18:29:07
51894         Log: Subject: Re: [PATCH cfgperl] BOMs away!
51895              From: simon@brecon.co.uk (Simon Cozens)
51896              Date: 17 Jun 2000 11:49:57 GMT
51897              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
51898      Branch: cfgperl
51899            ! pod/perldiag.pod t/comp/require.t toke.c
51900 ____________________________________________________________________________
51901 [  6260] By: jhi                                   on 2000/06/28  17:47:16
51902         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
51903              From: simon@brecon.co.uk (Simon Cozens) 
51904              Date: 17 Jun 2000 11:56:44 GMT 
51905              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
51906              pack U0, pack C0
51907      Branch: cfgperl
51908            ! pod/perlfunc.pod pp.c t/op/pack.t
51909 ____________________________________________________________________________
51910 [  6259] By: jhi                                   on 2000/06/28  16:43:17
51911         Log: perlnewmod was missing from MANIFEST.
51912      Branch: cfgperl
51913            ! MANIFEST
51914 ____________________________________________________________________________
51915 [  6258] By: jhi                                   on 2000/06/28  15:54:30
51916         Log: linenumber tweak
51917      Branch: cfgperl
51918            ! t/pragma/warn/regcomp
51919 ____________________________________________________________________________
51920 [  6257] By: jhi                                   on 2000/06/28  15:50:44
51921         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
51922              From: Doug MacEachern <dougm@covalent.net>
51923              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
51924              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
51925              (one part of the patch had been applied earlier)
51926      Branch: cfgperl
51927            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
51928 ____________________________________________________________________________
51929 [  6256] By: jhi                                   on 2000/06/28  15:40:22
51930         Log: tweaks from Simon Cozens to further fix tr/// under utf8
51931      Branch: cfgperl
51932            ! doop.c
51933 ____________________________________________________________________________
51934 [  6255] By: jhi                                   on 2000/06/28  15:33:45
51935         Log: small thinko tweaks
51936      Branch: cfgperl
51937            ! lib/IPC/Open3.pm t/op/my_stash.t
51938 ____________________________________________________________________________
51939 [  6254] By: jhi                                   on 2000/06/28  15:33:25
51940         Log: Subject: tr///, help wanted.
51941              From: simon@brecon.co.uk (Simon Cozens)
51942              Date: 28 Jun 2000 11:29:04 GMT
51943              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
51944      Branch: cfgperl
51945            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
51946            ! pp_proto.h proto.h t/op/tr.t
51947 ____________________________________________________________________________
51948 [  6253] By: jhi                                   on 2000/06/28  15:09:17
51949         Log: Paranoia tweak on #6249.
51950              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51951              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51952              Date: Sun, 25 Jun 2000 23:43:12 -0400
51953              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
51954      Branch: cfgperl
51955            ! lib/IPC/Open3.pm
51956 ____________________________________________________________________________
51957 [  6252] By: jhi                                   on 2000/06/28  15:01:38
51958         Log: Document #6249 and #6251.
51959      Branch: cfgperl
51960            ! lib/Exporter.pm lib/IPC/Open3.pm
51961 ____________________________________________________________________________
51962 [  6251] By: jhi                                   on 2000/06/28  14:50:43
51963         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
51964              From: Doug MacEachern <dougm@covalent.net>
51965              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
51966              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
51967      Branch: cfgperl
51968            ! lib/Exporter.pm
51969 ____________________________________________________________________________
51970 [  6250] By: jhi                                   on 2000/06/28  14:45:23
51971         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
51972              From: Doug MacEachern <dougm@covalent.net>
51973              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
51974              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
51975      Branch: cfgperl
51976            + t/op/my_stash.t
51977            ! MANIFEST embed.pl global.sym proto.h toke.c
51978 ____________________________________________________________________________
51979 [  6249] By: jhi                                   on 2000/06/28  14:36:34
51980         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
51981              From: Frank Tobin <ftobin@uiuc.edu>
51982              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51983              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51984      Branch: cfgperl
51985            ! lib/IPC/Open3.pm
51986 ____________________________________________________________________________
51987 [  6248] By: jhi                                   on 2000/06/28  14:11:25
51988         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51989              From: Mark-Jason Dominus <mjd@plover.com>
51990              Date: Tue, 27 Jun 2000 22:36:42 -0400
51991              Message-ID: <20000628023642.12166.qmail@plover.com>
51992      Branch: cfgperl
51993            ! pod/perlfunc.pod
51994 ____________________________________________________________________________
51995 [  6247] By: jhi                                   on 2000/06/27  12:46:37
51996         Log: Tweak $VERSION, patch from Doug MacEachern.
51997      Branch: cfgperl
51998            ! lib/File/Spec.pm
51999 ____________________________________________________________________________
52000 [  6246] By: jhi                                   on 2000/06/27  03:34:46
52001         Log: Allow for standalone testing.
52002      Branch: cfgperl
52003            ! t/lib/filefunc.t t/lib/filespec.t
52004 ____________________________________________________________________________
52005 [  6245] By: jhi                                   on 2000/06/27  02:50:02
52006         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
52007              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52008              Date: Sat, 24 Jun 2000 13:06:20 +0100
52009              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
52010      Branch: cfgperl
52011            ! ext/DynaLoader/DynaLoader_pm.PL
52012 ____________________________________________________________________________
52013 [  6244] By: jhi                                   on 2000/06/27  02:46:10
52014         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
52015              From: Doug MacEachern <dougm@covalent.net>
52016              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
52017              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
52018      Branch: cfgperl
52019            ! gv.c sv.c t/lib/peek.t
52020 ____________________________________________________________________________
52021 [  6243] By: jhi                                   on 2000/06/27  02:38:07
52022         Log: Subject: [PATCH] is_utf8_string
52023              From: simon@brecon.co.uk (Simon Cozens)
52024              Date: 26 Jun 2000 02:25:59 GMT
52025              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
52026      Branch: cfgperl
52027            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
52028            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
52029            ! proto.h utf8.c
52030 ____________________________________________________________________________
52031 [  6242] By: jhi                                   on 2000/06/27  02:24:00
52032         Log: Subject: [PATCH] bytes<->utf8 fixes
52033              From: simon@brecon.co.uk (Simon Cozens)
52034              Date: 26 Jun 2000 04:55:45 GMT
52035              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
52036      Branch: cfgperl
52037            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
52038 ____________________________________________________________________________
52039 [  6241] By: jhi                                   on 2000/06/27  02:12:42
52040         Log: Do no -warn on \_, only on \alpha.
52041              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
52042              From: David Dyck <dcd@tc.fluke.com>
52043              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
52044              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
52045      Branch: cfgperl
52046            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
52047 ____________________________________________________________________________
52048 [  6240] By: jhi                                   on 2000/06/27  02:00:01
52049         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
52050              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52051              Date: Mon, 26 Jun 2000 18:40:14 +0100
52052              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
52053      Branch: cfgperl
52054            ! utils/h2xs.PL
52055 ____________________________________________________________________________
52056 [  6239] By: jhi                                   on 2000/06/27  01:53:40
52057         Log: Configure maintenance.  Sever some dependency cycles,
52058              separate gccversion from the cc unit,
52059              address [ID 20000623.006] Configure script patch for using gcc on AIX
52060              (but solve it a little bit differently),
52061              unduplex some accidentally duplicated units,
52062              suggest using gcc if no cc available
52063              (p5p thread: "Solaris configure: counterproposal", 1999-09)
52064      Branch: cfgperl
52065            ! Configure Todo-5.6 config_h.SH
52066      Branch: metaconfig
52067            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
52068            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
52069      Branch: metaconfig/U/perl
52070            + gccvers.U
52071            ! d_getespwnam.U d_getprpwnam.U i_prot.U
52072 ____________________________________________________________________________
52073 [  6238] By: jhi                                   on 2000/06/25  18:04:56
52074         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
52075              From: Dan Sugalski <dan@sidhe.org>
52076              Date: Fri, 23 Jun 2000 17:00:00 -0400
52077              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
52078      Branch: cfgperl
52079            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
52080 ____________________________________________________________________________
52081 [  6237] By: jhi                                   on 2000/06/25  16:36:45
52082         Log: Tweak embed.pl, regen headers.
52083      Branch: cfgperl
52084            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
52085            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
52086            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
52087            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
52088            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
52089 ____________________________________________________________________________
52090 [  6236] By: jhi                                   on 2000/06/25  15:26:42
52091         Log: Regen headers.
52092      Branch: cfgperl
52093            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
52094            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
52095            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
52096            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
52097            ! regnodes.h warnings.h
52098 ____________________________________________________________________________
52099 [  6235] By: jhi                                   on 2000/06/23  19:39:35
52100         Log: The thread begun by
52101              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
52102              From: Kevin.Ruscoe@ubsw.com
52103              Date: Fri, 16 Jun 2000 16:38:51 +0100
52104              Message-Id: <H000019b03c300d6@MHS>
52105      Branch: cfgperl
52106            ! hints/solaris_2.sh
52107 ____________________________________________________________________________
52108 [  6234] By: jhi                                   on 2000/06/23  19:23:36
52109         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
52110              because when run as services (Win32ese for daemons)
52111              no environment variables are set and tmpdir ends up as /tmp,
52112              which is ambiguous.
52113              
52114              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
52115              From: matt@sergeant.org
52116              Date: 16 Jun 2000 16:30:43 -0000
52117              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
52118      Branch: cfgperl
52119            ! lib/File/Spec/Win32.pm
52120 ____________________________________________________________________________
52121 [  6233] By: jhi                                   on 2000/06/23  19:18:58
52122         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
52123              From: Mark-Jason Dominus <mjd@plover.com>
52124              Date: Fri, 16 Jun 2000 20:53:04 -0400
52125              Message-ID: <20000617005304.8008.qmail@plover.com>
52126      Branch: cfgperl
52127            ! op.h
52128 ____________________________________________________________________________
52129 [  6232] By: jhi                                   on 2000/06/23  16:10:02
52130         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
52131              From: simon@brecon.co.uk (Simon Cozens)
52132              Date: 19 Jun 2000 15:18:27 GMT
52133              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
52134              
52135              plus update pod/Makefile and regenerate perltoc
52136      Branch: cfgperl
52137            + pod/perlutil.pod
52138            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
52139 ____________________________________________________________________________
52140 [  6231] By: jhi                                   on 2000/06/23  15:19:18
52141         Log: Subject: [PATCH 5.6.0] cygwin port
52142              From: "Fifer, Eric" <EFifer@sanwaint.com>
52143              Date: Tue, 20 Jun 2000 14:30:58 +0100
52144              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
52145      Branch: cfgperl
52146            ! README.cygwin lib/File/Find.pm
52147 ____________________________________________________________________________
52148 [  6230] By: jhi                                   on 2000/06/23  14:25:21
52149         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
52150      Branch: cfgperl
52151            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
52152            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52153            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52154            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
52155 ____________________________________________________________________________
52156 [  6229] By: jhi                                   on 2000/06/23  14:13:34
52157         Log: Subject: README.hpux version 0.6.1
52158              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
52159              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52160              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
52161      Branch: cfgperl
52162            ! README.hpux
52163 ____________________________________________________________________________
52164 [  6228] By: jhi                                   on 2000/06/23  14:07:20
52165         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
52166              From: Doug MacEachern <dougm@covalent.net>
52167              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
52168              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
52169      Branch: cfgperl
52170            ! op.c
52171 ____________________________________________________________________________
52172 [  6227] By: jhi                                   on 2000/06/23  14:01:06
52173         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
52174              From: Doug MacEachern <dougm@covalent.net>
52175              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
52176              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
52177      Branch: cfgperl
52178            + lib/lib.pm.PL
52179            - lib/lib.pm
52180            ! MANIFEST Makefile.SH
52181 ____________________________________________________________________________
52182 [  6226] By: jhi                                   on 2000/06/23  13:53:07
52183         Log: Subject: [PATCH] remove forward declarations in Socket.pm
52184              From: Doug MacEachern <dougm@covalent.net>
52185              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
52186              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
52187              
52188              From: Doug MacEachern <dougm@covalent.net>
52189              Subject: Re: [PATCH] remove forward declarations in Socket.pm
52190              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
52191              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
52192      Branch: cfgperl
52193            ! ext/Socket/Socket.pm op.c
52194 ____________________________________________________________________________
52195 [  6225] By: jhi                                   on 2000/06/23  13:41:52
52196         Log: Add source code filenames to apidoc.
52197              From: simon@brecon.co.uk (Simon Cozens)
52198              Subject: [PATCH embed.pl] Source X-ref
52199              Date: 22 Jun 2000 02:18:49 GMT
52200              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
52201      Branch: cfgperl
52202            ! embed.pl
52203 ____________________________________________________________________________
52204 [  6224] By: jhi                                   on 2000/06/23  13:32:33
52205         Log: A way to avoid English.pm performance hit.
52206              From: root <root@jester.slaysys.com>
52207              Subject: [YAPATCH English.pm] My turn to putt again
52208              Date: Thu, 22 Jun 2000 20:33:58 -0400
52209              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
52210      Branch: cfgperl
52211            ! lib/English.pm t/lib/english.t
52212 ____________________________________________________________________________
52213 [  6223] By: jhi                                   on 2000/06/23  13:27:06
52214         Log: Avoid double close().
52215              Subject: [PATCH] avoid double close()
52216              From: Doug MacEachern <dougm@covalent.net>
52217              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
52218              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
52219      Branch: cfgperl
52220            ! doio.c
52221 ____________________________________________________________________________
52222 [  6222] By: jhi                                   on 2000/06/23  13:25:54
52223         Log: doc typo fix
52224              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
52225              From: Ian Phillipps <Ian.Phillipps@iname.com>
52226              Date: Fri, 23 Jun 2000 10:40:58 +0100
52227              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
52228      Branch: cfgperl
52229            ! lib/Pod/Usage.pm
52230 ____________________________________________________________________________
52231 [  6221] By: jhi                                   on 2000/06/23  13:24:15
52232         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
52233              From: simon@brecon.co.uk (Simon Cozens)
52234              Subject: [PATCH] Eliminate tr///[CU][CU]
52235              Date: 23 Jun 2000 11:05:40 GMT
52236              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
52237      Branch: cfgperl
52238            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
52239 ____________________________________________________________________________
52240 [  6220] By: jhi                                   on 2000/06/22  16:07:51
52241         Log: Win32 patches from Benjamin Stuhl.
52242      Branch: cfgperl
52243            ! makedef.pl win32/win32.h
52244 ____________________________________________________________________________
52245 [  6219] By: jhi                                   on 2000/06/22  16:06:34
52246         Log: Bytecode patches from Benjamin Stuhl.
52247      Branch: cfgperl
52248            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52249            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
52250            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52251 ____________________________________________________________________________
52252 [  6218] By: jhi                                   on 2000/06/15  23:54:16
52253         Log: Bytecode patches from Benjamin Stuhl.
52254      Branch: cfgperl
52255            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52256 ____________________________________________________________________________
52257 [  6217] By: jhi                                   on 2000/06/09  13:38:29
52258         Log: Rename the fdpid locking and integrate with Sarathy.
52259      Branch: cfgperl
52260            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
52261            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
52262            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
52263            ! win32/win32.c
52264           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
52265 ____________________________________________________________________________
52266 [  6216] By: gsar                                  on 2000/06/08  14:54:21
52267         Log: be more optimal about clearing @_
52268      Branch: perl
52269            ! cop.h
52270 ____________________________________________________________________________
52271 [  6215] By: gsar                                  on 2000/06/08  14:33:04
52272         Log: tweak comment about @DB::args
52273      Branch: perl
52274            ! av.h pp_ctl.c
52275 ____________________________________________________________________________
52276 [  6214] By: gsar                                  on 2000/06/08  13:57:54
52277         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
52278              caller() wants to populate @DB::args with it (causes a coredump
52279              in Carp::confess())
52280      Branch: perl
52281            ! cop.h t/op/runlevel.t
52282 ____________________________________________________________________________
52283 [  6213] By: gsar                                  on 2000/06/08  07:06:35
52284         Log: back out change#6106 (seems problematic)
52285      Branch: perl
52286            ! hints/solaris_2.sh
52287 ____________________________________________________________________________
52288 [  6212] By: jhi                                   on 2000/06/07  03:10:36
52289         Log: Continuing mopup for #6204.
52290      Branch: cfgperl
52291            ! ext/B/defsubs_h.PL
52292 ____________________________________________________________________________
52293 [  6211] By: jhi                                   on 2000/06/07  02:41:50
52294         Log: Mopup for #6204.
52295              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
52296              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
52297              This is comes from const() where POK isn't on when expected.
52298      Branch: cfgperl
52299            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
52300            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52301            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
52302            ! perlapi.h pod/perlapi.pod
52303 ____________________________________________________________________________
52304 [  6210] By: jhi                                   on 2000/06/07  01:56:29
52305         Log: Mopup for #6207 and #6209.
52306      Branch: cfgperl
52307            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
52308 ____________________________________________________________________________
52309 [  6209] By: jhi                                   on 2000/06/07  01:33:12
52310         Log: Lock PL_fdpid against race conditions, based on:
52311              Subject: [PATCH 5.6.0]subprocess fixup for threads
52312              From: Dan Sugalski <dan@sidhe.org>
52313              To: perl5-porters@perl.org
52314              Date: Tue, 11 Apr 2000 17:02:32 -0400
52315              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
52316      Branch: cfgperl
52317            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
52318            ! win32/win32.c
52319 ____________________________________________________________________________
52320 [  6208] By: jhi                                   on 2000/06/07  01:05:23
52321         Log: Regen headers for #6207.
52322      Branch: cfgperl
52323            ! embed.h global.sym objXSUB.h proto.h
52324 ____________________________________________________________________________
52325 [  6207] By: jhi                                   on 2000/06/06  23:43:13
52326         Log: Subject: [PATCH 5.6.0] Threadsafe patches
52327              From: Dan Sugalski <dan@sidhe.org>
52328              To: perl5-porters@perl.org
52329              Date: Mon, 08 May 2000 18:08:13 -0400
52330              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
52331      Branch: cfgperl
52332            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
52333            ! proto.h sv.h util.c
52334 ____________________________________________________________________________
52335 [  6206] By: jhi                                   on 2000/06/06  23:21:23
52336         Log: Subject: [PATCH] Eliminate $a/$b in pod
52337              From: David Glasser <me@davidglasser.net>
52338              To: perl5-porters@perl.org
52339              Date: Mon, 29 May 2000 21:15:59 -0400
52340              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
52341      Branch: cfgperl
52342            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
52343            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
52344            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
52345            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
52346            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
52347            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
52348            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
52349            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
52350            ! pod/perlvar.pod pod/perlxs.pod
52351 ____________________________________________________________________________
52352 [  6205] By: jhi                                   on 2000/06/06  23:12:14
52353         Log: Subject: [PATCH] Win32 improvements
52354              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
52355              To: gsar@activestate.com, perl5-porters@perl.org
52356              Date: Mon, 29 May 2000 17:22:24 PDT
52357              Message-ID: <20000530002224.91142.qmail@hotmail.com>
52358              (MUA had mangled many lines by wordwrapping)
52359      Branch: cfgperl
52360            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
52361 ____________________________________________________________________________
52362 [  6204] By: jhi                                   on 2000/06/06  23:01:50
52363         Log: Subject: [PATCH] B::Bytecode patches
52364              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
52365              To: gsar@activestate.com, jhi@iki.fi
52366              Cc: perl5-porters@perl.org
52367              Message-ID: <20000602202526.48694.qmail@hotmail.com>
52368              (MUA had mangled many lines by wordwrapping)
52369      Branch: cfgperl
52370            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
52371            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
52372            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52373            ! intrpvar.h perl.c
52374 ____________________________________________________________________________
52375 [  6203] By: jhi                                   on 2000/06/06  22:32:43
52376         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
52377              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52378              Date: Tue, 06 Jun 2000 13:07:45 -0700
52379              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
52380      Branch: cfgperl
52381            ! pod/perldiag.pod
52382 ____________________________________________________________________________
52383 [  6202] By: jhi                                   on 2000/06/06  19:38:35
52384         Log: Integrate with Sarathy.
52385      Branch: cfgperl
52386           !> perl.c
52387 ____________________________________________________________________________
52388 [  6201] By: gsar                                  on 2000/06/06  00:42:59
52389         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
52390              does a PUSHMARK that's never ever POPMARKed; in general, only
52391              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
52392              Perl_eval_[sp]v() don't because they don't take any incoming
52393              arguments (this leak has been around since the original version
52394              of perl_eval_pv() in 5.003_97e)
52395      Branch: perl
52396            ! perl.c
52397 ____________________________________________________________________________
52398 [  6200] By: jhi                                   on 2000/06/04  03:44:52
52399         Log: Update to cperl-mode.el 4.31 from
52400              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
52401              Subject: A couple of notes
52402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52403              To: Mailing list Perl5 <perl5-porters@perl.org>
52404              Date: Sat, 3 Jun 2000 23:33:32 -0400
52405              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
52406      Branch: cfgperl
52407            ! emacs/cperl-mode.el
52408 ____________________________________________________________________________
52409 [  6199] By: jhi                                   on 2000/06/03  15:11:05
52410         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
52411              From: Dan Sugalski <dan@sidhe.org>
52412              To: perl5-porters@perl.org, vmsperl@perl.org
52413              Date: Fri, 02 Jun 2000 17:30:51 -0400
52414              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
52415      Branch: cfgperl
52416            ! vms/descrip_mms.template vms/gen_shrfls.pl
52417 ____________________________________________________________________________
52418 [  6198] By: jhi                                   on 2000/06/03  14:59:15
52419         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
52420              From: Dan Sugalski <dan@sidhe.org>
52421              To: vmsperl@perl.org, perl5-porters@perl.org
52422              Date: Fri, 02 Jun 2000 16:00:41 -0400
52423              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
52424              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
52425      Branch: cfgperl
52426            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
52427            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
52428            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
52429 ____________________________________________________________________________
52430 [  6197] By: jhi                                   on 2000/06/03  14:41:30
52431         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
52432              From: John Borwick <jhborwic@unity.ncsu.edu>
52433              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
52434              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
52435      Branch: cfgperl
52436            ! pod/perlsyn.pod
52437 ____________________________________________________________________________
52438 [  6196] By: jhi                                   on 2000/06/03  14:38:09
52439         Log: Integrate with Sarathy.
52440      Branch: cfgperl
52441           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52442           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52443           !> vms/perly_c.vms
52444 ____________________________________________________________________________
52445 [  6195] By: gsar                                  on 2000/06/02  22:43:13
52446         Log: fix yet another eval"" leak under USE_ITHREADS
52447      Branch: perl
52448            ! op.c
52449 ____________________________________________________________________________
52450 [  6194] By: gsar                                  on 2000/06/02  18:22:06
52451         Log: fix small eval"" memory leaks under USE_ITHREADS
52452      Branch: perl
52453            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52454            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52455            ! vms/perly_c.vms
52456 ____________________________________________________________________________
52457 [  6193] By: jhi                                   on 2000/06/01  13:03:56
52458         Log: Signals-be-gone for microperl.
52459      Branch: cfgperl
52460            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
52461 ____________________________________________________________________________
52462 [  6192] By: jhi                                   on 2000/06/01  12:52:02
52463         Log: Integrate with Sarathy.
52464      Branch: cfgperl
52465           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
52466           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
52467           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
52468           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
52469           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
52470           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
52471           !> t/op/vec.t utils/h2xs.PL
52472 ____________________________________________________________________________
52473 [  6191] By: gsar                                  on 2000/06/01  09:38:21
52474         Log: vec() loses numericalness (modified version of patch suggested
52475              by Robin Barker)
52476      Branch: perl
52477            ! doop.c t/op/vec.t
52478 ____________________________________________________________________________
52479 [  6190] By: gsar                                  on 2000/06/01  09:26:15
52480         Log: submit missing embed.pl change
52481      Branch: perl
52482            ! embed.pl
52483 ____________________________________________________________________________
52484 [  6189] By: gsar                                  on 2000/06/01  09:05:34
52485         Log: counting tr/// corrupts later operation (from M.J.T Guy)
52486      Branch: perl
52487            ! doop.c t/op/tr.t
52488 ____________________________________________________________________________
52489 [  6188] By: gsar                                  on 2000/06/01  08:58:39
52490         Log: h2xs tweaks
52491      Branch: perl
52492            ! utils/h2xs.PL
52493 ____________________________________________________________________________
52494 [  6187] By: gsar                                  on 2000/06/01  08:50:07
52495         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
52496              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52497      Branch: perl
52498            + lib/Pod/LaTeX.pm
52499            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
52500            ! pod/pod2latex.PL
52501 ____________________________________________________________________________
52502 [  6186] By: gsar                                  on 2000/06/01  08:24:40
52503         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
52504              <wolfgang.laun@alcatel.at>)
52505      Branch: perl
52506            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
52507            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
52508 ____________________________________________________________________________
52509 [  6185] By: gsar                                  on 2000/06/01  08:12:00
52510         Log: remove incorrect documentation about implicit split to @_ in
52511              list context, which never really worked in perl 5 (from
52512              M.J.T. Guy)
52513      Branch: perl
52514            ! pod/perlfunc.pod pod/perltrap.pod
52515 ____________________________________________________________________________
52516 [  6184] By: gsar                                  on 2000/06/01  07:52:27
52517         Log: tweak for change#6127
52518      Branch: perl
52519            ! perl.c
52520 ____________________________________________________________________________
52521 [  6183] By: gsar                                  on 2000/06/01  07:41:02
52522         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
52523              <nick@ccl4.org>)
52524      Branch: perl
52525            + t/lib/selfloader.t
52526            ! MANIFEST lib/SelfLoader.pm
52527 ____________________________________________________________________________
52528 [  6182] By: jhi                                   on 2000/06/01  00:34:42
52529         Log: Be Cleaner Part Deux.
52530      Branch: cfgperl
52531            ! Makefile.SH
52532 ____________________________________________________________________________
52533 [  6181] By: jhi                                   on 2000/06/01  00:32:09
52534         Log: Integrate with Sarathy.
52535      Branch: cfgperl
52536           !> pp.c t/op/arith.t
52537 ____________________________________________________________________________
52538 [  6180] By: jhi                                   on 2000/06/01  00:31:13
52539         Log: microperl nits from Simon Cozens.
52540      Branch: cfgperl
52541            + uconfig.h
52542            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
52543            ! unixish.h
52544 ____________________________________________________________________________
52545 [  6179] By: gsar                                  on 2000/05/31  22:37:51
52546         Log: buggy modulus on UVs introduced by change#3378 (resulted in
52547              4063328477 % 65535 amounting to 27406, instead of 27407)
52548      Branch: perl
52549            ! pp.c t/op/arith.t
52550 ____________________________________________________________________________
52551 [  6178] By: jhi                                   on 2000/05/31  21:52:41
52552         Log: Be cleaner.
52553      Branch: cfgperl
52554            ! Makefile.SH
52555 ____________________________________________________________________________
52556 [  6177] By: jhi                                   on 2000/05/31  21:47:33
52557         Log: Substitution utf8 patch from Simon Cozens.
52558      Branch: cfgperl
52559            ! pp_hot.c
52560 ____________________________________________________________________________
52561 [  6176] By: jhi                                   on 2000/05/31  21:45:34
52562         Log: Single-quoted utf8 patch from Simon Cozens.
52563      Branch: cfgperl
52564            ! toke.c
52565 ____________________________________________________________________________
52566 [  6175] By: jhi                                   on 2000/05/31  21:40:18
52567         Log: Integrate with Sarathy.
52568      Branch: cfgperl
52569           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
52570 ____________________________________________________________________________
52571 [  6174] By: jhi                                   on 2000/05/31  21:37:31
52572         Log: microperl changes from Simon Cozens; Makefile for microperl
52573              written from scratch; few casts added as microperl compilation
52574              doesn't have all prototypes available.
52575      Branch: cfgperl
52576            + Makefile.micro README.micro Todo.micro uconfig.sh
52577            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
52578            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
52579      Branch: metaconfig
52580            + U/modified/Config_h.U
52581 ____________________________________________________________________________
52582 [  6173] By: jhi                                   on 2000/05/31  20:00:24
52583         Log: metaconfig maintenance.
52584      Branch: metaconfig
52585            + U/modified/Inhdr.U U/typedefs/inotype.U
52586      Branch: metaconfig/U/perl
52587            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
52588            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
52589 ____________________________________________________________________________
52590 [  6172] By: gsar                                  on 2000/05/31  05:05:42
52591         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
52592              (from Ilya Zakharevich)
52593      Branch: perl
52594            ! regexec.c t/op/re_tests
52595 ____________________________________________________________________________
52596 [  6171] By: gsar                                  on 2000/05/31  05:01:47
52597         Log: scalar() doesn't force scalar context when used in void context
52598              (from Simon Cozens)
52599      Branch: perl
52600            ! op.c t/op/wantarray.t
52601 ____________________________________________________________________________
52602 [  6170] By: gsar                                  on 2000/05/31  04:41:33
52603         Log: change#6142 needs tweaks to tests to work where there's no symlink()
52604              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52605      Branch: perl
52606            ! t/lib/filefind.t
52607 ____________________________________________________________________________
52608 [  6169] By: gsar                                  on 2000/05/31  04:29:49
52609         Log: integrate cfgperl contents into mainline
52610      Branch: perl
52611           +> pod/perlmodlib.PL pod/perlnewmod.pod
52612           !> (integrate 42 files)
52613 ____________________________________________________________________________
52614 [  6168] By: jhi                                   on 2000/05/30  22:53:37
52615         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
52616      Branch: cfgperl
52617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52618            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
52619            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
52620            ! win32/config.bc win32/config.gc win32/config.vc
52621            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52622            ! win32/config_h.PL win32/config_sh.PL
52623      Branch: metaconfig/U/perl
52624            ! perlxv.U
52625 ____________________________________________________________________________
52626 [  6167] By: jhi                                   on 2000/05/30  22:20:21
52627         Log: tweak todo 
52628      Branch: cfgperl
52629            ! Todo-5.6
52630 ____________________________________________________________________________
52631 [  6166] By: jhi                                   on 2000/05/30  22:11:51
52632         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
52633              in case somebody wants to write an extension for more
52634              shadow database interfaces.
52635      Branch: cfgperl
52636            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52637            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
52638            ! vos/config.def vos/config.h vos/config_h.SH_orig
52639            ! win32/config.bc win32/config.gc win32/config.vc
52640            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52641      Branch: metaconfig
52642            ! U/modified/Myinit.U
52643      Branch: metaconfig/U/perl
52644            + d_getespwnam.U d_getprpwnam.U i_prot.U
52645 ____________________________________________________________________________
52646 [  6165] By: jhi                                   on 2000/05/30  18:35:34
52647         Log: Integrate with Sarathy.
52648      Branch: cfgperl
52649           !> op.c
52650 ____________________________________________________________________________
52651 [  6164] By: jhi                                   on 2000/05/30  18:30:16
52652         Log: detypo
52653      Branch: cfgperl
52654            ! Configure config_h.SH
52655      Branch: metaconfig/U/perl
52656            ! perlxv.U
52657 ____________________________________________________________________________
52658 [  6163] By: gsar                                  on 2000/05/30  03:24:03
52659         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
52660      Branch: perl
52661            ! op.c
52662 ____________________________________________________________________________
52663 [  6162] By: gsar                                  on 2000/05/30  03:09:38
52664         Log: fix memory leak in method call optimization (change#3768);
52665              made C<eval "$x->foo()"> leak
52666      Branch: perl
52667            ! op.c
52668 ____________________________________________________________________________
52669 [  6161] By: jhi                                   on 2000/05/29  17:56:26
52670         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
52671              both from Simon Cozens.
52672      Branch: cfgperl
52673            + pod/perlmodlib.PL pod/perlnewmod.pod
52674            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
52675            ! pod/perlmodlib.pod pod/perltoc.pod
52676 ____________________________________________________________________________
52677 [  6160] By: jhi                                   on 2000/05/29  17:23:55
52678         Log: Changes for the File::Temp 0.08 (change #6159) test suite
52679              to fit better into the Perl distribution test framework.
52680      Branch: cfgperl
52681            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
52682            ! t/lib/ftmp-tempfile.t
52683 ____________________________________________________________________________
52684 [  6159] By: jhi                                   on 2000/05/29  16:55:36
52685         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
52686      Branch: cfgperl
52687            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52688            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52689 ____________________________________________________________________________
52690 [  6158] By: bailey                                on 2000/05/29  16:22:08
52691         Log: Add fallback to tmpfile for use in cases where user's relying on
52692              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
52693              Lane's patch)
52694      Branch: vmsperl
52695            ! vms/vms.c vms/vmsish.h
52696 ____________________________________________________________________________
52697 [  6157] By: jhi                                   on 2000/05/29  03:10:36
52698         Log: Regen Configure to jive with #6149.
52699      Branch: cfgperl
52700            ! Configure
52701      Branch: metaconfig
52702            ! U/modified/Getfile.U
52703 ____________________________________________________________________________
52704 [  6156] By: jhi                                   on 2000/05/29  03:01:38
52705         Log: Integrate with Sarathy.
52706      Branch: cfgperl
52707           +> ext/DynaLoader/dl_mac.xs
52708           !> (integrate 38 files)
52709 ____________________________________________________________________________
52710 [  6155] By: gsar                                  on 2000/05/28  21:15:58
52711         Log: small bug in change#6144; remove random \xA0 character that snuck
52712              in via change#6145
52713      Branch: perl
52714            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
52715 ____________________________________________________________________________
52716 [  6154] By: gsar                                  on 2000/05/28  21:04:19
52717         Log: avoid type mismatch warning
52718      Branch: perl
52719            ! perl.c
52720 ____________________________________________________________________________
52721 [  6153] By: gsar                                  on 2000/05/28  20:58:31
52722         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
52723              <nick@Bagpuss.uk.boo.com>)
52724      Branch: perl
52725            ! lib/Test/Harness.pm
52726 ____________________________________________________________________________
52727 [  6152] By: gsar                                  on 2000/05/28  20:53:42
52728         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
52729      Branch: perl
52730            ! regexec.c
52731 ____________________________________________________________________________
52732 [  6151] By: gsar                                  on 2000/05/28  20:50:28
52733         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
52734      Branch: perl
52735            ! regexec.c
52736 ____________________________________________________________________________
52737 [  6150] By: gsar                                  on 2000/05/28  20:39:58
52738         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
52739      Branch: perl
52740            ! pod/perlrequick.pod
52741 ____________________________________________________________________________
52742 [  6149] By: gsar                                  on 2000/05/28  20:35:16
52743         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
52744              <troc@netrus.net>)
52745      Branch: perl
52746            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
52747            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
52748            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
52749            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
52750 ____________________________________________________________________________
52751 [  6148] By: gsar                                  on 2000/05/28  20:21:07
52752         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
52753      Branch: perl
52754            ! lib/ExtUtils/MM_Unix.pm
52755 ____________________________________________________________________________
52756 [  6147] By: gsar                                  on 2000/05/28  20:12:41
52757         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
52758              (from Peter Prymmer)
52759      Branch: perl
52760            ! vms/subconfigure.com
52761 ____________________________________________________________________________
52762 [  6146] By: gsar                                  on 2000/05/28  20:06:15
52763         Log: doc typo
52764      Branch: perl
52765            ! lib/warnings.pm warnings.h warnings.pl
52766 ____________________________________________________________________________
52767 [  6145] By: gsar                                  on 2000/05/28  18:44:33
52768         Log: make xsubpp skip embedded pod (from Matthias Neeracher
52769              <neeri@iis.ee.ethz.ch>)
52770      Branch: perl
52771            ! lib/ExtUtils/xsubpp
52772 ____________________________________________________________________________
52773 [  6144] By: gsar                                  on 2000/05/28  18:42:49
52774         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
52775              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
52776              <neeri@iis.ee.ethz.ch>)
52777      Branch: perl
52778            ! lib/AutoSplit.pm
52779 ____________________________________________________________________________
52780 [  6143] By: gsar                                  on 2000/05/28  18:41:12
52781         Log: MacOS support, part 1 (from Matthias Neeracher
52782              <neeri@iis.ee.ethz.ch>)
52783      Branch: perl
52784            + ext/DynaLoader/dl_mac.xs
52785            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
52786            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
52787            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
52788            ! util.h
52789 ____________________________________________________________________________
52790 [  6142] By: gsar                                  on 2000/05/28  18:21:51
52791         Log: File::Find fails to chdir when chasing symlinks (from
52792              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52793      Branch: perl
52794            ! lib/File/Find.pm t/lib/filefind.t
52795 ____________________________________________________________________________
52796 [  6141] By: jhi                                   on 2000/05/28  14:25:15
52797         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
52798              forwarded by Peter Seebach from the bsdi-users mailing list.
52799              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
52800      Branch: perl
52801            ! hints/bsdos.sh
52802 ____________________________________________________________________________
52803 [  6140] By: jhi                                   on 2000/05/28  14:11:57
52804         Log: Integrate with Sarathy.
52805      Branch: cfgperl
52806           +> (branch 30 files)
52807           !> (integrate 93 files)
52808 ____________________________________________________________________________
52809 [  6139] By: gsar                                  on 2000/05/28  10:01:48
52810         Log: revise mktables.PL for bugs and newness in Unicode 3.0
52811              (from James Bence <jbence@amgen.com>)
52812      Branch: perl
52813            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
52814            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
52815            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
52816            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
52817            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
52818            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
52819            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
52820            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
52821            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
52822            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
52823            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
52824            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
52825            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
52826            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
52827            + lib/unicode/Is/SylWU.pl
52828            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
52829            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52830            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52831            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52832            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52833            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52834            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52835            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52836            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52837            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52838            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52839            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52840            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52841            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52842            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
52843            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
52844            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
52845            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
52846            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
52847            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
52848            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
52849            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
52850            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
52851            ! lib/unicode/Makefile lib/unicode/mktables.PL
52852 ____________________________________________________________________________
52853 [  6138] By: gsar                                  on 2000/05/28  08:50:32
52854         Log: add note about the handling of negative indices to tied arrays
52855              (from Michael G Schwern <schwern@pobox.com>)
52856      Branch: perl
52857            ! pod/perltie.pod
52858 ____________________________________________________________________________
52859 [  6137] By: gsar                                  on 2000/05/28  08:46:10
52860         Log: fix bogus redeclaration warning for "our" variables in different
52861              scopes
52862      Branch: perl
52863            ! op.c t/pragma/strict-vars
52864 ____________________________________________________________________________
52865 [  6136] By: gsar                                  on 2000/05/28  08:31:20
52866         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
52867      Branch: perl
52868            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
52869 ____________________________________________________________________________
52870 [  6135] By: gsar                                  on 2000/05/28  08:17:50
52871         Log: enable Test::Harness to dynamically determine column width etc.
52872              (from Rob Napier <rnapier@employees.org>)
52873      Branch: perl
52874            ! lib/Test/Harness.pm
52875 ____________________________________________________________________________
52876 [  6134] By: gsar                                  on 2000/05/28  08:13:39
52877         Log: make Test::Harness use wait.h/WCOREDUMP if available
52878              (from Ben Tilly <ben_tilly@hotmail.com>)
52879      Branch: perl
52880            ! lib/Test/Harness.pm
52881 ____________________________________________________________________________
52882 [  6133] By: gsar                                  on 2000/05/28  08:08:05
52883         Log: elide bogus test in change#6132
52884      Branch: perl
52885            ! t/pragma/warn/9enabled
52886 ____________________________________________________________________________
52887 [  6132] By: gsar                                  on 2000/05/28  08:03:14
52888         Log: warnings::enabled() doesn't fall back to looking at $^W if
52889              caller isn't using lexical warnings (from Paul Marquess)
52890      Branch: perl
52891            ! pp_ctl.c t/pragma/warn/9enabled
52892 ____________________________________________________________________________
52893 [  6131] By: gsar                                  on 2000/05/28  07:57:47
52894         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
52895      Branch: perl
52896            ! ext/POSIX/POSIX.pm
52897 ____________________________________________________________________________
52898 [  6130] By: gsar                                  on 2000/05/28  07:29:12
52899         Log: fix places that mean C<"word" character> but say C<alphanumeric
52900              character>
52901      Branch: perl
52902            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
52903 ____________________________________________________________________________
52904 [  6129] By: gsar                                  on 2000/05/28  07:18:41
52905         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
52906      Branch: perl
52907            ! vms/test.com
52908 ____________________________________________________________________________
52909 [  6128] By: gsar                                  on 2000/05/28  07:12:55
52910         Log: new perlxstut example for passing/returning refs to arrays
52911              (from David Lowe <dlowe@pootpoot.com>)
52912      Branch: perl
52913            ! pod/perlxstut.pod
52914 ____________________________________________________________________________
52915 [  6127] By: gsar                                  on 2000/05/28  07:02:50
52916         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
52917              failed (from Gisle Aas)
52918      Branch: perl
52919            ! cop.h perl.c
52920 ____________________________________________________________________________
52921 [  6126] By: gsar                                  on 2000/05/28  06:39:53
52922         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
52923              (reworked variant of patch suggested by Simon Cozens)
52924      Branch: perl
52925            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
52926            ! pp_hot.c proto.h t/op/gv.t
52927 ____________________________________________________________________________
52928 [  6125] By: gsar                                  on 2000/05/28  05:14:55
52929         Log: enable propagating exception objects via Perl_croak() in XS code
52930              (from Gisle Aas)
52931      Branch: perl
52932            ! util.c
52933 ____________________________________________________________________________
52934 [  6124] By: gsar                                  on 2000/05/28  05:07:28
52935         Log: integrate vmsperl contents into mainline
52936      Branch: perl
52937           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
52938           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
52939           !> vms/vmsish.h
52940 ____________________________________________________________________________
52941 [  6123] By: gsar                                  on 2000/05/28  05:03:53
52942         Log: clarify gotcha with #line directives (from Rocco Caputo
52943              <troc@netrus.net>)
52944      Branch: perl
52945            ! pod/perldebug.pod pod/perlsyn.pod
52946 ____________________________________________________________________________
52947 [  6122] By: gsar                                  on 2000/05/28  04:58:29
52948         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
52949              (from Mark-Jason Dominus)
52950      Branch: perl
52951            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
52952            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
52953            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
52954            ! toke.c
52955 ____________________________________________________________________________
52956 [  6121] By: bailey                                on 2000/05/25  04:46:54
52957         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
52958              lists (based on fixes by Craig Berry)
52959      Branch: vmsperl
52960            ! lib/File/Spec/VMS.pm
52961 ____________________________________________________________________________
52962 [  6120] By: bailey                                on 2000/05/25  04:25:38
52963         Log: Add missing escape (Charles Lane)
52964      Branch: vmsperl
52965            ! t/op/lex_assign.t
52966 ____________________________________________________________________________
52967 [  6119] By: bailey                                on 2000/05/25  04:21:25
52968         Log: Quiet error messages in vmsish.t (Charles Lane)
52969      Branch: vmsperl
52970            ! vms/ext/vmsish.t
52971 ____________________________________________________________________________
52972 [  6118] By: bailey                                on 2000/05/25  04:17:57
52973         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
52974              Flatten case labels in switch statements uniformly (Charles Bailey)
52975      Branch: vmsperl
52976            ! vms/vms.c
52977 ____________________________________________________________________________
52978 [  6117] By: bailey                                on 2000/05/25  03:58:09
52979         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
52980      Branch: vmsperl
52981            ! vms/vmsish.h
52982 ____________________________________________________________________________
52983 [  6116] By: bailey                                on 2000/05/25  03:11:15
52984         Log: Miscellaneous cosmetic fixes (Charles Lane)
52985      Branch: vmsperl
52986            ! lib/ExtUtils/MM_VMS.pm
52987 ____________________________________________________________________________
52988 [  6115] By: bailey                                on 2000/05/25  03:10:36
52989         Log: Add bounds checking for several strings (Charles Lane)
52990      Branch: vmsperl
52991            ! vms/vms.c
52992 ____________________________________________________________________________
52993 [  6114] By: bailey                                on 2000/05/25  02:25:34
52994         Log: Urk -- undo previous removal of vmsish 'exit' change
52995      Branch: vmsperl
52996            ! vms/ext/vmsish.pm vms/vmsish.h
52997 ____________________________________________________________________________
52998 [  6113] By: bailey                                on 2000/05/24  02:24:40
52999         Log: Ugly workaround for version-specific RTL error
53000      Branch: vmsperl
53001            ! vms/vms.c
53002 ____________________________________________________________________________
53003 [  6112] By: bailey                                on 2000/05/24  02:19:55
53004         Log: Check for existence of file before trying to delete
53005      Branch: vmsperl
53006            ! vms/test.com
53007 ____________________________________________________________________________
53008 [  6111] By: bailey                                on 2000/05/23  23:35:13
53009         Log: Resync with mainline prior to post-5.6.0 updates
53010      Branch: vmsperl
53011           +> (branch 49 files)
53012            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
53013            ! vms/ext/vmsish.pm
53014           !> (integrate 334 files)
53015 ____________________________________________________________________________
53016 [  6110] By: jhi                                   on 2000/05/23  19:28:32
53017         Log: todo tweak
53018      Branch: cfgperl
53019            ! Todo-5.6
53020 ____________________________________________________________________________
53021 [  6109] By: jhi                                   on 2000/05/18  17:38:54
53022         Log: Integrate with Sarathy.
53023      Branch: cfgperl
53024           !> mg.c perl.h win32/perlhost.h
53025 ____________________________________________________________________________
53026 [  6108] By: gsar                                  on 2000/05/17  02:24:56
53027         Log: reenable fake signal handling on Windows, bugs and all
53028      Branch: perl
53029            ! mg.c perl.h win32/perlhost.h
53030 ____________________________________________________________________________
53031 [  6107] By: jhi                                   on 2000/05/15  18:01:41
53032         Log: Tweak the todo list.
53033      Branch: cfgperl
53034            ! Todo-5.6
53035 ____________________________________________________________________________
53036 [  6106] By: jhi                                   on 2000/05/15  13:41:48
53037         Log: The (Configure) script refuses to go on, after asking for
53038              'You may also choose to try maximal 64-bitness....'.
53039              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
53040              -- Patrick Zima
53041              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
53042      Branch: cfgperl
53043            ! hints/solaris_2.sh
53044 ____________________________________________________________________________
53045 [  6105] By: jhi                                   on 2000/05/11  14:37:43
53046         Log: Integrate with Sarathy.
53047      Branch: cfgperl
53048           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53049           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
53050 ____________________________________________________________________________
53051 [  6104] By: gsar                                  on 2000/05/11  03:39:07
53052         Log: PL_sys_intern was being initialized too late on windows
53053      Branch: perl
53054            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53055            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
53056 ____________________________________________________________________________
53057 [  6103] By: jhi                                   on 2000/05/09  19:42:20
53058         Log: Test tweaking for Unicos continues.
53059      Branch: cfgperl
53060            ! t/op/64bitint.t
53061 ____________________________________________________________________________
53062 [  6102] By: jhi                                   on 2000/05/09  16:47:27
53063         Log: The test suite tweak in #6101 wasn't quite right.
53064      Branch: cfgperl
53065            ! t/lib/complex.t
53066 ____________________________________________________________________________
53067 [  6101] By: jhi                                   on 2000/05/09  15:35:34
53068         Log: Hints and test tweaks for Unicos.
53069      Branch: cfgperl
53070            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
53071 ____________________________________________________________________________
53072 [  6100] By: jhi                                   on 2000/05/08  21:15:06
53073         Log: More compilation tweakery from Allen Smith.
53074      Branch: cfgperl
53075            ! hints/irix_6.sh
53076 ____________________________________________________________________________
53077 [  6099] By: jhi                                   on 2000/05/08  19:21:18
53078         Log: Tweaks for the cc bugs from Allen Smith.
53079      Branch: cfgperl
53080            ! hints/irix_6.sh
53081 ____________________________________________________________________________
53082 [  6098] By: jhi                                   on 2000/05/08  19:13:37
53083         Log: Add a note about other, yet unsupported, shadow password APIs.
53084      Branch: cfgperl
53085            ! pp_sys.c
53086 ____________________________________________________________________________
53087 [  6097] By: jhi                                   on 2000/05/08  18:46:34
53088         Log: Add a note about possible compilation problems from Allen Smith.
53089      Branch: cfgperl
53090            ! hints/irix_6.sh
53091 ____________________________________________________________________________
53092 [  6096] By: jhi                                   on 2000/05/08  17:33:10
53093         Log: Integrate with Sarathy.
53094      Branch: cfgperl
53095           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53096           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
53097 ____________________________________________________________________________
53098 [  6095] By: jhi                                   on 2000/05/08  16:21:33
53099         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
53100              might be useful in future.
53101      Branch: cfgperl
53102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53103            ! config_h.SH
53104      Branch: metaconfig
53105            ! U/installdirs/inc_version_list.U
53106      Branch: metaconfig/U/perl
53107            ! perlxv.U
53108 ____________________________________________________________________________
53109 [  6094] By: gsar                                  on 2000/05/08  14:22:22
53110         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
53111      Branch: perl
53112            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53113            ! hints/cygwin.sh pp_sys.c
53114 ____________________________________________________________________________
53115 [  6093] By: gsar                                  on 2000/05/08  12:52:28
53116         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
53117              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
53118      Branch: perl
53119            ! pp_sys.c sv.c win32/perlhost.h
53120 ____________________________________________________________________________
53121 [  6092] By: jhi                                   on 2000/05/07  22:40:34
53122         Log: Regen perltoc with the fixed buildtoc.
53123      Branch: cfgperl
53124            ! pod/perltoc.pod
53125 ____________________________________________________________________________
53126 [  6091] By: jhi                                   on 2000/05/07  22:24:16
53127         Log: Integrate with Sarathy.
53128      Branch: cfgperl
53129           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
53130           !> t/op/substr.t toke.c
53131 ____________________________________________________________________________
53132 [  6090] By: gsar                                  on 2000/05/07  19:47:07
53133         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
53134              [NI]OK; added tests for both
53135      Branch: perl
53136            ! perl.c pp_hot.c sv.c t/op/substr.t
53137 ____________________________________________________________________________
53138 [  6089] By: gsar                                  on 2000/05/07  18:18:38
53139         Log: buildtoc tweak to fix newline lossage
53140      Branch: perl
53141            ! pod/buildtoc
53142 ____________________________________________________________________________
53143 [  6088] By: jhi                                   on 2000/05/07  16:35:36
53144         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
53145              because we do not use those.  The HAS_GETSPNAM remains,
53146              though, because we still do use that.
53147      Branch: cfgperl
53148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53149            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
53150            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
53151            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
53152            ! win32/config.vc win32/config_H.bc win32/config_H.gc
53153            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53154 ____________________________________________________________________________
53155 [  6087] By: gsar                                  on 2000/05/07  16:05:16
53156         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
53157      Branch: perl
53158            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53159 ____________________________________________________________________________
53160 [  6086] By: jhi                                   on 2000/05/07  15:27:07
53161         Log: Integrate with Sarathy.
53162      Branch: cfgperl
53163           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53164           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53165           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
53166           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
53167           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
53168           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
53169 ____________________________________________________________________________
53170 [  6085] By: gsar                                  on 2000/05/07  05:52:02
53171         Log: repeat operator (x) doesn't preserve utf8-ness
53172      Branch: perl
53173            ! pp.c t/op/substr.t
53174 ____________________________________________________________________________
53175 [  6084] By: gsar                                  on 2000/05/07  05:39:55
53176         Log: substr() does not preserve utf8-ness (from Stefan Eissing
53177              <Eissing@medicaldataservice.de>); added tests
53178      Branch: perl
53179            ! pp.c t/op/substr.t
53180 ____________________________________________________________________________
53181 [  6083] By: gsar                                  on 2000/05/07  05:24:46
53182         Log: note about undocumented caller() return value (from M.J.T. Guy);
53183              yet another peek.t tweak
53184      Branch: perl
53185            ! pod/perlfunc.pod t/lib/peek.t
53186 ____________________________________________________________________________
53187 [  6082] By: gsar                                  on 2000/05/07  05:08:40
53188         Log: peek.t non-portable to ithreads
53189      Branch: perl
53190            ! t/lib/peek.t
53191 ____________________________________________________________________________
53192 [  6081] By: gsar                                  on 2000/05/07  04:17:04
53193         Log: better default perlbug categories for ok reports (from Richard Foley)
53194      Branch: perl
53195            ! utils/perlbug.PL
53196 ____________________________________________________________________________
53197 [  6080] By: gsar                                  on 2000/05/07  04:08:07
53198         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
53199              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53200      Branch: perl
53201            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53202            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53203            ! AUTHORS MAINTAIN MANIFEST
53204 ____________________________________________________________________________
53205 [  6079] By: gsar                                  on 2000/05/07  04:01:38
53206         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
53207      Branch: perl
53208            ! lib/Carp/Heavy.pm
53209 ____________________________________________________________________________
53210 [  6078] By: gsar                                  on 2000/05/07  01:24:19
53211         Log: workaround for CRT bug in chdir() (from Charles Lane, via
53212              Peter Prymmer)
53213      Branch: perl
53214            ! iperlsys.h vms/vms.c vms/vmsish.h
53215 ____________________________________________________________________________
53216 [  6077] By: gsar                                  on 2000/05/07  01:22:23
53217         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
53218              and Tom Phoenix)
53219      Branch: perl
53220            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
53221 ____________________________________________________________________________
53222 [  6076] By: gsar                                  on 2000/05/06  17:36:29
53223         Log: integrate cfgperl contents into mainline
53224      Branch: perl
53225           +> t/lib/peek.t
53226           !> Configure MANIFEST Porting/Glossary Porting/config.sh
53227           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
53228           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
53229           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
53230 ____________________________________________________________________________
53231 [  6075] By: jhi                                   on 2000/05/05  18:56:10
53232         Log: Make the test more portable.
53233      Branch: cfgperl
53234            ! t/lib/peek.t
53235 ____________________________________________________________________________
53236 [  6074] By: jhi                                   on 2000/05/05  18:49:20
53237         Log: Introduce t/lib/peek.t.
53238      Branch: cfgperl
53239            + t/lib/peek.t
53240            ! MANIFEST
53241 ____________________________________________________________________________
53242 [  6073] By: jhi                                   on 2000/05/05  14:30:45
53243         Log: Complex tweaks.
53244      Branch: cfgperl
53245            ! lib/Math/Complex.pm t/lib/complex.t
53246 ____________________________________________________________________________
53247 [  6072] By: jhi                                   on 2000/05/05  12:27:13
53248         Log: Integrate with Sarathy.
53249      Branch: cfgperl
53250           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53251           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53252           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
53253           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
53254 ____________________________________________________________________________
53255 [  6071] By: gsar                                  on 2000/05/05  02:24:46
53256         Log: misformatted perllocal.pod (from Tim Jenness
53257              <t.jenness@jach.hawaii.edu>)
53258      Branch: perl
53259            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53260 ____________________________________________________________________________
53261 [  6070] By: gsar                                  on 2000/05/05  02:16:52
53262         Log: remove misleading comment (from M.J.T. Guy)
53263      Branch: perl
53264            ! t/lib/anydbm.t
53265 ____________________________________________________________________________
53266 [  6069] By: gsar                                  on 2000/05/05  02:15:13
53267         Log: File::Spec compatibility update (from Barrie Slaymaker
53268              <barries@slaysys.com>)
53269      Branch: perl
53270            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53271            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53272 ____________________________________________________________________________
53273 [  6068] By: gsar                                  on 2000/05/05  02:01:50
53274         Log: note about values()
53275      Branch: perl
53276            ! pod/perlfunc.pod
53277 ____________________________________________________________________________
53278 [  6067] By: gsar                                  on 2000/05/05  01:33:09
53279         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
53280      Branch: perl
53281            ! win32/win32.c
53282 ____________________________________________________________________________
53283 [  6066] By: gsar                                  on 2000/05/05  01:23:43
53284         Log: s/END/CHECK/
53285      Branch: perl
53286            ! perl.c
53287 ____________________________________________________________________________
53288 [  6065] By: jhi                                   on 2000/05/04  17:30:22
53289         Log: Integrate with Sarathy.
53290      Branch: cfgperl
53291           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
53292 ____________________________________________________________________________
53293 [  6064] By: gsar                                  on 2000/05/04  17:26:14
53294         Log: change#5905 wasn't quite right--it's intent only applies when arguments
53295              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
53296      Branch: perl
53297            ! pp_sys.c sv.c
53298 ____________________________________________________________________________
53299 [  6063] By: gsar                                  on 2000/05/04  16:52:29
53300         Log: tokeq() could read unallocated field in argument
53301      Branch: perl
53302            ! toke.c
53303 ____________________________________________________________________________
53304 [  6062] By: gsar                                  on 2000/05/04  16:34:51
53305         Log: additional tests for utf8.t
53306      Branch: perl
53307            ! t/pragma/utf8.t
53308 ____________________________________________________________________________
53309 [  6061] By: gsar                                  on 2000/05/04  16:09:28
53310         Log: change#5921 neglected to make eq honor "use bytes"
53311      Branch: perl
53312            ! sv.c
53313 ____________________________________________________________________________
53314 [  6060] By: jhi                                   on 2000/05/04  15:30:16
53315         Log: Integrate with Sarathy.
53316      Branch: cfgperl
53317           !> perl.c regcomp.c t/pragma/utf8.t
53318 ____________________________________________________________________________
53319 [  6059] By: jhi                                   on 2000/05/04  15:26:37
53320         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
53321              in natively 64-bit platforms where a long is a quad (no need
53322              for long longs).  Also added bias for IVs.
53323      Branch: cfgperl
53324            ! toke.c
53325 ____________________________________________________________________________
53326 [  6058] By: gsar                                  on 2000/05/04  00:19:14
53327         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
53328              (spotted by Donald Kinzer <dkinzer@premia.com>)
53329      Branch: perl
53330            ! perl.c
53331 ____________________________________________________________________________
53332 [  6057] By: gsar                                  on 2000/05/03  18:34:01
53333         Log: fix broken parsing of /\x{ab}/
53334      Branch: perl
53335            ! regcomp.c t/pragma/utf8.t
53336 ____________________________________________________________________________
53337 [  6056] By: jhi                                   on 2000/05/03  17:57:16
53338         Log: The search of infinity continues, this time simplified.
53339      Branch: cfgperl
53340            ! lib/Math/Complex.pm
53341 ____________________________________________________________________________
53342 [  6055] By: jhi                                   on 2000/05/03  17:45:30
53343         Log: Detypo.
53344      Branch: cfgperl
53345            ! hints/unicos.sh
53346 ____________________________________________________________________________
53347 [  6054] By: jhi                                   on 2000/05/02  22:28:27
53348         Log: Be more forgiving in POSIX about HUGE_VALL.
53349      Branch: cfgperl
53350            ! ext/POSIX/POSIX.xs
53351 ____________________________________________________________________________
53352 [  6053] By: jhi                                   on 2000/05/02  22:25:05
53353         Log: Integrate with Sarathy.
53354      Branch: cfgperl
53355           !> hints/irix_6.sh pod/perlop.pod
53356 ____________________________________________________________________________
53357 [  6052] By: jhi                                   on 2000/05/02  22:24:31
53358         Log: Unicos hint tweak.
53359      Branch: cfgperl
53360            ! hints/unicos.sh
53361 ____________________________________________________________________________
53362 [  6051] By: jhi                                   on 2000/05/02  22:21:26
53363         Log: Complex tweakery.
53364      Branch: cfgperl
53365            ! lib/Math/Complex.pm t/lib/complex.t
53366 ____________________________________________________________________________
53367 [  6050] By: jhi                                   on 2000/05/02  19:26:22
53368         Log: Use setxxent()/endxxent().
53369      Branch: cfgperl
53370            ! t/op/grent.t t/op/pwent.t
53371 ____________________________________________________________________________
53372 [  6049] By: jhi                                   on 2000/05/02  19:06:02
53373         Log: Test both the scalar and list contexts.
53374      Branch: cfgperl
53375            ! t/op/grent.t t/op/pwent.t
53376 ____________________________________________________________________________
53377 [  6048] By: gsar                                  on 2000/05/02  18:29:10
53378         Log: add note about how $( doesn't interpolate in REs (from
53379              Philip Newton <newton@ficus.frogspace.net>)
53380      Branch: perl
53381            ! pod/perlop.pod
53382 ____________________________________________________________________________
53383 [  6047] By: jhi                                   on 2000/05/02  17:41:24
53384         Log: Call getspnam() only iff needd.
53385      Branch: cfgperl
53386            ! pp_sys.c
53387 ____________________________________________________________________________
53388 [  6046] By: gsar                                  on 2000/05/02  17:07:25
53389         Log: libscheck has insufficient checks for n32 libs (from
53390              Albert Chin-A-Young <china@thewrittenword.com>)
53391      Branch: perl
53392            ! hints/irix_6.sh
53393 ____________________________________________________________________________
53394 [  6045] By: jhi                                   on 2000/05/02  13:57:17
53395         Log: Integrate with Sarathy.
53396      Branch: cfgperl
53397           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
53398           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
53399 ____________________________________________________________________________
53400 [  6044] By: gsar                                  on 2000/05/02  06:48:19
53401         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
53402              such that underscores are only ignored in literal numbers,
53403              "\x{...}", and hex/oct argument
53404      Branch: perl
53405            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
53406 ____________________________________________________________________________
53407 [  6043] By: gsar                                  on 2000/05/02  02:22:29
53408         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
53409      Branch: perl
53410            ! pod/perlretut.pod
53411 ____________________________________________________________________________
53412 [  6042] By: gsar                                  on 2000/05/02  02:17:51
53413         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
53414      Branch: perl
53415            ! pod/perltrap.pod
53416 ____________________________________________________________________________
53417 [  6041] By: gsar                                  on 2000/05/02  01:53:51
53418         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
53419              to compensate
53420      Branch: perl
53421            ! Porting/makerel
53422 ____________________________________________________________________________
53423 [  6040] By: gsar                                  on 2000/05/02  01:51:57
53424         Log: missing files in MANIFEST
53425      Branch: perl
53426            ! MANIFEST
53427 ____________________________________________________________________________
53428 [  6039] By: jhi                                   on 2000/05/02  00:36:46
53429         Log: Infinite problems.
53430      Branch: cfgperl
53431            ! lib/Math/Complex.pm
53432 ____________________________________________________________________________
53433 [  6038] By: jhi                                   on 2000/05/02  00:06:38
53434         Log: pwent/spent #ifdef imbalance.
53435      Branch: cfgperl
53436            ! pp_sys.c
53437 ____________________________________________________________________________
53438 [  6037] By: jhi                                   on 2000/05/01  22:50:11
53439         Log: Use HUGE_VALL if applicable.
53440      Branch: cfgperl
53441            ! ext/POSIX/POSIX.xs util.c
53442 ____________________________________________________________________________
53443 [  6036] By: jhi                                   on 2000/05/01  22:20:53
53444         Log: Correct Freudian slip.
53445      Branch: cfgperl
53446            ! pp_sys.c
53447 ____________________________________________________________________________
53448 [  6035] By: jhi                                   on 2000/05/01  21:07:38
53449         Log: Continue on the pwent/spent case.
53450      Branch: cfgperl
53451            ! pp_sys.c
53452 ____________________________________________________________________________
53453 [  6034] By: jhi                                   on 2000/05/01  17:45:14
53454         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
53455              adjustments in 6032 conflicted badly with this, will have
53456              to revisit them later.
53457      Branch: cfgperl
53458           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
53459           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
53460           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
53461           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
53462           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
53463           !> t/lib/cgi-html.t t/lib/cgi-request.t
53464 ____________________________________________________________________________
53465 [  6033] By: jhi                                   on 2000/05/01  17:40:49
53466         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
53467      Branch: cfgperl
53468            ! pp_sys.c
53469 ____________________________________________________________________________
53470 [  6032] By: gsar                                  on 2000/05/01  15:56:32
53471         Log: whitespace adjustments
53472      Branch: perl
53473            ! pp_sys.c
53474 ____________________________________________________________________________
53475 [  6031] By: gsar                                  on 2000/05/01  15:19:41
53476         Log: small nits in diagnostics.pm (from Robin Barker)
53477      Branch: perl
53478            ! lib/diagnostics.pm pod/perldiag.pod
53479 ____________________________________________________________________________
53480 [  6030] By: gsar                                  on 2000/05/01  08:39:18
53481         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
53482              for @- and @+ (from Johan Vromans)
53483      Branch: perl
53484            ! lib/English.pm pod/perlvar.pod
53485 ____________________________________________________________________________
53486 [  6029] By: gsar                                  on 2000/05/01  08:16:10
53487         Log: add CGI.pm v2.66 (from Lincoln Stein)
53488      Branch: perl
53489            + lib/CGI/Util.pm t/lib/cgi-pretty.t
53490            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
53491            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
53492            ! t/lib/cgi-html.t t/lib/cgi-request.t
53493 ____________________________________________________________________________
53494 [  6028] By: gsar                                  on 2000/05/01  06:34:41
53495         Log: Pod::Man generates groff-incompatible macro definition (from
53496              Tom Christiansen)
53497      Branch: perl
53498            ! lib/Pod/Man.pm
53499 ____________________________________________________________________________
53500 [  6027] By: gsar                                  on 2000/05/01  06:31:36
53501         Log: podlators-1.02 update (from Russ Allbery)
53502      Branch: perl
53503            ! lib/Pod/Man.pm lib/Pod/Text.pm
53504 ____________________________________________________________________________
53505 [  6026] By: jhi                                   on 2000/04/30  23:24:23
53506         Log: Integrate with Sarathy.
53507      Branch: cfgperl
53508           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53509           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
53510           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53511           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53512           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
53513           !> t/lib/syslog.t toke.c win32/win32.h
53514 ____________________________________________________________________________
53515 [  6025] By: gsar                                  on 2000/04/30  18:17:47
53516         Log: Is{Alnum,Alpha,Word} don't match titlecase
53517              
53518              TODO: IsSpace is defined recursively!
53519              
53520              (both spotted by Larry)
53521      Branch: perl
53522            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53523            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53524 ____________________________________________________________________________
53525 [  6024] By: gsar                                  on 2000/04/30  17:50:19
53526         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
53527              (from Hugo van der Sanden)
53528      Branch: perl
53529            ! toke.c
53530 ____________________________________________________________________________
53531 [  6023] By: gsar                                  on 2000/04/30  17:14:43
53532         Log: debugger stomps on $. (from M.J.T. Guy)
53533      Branch: perl
53534            ! lib/perl5db.pl
53535 ____________________________________________________________________________
53536 [  6022] By: gsar                                  on 2000/04/30  16:59:22
53537         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
53538      Branch: perl
53539            ! sv.c
53540 ____________________________________________________________________________
53541 [  6021] By: gsar                                  on 2000/04/29  21:00:08
53542         Log: remove Win2K issue in pod (fixed by change#6020)
53543      Branch: perl
53544            ! README.win32 pod/perl56delta.pod
53545 ____________________________________________________________________________
53546 [  6020] By: gsar                                  on 2000/04/29  20:51:49
53547         Log: test tweak
53548      Branch: perl
53549            ! t/lib/open3.t
53550 ____________________________________________________________________________
53551 [  6019] By: gsar                                  on 2000/04/29  20:34:27
53552         Log: windows portability tweaks
53553      Branch: perl
53554            ! t/lib/b.t win32/win32.h
53555 ____________________________________________________________________________
53556 [  6018] By: gsar                                  on 2000/04/29  19:55:24
53557         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
53558              make _PATH_LOG() return "" if unavailable
53559      Branch: perl
53560            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53561            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
53562 ____________________________________________________________________________
53563 [  6017] By: jhi                                   on 2000/04/28  22:49:46
53564         Log: Integrate with Sarathy.
53565      Branch: cfgperl
53566           !> op.c perl.c pod/perldiag.pod t/lib/b.t
53567 ____________________________________________________________________________
53568 [  6016] By: jhi                                   on 2000/04/28  22:46:14
53569         Log: Do not warn that an infinity does not look like a number.
53570      Branch: cfgperl
53571            ! sv.c
53572 ____________________________________________________________________________
53573 [  6015] By: gsar                                  on 2000/04/28  22:35:49
53574         Log: tweak test for portability
53575      Branch: perl
53576            ! t/lib/b.t
53577 ____________________________________________________________________________
53578 [  6014] By: gsar                                  on 2000/04/28  22:05:31
53579         Log: glob() loading File::Glob behind the scenes may cause syntax errors
53580      Branch: perl
53581            ! op.c
53582 ____________________________________________________________________________
53583 [  6013] By: gsar                                  on 2000/04/28  21:25:22
53584         Log: tweak change#5945 to display correct switch name in diagnostic
53585      Branch: perl
53586            ! perl.c pod/perldiag.pod
53587 ____________________________________________________________________________
53588 [  6012] By: jhi                                   on 2000/04/28  21:08:12
53589         Log: Integrate with Sarathy.
53590      Branch: cfgperl
53591           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
53592           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
53593           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
53594 ____________________________________________________________________________
53595 [  6011] By: jhi                                   on 2000/04/28  21:04:46
53596         Log: &HUGE_VAL is not defined, it exists.
53597      Branch: cfgperl
53598            ! lib/Math/Complex.pm
53599 ____________________________________________________________________________
53600 [  6010] By: gsar                                  on 2000/04/28  21:02:58
53601         Log: clarify note about shadow password support (from
53602              gellyfish@gellyfish.com)
53603      Branch: perl
53604            ! pod/perlfunc.pod
53605 ____________________________________________________________________________
53606 [  6009] By: gsar                                  on 2000/04/28  21:00:00
53607         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
53608      Branch: perl
53609            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
53610 ____________________________________________________________________________
53611 [  6008] By: gsar                                  on 2000/04/28  20:56:33
53612         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
53613      Branch: perl
53614            ! installperl vms/subconfigure.com
53615 ____________________________________________________________________________
53616 [  6007] By: gsar                                  on 2000/04/28  20:51:21
53617         Log: note about compile failures and END blocks (from M.J.T. Guy)
53618      Branch: perl
53619            ! pod/perl56delta.pod pod/perlmod.pod
53620 ____________________________________________________________________________
53621 [  6006] By: jhi                                   on 2000/04/28  20:42:14
53622         Log: Regen Configure.
53623      Branch: cfgperl
53624            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53625            ! config_h.SH
53626 ____________________________________________________________________________
53627 [  6005] By: gsar                                  on 2000/04/28  20:41:16
53628         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
53629      Branch: perl
53630            ! utils/perldoc.PL
53631 ____________________________________________________________________________
53632 [  6004] By: jhi                                   on 2000/04/28  20:28:21
53633         Log: Integrate with Sarathy.
53634      Branch: cfgperl
53635           !> Configure INSTALL Porting/Glossary Porting/config.sh
53636           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
53637           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
53638           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53639           !> win32/config.vc win32/win32.c
53640 ____________________________________________________________________________
53641 [  6003] By: gsar                                  on 2000/04/28  20:11:20
53642         Log: allow REG_EXPAND_SZ keys in Windows registry (from
53643              John Clayton <John.Clayton@barclayscapital.com>)
53644      Branch: perl
53645            ! win32/win32.c
53646 ____________________________________________________________________________
53647 [  6002] By: gsar                                  on 2000/04/28  19:34:16
53648         Log: destructive sv_setsv() can lose UV-ness from source, causing
53649              numeric promotions/comparisons to fail to do the right thing
53650      Branch: perl
53651            ! sv.c
53652 ____________________________________________________________________________
53653 [  6001] By: gsar                                  on 2000/04/28  18:44:15
53654         Log: support additional library locations via $Config{otherlibdirs}
53655              (from Andy Dougherty)
53656      Branch: perl
53657            ! Configure INSTALL Porting/Glossary Porting/config.sh
53658            ! Porting/config_H config_h.SH epoc/config.sh perl.c
53659            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
53660            ! win32/config.bc win32/config.gc win32/config.vc
53661 ____________________________________________________________________________
53662 [  6000] By: gsar                                  on 2000/04/28  18:26:58
53663         Log: reworked otherlibdirs.U (from Andy Dougherty)
53664      Branch: metaconfig
53665            ! U/installdirs/otherlibdirs.U
53666 ____________________________________________________________________________
53667 [  5999] By: gsar                                  on 2000/04/28  18:17:07
53668         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
53669      Branch: perl
53670            ! t/pragma/warn/toke toke.c
53671 ____________________________________________________________________________
53672 [  5998] By: jhi                                   on 2000/04/28  13:32:17
53673         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
53674      Branch: cfgperl
53675            ! lib/Math/Complex.pm
53676 ____________________________________________________________________________
53677 [  5997] By: jhi                                   on 2000/04/28  13:14:04
53678         Log: Preserve $!.
53679      Branch: cfgperl
53680            ! lib/Math/Complex.pm
53681 ____________________________________________________________________________
53682 [  5996] By: jhi                                   on 2000/04/28  12:59:23
53683         Log: Integrate with Sarathy.
53684      Branch: cfgperl
53685           +> pod/perlrequick.pod pod/perlretut.pod
53686           !> (integrate 51 files)
53687 ____________________________________________________________________________
53688 [  5995] By: gsar                                  on 2000/04/28  09:37:36
53689         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
53690      Branch: perl
53691            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
53692 ____________________________________________________________________________
53693 [  5994] By: gsar                                  on 2000/04/28  09:33:26
53694         Log: fix for missed accounting for null byte in pack("Z",...) (from
53695              M.J.T. Guy)
53696      Branch: perl
53697            ! pp.c t/op/pack.t
53698 ____________________________________________________________________________
53699 [  5993] By: gsar                                  on 2000/04/28  09:30:05
53700         Log: various minor tweaks seen on p5p
53701      Branch: perl
53702            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
53703 ____________________________________________________________________________
53704 [  5992] By: gsar                                  on 2000/04/28  09:08:19
53705         Log: pod nit (from Simon Cozens)
53706      Branch: perl
53707            ! pod/perlop.pod
53708 ____________________________________________________________________________
53709 [  5991] By: gsar                                  on 2000/04/28  09:06:36
53710         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
53711      Branch: perl
53712            ! README.posix-bc hints/posix-bc.sh
53713 ____________________________________________________________________________
53714 [  5990] By: gsar                                  on 2000/04/28  08:54:52
53715         Log: use $ENV{LIB} to search for libs under Visual C compiler
53716              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
53717      Branch: perl
53718            ! lib/ExtUtils/Liblist.pm
53719 ____________________________________________________________________________
53720 [  5989] By: gsar                                  on 2000/04/28  08:27:12
53721         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
53722              itself and no other (from Tom Hughes)
53723      Branch: perl
53724            ! t/op/array.t toke.c
53725 ____________________________________________________________________________
53726 [  5988] By: gsar                                  on 2000/04/28  08:01:38
53727         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
53728              <paul@miraclefish.com>)
53729      Branch: perl
53730            ! lib/ExtUtils/MakeMaker.pm
53731 ____________________________________________________________________________
53732 [  5987] By: gsar                                  on 2000/04/28  07:53:09
53733         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
53734      Branch: perl
53735            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
53736 ____________________________________________________________________________
53737 [  5986] By: gsar                                  on 2000/04/28  07:44:17
53738         Log: add regular expressions tutorial and quick-start guide (from
53739              Mark Kvale <kvale@phy.ucsf.edu>)
53740      Branch: perl
53741            + pod/perlrequick.pod pod/perlretut.pod
53742            ! AUTHORS MAINTAIN MANIFEST
53743 ____________________________________________________________________________
53744 [  5985] By: gsar                                  on 2000/04/28  07:30:28
53745         Log: forked child may not exit correctly if it failed to open
53746              /dev/console (from Graham Barr)
53747      Branch: perl
53748            ! ext/Sys/Syslog/Syslog.pm
53749 ____________________________________________________________________________
53750 [  5984] By: gsar                                  on 2000/04/28  07:27:20
53751         Log: attributes::reftype() doesn't work on tied argument
53752      Branch: perl
53753            ! xsutils.c
53754 ____________________________________________________________________________
53755 [  5983] By: gsar                                  on 2000/04/28  07:15:04
53756         Log: numeric conversion of non-number in change#3378 tramples on
53757              OOK offset, causing segfaults
53758      Branch: perl
53759            ! sv.c
53760 ____________________________________________________________________________
53761 [  5982] By: gsar                                  on 2000/04/28  04:48:25
53762         Log: avoid error in IO::Socket::INET when given an unknown service name
53763              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
53764      Branch: perl
53765            ! ext/IO/lib/IO/Socket/INET.pm
53766 ____________________________________________________________________________
53767 [  5981] By: gsar                                  on 2000/04/28  04:31:31
53768         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
53769              prototype mismatch with CORE::glob(); update pod and tests to
53770              suit (File::Glob::glob() is still available for backward
53771              compatibility, but should be considered deprecated)
53772      Branch: perl
53773            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
53774            ! t/lib/glob-taint.t
53775 ____________________________________________________________________________
53776 [  5980] By: gsar                                  on 2000/04/28  03:47:29
53777         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
53778              <ghudson@mit.edu>)
53779      Branch: metaconfig
53780            ! U/modified/Options.U
53781      Branch: perl
53782            ! Configure
53783 ____________________________________________________________________________
53784 [  5979] By: gsar                                  on 2000/04/28  03:07:54
53785         Log: under useithreads, constant pad entries could inadvertantly be
53786              shared across threads (from Eric Blood <eblood@xmission.com>);
53787              added Eric's test case to testsuite
53788      Branch: perl
53789            ! op.c t/op/misc.t
53790 ____________________________________________________________________________
53791 [  5978] By: gsar                                  on 2000/04/27  21:13:00
53792         Log: sync version numbers in File::Spec with the ones on CPAN
53793              (from Barrie Slaymaker)
53794      Branch: perl
53795            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53796            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53797            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53798 ____________________________________________________________________________
53799 [  5977] By: gsar                                  on 2000/04/27  21:07:29
53800         Log: autoquote barewords followed by newline and arrow properly
53801              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
53802      Branch: perl
53803            ! t/pragma/warn/toke toke.c
53804 ____________________________________________________________________________
53805 [  5976] By: gsar                                  on 2000/04/27  20:41:20
53806         Log: DB_File v1.73 update (from Paul Marquess)
53807      Branch: perl
53808            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
53809            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
53810 ____________________________________________________________________________
53811 [  5975] By: gsar                                  on 2000/04/27  20:34:24
53812         Log: allow sort() reentrancy (variant of patch suggested by
53813              Hugo van der Sanden)
53814      Branch: perl
53815            ! pp_ctl.c t/op/sort.t
53816 ____________________________________________________________________________
53817 [  5974] By: gsar                                  on 2000/04/27  19:46:57
53818         Log: change#4197 somehow missed initializing PL_errors, meaning
53819              sytax error queueing wasn't working outside eval"" at all;
53820              also fixed eval"" to localize PL_error_count, so that compile-time
53821              eval's don't clobber the error state of the outer context
53822      Branch: perl
53823            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
53824            ! t/pragma/warn/toke
53825 ____________________________________________________________________________
53826 [  5973] By: gsar                                  on 2000/04/27  18:29:05
53827         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
53828      Branch: perl
53829            ! regcomp.c regexec.c t/op/re_tests
53830 ____________________________________________________________________________
53831 [  5972] By: jhi                                   on 2000/04/27  18:22:41
53832         Log: Integrate with Sarathy.
53833      Branch: cfgperl
53834           +> t/lib/b.t t/lib/syslog.t
53835           !> (integrate 31 files)
53836 ____________________________________________________________________________
53837 [  5971] By: jhi                                   on 2000/04/27  18:18:46
53838         Log: Unicos tweaks from Mark P. Lutz.
53839      Branch: cfgperl
53840            ! hints/unicos.sh lib/Math/Complex.pm
53841 ____________________________________________________________________________
53842 [  5970] By: gsar                                  on 2000/04/27  18:05:11
53843         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
53844              IV is >32bits
53845      Branch: perl
53846            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
53847 ____________________________________________________________________________
53848 [  5969] By: gsar                                  on 2000/04/27  17:50:56
53849         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
53850      Branch: perl
53851            + t/lib/syslog.t
53852            ! MANIFEST ext/Sys/Syslog/Syslog.pm
53853 ____________________________________________________________________________
53854 [  5968] By: gsar                                  on 2000/04/27  17:44:49
53855         Log: tolerate spaces in group names in test on solaris (from David Boyce
53856              <dsb@boyski.com>)
53857      Branch: perl
53858            ! t/op/groups.t
53859 ____________________________________________________________________________
53860 [  5967] By: gsar                                  on 2000/04/27  17:41:22
53861         Log: improved docs on the warn_uninit diagnostic (from David Glasser
53862              and Simon Cozens)
53863      Branch: perl
53864            ! pod/perldiag.pod
53865 ____________________________________________________________________________
53866 [  5966] By: gsar                                  on 2000/04/27  16:54:58
53867         Log: add testsuite for B backends, fix bug in B::Deparse (from
53868              Simon Cozens <simon@brecon.co.uk>)
53869      Branch: perl
53870            + t/lib/b.t
53871            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
53872 ____________________________________________________________________________
53873 [  5965] By: gsar                                  on 2000/04/27  16:10:37
53874         Log: avoid "will not stay shared" warnings for our variables (from
53875              Robin Barker)
53876      Branch: perl
53877            ! op.c t/pragma/warn/op
53878 ____________________________________________________________________________
53879 [  5964] By: gsar                                  on 2000/04/27  07:05:05
53880         Log: reformat to 72 columns (again)
53881      Branch: perl
53882            ! pod/perldiag.pod
53883 ____________________________________________________________________________
53884 [  5963] By: gsar                                  on 2000/04/27  06:28:31
53885         Log: patch from Larry to make (\&) prototype work; added tests for
53886              the same
53887      Branch: perl
53888            ! op.c t/comp/proto.t
53889 ____________________________________________________________________________
53890 [  5962] By: gsar                                  on 2000/04/27  06:15:47
53891         Log: updated README.hpux (from Jeff Okamoto)
53892      Branch: perl
53893            ! README.hpux
53894 ____________________________________________________________________________
53895 [  5961] By: gsar                                  on 2000/04/27  05:55:03
53896         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
53897      Branch: perl
53898            ! emacs/cperl-mode.el
53899 ____________________________________________________________________________
53900 [  5960] By: gsar                                  on 2000/04/27  05:49:26
53901         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
53902      Branch: perl
53903            ! INSTALL
53904 ____________________________________________________________________________
53905 [  5959] By: gsar                                  on 2000/04/27  05:33:41
53906         Log: doubled words in pods (from Simon Cozens
53907              <simon.p.cozens@jp.pwcglobal.com>)
53908      Branch: perl
53909            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
53910            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
53911            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
53912            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
53913            ! pod/perltootc.pod
53914 ____________________________________________________________________________
53915 [  5958] By: gsar                                  on 2000/04/27  05:11:39
53916         Log: change#3569 deleted some essential code, revert; avoid use of
53917              atexit() to make DynaLoader work properly on AIX under mod_perl
53918              (from Jens-Uwe Mager <jum@helios.de>)
53919      Branch: perl
53920            ! ext/DynaLoader/dl_aix.xs
53921 ____________________________________________________________________________
53922 [  5957] By: gsar                                  on 2000/04/27  04:54:51
53923         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
53924      Branch: perl
53925            ! pod/perlmod.pod
53926 ____________________________________________________________________________
53927 [  5956] By: gsar                                  on 2000/04/27  04:51:47
53928         Log: better diagnostics on failed tests (from Ilya Zakharevich)
53929      Branch: perl
53930            ! t/op/lex_assign.t
53931 ____________________________________________________________________________
53932 [  5955] By: gsar                                  on 2000/04/27  04:26:44
53933         Log: longstanding bug exposed by change#3307: sort arguments weren't
53934              compiled with the right wantarray context (ensuing runtime lookup
53935              via block_gimme() was getting the incidental context of the
53936              sort() itself)
53937      Branch: perl
53938            ! op.c t/op/sort.t
53939 ____________________________________________________________________________
53940 [  5954] By: gsar                                  on 2000/04/26  23:42:12
53941         Log: integrate cfgperl contents into mainline
53942      Branch: perl
53943           !> (integrate 30 files)
53944 ____________________________________________________________________________
53945 [  5953] By: jhi                                   on 2000/04/26  23:06:42
53946         Log: Integrate with Sarathy.
53947      Branch: cfgperl
53948           !> README.win32 ext/B/B/Deparse.pm
53949           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53950           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
53951           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
53952           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
53953           !> utils/perldoc.PL vms/perlvms.pod
53954 ____________________________________________________________________________
53955 [  5952] By: jhi                                   on 2000/04/26  23:03:46
53956         Log: Undo "use integer" addition from 64bitint as it seems
53957              to break most of the subtests in Digital UNIX;
53958              Unicos needs to find another way.
53959      Branch: cfgperl
53960            ! t/op/64bitint.t
53961 ____________________________________________________________________________
53962 [  5951] By: jhi                                   on 2000/04/26  22:57:53
53963         Log: Be more robust on "extreme" (large absolute value)
53964              arguments.  Originally reported by Daniel Connelly
53965              as a problem with asinh() on large negative arguments,
53966              asinh() used to bail out because an argument to log()
53967              ended up being zero.  Ilya Zakharevich proposed using
53968              Taylor's series in such cases, which for such large
53969              arguments is a very good approximation.
53970      Branch: cfgperl
53971            ! lib/Math/Complex.pm t/lib/complex.t
53972 ____________________________________________________________________________
53973 [  5950] By: gsar                                  on 2000/04/25  19:13:12
53974         Log: reformat perldiag to avoid long lines
53975      Branch: perl
53976            ! pod/perldiag.pod
53977 ____________________________________________________________________________
53978 [  5949] By: gsar                                  on 2000/04/25  18:41:11
53979         Log: make perldoc use the pod2man from the same version (from
53980              M.J.T. Guy)
53981      Branch: perl
53982            ! utils/perldoc.PL
53983 ____________________________________________________________________________
53984 [  5948] By: gsar                                  on 2000/04/25  18:21:57
53985         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
53986              <kompas@kompas.usr.onet.pl>)
53987      Branch: perl
53988            ! lib/vars.pm
53989 ____________________________________________________________________________
53990 [  5947] By: gsar                                  on 2000/04/25  18:11:53
53991         Log: use &dl_error rather than &dl_load_file as the guard for calling
53992              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
53993              statically built perl)
53994      Branch: perl
53995            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53996 ____________________________________________________________________________
53997 [  5946] By: jhi                                   on 2000/04/25  17:37:54
53998         Log: Document that tr() is not tr(1).
53999      Branch: cfgperl
54000            ! pod/perlop.pod
54001 ____________________________________________________________________________
54002 [  5945] By: gsar                                  on 2000/04/25  16:34:33
54003         Log: make module name mandatory after -M switch; reorder perldiag
54004              alphabetically (from Mark-Jason Dominus)
54005      Branch: perl
54006            ! perl.c pod/perldiag.pod
54007 ____________________________________________________________________________
54008 [  5944] By: jhi                                   on 2000/04/25  01:15:18
54009         Log: On second thoughts frexp() does have two arguments.
54010      Branch: cfgperl
54011            ! perl.h
54012 ____________________________________________________________________________
54013 [  5943] By: jhi                                   on 2000/04/24  22:56:32
54014         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
54015              Now pp_ncmp() returns undef is either operand is a NaN.
54016      Branch: cfgperl
54017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54018            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
54019            ! vms/subconfigure.com vos/config.def vos/config.h
54020            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
54021            ! win32/config.vc win32/config_H.bc win32/config_H.gc
54022            ! win32/config_H.vc
54023      Branch: metaconfig/U/perl
54024            + d_modfl.U
54025 ____________________________________________________________________________
54026 [  5942] By: jhi                                   on 2000/04/24  19:45:17
54027         Log: Regen Configure to match #5937.
54028      Branch: cfgperl
54029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54030            ! config_h.SH
54031      Branch: metaconfig
54032            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
54033 ____________________________________________________________________________
54034 [  5941] By: jhi                                   on 2000/04/24  19:24:11
54035         Log: Further Unicos fixes for Mark Lutz.
54036      Branch: cfgperl
54037            ! hints/unicos.sh pp_ctl.c
54038 ____________________________________________________________________________
54039 [  5940] By: jhi                                   on 2000/04/24  19:09:06
54040         Log: Various Unicos 10.0.0.6 fixes.
54041              
54042              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
54043              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
54044              Reply-To: tecmpl1@triton.ca.boeing.com 
54045              To: perl5-porters@perl.org 
54046              Date: Fri, 14 Apr 2000 20:21:00 GMT 
54047              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
54048      Branch: cfgperl
54049            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
54050 ____________________________________________________________________________
54051 [  5939] By: gsar                                  on 2000/04/24  19:01:24
54052         Log: more pod nits (from Larry Virden)
54053      Branch: perl
54054            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
54055            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
54056            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
54057 ____________________________________________________________________________
54058 [  5938] By: gsar                                  on 2000/04/24  18:54:01
54059         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
54060      Branch: perl
54061            ! ext/B/B/Deparse.pm
54062 ____________________________________________________________________________
54063 [  5937] By: jhi                                   on 2000/04/24  17:39:00
54064         Log: Integrate with Sarathy.
54065      Branch: cfgperl
54066           +> (branch 31 files)
54067           !> (integrate 73 files)
54068 ____________________________________________________________________________
54069 [  5936] By: gsar                                  on 2000/04/24  17:30:06
54070         Log: additional tests for change#5934 (from Paul Marquess, who also
54071              sent in the same fix)
54072      Branch: perl
54073            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
54074            ! t/pragma/warn/5nolint t/pragma/warn/6default
54075 ____________________________________________________________________________
54076 [  5935] By: jhi                                   on 2000/04/24  17:26:05
54077         Log: Do not assume sign propagation.
54078              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
54079              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
54080              To: payner@ncifcrf.gov, perl5-porters@perl.org 
54081              Date: Tue, 18 Apr 2000 18:24:49 +0100 
54082              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
54083      Branch: cfgperl
54084            ! t/op/bop.t t/op/misc.t
54085 ____________________________________________________________________________
54086 [  5934] By: gsar                                  on 2000/04/24  17:16:54
54087         Log: propagate lexical warnings from surrounding scope correctly
54088              within string eval()
54089      Branch: perl
54090            ! pp_ctl.c t/pragma/warn/pp_ctl
54091 ____________________________________________________________________________
54092 [  5933] By: jhi                                   on 2000/04/24  17:01:07
54093         Log: Flatten the cpp jungle doing the nosuid checking.
54094      Branch: cfgperl
54095            ! perl.c
54096 ____________________________________________________________________________
54097 [  5932] By: gsar                                  on 2000/04/24  09:08:14
54098         Log: add rsignal(), whichsig() and do_join() to public API list
54099              (mod_perl uses them to good advantage)
54100      Branch: perl
54101            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
54102 ____________________________________________________________________________
54103 [  5931] By: gsar                                  on 2000/04/24  09:01:40
54104         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
54105      Branch: perl
54106            ! pp_hot.c regexec.c t/op/pat.t
54107 ____________________________________________________________________________
54108 [  5930] By: gsar                                  on 2000/04/24  08:58:33
54109         Log: small os390 tweaks (from Peter Prymmer)
54110      Branch: perl
54111            ! config_h.SH makedepend.SH
54112 ____________________________________________________________________________
54113 [  5929] By: gsar                                  on 2000/04/24  08:55:25
54114         Log: pod nits
54115      Branch: perl
54116            ! pod/perlguts.pod
54117 ____________________________________________________________________________
54118 [  5928] By: gsar                                  on 2000/04/24  08:50:13
54119         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
54120      Branch: perl
54121            ! ext/IO/lib/IO/Poll.pm
54122 ____________________________________________________________________________
54123 [  5927] By: gsar                                  on 2000/04/24  08:43:24
54124         Log: arrange for next() to resume at the unstack op rather than the
54125              loop conditional, so that scope cleanup happens correctly
54126              (from Stephen McCamant)
54127      Branch: perl
54128            ! op.c pp_ctl.c t/op/misc.t
54129 ____________________________________________________________________________
54130 [  5926] By: gsar                                  on 2000/04/24  08:18:40
54131         Log: on windows, reserve 16M of stack rather than 128M (allows more
54132              threads to run concurrently)
54133      Branch: perl
54134            ! win32/Makefile win32/makefile.mk
54135 ____________________________________________________________________________
54136 [  5925] By: gsar                                  on 2000/04/24  08:13:52
54137         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
54138      Branch: perl
54139            ! toke.c
54140 ____________________________________________________________________________
54141 [  5924] By: gsar                                  on 2000/04/24  08:08:59
54142         Log: avoid using uninitialized memory in require version check
54143      Branch: perl
54144            ! pp_ctl.c universal.c
54145 ____________________________________________________________________________
54146 [  5923] By: gsar                                  on 2000/04/24  07:20:14
54147         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
54148      Branch: perl
54149            ! ext/IO/lib/IO/Poll.pm
54150 ____________________________________________________________________________
54151 [  5922] By: gsar                                  on 2000/04/24  07:08:42
54152         Log: commentary about IoTYPE() (from Nathan Torkington)
54153      Branch: perl
54154            ! sv.h
54155 ____________________________________________________________________________
54156 [  5921] By: gsar                                  on 2000/04/24  06:58:26
54157         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
54158              by fix
54159      Branch: perl
54160            ! sv.c t/lib/charnames.t t/pragma/utf8.t
54161 ____________________________________________________________________________
54162 [  5920] By: gsar                                  on 2000/04/24  06:37:59
54163         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
54164      Branch: perl
54165            ! doop.c t/op/ver.t
54166 ____________________________________________________________________________
54167 [  5919] By: gsar                                  on 2000/04/24  06:21:58
54168         Log: Configure might miss old directories when prefix must be
54169              expanded (from Robin Barker)
54170      Branch: metaconfig
54171            ! U/installdirs/inc_version_list.U
54172      Branch: perl
54173            ! Configure
54174 ____________________________________________________________________________
54175 [  5918] By: gsar                                  on 2000/04/24  06:16:11
54176         Log: VMS nits in glob() test (from Charles Lane)
54177      Branch: perl
54178            ! t/lib/glob-basic.t
54179 ____________________________________________________________________________
54180 [  5917] By: gsar                                  on 2000/04/24  06:11:56
54181         Log: various pod nits (from Larry Virden and others)
54182      Branch: perl
54183            ! README.amiga README.hpux README.machten README.os2
54184            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
54185            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
54186            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
54187            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
54188            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
54189            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
54190            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
54191            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
54192 ____________________________________________________________________________
54193 [  5916] By: gsar                                  on 2000/04/24  05:52:43
54194         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
54195              <wjones@tc.fluke.com>)
54196      Branch: perl
54197            ! t/lib/glob-basic.t
54198 ____________________________________________________________________________
54199 [  5915] By: gsar                                  on 2000/04/24  05:07:01
54200         Log: supported platforms mixed up
54201      Branch: perl
54202            ! pod/perl56delta.pod pod/perlport.pod
54203 ____________________________________________________________________________
54204 [  5914] By: gsar                                  on 2000/04/24  04:56:08
54205         Log: caller() wasn't returning the right number of elements for
54206              eval {...}
54207      Branch: perl
54208            ! pp_ctl.c t/pragma/warn/9enabled
54209 ____________________________________________________________________________
54210 [  5913] By: gsar                                  on 2000/04/24  04:35:41
54211         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
54212              Mark-Jason Dominus)
54213      Branch: perl
54214            ! pod/perlfunc.pod
54215 ____________________________________________________________________________
54216 [  5912] By: gsar                                  on 2000/04/24  04:17:15
54217         Log: fix totally broken caching in UNIVERSAL::isa() (from
54218              Nick Ing-Simmons)
54219      Branch: perl
54220            ! t/op/universal.t universal.c
54221 ____________________________________________________________________________
54222 [  5911] By: gsar                                  on 2000/04/24  03:39:47
54223         Log: add linebreak properties from unicode/LineBrk.txt (from
54224              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
54225      Branch: perl
54226            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
54227            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
54228            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
54229            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
54230            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
54231            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
54232            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
54233            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
54234            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
54235            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
54236            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
54237            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
54238            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
54239            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
54240            + lib/unicode/Is/LbrkZW.pl
54241            ! lib/unicode/mktables.PL
54242 ____________________________________________________________________________
54243 [  5910] By: gsar                                  on 2000/04/24  03:23:10
54244         Log: typo in pod
54245      Branch: perl
54246            ! ext/Thread/Thread.pm
54247 ____________________________________________________________________________
54248 [  5909] By: gsar                                  on 2000/04/24  03:22:03
54249         Log: mode argument to do_binmode() should be file mode, not boolean
54250      Branch: perl
54251            ! pp_sys.c
54252 ____________________________________________________________________________
54253 [  5908] By: gsar                                  on 2000/04/16  16:51:08
54254         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
54255              always returns a valid GV even when the symbol is trapped by strictures
54256              (avoids coredumps)
54257              
54258              TODO: the C<package;> hack needs similar treatment
54259      Branch: perl
54260            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
54261            ! t/pragma/strict-vars
54262 ____________________________________________________________________________
54263 [  5907] By: jhi                                   on 2000/03/31  23:42:56
54264         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
54265              an assumption which #5905 demolished.
54266      Branch: cfgperl
54267            ! pp_sys.c
54268 ____________________________________________________________________________
54269 [  5906] By: jhi                                   on 2000/03/31  18:54:37
54270         Log: Typo in #5905.
54271      Branch: cfgperl
54272            ! t/op/64bitint.t
54273 ____________________________________________________________________________
54274 [  5905] By: jhi                                   on 2000/03/31  18:50:54
54275         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
54276              reported by Joseph N. Hall.  The bug was that even with use64bitint
54277              one had to use the prefixes q, L, or ll with printf/sprintf,
54278              contrary to the documentation and common sense.
54279      Branch: cfgperl
54280            ! sv.c t/op/64bitint.t
54281 ____________________________________________________________________________
54282 [  5904] By: gsar                                  on 2000/03/28  02:31:32
54283         Log: add Changes, perldelta.pod
54284      Branch: perl
54285            + Changes pod/perldelta.pod
54286 ____________________________________________________________________________
54287 [  5903] By: gsar                                  on 2000/03/28  02:03:55
54288         Log: rename Changes and perldelta.pod
54289      Branch: perl
54290           +> Changes5.6 pod/perl56delta.pod
54291            - Changes pod/perldelta.pod
54292            ! MANIFEST
54293 ____________________________________________________________________________
54294 [  5902] By: gsar                                  on 2000/03/28  01:59:14
54295         Log: create maint-5.6 branch
54296      Branch: maint-5.6/perl
54297           +> (branch 1611 files)
54298 ____________________________________________________________________________
54299 [  5901] By: jhi                                   on 2000/03/23  05:48:43
54300         Log: Integrate with Sarathy.
54301      Branch: cfgperl
54302           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
54303 ____________________________________________________________________________
54304 [  5900] By: gsar                                  on 2000/03/23  05:42:43
54305         Log: three guesses on what this is :-)
54306      Branch: perl
54307            ! Changes